summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh/___fpscr_values.S
Commit message (Collapse)AuthorAgeFilesLines
* Use gcc built-in defines for detecting SH cores instead ofCarmelo Amoroso2009-02-231-1/+1
| | | | | | | | | | | | | uclibc config option macros (aligning SH to all other archs). Changes applied as below: __CONFIG_SH4__ -> __SH4__ __CONFIG_SH2__ -> __sh2__ __CONFIG_SH2A__ -> __SH2A__ Note: pay attention to capital letters Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* move __fpscr_values out of crt0 and into libc as proposed by Daniel ↵Mike Frysinger2005-08-091-0/+34
Jacobowitz so that libm.so links properly with newer toolchains