diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-04-01 18:31:46 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-04-01 18:31:46 +0000 |
commit | d2b645005b08c5a9ac48b4e1f5266a25c7716ed4 (patch) | |
tree | 3bf4bc93108cd7d6fe0c1d68ce88bbd1d39a70e9 /bfd/ChangeLog | |
parent | e36f7d53260cec6075ceb05e036782a85257739b (diff) | |
download | fsf-binutils-gdb-d2b645005b08c5a9ac48b4e1f5266a25c7716ed4.zip fsf-binutils-gdb-d2b645005b08c5a9ac48b4e1f5266a25c7716ed4.tar.gz fsf-binutils-gdb-d2b645005b08c5a9ac48b4e1f5266a25c7716ed4.tar.bz2 |
2002-04-01 Nathan Williams <nathanw@wasabisystems.com>
* elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one erro
which caused the returned LWP ID to always be 0.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 97a5872..d7f157c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-04-01 Nathan Williams <nathanw@wasabisystems.com> + + * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error + which caused the returned LWP ID to always be 0. + 2002-04-01 Richard Henderson <rth@redhat.com> * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New. |