* config/i386/xm-windows.h: Undo previous change to SIGTRAP
authorMark Alexander <marka@cygnus>
Tue, 31 Dec 1996 15:01:55 +0000 (15:01 +0000)
committerMark Alexander <marka@cygnus>
Tue, 31 Dec 1996 15:01:55 +0000 (15:01 +0000)
and SIGQUIT values; it messed up non-MIPS targets.

gdb/config/i386/xm-windows.h

index 9026dbdcf43dfb602f3682e00d3619ea890de93c..91ca4d024df930a2bc2cf7e3d13ddd65e66a3150 100644 (file)
@@ -33,5 +33,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include <malloc.h>
 
-#define SIGQUIT 5
-#define SIGTRAP 6
+#define SIGQUIT 3
+#define SIGTRAP 5