diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-03 23:01:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-03 23:01:49 +0000 |
commit | 5072b8e53022f3cb82e21539ce36384303d1a41d (patch) | |
tree | b5c960bb950e14ec230f6dcc40fbc87d1e9c1171 /bfd/ChangeLog | |
parent | 250e36fe2dc883cb6652327c782aa6beac794253 (diff) | |
download | gdb-5072b8e53022f3cb82e21539ce36384303d1a41d.zip gdb-5072b8e53022f3cb82e21539ce36384303d1a41d.tar.gz gdb-5072b8e53022f3cb82e21539ce36384303d1a41d.tar.bz2 |
* linker.c (_bfd_generic_link_output_symbols,
_bfd_generic_link_write_global_symbol): Don't require that all
references to a common symbol be themselves common symbols.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bdab6ae..63c3738 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Thu Feb 3 16:49:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * linker.c (_bfd_generic_link_output_symbols, + _bfd_generic_link_write_global_symbol): Don't require that all + references to a common symbol be themselves common symbols. + * aoutx.h (aout_reloc_index_to_section): Handle N_UNDF. Wed Feb 2 20:37:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com) |