summaryrefslogtreecommitdiff
path: root/elf/elf.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-11-25 01:47:15 +0000
committerUlrich Drepper <drepper@redhat.com>2002-11-25 01:47:15 +0000
commit4b927d7e46812c36ba28f3ff2bc2c6079a732da5 (patch)
tree7518321d745b3a6b9db0467ab076d8dbf0c9fb36 /elf/elf.h
parent983d597e9f247ebd4b40d91a06d7e9aae7d7428c (diff)
(EM_ST19): Fix typo.
Diffstat (limited to 'elf/elf.h')
-rw-r--r--elf/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/elf.h b/elf/elf.h
index d44475b0de..67e126f216 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -227,7 +227,7 @@ typedef struct
#define EM_68HC08 71 /* Motorola MC68HC08 microcontroller */
#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_ST19 74 /* STMicroelectronics ST19 8 bit mc */
#define EM_VAX 75 /* Digital VAX */
#define EM_CRIS 76 /* Axis Communications 32-bit embedded processor */
#define EM_JAVELIN 77 /* Infineon Technologies 32-bit embedded processor */