diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-03-28 20:17:37 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-03-28 20:17:37 +0000 |
commit | da7bfa91fb9827a6ed46e17df43b0ead7762e15c (patch) | |
tree | 8ab3c414408d81a434856584111efa03f6a8c46f /bfd | |
parent | c50e740c11c16389cb0641cc2cf73f138eb1041f (diff) | |
download | gdb-da7bfa91fb9827a6ed46e17df43b0ead7762e15c.zip gdb-da7bfa91fb9827a6ed46e17df43b0ead7762e15c.tar.gz gdb-da7bfa91fb9827a6ed46e17df43b0ead7762e15c.tar.bz2 |
* linker.c (generic_link_add_symbol_list): Skip constructor
symbols which the main linker code did not do anything with.
(_bfd_generic_link_output_symbols): Use udata.p if it is set,
rather than looking the symbol up in the hash table. Just pass
through constructor symbols for which udata.p is not set. If the
linker defined the symbol, clear the constructor flag.
Fix -r for b.out file format when constructor symbols are defined.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1129037..dc8f78d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +Tue Mar 28 15:14:11 1995 Ian Lance Taylor <ian@cygnus.com> + + * linker.c (generic_link_add_symbol_list): Skip constructor + symbols which the main linker code did not do anything with. + (_bfd_generic_link_output_symbols): Use udata.p if it is set, + rather than looking the symbol up in the hash table. Just pass + through constructor symbols for which udata.p is not set. If the + linker defined the symbol, clear the constructor flag. + +Mon Mar 20 22:39:10 1995 Jeff Law (law@snake.cs.utah.edu) + + * som.c (som_slurp_symbol_table): Tighten test to determine + what symbols are section symbols. + Sat Mar 18 01:54:45 1995 Ian Lance Taylor <ian@cygnus.com> * elfcode.h (elf_bfd_link_add_symbols): An empty archive is OK. |