Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@codesourcery.com>2012-11-08 22:25:23 +0400
committerMaciej W. Rozycki <macro@codesourcery.com>2012-11-08 22:25:23 +0400
commitf8957493e833c39732fa2a944a7df979bbbec7fc (patch)
tree295205b6e0a7a24ce1d02620c8c5d81d984d3423 /include/elf
parentaaa812cbd0479190158b2f6bb6dff1fd8e0cc5d9 (diff)
* mips.h (EF_MIPS_32BITMODE): Move next to lower-order bits.
Diffstat (limited to 'include/elf')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/mips.h8
2 files changed, 8 insertions, 4 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index f03cd737a..2944bb949 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -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.
diff --git a/include/elf/mips.h b/include/elf/mips.h
index c2c5922dd..c2f362e74 100644
--- a/include/elf/mips.h
+++ b/include/elf/mips.h
@@ -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