diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-08-17 16:05:07 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-08-17 16:05:07 +0000 |
commit | 3ae49aef48b0518b5d83babd258fded455fbbadc (patch) | |
tree | 86dcddf66bc710a0e64f27c81f608daa3a706515 /include | |
parent | 2b795743bfe77f50ef3099003f4c0435485015aa (diff) | |
download | gdb-3ae49aef48b0518b5d83babd258fded455fbbadc.zip gdb-3ae49aef48b0518b5d83babd258fded455fbbadc.tar.gz gdb-3ae49aef48b0518b5d83babd258fded455fbbadc.tar.bz2 |
* bfd.h: Regenerated after page/segment size changes.
Diffstat (limited to 'include')
-rw-r--r-- | include/bfd.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/bfd.h b/include/bfd.h index 0bcba2f..6f40af3 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -671,9 +671,6 @@ typedef struct bfd_arch_info unsigned int EXFUN((*disassemble),(bfd_vma addr, CONST char *data, PTR stream)); - unsigned int segment_size; - unsigned int page_size; - struct bfd_arch_info *next; } bfd_arch_info_type; CONST char *EXFUN(bfd_printable_name, (bfd *abfd)); @@ -755,7 +752,8 @@ typedef CONST struct reloc_howto_struct unsigned int rightshift; /* The size of the item to be relocated - 0, is one byte, 1 is 2 - bytes, 3 is four bytes. */ + bytes, 3 is four bytes. A -ve value indicates that the + result is to be subtracted from the data*/ unsigned int size; /* Now obsolete */ |