diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-06-29 04:01:39 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-06-29 04:01:39 +0000 |
commit | 43d5792ce14b9aadeb177755d94f8075c8d5ca1f (patch) | |
tree | 298cec92db3cb4865649fd07456dbaa8dea66e99 /gdb/gdbserver/ChangeLog | |
parent | 7cfbef4774a1dc59ee7bcd8999887aaffe5e9e8e (diff) | |
download | gdb-43d5792ce14b9aadeb177755d94f8075c8d5ca1f.zip gdb-43d5792ce14b9aadeb177755d94f8075c8d5ca1f.tar.gz gdb-43d5792ce14b9aadeb177755d94f8075c8d5ca1f.tar.bz2 |
* configure.in: Check whether we need to prototype strerror.
* server.h: Optionally prototype strerror.
* gdbreplay.c (perror_with_name): Use strerror.
* linux-low.c (linux_attach_lwp): Use strerror.
* utils.c (perror_with_name): Use strerror.
* config.in, configure: Regenerated.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index e2efaa2..80a328b 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,5 +1,14 @@ 2003-06-28 Daniel Jacobowitz <drow@mvista.com> + * configure.in: Check whether we need to prototype strerror. + * server.h: Optionally prototype strerror. + * gdbreplay.c (perror_with_name): Use strerror. + * linux-low.c (linux_attach_lwp): Use strerror. + * utils.c (perror_with_name): Use strerror. + * config.in, configure: Regenerated. + +2003-06-28 Daniel Jacobowitz <drow@mvista.com> + * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by SUGIOKA Toshinobu <sugioka@itonet.co.jp>. |