diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-09-14 21:06:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-09-14 21:06:18 +0000 |
commit | 6fba2b2b55f181f4b190ee575c9ddc9226a9b902 (patch) | |
tree | 719fd64a4031fc2a76b3964b7d37010ae7bcb953 /elf | |
parent | 95e8359543f4cd6340e8ccfd9aa4e069c2546a5e (diff) | |
download | glibc-6fba2b2b55f181f4b190ee575c9ddc9226a9b902.tar.gz glibc-6fba2b2b55f181f4b190ee575c9ddc9226a9b902.tar.xz glibc-6fba2b2b55f181f4b190ee575c9ddc9226a9b902.zip |
Update.
(EM_VAX): New definition.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/elf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/elf.h b/elf/elf.h index ba6988b4d4..9d890fb6ad 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -217,7 +217,8 @@ typedef struct #define EM_68HC05 72 /* Motorola MC68HC05 microcontroller */ #define EM_SVX 73 /* Silicon Graphics SVx */ #define EM_AT19 74 /* STMicroelectronics ST19 8 bit mc */ -#define EM_NUM 75 +#define EM_VAX 75 /* Digital VAX */ +#define EM_NUM 76 /* If it is necessary to assign new unofficial EM_* values, please pick large random numbers (0x8523, 0xa7f2, etc.) to minimize the |