qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v7 10/80] elf: Remove duplicate preprocessor con


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH v7 10/80] elf: Remove duplicate preprocessor constant definition
Date: Fri, 10 Aug 2018 11:49:50 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 08/06/2018 01:59 PM, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <address@hidden>
> 
> 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 occurence.
> 
> Reviewed-by: Richard Henderson <address@hidden>
> Signed-off-by: Aleksandar Markovic <address@hidden>

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>

> ---
>  include/elf.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/elf.h b/include/elf.h
> index 934dbbd..60f6cbe 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
> 



reply via email to

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