[BZ #9893]
[platform/upstream/glibc.git] / ChangeLog
index 038359f..fe54742 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,117 @@
+2009-03-14  Ulrich Drepper  <drepper@redhat.com>
+
+       [BZ #9893]
+       * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
+       alignement of La_x86_64_regs.  Store xmm parameters.
+       Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
+
+       [BZ #9913]
+       * string/strverscmp.c (__strverscmp): Fix case of different digits
+       in fractional part of string.
+       Patch by Jingyu Liu <jyliu@fortinet.com>.
+       * string/Makefile (tests): Add tst-svc2.
+       * string/tst-svc2.c: New file.
+
+       * string/strverscmp.c (__strverscmp): Optimize size of tables.
+
+       * locale/iso-639.def: Add Min Nan.
+
+2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
+
+       [BZ #9948]
+       * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
+
+2009-03-14  Ulrich Drepper  <drepper@redhat.com>
+
+       * elf/dl-sysdep.c (auxvars): Compress data structure.
+
+       * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
+       STT_GNU_IFUNC handling.
+       (elf_machine_rela): Likewise.
+
+2009-03-13  Ulrich Drepper  <drepper@redhat.com>
+
+       * config.h.in (USE_MULTIARCH): Define.
+       * configure.in: Handle --enable-multi-arch.
+       * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
+       (_dl_fixup_profile): Likewise.
+       * elf/do-lookup.c (dl_lookup_x): Likewise.
+       * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
+       * elf/elf.h (STT_GNU_IFUNC): Define.
+       * include/libc-symbols.h (libc_ifunc): Define.
+       * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
+       framework in init-arch.h to get CPUID values.
+       * sysdeps/x86_64/multiarch/Makefile: New file.
+       * sysdeps/x86_64/multiarch/init-arch.c: New file.
+       * sysdeps/x86_64/multiarch/init-arch.h: New file.
+       * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
+
+       * config.make.in (experimental-malloc): Define.
+       * configure.in: Handle --enable-experimental-malloc.
+       * malloc/Makefile: Handle experimental-malloc flag.
+       * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
+       * malloc/arena.c: Likewise.
+       * malloc/hooks.c: Likewise.
+       * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
+
+2009-03-11  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
+       prediction.  A few size optimizations.
+
+2009-03-10  Ulrich Drepper  <drepper@redhat.com>
+
+       * time/tzset.c: Optimize a bit for size.
+
+2009-03-10  Jakub Jelinek  <jakub@redhat.com>
+
+       * include/stdio.h (fmemopen): Add libc_hidden_proto.
+       * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
+
+       * elf/sprof.c: Avoid warning about multi-line comment.
+
+2009-03-10  Ulrich Drepper  <drepper@redhat.com>
+
+       * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
+       DST name.
+       * time/tst-posixtz.c: Add tests for quoted timezone names.
+
+2009-03-10  Jakub Jelinek  <jakub@redhat.com>
+
+       * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
+       _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
+       200809L instead of 200112L.
+       (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
+       * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
+
+       * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
+       instead of __quick_exit_funcs to __run_exit_handlers.
+       * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
+       * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
+       (__cxa_at_quick_exit): Remove attribute_hidden.
+       * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
+       to __run_exit_handlers.
+       * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
+       attribute_hidden.
+
+2009-03-10  Ulrich Drepper  <drepper@redhat.com>
+
+       * po/id.po: Update from translation team.
+
+2009-02-18  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
+       .machine push; .machine "power6" and .machine pop around mtfsf
+       insns outside of _ARCH_PWR6 define.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
+       Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
+       Likewise.
+       * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
+       * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
+       relax_fenv_state): Likewise.
+
 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
 
        * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and