From: Aleksandar Markovic Date: Thu, 2 Aug 2018 14:15:57 +0000 (+0200) Subject: elf: Remove duplicate preprocessor constant definition X-Git-Tag: v3.1.0-rc0~136^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c19fd07ee5fbf1100f9f1890543e9de832d6e9c6;p=thirdparty%2Fqemu.git elf: Remove duplicate preprocessor constant definition 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é Reviewed-by: Richard Henderson Signed-off-by: Aleksandar Markovic --- diff --git a/include/elf.h b/include/elf.h index 934dbbd6b3a..60f6cbef0ab 100644 --- a/include/elf.h +++ b/include/elf.h @@ -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