diff options
author | Nick Clifton <nickc@redhat.com> | 2003-02-24 18:07:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-02-24 18:07:22 +0000 |
commit | 07c6e936588ef5f135c8e254361ad393e916c8ea (patch) | |
tree | 5e4346ef722b005dc704341871eb1e9e04253abf /bfd/ChangeLog | |
parent | 9a3c34fe70091c1ad7271bf3229809ed1c11f3c5 (diff) | |
download | gdb-07c6e936588ef5f135c8e254361ad393e916c8ea.zip gdb-07c6e936588ef5f135c8e254361ad393e916c8ea.tar.gz gdb-07c6e936588ef5f135c8e254361ad393e916c8ea.tar.bz2 |
Add support for QNX style core files.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d82580d..7f764c3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2003-02-24 Kris Warkentin <kewarken@qnx.com> + + * elf.c (elfcore_read_notes): Add check for QNX style core file. + (elfcore_grog_nto_note): New function. + (elfcore_grog_nto_gregs): New function. + (elfcore_grog_nto_status): New function. + 2003-02-24 Alan Modra <amodra@bigpond.net.au> * elflink.c (_bfd_elf_create_got_section): Check existing .got |