From: Aleksandar Markovic <amarko...@wavecomp.com> Remove duplicate preprocessor constant definition for EF_MIPS_ARCH.
The duplicate was introduced in commit 45506bdd. Signed-off-by: Aleksandar Markovic <amarko...@wavecomp.com> Reviewed-by: Richard Henderson <richard.hender...@linaro.org> --- include/elf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/elf.h b/include/elf.h index 934dbbd..c8aaa2a 100644 --- a/include/elf.h +++ b/include/elf.h @@ -33,7 +33,6 @@ typedef int64_t Elf64_Sxword; /* Flags in the e_flags field of the header */ /* MIPS architecture level. */ -#define EF_MIPS_ARCH 0xf0000000 /* Legal values for MIPS architecture level. */ #define EF_MIPS_ARCH_1 0x00000000 /* -mips1 code. */ -- 2.7.4