Mips is always TARGET_BYTE_ORDER_SELECTABLE_P 1.
authorAndrew Cagney <cagney@redhat.com>
Tue, 6 Jun 2000 07:00:45 +0000 (07:00 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 6 Jun 2000 07:00:45 +0000 (07:00 +0000)
15 files changed:
gdb/ChangeLog
gdb/config/mips/tm-embed.h
gdb/config/mips/tm-embed64.h
gdb/config/mips/tm-embedl.h
gdb/config/mips/tm-embedl64.h
gdb/config/mips/tm-mips.h
gdb/config/mips/tm-tx39.h
gdb/config/mips/tm-tx39l.h
gdb/config/mips/tm-vr4100.h
gdb/config/mips/tm-vr4300.h
gdb/config/mips/tm-vr4300el.h
gdb/config/mips/tm-vr4xxx.h
gdb/config/mips/tm-vr4xxxel.h
gdb/config/mips/tm-vr5000.h
gdb/config/mips/tm-vr5000el.h

index 44eafbb687e63679b9bb4ab8764f9de2bb516f41..e95019e6b1d384183801bd64fec61c9d77577c41 100644 (file)
@@ -1,3 +1,15 @@
+Tue Jun  6 16:46:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * config/mips/tm-vr5000el.h, config/mips/tm-vr5000.h,
+       config/mips/tm-vr4xxxel.h, config/mips/tm-vr4xxx.h,
+       config/mips/tm-vr4300el.h, config/mips/tm-vr4100.h,
+       config/mips/tm-vr4300.h, config/mips/tm-tx39l.h,
+       config/mips/tm-tx39.h, config/mips/tm-embedl64.h,
+       config/mips/tm-embedl.h, config/mips/tm-embed64.h,
+       config/mips/tm-embed.h: Delete TARGET_BYTE_ORDER_SELECTABLE_P.
+
+       * tm-mips.h (TARGET_BYTE_ORDER_SELECTABLE_P): Define as 1.
+       
 Tue Jun  6 16:21:14 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * gdbarch.sh (generic_register_convertible_not,
index faaffee294dcbaabcd46ae5ccde7ad12a0449259..fc67206cda1368e34ecd2435f1661cf8abb7da1a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -17,8 +17,6 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define TARGET_BYTE_ORDER_SELECTABLE_P 1
-
 #include "mips/tm-bigmips.h"
 
 #undef DEFAULT_MIPS_TYPE
index d1467d0ce0f8fc6fec6b2316ae0c0c85497bfe71..006fb0b84e56d9565e16fca5189cef273591f833 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -17,6 +17,4 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define TARGET_BYTE_ORDER_SELECTABLE_P 1
-
 #include "mips/tm-bigmips64.h"
index 416a7e30510f2f977b8a1cf82418fc96b490e564..5b3221d84678f8ad12aa0c4142425f0ae341e2f7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -17,6 +17,4 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define TARGET_BYTE_ORDER_SELECTABLE_P 1
-
 #include "mips/tm-mips.h"
index 77e368de90fc3aa2e112e9531a971f8310859394..a33b13c46f1de2c2aea35f8e1db69cfe218b820f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -17,6 +17,4 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define TARGET_BYTE_ORDER_SELECTABLE_P 1
-
 #include "mips/tm-mips64.h"
index 30d00aef7297c7e04fb7c0c0b6c4393dfcecc153..b711a6c84e6ad821d30939cb3969f3f484b07025 100644 (file)
@@ -588,3 +588,9 @@ extern void mips_set_processor_type_command (char *, int);
 /* MIPS sign extends addresses */
 #define POINTER_TO_ADDRESS(TYPE,BUF) (signed_pointer_to_address (TYPE, BUF))
 #define ADDRESS_TO_POINTER(TYPE,BUF,ADDR) (address_to_signed_pointer (TYPE, BUF, ADDR))
+
+
+/* MIPS is always bi-endian */
+#if !GDB_MULTI_ARCH
+#define TARGET_BYTE_ORDER_SELECTABLE_P 1
+#endif
index e212a51d31b117eb9205c5fb4888cce6c10f728d..520db7b6b5f7c09d6b07c6584e2733e7f38cfbda 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -17,7 +17,6 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define TARGET_BYTE_ORDER_SELECTABLE_P 1
 #define MIPS_EABI 1
 #define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_NONE
 
index 5488830b5d757b9bf1916c916e250febe2c13ce3..30ba78ad0ba0d1e051c6b4c53dca81bd9f89a9a3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -17,7 +17,6 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define TARGET_BYTE_ORDER_SELECTABLE_P 1
 #define MIPS_EABI 1
 #define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_NONE
 
index e28e28ed07c8715cf6314dae0b5e6511d0f8e974..9c876192d0b8d168895594744c283e944d5e4204 100644 (file)
@@ -17,7 +17,6 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define TARGET_BYTE_ORDER_SELECTABLE_P 1
 #define MIPS_EABI 1
 #define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_NONE
 #define TARGET_PTR_BIT 64
index 3f85dd05784e2eb8d53d5f6d58ab67ef4c65b5fd..b8dc55064a9ebc32f9c2c22c12cfff8742866e31 100644 (file)
@@ -17,6 +17,4 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define TARGET_BYTE_ORDER_SELECTABLE_P 1
-
 #include "mips/tm-bigmips64.h"
index d45ab84c9bf4bbd92877ec8e7a8bb39236ae3be2..953b0758d0d3fcd18896a0cdae89b890249bbc09 100644 (file)
@@ -17,6 +17,4 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#define TARGET_BYTE_ORDER_SELECTABLE_P 1
-
 #include "mips/tm-mips64.h"
index b8f99df81375ae5e68715873d0ff6139494c047f..2878227cd98f40c98759d1f966a4569a5b87cbe7 100644 (file)
@@ -19,6 +19,5 @@
 
 #define GDB_MULTI_ARCH 1
 #define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_DOUBLE
-#define TARGET_BYTE_ORDER_SELECTABLE_P 1
 
 #include "mips/tm-bigmips64.h"
index aaa2a249a6c69c277b76cdcd1b01a4c639a0aee2..c9eedc37131d8f979a31b0da98642b10806e5a32 100644 (file)
@@ -19,6 +19,5 @@
 
 #define GDB_MULTI_ARCH 1
 #define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_DOUBLE
-#define TARGET_BYTE_ORDER_SELECTABLE_P 1
 
 #include "mips/tm-mips64.h"
index a00a6a804c5b11d741246cb2f1449a66c6fdce1c..1bb91ba256056b49dc868e6d9151536deb9622a2 100644 (file)
@@ -18,7 +18,6 @@
    Boston, MA 02111-1307, USA.  */
 
 #define GDB_MULTI_ARCH 1
-#define TARGET_BYTE_ORDER_SELECTABLE_P 1
 #define MIPS_EABI 1
 
 #include "mips/tm-bigmips64.h"
index 78c3d5862b3266c6802927e3891e377e39f5a230..a93e72880e8b351c3d2b72d40b5aec5d6eee6730 100644 (file)
@@ -18,7 +18,6 @@
    Boston, MA 02111-1307, USA.  */
 
 #define GDB_MULTI_ARCH 1
-#define TARGET_BYTE_ORDER_SELECTABLE_P 1
 #define MIPS_EABI 1
 
 #include "mips/tm-mips64.h"