* sun3-xdep.c, tm-sun3.h, tm-68k.h: Change TARGET_SUN3 to
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 30 Apr 1991 19:50:49 +0000 (19:50 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 30 Apr 1991 19:50:49 +0000 (19:50 +0000)
GDB_TARGET_IS_SUN3.

gdb/sun3-xdep.c
gdb/tm-68k.h
gdb/tm-sun3.h

index 6090dc4b5aec513da02888ebf4299fb5af55fc77..15104a714704d87b6d64e9107e65300ffad158b2 100644 (file)
@@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 extern int errno;
 
-#if defined (TARGET_SUN3)
+#if defined (GDB_TARGET_IS_SUN3)
 /* All of this stuff is only relevant if both host and target are sun3.  */
 void
 fetch_inferior_registers ()
index a138671fff740b4772fe2c5b30c960a0f242f3a3..b3c6c375c514c0535adf9469dbe114167bb7bb67 100644 (file)
@@ -94,7 +94,7 @@ read_memory_integer (read_register (SP_REGNUM), 4)
 #define REGISTER_TYPE long
 
 #if defined (HAVE_68881)
-#  if defined (TARGET_SUN3)
+#  if defined (GDB_TARGET_IS_SUN3)
     /* Sun3 status includes fpflags, which shows whether the FPU has been used
        by the process, and whether the FPU was done with an instruction or 
        was interrupted in the middle of a long instruction.  See
index 7ba7bc3183524c62c604b2a62d8f80afc684c3d9..aeeea7a22b4aa60d90c7982a37fb3566e1c69268 100644 (file)
@@ -19,7 +19,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define HAVE_68881
 
-#define TARGET_SUN3
+/* TARGET_SUN3 might be a more logical name, but that's used by
+   ../include/target.h (included by ../include/a.out.gnu.h).  */
+#define GDB_TARGET_IS_SUN3 1
 
 #include "tm-68k.h"