OSDN Git Service

Follow glibc's lead and add a gcc-3.4.1 required symbol to crt0.S.
authorManuel Novoa III <mjn3@codepoet.org>
Fri, 16 Jul 2004 20:23:19 +0000 (20:23 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Fri, 16 Jul 2004 20:23:19 +0000 (20:23 -0000)
libc/sysdeps/linux/sh/crt0.S

index a978b3f..f5efe35 100644 (file)
@@ -134,6 +134,12 @@ __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
 
 #if defined L_gcrt1 && defined __UCLIBC_PROFILING__
 # include "./gmon-start.S"