]> git.proxmox.com Git - mirror_qemu.git/commitdiff
linux-user: Update preprocessor constants for Mips-specific e_flags bits
authorAleksandar Markovic <aleksandar.markovic@imgtec.com>
Fri, 10 Jun 2016 09:57:32 +0000 (11:57 +0200)
committerLeon Alrae <leon.alrae@imgtec.com>
Fri, 24 Jun 2016 12:41:45 +0000 (13:41 +0100)
Missing values EF_MIPS_FP64 and EF_MIPS_NAN2008 added.

Signed-off-by: Thomas Schwinge <thomas@codesourcery.com>
Signed-off-by: Maciej W. Rozycki <macro@codesourcery.com>
Signed-off-by: Aleksandar Markovic <aleksandar.markovic@imgtec.com>
Reviewed-by: Leon Alrae <leon.alrae@imgtec.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
include/elf.h

index 8533b2a8b050fdf1cce8d9633a380806e3b35f6e..745739ab8c26d2c33f0cab3822e0dbc648437c34 100644 (file)
@@ -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 */