aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-12-09 22:18:49 +0000
committerIan Lance Taylor <ian@airs.com>1994-12-09 22:18:49 +0000
commita0020ea1a44f42c49a8160b322b5342d58777080 (patch)
tree9b0aa5e711a725cbb2d42bfc73b6cf812111cbdf /bfd
parent4c124191db9fb15beaa34a9ceca7bf74588b6fdc (diff)
downloadgdb-a0020ea1a44f42c49a8160b322b5342d58777080.zip
gdb-a0020ea1a44f42c49a8160b322b5342d58777080.tar.gz
gdb-a0020ea1a44f42c49a8160b322b5342d58777080.tar.bz2
* aoutx.h (NAME(aout,link_add_symbols)): Similar change if the
first object is not an a.out object.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index c2291d7..09e69c7 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -4,6 +4,8 @@ Fri Dec 9 12:43:05 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
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>.
+ * aoutx.h (NAME(aout,link_add_symbols)): Similar change if the
+ first object is not an a.out object.
* elf32-i386.c (elf_i386_relocate_section): Don't compute
relocation in cases where we won't use it.