Module Name:    src
Committed By:   matt
Date:           Wed May  1 12:01:55 UTC 2013

Added Files:
        src/sys/arch/arm/include: Makefile.common
        src/sys/arch/arm/include/common: fenv.h

Log Message:
Pickup fenv.h from a common location since it's only used from userland
and the kernel will never include it.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/include/Makefile.common
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/include/common/fenv.h

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

Added files:

Index: src/sys/arch/arm/include/Makefile.common
diff -u /dev/null src/sys/arch/arm/include/Makefile.common:1.1
--- /dev/null	Wed May  1 12:01:55 2013
+++ src/sys/arch/arm/include/Makefile.common	Wed May  1 12:01:55 2013
@@ -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>

Index: src/sys/arch/arm/include/common/fenv.h
diff -u /dev/null src/sys/arch/arm/include/common/fenv.h:1.1
--- /dev/null	Wed May  1 12:01:55 2013
+++ src/sys/arch/arm/include/common/fenv.h	Wed May  1 12:01:55 2013
@@ -0,0 +1,3 @@
+/* $NetBSD: fenv.h,v 1.1 2013/05/01 12:01:55 matt Exp $ */
+
+#include <arm/fenv.h>

Reply via email to