mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
Eliminate TARGET_BYTE_ORDER.
This commit is contained in:
parent
afe64c1a68
commit
8fcc723b1c
@ -1,3 +1,26 @@
|
||||
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.
|
||||
|
@ -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
|
||||
|
@ -23,10 +23,6 @@
|
||||
|
||||
#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. */
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -25,10 +25,6 @@
|
||||
|
||||
#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
|
||||
|
@ -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
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -27,10 +27,6 @@
|
||||
|
||||
#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. */
|
||||
|
@ -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", \
|
||||
|
@ -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
|
||||
|
@ -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. */
|
||||
|
@ -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 */
|
||||
|
@ -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
|
||||
|
@ -21,10 +21,6 @@
|
||||
|
||||
#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
|
||||
|
@ -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
|
||||
|
@ -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 */
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -21,8 +21,6 @@
|
||||
|
||||
#include "regcache.h"
|
||||
|
||||
#define TARGET_BYTE_ORDER BFD_ENDIAN_LITTLE
|
||||
|
||||
#define NUM_REGS 66
|
||||
|
||||
#define REGISTER_NAMES \
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user