Skip to content

Commit

Permalink
elf: Remove duplicate preprocessor constant definition
Browse files Browse the repository at this point in the history
Remove duplicate preprocessor constant definition for EF_MIPS_ARCH.

The duplicate was introduced in commit 45506bd. It placed the
constant EF_MIPS_ARCH in a better place, however it did not remove
the original. This patch removes the original occurrence.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
  • Loading branch information
AMarkovic committed Aug 16, 2018
1 parent 59488dd commit c19fd07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/elf.h
Expand Up @@ -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
Expand Down

0 comments on commit c19fd07

Please sign in to comment.