From 4de1bc1164ef40655caa148eeb50365112210561 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 22 Jan 2016 03:50:58 +0000 Subject: remove sh port's __fpscr_values source file commit f3ddd173806fd5c60b3f034528ca24542aecc5b9, the dynamic linker bootstrap overhaul, silently disabled the definition of __fpscr_values in this file since libc.so's copy of __fpscr_values now comes from crt_arch.h, the same place the public definition in the main program's crt1.o ultimately comes from. remove this file which is no longer in use. --- arch/sh/src/__fpscr_values.c | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 arch/sh/src/__fpscr_values.c (limited to 'arch') diff --git a/arch/sh/src/__fpscr_values.c b/arch/sh/src/__fpscr_values.c deleted file mode 100644 index 374df30e..00000000 --- a/arch/sh/src/__fpscr_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 }; - -- cgit v1.2.1