gdb/testsuite/
authorThomas Schwinge <tschwinge@gnu.org>
Tue, 28 Feb 2012 10:24:15 +0000 (10:24 +0000)
committerThomas Schwinge <tschwinge@gnu.org>
Tue, 28 Feb 2012 10:24:15 +0000 (10:24 +0000)
        * gdb.base/annota1.c [__sh__]: Remove any special-casing.
        * gdb.base/annota3.c: Likewise.
        * gdb.base/sigall.c: Likewise.
        * gdb.base/signals.c: Likewise.
        * gdb.reverse/sigall-reverse.c: Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/annota1.c
gdb/testsuite/gdb.base/annota3.c
gdb/testsuite/gdb.base/sigall.c
gdb/testsuite/gdb.base/signals.c
gdb/testsuite/gdb.reverse/sigall-reverse.c

index 129773b..ddb9cdc 100644 (file)
@@ -1,3 +1,11 @@
+2012-02-28  Thomas Schwinge  <thomas@codesourcery.com>
+
+        * gdb.base/annota1.c [__sh__]: Remove any special-casing.
+        * gdb.base/annota3.c: Likewise.
+        * gdb.base/sigall.c: Likewise.
+        * gdb.base/signals.c: Likewise.
+        * gdb.reverse/sigall-reverse.c: Likewise.
+
 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
index 6a13ee9..28c9ed1 100644 (file)
@@ -1,10 +1,6 @@
 #include <stdio.h>
 #include <signal.h>
 
-#ifdef __sh__
-#define signal(a,b)    /* Signals not supported on this target - make them go away */
-#endif
-
 
 #ifdef PROTOTYPES
 void
index 6a13ee9..28c9ed1 100644 (file)
@@ -1,10 +1,6 @@
 #include <stdio.h>
 #include <signal.h>
 
-#ifdef __sh__
-#define signal(a,b)    /* Signals not supported on this target - make them go away */
-#endif
-
 
 #ifdef PROTOTYPES
 void
index 92ebc6b..110029d 100644 (file)
@@ -1,9 +1,6 @@
 #include <signal.h>
 #include <unistd.h>
 
-#ifdef __sh__
-#define signal(a,b)    /* Signals not supported on this target - make them go away */
-#endif
 
 /* Signal handlers, we set breakpoints in them to make sure that the
    signals really get delivered.  */
index d97719c..51e97c4 100644 (file)
@@ -3,10 +3,6 @@
 #include <signal.h>
 #include <unistd.h>
 
-#ifdef __sh__
-#define signal(a,b)    /* Signals not supported on this target - make them go away */
-#define alarm(a)       /* Ditto for alarm() */
-#endif
 
 static int count = 0;
 
index f442dc8..b7579a8 100644 (file)
@@ -18,9 +18,6 @@
 #include <signal.h>
 #include <unistd.h>
 
-#ifdef __sh__
-#define signal(a,b)    /* Signals not supported on this target - make them go away */
-#endif
 
 /* Signal handlers, we set breakpoints in them to make sure that the
    signals really get delivered.  */