From: Ian Lance Taylor Date: Sun, 17 Jul 1994 02:36:11 +0000 (+0000) Subject: * objdump.c (slurp_dynamic_symtab): Try to get the dynamic symbols X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81794792b70c586ac669013efee4742a3d0c96ad;p=binutils-gdb.git * objdump.c (slurp_dynamic_symtab): Try to get the dynamic symbols even if the bfd is not marked DYNAMIC. ELF executables are not marked DYNAMIC, but do have dynamic symbols. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ff68f27ff43..4afd7cb6cae 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +Sat Jul 16 22:34:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * objdump.c (slurp_dynamic_symtab): Try to get the dynamic symbols + even if the bfd is not marked DYNAMIC. ELF executables are not + marked DYNAMIC, but do have dynamic symbols. + Fri Jul 15 01:41:35 1994 Steve Chamberlain (sac@jonny.cygnus.com) * coffgrok.c (do_where): Make data with no type 'int'.