From: Ian Lance Taylor Date: Fri, 11 Apr 1997 22:14:21 +0000 (+0000) Subject: * elfcode.h (elf_slurp_symbol_table): Only subtract the section X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3bc3351e057cb9f2417b45ddef821b530ce16b3c;p=binutils-gdb.git * elfcode.h (elf_slurp_symbol_table): Only subtract the section VMA if this is an executable file or a shared object. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 46b4f3cd373..0685d34694b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Fri Apr 11 15:43:24 1997 Ian Lance Taylor + * 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 .