diff options
author | Alan Modra <amodra@gmail.com> | 2003-05-29 23:50:04 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-05-29 23:50:04 +0000 |
commit | f8843e87137de9944a4cead9ecfc2b4c4b13905d (patch) | |
tree | ffa049b2cd99820539c0e2b8e6ed7aca01f436e9 /bfd/ChangeLog | |
parent | d2427a719bedac1dff31c9566234062b887f7cce (diff) | |
download | gdb-f8843e87137de9944a4cead9ecfc2b4c4b13905d.zip gdb-f8843e87137de9944a4cead9ecfc2b4c4b13905d.tar.gz gdb-f8843e87137de9944a4cead9ecfc2b4c4b13905d.tar.bz2 |
* elf.c (elfcore_grok_nto_status): Only set lwpid for the active or
signalled thread.
(elfcore_grok_nto_gregs): Only make .reg section for the active thread.
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 bca4a7b..aa1aeae 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2003-05-30 Kris Warkentin <kewarken@qnx.com> + + * elf.c (elfcore_grok_nto_status): Only set lwpid for the active or + signalled thread. + (elfcore_grok_nto_gregs): Only make .reg section for the active thread. + 2003-05-29 Nick Clifton <nickc@redhat.com> * pef.c: Include "safe-ctype.h" instead of <ctype.h>. |