aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-07-13 13:58:20 -0400
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 14:31:47 -0400
commit97fb5de194a244df3a257bbddaaad911641af381 (patch)
treee55d735aca483e92326b8316b5d84f2df71cdb5a /include
parentf039b5d3661a9b95bd86aa5a268c766b53df50e5 (diff)
Add EF_MIPS_ARCH_32R2 and EF_MIPS_ARCH_64R2 for tagging of R2 binaries.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/elf.h b/include/asm-mips/elf.h
index 9361ee00c103..7420f12742bb 100644
--- a/include/asm-mips/elf.h
+++ b/include/asm-mips/elf.h
@@ -19,6 +19,8 @@
19#define EF_MIPS_ARCH_5 0x40000000 /* -mips5 code. */ 19#define EF_MIPS_ARCH_5 0x40000000 /* -mips5 code. */
20#define EF_MIPS_ARCH_32 0x50000000 /* MIPS32 code. */ 20#define EF_MIPS_ARCH_32 0x50000000 /* MIPS32 code. */
21#define EF_MIPS_ARCH_64 0x60000000 /* MIPS64 code. */ 21#define EF_MIPS_ARCH_64 0x60000000 /* MIPS64 code. */
22#define EF_MIPS_ARCH_32R2 0x70000000 /* MIPS32 R2 code. */
23#define EF_MIPS_ARCH_64R2 0x80000000 /* MIPS64 R2 code. */
22 24
23/* The ABI of a file. */ 25/* The ABI of a file. */
24#define EF_MIPS_ABI_O32 0x00001000 /* O32 ABI. */ 26#define EF_MIPS_ABI_O32 0x00001000 /* O32 ABI. */