aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-03-05 16:31:50 +0000
committerNick Clifton <nickc@redhat.com>2009-03-05 16:31:50 +0000
commit84d7b001a67873d45e47e52e9978f09f78e96035 (patch)
tree3a85d4c9d50e7f6588e4c2f055785816b6594ead /binutils/ChangeLog
parentcc3f603a65ec4b4d6049f8c61931abf400433c4b (diff)
downloadgdb-84d7b001a67873d45e47e52e9978f09f78e96035.zip
gdb-84d7b001a67873d45e47e52e9978f09f78e96035.tar.gz
gdb-84d7b001a67873d45e47e52e9978f09f78e96035.tar.bz2
* objdump.c (disassemble_section): If the computed next offset is
not beyond the current offset then just continue to the end.
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 8b4038a..45082bf 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-05 Nick Clifton <nickc@redhat.com>
+
+ * objdump.c (disassemble_section): If the computed next offset is
+ not beyond the current offset then just continue to the end.
+
2009-03-04 Tristan Gingold <gingold@adacore.com>
* MAINTAINERS: Add myself as VMS maintainer.