* config/m68k/tm-sun3.h: Disable use of alternate breakpoint insn

when doing remote stuff.
This commit is contained in:
Stu Grossman 1993-11-13 00:26:06 +00:00
parent 54bbfd3762
commit 537eba71b1
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -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 <machine/setjmp.h>! */