From: Peter Crosthwaite <[email protected]> ELF_MACHINE is unused by target alpha.
Cc: Richard Henderson <[email protected]> Reviewed-by: Richard Henderson <[email protected]> Acked-By: Riku Voipio <[email protected]> Signed-off-by: Peter Crosthwaite <[email protected]> --- target-alpha/cpu.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index 3f1ece3..b9e9907 100644 --- a/target-alpha/cpu.h +++ b/target-alpha/cpu.h @@ -32,8 +32,6 @@ #include "fpu/softfloat.h" -#define ELF_MACHINE EM_ALPHA - #define ICACHE_LINE_SIZE 32 #define DCACHE_LINE_SIZE 32 -- 1.9.1
