diff options
author | Nick Clifton <nickc@redhat.com> | 2000-11-30 19:05:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-11-30 19:05:18 +0000 |
commit | f24bad4181391f5a2901cd21b9a57b2c313f3537 (patch) | |
tree | 6892149357a5b0ce4430d60ae149d51680b9f22d /include/elf/common.h | |
parent | 0ffc3b94a0cc452f63eb977633e844dae8539f3a (diff) | |
download | cygnal-f24bad4181391f5a2901cd21b9a57b2c313f3537.tar.gz cygnal-f24bad4181391f5a2901cd21b9a57b2c313f3537.tar.bz2 cygnal-f24bad4181391f5a2901cd21b9a57b2c313f3537.zip |
Add x86-64 support files.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 13c17b0a1..fc91da2d2 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -142,6 +142,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define EM_ME16 59 /* Toyota ME16 processor */ #define EM_ST100 60 /* STMicroelectronics ST100 processor */ #define EM_TINYJ 61 /* Advanced Logic Corp. TinyJ embedded processor */ +#define EM_X86_64 62 /* Advanced Micro Devices X86-64 processor */ #define EM_FX66 66 /* Siemens FX66 microcontroller */ #define EM_ST9PLUS 67 /* STMicroelectronics ST9+ 8/16 bit microcontroller */ |