diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-16 16:14:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-16 16:14:51 +0000 |
commit | fb9a2192799a41810a5d52598bd1ab69c95d1139 (patch) | |
tree | 479cfa16248187abbedf75a9672a292a90906cd1 | |
parent | 8b129785e413189936bbf180f8a0f09afbc43ddb (diff) | |
download | gdb-fb9a2192799a41810a5d52598bd1ab69c95d1139.zip gdb-fb9a2192799a41810a5d52598bd1ab69c95d1139.tar.gz gdb-fb9a2192799a41810a5d52598bd1ab69c95d1139.tar.bz2 |
* aoutx.h (aout_link_write_other_symbol): If h->indx is -2, then
always write it out even if it would normally be stripped.
(aout_link_input_section_std): If we find a reloc against a
stripped global symbol, force it to be written out rather than
merely calling unattached_reloc.
(aout_link_input_section_ext): Likewise.
(aout_link_reloc_link_order): Likewise.
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5e1137d..4004317 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Fri Sep 16 12:12:27 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * aoutx.h (aout_link_write_other_symbol): If h->indx is -2, then + always write it out even if it would normally be stripped. + (aout_link_input_section_std): If we find a reloc against a + stripped global symbol, force it to be written out rather than + merely calling unattached_reloc. + (aout_link_input_section_ext): Likewise. + (aout_link_reloc_link_order): Likewise. + Wed Sep 14 15:37:19 1994 Jeff Law (law@snake.cs.utah.edu) * som.h (struct somdata): New field sorted_syms. |