]> sourceware.org Git - glibc.git/blobdiff - ChangeLog
Update.
[glibc.git] / ChangeLog
index e849b38d0e5e2a447f24fc772ae0a705d6476a5d..73dda7d60ad9dbc02309b5e9317fdeb9bdcaee4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,165 @@
+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
This page took 0.031957 seconds and 5 git commands to generate.