Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include Pickup fenv.h from a common location si...
details: https://anonhg.NetBSD.org/src/rev/b1f0443fb813
branches: trunk
changeset: 786544:b1f0443fb813
user: matt <matt%NetBSD.org@localhost>
date: Wed May 01 12:01:55 2013 +0000
description:
Pickup fenv.h from a common location since it's only used from userland
and the kernel will never include it.
diffstat:
sys/arch/arm/include/Makefile.common | 23 +++++++++++++++++++++++
sys/arch/arm/include/common/fenv.h | 3 +++
2 files changed, 26 insertions(+), 0 deletions(-)
diffs (34 lines):
diff -r 662f8599e32b -r b1f0443fb813 sys/arch/arm/include/Makefile.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/arm/include/Makefile.common Wed May 01 12:01:55 2013 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile.common,v 1.1 2013/05/01 12:01:55 matt Exp $
+
+INCSDIR= /usr/include/${MACHINE}
+
+.PATH: ../../arm/include/common
+
+INCS+= ansi.h aout_machdep.h asm.h \
+ bswap.h \
+ cdefs.h cpu.h \
+ elf_machdep.h endian.h endian_machdep.h \
+ fenv.h float.h frame.h \
+ ieee.h ieeefp.h \
+ int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
+ limits.h lock.h \
+ math.h mcontext.h mutex.h \
+ param.h pcb.h pmap.h pmc.h proc.h profile.h ptrace.h \
+ reg.h rwlock.h \
+ setjmp.h signal.h sysarch.h \
+ trap.h types.h \
+ vmparam.h \
+ wchar_limits.h
+
+.include <bsd.kinc.mk>
diff -r 662f8599e32b -r b1f0443fb813 sys/arch/arm/include/common/fenv.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/arm/include/common/fenv.h Wed May 01 12:01:55 2013 +0000
@@ -0,0 +1,3 @@
+/* $NetBSD: fenv.h,v 1.1 2013/05/01 12:01:55 matt Exp $ */
+
+#include <arm/fenv.h>
Home |
Main Index |
Thread Index |
Old Index