qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v5 07/76] elf: Remove duplicate preprocessor con


From: Laurent Vivier
Subject: Re: [Qemu-devel] [PATCH v5 07/76] elf: Remove duplicate preprocessor constant definition
Date: Mon, 30 Jul 2018 18:49:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

Le 30/07/2018 à 18:11, Aleksandar Markovic a écrit :
> From: Aleksandar Markovic <address@hidden>
> 
> Remove duplicate preprocessor constant definition for EF_MIPS_ARCH.
> 
> The duplicate was introduced in commit 45506bdd.
> 
> Signed-off-by: Aleksandar Markovic <address@hidden>
> Reviewed-by: Richard Henderson <address@hidden>
> ---
>  include/elf.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/elf.h b/include/elf.h
> index 934dbbd..c8aaa2a 100644
> --- a/include/elf.h
> +++ b/include/elf.h
> @@ -33,7 +33,6 @@ typedef int64_t  Elf64_Sxword;
>  
>  /* Flags in the e_flags field of the header */
>  /* MIPS architecture level. */
> -#define EF_MIPS_ARCH            0xf0000000
>  
>  /* Legal values for MIPS architecture level.  */
>  #define EF_MIPS_ARCH_1               0x00000000      /* -mips1 code.  */
> 

You should move the comment "MIPS architecture level" where the other
EF_MIPS_ARCH is defined (see glibc or system elf.h).

Thanks,
Laurent



reply via email to

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