diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-03-22 00:21:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-03-22 00:21:38 +0000 |
commit | 651d2da7f6f480720b9a5fa09d295ecad20f8a59 (patch) | |
tree | 15b57269667a2622612a1b74f32f511478971fc5 /include/ChangeLog | |
parent | 388f491940ec5b664dbd9ab3afd1cf4b94db9adb (diff) | |
download | gdb-651d2da7f6f480720b9a5fa09d295ecad20f8a59.zip gdb-651d2da7f6f480720b9a5fa09d295ecad20f8a59.tar.gz gdb-651d2da7f6f480720b9a5fa09d295ecad20f8a59.tar.bz2 |
* bfdlink.h (struct bfd_link_callbacks): Change bitsize argument
to add_to_set to reloc. Remove bitsize argument from constructor.
Comment that reloc_overflow, reloc_dangerous and unattached_reloc
must handle NULL pointers for reloc location.
(enum bfd_link_order_type): Add bfd_section_reloc_link_order and
bfd_symbol_reloc_link_order.
(struct bfd_link_order): Add reloc field to union.
(struct bfd_link_order_reloc): Define.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index d84d3f7..b0d573b 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,18 @@ +Mon Mar 21 18:45:26 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * bfdlink.h (struct bfd_link_callbacks): Change bitsize argument + to add_to_set to reloc. Remove bitsize argument from constructor. + Comment that reloc_overflow, reloc_dangerous and unattached_reloc + must handle NULL pointers for reloc location. + (enum bfd_link_order_type): Add bfd_section_reloc_link_order and + bfd_symbol_reloc_link_order. + (struct bfd_link_order): Add reloc field to union. + (struct bfd_link_order_reloc): Define. + +Mon Mar 14 12:27:50 1994 Ian Lance Taylor (ian@cygnus.com) + + * ieee-float.h: Removed; no longer used. + Tue Mar 1 18:10:49 1994 Kung Hsu (kung@mexican.cygnus.com) * os9k.h: os9000 target specific header file, the header of the |