diff options
author | Michael Snyder <msnyder@vmware.com> | 2002-02-13 21:53:31 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2002-02-13 21:53:31 +0000 |
commit | 51316059ccf20325064353ec76fe94d2403393c1 (patch) | |
tree | e73e87ee1407863727dfc5e34e847856c84979f5 /bfd/ChangeLog | |
parent | 1e4d76e7d540ea26b91a1244114e6c22f8051381 (diff) | |
download | gdb-51316059ccf20325064353ec76fe94d2403393c1.zip gdb-51316059ccf20325064353ec76fe94d2403393c1.tar.gz gdb-51316059ccf20325064353ec76fe94d2403393c1.tar.bz2 |
2002-02-11 Michael Snyder <msnyder@redhat.com>
* elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
* elf.c (elfcore_grok_pstatus): Add prototype.
(elfcore_grok_lwpstatus): Add prototype.
(elfcore_write_lwpstatus): New function.
(elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
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 4b7640e..7d55773 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -32,6 +32,14 @@ DT_PPC64_OPD and DT_PPC64_OPDSZ tags. (ppc64_elf_finish_dynamic_sections): Set values for them. +2002-02-11 Michael Snyder <msnyder@redhat.com> + + * elf-bfd.h (elfcore_write_lwpstatus): Add prototype. + * elf.c (elfcore_grok_pstatus): Add prototype. + (elfcore_grok_lwpstatus): Add prototype. + (elfcore_write_lwpstatus): New function. + (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy. + 2002-02-11 Alexandre Oliva <aoliva@redhat.com> * elf32-sh.c: Added missing prototypes. |