diff options
author | Kevin Buettner <kevinb@redhat.com> | 2005-09-09 18:26:03 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2005-09-09 18:26:03 +0000 |
commit | 6cfda9479fc69e28b1ff9ca08c8aa6e5683e476b (patch) | |
tree | d21b58361a6ea6ffdda2fa2690cb94363b4e8401 /bfd/ChangeLog | |
parent | ec1c47596af4b99fe2e0797fcf1a015679e0bb1e (diff) | |
download | gdb-6cfda9479fc69e28b1ff9ca08c8aa6e5683e476b.zip gdb-6cfda9479fc69e28b1ff9ca08c8aa6e5683e476b.tar.gz gdb-6cfda9479fc69e28b1ff9ca08c8aa6e5683e476b.tar.bz2 |
* elf32-am33lin.c (bfd.h, sysdep.h, elf-bfd.h, elf/mn10300.h):
Include.
(elf32_am33lin_grok_prstatus, elf32_am33lin_grok_psinfo): New
functions.
(elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b3a651e..d36beba 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2005-09-09 Kevin Buettner <kevinb@redhat.com> + + * elf32-am33lin.c (bfd.h, sysdep.h, elf-bfd.h, elf/mn10300.h): + Include. + (elf32_am33lin_grok_prstatus, elf32_am33lin_grok_psinfo): New + functions. + (elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define. + 2005-09-09 Richard Earnshaw <richard.earnshaw@arm.com> * elf32-arm.c (elf32_arm_section_from_shdr): Accept SHT_ARM_PREEMPTMAP |