diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-01-09 18:59:11 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-01-09 18:59:11 +0000 |
commit | b4db1224b76fe25c9770904953491be0e51cb9fb (patch) | |
tree | 549855e99e7e9245bff9809080cf9b675838fa4c /binutils/ChangeLog | |
parent | c564377feab16bc2fda4424625f23813186c3e8c (diff) | |
download | gdb-b4db1224b76fe25c9770904953491be0e51cb9fb.zip gdb-b4db1224b76fe25c9770904953491be0e51cb9fb.tar.gz gdb-b4db1224b76fe25c9770904953491be0e51cb9fb.tar.bz2 |
include/elf:
* common.h: Update copyright years.
(NT_NETBSDCORE_PROCINFO): Define.
(NT_NETBSDCORE_FIRSTMACH): Define.
bfd:
* elf.c: Update copyright years.
(elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
bintuils:
* readelf.c (get_netbsd_elfcore_note_type): Use
NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 574ced0..51b9bfc 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,10 @@ 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com> + * readelf.c (get_netbsd_elfcore_note_type): Use + NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH. + +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. |