]> sourceware.org Git - glibc.git/blobdiff - ChangeLog
Update.
[glibc.git] / ChangeLog
index 0e2eb34e0ea76d4f6e4dcadbc7f4f4f20848dd12..73dda7d60ad9dbc02309b5e9317fdeb9bdcaee4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2003-03-27  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makefile: Remove libmd5script goal.
+
+2003-03-25  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Restore
+       special handling of relocations against local symbols.
+
+2003-03-27  Steven Munroe  <sjmunroe@us.ibm.com>
+
+       * sysdeps/powerpc/bits/atomic.h
+       (__arch_compare_and_exchange_bool_32_acq): Move to [!__powerpc64__].
+       [__powerpc64__] (__arch_compare_and_exchange_bool_32_acq):
+       Define PPC64 specific version.
+       [__powerpc64__] (__arch_compare_and_exchange_bool_64_acq):
+       Change (mem) constraint to "b".
+       [__powerpc64__] (__arch_atomic_exchange_and add_64):
+       Replace addi with add. Change (value) contraint to "r".
+       Change (mem) constraint to "b".
+       [__powerpc64__] (__arch_atomic_decrement_if_positive_64): New macro.
+       (__arch_atomic_exchange_32): Change (mem) constraint to "b".
+       (__arch_atomic_exchange_and_add_32): Change (mem) constraint to "b".
+       (__arch_atomic_decrement_if_positive_32): New macro.
+       (atomic_decrement_if_positive): Use __arch* macros.
+
+2003-03-27  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/ia64/fpu/libm-test-ulps: Update.
+
+2003-03-27  Roland McGrath  <roland@redhat.com>
+
+       * scripts/rpm2dynsym.sh: New file.
+       * Makefile (distribute): Add it.
+
+2003-03-27  David Mosberger  <davidm@hpl.hp.com>
+
+       * sysdeps/unix/sysv/linux/ia64/getcontext.S: Restore caller's
+       ar.unat before returning.  Add missing .mem.offset directives
+       to ensure file gets assembled without warnings.
+       * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
+
+2003-03-27  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/unix/sysv/linux/sysconf.c (__sysconf) <_SC_MONOTONIC_CLOCK>:
+       Return -1 instead of 0 if clock_getres failed.
+
+2003-03-27  Roland McGrath  <roland@redhat.com>
+
+       * scripts/abilist.awk: If variable `parse_names' is set, grok the file
+       header lines and write out foo.symlist files for each foo.so.NN listed.
+
+       * libio/libioP.h (_IO_wfile_jumps): Remove attribute_hidden.
+       This symbol is exported, and we don't want to hide it.
+       Add libc_hidden_proto instead.
+       (_IO_file_jumps): Add libc_hidden_proto.
+       * libio/wfileops.c (_IO_wfile_jumps): Add libc_hidden_data_def.
+       Remove INTVARDEF.
+       * libio/fileops.c (_IO_file_jumps): Likewise.
+       * libio/stdfiles.c: Don't use INTUSE on them.
+       * libio/iofdopen.c (_IO_new_fdopen): Likewise.
+       * libio/iofopen.c (__fopen_internal): Likewise.
+       * libio/freopen.c (freopen): Likewise.
+       * libio/freopen64.c (freopen64): Likewise.
+       * libio/iovdprintf.c (_IO_vdprintf): Likewise.
+
+       * Makerules (check-abi) [$(enable-check-abi) = warn]:
+       Ignore exit status from diff.
+       * configure.in (enable_check_abi): Document possible value "warn".
+       Change default to no for now.
+       * configure: Regenerated.
+
+       * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Emit stub_warning
+       macro calls and a #include <stub-tag.h> at the end.
+       * Makerules ($(objpfx)stubs): Tweak sed commands.
+
+       * sysdeps/unix/sysv/linux/syscalls.list: Use - rather than EXTRA in
+       caller column for *xattr syscalls, since they are in sysdeps/generic.
+
+       * sysdeps/unix/sysv/linux/i386/setfsuid.c: setfsgid -> setfsuid
+       * sysdeps/unix/sysv/linux/i386/setfsgid.c: setfsuid -> setfsgid
+
+2003-03-26  Roland McGrath  <roland@redhat.com>
+
+       * Makerules (check-abi-config): Use /thread instead of /tls when
+       use-thread and not just use-tls is set.
+
+       * Makerules (update-abi): Put quotes around $(update-abi-config).
+
+       * elf/Makefile (check-abi): Depend on check-abi-ld.
+       (update-abi): Depend on update-abi-ld.
+
+2003-03-26  GOTO Masanori  <gotom@debian.or.jp>
+
+       * sysdeps/unix/sysv/linux/i386/setfsuid.c: Use INTERNAL_SYSCALL and
+       do not check for errors (unless testing for 32bit variant).
+       * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
+
+2003-03-27  Philip Blundell  <philb@gnu.org>
+
+       * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_RET_NOERRNO): Use
+       unconditional mov.  Remove nop.
+
+       * sysdeps/unix/sysv/linux/kernel-features.h
+       (__ASSUME_VFORK_SYSCALL): Define for kernel 2.4 on arm.
+       * sysdeps/unix/sysv/linux/arm/vfork.S: Elide compatibility code
+       when __ASSUME_VFORK_SYSCALL is defined.
+       * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise for
+       __ASSUME_MMAP2_SYSCALL.
+       * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise for
+       __ASSUME_REALTIME_SIGNALS.
+
+2003-03-26  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_COPY): Define to 2
+       only if DL_NO_COPY_RELOCS is not defined.
+       * sysdeps/ia64/dl-lookupcfg.h: Define DL_NO_COPY_RELOCS.
+
+2003-03-26  Roland McGrath  <roland@redhat.com>
+
+       * sysdeps/unix/make-syscalls.sh: When an undefined syscall has
+       SOURCE=-, append its symbol names to make variable unix-stub-syscalls.
+       * sysdeps/unix/Makefile [$(subdir) = misc] [unix-stub-syscalls]
+       (sysdep_routines): Add stub-syscalls.
+       ($(objpfx)stub-syscalls.c): New target.
+       (generated): Add stub-syscalls.c.
+
+       * tls.make.c: Also define use-tls according to USE_TLS macro.
+
+2003-03-26  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (struct siginfo): Avoid
+       no-op padding element.
+       * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
+       * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
+
+2003-03-26  GOTO Masanori  <gotom@debian.or.jp>
+
+       * sysdeps/unix/sysv/linux/i386/getgroups.c: Fix the error
+       condition check for the return value of getgroups32.
+
+2003-03-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO_NOERRNO):
+       Fix a typo.
+       * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (PSEUDO_NOERRNO,
+       PSEUDO_END_NOERRNO): Define.
+       * sysdeps/unix/sysdep.h (PSEUDO_END_NOERRNO): Fix a typo.
+       Define to PSEUDO_END.
+
+2003-03-26  Ulrich Drepper  <drepper@redhat.com>
+
+       * abilist/librt.abilist: Add new timer interfaces for 64-bit archs.
+
+2003-03-25  Jiro SEKIBA  <jir@yamato.ibm.com>
+
+       * iconvdata/euc-tw.c (from_euc_tw): Fix return value of TO_LOOP.
+       * iconvdata/bug-iconv4.c: New file.
+       * iconvdata/Makefile (tests): Add bug-iconv4.
+
+2003-03-25  H.J. Lu  <hjl@gnu.org>
+
+       * elf/dl-lookup.c (_dl_lookup_symbol): Avoid looking up protected
+       symbols twice.
+       (_dl_lookup_versioned_symbol): Likewise.
+
+2003-03-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * csu/tst-atomic.c (do_test): Add some new
+       atomic_compare_and_exchange_val_acq, atomic_add_zero,
+       atomic_compare_and_exchange_bool_acq and atomic_add_negative tests.
+       * include/atomic.h (atomic_add_negative, atomic_add_zero):
+       Prefix local variable so that it doesn't clash with the one
+       in atomic_exchange_and_add.
+       * sysdeps/ia64/bits/atomic.h (atomic_exchange): Fix for long/void *
+       pointers.
+       (atomic_exchange_and_add): Implement using __sync_fetch_and_add_?i.
+       * sysdeps/powerpc/bits/atomic.h (atomic_exchange_and_add): Force
+       value into register.
+       * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_64_acq):
+       Cast newval to long.
+       * sysdeps/x86_64/bits/atomic.h
+       (__arch_compare_and_exchange_val_64_acq): Cast newval and oldval to
+       long.
+       (atomic_exchange): Cast newvalue to long if sizeof == 8.
+       (atomic_exchange_and_add): Cast value to long if sizeof == 8.
+       (atomic_add, atomic_add_negative, atomic_add_zero): Likewise.
+       (atomic_bit_set): Shift 1L up in all cases to shut up warnings.
+
+2003-03-21  Martin Schwidefsky  <schwidefskyde.ibm.com>
+
+       * sysdeps/s390/s390-32/backtrace.c (__backtrace): Remove high order
+       bit from backtrace addresses.
+
+2003-03-21  Andreas Schwab  <schwab@suse.de>
+
+       * sysdeps/unix/sysv/linux/i386/chown.c: Don't define any versioned
+       __chown symbols.
+
+2003-03-25  Roland McGrath  <roland@redhat.com>
+
+       * config.make.in (enable-check-abi): New variable from configure.
+       * configure.in (enable_check_abi): New substituted variable,
+       controlled by --{enable,disable}-check-abi (default yes).
+       * configure: Regenerated.
+       * Makerules [$(enable-check-abi) = yes] (tests): Put this condition
+       on check-abi dependency.
+
+2003-03-26  Andreas Schwab  <schwab@suse.de>
+
+       * sysdeps/m68k/m68020/bits/atomic.h: Fix typos.
+       * include/atomic.h: Likewise.
+
+       * sysdeps/unix/sysv/linux/m68k/sysdep.h: Define ret_NOERRNO.
+
+2003-03-25  Roland McGrath  <roland@redhat.com>
+
+       * sysdeps/powerpc/bits/atomic.h (__arch_atomic_exchange_32): New macro.
+       (__arch_atomic_exchange_64): New macro.
+       (atomic_exchange): Use them.
+       (__arch_atomic_exchange_and_add_32): New macro.
+       (__arch_atomic_exchange_and_add_64): New macro.
+       (atomic_exchange_and_add): Use them.
+       Original patch from Steven Munroe <sjmunroe@us.ibm.com>.
+
+2003-03-25  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sysdeps/mips/sgidefs.h (_MIPS_ISA_MIPS32, _MIPS_ISA_MIPS64):
+       Define.
+       * sysdeps/mips/sys/asm.h: Test _MIPS_ISA against them on all
+       ISA tests.
+       (ALSZ, ALMASK, SZREG, REG_S, REG_L): Define based on ABI, not ISA.
+       (PTR_ADD, etc): Test _MIPS_SZPTR instead of _MIPS_SZLONG.
+       * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use _MIPS_SZPTR
+       to decide whether to add padding.
+       * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use _MIPS_SZPTR
+       to decide whether to add padding.
+       * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h (struct
+       old_kernel_sigaction): Likewise.
+
+2003-03-25  Ulrich Drepper  <drepper@redhat.com>
+
+       * csu/tst-atomic.c: Adjust tests to what atomic_add_negative and
+       atomic_add_zero were supposed to do.
+       * include/atomic.h: Adjust atomic_add_negative and atomic_add_zero
+       to x86 behavior.
+
+       * sysdeps/generic/bits/typesizes.h (__TIMER_T_TYPE): Define as void*.
+       This matches the new timer implementation.
+       * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__TIMER_T_TYPE):
+       Likewise.
+       * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__TIMER_T_TYPE):
+       Likewise.
+       * sysdeps/unix/sysv/linux/bits/siginfo.h (struct siginfo): Adjust
+       timer info for what the kernel provides these days.
+       (struct sigevent): Add _tid field.
+       Define SIGEV_THREAD_ID.
+       Remove struct __pthread_attr_s forward declaration.
+       * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Likewise.
+       * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
+
+       * Versions.def (librt): Add GLIBC_2.3.3.
+
+       * abilist/libpthread.abilist: Update for nptl.
+
+2003-03-24  Jon Grimm  <jgrimm@us.ibm.com>
+
+       * inet/netinet/in.h: Add IPPROTO_SCTP.
+
+2003-03-24  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLET): Define.
+
+2003-03-24  Philip Blundell  <philb@gnu.org>
+
+       * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL):
+       Remove a1 from clobber list.
+
+2003-03-24  Ulrich Drepper  <drepper@redhat.com>
+
+       * timezone/antarctica: Update from tzdata2003a.
+       * timezone/asia: Likewise.
+       * timezone/australasia: Likewise.
+       * timezone/europe: Likewise.
+       * timezone/iso3166.tab: Likewise.
+       * timezone/northamerica: Likewise.
+       * timezone/southamerica: Likewise.
+       * timezone/zone.tab: Likewise.
+
+2003-03-24  Steven Munroe  <sjmunroe@us.ibm.com>
+
+       * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_END_NOERRNO): Fix typo.
+
+2003-03-23  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/ia64/sysdep.h (ret_NOERRNO): Avoid
+       unwanted expansion by definining to ret.  Patch by Ian Wienand.
+
+       * sysdeps/unix/make-syscalls.sh: Recognize 'E' in first position of
+       the parameter description to denote no error checking.  Generate
+       appropriate pseudo asm code.
+       * sysdeps/unix/syscalls.list: Mark getgid, getpid, getuid with 'E'.
+       * sysdeps/unix/sysv/linux/syscalls.list: Mark getegid, geteuid,
+       getpgrp, and getppid with 'E'.
+       * sysdeps/powerpc/powerpc32/sysdep.h: Define PSEUDO_NOERRNO,
+       PSEUDO_END_NOERRNO, and ret_NOERRNO.
+       * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
+       * sysdeps/unix/sysdep.h: Likewise.
+       * sysdeps/unix/alpha/sysdep.h: Likewise.
+       * sysdeps/unix/sparc/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/cris/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/hppa/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
+
+2003-03-23  Roland McGrath  <roland@redhat.com>
+
+       * Makeconfig (+includes): Don't use $(last-includes).
+
+2003-03-22  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sysdeps/unix/sysv/linux/configure.in: Update mips64 patterns.
+       * sysdeps/unix/sysv/linux/configure: Rebuilt.
+
+2003-03-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/alpha/fpu/libm-test-ulps: Update.
+       * sysdeps/arm/libm-test-ulps: Update.
+       * sysdeps/hppa/fpu/libm-test-ulps: Update.
+       * sysdeps/ia64/fpu/libm-test-ulps: Update.
+       * sysdeps/mips/fpu/libm-test-ulps: Update.
+       * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
+       * sysdeps/powerpc/fpu/libm-test-ulps: Update.
+       * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
+       * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
+       * sysdeps/sh/sh4/fpu/libm-test-ulps: Update.
+       * sysdeps/s390/fpu/libm-test-ulps: Update.
+       * sysdeps/x86_64/fpu/libm-test-ulps: Update.
+
+2003-03-22  Roland McGrath  <roland@redhat.com>
+
+       * include/atomic.h: Put parens around all macro arguments.
+       (__atomic_val_bysize, __atomic_bool_bysize): New macros.
+       (atomic_compare_and_exchange_val_acq): Use it.
+       (atomic_compare_and_exchange_bool_acq): Likewise.
+       (atomic_increment_and_test): Invert sense of test.
+       (atomic_decrement_and_test): Likewise.
+       * csu/tst-atomic.c: Update those tests to match.
+
+2003-03-22  Jakub Jelinek  <jakub@redhat.com>
+
+       * include/atomic.h (atomic_compare_and_exchange_val_acq): Add comment.
+       Don't define if __arch_compare_and_exchange_val_32_acq is not defined.
+       (atomic_compare_and_exchange_bool_acq): Add comment.  Don't use
+       __oldval variable in the macro, since it might be macro argument.
+       (atomic_decrement_if_positive): Initialize __memp, remove setting
+       of non-existent variable.
+       (atomic_bit_test_set): Cast 1 to __typeof (*mem) before shifting.
+       * sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Implement
+       using atomic_compare_and_exchange_val_acq.
+       (atomic_decrement_if_positive, atomic_bit_test_set): Define.
+       * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_8_acq):
+       Renamed from...
+       (__arch_compare_and_exchange_bool_8_acq): ... this.
+       (__arch_compare_and_exchange_val_16_acq): Renamed from...
+       (__arch_compare_and_exchange_bool_16_acq): ... this.
+       (__arch_compare_and_exchange_val_32_acq): Return old value.  Renamed
+       from...
+       (__arch_compare_and_exchange_bool_32_acq): ... this.
+       (__arch_compare_and_exchange_val_64_acq): Return old value.  Renamed
+       from...
+       (__arch_compare_and_exchange_bool_64_acq): ... this.
+       (__arch_compare_and_exchange_val_32_acq): Use __typeof for local
+       variables types instead of assuming int.
+       Change prefix of local variables to __arch.
+       * sysdeps/generic/bits/atomic.h (arch_compare_and_exchange_acq):
+       Remove.
+       (atomic_compare_and_exchange_val_acq,
+       atomic_compare_and_exchange_bool_acq): Define.
+
+       * csu/tst-atomic.c: New test.
+       * csu/tst-atomic-long.c: New test.
+       * csu/Makefile (tests): Add tst-atomic and tst-atomic-long.
+
+       * malloc/memusagestat.c (main): Kill warning if uint64_t is ulong.
+
+       * sysdeps/s390/Versions: Add trailing newline.
+
+       * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Kill warning
+       if INTERNAL_SYSCALL_ERROR_P doesn't use its first argument.
+
+2003-03-22  Andreas Schwab  <schwab@suse.de>
+
+       * sysdeps/m68k/fpu/libm-test-ulps: Update.
+
+       * sysdeps/m68k/m68020/bits/atomic.h: New file.
+       * sysdeps/m68k/m68020/atomicity.h: Removed.
+
+2003-03-22  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sysdeps/mips/elf/ldsodefs.h: Add mips-specific elf64 relocation
+       data structures and macros.  Protect from multiple inclusion.
+
+       * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Fix harmless
+       typo in #if test.
+
+2003-03-21  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/i386/fpu/libm-test-ulps: Update.
+
+       * math/libm-test.inc (tgamma_test): Recompute some constants with
+       36 digits precision.
+       (lgamma_test): Likewise.
+       (ccos_test): Likewise.
+       (ccosh_test): Likewise.
+       (clog10_test): Likewise.
+       (csin_test): Likewise.
+       (csinh_test): Likewise.
+       (ctan_test): Likewise.
+       (ctanh_test): Likewise.
+
+2003-03-19  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Regenerated.
+
+2003-03-21  Roland McGrath  <roland@redhat.com>
+
+       * sysdeps/i386/i486/bits/atomic.h (atomic_bit_set): Use "ir"
+       constraint to permit non-constant BIT argument.
+       (atomic_bit_test_set): Likewise.
+       * sysdeps/x86_64/bits/atomic.h (atomic_bit_test_set): Likewise.
+       (atomic_bit_set): Likewise.  Use 1UL in case that BIT might be >= 32.
+       For quadword case, use "i" constraint if __builtin_constant_p and < 32
+       or "r" constraint otherwise.
+
+       * configure.in: Move AC_PROG_CC and other program-finding before all
+       the version checks.
+       * configure: Regenerated.
+
+2003-03-21  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sysdeps/mips/mips64/memcpy.S: Fix porting bug that broke
+       unaligned copying of 8-15 bytes.  From Chris Demetriou
+       <cgd@broadcom.com>.  Fix label names.
+       * sysdeps/mips/mips64/memset.S: Fix label names.  Make similar
+       change as to memcpy.S.
+       * sysdeps/mips/memcpy.S: Formatting changes.
+       * sysdeps/mips/memset.S: Likewise.
+
+2003-03-21  Roland McGrath  <roland@redhat.com>
+
+       * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add trailing semicolon.
+
+2003-03-21  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sysdeps/mips/mips64/memcpy.S, sysdeps/mips/mips64/memset.S: New.
+       * sysdeps/mips/memcpy.S, sysdeps/mips/memset.S: Update comments.
+
+2003-03-21  Roland McGrath  <roland@redhat.com>
+
+       * sysdeps/i386/i486/bits/atomic.h
+       (__arch_compare_and_exchange_val_64_acq): Rewrite abort-calling
+       version of the macro to avoid compile-time warnings.
+       [! __PIC__] (__arch_compare_and_exchange_64_acq): Rename to above.
+       (atomic_exchange_and_add, atomic_add): Fix name and usage of it.
+       (atomic_increment, atomic_decrement): Likewise.
+
+2003-03-21  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/x86_64/bits/atomic.h: Don't use matching memory constraints.
+       * sysdeps/i386/i486/bits/atomic.h: Likewise.
+
+2003-03-21  Roland McGrath  <roland@redhat.com>
+
+       * include/atomic.h (atomic_compare_and_exchange_bool_acq): Typo fix.
+
+2003-03-20  Ulrich Drepper  <drepper@redhat.com>
+
+       * include/atomic.h: Define atomic_compare_and_exchange_val_acq,
+       atomic_compare_and_exchange_val_rel,
+       atomic_compare_and_exchange_bool_acq, and
+       atomic_compare_and_exchange_bool_rel instead of
+       atomic_compare_and_exchange_acq and atomic_compare_and_exchange_rel.
+       * sysdeps/i386/i486/bits/atomic.h: Define
+       __arch_compare_and_exchange_val_*_acq instead of
+       __arch_compare_and_exchange_*_acq.
+       * sysdeps/x86_64/bits/atomic.h: Likewise.
+       * sysdeps/ia64/bits/atomic.h: Define
+       __arch_compare_and_exchange_bool_*_acq instead of
+       __arch_compare_and_exchange_*_acq.
+       * sysdeps/powerpc/bits/atomic.h: Likewise.
+       * sysdeps/s390/bits/atomic.h: Likewise.
+       * gmon/mcount.c: Adjust for new form of compare&exchange macros.
+       * malloc/set-freeres.c: Likewise.
+       * nscd/cache.c: Likewise.
+       * stdlib/cxa_finalize.c: Likewise.
+       * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
+
+2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sysdeps/mips/bits/setjmp.h: n32 has only 6 call-saved fpregs.
+       * sysdeps/mips/mips64/setjmp_aux.c (__sigsetjmp_aux): Adjust.
+       * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
+
+       * sysdeps/unix/sysv/linux/mips/pread.c: Don't break up offset
+       into high and low halves on n64.
+       * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
+       * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
+       * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
+
+2003-03-20  Ulrich Drepper  <drepper@redhat.com>
+
+       * include/atomic.h (atomic_decrement_if_positive): Adjust for the
+       correct atomic_compare_and_exchange_acq semantics.
+
+2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sysdeps/mips/ieee754.h: Remove excess #endif.
+
+2003-03-20  Roland McGrath  <roland@redhat.com>
+
+       * sysdeps/powerpc/bits/atomic.h (atomic_exchange): Remove unused
+       variable.  Remove superfluous memory clobber.
+
+       * include/atomic.h: Syntax braino fix.
+
+       * posix/tst-nice.c (do_test): Use %m formats instead of printing errno
+       in decimal.  Don't bail if niced at start.  Just check that nice call
+       bumps the total at all.
+
+2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sysdeps/mips/bits/setjmp.h: Store all N32 and N64 registers,
+       including pc, gp, sp and fp, as long long.
+       * sysdeps/mips/mips64/setjmp.S: Pass gp to __sigsetjmp_aux.
+       * sysdeps/mips/mips64/setjmp_aux.c: Adjust type of arguments.
+       Add gp argument, and set gp in the jmpbuf to it.
+       * sysdeps/mips/setjmp_aux.c: Revert to o32-only.
+
+2003-03-20  Ulrich Drepper  <drepper@redhat.com>
+
+       * include/atomic.h: Define atomic_exchange and
+       atomic_decrement_if_positive if not already defined.  Add some
+       __builtin_expect.
+       * sysdeps/i386/i486/bits/atomic.h: Define atomic_exchange.
+       * sysdeps/x86_64/bits/atomic.h: Likewise.
+       * sysdeps/ia64/bits/atomic.h: Pretty printing.  Define atomic_exchange.
+       * sysdeps/powerpc/bits/atomic.h: Pretty printing.  Define
+       atomic_exchange, atomic_exchange_and_add, and
+       atomic_decrement_if_positive
+
+2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S: Sign-extend
+       with a single instruction.
+
+       * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Define
+       properly for n64.
+       (elf_machine_runtime_setup): Cast link_map pointer to Elf Addr
+       type.
+       (elf_machine_rel, elf_machine_rel_relative): Cast symidx to Elf
+       Word before comparing with gotsym.  Take reloc_addr argument as
+       void*.  Remove the code added for the compiler to drop any
+       alignment assumptions.
+
+2003-03-19  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makefile (distribute): Add include/atomic.h and bits/atomic.h.
+       * include/atomic.h: New file.
+       * sysdeps/i386/i486/bits/atomic.h: New file.
+       * sysdeps/x86_64/bits/atomic.h: New file.
+       * sysdeps/s390/bits/atomic.h: New file.
+       * sysdeps/sh/bits/atomic.h: New file.
+       * sysdeps/ia64/bits/atomic.h: New file.
+       * sysdeps/powerpc/bits/atomic.h: New file.
+       * sysdeps/generic/bits/atomic.h: New file.
+       * sysdeps/i386/i486/atomicity.h: Removed.
+       * sysdeps/x86_64/atomicity.h: Removed.
+       * sysdeps/s390/s390-32/atomicity.h: Removed.
+       * sysdeps/s390/s390-64/atomicity.h: Removed.
+       * sysdeps/ia64/atomicity.h: Removed.
+       * sysdeps/powerpc/powerpc32/atomicity.h: Removed.
+       * sysdeps/powerpc/powerpc64/atomicity.h: Removed.
+       * elf/dl-profile.c: Use atomic.h instead of atomicity.h.  Adjust
+       use of macros from atomicity.h to new names and semantics.
+       * gmon_mcount.c: Likewise.
+       * malloc/set-freeres.c: Likewise.
+       * nscd/cache.c: Likewise.
+       * stdlib/cxa_finalize.c: Likewise.
+       * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
+
+2003-03-19  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sysdeps/mips/ieee754.h: New file, suitable to replace both
+       ../ieee754/ieee754.h and ../ieee754/ldbl-128/ieee754.h, kept
+       mips-specific for now.
+
+2003-03-19  Ulrich Drepper  <drepper@redhat.com>
+
+       * stdlib/strtod.c (INTERNAL): While eating trailing zeros handle
+       hexdigits correctly.  Reported by Fred Tydeman <tydeman@tybor.com>.
+       * stdlib/tst-strtod.c: Add test for the bug.
+
+       * posix/tst-nice.c (do_test): Remove invalid of return value.
+       Don't run test if initial level != 0.
+
+2003-03-19  Amos Waterland  <apw@us.ibm.com>
+
+       * posix/tst-nice.c: New file.
+       * posix/Makefile (tests): Add tst-nice.
+
+2003-03-18  Roland McGrath  <roland@redhat.com>
+
+       * abilist: New directory of libfoo.abilist files maintained using
+       scripts/merge-abilist.awk and "make update-abi" rules.
+       * Makefile (distribute): Add abilist/*.abilist.
+       * Makerules [$(build-shared) = yes] [$(subdir)] (tests):
+       Depend on check-abi.
+
+       * configure.in: Move $critic_missing check after all AC_CHECK_PROG_VER.
+       * configure: Regenerated.
+
+       * sysdeps/unix/sysv/linux/syscalls.list (posix_fadvise64): Fix name.
+
+2003-03-18  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/posix/sysconf.c (__sysconf): Handle _SC_MONOTONIC_CLOCK
+       correctly.
+
+2003-03-18  Steven Munroe  <sjmunroe@us.ibm.com>
+
+       * sysdeps/powerpc/powerpc64/memcpy.S: New file.
+
+2003-03-18  Ulrich Drepper  <drepper@redhat.com>
+
+       * Versions.def: Add GLIBC_2.3.3 for libpthread.
+
+2003-03-17  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/generic/libc-start.c [!SHARED &&
+       !LIBC_START_MAIN_AUXVEC_ARG]: Compute beginning of auxvec correctly.
+
+2003-03-17  Roland McGrath  <roland@redhat.com>
+
+       * include/ctype.h: Revert last change.
+
+2003-03-17  Ulrich Drepper  <drepper@redhat.com>
+
+       * argp/tst-argp1.c: Use test-skeleton.c.
+       * locale/tst-C-locale.c: Likewise.
+
+2003-03-17  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sysdeps/mips/mips64/Implies: Move wordsize-64 to...
+       * sysdeps/mips/mips64/n64/Implies: New file.
+       * sysdeps/mips/mips64/n64/Makefile: New file.
+       * sysdeps/mips/mips64/n64/el/bits/endian.h: New file.
+       * sysdeps/mips/mips64/n32/Implies: New file.
+       * sysdeps/mips/mips64/n32/Makefile: New file.
+       * sysdeps/mips/mips64/n32/el/bits/endian.h: New file.
+       * sysdeps/unix/mips/mips64/n32/sysdep.h: New file.
+       * sysdeps/unix/mips/mips64/n64/sysdep.h: New file.
+       * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: New file.
+       * sysdeps/unix/sysv/linux/mips/mips64/n64/glob64.c: New file.
+       * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: New file.
+       * sysdeps/unix/sysv/linux/mips/mips64/ldconfig.h: New file.
+       * sysdeps/unix/sysv/linux/mips/mips64/llseek.c: New file.
+       * sysdeps/unix/sysv/linux/mips/mips64/recv.c: New file.
+       * sysdeps/unix/sysv/linux/mips/mips64/send.c: New file.
+       * sysdeps/unix/sysv/linux/mips/mips64/syscall.S: New file.
+       * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: New file.
+       * sysdeps/unix/sysv/linux/mips/mips64/umount.c: New file.
+       * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S: New file.
+
+       * sysdeps/unix/sysv/linux/configure.in (libc_cv_slibdir): Use
+       lib64 for mips64/n64 and lib32 for mips64/n32.
+       (ldd_rewrite_script): Needed for all mips64 configurations.
+       * sysdeps/unix/sysv/linux/configure: Rebuilt.
+       * sysdeps/unix/sysv/linux/mips/mips64/ldd-rewrite.sed: New file.
+       * sysdeps/unix/sysv/linux/mips/mips64/Dist: New file.
+
+       * sysdeps/mips/machine-gmon.h (MCOUNT): Define for N32 and N64 as
+       well.
+
+       * sysdeps/unix/sysv/linux/mips/configure.in: New.  Pre-process
+       asm/unistd.h into asm-unistd.h.
+       * sysdeps/unix/sysv/linux/mips/configure: Generated.
+       * sysdeps/unix/sysv/linux/mips/Makefile: Do custom processing
+       of syscall list.
+       * sysdeps/unix/sysv/linux/mips/sys/syscall.h: New file.
+       * sysdeps/unix/sysv/linux/mips/clone.S: Don't include
+       asm/unistd.h.
+
+       * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: New file.
+       * sysdeps/unix/sysv/linux/mips/ptrace.c: New file.  Use long
+       long type for registers on n32.
+
+       * sysdeps/mips/bits/wordsize.h: New file, appropriate for all
+       3 ABIs.
+       * sysdeps/mips/mips64/gmp-mparam.h: New file.  Define
+       BITS_PER_LONGINT to __WORDSIZE, to match all 3 ABIs.
+       * sysdeps/mips/setjmp_aux.c (STRINGXP, REGS, PTRS): New macros.
+       (__sigsetjmp_aux): Use them.  Adjust for all 3 ABIs.
+       * sysdeps/mips/elf/start.S: Adjust for all 3 ABIs.
+       * sysdeps/unix/mips/brk.S: Likewise.
+       * sysdeps/unix/mips/sysdep.S: Likewise.
+       * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
+       * sysdeps/mips/bits/setjmp.h (__jmp_buf): Likewise.
+       * sysdeps/mips/sys/ucontext.h: Likewise.
+       * sysdeps/unix/sysv/linux/mips/sys/profcs.h: Likewise.
+       * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
+       * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
+       * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
+       * sysdeps/mips/mips64/bsd-setjmp.S: Likewise.
+       * sysdeps/mips/mips64/setjmp.S: Likewise.
+       * sysdeps/mips/mips64/bits/setjmp.h: Deleted, obsolete.
+       * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Use long long for
+       64-bit types.
+
+2003-03-16  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Define tv here,
+       not at function level.
+       * sysdeps/unix/clock_gettime.c (HANDLE_REALTIME): Likewise.
+
+2003-03-15  Roland McGrath  <roland@redhat.com>
+
+       * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r): int -> size_t
+       * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
+       * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Likewise.
+       * nis/nis_table.c (__create_ib_request): Likewise.
+
+       * posix/fnmatch_loop.c: Add casts for signedness.
+       * nss/nss_files/files-hosts.c: Likewise.
+       * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
+       * gmon/gmon.c (write_call_graph): Use u_long for FROM_LEN.
+       * nscd/nscd_getgr_r.c (nscd_getgr_r): Use nscd_ssize_t for CNT.
+
+       * configure.in (libc_cv_visibility_attribute): Use AC_TRY_COMMAND,
+       get errors into the log file.
+       (libc_cv_broken_visibility_attribute): Likewise.
+       (libc_cv_broken_alias_attribute): Likewise.
+       (libc_cv_asm_weak_directive): Likewise.
+       (libc_cv_need_minus_P): Likewise.
+       (libc_cv_dot_text): Likewise.
+       (libc_cv_asm_global_directive): Likewise.
+       (libc_cv_asm_type_prefix): Likewise.
+       * configure: Regenerated.
+
+       * nscd/cache.c (cache_search): Give first arg type `request_type'.
+       * nscd/nscd.h: Update decl.
+
+       * nscd/nscd_getpw_r.c (nscd_getpw_r): Add casts for signedness.
+       * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
+       * elf/dl-close.c (_dl_close): Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): int -> size_t
+       * io/fts.c (fts_build): Likewise.
+       * elf/cache.c (add_to_cache): Likewise.
+       * locale/programs/locarchive.c (show_archive_content): Likewise.
+
+       * posix/fnmatch.c (fnmatch): Tweak __builtin_expect use.
+
+       * include/ctype.h (__ctype_b_loc): Tweak type punning to make gcc 3.3
+       happy.
+       (__ctype_toupper_loc, __ctype_tolower_loc): Likewise.
+
+2003-03-15  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/ia64/system.c: Use the generic Linux
+       code for most parts.
+
+2003-03-15  Roland McGrath  <roland@redhat.com>
+
+       * sysdeps/unix/sysv/linux/i386/system.c: Moved to ...
+       * sysdeps/unix/sysv/linux/system.c: ... here.
+       (FORK): Don't #define if already #define'd.
+       * sysdeps/unix/sysv/linux/s390/system.c: File removed.
+       * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]:
+       (__ASSUME_CLONE_THREAD_FLAGS): Define for kernel >= 2.5.64.
+
+       * dlfcn/tst-dlinfo.c: New file.
+       * dlfcn/Makefile (tests): Add tst-dlinfo.
+       ($(objpfx)tst-dlinfo): New target.
+
+       * dlfcn/dlinfo.c: New file.
+       * dlfcn/Makefile (libdl-routines): Add it.
+       * dlfcn/Versions (libdl: GLIBC_2.3.3): Add dlinfo.
+       * dlfcn/dlfcn.h [__USE_GNU]: Declare dlinfo.
+       [__USE_GNU] (RTLD_DI_*): New enum constants.
+       [__USE_GNU] (Dl_serpath, Dl_serinfo): New types.
+       * elf/dl-load.c (cache_rpath): New inline function.
+       (_dl_map_object): Use it.
+       (_dl_rtld_di_serinfo): New function.
+       * sysdeps/generic/ldsodefs.h: Declare it.
+       * elf/Versions (ld: GLIBC_PRIVATE): Add it.
+
+       * sysdeps/powerpc/elf/libc-start.c (AUX_VECTOR_INIT): Define it.
+       (LIBC_START_MAIN, LIBC_START_MAIN_AUXVEC_ARG, MAIN_AUXVEC_ARG)
+       (INIT_MAIN_ARGS): Define, and #include <sysdeps/generic/libc-start.c>.
+       (__libc_start_main): Just call the generic one for most of the work.
+
+       * sysdeps/generic/libc-start.c [LIBC_START_MAIN]: If defined, define a
+       static function by that name instead of BP_SYM (__libc_start_main).
+       [LIBC_START_MAIN_AUXVEC_ARG]: Take AUXVEC as argument.
+       [MAIN_AUXVEC_ARG]: Pass 4th argument to MAIN.
+       [INIT_MAIN_ARGS]: Give INIT the same args as MAIN.
+
+       * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [DL_PLATFORM_AUXV]:
+       Use this macro for extra AT_* cases.
+       * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_PLATFORM_AUXV):
+       New macro, guts from ...
+       (__aux_init_cache): ... here, function removed.
+       (DL_PLATFORM_INIT): Don't define this.
+
+       * sysdeps/powerpc/powerpc32/memset.S: Put __cache_line_size in bss.
+       * sysdeps/powerpc/powerpc64/memset.S: Likewise.
+
+       * Versions.def (libthread_db): Add GLIBC_2.3.3 set.
+
+2003-03-14  Roland McGrath  <roland@redhat.com>
+
+       * dlfcn/dlerror.c (dlerror): If objname is "", don't put ": " after it.
+
+2003-03-14  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Fix a typo.
+
+       * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
+       sysdeps/posix/pause.c instead of sysdeps/unix/common/pause.c.
+
+2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sysdeps/mips/fpu/bits/mathdef.h: New.
+       (__NO_LONG_DOUBLE_MATH): Define for o32.
+
+       * sysdeps/mips/sys/asm.h: Formatting changes.
+       (PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
+       (CPADD): Define for all of them.
+       (SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
+       SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
+       NARGSAVE): Define per ABI spec.
+       (END): Don't redefine.
+       (LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
+       LONG_SRAV): Remove duplicate definitions.
+       (PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
+       PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
+       PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
+       (PTR_LA): Define for all 3 ABIs.
+
+       * sysdeps/mips/dl-machine.h: Include sys/asm.h.
+       (elf_machine_matches_host): Prevent linking of o32 and n32
+       together.
+       (elf_machine_dynamic): Document assumption on $gp.
+       (STRINGXP, STRINGXV, STRINGV_): New macros.
+       (elf_machine_load_address): Use them to stringize PTR_LA and
+       PTR_SUBU.
+       (ELF_DL_FRAME_SIZE, ELF_DL_SAVE_ARG_REGS,
+       ELF_DL_RESTORE_ARG_REGS, IFABIO32): New macros used in...
+       (_dl_runtime_resolve): Adjust it for all 3 ABIs.
+       (__dl_runtime_resolve): Cast the symtab initializer to the
+       right type.
+       (RTLD_START): Use it.  Adjust it for all 3 ABIs.
+       (elf_machine_rel): Mark as always_inline in RTLD_BOOTSTRAP.
+       Handle 64-bit R_MIPS_REL composite relocation and accept
+       R_MIPS_64 relocations to shift addend size to 64 bits.
+       Document assumption regarding local GOT entries.  Document
+       backward-compatibility departing from the ABI behavior in
+       applying relocations that reference section symbols, no longer
+       used.  Support relocations to mis-aligned offsets.
+       * sysdeps/mips/mips64/dl-machine.h: Deleted, obsolete.
+
+       * sysdeps/unix/sysv/linux/mips/readelflib.c: New file.
+
+       * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h
+       (_KERNEL_NSIG_BPW): Define in terms of _MIPS_SZLONG.
+       * sysdeps/unix/sysv/linux/mips/sigaction.c: Define restore and
+       restore_rt functions.  Use them.
+
+       * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Don't
+       .set mips2 on new abis.
+
+2003-03-13  Ulrich Drepper  <drepper@redhat.com>
+
+       * posix/getconf.c: Recognize POSIX2_SYMLINKS.
+       * sysdeps/generic/bits/confname.h: Define _PC_2_SYMLINKS.
+       * sysdeps/posix/fpathconf.c: Handle _PC_2_SYMLINKS.
+       * sysdeps/posix/pathconf.c: Likewise.
+       * sysdeps/unix/sysv/linux/fpathconf.c: Likewise.
+       * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
+       * sysdeps/unix/sysv/linux/pathconf.h: Define statfs_symlinks.
+
+       * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define some more magic
+       words.
+
 2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
 
        * include/gmp.h: Include/gmp-mparam.h.
        * stdlib/strtod.c: Include gmp-mparam.h before gmp.h and
        gmp-impl.h.
 
-2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
-
        * elf/dl-conflict.c: Don't compile _dl_resolve_conflicts if
        ELF_MACHINE_NO_RELA is set.
        * elf/rtld.c (dl_main): No prelink support for REL-only.
This page took 0.173724 seconds and 5 git commands to generate.