[BZ #9893]
[platform/upstream/glibc.git] / ChangeLog
index f9b2276..fe54742 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,81 @@
+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,
@@ -6,8 +84,6 @@
        (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
        * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
 
-2009-03-10  Jakub Jelinek  <jakub@redhat.com>
-
        * 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.