PR port-sparc64/51925: cosmetic cleanup, no functional change

This commit is contained in:
martin 2017-02-02 08:12:08 +00:00
parent e3593d2a92
commit 68068a92f5

View File

@ -1,4 +1,4 @@
/* $NetBSD: elf_machdep.h,v 1.7 2009/05/30 05:56:53 skrll Exp $ */
/* $NetBSD: elf_machdep.h,v 1.8 2017/02/02 08:12:08 martin Exp $ */
#define ELF32_MACHDEP_ENDIANNESS ELFDATA2MSB
#define ELF32_MACHDEP_ID_CASES \
@ -6,13 +6,11 @@
case EM_SPARC32PLUS: \
break;
#define ELF64_MACHDEP_ENDIANNESS ELFDATA2MSB
#define ELF64_MACHDEP_ENDIANNESS XXX /* break compilation */
#define ELF64_MACHDEP_ID_CASES \
case EM_SPARC32PLUS: \
case EM_SPARCV9: \
/* no 64-bit ELF machine types supported */
#define ELF32_MACHDEP_ID EM_SPARC /* XXX right? */
#define ELF32_MACHDEP_ID EM_SPARC
#define ARCH_ELFSIZE 32 /* MD native binary size */