* config/i386/xm-windows.h: Make SIGTRAP and SIGQUIT consistent

with sim/mips/support.h.
This commit is contained in:
Mark Alexander 1996-12-29 17:18:12 +00:00
parent d6eecef07b
commit 62487cdb30
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Sun Dec 29 09:15:03 1996 Mark Alexander <marka@cygnus.com>
* config/i386/xm-windows.h: Make SIGTRAP and SIGQUIT consistent
with sim/mips/support.h.
Fri Dec 27 14:53:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* v850-tdep.c (struct pifsr): Add cur_frameoffset field.

View File

@ -33,5 +33,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <malloc.h>
#define SIGQUIT 3
#define SIGTRAP 5
#define SIGQUIT 5
#define SIGTRAP 6