From: Aleksandar Markovic Date: Fri, 10 Jun 2016 09:57:32 +0000 (+0200) Subject: linux-user: Update preprocessor constants for Mips-specific e_flags bits X-Git-Tag: TizenStudio_2.0_p4.0~6^2~12^2~6^2~178^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52d4c8ee93cc599fecf817d403f125f4c7c036c6;p=sdk%2Femulator%2Fqemu.git linux-user: Update preprocessor constants for Mips-specific e_flags bits Missing values EF_MIPS_FP64 and EF_MIPS_NAN2008 added. Signed-off-by: Thomas Schwinge Signed-off-by: Maciej W. Rozycki Signed-off-by: Aleksandar Markovic Reviewed-by: Leon Alrae Reviewed-by: Peter Maydell Signed-off-by: Leon Alrae --- diff --git a/include/elf.h b/include/elf.h index 8533b2a..745739a 100644 --- a/include/elf.h +++ b/include/elf.h @@ -53,6 +53,8 @@ typedef int64_t Elf64_Sxword; #define EF_MIPS_OPTIONS_FIRST 0x00000080 #define EF_MIPS_32BITMODE 0x00000100 #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 */