fix typo in filename used in sh port
authorRich Felker <dalias@aerifal.cx>
Wed, 19 Mar 2014 02:11:14 +0000 (22:11 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 19 Mar 2014 02:11:14 +0000 (22:11 -0400)
arch/sh/src/__fpscr_values.c [new file with mode: 0644]
arch/sh/src/__fpsrc_values.c [deleted file]

diff --git a/arch/sh/src/__fpscr_values.c b/arch/sh/src/__fpscr_values.c
new file mode 100644 (file)
index 0000000..64b458f
--- /dev/null
@@ -0,0 +1,5 @@
+#include "libc.h"
+
+/* used by gcc for switching the FPU between single and double precision */
+const unsigned long __fpscr_values[2] ATTR_LIBC_VISIBILITY = { 0, 0x80000 };
+
diff --git a/arch/sh/src/__fpsrc_values.c b/arch/sh/src/__fpsrc_values.c
deleted file mode 100644 (file)
index 64b458f..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#include "libc.h"
-
-/* used by gcc for switching the FPU between single and double precision */
-const unsigned long __fpscr_values[2] ATTR_LIBC_VISIBILITY = { 0, 0x80000 };
-