From fd939693fb511883098ec6f5e2485a1b5be59f96 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 13 Jul 2005 17:58:20 +0000 Subject: [PATCH] --- yaml --- r: 11154 b: refs/heads/master c: 97fb5de194a244df3a257bbddaaad911641af381 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-mips/elf.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2424a268b42a..1996178e61ec 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f039b5d3661a9b95bd86aa5a268c766b53df50e5 +refs/heads/master: 97fb5de194a244df3a257bbddaaad911641af381 diff --git a/trunk/include/asm-mips/elf.h b/trunk/include/asm-mips/elf.h index 9361ee00c103..7420f12742bb 100644 --- a/trunk/include/asm-mips/elf.h +++ b/trunk/include/asm-mips/elf.h @@ -19,6 +19,8 @@ #define EF_MIPS_ARCH_5 0x40000000 /* -mips5 code. */ #define EF_MIPS_ARCH_32 0x50000000 /* MIPS32 code. */ #define EF_MIPS_ARCH_64 0x60000000 /* MIPS64 code. */ +#define EF_MIPS_ARCH_32R2 0x70000000 /* MIPS32 R2 code. */ +#define EF_MIPS_ARCH_64R2 0x80000000 /* MIPS64 R2 code. */ /* The ABI of a file. */ #define EF_MIPS_ABI_O32 0x00001000 /* O32 ABI. */