From: Mark Alexander Date: Tue, 31 Dec 1996 15:05:46 +0000 (+0000) Subject: * support.h: Undo previous change to SIGTRAP X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2902e8ab51e8f7d79de5f061d2653f7d6eb564e4;p=binutils-gdb.git * support.h: Undo previous change to SIGTRAP and SIGQUIT values. --- diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index cb9e1ce9d7a..bd3ffe98f78 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 31 07:04:00 1996 Mark Alexander + + * support.h: Undo previous change to SIGTRAP + and SIGQUIT values. + Mon Dec 30 17:36:06 1996 Ian Lance Taylor * interp.c (store_word, load_word): New static functions. diff --git a/sim/mips/support.h b/sim/mips/support.h index f7b8e99c895..f921e624358 100644 --- a/sim/mips/support.h +++ b/sim/mips/support.h @@ -33,8 +33,8 @@ #if defined(__GNUC__) || defined(_WIN32) #ifdef _WIN32 -#define SIGQUIT 5 -#define SIGTRAP 6 +#define SIGTRAP 5 +#define SIGQUIT 3 typedef signed __int64 word64; typedef unsigned __int64 uword64; #else