summaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-04-24 12:39:47 +0000
committerAlan Modra <amodra@gmail.com>2004-04-24 12:39:47 +0000
commit46212538d62a2a456f6025cf12f3d3a359fb08b9 (patch)
tree07970b82a89530f5690f263577e2f64884e35feb /binutils/ChangeLog
parent558fe4a71c1e7b3ccd95d26432b029b33c6450bd (diff)
downloadbinutils-gdb-46212538d62a2a456f6025cf12f3d3a359fb08b9.tar.gz
* objdump.c (disassemble_section): Don't disassemble sections
without SEC_HAS_CONTENTS.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index e654faad9a1..55d9ec08c9b 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-24 Alan Modra <amodra@bigpond.net.au>
+
+ * objdump.c (disassemble_section): Don't disassemble sections
+ without SEC_HAS_CONTENTS.
+
2004-04-22 Jakub Jelinek <jakub@redhat.com>
* objdump.c (synthsyms, synthcount): New variables.