diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-04 10:20:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-04 10:20:14 +0000 |
commit | 226e9fda254a6c4f63837d4cfa5366c1d87d77f9 (patch) | |
tree | 2e0f1b761184d00a5c8fe41c9c11c5a681ccd83e /linuxthreads | |
parent | 125183201f9b764e12f87aee88889f6db1e119ab (diff) | |
download | glibc-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/ChangeLog | 3 |
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. |