Module Name:    src
Committed By:   christos
Date:           Thu Oct 23 19:39:43 UTC 2014

Modified Files:
        src/sys/arch/sh3/include: elf_machdep.h

Log Message:
instead of bitching about the missing endianness, get it.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sh3/include/elf_machdep.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sh3/include/elf_machdep.h
diff -u src/sys/arch/sh3/include/elf_machdep.h:1.10 src/sys/arch/sh3/include/elf_machdep.h:1.11
--- src/sys/arch/sh3/include/elf_machdep.h:1.10	Sat May 30 01:56:53 2009
+++ src/sys/arch/sh3/include/elf_machdep.h	Thu Oct 23 15:39:42 2014
@@ -1,8 +1,6 @@
-/*	$NetBSD: elf_machdep.h,v 1.10 2009/05/30 05:56:53 skrll Exp $	*/
+/*	$NetBSD: elf_machdep.h,v 1.11 2014/10/23 19:39:42 christos Exp $	*/
 
-#if !defined(_BYTE_ORDER) && !defined(HAVE_NBTOOL_CONFIG_H)
-#error Define _BYTE_ORDER!
-#endif
+#include <machine/endian_machdep.h>
 
 #if _BYTE_ORDER == _LITTLE_ENDIAN
 #define	ELF32_MACHDEP_ENDIANNESS	ELFDATA2LSB

Reply via email to