From 817e4f757fcffa848e18e8d49b4aafb9ee101f08 Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor <ian@airs.com>
Date: Mon, 12 Aug 1996 23:51:25 +0000
Subject: [PATCH] 	* config/tc-mips.h (BYTE_ORDER): Don't define.  No
 longer used.

---
 gas/ChangeLog        |  4 ++++
 gas/config/tc-mips.h | 10 ++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 04e309f68e2..13d1945fa75 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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>
 
diff --git a/gas/config/tc-mips.h b/gas/config/tc-mips.h
index c8672b7c5e3..2e914ca208e 100644
--- a/gas/config/tc-mips.h
+++ b/gas/config/tc-mips.h
@@ -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()