From 102e7ee88cf04fa470ec372a1ac38846d278d463 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 5 Nov 2010 01:19:45 +0000 Subject: PLUGINS: Add EM_SH to elf32.h (e_machine type used by DC backend) svn-id: r54081 --- backends/plugins/elf/elf32.h | 1 + 1 file changed, 1 insertion(+) (limited to 'backends') diff --git a/backends/plugins/elf/elf32.h b/backends/plugins/elf/elf32.h index f3806272ed..48ebf2e7b2 100644 --- a/backends/plugins/elf/elf32.h +++ b/backends/plugins/elf/elf32.h @@ -88,6 +88,7 @@ typedef struct { #define EM_MIPS 8 #define EM_PPC 20 #define EM_ARM 40 +#define EM_SH 42 // Program header (contains info about segment) typedef struct { -- cgit v1.2.3