diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-01-27 01:21:16 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-01-27 01:21:16 +0000 |
commit | e9fe122f168fec190bc20d0044bb225fa7800ffe (patch) | |
tree | d25224d8bd8a17c71edace2e9d1cb16d736bbe32 /sys/arch/pmax | |
parent | 5eaf8e57dd23788523c214b7c0c00bf459f04737 (diff) |
Unbreak the top macros. I guess they had never been used before.
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r-- | sys/arch/pmax/include/elf_machdep.h | 5 |
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 */ |