forked from Imagelibrary/binutils-gdb
* config/i386/xm-windows.h: Undo previous change to SIGTRAP
and SIGQUIT values; it messed up non-MIPS targets.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user