gdb/testsuite/
[platform/upstream/binutils.git] / gdb / testsuite / gdb.base / sigall.c
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.  */