Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/arch/sh3/include Pull up following revision(s) (reque...
details: https://anonhg.NetBSD.org/src/rev/1d250040f7ad
branches: netbsd-7
changeset: 798896:1d250040f7ad
user: martin <martin%NetBSD.org@localhost>
date: Sun Jan 25 09:16:00 2015 +0000
description:
Pull up following revision(s) (requested by mrg for ticket #448):
sys/arch/sh3/include/elf_machdep.h: revision 1.11
instead of bitching about the missing endianness, get it.
diffstat:
sys/arch/sh3/include/elf_machdep.h | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (14 lines):
diff -r 71ecc92663e9 -r 1d250040f7ad sys/arch/sh3/include/elf_machdep.h
--- a/sys/arch/sh3/include/elf_machdep.h Sun Jan 25 09:11:02 2015 +0000
+++ b/sys/arch/sh3/include/elf_machdep.h Sun Jan 25 09:16:00 2015 +0000
@@ -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.10.38.1 2015/01/25 09:16:00 martin 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
Home |
Main Index |
Thread Index |
Old Index