elf: Remove duplicate preprocessor constant definition
authorAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 2 Aug 2018 14:15:57 +0000 (16:15 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 16 Aug 2018 17:18:45 +0000 (19:18 +0200)
Remove duplicate preprocessor constant definition for EF_MIPS_ARCH.

The duplicate was introduced in commit 45506bdd. It placed the
constant EF_MIPS_ARCH in a better place, however it did not remove
the original. This patch removes the original occurrence.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
include/elf.h

index 934dbbd6b3ae4e3bf7df4c47466904eb1ce29b39..60f6cbef0aba50d1e81e2c57607ba314025b8dfe 100644 (file)
@@ -61,7 +61,6 @@ typedef int64_t  Elf64_Sxword;
 #define EF_MIPS_ABI            0x0000f000
 #define EF_MIPS_FP64      0x00000200
 #define EF_MIPS_NAN2008   0x00000400
-#define EF_MIPS_ARCH      0xf0000000
 
 /* These constants define the different elf file types */
 #define ET_NONE   0