aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--ChangeLog.197699
-rw-r--r--ChangeLog.1016160
-rw-r--r--ChangeLog.1121068
-rw-r--r--ChangeLog.1218821
-rw-r--r--ChangeLog.1319557
-rw-r--r--ChangeLog.1425720
-rw-r--r--ChangeLog.1519927
-rw-r--r--ChangeLog.1616577
-rw-r--r--ChangeLog.1725487
-rw-r--r--ChangeLog.18105329
-rw-r--r--ChangeLog.24748
-rw-r--r--ChangeLog.34490
-rw-r--r--ChangeLog.43020
-rw-r--r--ChangeLog.512092
-rw-r--r--ChangeLog.617493
-rw-r--r--ChangeLog.720119
-rw-r--r--ChangeLog.821747
-rw-r--r--ChangeLog.915486
19 files changed, 232772 insertions, 232770 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29bb2..20826ea98c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,2 @@
+
+See ChangeLog.18 for earlier changes.
diff --git a/ChangeLog.1 b/ChangeLog.1
index c28024e88a..1c88068c60 100644
--- a/ChangeLog.1
+++ b/ChangeLog.1
@@ -1,96739 +1,2670 @@
-2017-08-02 Siddhesh Poyarekar <siddhesh@sourceware.org>
+Thu Sep 3 17:31:13 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
- * version.h (RELEASE): Set to "development"
- (VERSION): Set to 2.26.90.
- * NEWS: Add 2.27 section.
+ * sysdeps/unix/bsd/setgroups.S: New file. How did this manage not
+ to exist already??
- * version.h (RELEASE): Set to "stable"
- (VERSION): Set to 2.26.
- * include/features.h (__GLIBC_MINOR__): Set to 26.
+ * Version 1.04.
- * manual/contrib.texi: Update contributors.
- * manual/install.texi: Update latest tested versions of gcc and
- binutils.
- * INSTALL: Regenerate.
+ * sysdeps/generic/memmem.c (memmem): Fixed loop condition not to
+ use nonexistent variable.
- * NEWS: Add bugs fixed.
+ * string/string.h (memmem): Put const qualifier on args.
- * po/fr.po: Update translations.
+ * sysdeps/stub/sigaltstack.c (sigaltstack): Fix arg type.
-2017-08-01 Siddhesh Poyarekar <siddhesh@sourceware.org>
+ * setjmp/sigsetjmp.c: #undef sigsetjmp before defining the function.
- * NEWS: Update security-related changes.
+Wed Sep 2 16:43:58 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
-2017-07-30 Siddhesh Poyarekar <siddhesh@sourceware.org>
+ * misc/Makefile (headers): Add syscall.h.
+ * sysdeps/unix/Makefile: Only generate syscall.h if it would
+ otherwise come from stub.
+ * sysdeps/stub/syscall.h: New file.
- * po/be.po: Update translations.
- * po/ko.po: Likewise.
- * po/nl.po: Likewise.
- * po/ru.po: Likewise.
+ * time/Makefile (routines): Add stime.
-2017-07-29 Torvald Riegel <triegel@redhat.com>
- Carlos O'Donell <carlos@redhat.com>
+ * io/Makefile (routines): Add fchdir.
- [BZ 21778]
- * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Update
- oldval if the CAS fails.
- * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full): Likewise.
- * nptl/tst-mutex7.c: Add comments explaining template test.
- (ROBUST, DELAY_NSEC, ROUNDS, N): New.
- (tf, do_test): Use them.
- * nptl/tst-mutex7robust.c: New file.
- * nptl/Makefile (tests): Add new test.
+ * signal/Makefile (routines): Add sigaltstack.
-2017-07-28 Nathan Rossi <nathan@nathanrossi.com>
+ * string/Makefile (routines): Add memmem.
- [BZ #21779]
- * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Branch using PLT.
+ * setjmp/Makefile (routines): Add sigsetjmp, _setjmp.
- * sysdeps/microblaze/libm-test-ulps: Update.
+ * misc/Makefile (routines): Add getpass.
-2017-07-28 Chung-Lin Tang <cltang@codesourcery.com>
+ * Makefile (distribute): Add NEWS.
- * sysdeps/nios2/libm-test-ulps: Update.
+ * Makerules (ar-it) [! objdir]: Pass `ru' instead of `u' to ar.
+ Use $(..)libc.a instead of $(libc.a).
-2017-07-28 Torvald Riegel <triegel@redhat.com>
- Carlos O'Donell <carlos@redhat.com>
+ * sysdeps/unix/sysv/i386/linux/sysdep.h (PSEUDO): Call numbers are
+ SYS_*, not __NR_*.
- [BZ #21298]
- * nptl/Makefile (tests-internal): Add tst-rwlock20.
- * nptl/pthread_rwlock_common.c (__pthread_rwlock_rdlock_full): Fix
- explicit hand-over.
- (__pthread_rwlock_wrlock_full): Likewise.
- * nptl/tst-rwlock20.c: New file.
- * support/Makefile (libsupport-routines): Add xpthread_rwlock_init,
- xpthread_rwlock_rdlock, xpthread_rwlock_unlock,
- xpthread_rwlock_wrlock, xpthread_rwlockattr_init, and
- xpthread_rwlockattr_setkind_np.
- * support/xpthread_rwlock_init.c: New file.
- * support/xpthread_rwlock_rdlock.c: New file.
- * support/xpthread_rwlock_unlock.c: New file.
- * support/xpthread_rwlock_wrlock.c: New file.
- * support/xpthread_rwlockattr_init.c: New file.
- * support/xpthread_rwlockattr_setkind_np.c: New file.
- * support/xthread.h: Add xpthread_rwlock_init, xpthread_rwlock_rdlock,
- xpthread_rwlock_unlock, xpthread_rwlock_wrlock,
- xpthread_rwlockattr_init, and xpthread_rwlockattr_setkind_np
- prototypes.
+ * sysdeps/unix/sysv/i386/linux/__wait.S: Prepend extra _ to
+ `__waitpid' for jmp.
-2017-07-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
+ * Makerules (check): New rule; alias for `tests'.
- * sysdeps/alpha/fpu/libm-test-ulps: Update.
+ * sysdeps/stub/__setregid.c: Args are gid_t, not int.
-2017-07-27 Mike FABIAN <mfabian@redhat.com>
+ * sysdeps/posix/readv.c: #include <string.h>.
- * locale/iso-639.def: add North and South Azerbaijani.
+ * sysdeps/generic/printf_fp.c: If LDBL_DIG or LDBL_MAX_10_EXP is
+ defined by float.h, #define each to DBL_*.
-2017-07-27 Rical Jasan <ricaljasan@pacific.net>
+Tue Sep 1 16:29:07 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
- * manual/lang.texi (CHAR_BIT): Convert from an @table to an
- @deftypevr. Change standard from ISO to C90. Mention the
- POSIX.1-2001 requirement of the value 8.
+ * sysdeps/unix/Makefile (syscall.h): Add missing backslashes.
-2017-07-27 Rical Jasan <ricaljasan@pacific.net>
+ * Makeconfig [!objdir && !..] (common-objpfx): Define as
+ `sysdeps/..'; The Almighty KludgeMeister 2000 wins again.
- * manual/creature.texi (_REENTRANT): Annotate as obsolete.
- (_THREAD_SAFE): Likewise.
+ * Makerules (sysdep-Makefile): Rename to sysd-Makefile.
-2017-07-26 Siddhesh Poyarekar <siddhesh@sourceware.org>
+ * Makeconfig (CC): Don't use -pipe by default.
- * po/bg.po: Update translations.
- * po/cs.po: Likewise.
- * po/de.po: Likewise.
- * po/pl.po: Likewise.
- * po/uk.po: Likewise.
- * po/vi.po: Likewise.
+ * configure (switches): Put quotes around os-release and
+ os-version values.
-2017-07-26 Mike FABIAN <mfabian@redhat.com>
+Mon Aug 31 19:33:15 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
- [BZ #21828]
- * NEWS: Mention that the Unicode 10.0.0 update causes user visible changes.
+ * sysdeps/stub/cbrt.c: New file.
-2017-07-26 Siddhesh Poyarekar <siddhesh@sourceware.org>
+ * sysdeps/generic/cabs.c: New file.
- * po/sv.po: Update Translation.
+ * sysdeps/generic/ceil.c: New file, split from floor.c.
+ * sysdeps/generic/__rint.c: Replaced with code split from floor.c.
+ * sysdeps/generic/Makefile (routines): Don't remove ceil, __rint.
-2017-07-25 Siddhesh Poyarekar <siddhesh@sourceware.org>
- Paul Eggert <eggert@cs.ucla.edu>
+Thu Aug 27 15:58:13 1992 Roland McGrath (roland@wookumz.gnu.ai.mit.edu)
- * timezone.zic (PRIdLINENO): Remove.
- (verror): Use PRIdMAX.
- * po/libc.pot: Regenerate.
+ * malloc/malloc.h [! __STDC__] (ptrdiff_t): #define.
-2017-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
- H.J. Lu <hongjiu.lu@intel.com>
+Wed Aug 26 18:15:47 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
- [BZ #21744]
- * elf/dl-tunables.c: Include not-errno.h header.
- * include/unistd.h (__access_noerrno): Remove definition.
- * sysdeps/unix/sysv/linux/access.c (__access_noerrno): Likewise.
- * sysdeps/generic/not-errno.h: New file.
- * sysdeps/unix/sysv/linux/not-errno.h: Likewise.
+ * malloc/free.c (__free): Rename to _free_internal.
+ (free), malloc/malloc.c (morecore): Change callers.
+ * malloc/malloc.h: Change decl.
-2017-07-24 H.J. Lu <hongjiu.lu@intel.com>
+Tue Aug 18 17:38:13 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
- [BZ #21752]
- * debug/fortify_fail.c (__fortify_fail_abort): Don't pass down
- __libc_argv[0] if we aren't doing backtrace. Rename do_backtrace
- to need_backtrace.
- * sysdeps/posix/libc_fatal.c (__libc_message): Don't call
- __libc_secure_getenv if we aren't doing backtrace.
+ * sysdeps/generic/__copysign.c: New file.
-2017-07-24 Andreas Schwab <schwab@suse.de>
+ * sysdeps/unix/sysv/sysdep.h: #include <syscall.h>, not
+ <sys/syscall.h>. Don't #define _SYS_SYS_S; should no longer be
+ necessary.
- [BZ #21804]
- * sysdeps/nptl/bits/thread-shared-types.h (__PTHREAD_SPINS_DATA)
- [__PTHREAD_MUTEX_LOCK_ELISION && __WORDSIZE == 64]: Remove
- trailing semicolon.
- (struct __pthread_mutex_s): Remove semicolon after
- __PTHREAD_COMPAT_PADDING_MID and __PTHREAD_COMPAT_PADDING_END.
- * sysdeps/hppa/nptl/bits/pthreadtypes-arch.h
- (__PTHREAD_COMPAT_PADDING_MID, __PTHREAD_COMPAT_PADDING_END): Add
- semicolon.
+ * sysdeps/unix/Makefile (syscall.h): Replaced simple code to just
+ find the file in any of several places, with hairier code to find
+ it and massage it.
-2017-07-23 Dmitry V. Levin <ldv@altlinux.org>
+ * malloc/Makefile (obstack.%): Remove rule.
+ (gpl2lgpl): Define this instead.
+ * posix/Makefile (gpl2lgpl): Define to include getopt source files.
+ * Makerules ($(gpl2lgpl)): New rule to snarf code and frob its
+ copying notices.
- * sysdeps/unix/sysv/linux/s390/sys/ptrace.h [_LINUX_PTRACE_H ||
- _S390_PTRACE_H]: Undefine all PTRACE_* macro constants defined
- later as enum constants, except PTRACE_PEEKUSER, PTRACE_POKEUSER,
- and PTRACE_SEIZE_DEVEL that are not defined by Linux headers.
+Fri Aug 14 13:28:39 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
-2017-07-23 John David Anglin <danglin@gcc.gnu.org>
+ * Makeconfig (common-objdir, common-objpfx): Define new vars.
+ (libc.a): Define in terms of $(common-objpfx).
+ Find config.make with $(common-objpfx), not $(objpfx).
+ * Makerules (common-objdir-compile): Define canned sequence.
+ (native-compile): Use $(@D)/$(@F) instead of stripping off $(objpfx).
+ * sysdeps/unix/Makefile, sysdeps/unix/bsd/Makefile,
+ sysdeps/generic/Makefile: Use it.
+ Use $(common-objpfx) for generated things not specific to one subdir.
- [BZ 19170]
- * sysdeps/hppa/dl-trampoline.S (_dl_runtime_resolve): Revise comment.
+ * sysdeps/unix/Makefile (sysdep_headers): Add
+ $(sys/param.h-includes) to this instead of to headers.
-2017-07-21 DJ Delorie <dj@redhat.com>
+Thu Aug 13 18:30:58 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
- * nss/tst-nss-test5.c: Correct test configuration.
+ * posix/glob.c: Always #include <sys/types.h>.
+ [! USG]: Don't do it here.
+ [STDC_HEADERS]: Test this instead of __STDC__ for size_t.
+ [HAVE_STRCOLL]: Test this instead of ANSI_STRING for strcoll.
-2017-07-21 Steve Ellcey <sellcey@cavium.com>
+ * posix/glob/Makefile.in (Makefile): Remove rule.
- * localedata/Makefile (CFLAGS-tst_iswalnum.c, CFLAGS-tst_iswalpha.c
- CFLAGS-tst_iswcntrl.c, CFLAGS-tst_iswdigit.c, CFLAGS-tst_iswgraph.c,
- CFLAGS-tst_iswlower.c, CFLAGS-tst_iswprint.c, CFLAGS-tst_iswpunct.c,
- CFLAGS-tst_iswspace.c, CFLAGS-tst_iswupper.c, CFLAGS-tst_iswxdigit.c,
- CFLAGS-tst_towlower.c, CFLAGS-tst_towupper.c): New macros.
+Wed Aug 12 16:12:52 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
-2017-07-21 Steve Ellcey <sellcey@cavium.com>
+ * sysdeps/sparc/jmp_buf.h: Deansideclized.
- * nss/nss_test1.c (default_npwd_data): Fix definition.
+ * sysdeps/generic/make_siglist.c: #undef HAVE_SYS_SIGLIST, not
+ SYS_SIGLIST_MISSING.
+ * sysdeps/generic/signame.[ch]: Re-symlinked from /gd/gnu/lib.
+ Who's been removing random things from my source tree??
-2017-07-21 Steve Ellcey <sellcey@cavium.com>
+Tue Aug 11 15:01:50 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
- * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Call
- math_force_eval.
+ * posix/getconf.c (main): Cast printf field with arg to int.
-2017-07-19 Adhemerval Zanella <adhemerval.zanella@linaro.org>
+ * Makefile (distribute): Remove ansidecl, ansidecl.m4.
- * sysdeps/sparc/fpu/libm-test-ulps: Update.
+ * posix/glob.c [_AIX]: Don't declare alloca.
- * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Fix argument
- passing to syscall exit.
+Mon Aug 10 17:09:40 1992 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
-2017-07-19 DJ Delorie <dj@delorie.com>
+ * sysdeps/m68k/fpu/__math.h (__expm1): Define just like expm1.
- * grp/grp-merge.c (libc_hidden_def): Fix cast-after-dereference.
+ * sysdeps/unix/ioctls-tmpl.c [SMIOSTATS, SMIOGETREBOOT0,
+ ZIOCBCMD]: Include headers for these.
-2017-07-19 H.J. Lu <hongjiu.lu@intel.com>
+Fri Aug 7 16:01:43 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
- [BZ #21741]
- * sysdeps/i386/i686/multiarch/ifunc-impl-list.c
- (__libc_ifunc_impl_list): Test memmove_chk and memset_chk only
- in libc.so.
+ * string/tester.c (main): Use sys_nerr and sys_errlist, not _sys_*.
-2017-07-19 H.J. Lu <hongjiu.lu@intel.com>
+ * stdio/stdio.h [__USE_GNU] (_sys_nerr, _sys_errlist): Declare.
- [BZ #21740]
- * debug/Makefile (elide-routines.o): New.
+ * string/strerror.c, stdio/perror.c
+ [HAVE_GNU_LD] (_sys_errlist, _sys_nerr): Remove decls.
-2017-07-19 Szabolcs Nagy <szabolcs.nagy@arm.com>
+ * stdio/memstream.c (enlarge_buffer): Notice when target is -1 and
+ don't treat it as a huge value.
- * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c:
- (_dl_aarch64_cap_flags): Update.
- * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
- (_DL_HWCAP_COUNT, _DL_HWCAP_LAST): Update.
+ * stdio/tst-printf.c: #if 0 code that tickles printf_fp bugs.
-2017-07-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
+ * grp/testgrp.c: Don't bomb if uid not in passwd file.
- * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h (_dl_procinfo): Revert.
- (_dl_hwcap_string): Check range.
+ * stdlib/tst-strtol.c (tests): C-t on LONG_MIN and LONG_MIN-1 elts.
-2017-07-17 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
+ * stdlib/strtol.c: Use int flag NEGATIVE instead of char 1/-1 SIGN.
+ Fixed checking for overflow of long int that fits in unsigned long
+ int--must cast LONG_MIN before negating!
- [BZ #21707]
- * csu/libc-start.c (LIBC_START_MAIN): Perform IREL{,A}
- relocations before or after initializing the TCB on statically
- linked executables. That's a per-architecture definition.
- * elf/rtld.c (dl_main): Add a comment about thread-local
- variables initialization.
- * sysdeps/generic/libc-start.h: New file. Define
- ARCH_APPLY_IREL and ARCH_SETUP_IREL.
- * sysdeps/powerpc/Makefile:
- [$(subdir) = elf && $(multi-arch) != no] (tests-static-internal): Add
- tst-tlsifunc-static.
- [$(subdir) = elf && $(multi-arch) != no && $(build-shared) == yes]
- (tests-internal): Add tst-tlsifunc.
- * sysdeps/powerpc/tst-tlsifunc.c: New file.
- * sysdeps/powerpc/tst-tlsifunc-static.c: Likewise.
- * sysdeps/powerpc/powerpc64le/Makefile (f128-loader-link): New
- variable.
- [$(subdir) = math] (test-float128% test-ifloat128%): Force
- linking to the loader after linking to libgcc.
- [$(subdir) = wcsmbs || $(subdir) = stdlib] (bug-strtod bug-strtod2)
- (bug-strtod2 tst-strtod-round tst-wcstod-round tst-strtod6 tst-strrom)
- (tst-strfrom-locale strfrom-skeleton): Likewise.
- * sysdeps/unix/sysv/linux/powerpc/libc-start.h: New file. Define
- ARCH_APPLY_IREL and ARCH_SETUP_IREL.
-
-2017-07-17 DJ Delorie <dj@redhat.com>
-
- * nss/nss_test.h: New.
- * nss/nss_test1.h: Rewrite to use test-provided data. Add group
- tests. Parameterize to allow multiple instances.
- * nss/nss_test2.h: New. Second instance.
- * nss/nss_test.ver: New.
- * nss/nss_test1.c: Update to use new framework.
- * nss/nss_test2.c: New.
- * nss/nss_test3.c: New.
- * nss/nss_test4.c: New.
- * nss/nss_test5.c: New.
- * nss/Makefile: Build new tests.
- * shlib-versions: Add libnss_test2.
-
-2017-07-17 Adhemerval Zanella <adhemerval.zanella@linaro.org>
-
- [BZ #21512]
- * sysdeps/unix/sysv/linux/hppa/clone.S (__clone): Fix argument
- passing to syscall exit.
-
-2017-07-17 Szabolcs Nagy <szabolcs.nagy@arm.com>
-
- * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_FCMA): New macro.
- (HWCAP_JSCVT, HWCAP_LRCPC): Likewise.
-
-2017-07-16 John David Anglin <danglin@gcc.gnu.org>
-
- * sysdeps/hppa/dl-trampoline.S (_dl_runtime_resolve): Return to caller
- if _dl_fixup fails.
-
- * sysdeps/unix/sysv/linux/hppa/clone.S (__clone): Add .cfi annotation.
- * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Likewise.
- * sysdeps/unix/sysv/linux/hppa/pt-vfork.S (__vfork): Likewise.
- * sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext): Likewise.
-
- * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Fix stack
- offset for r19 load.
-
- * sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext): Return 0.
-
- * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h (PSEUDO): Fix CFA offset.
- Use .cfi_def_cfa_offset instead of .cfi_offset. Don't record stack
- pointer offset. Correct PIC register offset. Don't mention frame
- related instructions in epilogue.
- (PUSHARGS_1): Correct offset.
- (PUSHARGS_2): Likewise.
- (PUSHARGS_3): Likewise.
- (PUSHARGS_4): Likewise.
- (PUSHARGS_5): Likewise.
- (PUSHARGS_6): Likewise.
- (POPARGS_1): Don't mention register restore.
- (POPARGS_2): Likewise.
- (POPARGS_3): Likewise.
- (POPARGS_4): Likewise.
- (POPARGS_5): Likewise.
- (POPARGS_6): Likewise.
- * sysdeps/unix/sysv/linux/hppa/sysdep.h (SAVE_PIC): Don't mention
- copy of PIC register.
- (LOAD_PIC): Likewise don't mention restore.
- (DO_CALL): Fix CFA offset. Use .cfi_def_cfa_offset instead of
- .cfi_offset. Don't record stack pointer offset. Correct PIC register
- offset. Don't mention frame related instructions in epilogue.
-
- * sysdeps/unix/sysv/linux/hppa/localplt.data: Remove _exit entry.
-
- * sysdeps/hppa/__longjmp.c (__longjmp): Remove extra braces.
-
- [BZ 20098]
- * sysdeps/hppa/dl-fptr.c (_dl_read_access_allowed): New.
- (_dl_lookup_address): Return address if it is not consistent with
- being a linker defined function pointer. Likewise, return address
- if address and function descriptor addresses are not accessible.
-
-2017-07-16 Siddhesh Poyarekar <siddhesh@sourceware.org>
-
- * po/libc.pot: Regenerate.
-
-2017-07-15 John David Anglin <danglin@gcc.gnu.org>
-
- [BZ locale/19838]
- * sysdeps/unix/sysv/linux/hppa/bits/shm.h (SHMLBA): Set to page size.
-
- * nptl/allocatestack.c (allocate_stack): Align old and new guard
- addresses to page boundaries when the stack grows up.
-
- * sysdeps/hppa/math-tests.h: New.
-
-2017-07-14 DJ Delorie <dj@redhat.com>
-
- [BZ #21654]
- * grp/grp_merge.c (__copy_grp): Align char** to minimum pointer
- alignment not char alignment.
- (__merge_grp): Likewise.
-
-2017-07-14 Szabolcs Nagy <szabolcs.nagy@arm.com>
- Florian Weimer <fweimer@redhat.com>
-
- * libio/memstream.c (__open_memstream): Set _IO_FLAGS2_NEED_LOCK.
- * libio/wmemstream.c (open_wmemstream): Likewise.
- * nptl/tst-memstream.c: New.
-
-2017-07-12 Jiong Wang <jiong.wang@arm.com>
-
- * sysdeps/arm/dl-machine.h (elf_machine_load_address): Also strip bit 0
- of pcrel_address under Thumb mode.
-
-2017-07-12 Akhilesh Kumar <akhilesh.k@samsung.com>
-
- [BZ #21207]
- * locale/iso-639.def: Add Fiji Hindi (hif).
-
-2017-07-12 John David Anglin <danglin@gcc.gnu.org>
-
- * sysdeps/hppa/dl-machine.h (elf_machine_rela): Fix typo.
-
-2017-07-12 H.J. Lu <hongjiu.lu@intel.com>
-
- * debug/Makefile (CFLAGS-tst-ssp-1.c): Set to
- -fstack-protector-all.
-
-2017-07-11 Chris Leonard <cjl@sugarlabs.org>
-
- [BZ #20496]
- * locale/iso-639.def: Add AwajĂșn / Aguaruna (agr).
-
-2017-07-11 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
-
- * sysdeps/powerpc/powerpc64le/Makefile: Use $(all-object-suffixes)
- to iterate over all possible object suffixes. Add a comment
- explaining the use of sysdep-CFLAGS instead of CFLAGS.
-
-2017-07-11 H.J. Lu <hongjiu.lu@intel.com>
-
- [BZ #12189]
- * debug/Makefile (CFLAGS-tst-ssp-1.c): New.
- (tests): Add tst-ssp-1 if -fstack-protector works.
- * debug/fortify_fail.c: Include <stdbool.h>.
- (_fortify_fail_abort): New function.
- (__fortify_fail): Call _fortify_fail_abort.
- (__fortify_fail_abort): Add a hidden definition.
- * debug/stack_chk_fail.c: Include <stdbool.h>.
- (__stack_chk_fail): Call __fortify_fail_abort, instead of
- __fortify_fail.
- * debug/tst-ssp-1.c: New file.
- * include/stdio.h (__libc_message_action): New enum.
- (__libc_message): Replace int with enum __libc_message_action.
- (__fortify_fail_abort): New hidden prototype.
- * malloc/malloc.c (malloc_printerr): Update __libc_message calls.
- * sysdeps/posix/libc_fatal.c (__libc_message): Replace int
- with enum __libc_message_action. Call BEFORE_ABORT only if
- action includes do_backtrace.
- (__libc_fatal): Update __libc_message call.
-
-2017-07-11 Adhemerval Zanella <adhemerval.zanella@linaro.org>
-
- [BZ #21738]
- * manual/llio.texi (RWF_NOWAIT): New item.
- * misc/tst-preadvwritev2-common.c (do_test_with_invalid_flags):
- Add RWF_NOWAIT check.
- * sysdeps/unix/sysv/linux/bits/uio-ext.h (RWF_NOWAIT): New flag.
-
-2017-07-11 Stefan Liebler <stli@linux.vnet.ibm.com>
-
- * sysdeps/unix/sysv/linux/s390/tst-ptrace-singleblock.c:
- Support running on kernels without PTRACE_SINGLEBLOCK.
-
-2017-07-10 H.J. Lu <hongjiu.lu@intel.com>
-
- [BZ #21742]
- * elf/Makefile (dl-routines): Move dl-conflict to ...
- (rtld-routines): Here.
-
-2017-07-10 H.J. Lu <hongjiu.lu@intel.com>
-
- [BZ #21741]
- * sysdeps/x86_64/multiarch/ifunc-impl-list.c
- (__libc_ifunc_impl_list): Test memmove_chk and memset_chk only
- in libc.so.
-
-2017-07-09 John David Anglin <danglin@gcc.gnu.org>
-
- * sysdeps/hppa/fpu/libm-test-ulps: Update.
-
- [BZ #21016]
- * sysdeps/nptl/bits/thread-shared-types.h (struct __pthread_mutex_s):
- Fix typo.
- * sysdeps/unix/sysv/linux/hppa/pthr