diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-08-12 23:25:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-08-12 23:25:23 +0000 |
commit | e9227b4255b7eb706e50fe043e2212b22d0fe572 (patch) | |
tree | 4ec78a6ccaf3bcba3682b28eb8cddd2408863d3d /bfd/ChangeLog | |
parent | 4fb7359d9732eb52a34a9d1b51aa775d362207b3 (diff) | |
download | gdb-e9227b4255b7eb706e50fe043e2212b22d0fe572.zip gdb-e9227b4255b7eb706e50fe043e2212b22d0fe572.tar.gz gdb-e9227b4255b7eb706e50fe043e2212b22d0fe572.tar.bz2 |
* elfcode.h (section_from_elf_index): Correct check for invalid
section index.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 88c1a02..3f1d2ca 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Fri Aug 12 11:22:40 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + * elfcode.h (section_from_elf_index): Correct check for invalid + section index. + * elfcode.h (elf_link_add_object_symbols): If there is no symbol table, try using the dynamic symbol table. From Eric Youngdale <ericy@cais.cais.com>. |