diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-02-08 22:57:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-02-08 22:57:48 +0000 |
commit | 6581a70a9a23f83b6ab24f7662e16cabc6dbbd11 (patch) | |
tree | 0a5ca0f9d1feb4e17dac165945bcd3cdeee8b787 /bfd/ChangeLog | |
parent | 3565dee4ebce94924bbf53673db8d66ee256866b (diff) | |
download | gdb-6581a70a9a23f83b6ab24f7662e16cabc6dbbd11.zip gdb-6581a70a9a23f83b6ab24f7662e16cabc6dbbd11.tar.gz gdb-6581a70a9a23f83b6ab24f7662e16cabc6dbbd11.tar.bz2 |
* linker.c (generic_link_check_archive_element): Allocate common
symbol information structure. Don't bother to check for common
symbol size overflow.
(_bfd_generic_link_add_one_symbol): Likewise.
* aoutx.h (aout_link_check_ar_symbols): Likewise.
* linker.c (generic_link_check_archive_element): Adjust references
to common symbol information for new structure.
(_bfd_generic_link_add_one_symbol): Likewise.
* aoutx.h (aout_link_check_ar_symbols): Likewise.
(aout_link_add_symbols): Likewise.
* ecoff.c (ecoff_link_add_externals): Likewise.
* elfcode.h (elf_link_add_object_symbols): Likewise.
(elf_link_output_extsym): Likewise.
* sunos.c (sunos_add_one_symbol): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 76ccd0f..7775edb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,20 @@ +Wed Feb 8 17:26:00 1995 Ian Lance Taylor <ian@cygnus.com> + + * linker.c (generic_link_check_archive_element): Allocate common + symbol information structure. Don't bother to check for common + symbol size overflow. + (_bfd_generic_link_add_one_symbol): Likewise. + * aoutx.h (aout_link_check_ar_symbols): Likewise. + * linker.c (generic_link_check_archive_element): Adjust references + to common symbol information for new structure. + (_bfd_generic_link_add_one_symbol): Likewise. + * aoutx.h (aout_link_check_ar_symbols): Likewise. + (aout_link_add_symbols): Likewise. + * ecoff.c (ecoff_link_add_externals): Likewise. + * elfcode.h (elf_link_add_object_symbols): Likewise. + (elf_link_output_extsym): Likewise. + * sunos.c (sunos_add_one_symbol): Likewise. + Wed Feb 8 09:53:42 1995 Doug Evans <dje@canuck.cygnus.com> * elfcode.h (elf_sort_hdrs): Put SHT_NOBITS sections after !SHT_NOBITS. |