summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/pmax/include/elf_machdep.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/pmax/include/elf_machdep.h b/sys/arch/pmax/include/elf_machdep.h
index 6b8a56bf48e..9c08937ff08 100644
--- a/sys/arch/pmax/include/elf_machdep.h
+++ b/sys/arch/pmax/include/elf_machdep.h
@@ -1,6 +1,9 @@
+/* $OpenBSD: elf_machdep.h,v 1.3 2001/01/27 01:21:15 miod Exp $ */
/* $NetBSD: elf_machdep.h,v 1.2 1996/12/17 03:45:05 jonathan Exp $ */
#define ELF32_MACHDEP_ID_CASES \
+ case Elf_em_mips: \
+ break;
/*
* pmaxes are mipsel machines
@@ -9,8 +12,6 @@
#define ELF32_MACHDEP_ENDIANNESS Elf_ed_2lsb
#define ELF64_MACHDEP_ENDIANNESS XXX /* break compilation */
- case Elf_em_mips: \
- break;
#define ELF64_MACHDEP_ID_CASES \
/* no 64-bit ELF machine types supported */