aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1993-03-06 01:23:11 +0000
committerK. Richard Pixley <rich@cygnus>1993-03-06 01:23:11 +0000
commit5870d84848765fd709d79c586e35a65a7453dfdd (patch)
tree17d31a092910ac1e544035d5a296c448c0143b06
parent81029114ba498fd059b4253b9ee1c47fdf85f41b (diff)
downloadgdb-5870d84848765fd709d79c586e35a65a7453dfdd.zip
gdb-5870d84848765fd709d79c586e35a65a7453dfdd.tar.gz
gdb-5870d84848765fd709d79c586e35a65a7453dfdd.tar.bz2
* tm-mips.h (GDB_TARGET_IS_MIPS): no longer used, now removed.
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/tm-mips.h5
2 files changed, 2 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8d17f51..eea5c28 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,7 @@
Fri Mar 5 17:16:26 1993 K. Richard Pixley (rich@rtl.cygnus.com)
+ * tm-mips.h (GDB_TARGET_IS_MIPS): no longer used, now removed.
+
* configure.in: accept mips-sgi-irix4* for irix4.
Fri Mar 5 07:49:48 1993 Steve Chamberlain (sac@lisa.cygnus.com)
diff --git a/gdb/tm-mips.h b/gdb/tm-mips.h
index 5537ff8..8dbd951 100644
--- a/gdb/tm-mips.h
+++ b/gdb/tm-mips.h
@@ -26,11 +26,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define TARGET_BYTE_ORDER LITTLE_ENDIAN
#endif
-/* FIXME, this triggers host-and-target (``native'') dependent code
- which currently sits in mips-xdep.c. Needs to be moved out to
- mips-nat.c or some such. */
-#define GDB_TARGET_IS_MIPS
-
/* Floating point is IEEE compliant */
#define IEEE_FLOAT