From: Stu Grossman Date: Sat, 13 Nov 1993 00:26:06 +0000 (+0000) Subject: * config/m68k/tm-sun3.h: Disable use of alternate breakpoint insn X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=537eba71b1cceafeb3b3f9cd1b0eefc4fd71d9b0;p=binutils-gdb.git * config/m68k/tm-sun3.h: Disable use of alternate breakpoint insn when doing remote stuff. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index af4510964a9..22930f72908 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Fri Nov 12 16:23:08 1993 Stu Grossman (grossman at cygnus.com) + + * config/m68k/tm-sun3.h: Disable use of alternate breakpoint insn + when doing remote stuff. + Fri Nov 12 16:22:39 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * c-exp.y (yylex): Call lookup_symtab not lookup_partial_symtab. diff --git a/gdb/config/m68k/tm-sun3.h b/gdb/config/m68k/tm-sun3.h index 87ddc9eb0f3..147c34d3fd8 100644 --- a/gdb/config/m68k/tm-sun3.h +++ b/gdb/config/m68k/tm-sun3.h @@ -43,6 +43,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "m68k/tm-m68k.h" +/* Disable alternate breakpoint mechanism needed by 68k stub. */ +#undef REMOTE_BREAKPOINT + /* Offsets (in target ints) into jmp_buf. Not defined by Sun, but at least documented in a comment in ! */