aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-11-04 10:20:14 +0000
committerUlrich Drepper <drepper@redhat.com>2002-11-04 10:20:14 +0000
commit226e9fda254a6c4f63837d4cfa5366c1d87d77f9 (patch)
tree2e0f1b761184d00a5c8fe41c9c11c5a681ccd83e /linuxthreads
parent125183201f9b764e12f87aee88889f6db1e119ab (diff)
downloadglibc-226e9fda254a6c4f63837d4cfa5366c1d87d77f9.tar
glibc-226e9fda254a6c4f63837d4cfa5366c1d87d77f9.tar.gz
glibc-226e9fda254a6c4f63837d4cfa5366c1d87d77f9.tar.bz2
glibc-226e9fda254a6c4f63837d4cfa5366c1d87d77f9.zip
Update.
* nss/getXXent_r.c (ENDFUNC_NAME): Don't do anything if the service hasn't been used [PR libc/4744].
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 8569a3713b..414e309bdf 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,5 +1,8 @@
2002-11-04 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/i386/Makefile: Compile pthread.c and sighandler.c with
+ -fno-omit-frame-pointer. Patch by Andreas Steinmetz <ast@domdv.de>.
+
* sysdeps/i386/useldt.h [PIC] (USETLS_LOAD_EBX): Use correct input
register number.
(DO_SET_THREAD_AREA): Mark asm output specifiers correctly.