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 Now define a suitable ELF32_MACHDEP_ID...



details:   https://anonhg.NetBSD.org/src/rev/9b2cf9e312fc
branches:  trunk
changeset: 511829:9b2cf9e312fc
user:      fredette <fredette%NetBSD.org@localhost>
date:      Wed Jun 27 19:20:22 2001 +0000

description:
Now define a suitable ELF32_MACHDEP_ID_CASES.

diffstat:

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

diffs (18 lines):

diff -r 612f1e2e0b6c -r 9b2cf9e312fc sys/arch/sun2/include/elf_machdep.h
--- a/sys/arch/sun2/include/elf_machdep.h       Wed Jun 27 19:19:22 2001 +0000
+++ b/sys/arch/sun2/include/elf_machdep.h       Wed Jun 27 19:20:22 2001 +0000
@@ -1,8 +1,13 @@
-/*     $NetBSD: elf_machdep.h,v 1.1 2001/04/06 13:13:03 fredette Exp $ */
+/*     $NetBSD: elf_machdep.h,v 1.2 2001/06/27 19:20:22 fredette 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;
+
 #endif



Home | Main Index | Thread Index | Old Index