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 129773beeb442e984da15d7db60e1cc0227a544c..ddb9cdc1494cabb1395142f784c2535362bd69de 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 6a13ee9d53d4a6ffdc2c14bcb7fda99e7478cdff..28c9ed1ba70c18c510251ebfa8e2a50fe98c18ed 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 6a13ee9d53d4a6ffdc2c14bcb7fda99e7478cdff..28c9ed1ba70c18c510251ebfa8e2a50fe98c18ed 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 92ebc6bbe7539e4f1b1ca4b465ef7537065cabc1..110029d8e283a8cabc9d76fa8ae08cf50bab2688 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 d97719c333bfeed67bca0ea822cac89d9c5a1577..51e97c461a52fb709d08611543fabd1fff01a330 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 f442dc8f69ff5ea6e13b46cd3cedab6864db0520..b7579a8e9107402da6e44ecdff2be332b3fce032 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.  */