diff options
author | Mark Kettenis <kettenis@gnu.org> | 2009-03-18 16:26:54 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2009-03-18 16:26:54 +0000 |
commit | 67cc50334e1706a942ef711c8aa21106cfe4d94d (patch) | |
tree | 7b7c241442afb2ea4c811664a925118d15b912bb /bfd/ChangeLog | |
parent | 36dc683c524086a6ed9b74375d6501a33e875182 (diff) | |
download | gdb-67cc50334e1706a942ef711c8aa21106cfe4d94d.zip gdb-67cc50334e1706a942ef711c8aa21106cfe4d94d.tar.gz gdb-67cc50334e1706a942ef711c8aa21106cfe4d94d.tar.bz2 |
* elf.c (elfcore_grok_openbsd_procinfo)
(elfcore_grok_openbsd_note): New functions.
(elf_parse_notes): Handle notes from OpenBSD ELF core files.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 341eae1..750b2e2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2009-03-18 Mark Kettenis <kettenis@gnu.org> + + * elf.c (elfcore_grok_openbsd_procinfo) + (elfcore_grok_openbsd_note): New functions. + (elf_parse_notes): Handle notes from OpenBSD ELF core files. + 2009-03-18 Alan Modra <amodra@bigpond.net.au> * vms-hdr.c: Don't include alloca.h. |