* config/a29k-udi.mt, config/i960/vxworks960.mt (REMOTE_OBS):
authorStan Shebs <shebs@codesourcery.com>
Mon, 9 Feb 1998 21:25:02 +0000 (21:25 +0000)
committerStan Shebs <shebs@codesourcery.com>
Mon, 9 Feb 1998 21:25:02 +0000 (21:25 +0000)
  Remove redefinition.
* config/i960/tm-i960.h (BREAKPOINT): Define.
Fix build failures due to tracepoint.c addition

gdb/ChangeLog
gdb/config/a29k/a29k-udi.mt
gdb/config/i960/tm-i960.h
gdb/config/i960/vxworks960.mt

index e11485957b57f96f5c4cad446037e82eb8a31ab8..98ed21d982abfaa21b1c472bc71fd9654164e199 100644 (file)
@@ -1,3 +1,9 @@
+Mon Feb  9 13:14:12 1998  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * config/a29k-udi.mt, config/i960/vxworks960.mt (REMOTE_OBS):
+       Remove redefinition.
+       * config/i960/tm-i960.h (BREAKPOINT): Define.
+
 Mon Feb  9 15:35:38 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * Makefile.in (init.c): Ignore errors when making init.c.  Seems
index 6d5d27b701dd99319bf33d5cb7f4785da96b0fa2..15b33e62815ca03b0914cead9f93aee3bea9ff56 100644 (file)
@@ -2,7 +2,4 @@
 TDEPFILES= a29k-tdep.o remote-udi.o udip2soc.o udr.o udi2go32.o
 TM_FILE= tm-a29k.h
 
-# Disable standard remote support.
-REMOTE_OBS=
-
 MT_CFLAGS = $(HOST_IPC)
index c4d9fe8f9e3f8db1ff8e2d0a7cf2295d4ad28845..57d7b9895f3a2eb44c553024de8e662266d79f1e 100644 (file)
@@ -68,6 +68,10 @@ extern CORE_ADDR saved_pc_after_call ();
 
 #define ABOUT_TO_RETURN(ip) (read_memory_integer(ip,4) == 0x0a000000)
 
+/* Use the fmark instruction for software breakpoints. */
+
+#define BREAKPOINT { 0xcf, 0x66 }
+
 /* Say how long (ordinary) registers are.  This is a piece of bogosity
    used in push_word and a few other places; REGISTER_RAW_SIZE is the
    real way to know how big a register is.  */
index 3623804b78c77722153cb5cee902aaa6c1608b3e..ad3293421f734ade5494b618151cc50b6918b2ad 100644 (file)
@@ -4,7 +4,3 @@ TM_FILE= tm-vx960.h
 
 # Define this for the vx-share routines, which don't see param.h.
 MT_CFLAGS= -DI80960
-
-# Don't use remote.o; it doesn't compile (and won't work) due to lack of
-# BREAKPOINT.
-REMOTE_OBS= dcache.o remote-utils.o 
This page took 0.026826 seconds and 4 git commands to generate.