summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-09-17 19:29:59 +0000
committerRoland McGrath <roland@gnu.org>1995-09-17 19:29:59 +0000
commit9fd18b6c1b397e1af82a0b544f10f946c73864b6 (patch)
tree886cd8ceeb6a8d3f2c81cd53a17c2fbd7710f3cb /elf
parent7a770247ab47579223da3ba873ca8236e5760b74 (diff)
Fri Sep 15 21:34:28 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* hurd/hurdsig.c: Include <hurd/crash.h> in place of <hurd/core.h>. (write_corefile): Call __crash_dump_task instead of __core_dump_task. Use envariable CRASHSERVER instead of CORESERVER. * hurd/Makefile (user-interfaces): Replace hurd/core with hurd/crash.
Diffstat (limited to 'elf')
-rw-r--r--elf/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 4730b8e733..a9b93365a0 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -112,7 +112,7 @@ typedef struct
#define EM_486 6 /* Intel 80486 */
#define EM_860 7 /* Intel 80860 */
#define EM_MIPS 8 /* MIPS R3000 big-endian */
-#define EM_S370 9 /* Amdhal */
+#define EM_S370 9 /* Amdahl */
#define EM_MIPS_RS4_BE 10 /* MIPS R4000 big-endian */
#define EM_SPARC64 11 /* SPARC v9 (not official) 64-bit */