Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2005-04-29 18:18:05 +0400
committerPaul Brook <paul@codesourcery.com>2005-04-29 18:18:05 +0400
commit42415cf14010f150c303413517bea8515a1281b1 (patch)
treefb99d275812e484772c3155ef416b02b577b3517
parent89e39f4b90e477e053699afbc273db028716ff38 (diff)
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.csl5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 74d0797d2..5c9c1d164 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.