diff options
author | Nick Clifton <nickc@redhat.com> | 2001-02-10 00:58:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-02-10 00:58:38 +0000 |
commit | 1e667f61b72db0e8ae2a0f7f037f1824c39aeaf3 (patch) | |
tree | ab49c2ff9361e9b4d3cdaad01236bfdb8687e124 /include/elf/common.h | |
parent | c41482c7ee561d54d4748b601b26ad2e630edd91 (diff) | |
download | cygnal-1e667f61b72db0e8ae2a0f7f037f1824c39aeaf3.tar.gz cygnal-1e667f61b72db0e8ae2a0f7f037f1824c39aeaf3.tar.bz2 cygnal-1e667f61b72db0e8ae2a0f7f037f1824c39aeaf3.zip |
Add s390 support
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index d127b9c1c..991e57ecd 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -114,6 +114,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define EM_960 19 /* Intel 80960 */ #define EM_PPC 20 /* PowerPC */ #define EM_PPC64 21 /* 64-bit PowerPC */ +#define EM_S390 22 /* IBM S/390 */ #define EM_V800 36 /* NEC V800 series */ #define EM_FR20 37 /* Fujitsu FR20 */ @@ -195,6 +196,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Alpha backend magic number. Written in the absence of an ABI. */ #define EM_ALPHA 0x9026 +/* old S/390 backend magic number. Written in the absence of an ABI. */ +#define EM_S390_OLD 0xa390 + /* D10V backend magic number. Written in the absence of an ABI. */ #define EM_CYGNUS_D10V 0x7650 |