aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-10-30 14:24:02 +0000
committerNick Clifton <nickc@redhat.com>2003-10-30 14:24:02 +0000
commite69f2d21940833b10a83f2483981133631efa112 (patch)
treecf9c3c490aa809cbc7a2ec2f37fcd428b129ce62 /binutils/ChangeLog
parent68b6ddd08f8b349f4da7d3a2da151a482db36115 (diff)
downloadgdb-e69f2d21940833b10a83f2483981133631efa112.zip
gdb-e69f2d21940833b10a83f2483981133631efa112.tar.gz
gdb-e69f2d21940833b10a83f2483981133631efa112.tar.bz2
Do not dump the contents of SHT_NOBITS sections - they have no file space
assigned to their 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 5705585..4806e9c 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-30 Marshall T. Vandegrift <llasram at wuli dot nu>
+
+ * readelf.c (dump_section): Do not dump the contents of SHT_NOBITS
+ sections - they have no file space assigned to their contents.
+
2003-10-28 Segher Boessenkool <segher@kernel.crashing.org>
* readelf.c (dump_section): Don't display DEL characters.