]> sourceware.org Git - glibc.git/log
glibc.git
18 years ago* sysdeps/powerpc/powerpc64/setjmp-common.S [PTR_MANGLE]: Also
Ulrich Drepper [Thu, 29 Dec 2005 21:16:24 +0000 (21:16 +0000)]
* sysdeps/powerpc/powerpc64/setjmp-common.S [PTR_MANGLE]: Also

mangle r1.
* sysdeps/powerpc/powerpc64/__longjmp-common.S [PTR_DEMANGLE]: Also
demangle  r1.

18 years ago* sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S:
Ulrich Drepper [Thu, 29 Dec 2005 21:10:34 +0000 (21:10 +0000)]
* sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S:

Move common function to...
* sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S:
Move common function to...
* sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S:
Move common function to...
* sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/ucontext_i.sym
(_FRAME_BACKCHAIN, _FRAME_LR_SAVE, _FRAME_PARM_SAVE1,
_FRAME_PARM_SAVE2, _FRAME_PARM_SAVE3, _FRAME_PARM_SAVE4):
Remove unrelated stack frame defines.

18 years ago* stdio-common/tstdiomisc.c [FLT_EVAL_METHOD!=2] (dbl_max):
Ulrich Drepper [Thu, 29 Dec 2005 18:00:11 +0000 (18:00 +0000)]
* stdio-common/tstdiomisc.c [FLT_EVAL_METHOD!=2] (dbl_max):

Defining as macro as before the last change.

18 years ago* sysdeps/unix/sysv/linux/sigaction.c: If WRAPPER_INCLUDE is defined,
Ulrich Drepper [Thu, 29 Dec 2005 16:34:57 +0000 (16:34 +0000)]
* sysdeps/unix/sysv/linux/sigaction.c: If WRAPPER_INCLUDE is defined,

include the named file.
* sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.

18 years agoNot needed anymore.
Ulrich Drepper [Thu, 29 Dec 2005 16:26:17 +0000 (16:26 +0000)]
Not needed anymore.

18 years ago* sysdeps/mach/hurd/errno.c: New file.
Roland McGrath [Thu, 29 Dec 2005 10:51:20 +0000 (10:51 +0000)]
* sysdeps/mach/hurd/errno.c: New file.

* sysdeps/mach/hurd/ioctl.c (__ioctl): Use a union to avoid a cast.

18 years ago* sysdeps/posix/libc_fatal.c (__libc_message): Add a const, a cast.
Roland McGrath [Thu, 29 Dec 2005 10:38:16 +0000 (10:38 +0000)]
* sysdeps/posix/libc_fatal.c (__libc_message): Add a const, a cast.

* hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Fix cast.
* hurd/report-wait.c (_S_msg_report_wait): Likewise.

* include/sys/xattr.h: New file.

18 years ago2005-12-29 Roland McGrath <roland@frob.com>
Roland McGrath [Thu, 29 Dec 2005 10:38:08 +0000 (10:38 +0000)]
2005-12-29  Roland McGrath  <roland@frob.com>

* include/sys/xattr.h: New file.

18 years ago* nscd/selinux.c (log_callback): Use audit_log_user_avc_message.
Ulrich Drepper [Thu, 29 Dec 2005 01:09:00 +0000 (01:09 +0000)]
* nscd/selinux.c (log_callback): Use audit_log_user_avc_message.

Don't do anything if audit_fd is invalid.
(audit_init): Don't complain if kernel support is missing.
Patch by Steve Grubb <sgrubb@redhat.com>.

18 years ago* Makefile (tests): Add tst-signal7.
Ulrich Drepper [Wed, 28 Dec 2005 20:50:14 +0000 (20:50 +0000)]
* Makefile (tests): Add tst-signal7.

* tst-signal7.c: New file.

18 years ago(tests): Add tst-signal7.
Ulrich Drepper [Wed, 28 Dec 2005 20:48:24 +0000 (20:48 +0000)]
(tests): Add tst-signal7.

18 years ago* hurd/sigunwind.c: Include <stdint.h>.
Roland McGrath [Wed, 28 Dec 2005 20:40:09 +0000 (20:40 +0000)]
* hurd/sigunwind.c: Include <stdint.h>.

* sysdeps/mach/hurd/jmp-unwind.c: Likewise.

18 years ago2005-12-28 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 28 Dec 2005 20:40:03 +0000 (20:40 +0000)]
2005-12-28  Roland McGrath  <roland@redhat.com>

* hurd/sigunwind.c: Include <stdint.h>.
* sysdeps/mach/hurd/jmp-unwind.c: Likewise.

18 years ago* sysdeps/i386/__longjmp.S [PTR_DEMANGLE]: Also demangle stack
Ulrich Drepper [Wed, 28 Dec 2005 19:13:20 +0000 (19:13 +0000)]
* sysdeps/i386/__longjmp.S [PTR_DEMANGLE]: Also demangle stack

pointer.  Add CFI.
* sysdeps/i386/bsd-_setjmp.S [PTR_MANGLE]: Also mangle stack pointer.
* sysdeps/i386/bsd-setjmp.S: Likewise.
* sysdeps/i386/setjmp.S: Likewise.

18 years ago* sysdeps/x86_64/__longjmp.S: No need to make sure return value is
Ulrich Drepper [Wed, 28 Dec 2005 16:49:48 +0000 (16:49 +0000)]
* sysdeps/x86_64/__longjmp.S: No need to make sure return value is

!= 0, the caller did that.

18 years ago* sysdeps/x86_64/__longjmp.S: Don't confuse unwinder by loading
Ulrich Drepper [Wed, 28 Dec 2005 16:37:29 +0000 (16:37 +0000)]
* sysdeps/x86_64/__longjmp.S: Don't confuse unwinder by loading

mangled values in %rbp and %rsp registers and by wrong cfi.

18 years agoDon't confuse unwinder by loading mangled values in %rbp and %rsp registers and by...
Ulrich Drepper [Wed, 28 Dec 2005 16:35:33 +0000 (16:35 +0000)]
Don't confuse unwinder by loading mangled values in %rbp and %rsp registers and by wrong cfi.

18 years ago* config.make.in (c++-sysincludes): New substituted variable.
Roland McGrath [Wed, 28 Dec 2005 06:53:43 +0000 (06:53 +0000)]
* config.make.in (c++-sysincludes): New substituted variable.

* configure.in (CXX_SYSINCLUDES): New substituted variable.
* configure: Regenerated.
* Makeconfig (CXXFLAGS): Prepend $(c++-sysincludes) here.

18 years ago* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
Roland McGrath [Wed, 28 Dec 2005 05:42:30 +0000 (05:42 +0000)]
* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h

(PTR_MANGLE): Fix cast.

* sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Take third argument
DEMANGLE, and pass SP value through it.
* sysdeps/hppa/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise.
* sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise.
* sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise.
* sysdeps/mips/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise.
* sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise.
* sysdeps/s390/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise.
* sysdeps/sh/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise.
* sysdeps/sparc/sparc32/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise.
* sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/setjmp.h: Likewise.
* sysdeps/x86_64/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise.
* hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Pass inline
demangler function to _JMPBUF_UNWINDS.
* sysdeps/mach/hurd/jmp-unwind.c (demangle_ptr): New function.
(_longjmp_unwind): Pass it to _JMPBUF_UNWINDS.

18 years ago* posix/tst-execle1.c (do_test): Add a const.
Roland McGrath [Tue, 27 Dec 2005 22:50:12 +0000 (22:50 +0000)]
* posix/tst-execle1.c (do_test): Add a const.

* posix/tst-execle2.c (do_test): Likewise.

* posix/transbug.c (run_test): Add some casts.
* posix/bug-regex22.c (main): Likewise.
* posix/bug-regex5.c (main): Likewise.
* wcsmbs/tst-mbsrtowcs.c (main): Likewise.
* string/test-strspn.c (do_test, do_random_tests): Likewise.
* string/test-strrchr.c (do_test, do_random_tests): Likewise.
* string/test-strlen.c (do_random_tests): Likewise.
* string/test-strpbrk.c (do_test, do_random_tests): Likewise.
* string/test-strcmp.c (do_random_tests): Likewise.
* string/test-strchr.c (do_test, do_random_tests): Likewise.
* string/test-strcat.c (do_test, do_random_tests): Likewise.
* string/test-strncpy.c (do_random_tests): Likewise.
* string/test-strcpy.c (do_test, do_random_tests): Likewise.
* string/test-memccpy.c (do_test): Likewise.
* string/test-memmove.c (do_test, do_random_tests): Likewise.
* string/test-memcpy.c (do_test, do_random_tests): Likewise.
* string/test-memcmp.c (do_test, do_random_tests): Likewise.
* string/test-memchr.c (do_test, do_random_tests): Likewise.
* dlfcn/bug-atexit1.c (do_test): Fix up prototype in cast.
* stdio-common/tst-fgets.c (do_test): Add a cast.
* iconvdata/bug-iconv4.c (xiconv): Add a cast.

* locale/programs/simple-hash.c (insert_entry_2): Remove useless casts.

* resolv/herror.c (herror): Remove unused extern decl.

* libio/obprintf.c: Include "strfile.h".

* elf/order2mod2.c (init): Cast ignored value to void.

* stdio-common/tstdiomisc.c: If FLT_EVAL_METHOD is 2, use long

18 years ago2005-12-27 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 27 Dec 2005 22:49:45 +0000 (22:49 +0000)]
2005-12-27  Roland McGrath  <roland@redhat.com>

* posix/tst-execle1.c (do_test): Add a const.
* posix/tst-execle2.c (do_test): Likewise.

18 years ago* elf/tst-tls13.c (do_test): Avoid using the library path when
Ulrich Drepper [Tue, 27 Dec 2005 22:29:27 +0000 (22:29 +0000)]
* elf/tst-tls13.c (do_test): Avoid using the library path when

looking for tst-tlsmod13a.so.

18 years ago* stdio-common/tstdiomisc.c: If FLT_EVEL_METHOD is 2 use long
Ulrich Drepper [Tue, 27 Dec 2005 21:45:22 +0000 (21:45 +0000)]
* stdio-common/tstdiomisc.c: If FLT_EVEL_METHOD is 2 use long

double math to generate NaN results.

18 years ago* sysdeps/unix/sysv/linux/sparc/bits/errno.h: Define EOWNERDEAD
Ulrich Drepper [Tue, 27 Dec 2005 15:27:09 +0000 (15:27 +0000)]
* sysdeps/unix/sysv/linux/sparc/bits/errno.h: Define EOWNERDEAD

and ENOTRECOVERABLE if not already defined.
* sysdeps/unix/sysv/linux/alpha/bits/errno.h: Likewise.

2005-12-27  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/alpha/Versions: Add new errlist-compat
entry for up to 138 errnos.

18 years ago* iconv/gconv_trans.c (__gconv_transliterate): Demangle step __fct
Ulrich Drepper [Tue, 27 Dec 2005 15:06:33 +0000 (15:06 +0000)]
* iconv/gconv_trans.c (__gconv_transliterate): Demangle step __fct

before calling it.

2005-12-27  David S. Miller  <davem@sunset.davemloft.net>

* sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist-compat
entry for up to 134 errnos.

18 years ago* Versions.def: Add GLIBC_2.4 for libpthread. cvs/fedora-glibc-20051227T1426
Ulrich Drepper [Tue, 27 Dec 2005 01:04:06 +0000 (01:04 +0000)]
* Versions.def: Add GLIBC_2.4 for libpthread.

18 years ago* stdlib/Makefile ($(objpfx)isomac.out): Move -I.. to the end so
Ulrich Drepper [Sun, 25 Dec 2005 19:19:20 +0000 (19:19 +0000)]
* stdlib/Makefile ($(objpfx)isomac.out): Move -I.. to the end so

that $(..)/bits is not found early.

18 years ago* manual/errno.texi: Add new Linux errno codes.
Ulrich Drepper [Sat, 24 Dec 2005 21:12:00 +0000 (21:12 +0000)]
* manual/errno.texi: Add new Linux errno codes.

* sysdeps/unix/sysv/linux/Versions: Add new errlist-compat entry
for up to 132 errnos.

18 years ago* sysdeps/unix/sysv/linux/bits/errno.h: Define EOWNERDEAD and
Ulrich Drepper [Sat, 24 Dec 2005 20:07:27 +0000 (20:07 +0000)]
* sysdeps/unix/sysv/linux/bits/errno.h: Define EOWNERDEAD and

ENOTRECOVERABLE if not already defined.

18 years ago* pthread_mutex_destroy.c: Set mutex type to an invalid value.
Ulrich Drepper [Fri, 23 Dec 2005 23:49:41 +0000 (23:49 +0000)]
* pthread_mutex_destroy.c: Set mutex type to an invalid value.

* pthread_mutex_lock.c: Return EINVAL for invalid mutex type.
* pthread_mutex_trylock.c: Likewise.
* pthread_mutex_timedlock.c: Likewise.
* pthread_mutex_unlock.c: Likewise.

18 years ago[BZ #1566]
Ulrich Drepper [Fri, 23 Dec 2005 15:29:25 +0000 (15:29 +0000)]
[BZ #1566]

2005-12-23  Ulrich Drepper  <drepper@redhat.com>
[BZ #1566]
* sysdeps/i386/i586/memusage.h: New file.
* sysdeps/i386/memusage.h: Don't define GETTIME.

18 years agoi586 definitions for memusage.
Ulrich Drepper [Fri, 23 Dec 2005 15:26:46 +0000 (15:26 +0000)]
i586 definitions for memusage.

18 years ago* sysdeps/pthread/sigaction.c: Use "" instead of <> to include self,
Roland McGrath [Fri, 23 Dec 2005 05:09:31 +0000 (05:09 +0000)]
* sysdeps/pthread/sigaction.c: Use "" instead of <> to include self,

so that #include_next's search location is not reset to the -I..
directory where <nptl/...> can be found.

18 years ago2005-12-22 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 23 Dec 2005 05:09:01 +0000 (05:09 +0000)]
2005-12-22  Roland McGrath  <roland@redhat.com>

* sysdeps/pthread/sigaction.c: Use "" instead of <> to include self,
so that #include_next's search location is not reset to the -I..
directory where <nptl/...> can be found.

18 years ago[BZ #1499]
Ulrich Drepper [Fri, 23 Dec 2005 04:38:20 +0000 (04:38 +0000)]
[BZ #1499]

* misc/syslog.c (SyslogAddr): Use sockaddr_un instead of sockaddr.
(openlog_internal): Adjust for this change.

18 years ago* Makeconfig: Define CXXFLAGS. Split out warnings from +gccwarn which
Ulrich Drepper [Fri, 23 Dec 2005 01:55:26 +0000 (01:55 +0000)]
* Makeconfig: Define CXXFLAGS.  Split out warnings from +gccwarn which

are not understood by the C++ compiler.
* Makerules: Add rules to build C++ code for test cases.
* include/stdlib.h: Protect for inclusion in C++ code.
* include/time.h: Likewise.

* test-skeleton.c (timeout_handler): Rewrite ts initialization for
C++ compatibility.

18 years ago(timeout_handler): Rewrite ts initialization for C++.
Ulrich Drepper [Fri, 23 Dec 2005 01:03:28 +0000 (01:03 +0000)]
(timeout_handler): Rewrite ts initialization for C++.

18 years ago* Makerules [gen-as-const-headers] (tests): Add one test per .sym
Roland McGrath [Thu, 22 Dec 2005 23:40:22 +0000 (23:40 +0000)]
* Makerules [gen-as-const-headers] (tests): Add one test per .sym

file, not just one.
($(objpfx)test-as-const.c): Target replaced with ...
($(objpfx)test-as-const-%.c): ... this pattern rule.
(generated): Add those files.

18 years ago2005-12-22 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 22 Dec 2005 23:38:16 +0000 (23:38 +0000)]
2005-12-22  Roland McGrath  <roland@redhat.com>

* Makerules [gen-as-const-headers] (tests): Add one test per .sym
file, not just one.
($(objpfx)test-as-const.c): Target replaced with ...
($(objpfx)test-as-const-%.c): ... this pattern rule.
(generated): Add those files.

18 years ago* sysdeps/x86_64/__longjmp.S: Also protect SP and BP.
Ulrich Drepper [Thu, 22 Dec 2005 18:21:44 +0000 (18:21 +0000)]
* sysdeps/x86_64/__longjmp.S: Also protect SP and BP.

* sysdeps/x86_64/setjmp.S: Likewise.

18 years agoAlso protect SP and BP.
Ulrich Drepper [Thu, 22 Dec 2005 17:44:18 +0000 (17:44 +0000)]
Also protect SP and BP.

18 years agoTypo fix.
Roland McGrath [Thu, 22 Dec 2005 11:31:24 +0000 (11:31 +0000)]
Typo fix.

18 years ago* sysdeps/unix/sysv/linux/i386/ucontext_i.h: File removed.
Roland McGrath [Thu, 22 Dec 2005 05:18:34 +0000 (05:18 +0000)]
* sysdeps/unix/sysv/linux/i386/ucontext_i.h: File removed.

* sysdeps/unix/sysv/linux/i386/ucontext_i.sym: New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/ucontext_i.h: File removed.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/ucontext_i.sym: New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.h: File removed.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: File removed.
* sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: File removed.
* sysdeps/unix/sysv/linux/s390/ucontext_i.sym: New file.
* sysdeps/unix/sysv/linux/sh/sh3/ucontext_i.h: File removed.
* sysdeps/unix/sysv/linux/sh/sh3/ucontext_i.sym: New file.
* sysdeps/unix/sysv/linux/sh/sh4/ucontext_i.h: File removed.
* sysdeps/unix/sysv/linux/sh/sh4/ucontext_i.sym: New file.
* sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: File removed.
* sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: New file.
* sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = stdlib]:
(gen-as-const-headers): Add it.
* sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
* sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
* sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
* sysdeps/unix/sysv/linux/x86_64/Makefile: Likewise.
* stdlib/tst-ucontext-off.c: File removed.
* stdlib/Makefile (tests): Remove it.

* scripts/gen-as-const.awk: Support generating a test program.
* Makerules [gen-as-const-headers] (tests): Add test-as-const.
[gen-as-const-headers] ($(objpfx)test-as-const.c): New target.

18 years ago2005-12-21 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 22 Dec 2005 03:12:10 +0000 (03:12 +0000)]
2005-12-21  Roland McGrath  <roland@redhat.com>

* sysdeps/generic/bits: Subdirectory and all files moved to ...
* bits: ... here, new subdirectory.
* Makeconfig (+includes): Reordered includes to put build and sysdeps
dirs first after $(..)include, $(sysincludes) last.
* sysdeps/generic/bits: Subdirectory and all files moved to ...
* bits: ... here, new subdirectory.
* Makeconfig (+includes): Reordered includes to put build and sysdeps
dirs first after $(..)include, $(sysincludes) last.

18 years ago[BZ #2066]
Roland McGrath [Thu, 22 Dec 2005 01:03:50 +0000 (01:03 +0000)]
[BZ #2066]

2005-12-21  Roland McGrath  <roland@redhat.com>
[BZ #2066]
* intl/l10nflist.c (_nl_make_l10nflist): Free ABS_FILENAME when later
malloc fails.

18 years ago* sysdeps/powerpc/fpu/libm-test-ulps: Update for GCC 4.1 prerelease.
Roland McGrath [Thu, 22 Dec 2005 00:56:10 +0000 (00:56 +0000)]
* sysdeps/powerpc/fpu/libm-test-ulps: Update for GCC 4.1 prerelease.

18 years ago* sysdeps/mach/hurd/ifreq.c: Add missing #includes.
Roland McGrath [Wed, 21 Dec 2005 22:54:00 +0000 (22:54 +0000)]
* sysdeps/mach/hurd/ifreq.c: Add missing #includes.

18 years ago* elf/cache.c: Use <> rather than "" #includes.
Roland McGrath [Wed, 21 Dec 2005 22:16:34 +0000 (22:16 +0000)]
* elf/cache.c: Use <> rather than "" #includes.

* elf/chroot_canon.c: Likewise.
* elf/dl-lookup.c: Likewise.
* elf/ldconfig.c: Likewise.
* elf/readlib.c: Likewise.
* elf/rtld.c: Likewise.
* gmon/mcount.c: Likewise.
* hurd/hurdfault.c: Likewise.
* hurd/hurdsig.c: Likewise.
* hurd/report-wait.c: Likewise.
* hurd/sigunwind.c: Likewise.
* mach/setup-thread.c: Likewise.
* rt/aio_read64.c: Likewise.
* rt/aio_sigqueue.c: Likewise.
* rt/aio_write64.c: Likewise.
* soft-fp/soft-fp.h: Likewise.
* stdio-common/tmpfile64.c: Likewise.
* sysdeps/mach/hurd/fork.c: Likewise.
* sysdeps/mach/hurd/hppa/trampoline.c: Likewise.
* sysdeps/mach/hurd/i386/trampoline.c: Likewise.
* sysdeps/mach/hurd/mips/trampoline.c: Likewise.
* sysdeps/mach/hurd/powerpc/trampoline.c: Likewise.
* sysdeps/posix/sprofil.c: Likewise.
* sysdeps/pthread/aio_cancel.c: Likewise.
* sysdeps/pthread/aio_fsync.c: Likewise.
* sysdeps/pthread/aio_read64.c: Likewise.
* sysdeps/pthread/aio_read.c: Likewise.
* sysdeps/pthread/aio_suspend.c: Likewise.
* sysdeps/pthread/aio_write64.c: Likewise.
* sysdeps/pthread/aio_write.c: Likewise.
* sysdeps/pthread/lio_listio64.c: Likewise.
* sysdeps/pthread/lio_listio.c: Likewise.
* sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
* sysdeps/unix/sysv/tcflow.c: Likewise.

18 years ago* sysdeps/generic/unwind-dw2.c (extract_cie_info): Add a cast.
Roland McGrath [Wed, 21 Dec 2005 21:36:24 +0000 (21:36 +0000)]
* sysdeps/generic/unwind-dw2.c (extract_cie_info): Add a cast.

* elf/dl-error.c (_dl_signal_error): Use .__jmpbuf in __longjmp call.

18 years ago* csu/dso_handle.c (__dso_handle): Add const to pointer type too.
Roland McGrath [Wed, 21 Dec 2005 21:21:50 +0000 (21:21 +0000)]
* csu/dso_handle.c (__dso_handle): Add const to pointer type too.

18 years ago2005-12-21 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 21 Dec 2005 21:21:43 +0000 (21:21 +0000)]
2005-12-21  Roland McGrath  <roland@redhat.com>

* csu/dso_handle.c (__dso_handle): Add const to pointer type too.

18 years ago* iconv/gconv_conf.c: Initialize empty_path_elem.
Ulrich Drepper [Wed, 21 Dec 2005 19:33:05 +0000 (19:33 +0000)]
* iconv/gconv_conf.c: Initialize empty_path_elem.

18 years ago* sysdeps/ieee754/dbl-64/halfulp.c: Mark tab54 as static and const.
Ulrich Drepper [Wed, 21 Dec 2005 19:12:22 +0000 (19:12 +0000)]
* sysdeps/ieee754/dbl-64/halfulp.c: Mark tab54 as static and const.

* sysdeps/i386/fpu/e_expl.c: Mark c0 and c1 as const.
* sysdeps/ieee754/flt-32/s_expm1f.c: Make sure huge and tiny end
up in .rodata.
* sysdeps/ieee754/flt-32/e_exp2f.c: Make sure TWO127 and TWOM100
end up in .rodata.
* sysdeps/ieee754/flt-32/e_expf.c: Likewise.
* sysdeps/ieee754/dbl-64/e_exp2.c: Make sure TWO1023 and TWOM1000
end up in .rodata.

18 years ago* elf/readlib.c: Fix include of readelflib.c.
Ulrich Drepper [Wed, 21 Dec 2005 15:31:50 +0000 (15:31 +0000)]
* elf/readlib.c: Fix include of readelflib.c.

18 years ago[BZ #1962] cvs/fedora-glibc-20051221T0931
Ulrich Drepper [Wed, 21 Dec 2005 08:34:35 +0000 (08:34 +0000)]
[BZ #1962]

* io/fts.c (fts_open): Change type of len to size_t.
(fts_build): Remove cast in call to fts_alloc.
(fts_alloc): Change third parameter's type to size_t.

18 years ago[BZ #1960]
Ulrich Drepper [Wed, 21 Dec 2005 08:24:13 +0000 (08:24 +0000)]
[BZ #1960]

2005-12-21  Ulrich Drepper  <drepper@redhat.com>
[BZ #1960]
* io/fts.c (fts_open): Avoid function call in MAX macro use.

18 years ago* locale/xlocale.c (_nl_C_locobj): Mark as const.
Ulrich Drepper [Wed, 21 Dec 2005 07:28:33 +0000 (07:28 +0000)]
* locale/xlocale.c (_nl_C_locobj): Mark as const.

* include/locale.h: Define _nl_C_locobj_ptr.
* iconv/gconv_charset.h: Use _nl_C_locobj_ptr instead of using pointer
to _nl_C_locobj because we also need a cast.
* iconv/gconv_conf.c: Likewise.
* iconv/gconv_int.h: Likewise.
* iconv/gconv_open.c: Likewise.
* locale/duplocale.c: Likewise.
* locale/freelocale.c: Likewise.
* locale/newlocale.c: Likewise.
* misc/syslog.c: Likewise.
* stdlib/strtod_l.c: Likewise.
* sysdeps/unix/sysv/linux/getloadavg.c: Likewise.

18 years ago* csu/dso_handle.c (__dso_handle): Mark as const.
Ulrich Drepper [Wed, 21 Dec 2005 04:27:56 +0000 (04:27 +0000)]
* csu/dso_handle.c (__dso_handle): Mark as const.

18 years ago* intl/plural-exp.c (GERMANIC_PLURAL): Mark as const.
Ulrich Drepper [Wed, 21 Dec 2005 04:23:34 +0000 (04:23 +0000)]
* intl/plural-exp.c (GERMANIC_PLURAL): Mark as const.

* intl/plural-exp.h: Adjust declaration of
__gettext_germanic_plural.

18 years ago* resolv/herror.c (h_errlist): Mark as const.
Ulrich Drepper [Wed, 21 Dec 2005 04:07:21 +0000 (04:07 +0000)]
* resolv/herror.c (h_errlist): Mark as const.

(h_nerr): Likewise.

18 years ago* sunrpc/clnt_unix.c (unix_ops): Mark as const.
Ulrich Drepper [Tue, 20 Dec 2005 22:56:06 +0000 (22:56 +0000)]
* sunrpc/clnt_unix.c (unix_ops): Mark as const.

* sunrpc/auth_des.c (authdes_ops): Likewise.
* sunrpc/svc_raw.c (server_ops): Likewise.
* sunrpc/clnt_udp.c (udp_ops): Likewise.
* sunrpc/clnt_tcp.c (tcp_ops): Likewise.
* sunrpc/clnt_raw.c (client_ops): Likewise.
* sunrpc/auth_unix.c (auth_unix_ops): Likewise.

18 years ago(client_ops): Mark as const.
Ulrich Drepper [Tue, 20 Dec 2005 22:00:50 +0000 (22:00 +0000)]
(client_ops): Mark as const.

18 years ago[BZ #2061]
Roland McGrath [Tue, 20 Dec 2005 21:57:53 +0000 (21:57 +0000)]
[BZ #2061]

2005-12-15  Thomas Schwinge  <tschwinge@gnu.org>
[BZ #2061]
* sysdeps/mach/hurd/xmknod.c (__xmknod): Handle S_IFREG.

18 years ago* sysdeps/unix/sysv/linux/ifreq.h: File removed.
Roland McGrath [Tue, 20 Dec 2005 21:53:22 +0000 (21:53 +0000)]
* sysdeps/unix/sysv/linux/ifreq.h: File removed.

* sysdeps/unix/sysv/linux/ifreq.c: #include "kernel-features.h" here.

* sysdeps/mach/hurd/ifreq.h: File removed.
(__ifreq): Function moved to ...
* sysdeps/mach/hurd/ifreq.c: ... here, new file.

18 years ago2005-12-20 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 20 Dec 2005 21:52:56 +0000 (21:52 +0000)]
2005-12-20  Roland McGrath  <roland@redhat.com>

* sysdeps/mach/hurd/ifreq.h: File removed.
(__ifreq): Function moved to ...
* sysdeps/mach/hurd/ifreq.c: ... here, new file.

18 years ago* sunrpc/auth_unix.c (auth_unix_ops): Mark as const.
Ulrich Drepper [Tue, 20 Dec 2005 19:25:53 +0000 (19:25 +0000)]
* sunrpc/auth_unix.c (auth_unix_ops): Mark as const.

* sunrpc/auth_none.c (ops): Likewise.

18 years ago* sunrpc/auth_none.c (ops): Mark as const.
Ulrich Drepper [Tue, 20 Dec 2005 19:00:19 +0000 (19:00 +0000)]
* sunrpc/auth_none.c (ops): Mark as const.

* nss/nsswitch.c (databases): Mark as const.  Change name field
into array.
* nss/databases.def: Add warning.

18 years ago* resolv/res_hconf.c (arg_service_list): Reduce size of svcs and
Ulrich Drepper [Tue, 20 Dec 2005 18:35:45 +0000 (18:35 +0000)]
* resolv/res_hconf.c (arg_service_list): Reduce size of svcs and

mark const.
(cmd): Mark as const.

18 years ago* resolv/res_hconf.c (cmd): Mark as const.
Ulrich Drepper [Tue, 20 Dec 2005 18:25:49 +0000 (18:25 +0000)]
* resolv/res_hconf.c (cmd): Mark as const.

(parse_line): Mark c as pointer to const.

18 years ago* misc/getusershell.c (initshells): Remove unnecessary tests.
Ulrich Drepper [Tue, 20 Dec 2005 18:18:28 +0000 (18:18 +0000)]
* misc/getusershell.c (initshells): Remove unnecessary tests.

(endusershell): Likewise.
(okshells): Mark as const.

18 years ago* sysdeps/posix/gai_strerror.c: Complete rewrite. Avoid relocations.
Ulrich Drepper [Tue, 20 Dec 2005 17:53:00 +0000 (17:53 +0000)]
* sysdeps/posix/gai_strerror.c: Complete rewrite. Avoid relocations.

* sysdeps/posix/gai_strerror-strs.h: New file.
* sysdeps/posix/Dist: New file.

18 years ago* sysdeps/posix/getaddrinfo.c (gaih): Mark as const. cvs/fedora-glibc-20051220T1751
Ulrich Drepper [Tue, 20 Dec 2005 16:51:14 +0000 (16:51 +0000)]
* sysdeps/posix/getaddrinfo.c (gaih): Mark as const.

* locale/loadlocale.c (_nl_value_types): Likewise.

18 years ago* locale/loadlocale.c (_nl_value_types): Mark as const.
Ulrich Drepper [Tue, 20 Dec 2005 16:35:25 +0000 (16:35 +0000)]
* locale/loadlocale.c (_nl_value_types): Mark as const.

* iconv/gconv_conf.c (builtin_aliases): Likewise.

18 years ago* iconv/gconv_conf.c (builtin_aliases): Mark as const.
Ulrich Drepper [Tue, 20 Dec 2005 16:14:06 +0000 (16:14 +0000)]
* iconv/gconv_conf.c (builtin_aliases): Mark as const.

* iconv/gconv_open.c (internal_trans_names): Likewise.

18 years ago* iconv/gconv_open.c (internal_trans_names): Mark as const.
Ulrich Drepper [Tue, 20 Dec 2005 15:54:40 +0000 (15:54 +0000)]
* iconv/gconv_open.c (internal_trans_names): Mark as const.

18 years ago* sysdeps/unix/sysv/linux/sh/sysdep.h: Include tls.h.
Ulrich Drepper [Tue, 20 Dec 2005 15:28:51 +0000 (15:28 +0000)]
* sysdeps/unix/sysv/linux/sh/sysdep.h: Include tls.h.

(PTR_MANGLE, PTR_DEMANGLE): Define.
(SYSCALL_ERROR_HANDLER): Fix typo.
* sysdeps/sh/sh4/__longjmp.S: Use PTR_DEMANGLE if defined.
* sysdeps/sh/sh3/__longjmp.S: Likewise.
* sysdeps/sh/sh4/setjmp.S: Use PTR_MANGLE if defined.
* sysdeps/sh/sh3/setjmp.S: Likewise.

18 years ago* sysdeps/ia64/fpu/libm-test-ulps: Update for GCC 4.1 prerelease.
Ulrich Drepper [Tue, 20 Dec 2005 15:11:40 +0000 (15:11 +0000)]
* sysdeps/ia64/fpu/libm-test-ulps: Update for GCC 4.1 prerelease.

* sysdeps/unix/sysv/linux/time.c: If __NR_time is not defined,
use sysdeps/unix/time.c implementation.

18 years ago[BZ #1952, BZ #1955] cvs/fedora-glibc-20051220T1028
Ulrich Drepper [Tue, 20 Dec 2005 07:57:16 +0000 (07:57 +0000)]
[BZ #1952, BZ #1955]

2005-12-19  Ulrich Drepper  <drepper@redhat.com>
[BZ #1955]
* timezone/zic.c (tofile;): Fix typo in symlink creation.
Patch by Phil Estes <pestes@us.ibm.com>.

[BZ #1952]
* sysdeps/unix/sysv/linux/time.c: New file.
* sysdeps/unix/sysv/linux/i386/syscalls.list: Remove time entry.

2005-12-15  Thomas Schwinge  <tschwinge@gnu.org>

18 years agotime implementation for Linux.
Ulrich Drepper [Tue, 20 Dec 2005 07:49:43 +0000 (07:49 +0000)]
time implementation for Linux.

18 years ago2005-12-15 Thomas Schwinge <tschwinge@gnu.org>
Roland McGrath [Tue, 20 Dec 2005 07:31:21 +0000 (07:31 +0000)]
2005-12-15  Thomas Schwinge <tschwinge@gnu.org>

* io/xmknodat.c: Include <stddef.h>.
* misc/futimesat.c: Remove weak_alias and correct stub_warning.
* stdio-common/renameat.c (renameat): Fix typo.

18 years ago2005-12-15 Thomas Schwinge <tschwinge@gnu.org>
Roland McGrath [Tue, 20 Dec 2005 07:31:14 +0000 (07:31 +0000)]
2005-12-15  Thomas Schwinge <tschwinge@gnu.org>

* io/xmknodat.c: Include <stddef.h>.
* misc/futimesat.c: Remove weak_alias and correct stub_warning.
* stdio-common/renameat.c (renameat): Fix typo.

18 years ago[BZ #1978]
Ulrich Drepper [Tue, 20 Dec 2005 07:21:59 +0000 (07:21 +0000)]
[BZ #1978]

2005-12-16  Thorsten Kukuk  <kukuk@suse.de>
[BZ #1978]
* sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
Map more filesystem types to a string.
* sysdeps/unix/sysv/linux/linux_fsinfo.h: Add SYSFS_MAGIC.

2005-12-19  Jakub Jelinek  <jakub@redhat.com>

* locale/Makefile (programs/%-kw.h): Run $(GPERF) inside of the
programs subdirectory.

* sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use
PTR_DEMANGLE for PC if defined.
* sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
Likewise.
* sysdeps/unix/sysv/linux/ia64/__longjmp.S (__longjmp): Likewise.
* sysdeps/s390/s390-32/__longjmp.c (__longjmp): Xor %r14 with
THREAD_GET_POINTER_GUARD () if PTR_DEMANGLE is defined.
* sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
* sysdeps/powerpc/powerpc32/setjmp-common.S (__sigsetjmp): Use
PTR_MANGLE for PC if defined.
* sysdeps/powerpc/powerpc64/setjmp-common.S (__sigsetjmp): Likewise.
* sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
Avoid call to __sigjmp_save if IS_IN_rtld.
* sysdeps/s390/s390-32/elf/setjmp.S (__sigsetjmp): Likewise.
* sysdeps/s390/s390-64/setjmp.S (__sigsetjmp): Likewise.
* sysdeps/s390/s390-64/elf/setjmp.S (__sigsetjmp): Likewise.
* sysdeps/unix/sysv/linux/ia64/setjmp.S (__sigsetjmp): Likewise.
* sysdeps/unix/sysv/linux/ia64/sysdep.h (PTR_MANGLE, PTR_DEMANGLE):
Define.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Include tls.h.
(PTR_MANGLE, PTR_DEMANGLE): Define.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Include tls.h
(PTR_MANGLE, PTR_DEMANGLE): Define.
* sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Include tls.h.
(PTR_MANGLE, PTR_DEMANGLE): Define.
(SYSCALL_ERROR_HANDLER): Add missing semicolons.
* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Include tls.h.
(PTR_MANGLE, PTR_DEMANGLE): Define.
* sysdeps/unix/sysv/linux/s390/s390-64/socket.S (__socket): Add
SYSCALL_ERROR_HANDLER.

2005-12-19  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Handle NO_WEAK_ALIAS.
* sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Likewise.
Patch by Clint Adams.

2005-12-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>

* sysdeps/unix/sysv/linux/s390/sys/user.h: Copy struct user and
dependent definitions from the kernel header to sys/user.h and
remove the #include of asm/user.h.

18 years ago* sysdeps/gnu/Makefile: Make sure the correct errlist.c file is
Ulrich Drepper [Tue, 20 Dec 2005 04:13:54 +0000 (04:13 +0000)]
* sysdeps/gnu/Makefile: Make sure the correct errlist.c file is

used when generating errlist-compat.c.

18 years ago* iconv/gconv.c: Demangle pointers before use if necessary. cvs/fedora-glibc-20051219T1003
Ulrich Drepper [Mon, 19 Dec 2005 07:26:29 +0000 (07:26 +0000)]
* iconv/gconv.c: Demangle pointers before use if necessary.

* iconv/gconv_cache.c: Likewise.
* iconv/skeleton.c: Likewise.
* libio/iofwide.c: Likewise.
* wcsmbs/btowc.c: Likewise.
* wcsmbs/mbrtowc.c: Likewise.
* wcsmbs/mbsnrtowcs.c: Likewise.
* wcsmbs/mbsrtowcs_l.c: Likewise.
* wcsmbs/wcrtomb.c: Likewise.
* wcsmbs/wcsnrtombs.c: Likewise.
* wcsmbs/wcsrtombs.c: Likewise.
* wcsmbs/wctob.c: Likewise.
* iconv_gconv_db.c: Likewise.  After init functions returns mangle
btowc pointer if necessary.
* iconv/gconv_dl.c: Mangle function pointers retrieved from dlsym.

18 years ago* iconv/gconv_builtin.c (builtin_map): Change type of size
Ulrich Drepper [Mon, 19 Dec 2005 04:55:31 +0000 (04:55 +0000)]
* iconv/gconv_builtin.c (builtin_map): Change type of size

information fields to int8_t.

18 years ago* libio/libioP.h (__libio_codecvt): Adjust declaraction.
Ulrich Drepper [Mon, 19 Dec 2005 03:33:32 +0000 (03:33 +0000)]
* libio/libioP.h (__libio_codecvt): Adjust declaraction.

18 years ago* libio/iofwide.c (__libio_codecvt): Mark as const.
Ulrich Drepper [Mon, 19 Dec 2005 02:24:26 +0000 (02:24 +0000)]
* libio/iofwide.c (__libio_codecvt): Mark as const.

(__libio_translit): Likewise.

18 years ago* wcsmbs/wcsmbsload.c (to_wc): Mark as const.
Ulrich Drepper [Mon, 19 Dec 2005 00:25:58 +0000 (00:25 +0000)]
* wcsmbs/wcsmbsload.c (to_wc): Mark as const.

(to_mb): Likewise.

18 years ago(to_wc): Mark as const. (to_mb): Likewise.
Ulrich Drepper [Mon, 19 Dec 2005 00:24:49 +0000 (00:24 +0000)]
(to_wc): Mark as const. (to_mb): Likewise.

18 years ago * sysdeps/alpha/libc-tls.c: Fix directory on include of base file.
Richard Henderson [Sun, 18 Dec 2005 22:47:08 +0000 (22:47 +0000)]
    * sysdeps/alpha/libc-tls.c: Fix directory on include of base file.

2005-12-18  Richard Henderson  <rth@redhat.com>

* sysdeps/alpha/libc-tls.c: Fix directory on include of base file.

18 years ago* iconv/gconv_builtin.c: Mark map with attribute_relro.
Ulrich Drepper [Sun, 18 Dec 2005 22:02:01 +0000 (22:02 +0000)]
* iconv/gconv_builtin.c: Mark map with attribute_relro.

18 years ago* sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Define C
Ulrich Drepper [Sun, 18 Dec 2005 21:09:20 +0000 (21:09 +0000)]
* sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Define C

version for inside ld.so.

* elf/rtld.c (dl_main): Don't use hp timing code unless it's available.

18 years ago* sysdeps/powerpc/powerpc32/setjmp-common.S [IS_IN_rtld]: Avoid
Ulrich Drepper [Sun, 18 Dec 2005 18:36:38 +0000 (18:36 +0000)]
* sysdeps/powerpc/powerpc32/setjmp-common.S [IS_IN_rtld]: Avoid

call to __sigjmp_save.
* sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.

18 years ago* stdlib/cxa_atexit.c: Use PTR_MANGLE on function pointer. Fill in
Ulrich Drepper [Sun, 18 Dec 2005 17:32:37 +0000 (17:32 +0000)]
* stdlib/cxa_atexit.c: Use PTR_MANGLE on function pointer.  Fill in

flavor field last and protect with memory barrier.
* stdlib/on_exit.c: Likewise.
* stdlib/cxa_finalize.c: Use PTR_DEMANGLE on function pointer before
using it.
* stdlib/exit.c: Likewise.

18 years ago* sysdeps/unix/sysv/linux/i386/sysdep.h: Define PTR_MANGLE and
Ulrich Drepper [Sun, 18 Dec 2005 16:59:55 +0000 (16:59 +0000)]
* sysdeps/unix/sysv/linux/i386/sysdep.h: Define PTR_MANGLE and

PTR_DEMANGLE for C code in libc.
* sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.

18 years ago* elf/Versions [GLIBC_PRIVATE]: Export __pointer_chk_guard if defined.
Ulrich Drepper [Sun, 18 Dec 2005 06:58:22 +0000 (06:58 +0000)]
* elf/Versions [GLIBC_PRIVATE]: Export __pointer_chk_guard if defined.

* elf/rtld.c: Define __pointer_chk_guard_local and if necessary
__pointer_chk_guard.
(_rtld_global_ro): Initialize _dl_pointer_guard.
(dl_main): Initialize __pointer_chk_guard_local and either
__pointer_chk_guard or TLS value if necessary.
(process_envvars): Recognize and handle LD_POINTER_GUARD.
* sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_pointer_guard.
* sysdeps/i386/__longjmp.S: Use PTR_DEMANGLE for PC if defined.
* sysdeps/x86_64/__longjmp.S: Likewise.
* sysdeps/i386/bsd-_setjmp.S: Use PTR_MANGLE for PC if defined.
* sysdeps/i386/bsd-_setjmp.S: Likewise.
* sysdeps/i386/setjmp.S: Likewise.
[IS_IN_rtld]: Avoid call to __sigjmp_save.
* sysdeps/i386/setjmp.S: Likewise.
* sysdeps/unix/sysv/linux/i386/sysdep.h: Define PTR_MANGLE and
PTR_DEMANGLE.
* sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.

* sysdeps/i386/elf/setjmp.S: Removed.
* sysdeps/i386/elf/bsd-setjmp.S: Removed.

18 years ago* elf/dl-error.c (_dl_catch_error): Use __sigsetgjmp instead of
Ulrich Drepper [Sat, 17 Dec 2005 23:26:28 +0000 (23:26 +0000)]
* elf/dl-error.c (_dl_catch_error): Use __sigsetgjmp instead of

setjmp.

18 years ago* elf/dl-error.c (_dl_signal_error): Use __longjmp instead of longjmp.
Ulrich Drepper [Sat, 17 Dec 2005 23:09:41 +0000 (23:09 +0000)]
* elf/dl-error.c (_dl_signal_error): Use __longjmp instead of longjmp.

* elf/dl-minimal.c (longjmp): Remove definition.

18 years ago* sysdeps/x86_64/bsd-setjmp.S [PIC] (setjmp): Add missing jmp.
Ulrich Drepper [Sat, 17 Dec 2005 22:48:36 +0000 (22:48 +0000)]
* sysdeps/x86_64/bsd-setjmp.S [PIC] (setjmp): Add missing jmp.

18 years ago* nscd/Makefile: Don't build nscd_nischeck.
Ulrich Drepper [Fri, 16 Dec 2005 04:07:00 +0000 (04:07 +0000)]
* nscd/Makefile: Don't build nscd_nischeck.

* nscd/nscd_nischeck.c: Removed.

This page took 0.074755 seconds and 5 git commands to generate.