From: Roland McGrath Date: Tue, 25 Feb 2003 23:26:51 +0000 (+0000) Subject: 2003-02-25 Steven Munroe X-Git-Tag: upstream/2.30~19982 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c2a3b41063d5f18d45cbc3039c8faf6ef813175;p=external%2Fglibc.git 2003-02-25 Steven Munroe * sysdeps/powerpc/elf/libc-start.c (__libc_start_main): Do DL_SYSDEP_OSCHECK here, matching 2002-12-01 change to generic file. --- diff --git a/sysdeps/powerpc/elf/libc-start.c b/sysdeps/powerpc/elf/libc-start.c index 6f61770..aac3443 100644 --- a/sysdeps/powerpc/elf/libc-start.c +++ b/sysdeps/powerpc/elf/libc-start.c @@ -129,6 +129,14 @@ BP_SYM (__libc_start_main) (int argc, char *__unbounded *__unbounded ubp_av, __libc_stack_end = stack_on_entry + 8; #ifndef SHARED +# ifdef DL_SYSDEP_OSCHECK + if (!__libc_multiple_libcs) + { + /* This needs to run to initiliaze _dl_osversion before TLS + setup might check it. */ + DL_SYSDEP_OSCHECK (__libc_fatal); + } +# endif /* Initialize the thread library at least a bit since the libgcc functions are using thread functions if these are available and we need to setup errno. If there is no thread library and we