Accepting request 75320 from Base:System

Various small fixes.

OBS-URL: https://build.opensuse.org/request/show/75320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=63
This commit is contained in:
Sascha Peilicke
2011-07-05 08:02:04 +00:00
committed by Git OBS Bridge
parent 639626b306
commit ad7ace6636
15 changed files with 189 additions and 175 deletions

View File

@@ -2,7 +2,7 @@ Index: csu/version.c
===================================================================
--- csu/version.c.orig
+++ csu/version.c
@@ -25,19 +25,23 @@ static const char __libc_release[] = REL
@@ -25,19 +25,20 @@ static const char __libc_release[] = REL
static const char __libc_version[] = VERSION;
static const char banner[] =
@@ -21,9 +21,6 @@ Index: csu/version.c
#ifdef GLIBC_OLDEST_ABI
"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";