diff options
author | Steve Chamberlain <steve@cygnus> | 1991-06-14 20:48:29 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-06-14 20:48:29 +0000 |
commit | ea0170976337baa912b74c7b9b95da87ffcff212 (patch) | |
tree | 5d55a6bff3eb2e2b88c78408b4d5baaf002e4479 /include/bfd.h | |
parent | 42e15245dc7ad4181b55ffd70d8360aff546b5a4 (diff) | |
download | gdb-ea0170976337baa912b74c7b9b95da87ffcff212.zip gdb-ea0170976337baa912b74c7b9b95da87ffcff212.tar.gz gdb-ea0170976337baa912b74c7b9b95da87ffcff212.tar.bz2 |
bfd.h: added alignment field
oasys.h: increased limit
*coff internal stuff factored into internallcoff.h
Diffstat (limited to 'include/bfd.h')
-rw-r--r-- | include/bfd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/bfd.h b/include/bfd.h index f59a80d..0d0b94e 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -35,7 +35,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ # endif #endif -#define BFD_VERSION "1.10" +#define BFD_VERSION "1.15" /* forward declaration */ typedef struct _bfd bfd; @@ -471,6 +471,7 @@ typedef struct bfd_target char ar_pad_char; /* filenames in archives padded w/this char */ unsigned short ar_max_namelen; /* this could be a char too! */ + unsigned int align_power_min; /* alignment for sections */ /* Byte swapping for data */ /* Note that these don't take bfd as first arg. Certain other handlers could do the same. */ |