From: Mark Alexander Date: Tue, 31 Dec 1996 15:01:12 +0000 (+0000) Subject: * config/i386/xm-windows.h: Undo previous change to SIGTRAP X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c82844f78e0d807fbbdc8c76e241d4b958396078;p=binutils-gdb.git * config/i386/xm-windows.h: Undo previous change to SIGTRAP and SIGQUIT values; it messed up non-MIPS targets. * config/mips/tm-mips.h: Undefine BREAKPOINT, replace with separate LITTLE_BREAKPOINT and BIG_BREAKPOINT definitions; this fixes problem with setting breakpoints in little-endian programs in the simulator. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8e2311a1eb3..ba70fde223f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Tue Dec 31 06:51:43 1996 Mark Alexander + + * config/i386/xm-windows.h: Undo previous change to SIGTRAP + and SIGQUIT values; it messed up non-MIPS targets. + * config/mips/tm-mips.h: Undefine BREAKPOINT, replace + with separate LITTLE_BREAKPOINT and BIG_BREAKPOINT definitions; + this fixes problem with setting breakpoints in little-endian + programs in the simulator. + Mon Dec 30 00:14:06 1996 Doug Evans * remote-sim.c (gdbsim_open_p): New static local.