* 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-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
 
 #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
 
 #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
 
 #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.  */
 
 #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;
 
 
 #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.  */