projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c82844f
)
* config/i386/xm-windows.h: Undo previous change to SIGTRAP
author
Mark Alexander
<marka@cygnus>
Tue, 31 Dec 1996 15:01:55 +0000
(15:01 +0000)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/gdb/config/i386/xm-windows.h
b/gdb/config/i386/xm-windows.h
index 9026dbdcf43dfb602f3682e00d3619ea890de93c..91ca4d024df930a2bc2cf7e3d13ddd65e66a3150 100644
(file)
--- a/
gdb/config/i386/xm-windows.h
+++ b/
gdb/config/i386/xm-windows.h
@@
-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