aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-05-29 23:50:04 +0000
committerAlan Modra <amodra@gmail.com>2003-05-29 23:50:04 +0000
commitf8843e87137de9944a4cead9ecfc2b4c4b13905d (patch)
treeffa049b2cd99820539c0e2b8e6ed7aca01f436e9 /bfd/ChangeLog
parentd2427a719bedac1dff31c9566234062b887f7cce (diff)
downloadgdb-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/ChangeLog6
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>.