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 | abf1d184bdd1ddb2e6c4d9d95e3807cbe9fd5c26 (patch) | |
tree | 44303cc5a5fa190edb168cd4e8fcb5cdc946e6da /include/elf/common.h | |
parent | 75066968bd16a72d9401f344f93a4dece368d098 (diff) | |
download | gdb-abf1d184bdd1ddb2e6c4d9d95e3807cbe9fd5c26.zip gdb-abf1d184bdd1ddb2e6c4d9d95e3807cbe9fd5c26.tar.gz gdb-abf1d184bdd1ddb2e6c4d9d95e3807cbe9fd5c26.tar.bz2 |
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 13c17b0..fc91da2 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 */ |