about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Add a number of alias, mostly for IBM codepages.Ulrich Drepper2001-03-111-0/+33
|
* Update.Andreas Jaeger2001-03-111-0/+4
| | | | | | 2001-03-11 Andreas Jaeger <aj@suse.de> * elf/elf.h (EM_*): Synch with official list.
* (EM_*): Synch with official list.Andreas Jaeger2001-03-111-2/+20
|
* Update.Ulrich Drepper2001-03-1011-10/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-07 David Mosberger <davidm@hpl.hp.com> * sysdeps/ia64/bits/fenv.h (FE_NONIEEE_ENV): New macro. 2001-03-07 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Remove unused variables addr & len. 2001-02-22 Jes Sorensen <jes@linuxcare.com> * sysdeps/ia64/fpu/feenablxcpt.c (feenableexcept): Remove punctuation in asm constraint. 2001-03-07 Mark Kettenis <kettenis@gnu.org> * resolv/netdb.h [__USE_GNU]: Define __need_timespec and include <time.h> to get definition of `struct timespec'. 2001-03-08 Jakub Jelinek <jakub@redhat.com> * elf/rtld.c (dl_main): If tracing, warn about undefined symbols if LD_WARN=1, not if LD_WARN is unset. 2001-03-07 Andreas Schwab <schwab@suse.de> * elf/ldconfig.h: Moved to ... * sysdeps/generic/ldconfig.h: ... here. * sysdeps/unix/sysv/linux/i386/ldconfig.h: New file. * sysdeps/unix/sysv/linux/m68k/ldconfig.h: New file. * sysdeps/unix/sysv/linux/ia64/ldconfig.h: New file. * elf/readlib.c (interpreters, known_libs): Use SYSDEP_KNOWN_INTERPRETER_NAMES and SYSDEP_KNOWN_LIBRARY_NAMES instead of hard coding old names.
* Update.Ulrich Drepper2001-03-104-4/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-09 Ulrich Drepper <drepper@redhat.com> * catgets/Makefile (generated): Add test-gencat.h. (sample.SJIS.cat): Also generate header. * catgets/sample.SJIS: Add new set and message, both with symbolic names. * catgets/test-gencat.sh: Also compare generated header with what we expect. 2001-03-07 Jakub Jelinek <jakub@redhat.com> * catgets/gencat.c (read_input_file): Preserve properly symbolic names. 2001-03-06 Andreas Jaeger <aj@suse.de> * sysdeps/s390/dl-machine.h (elf_machine_relplt): Removed, it's not needed. (elf_machine_pltrel_p): Likewise. * sysdeps/powerpc/dl-machine.h: Likewise. * sysdeps/generic/dl-machine.h (elf_machine_pltrel_p): Likewise. 2001-03-09 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/arm/Dist: Add dl-procinfo.c and dl-procinfo.h. 2001-03-05 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: New file. * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: New file. * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf] (sysdep-dl-routines, sysdep_routines, sysdep-rtld-routines): Add dl-procinfo. 2001-03-09 Ulrich Drepper <drepper@redhat.com> * dlfcn/tstatexit.c (main): Don't perform the test if __dso_handle is not available. * dlfcn/tstcxaatexit.c (main): Likewise.
* (read_input_file): Preserve properly symbolic names.Ulrich Drepper2001-03-101-3/+8
|
* Update.Andreas Jaeger2001-03-101-0/+4
| | | | | | 2001-03-10 Andreas Jaeger <aj@suse.de> * sysdeps/i386/fpu/libm-test-ulps: Revert last patch.
* Revert last patch.Andreas Jaeger2001-03-101-11/+4
|
* (elf_machine_pltrel_p): Removed, it's not needed.Ulrich Drepper2001-03-107-20/+133
|
* (main): Don't perform the test if __dso_handle is not available.Ulrich Drepper2001-03-102-0/+15
|
* Update.Andreas Jaeger2001-03-093-2/+12
| | | | | | | | | | 2001-03-09 Andreas Jaeger <aj@suse.de> * sysdeps/s390/dl-machine.h (elf_machine_matches_host): Handle both new and old EM_S390 values. (EM_S390_OLD): New constant. * elf/elf.h (EM_S390): Use official value.
* * sysdeps/unix/sysv/linux/s390/pt-initfini.c: Use 0x07 padding for Andreas Jaeger2001-03-092-2/+7
| | | | | | | | code alignment. 2001-03-09 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/pt-initfini.c: Use 0x07 padding for code alignment.
* Update.Ulrich Drepper2001-03-091-0/+4
| | | | | | 2001-03-09 Ulrich Drepper <drepper@redhat.com> * conform/data/sys/socket.h-data: Allow SO* symbols.
* Allow SO* symbols.Ulrich Drepper2001-03-091-0/+1
|
* * sysdeps/ia64/fpu/Makefile: Modify sysdep_routines instead ofAndreas Schwab2001-03-071-0/+5
| | | | routines, and sysdep-CPPFLAGS instead of CPPFLAGS.
* * sysdeps/ia64/fpu/Makefile: Modify sysdep_routines instead of Andreas Schwab2001-03-071-2/+2
| | | | routines, and sysdep-CPPFLAGS instead of CPPFLAGS.
* Update.Andreas Jaeger2001-03-072-1/+7
| | | | | | | 2001-03-07 Andreas Jaeger <aj@suse.de> * resolv/Makefile (routines): Only build gai_sigqueue when threads are available.
* Update.Andreas Jaeger2001-03-074-3/+9
| | | | | | | * elf/ldconfig.c (_dl_sysdep_message): Remove. * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Include ldsodefs.h. * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
* Update.Andreas Jaeger2001-03-075-18/+28
| | | | | | | | | | | | 2001-03-07 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Use _dl_error_printf instead of _dl_sysdep_error. * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h (_dl_procinfo): Use _dl_printf instead of _dl_sysdep_message. * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h (_dl_procinfo): Likewise.
* Update.Andreas Jaeger2001-03-072-16/+21
| | | | | | | 2001-03-06 Ben Collins <bcollins@debian.org> * manual/arith.texi (Integers): Fix documentation of fast and least integer typedefs.
* Update.Andreas Jaeger2001-03-073-2/+12
| | | | | | | | 2001-03-06 Jakub Jelinek <jakub@redhat.com> * resolv/Depend: New file. * resolv/Makefile (extra-libs, tests): Build libanl and ga_test only when libpthread is built.
* Update.Andreas Jaeger2001-03-062-4/+13
| | | | * sysdeps/i386/fpu/libm-test-ulps: Add some deltas.
* Update.Andreas Jaeger2001-03-061-0/+5
| | | | | | | 2001-03-06 Andreas Jaeger <aj@suse.de> * sysdeps/sh/dl-machine.h (elf_machine_rela): Add missing comma. Patch by kaz Kojima <kkojima@rr.iij4u.or.jp>.
* (elf_machine_rela): Add missing comma.Andreas Jaeger2001-03-061-1/+1
|
* Update.Ulrich Drepper2001-03-051-1/+5
| | | | | | | | 2001-03-05 Ulrich Drepper <drepper@redhat.com> * stdlib/Versions: Remove __new_exitfn again. Not needed. * rt/lio_listio.c: Add a few asserts.
* Remove __new_exitfn.Ulrich Drepper2001-03-051-4/+0
|
* Update.Andreas Jaeger2001-03-051-0/+4
| | | | | | 2001-03-05 Andreas Jaeger <aj@suse.de> * stdlib/msort.c (qsort): Don't use alloca in a function call.
* (qsort): Don't use alloca in a function call.Andreas Jaeger2001-03-051-3/+7
|
* Fix type of parameter for S_TYPEISMQ, S_TYPEISSEM, and S_TYPEISSHM.Ulrich Drepper2001-03-051-3/+3
|
* Update.Ulrich Drepper2001-03-051-0/+13
| | | | | | | | | | | | | | | 2001-03-05 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/bits/stat.h (__S_TYPEISMQ, __S_TYPEISSEM, __S_TYPEISSHM): Rewrite to enforce correct use the macros. They still always return zero. * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise. * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise. * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
* (__S_TYPEISMQ, __S_TYPEISSEM, __S_TYPEISSHM): Rewrite to enforce correct use ↵Ulrich Drepper2001-03-058-41/+49
| | | | the macros. They still always return zero.
* Update.Andreas Jaeger2001-03-051-0/+8
| | | | | | | | | | 2001-03-04 Andreas Jaeger <aj@suse.de> * stdlib/longlong.h: Don't use multi-line strings. * iconvdata/tst-loading.c: Likewise. * csu/Makefile ($(objpfx)version-info.h): Don't use multi-line string.
* Don't use multi-line strings.Andreas Jaeger2001-03-051-56/+55
|
* Update.Ulrich Drepper2001-03-042-0/+16
| | | | * sysdeps/ia64/fpu/libm-test-ulps: Adjust for addition of lgammal.
* Update.Ulrich Drepper2001-03-041-0/+2
| | | | * rt/lib_listio.c: Add a few asserts.
* (lio_listio): Add some asserts.Ulrich Drepper2001-03-041-20/+30
|
* ($(objpfx)version-info.h): Don't use multi-line string.Andreas Jaeger2001-03-041-9/+9
|
* Don't use multi-line strings.Andreas Jaeger2001-03-041-296/+296
|
* Update.Ulrich Drepper2001-03-044-3/+33
| | | | | | * elf/global.c: New file. * elf/globalmod1.c: New file. * elf/Makefile: Add rules to build and run global.
* Update.Ulrich Drepper2001-03-046-5/+21
| | | | | | | | * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Define SI_ASYNCNL. * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Likewise.
* Update.Ulrich Drepper2001-03-046-8/+462
| | | | | | | | | | | | * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: New file. Contributed by Stephen L. Moshier <moshier@na-net.ornl.gov>. * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Fix handling of boundary cases. * sysdeps/ieee754/dbl-64/e_gamma_r.c: Always initialize sign variable. * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise. * sysdeps/i386/fpu/libm-test-ulps: Adjust after addition of lgammal.
* Update.Ulrich Drepper2001-03-042-1/+5
| | | | | | 2001-03-04 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Fix typo in last change.
* Mention new long double functions.Ulrich Drepper2001-03-041-1/+4
|
* Correct english in my last entries.Andreas Jaeger2001-03-041-2/+2
| | | | | * resolv/tst-aton.c: Add testcase for IP with four periods. * resolv/inet_addr.c: Don't recognize an IP with four periods.
* Update.Andreas Jaeger2001-03-041-0/+7
| | | | | | | | | 2001-03-04 Andreas Jaeger <aj@suse.de> * resolv/tst-aton.c: Add testcase for IP with four points. * resolv/inet_addr.c: Don't recognize an IP with four points. Patch by Andre' Breiler <A.Breiler@gmx.net>.
* * resolv/tst-aton.c: Add testcase for IP with four points.Andreas Jaeger2001-03-042-1/+2
| | | | | * resolv/inet_addr.c: Don't recognize an IP with four points. Patch by Andre' Breiler <A.Breiler@gmx.net>.
* Update.Ulrich Drepper2001-03-044-7/+35
| | | | | | | | | | | | | | 2001-02-27 Philip Blundell <pb@futuretv.com> * elf/elf.h: Add new ARM definitions from latest (B-01) specification. Correct naming of EF_ARM_ALIGN8 et al. 2001-03-04 Ulrich Drepper <drepper@redhat.com> * stdio-common/tst-printf.sh: Remove bashisms. Patch by Matthew Clarke <Matthew_Clarke@mindlink.bc.ca>. * shlib-versions: Add entry for libanl.
* Update.Ulrich Drepper2001-03-0328-71/+1465
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Versions.def: Add libanl definition. * shlig-versions: Add entry for libanl. * resolv/Makefile (distribute): Add gai_misc.h and ga_test.c. (routines): Add gai_sigqueue. (extra-libs): Add libanl. (libanl-routines): New variable. Add rules to build libanl and ga_test. * resolv/Versions [libc] (GLIBC_2.2.3): Add __gai_sigqueue. [libanl]: New library. * resolv/netdb.h: Add definitions for libanl. * resolv/getaddrinfo_a.c: New file. * resolv/gai_cancel.c: New file. * resolv/gai_error.c: New file. * resolv/gai_misc.c: New file. * resolv/gai_misc.h: New file. * resolv/gai_notify.c: New file. * resolv/gai_suspend.c: New file. * resolv/ga_test.c: New file. * sysdeps/generic/gai_sigqueue.c: New file. * sysdeps/unix/sysv/linux/gai_sigqueue.c: New file. * sysdeps/generic/bits/siginfo.h: Allow __need_sigevent_t being defined and provide only that definition. * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Likewise. * rt/aio_misc.c: Fix typos in comments. * rt/lio_listio.c: Pretty printing. Little optimization in request list handling. * elf/rtld.c: Remove commented out code.
* Update.Ulrich Drepper2001-03-032-2/+7
| | | | | | | 2001-03-03 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/linux_fsinfo.h (SHMFS_SUPER_MAGIC): Update for real 2.4 kernels.
* Update.Ulrich Drepper2001-03-013-5/+13
| | | | | | | | | | | 2001-03-01 Ulrich Drepper <drepper@redhat.com> * elf/dl-load.c: Pretty printing. * elf/dl-object.c (_dl_new_object): Don't add the loader's scope twice. * elf/dl-misc.c (_dl_debug_vdprintf): Fix typo visible on 64-bit