diff options
author | Alan Modra <amodra@gmail.com> | 2001-12-18 07:53:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-12-18 07:53:11 +0000 |
commit | 50b2bdb7801fd6fdeae6bd672e3c5062a7a91bac (patch) | |
tree | fc94a23216fb3636f1203db288f5b6a3b4814efb /bfd/ChangeLog | |
parent | 0e254642e9d29a0008f1e1963d53e4d036c7288b (diff) | |
download | gdb-50b2bdb7801fd6fdeae6bd672e3c5062a7a91bac.zip gdb-50b2bdb7801fd6fdeae6bd672e3c5062a7a91bac.tar.gz gdb-50b2bdb7801fd6fdeae6bd672e3c5062a7a91bac.tar.bz2 |
* elf.c (elfcore_netbsd_get_lwpid): New function.
(elfcore_grok_netbsd_procinfo): New function.
(elfcore_grok_netbsd_note): New function.
(elfcore_read_notes): Call elfcore_grok_netbsd_note to process
NetBSD ELF core file notes.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5cf7440..779ce53 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2001-12-18 Jason Thorpe <thorpej@wasabisystems.com> + + * elf.c (elfcore_netbsd_get_lwpid): New function. + (elfcore_grok_netbsd_procinfo): New function. + (elfcore_grok_netbsd_note): New function. + (elfcore_read_notes): Call elfcore_grok_netbsd_note to process + NetBSD ELF core file notes. + 2001-12-18 Alan Modra <amodra@bigpond.net.au> * elfcode.h (struct bfd_preserve): New. @@ -11,7 +19,7 @@ 2001-12-17 Tom Rix <trix@redhat.com> - * coffcode.h (sec_to_styp_flags): Add STYP_EXCEPT and STYP_TYPCHK for + * coffcode.h (sec_to_styp_flags): Add STYP_EXCEPT and STYP_TYPCHK for xcoff. 2001-12-17 Jakub Jelinek <jakub@redhat.com> @@ -722,7 +730,7 @@ 2001-11-14 Martin Schwidefsky <schwidefsky@de.ibm.com> * elf32-s390.c (elf_s390_relocate_section): Use the "unresolved_reloc" - scheme to get rid of an ugly complicated test. + scheme to get rid of an ugly complicated test. * elf64-s390.c (elf_s390_relocate_section): Likewise. 2001-11-14 Andreas Jaeger <aj@suse.de> |