From 74f2f592bb2b706b85f9598f68f8f3058ecef233 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 9 Aug 2005 04:51:15 +0000 Subject: move __fpscr_values out of crt0 and into libc as proposed by Daniel Jacobowitz so that libm.so links properly with newer toolchains --- libc/sysdeps/linux/sh/crt0.S | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libc/sysdeps/linux/sh/crt0.S') 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 - -- cgit v1.2.3