aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-10-26 16:05:42 +0000
committerNick Clifton <nickc@redhat.com>2004-10-26 16:05:42 +0000
commit1ec5cd372135a64c39eeaa32103cad2913e1754a (patch)
treef2db087789499a3b09664d70e14aac458ccc713a /binutils/ChangeLog
parente7d6a6d283ab5d304e0b21f94e8912f8310e4eaa (diff)
downloadfsf-binutils-gdb-1ec5cd372135a64c39eeaa32103cad2913e1754a.zip
fsf-binutils-gdb-1ec5cd372135a64c39eeaa32103cad2913e1754a.tar.gz
fsf-binutils-gdb-1ec5cd372135a64c39eeaa32103cad2913e1754a.tar.bz2
readelf.c (get_note_type): Handle notes not in core files.
(process_note_sections): New function. (process_corefile_contents): Rename to ... (process_notes): ... this. (process_object): Call process_notes, not process_corefile_contents. doc/binutils.texi: Update readelf -n documentation.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 136ca47..775b2e1 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,13 @@
+2004-10-26 Mark Mitchell <mark@codesourcery.com>
+
+ * readelf.c (get_note_type): Handle notes not in core files.
+ (process_note_sections): New function.
+ (process_corefile_contents): Rename to ...
+ (process_notes): ... this.
+ (process_object): Call process_notes, not
+ process_corefile_contents.
+ * doc/binutils.texi: Update readelf -n documentation.
+
2004-10-26 Jakub Jelinek <jakub@redhat.com>
* ar.c (extract_file): Set atime to mtime for ar xo.