diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-09 04:51:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-09 04:51:15 +0000 |
commit | 74f2f592bb2b706b85f9598f68f8f3058ecef233 (patch) | |
tree | 910d84e1040138bd4d4c363543b075490b35b9ba /libc/sysdeps/linux/sh/crt0.S | |
parent | 96c840eed1145bc7a8ee01ccb3fc89d65793ee0b (diff) |
move __fpscr_values out of crt0 and into libc as proposed by Daniel Jacobowitz so that libm.so links properly with newer toolchains
Diffstat (limited to 'libc/sysdeps/linux/sh/crt0.S')
-rw-r--r-- | libc/sysdeps/linux/sh/crt0.S | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/sysdeps/linux/sh/crt0.S b/libc/sysdeps/linux/sh/crt0.S index 6851698d5..9a3936750 100644 --- a/libc/sysdeps/linux/sh/crt0.S +++ b/libc/sysdeps/linux/sh/crt0.S @@ -134,10 +134,3 @@ __data_start: .long 0 .weak data_start data_start = __data_start -#if defined __CONFIG_SH4__ - .global __fpscr_values -__fpscr_values: - .long 0 - .long 0x80000 -#endif - |