diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-02-10 21:21:55 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-02-10 21:21:55 +0000 |
commit | 6c784c9aab8eac345e61467a9d0b0478ed21e7da (patch) | |
tree | c5ebe46af185b4be229ae35654703113ac675b1e /bfd/ChangeLog | |
parent | a25c045a58c5e368fc1c8cddc03447e14e236238 (diff) | |
download | gdb-6c784c9aab8eac345e61467a9d0b0478ed21e7da.zip gdb-6c784c9aab8eac345e61467a9d0b0478ed21e7da.tar.gz gdb-6c784c9aab8eac345e61467a9d0b0478ed21e7da.tar.bz2 |
Add hooks to support TI COFF handling.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3115f67..1fd998b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2000-02-10 Timothy Wall <twall@cygnus.com> + + * coffswap.h (coff_swap_sym_in): Add hook SWAP_SYM_IN_POST to + allow final modifications of swapped-in symbol. + (coff_swap_sym_out): Ditto with SWAP_SYM_OUT_POST. + * coffcode.h (coff_write_relocs): Use macro + SECTION_RELATIVE_ABSOLUTE_SYMBOL_P if defined to determine whether + symbol index should be set to -1. + Thu Feb 10 20:07:50 GMT 2000 Toshiyasu Morita (toshi.morita@sega.com) * coff-sh.c (USES1_REG, USES2_REG, SETS1_REG, SETS2_REG, |