aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-07-17 02:36:11 +0000
committerIan Lance Taylor <ian@airs.com>1994-07-17 02:36:11 +0000
commit81794792b70c586ac669013efee4742a3d0c96ad (patch)
treef226a2fa34a0740213ee722c9f35180f01d363ae /binutils
parentbf73e4f3fe7e4a4da67fae7444084343209ee6e6 (diff)
downloadgdb-81794792b70c586ac669013efee4742a3d0c96ad.zip
gdb-81794792b70c586ac669013efee4742a3d0c96ad.tar.gz
gdb-81794792b70c586ac669013efee4742a3d0c96ad.tar.bz2
* 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.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index ff68f27..4afd7cb 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'.