Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun2/include Just use the stock m68k/elf_machdep.h ...



details:   https://anonhg.NetBSD.org/src/rev/67e1aa98bf08
branches:  trunk
changeset: 521342:67e1aa98bf08
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jan 28 21:52:49 2002 +0000

description:
Just use the stock m68k/elf_machdep.h for now, so that things compile.
A patch to handle EF_M68000 will be posted shortly.

diffstat:

 sys/arch/sun2/include/elf_machdep.h |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (21 lines):

diff -r 9ca1a95f4bb1 -r 67e1aa98bf08 sys/arch/sun2/include/elf_machdep.h
--- a/sys/arch/sun2/include/elf_machdep.h       Mon Jan 28 21:46:49 2002 +0000
+++ b/sys/arch/sun2/include/elf_machdep.h       Mon Jan 28 21:52:49 2002 +0000
@@ -1,16 +1,8 @@
-/*     $NetBSD: elf_machdep.h,v 1.3 2001/12/09 23:05:59 thorpej Exp $  */
+/*     $NetBSD: elf_machdep.h,v 1.4 2002/01/28 21:52:49 thorpej Exp $  */
 
 #ifndef _MACHINE_ELF_MACHDEP_H_
 #define _MACHINE_ELF_MACHDEP_H_
 
 #include <m68k/elf_machdep.h>
 
-#undef ELF32_MACHDEP_ID_CASES
-#define        ELF32_MACHDEP_ID_CASES                                          \
-                case EM_68000:                                         \
-                        break;
-
-#undef ELF32_MACHDEP_ID
-#define        ELF32_MACHDEP_ID        EM_68000
-
 #endif



Home | Main Index | Thread Index | Old Index