From: Rich Felker Date: Wed, 19 Mar 2014 02:11:14 +0000 (-0400) Subject: fix typo in filename used in sh port X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=40d58b44d0c1c15940860dbe16b48f1c8ac81107;p=musl fix typo in filename used in sh port --- diff --git a/arch/sh/src/__fpscr_values.c b/arch/sh/src/__fpscr_values.c new file mode 100644 index 00000000..64b458f9 --- /dev/null +++ b/arch/sh/src/__fpscr_values.c @@ -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 index 64b458f9..00000000 --- a/arch/sh/src/__fpsrc_values.c +++ /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 }; -