diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-11 22:14:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-11 22:14:21 +0000 |
commit | 3bc3351e057cb9f2417b45ddef821b530ce16b3c (patch) | |
tree | bae79f8fe40061ef56a50e6b6e449b6026e5e5d2 | |
parent | f6c2270c6c611f39dc9a92b6a75a5c87f5490ecd (diff) | |
download | gdb-3bc3351e057cb9f2417b45ddef821b530ce16b3c.zip gdb-3bc3351e057cb9f2417b45ddef821b530ce16b3c.tar.gz gdb-3bc3351e057cb9f2417b45ddef821b530ce16b3c.tar.bz2 |
* elfcode.h (elf_slurp_symbol_table): Only subtract the section
VMA if this is an executable file or a shared object.
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 46b4f3c..0685d34 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Fri Apr 11 15:43:24 1997 Ian Lance Taylor <ian@cygnus.com> + * elfcode.h (elf_slurp_symbol_table): Only subtract the section + VMA if this is an executable file or a shared object. + * targets.c (netbsd_core_vec): Declare. From Gordon W. Ross <gwr@mc.com>. |