* config/tc-mips.h (BYTE_ORDER): Don't define. No longer used.
authorIan Lance Taylor <ian@airs.com>
Mon, 12 Aug 1996 23:51:25 +0000 (23:51 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 12 Aug 1996 23:51:25 +0000 (23:51 +0000)
gas/ChangeLog
gas/config/tc-mips.h

index 04e309f..13d1945 100644 (file)
@@ -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>
 
index c8672b7..2e914ca 100644 (file)
 #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()