remove sh port's __fpscr_values source file
authorRich Felker <dalias@aerifal.cx>
Fri, 22 Jan 2016 03:50:58 +0000 (03:50 +0000)
committerRich Felker <dalias@aerifal.cx>
Fri, 22 Jan 2016 03:50:58 +0000 (03:50 +0000)
commit4de1bc1164ef40655caa148eeb50365112210561
treecbc633c61253f653b272b9c06d0afdb658197523
parent007907a93c4d26b579da25c81b43d74115a29016
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 [deleted file]