OSDN Git Service

elf: Remove duplicate preprocessor constant definition
authorAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 2 Aug 2018 14:15:57 +0000 (16:15 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 16 Aug 2018 17:18:45 +0000 (19:18 +0200)
commitc19fd07ee5fbf1100f9f1890543e9de832d6e9c6
tree420283e58b57d876f3f0b63d67007ab5095ef4e5
parent59488dda1f16c0259bc2610d8d71686ef436c649
elf: Remove duplicate preprocessor constant definition

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 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>
include/elf.h