summaryrefslogtreecommitdiff
path: root/StdLibPrivateInternalFiles/Include/Arm
diff options
context:
space:
mode:
Diffstat (limited to 'StdLibPrivateInternalFiles/Include/Arm')
-rw-r--r--StdLibPrivateInternalFiles/Include/Arm/arith.h9
-rw-r--r--StdLibPrivateInternalFiles/Include/Arm/gd_qnan.h12
2 files changed, 0 insertions, 21 deletions
diff --git a/StdLibPrivateInternalFiles/Include/Arm/arith.h b/StdLibPrivateInternalFiles/Include/Arm/arith.h
deleted file mode 100644
index e759ec2ba9..0000000000
--- a/StdLibPrivateInternalFiles/Include/Arm/arith.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/* $NetBSD: arith.h,v 1.1 2006/01/25 15:33:28 kleink Exp $ */
-
-#include <machine/endian.h>
-
-#if BYTE_ORDER == BIG_ENDIAN
-#define IEEE_BIG_ENDIAN
-#else
-#define IEEE_LITTLE_ENDIAN
-#endif
diff --git a/StdLibPrivateInternalFiles/Include/Arm/gd_qnan.h b/StdLibPrivateInternalFiles/Include/Arm/gd_qnan.h
deleted file mode 100644
index 57c5affe1b..0000000000
--- a/StdLibPrivateInternalFiles/Include/Arm/gd_qnan.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* $NetBSD: gd_qnan.h,v 1.1 2006/01/25 15:33:28 kleink Exp $ */
-
-#include <machine/endian.h>
-
-#define f_QNAN 0x7fc00000
-#if BYTE_ORDER == BIG_ENDIAN
-#define d_QNAN0 0x7ff80000
-#define d_QNAN1 0x0
-#else
-#define d_QNAN0 0x0
-#define d_QNAN1 0x7ff80000
-#endif