diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-12-09 17:57:47 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-12-09 17:57:47 +0000 |
commit | 4c124191db9fb15beaa34a9ceca7bf74588b6fdc (patch) | |
tree | ef484f397701fa8f6b53bcd5b5a982283e2e2aaf /bfd/ChangeLog | |
parent | aeec67f08cb40da2eb31690f628524e6a190bc1a (diff) | |
download | gdb-4c124191db9fb15beaa34a9ceca7bf74588b6fdc.zip gdb-4c124191db9fb15beaa34a9ceca7bf74588b6fdc.tar.gz gdb-4c124191db9fb15beaa34a9ceca7bf74588b6fdc.tar.bz2 |
* elfcode.h (elf_bfd_link_add_symbols): If the first object in the
archive is not an ELF object, pass the archive to the add_symbols
entry point appropriate for the first object. From Eric Youngdale
<eric@aib.com>.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bcaf280..c2291d7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ Fri Dec 9 12:43:05 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + * elfcode.h (elf_bfd_link_add_symbols): If the first object in the + archive is not an ELF object, pass the archive to the add_symbols + entry point appropriate for the first object. From Eric Youngdale + <eric@aib.com>. + * elf32-i386.c (elf_i386_relocate_section): Don't compute relocation in cases where we won't use it. * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. |