about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * sysdeps/powerpc/powerpc32/dl-machine.c (_dl_reloc_overflow): RenamedRoland McGrath2003-03-031-0/+7
| | | | | | | | from dl_reloc_overflow, make global. (__process_machine_rela): Update callers. * sysdeps/powerpc/powerpc32/dl-machine.h: Declare _dl_reloc_overflow. Add attribute_hidden to __process_machine_rela decl. (elf_machine_type_class, elf_machine_rela): Handle 16-bit TLS relocs.
* * sysdeps/generic/libc-start.c (__libc_start_main): Don't assign constRoland McGrath2003-03-031-0/+3
| | | | variable.
* * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):Roland McGrath2003-03-021-1/+22
| | | | | | | | | | | | | | | | | | | | | | Don't use weak_extern for dl_rtld_map. Instead check only if [SHARED]. (elf_machine_rela): Clean up. * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Clean up. PowerPC TLS support contributed by Paul Mackerras <paulus@samba.org>. * sysdeps/powerpc/powerpc32/elf/configure.in: New file. * sysdeps/powerpc/powerpc32/elf/configure: New generated file. * elf/tls-macros.h [__powerpc__ && !__powerpc64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Define them. * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Support new relocs for TLS. * sysdeps/powerpc/dl-tls.h (TLS_TP_OFFSET, TLS_DTV_OFFSET): Move these macros out of [SHARED]. (TLS_TPREL_VALUE, TLS_DTPREL_VALUE): New macros. * elf/elf.h: Define R_PPC_* relocs for TLS support. Clean up R_PPC64_* macro definition comments.
* * configure.in: In "running configure fragment for" message,Roland McGrath2003-03-011-0/+4
| | | | | omit $srcdir from the name if we prepended it. * configure: Regenerated.
* * elf/dl-reloc.c (allocate_static_tls): Fix calculations.Roland McGrath2003-03-011-0/+16
| | | | | | | | | | | | | | | From Jakub Jelinek <jakub@redhat.com>. * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Revert last change, which duplicated the O_DIRECT defn. 2003-03-01 GOTO Masanori <gotom@debian.or.jp> * stdlib/stdlib.h: Add missing __USE_BSD enclosure for BSD derived random functions. * resolv/Makefile (tests): Don't depend on $(objpfx)mtrace-tst-leaks when cross compiling.
* * sysdeps/m68k/dl-machine.h (_dl_start_user): AccessAndreas Schwab2003-03-011-0/+5
| | | | __libc_stack_end through GOT since it is a global symbol.
* Update. glibc-2.3.2 cvs/glibc-2_3_2Ulrich Drepper2003-03-011-0/+13
| | | | | | | | | | | | | | | * argp/argp.h: Fix a typo. Reported by H.S.Teoh <hsteoh@quickfur.ath.cx>. * manual/terminal.texi: Fix cfmakeraw() definition from int to void. 2003-02-27 Pat Rankin <rankin@pactechdata.com> * posix/regexec.c (proceed_next_node): Cast re_string_get_buffer to char *. (get_subexp): Likewise. 2003-03-01 GOTO Masanori <gotom@debian.or.jp>
* Update.Ulrich Drepper2003-03-011-0/+8
| | | | | | | | | | 2003-03-01 GOTO Masanori <gotom@debian.or.jp> * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECT): Define. 2003-02-26 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_DIRECT): Define.
* * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): RemoveRoland McGrath2003-02-281-0/+13
| | | | | | | | | | | | special case for dl_rtld_map in R_PPC64_RELATIVE; it's harmless to repeat it and avoids the test for the common case. Clean up and fix calculations for TLS relocs. * sysdeps/powerpc/powerpc64/dl-tls.h: Moved to ... * sysdeps/powerpc/dl-tls.h: ... here. (TLS_TP_OFFSET): New macro. * sunrpc/svc_udp.c (svcudp_recv): Add a cast to last change.
* Update.Ulrich Drepper2003-02-271-0/+5
| | | | | | | 2003-02-27 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/fpu/libm-test-ulps: Increase ULPs for yn due to code generation changes in recent gcc.
* * sysdeps/powerpc/fpu/fpu_control.h (_FPU_GETCW, _FPU_SETCW):Roland McGrath2003-02-271-0/+8
| | | | | | | Rename argument to avoid symbol conflict. * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h [__USE_GNU] (O_DIRECT): New macro.
* Update.Ulrich Drepper2003-02-271-0/+5
| | | | | | | 2003-02-24 David Mosberger <davidm@hpl.hp.com> * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Fix unwind info.
* Update.Ulrich Drepper2003-02-271-0/+3
| | | | | * resolv/res_libc.c [USE___THREAD] (_res): Don't need the initializer anymore now that res_thread_freeres is more careful.
* Update.Ulrich Drepper2003-02-271-0/+1
| | | | Patch by Neil Brown <neilb@cse.unsw.edu.au> [PR libc/4973].
* Update.Ulrich Drepper2003-02-271-4/+9
| | | | | | | | | | | | 2003-02-27 Ulrich Drepper <drepper@redhat.com> * sunrpc/svc_udp.c (svcudp_recv): Remove all control messages except the PKTINFO. Reset interface in PKTINFO. * elf/elf.h: Add new R_PPC64_* relocs for TLS. * elf/tls-macros.h [__powerpc64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Define. * sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
* * sysdeps/powerpc/powerpc64/dl-machine.h: Support new TLS relocs.Roland McGrath2003-02-261-0/+2
| | | | * sysdeps/powerpc/powerpc64/dl-tls.h: New file.
* Revert unintentional commits.Roland McGrath2003-02-261-5/+0
|
* linuxthreads/ChangeLogRoland McGrath2003-02-251-0/+5
| | | | | | | | 2003-02-25 Roland McGrath <roland@redhat.com> * sysdeps/powerpc/powerpc64/dl-machine.h: Support new TLS relocs. * sysdeps/powerpc/powerpc64/dl-tls.h: New file.
* 2003-02-25 Steven Munroe <sjmunroe@us.ibm.com>Roland McGrath2003-02-251-0/+11
| | | | | | | | | | | * elf/elf.h: Add new R_PPC64_* relocs for TLS. * elf/tls-macros.h [__powerpc64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Define. * sysdeps/powerpc/powerpc64/elf/configure.in: New file. * sysdeps/powerpc/powerpc64/elf/configure: New file (generated). * sysdeps/powerpc/elf/libc-start.c (__libc_start_main): Do DL_SYSDEP_OSCHECK here, matching 2002-12-01 change to generic file.
* Update.Andreas Jaeger2003-02-251-0/+5
| | | | | | | 2003-02-25 Andreas Jaeger <aj@suse.de> * manual/memory.texi (Malloc Tunable Parameters): Clarify behaviour of M_MMAP_THRESHOLD.
* * resolv/res_init.c (res_thread_freeres): Bail out if _res.nscount isRoland McGrath2003-02-251-0/+5
| | | | zero, inidicating _res was not initialized yet.
* Update.Ulrich Drepper2003-02-251-0/+5
| | | | | | | 2003-02-24 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remove EACCES test.
* * sysdeps/posix/pause.c: Add LIBC_CANCEL_HANDLED.Roland McGrath2003-02-241-0/+4
|
* * sysdeps/posix/pause.c: New file.Roland McGrath2003-02-241-0/+5
| | | | * sysdeps/unix/common/pause.c: File removed.
* Update.Ulrich Drepper2003-02-241-0/+2
| | | | * sysdeps/generic/bits/confname.h: Remove #ifs.
* Update.Ulrich Drepper2003-02-231-0/+3
| | | | | * posix/Makefile (CFLAGS-regex.c): Remove RE_ENABLE_I18N definition. * posix/regex_internal.h (RE_ENABLE_I18N): Pretty printing.
* Update.Ulrich Drepper2003-02-231-0/+5
| | | | | | | 2003-02-23 Ulrich Drepper <drepper@redhat.com> * resolv/res_libc.c [USE___THREAD] (_res): Initialize _vcsock element to -1.
* Update.Ulrich Drepper2003-02-231-0/+4
| | | | | | 2003-02-22 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/dl-sysdep.c: Avoid warning.
* * resolv/tst-leaks.c: New file by Daniel Jacobowitz <drow@mvista.com>.Roland McGrath2003-02-231-0/+7
| | | | | | | | * resolv/Makefile (tests): Add tst-leaks. ($(objpfx)tst-leaks): Depend on $(objpfx)libresolv.so. (tst-leaks-ENV): New variable. ($(objpfx)mtrace-tst-leaks): New target. (tests): Depend on it.
* Update.Ulrich Drepper2003-02-221-0/+2
| | | | | * catgets/Makefile: Add rules to run test2.msg test. * catgets/test2.msg: New file.
* Update.Ulrich Drepper2003-02-221-0/+7
| | | | | | | | | * catgets/gencat.c (read_input_file): Collision between auto-assigned numbers and user-defined nubmers is not fatal. Handle it. Patch by Michael M. Lampkin <michael.lampkin@ieee.org>. * catgets/gencat.c (main): Return 1 if messages have been printed.
* * include/libc-internal.h: Declare __libc_thread_freeres.Roland McGrath2003-02-221-0/+2
|
* * Makerules: Fix last change to use $($(subdir)-version) when set.Roland McGrath2003-02-221-0/+2
|
* * Makerules (install-lib-nosubdir): Depend on installedRoland McGrath2003-02-221-0/+4
| | | | | libfoo-X.Y.Z.so and libfoo.so.NN files so they are installed regardless of the libfoo.so target's dependencies.
* * MakeTAGS (sub-make-vars): New variable, includes generating=t.Roland McGrath2003-02-221-0/+5
| | | | Use that in $(MAKE) calls.
* Update.Ulrich Drepper2003-02-221-0/+2
| | | | * iconv/iconv_prog.c (main): Unify messages.
* Update.Ulrich Drepper2003-02-221-0/+7
| | | | | | | | | 2003-02-22 Ulrich Drepper <drepper@redhat.com> * stdlib/strtod.c (INTERNAL): Remove bogus clearing of second word when shifting retval. * stdlib/tst-strtod.c (main): Add strtold test case. Reported by Fred J. Tydeman <tydeman@tybor.com>.
* * malloc/thread-freeres.c: Conditionalize on _LIBC_REENTRANT.Roland McGrath2003-02-221-2/+11
| | | | | | | | | | | | | * sunrpc/rpc_thread.c: Likewise for text_set_element use. (__rpc_thread_destroy): Add it to __libc_subfreeres too. * include/resolv.h: Add libc_hidden_proto for __res_nclose. * resolv/res_init.c (__res_nclose): Add libc_hidden_def. (res_thread_freeres): New function, on __libc_thread_subfreeres and __libc_subfreeres. * malloc/Versions (libc: GLIBC_PRIVATE): Add __libc_thread_freeres. * sunrpc/Versions (libc: GLIBC_PRIVATE): Removed.
* * malloc/Versions (GLIBC_PRIVATE): Add __libc_thread_freeres.Roland McGrath2003-02-221-0/+19
| | | | | | | | | | | | | | | | | | * malloc/thread-freeres.c: New file. * malloc/Makefile (aux): Add it. * sunrpc/Versions (GLIBC_PRIVATE): Removed. * sunrpc/rpc_thread.c (__rpc_thread_destroy): Put in special section "__libc_thread_freeres_fn" and add to __libc_thread_subfreeres set. * sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Typo fix. * sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Typo fix. 2003-02-21 Roland McGrath <roland@frob.com> * sysdeps/mach/hurd/opendir.c (__opendir): Use O_NONBLOCK in open. * iconvdata/Makefile (tests): Add bug-iconv3 only if [$(have-thread-library) = yes].
* Update.Ulrich Drepper2003-02-221-2/+2
| | | | * sysdeps/unix/sysv/linux/bits/signum.h (__SIGRTMAX): Define as _NSIG.
* Update.Ulrich Drepper2003-02-221-0/+8
| | | | | | | | | | 2003-02-21 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/getuid.c: Use INTERNAL_SYSCALL and do not chechk for errors (unless testing for 32bit variant). * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise. * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise. * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
* Update.Ulrich Drepper2003-02-211-0/+5
| | | | | | | * sysdeps/x86_64/dl-machine.h (elf_machine_rela) <R_X86_64_PC32>: Check for signed overflow, not unsigned. 2003-02-21 Jakub Jelinek <jakub@redhat.com>
* Update.Ulrich Drepper2003-02-211-0/+6
| | | | | | | | 2003-02-21 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc64/elf/configure.in: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (sysdep-CFLAGS): Use -fcall-used-g6, not -fcall-used-g7.
* Update.Andreas Jaeger2003-02-211-0/+8
| | | | | | | | | | 2003-02-21 Andreas Jaeger <aj@suse.de> * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Fix setting of default mode. * sysdeps/x86_64/fpu/fsetexcptflg.c (fesetexceptflag): Do not clear whole mxcsr but only exceptions.
* * Makerules: Filter $(install-lib-ldscripts) out of list of targetsRoland McGrath2003-02-211-0/+5
| | | | for libfoo.so that need $(make-link) rules.
* * sysdeps/mach/hurd/bits/typesizes.h (__DEV_T_TYPE): Use __U32_TYPERoland McGrath2003-02-211-0/+5
| | | | to match existing struct stat layout in mig protocols.
* Update.Ulrich Drepper2003-02-211-3/+19
| | | | | | | | | | | | | | | | | | | | | | 2003-02-20 Ulrich Drepper <drepper@redhat.com> * version.h (VERSION): Bump to 2.3.2. * elf/Makefile (distribute): Add reldep9.c, tst-array1.exp, tst-array2.exp, tst-array4.exp, tst-array2dep.c, check-textrel.c, and dl-sysdep.h. * sysdeps/generic/Dist: Add sysdep-cancel.h. * sysdeps/powerpc/nofpu/Dist: Add soft-supp.h. * sysdeps/unix/Dist: Add s-proto-bp.S and s-proto-cancel.S. * sysdeps/unix/sysv/linux/Dist: Add pathconf.h. * sysdeps/unix/sysv/linux/i386/Dist: Add bp-thunk.h. * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: Add fe_nomask.c and ucontext_i.h. * Makefile (distribute): Add include/stubs-prologue.h, include/gnu/stubs.h, scripts/merge-abilist.awk, and scripts/extract-abilist.awk. 2002-02-20 Paolo Bonzini <bonzini@gnu.org>
* * math/Makefile (distribute): Don't add generated files.Roland McGrath2003-02-211-0/+4
|
* Update.Ulrich Drepper2003-02-211-0/+7
| | | | | | | | | 2003-02-20 Ulrich Drepper <drepper@redhat.com> * version.h (VERSION): Bump to 2.3.2. * math/Makefile: Rearrange variable definitions slightly to get definition in the right order.
* * Makerules: Clean up conditional around include of tls.make.Roland McGrath2003-02-211-0/+6
| | | | | * Make-dist: Export generating=t to prevent using that. (+distinfo): Likewise for $(shell $(MAKE) ...) runs.