* config/tc-mips.h (BYTE_ORDER): Don't define. No longer used.
This commit is contained in:
parent
9aecf50da5
commit
817e4f757f
2 changed files with 8 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Aug 12 16:49:43 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* config/tc-mips.h (BYTE_ORDER): Don't define. No longer used.
|
||||
|
||||
start-sanitize-d10v
|
||||
Fri Aug 9 17:48:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
|
||||
|
||||
|
|
|
@ -34,6 +34,10 @@
|
|||
#define MAX_RELOC_EXPANSION 3
|
||||
#define LOCAL_LABELS_FB 1
|
||||
|
||||
/* Maximum symbol offset that can be encoded in a BFD_RELOC_MIPS_GPREL
|
||||
relocation: */
|
||||
#define MAX_GPREL_OFFSET (0x7FF4)
|
||||
|
||||
#define LOCAL_LABEL(name) mips_local_label (name)
|
||||
extern int mips_local_label PARAMS ((const char *));
|
||||
|
||||
|
@ -54,12 +58,6 @@ extern int mips_local_label PARAMS ((const char *));
|
|||
#define TARGET_BYTES_BIG_ENDIAN 1
|
||||
#endif
|
||||
|
||||
#if TARGET_BYTES_BIG_ENDIAN
|
||||
#define BYTE_ORDER BIG_ENDIAN
|
||||
#else
|
||||
#define BYTE_ORDER LITTLE_ENDIAN
|
||||
#endif
|
||||
|
||||
/* The endianness of the target format may change based on command
|
||||
line arguments. */
|
||||
#define TARGET_FORMAT mips_target_format()
|
||||
|
|
Loading…
Add table
Reference in a new issue