qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v9 05/10] linux-user: Update preprocessor consta


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v9 05/10] linux-user: Update preprocessor constants for Mips-specific e_flags bits
Date: Thu, 23 Jun 2016 16:40:38 +0100

On 10 June 2016 at 10:57, Aleksandar Markovic
<address@hidden> wrote:
> From: Aleksandar Markovic <address@hidden>
>
> Missing values EF_MIPS_FP64 and EF_MIPS_NAN2008 added.
>
> Reviewed-by: Leon Alrae <address@hidden>
> Signed-off-by: Thomas Schwinge <address@hidden>
> Signed-off-by: Maciej W. Rozycki <address@hidden>
> Signed-off-by: Aleksandar Markovic <address@hidden>
> ---
>  include/elf.h | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/include/elf.h b/include/elf.h
> index 28d448b..1dc4643 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

Reviewed-by: Peter Maydell <address@hidden>

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]