diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-01-09 18:05:49 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-01-09 18:05:49 +0000 |
commit | 9437c45bc16e47b1ce44095c8e8b910364e7d756 (patch) | |
tree | 756f475d567ce3bbb80de257d902cb36ba34177c /binutils/ChangeLog | |
parent | 52fe395a0d01e9ecf692d6b5a533134780dc95c2 (diff) | |
download | gdb-9437c45bc16e47b1ce44095c8e8b910364e7d756.zip gdb-9437c45bc16e47b1ce44095c8e8b910364e7d756.tar.gz gdb-9437c45bc16e47b1ce44095c8e8b910364e7d756.tar.bz2 |
* readelf.c: Update copyright years.
(get_note_type): Return a const char *.
(get_netbsd_elfcore_note_type): New function.
(process_note): Use get_netbsd_elfcore_note_type to get
the note type string for NetBSD ELF core files.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index bf61ce6..574ced0 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2002-01-09 Jason Thorpe <thorpej@wasabisystems.com> + + * readelf.c: Update copyright years. + (get_note_type): Return a const char *. + (get_netbsd_elfcore_note_type): New function. + (process_note): Use get_netbsd_elfcore_note_type to get + the note type string for NetBSD ELF core files. + 2002-01-06 Steve Ellcey <sje@cup.hp.com> * readelf.c (get_ia64_segment_type): Add support for macros. |