Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/include PR port-sparc64/51925: remove EM_SP...



details:   https://anonhg.NetBSD.org/src/rev/b434ff6e7d77
branches:  trunk
changeset: 821283:b434ff6e7d77
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Jan 31 16:13:56 2017 +0000

description:
PR port-sparc64/51925: remove EM_SPARC32PLUS from the 64 bit ELF machine
ids we accept for our executables - that combination makes no sense
at all (probably copy&pasto).

diffstat:

 sys/arch/sparc64/include/elf_machdep.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r ab3e74dce4d7 -r b434ff6e7d77 sys/arch/sparc64/include/elf_machdep.h
--- a/sys/arch/sparc64/include/elf_machdep.h    Tue Jan 31 14:58:17 2017 +0000
+++ b/sys/arch/sparc64/include/elf_machdep.h    Tue Jan 31 16:13:56 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: elf_machdep.h,v 1.11 2013/11/14 12:11:13 martin Exp $  */
+/*     $NetBSD: elf_machdep.h,v 1.12 2017/01/31 16:13:56 martin Exp $  */
 
 #define ELF32_MACHDEP_ENDIANNESS       ELFDATA2MSB
 #define        ELF32_MACHDEP_ID_CASES                                          \
@@ -8,7 +8,6 @@
 
 #define        ELF64_MACHDEP_ENDIANNESS        ELFDATA2MSB
 #define        ELF64_MACHDEP_ID_CASES                                          \
-               case EM_SPARC32PLUS:                                    \
                case EM_SPARCV9:                                        \
                        break;
 



Home | Main Index | Thread Index | Old Index