aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-07-27 17:08:03 +0000
committerNick Clifton <nickc@redhat.com>2009-07-27 17:08:03 +0000
commitd2fcac5caac9875cf9a8039b2061bf0b3895b9bc (patch)
treed7faafddb92d25f21e491ff6d9d8613e0ffc5dc7 /binutils/ChangeLog
parentc38fbd5cce68c7d03321c7ee2800566d634a6776 (diff)
downloadgdb-d2fcac5caac9875cf9a8039b2061bf0b3895b9bc.zip
gdb-d2fcac5caac9875cf9a8039b2061bf0b3895b9bc.tar.gz
gdb-d2fcac5caac9875cf9a8039b2061bf0b3895b9bc.tar.bz2
PR 10413
* objdump.c (dump_section_header): Skip sections that we are ignoring.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index cfbc005..7aadd75 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2009-07-27 Nick Clifton <nickc@redhat.com>
+
+ PR 10413
+ * objdump.c (dump_section_header): Skip sections that we are
+ ignoring.
+
2009-07-25 H.J. Lu <hongjiu.lu@intel.com>
* readelf.c (guess_is_rela): Handle EM_L1OM.