Eliminate TARGET_BYTE_ORDER.
authorAndrew Cagney <cagney@redhat.com>
Tue, 29 Jan 2002 04:42:45 +0000 (04:42 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 29 Jan 2002 04:42:45 +0000 (04:42 +0000)
21 files changed:
gdb/ChangeLog
gdb/config/alpha/tm-alpha.h
gdb/config/d30v/tm-d30v.h
gdb/config/fr30/tm-fr30.h
gdb/config/h8300/tm-h8300.h
gdb/config/h8500/tm-h8500.h
gdb/config/i386/tm-i386.h
gdb/config/i960/tm-i960.h
gdb/config/ia64/tm-ia64.h
gdb/config/m32r/tm-m32r.h
gdb/config/m68k/tm-m68k.h
gdb/config/m88k/tm-m88k.h
gdb/config/mips/tm-wince.h
gdb/config/mn10200/tm-mn10200.h
gdb/config/ns32k/tm-umax.h
gdb/config/pa/tm-hppa.h
gdb/config/sh/tm-wince.h
gdb/config/sparc/tm-sparc.h
gdb/config/v850/tm-v850.h
gdb/config/vax/tm-vax.h
gdb/config/z8k/tm-z8k.h

index 2a950c9..db9bf3e 100644 (file)
@@ -1,5 +1,28 @@
 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
 
+       * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
+       * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
+       * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
+       * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
+       * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
+       * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
+       * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
+       * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
+       * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
+       * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
+       * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
+       * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
+       * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
+       * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
+       * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
+       * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
+       * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
+       * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
+       * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
+       * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
+
+2002-01-28  Andrew Cagney  <ac131313@redhat.com>
+
        * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
        (target_byte_order): Initialize to BFD_ENDIAN_BIG.
        (initialize_current_architecture): Update target_byte_order using
index a508354..82e964f 100644 (file)
@@ -33,10 +33,6 @@ struct type;
 struct value;
 struct symbol;
 
-#if !defined (TARGET_BYTE_ORDER)
-#define TARGET_BYTE_ORDER BFD_ENDIAN_LITTLE
-#endif
-
 /* Redefine some target bit sizes from the default.  */
 
 #define TARGET_LONG_BIT 64
index 317b80d..7a14e39 100644 (file)
 
 #include "regcache.h"
 
-/* Define the bit, byte, and word ordering of the machine.  */
-
-#define TARGET_BYTE_ORDER BFD_ENDIAN_BIG
-
 /* Offset from address of function to start of its code.
    Zero on most machines.  */
 
index 4d55092..22ddd04 100644 (file)
@@ -52,8 +52,6 @@
 
 #define INNER_THAN(lhs,rhs) ((lhs) < (rhs))
 
-#define TARGET_BYTE_ORDER BFD_ENDIAN_BIG
-
 #define R0_REGNUM  0
 #define R1_REGNUM  1
 #define R2_REGNUM  2
index 79f52dc..d43c809 100644 (file)
@@ -58,8 +58,6 @@ extern int h8300smode;
 
 extern void h8300_init_extra_frame_info ();
 
-/* Define the bit, byte, and word ordering of the machine.  */
-#define TARGET_BYTE_ORDER BFD_ENDIAN_BIG
 #undef TARGET_INT_BIT
 #define TARGET_INT_BIT  16
 #undef TARGET_LONG_BIT
index 2beec07..f326165 100644 (file)
 
 #define GDB_TARGET_IS_H8500
 
-/* Define the bit, byte, and word ordering of the machine.  */
-
-#define TARGET_BYTE_ORDER BFD_ENDIAN_BIG
-
 /* Define the sizes of integers and pointers.  */
 
 #define TARGET_INT_BIT 16
index 9888ca4..f9326fe 100644 (file)
@@ -32,8 +32,6 @@ struct frame_saved_regs;
 struct value;
 struct type;
 
-#define TARGET_BYTE_ORDER BFD_ENDIAN_LITTLE
-
 /* The format used for `long double' on almost all i386 targets is the
    i387 extended floating-point format.  In fact, of all targets in the
    GCC 2.95 tree, only OSF/1 does it different, and insists on having
index da0766d..2b24889 100644 (file)
@@ -38,9 +38,6 @@
 
 #define        DBX_PARM_SYMBOL_CLASS(type) ((type == N_LSYM)? LOC_LOCAL_ARG: LOC_ARG)
 
-/* Byte order is configurable, but this machine runs little-endian.  */
-#define        TARGET_BYTE_ORDER BFD_ENDIAN_LITTLE
-
 /* Offset from address of function to start of its code.
    Zero on most machines.  */
 
index 37e4d72..d08e59b 100644 (file)
 
 #else /* defines needed for GDBSERVER */
 
-/* ia64 is little endian by default */
-
-#define TARGET_BYTE_ORDER BFD_ENDIAN_LITTLE
-
 /* 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 c385f35..75bc7b2 100644 (file)
@@ -23,9 +23,6 @@
 /* Used by mswin.  */
 #define TARGET_M32R 1
 
-/* mvs_check TARGET_BYTE_ORDER BFD_ENDIAN_BIG */
-#define TARGET_BYTE_ORDER BFD_ENDIAN_BIG
-
 /* mvs_check REGISTER_NAMES */
 #define REGISTER_NAMES \
 { "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7", \
index 888089b..5b23df0 100644 (file)
@@ -23,9 +23,6 @@
 
 /* Generic 68000 stuff, to be included by other tm-*.h files.  */
 
-/* Define the bit, byte, and word ordering of the machine.  */
-#define TARGET_BYTE_ORDER BFD_ENDIAN_BIG
-
 #define TARGET_LONG_DOUBLE_FORMAT &floatformat_m68881_ext
 
 #define TARGET_LONG_DOUBLE_BIT 96
index 34762b9..4df0822 100644 (file)
@@ -25,9 +25,6 @@
 
 /* g++ support is not yet included.  */
 
-/* Define the bit, byte, and word ordering of the machine.  */
-#define TARGET_BYTE_ORDER BFD_ENDIAN_BIG
-
 /* We cache information about saved registers in the frame structure,
    to save us from having to re-scan function prologues every time
    a register in a non-current frame is accessed.  */
index f96c4fa..3ea179b 100644 (file)
@@ -29,6 +29,5 @@
 #define SOFTWARE_SINGLE_STEP(sig, bp_p) wince_software_single_step (sig, bp_p)
 
 void wince_software_single_step (unsigned int, int);
-#define TARGET_BYTE_ORDER BFD_ENDIAN_LITTLE
 
 #endif /* TM_WINCE_H */
index 4d416c5..66fb037 100644 (file)
@@ -25,9 +25,6 @@
    macros into functions.  */
 #include "regcache.h"
 
-/* The mn10200 is little endian.  */
-#define TARGET_BYTE_ORDER BFD_ENDIAN_LITTLE
-
 /* ints are only 16bits on the mn10200.  */
 #undef TARGET_INT_BIT
 #define TARGET_INT_BIT 16
index c09f535..354349e 100644 (file)
 
 #include "regcache.h"
 
-/* This is also included by tm-ns32km3.h, as well as being used by umax.  */
-
-#define TARGET_BYTE_ORDER BFD_ENDIAN_LITTLE
-
 /* Need to get function ends by adding this to epilogue address from .bf
    record, not using x_fsize field.  */
 #define FUNCTION_EPILOGUE_SIZE 4
index 14dc304..36e57bd 100644 (file)
@@ -32,10 +32,6 @@ struct value;
 struct type;
 struct inferior_status;
 
-/* Target system byte order. */
-
-#define        TARGET_BYTE_ORDER BFD_ENDIAN_BIG
-
 /* By default assume we don't have to worry about software floating point.  */
 #ifndef SOFT_FLOAT
 #define SOFT_FLOAT 0
index e939808..cbe570b 100644 (file)
@@ -28,6 +28,5 @@
 #undef SOFTWARE_SINGLE_STEP
 #define SOFTWARE_SINGLE_STEP(sig, bp_p) wince_software_single_step (sig, bp_p)
 void wince_software_single_step (unsigned int, int);
-#define TARGET_BYTE_ORDER BFD_ENDIAN_LITTLE
 
 #endif /* TM_WINCE_H */
index 4885cd0..4db7ab7 100644 (file)
@@ -159,8 +159,6 @@ extern int sparc_intreg_size (void);
   "y", "psr", "wim", "tbr", "pc", "npc", "fpsr", "cpsr"        \
 }
 
-#define TARGET_BYTE_ORDER BFD_ENDIAN_BIG
-
 /* Offset from address of function to start of its code.
    Zero on most machines.  */
 
index 69f8491..0636b98 100644 (file)
@@ -21,8 +21,6 @@
 
 #include "regcache.h"
 
-#define TARGET_BYTE_ORDER BFD_ENDIAN_LITTLE
-
 #define NUM_REGS 66
 
 #define REGISTER_NAMES \
index 0fe507f..bfa243c 100644 (file)
@@ -21,8 +21,6 @@
 
 #include "regcache.h"
 
-#define TARGET_BYTE_ORDER BFD_ENDIAN_LITTLE
-
 /* Offset from address of function to start of its code.
    Zero on most machines.  */
 
index c0dbcd4..4405855 100644 (file)
@@ -29,9 +29,6 @@
 #define TARGET_LONG_BIT 32
 #define TARGET_PTR_BIT (BIG ? 32: 16)
 
-/* Define the bit, byte, and word ordering of the machine.  */
-#define TARGET_BYTE_ORDER BFD_ENDIAN_BIG
-
 /* Offset from address of function to start of its code.
    Zero on most machines.  */