OSDN Git Service

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 44eafbb..e95019e 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 faaffee..fc67206 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 d1467d0..006fb0b 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 416a7e3..5b3221d 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 77e368d..a33b13c 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 30d00ae..b711a6c 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 e212a51..520db7b 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 5488830..30ba78a 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 e28e28e..9c87619 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 3f85dd0..b8dc550 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 d45ab84..953b075 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 b8f99df..2878227 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 aaa2a24..c9eedc3 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 a00a6a8..1bb91ba 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 78c3d58..a93e728 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"