mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* support.h: Undo previous change to SIGTRAP
and SIGQUIT values.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Tue Dec 31 07:04:00 1996 Mark Alexander <marka@cygnus.com>
|
||||||
|
|
||||||
|
* support.h: Undo previous change to SIGTRAP
|
||||||
|
and SIGQUIT values.
|
||||||
|
|
||||||
Mon Dec 30 17:36:06 1996 Ian Lance Taylor <ian@cygnus.com>
|
Mon Dec 30 17:36:06 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* interp.c (store_word, load_word): New static functions.
|
* interp.c (store_word, load_word): New static functions.
|
||||||
|
@ -33,8 +33,8 @@
|
|||||||
#if defined(__GNUC__) || defined(_WIN32)
|
#if defined(__GNUC__) || defined(_WIN32)
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define SIGQUIT 5
|
#define SIGTRAP 5
|
||||||
#define SIGTRAP 6
|
#define SIGQUIT 3
|
||||||
typedef signed __int64 word64;
|
typedef signed __int64 word64;
|
||||||
typedef unsigned __int64 uword64;
|
typedef unsigned __int64 uword64;
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user