diff options
author | Paul Brook <paul@codesourcery.com> | 2005-04-29 14:18:05 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2005-04-29 14:18:05 +0000 |
commit | 42415cf14010f150c303413517bea8515a1281b1 (patch) | |
tree | fb99d275812e484772c3155ef416b02b577b3517 | |
parent | 89e39f4b90e477e053699afbc273db028716ff38 (diff) | |
download | newlib-42415cf14010f150c303413517bea8515a1281b1.zip newlib-42415cf14010f150c303413517bea8515a1281b1.tar.gz newlib-42415cf14010f150c303413517bea8515a1281b1.tar.bz2 |
2005-04-29 Paul Brook <paul@codesourcery.com>
* gdb/remote-sim.c (SIGTRAP): Provide default defnition.
* gdb/signals/signals.c (SIGRAP): Ditto.
-rw-r--r-- | ChangeLog.csl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl index 74d0797..5c9c1d1 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,8 @@ +2005-04-29 Paul Brook <paul@codesourcery.com> + + * gdb/remote-sim.c (SIGTRAP): Provide default defnition. + * gdb/signals/signals.c (SIGRAP): Ditto. + 2005-04-28 Paul Brook <paul@codesourcery.com> * gdb/exceptions.c (print_flush): Handle NULL gdb_stdout_serial. |