aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1993-11-13 00:26:06 +0000
committerStu Grossman <grossman@cygnus>1993-11-13 00:26:06 +0000
commit537eba71b1cceafeb3b3f9cd1b0eefc4fd71d9b0 (patch)
treec69e9ed47d97912414607dd61952d8e591483359 /gdb
parent54bbfd3762a779ec48f9f0bfe4bbb21faeb5af51 (diff)
downloadgdb-537eba71b1cceafeb3b3f9cd1b0eefc4fd71d9b0.zip
gdb-537eba71b1cceafeb3b3f9cd1b0eefc4fd71d9b0.tar.gz
gdb-537eba71b1cceafeb3b3f9cd1b0eefc4fd71d9b0.tar.bz2
* config/m68k/tm-sun3.h: Disable use of alternate breakpoint insn
when doing remote stuff.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/config/m68k/tm-sun3.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index af45109..22930f7 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 87ddc9e..147c34d 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 <machine/setjmp.h>! */