* config/m68k/tm-sun3.h: Disable use of alternate breakpoint insn
authorStu Grossman <grossman@cygnus>
Sat, 13 Nov 1993 00:26:06 +0000 (00:26 +0000)
committerStu Grossman <grossman@cygnus>
Sat, 13 Nov 1993 00:26:06 +0000 (00:26 +0000)
when doing remote stuff.

gdb/ChangeLog
gdb/config/m68k/tm-sun3.h

index af4510964a9fd9b4c66bcb5829ae7c50884cd3b4..22930f729081d72fba56ddb9c133b9c1738fa9c9 100644 (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.
index 87ddc9eb0f3a5ddbedcb49cc79a3649f557e6e15..147c34d3fd84c3fc1b41092ad213dc4a3feb870d 100644 (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>! */