2015-01-05 Steve Ellcey <sellcey@imgtec.com>
[platform/upstream/glibc.git] / ChangeLog
index 01b3832..122d582 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,62 @@
+2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
+
+       * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
+       to avoid using stl/str to align destination.
+
+2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
+
+       * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
+
+2015-01-05  Joseph Myers  <joseph@codesourcery.com>
+
+       [BZ #17796]
+       * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
+       [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
+       Define as weak alias not strong alias.
+
+2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
+
+       * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
+       bltzal with addiupc.
+       (RTLD_START): Ditto.
+
+2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
+
+        * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
+        for __vdso_* functions in declarations.
+        * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
+        definitions.
+        * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
+        INTERNAL_VSYSCALL): Use struct return types to check for error.
+
+       * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
+       && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
+       function with cast from llround().
+       * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
+       * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
+       Define.
+
 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
 
+       [BZ #17793]
+       * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
+       Define as weak alias not strong alias.
+
+       [BZ #17635]
+       * ctype/ctype-c99.c: New file.  isblank implementation moved from
+       ...
+       * ctype/ctype-extn.c: ... here.
+       (__isblank_l): Move to ...
+       * ctype/ctype-c99_l.c: ... here.  New file.
+       * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
+       * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
+       Remove variable.
+       (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
+       (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
+       (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
+       (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
+       (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
+
        [BZ #17777]
        * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
        (posix_fadvise64): Define as weak alias not strong alias.