SHA256
1
0
forked from pool/glibc

Accepting request 24314 from Base:System

Copy from Base:System/glibc based on submit request 24314 from user pbaudis

OBS-URL: https://build.opensuse.org/request/show/24314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=13
This commit is contained in:
OBS User autobuild
2009-11-16 08:54:19 +00:00
committed by Git OBS Bridge
parent da8f6e33a1
commit 35b77f97b8
49 changed files with 448 additions and 390 deletions

View File

@@ -1,6 +1,8 @@
--- csu/version.c
+++ csu/version.c 2003/06/25 07:01:44
@@ -24,11 +24,12 @@
Index: csu/version.c
===================================================================
--- csu/version.c.orig
+++ csu/version.c
@@ -24,16 +24,20 @@ static const char __libc_release[] = REL
static const char __libc_version[] = VERSION;
static const char banner[] =
@@ -14,14 +16,11 @@
Compiled by GNU CC version "__VERSION__".\n"
#include "version-info.h"
#ifdef GLIBC_OLDEST_ABI
@@ -37,6 +38,9 @@
#ifdef USE_TLS
"Thread-local storage support included.\n"
"The oldest ABI supported: " GLIBC_OLDEST_ABI ".\n"
#endif
+#ifdef FLOATING_STACKS
+"pthread library is compiled with floating stack support enabled.\n"
+#endif
"For bug reporting instructions, please see:\n\
<http://www.gnu.org/software/libc/bugs.html>.\n";