diff options
author | Nick Clifton <nickc@redhat.com> | 2004-10-26 16:05:42 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-10-26 16:05:42 +0000 |
commit | 1ec5cd372135a64c39eeaa32103cad2913e1754a (patch) | |
tree | f2db087789499a3b09664d70e14aac458ccc713a /binutils/ChangeLog | |
parent | e7d6a6d283ab5d304e0b21f94e8912f8310e4eaa (diff) | |
download | gdb-1ec5cd372135a64c39eeaa32103cad2913e1754a.zip gdb-1ec5cd372135a64c39eeaa32103cad2913e1754a.tar.gz 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/ChangeLog | 10 |
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. |