* mips.h (EF_MIPS_32BITMODE): Move next to lower-order bits.
authorMaciej W. Rozycki <macro@linux-mips.org>
Thu, 8 Nov 2012 18:25:23 +0000 (18:25 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Thu, 8 Nov 2012 18:25:23 +0000 (18:25 +0000)
include/elf/ChangeLog
include/elf/mips.h

index f03cd737ac5d42a5217bffa33e6ce9050226ecac..2944bb949ccb6e817534a88779be0e60a57240fb 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * mips.h (EF_MIPS_32BITMODE): Move next to lower-order bits.
+
 2012-11-01  Tom Tromey  <tromey@redhat.com>
 
        * common.h (NT_386_TLS, NT_386_IOPERM): New defines.
index c2c5922dde9133f2c774f26b5bc87d880ae2daac..c2f362e7486c7f76869900f0b0ec8c01c2b8898e 100644 (file)
@@ -187,6 +187,10 @@ END_RELOC_NUMBERS (R_MIPS_maxext)
 /* Process the .MIPS.options section first by ld */
 #define EF_MIPS_OPTIONS_FIRST  0x00000080
 
+/* Indicates code compiled for a 64-bit machine in 32-bit mode
+   (regs are 32-bits wide).  */
+#define EF_MIPS_32BITMODE      0x00000100
+
 /* Architectural Extensions used by this file */
 #define EF_MIPS_ARCH_ASE       0x0f000000
 
@@ -199,10 +203,6 @@ END_RELOC_NUMBERS (R_MIPS_maxext)
 /* Use MICROMIPS ISA extensions.  */
 #define EF_MIPS_ARCH_ASE_MICROMIPS     0x02000000
 
-/* Indicates code compiled for a 64-bit machine in 32-bit mode.
-   (regs are 32-bits wide.) */
-#define EF_MIPS_32BITMODE       0x00000100
-
 /* Four bit MIPS architecture field.  */
 #define EF_MIPS_ARCH           0xf0000000
 
This page took 0.028656 seconds and 4 git commands to generate.