]> git.ipfire.org Git - thirdparty/glibc.git/blob - ChangeLog
S390: Mark vx and vxe as important hwcap.
[thirdparty/glibc.git] / ChangeLog
1 2019-03-21 Stefan Liebler <stli@linux.ibm.com>
2
3 * sysdeps/s390/dl-procinfo.h (HWCAP_IMPORTANT):
4 Add HWCAP_S390_VX and HWCAP_S390_VXE.
5
6 2019-03-20 mansayk <6688000@gmail.com>
7
8 [BZ #24296]
9 * localedata/locales/tt_RU (day): Update from CLDR-34, fix errors.
10 (abday): Likewise, but remove the trailing dots.
11
12 2019-03-19 Joseph Myers <joseph@codesourcery.com>
13
14 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_SB): New
15 macro.
16 (HWCAP_PACA): Likewise.
17 (HWCAP_PACG): Likewise.
18 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c (_DL_HWCAP_COUNT):
19 Increase to 32.
20 (_dl_aarch64_cap_flags): Add new entries for new HWCAPs.
21
22 2019-03-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
23
24 * hurd/hurd/signal.h (_hurd_critical_section_lock): Document how EINTR
25 should be handled.
26
27 2019-03-15 Joseph Myers <joseph@codesourcery.com>
28
29 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
30 version to 5.0.
31 (old_getpagesize): New syscall.
32
33 2019-03-15 Felix Yan <felixonmars@archlinux.org>
34
35 [BZ #24293]
36 * localedata/locales/zh_TW (era): Add, support Minguo calendar.
37 * localedata/locales/cmn_TW (era): Likewise.
38 * localedata/locales/hak_TW (era): Likewise.
39 * localedata/locales/lzh_TW (era): Likewise.
40 * localedata/locales/nan_TW (era): Likewise.
41
42 2019-03-14 Florian Weimer <fweimer@redhat.com>
43
44 Remove obsolete, never-implemented XSI STREAMS declarations.
45 * manual/terminal.texi (Allocation): Remove portability note and
46 adjust example.
47 * sysdeps/posix/sysconf.c (__sysconf): Always return -1 for
48 _SC_STREAMS.
49 * sysdeps/unix/sysv/linux/syscalls.list (getpmsg, putpmsg): Remove.
50 * sysdeps/unix/inet/Subdirs (streams): Remove.
51 * conform/Makefile (conformtest-headers-XPG42): Remove stropts.h.
52 (conformtest-headers-UNIX98): Likewise.
53 (conformtest-headers-XOPEN2K): Likewise.
54 (conformtest-headers-POSIX2008): Likewise.
55 * posix/compat-streams.c: New file.
56 * posix/Makefile (routines): Add it.
57 * posix/Versions (GLIBC_2.1): Add fattach, fdetach, getmsg,
58 getpmsg, isastream, putmsg, putpmsg.
59 (GLIBC_2.30): New section.
60 * bits/stropts.h: Remove file.
61 * bits/xtitypes.h: Likewise.
62 * conform/data/stropts.h-data: Likewise.
63 * include/stropts.h: Likewise.
64 * include/sys/stropts.h: Likewise.
65 * include/xtitypes.h: Likewise.
66 * streams/Makefile: Likewise.
67 * streams/fattach.c: Likewise.
68 * streams/fdetach.c: Likewise.
69 * streams/getmsg.c: Likewise.
70 * streams/getpmsg.c: Likewise.
71 * streams/isastream.c: Likewise.
72 * streams/putmsg.c: Likewise.
73 * streams/putpmsg.c: Likewise.
74 * streams/stropts.h: Likewise.
75 * streams/sys/stropts.h: Likewise.
76 * sysdeps/ia64/bits/xtitypes.h: Likewise.
77 * sysdeps/s390/bits/xtitypes.h: Likewise.
78 * sysdeps/unix/sysv/linux/i386/getmsg.c: Likewise.
79 * sysdeps/unix/sysv/linux/i386/putmsg.c: Likewise.
80 * sysdeps/unix/sysv/linux/m68k/getmsg.c: Likewise.
81 * sysdeps/unix/sysv/linux/m68k/putmsg.c: Likewise.
82 * sysdeps/unix/sysv/linux/mips/getmsg.c: Likewise.
83 * sysdeps/unix/sysv/linux/mips/putmsg.c: Likewise.
84 * sysdeps/unix/sysv/linux/powerpc/getmsg.c: Likewise.
85 * sysdeps/unix/sysv/linux/powerpc/putmsg.c: Likewise.
86 * sysdeps/x86/bits/xtitypes.h: Likewise.
87
88 2019-03-14 Florian Weimer <fweimer@redhat.com>
89
90 * nss/tst-nss-files-alias-truncated.c (do_test): Load
91 libnss_files.
92 * nss/Makefile (tst-nss-files-alias-truncated): Link with -ldl,
93 but not with libnss_files.
94 (tst-nss-files-alias-truncated.out): Depend on libnss_files.
95
96 2019-03-14 Zack Weinberg <zackw@panix.com>
97
98 * scripts/check-obsolete-constructs.py (HeaderChecker.check):
99 Specify encoding="utf-8" when opening headers to check.
100
101 2019-03-13 Joseph Myers <joseph@codesourcery.com>
102
103 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
104 version to 5.0.
105 (Context.checkout_tar): Handle variable major version for Linux
106 kernel.
107
108 2019-03-13 Florian Weimer <fweimer@redhat.com>
109
110 [BZ #24047]
111 * sysdeps/mach/hurd/res_enable_icmp.c: New file.
112
113 2019-03-13 Zack Weinberg <zackw@panix.com>
114
115 * sysdeps/generic/inttypes.h, sysdeps/generic/stdint.h:
116 Move to stdlib.
117 * include/inttypes.h: Adjust to match.
118 * include/stdint.h: New wrapper.
119
120 2019-03-13 Zack Weinberg <zackw@panix.com>
121
122 * scripts/check-obsolete-constructs.py: New test script.
123 * scripts/check-installed-headers.sh: Remove tests for
124 obsolete typedefs, superseded by check-obsolete-constructs.py.
125 * Rules: Run scripts/check-obsolete-constructs.py over $(headers)
126 as a special test. Update commentary.
127 * posix/bits/types.h (__SQUAD_TYPE, __S64_TYPE): Define as __int64_t.
128 (__UQUAD_TYPE, __U64_TYPE): Define as __uint64_t.
129 Update commentary.
130 * posix/sys/types.h (__u_intN_t): Remove.
131 (u_int8_t): Typedef using __uint8_t.
132 (u_int16_t): Typedef using __uint16_t.
133 (u_int32_t): Typedef using __uint32_t.
134 (u_int64_t): Typedef using __uint64_t.
135
136 2019-03-13 Stefan Liebler <stli@linux.ibm.com>
137
138 * elf/dl-sysdep.c (_dl_show_auxv): Remove condition and always
139 call _dl_procinfo.
140 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h (_dl_procinfo):
141 Ignore types other than AT_HWCAP.
142 * sysdeps/sparc/dl-procinfo.h (_dl_procinfo): Likewise.
143 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_procinfo):
144 Likewise.
145 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Adjust comment
146 in the case of falling back to generic output mechanism.
147 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_dl_procinfo):
148 Likewise.
149
150 2019-03-12 Florian Weimer <fweimer@redhat.com>
151
152 * elf/elf.h (DF_1_KMOD, DF_1_WEAKFILTER, DF_1_NOCOMMON): Define.
153
154 2019-03-12 Florian Weimer <fweimer@redhat.com>
155
156 [BZ #24047]
157 resolv: Enable full ICMP errors for UDP DNS sockets
158 * resolv/res_enable_icmp.c: New file.
159 * resolv/Makefile (libresolv-routines): Add res_enable_icmp.
160 * resolv/resolv-internal.h (__res_enable_icmp): Declare.
161 * resolv/res_send.c (reopen): Call __res_enable_icmp on new
162 socket.
163
164 2019-03-11 Mao Han <han_mao@c-sky.com>
165
166 * elf/elf.h (EF_CSKY_ABIMASK, EF_CSKY_OTHER, EF_CSKY_PROCESSOR)
167 (EF_CSKY_ABIV1, EF_CSKY_ABIV2, SHT_CSKY_ATTRIBUTES): New defines.
168
169 2019-03-11 Mao Han <han_mao@c-sky.com>
170
171 * sysdeps/csky/abiv2/start.S: Mark lr as undefined.
172 * sysdeps/unix/sysv/linux/csky/abiv2/clone.S: Likewise.
173 * sysdeps/unix/sysv/linux/csky/abiv2/setcontext.S: Likewise.
174
175 2019-03-11 Mao Han <han_mao@c-sky.com>
176
177 * sysdeps/unix/sysv/linux/csky/sys/procfs.h: Use linux definition
178 directly.
179 * sysdeps/unix/sysv/linux/csky/sys/user.h: Remove user_regs
180 definition.
181
182 2019-03-11 Mao Han <han_mao@c-sky.com>
183
184 * sysdeps/unix/sysv/linux/csky/register-dump.h: Adjust offset change.
185 * sysdeps/unix/sysv/linux/csky/sys/ucontext.h: Remove __mask field
186 in mcontext_t
187
188 2019-03-08 Mike FABIAN <mfabian@redhat.com>
189
190 [BZ #24307]
191 * localedata/unicode-gen/Makefile (UNICODE_VERSION): Set to 12.0.0.
192 * localedata/unicode-gen/DerivedCoreProperties.txt: Update to
193 Unicode 12.0.0.
194 * localedata/unicode-gen/EastAsianWidth.txt: Likewise.
195 * localedata/unicode-gen/PropList.txt: Likewise.
196 * localedata/unicode-gen/UnicodeData.txt: Likewise.
197 * localedata/unicode-gen/ctype_compatibility_test_cases.py: U+108D
198 became "Alphabetic" in Unicode 12.0.0. Adapt test case.
199 * localedata/charmaps/UTF-8: Regenerate.
200 * localedata/locales/i18n_ctype: Likewise.
201 * localedata/locales/tr_TR: Likewise.
202 * localedata/locales/translit_circle: Likewise.
203 * localedata/locales/translit_cjk_compat: Likewise.
204 * localedata/locales/translit_combining: Likewise.
205 * localedata/locales/translit_compat: Likewise.
206 * localedata/locales/translit_font: Likewise.
207 * localedata/locales/translit_fraction: Likewise.
208
209 2019-03-07 Joseph Myers <joseph@codesourcery.com>
210
211 * stdio-common/vfscanf-internal.c (ARG): Break lines before rather
212 than after operators.
213 * sysdeps/mach/hurd/setitimer.c (timer_thread): Likewise.
214 (setitimer_locked): Likewise.
215 * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
216 * sysdeps/mach/hurd/sigaltstack.c (__sigaltstack): Likewise.
217 * sysdeps/mach/pagecopy.h (PAGE_COPY_FWD): Likewise.
218 * sysdeps/mach/thread_state.h (machine_get_basic_state): Likewise.
219 * sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c
220 (PPC_CPU_SUPPORTED): Likewise.
221 * sysdeps/unix/sysv/linux/alpha/a.out.h (N_TXTOFF): Likewise.
222 * sysdeps/unix/sysv/linux/generic/wordsize-32/overflow.h
223 (stat_overflow): Likewise.
224 (statfs_overflow): Likewise.
225 * sysdeps/unix/sysv/linux/tst-personality.c (do_test): Likewise.
226 * sysdeps/unix/sysv/linux/tst-ttyname.c (eq_ttyname): Likewise.
227 (eq_ttyname_r): Likewise.
228 (run_chroot_tests): Likewise.
229
230 2019-03-07 Florian Weimer <fweimer@redhat.com>
231
232 * scripts/check-wrapper-headers.py (check_headers): Adjust Fortran
233 header check.
234
235 2019-03-07 Martin Liska <mliska@suse.cz>
236
237 * math/Makefile: Change location where math-vector-fortran.h is
238 installed.
239 * math/finclude/math-vector-fortran.h: Move from bits/math-vector-fortran.h.
240 * sysdeps/x86/fpu/finclude/math-vector-fortran.h: Move
241 from sysdeps/x86/fpu/bits/math-vector-fortran.h.
242 * scripts/check-installed-headers.sh: Skip Fortran header files.
243 * scripts/check-wrapper-headers.py: Likewise.
244
245 2019-03-05 Adhemerval Zanella <adhemerval.zanella@linaro.org>
246
247 * nptl/nptl-init.c (__have_futex_clock_realtime,
248 __have_futex_clock_realtime): Remove definition.
249 (__pthread_initialize_minimal_internal): Remove FUTEX_CLOCK_REALTIME
250 check test for !__ASSUME_FUTEX_CLOCK_REALTIME.
251 * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Assume
252 __ASSUME_FUTEX_CLOCK_REALTIME support.
253 * sysdeps/unix/sysv/linux/i386/lowlevellock.S: Likewise.
254 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
255 * sysdeps/unix/sysv/linux/kernel-features.h
256 (__ASSUME_FUTEX_CLOCK_REALTIME): Remove.
257 * sysdeps/nptl/lowlevellock-futex.h (lll_futex_timed_wait_bitset):
258 Adjust comment.
259
260 2019-03-05 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
261
262 * sysdeps/powerpc/powerpc64/power6/wcscpy.c (WCSCPY): Define to
263 __wcscpy, then use libc_hidden_def and weak_alias to bind it to
264 __GI___wcscpy and wcscpy.
265
266 2019-03-04 Florian Weimer <fweimer@redhat.com>
267
268 * sysdeps/generic/ldsodefs.h (_dl_sysdep_open_zero_fill): Remove
269 declaration.
270 * elf/dl-load.c (_dl_map_object_from_fd): Assume MAP_ANON is
271 defined.
272
273 2019-03-04 Stefan Liebler <stli@linux.ibm.com>
274
275 * sysdeps/s390/s390-64/sysdep.h (ENTRY): Use alignment of 16byte.
276 * sysdeps/s390/s390-32/sysdep.h: Likewise.
277
278 2019-03-02 TAMUKI Shoichi <tamuki@linet.gr.jp>
279
280 [BZ #24162]
281 * localedata/locales/ja_JP (LC_TIME): Change the offset for Taisho
282 gan-nen from 2 to 1. Problem reported by Morimitsu, Junji.
283
284 2019-03-01 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
285
286 * misc/tst-ldbl-error.c (do_one_test): Adapt for reuse by nldbl
287 tests.
288 (do_test): Likewise.
289 * misc/tst-ldbl-warn.c (do_one_test): Likewise.
290 (do_test_call_varg): Likewise.
291 (do_test_call_rarg): Likewise.
292 * sysdeps/ieee754/ldbl-opt/Makefile
293 [subdir == misc] (tests-internal): Add tst-nldbl-warn,
294 tst-nldbl-error.
295 ($(objpfx)tst-nldbl-warn.c): New rule.
296 ($(objpfx)tst-nldbl-error.c): Likewise.
297 (CFLAGS-tst-nldbl-warn.c, CFLAGS-tst-nldbl-error.c):
298 New variables.
299
300 2019-03-01 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
301
302 [BZ #23984]
303 * include/bits/error-ldbl.h: New file.
304 * include/error.h: Include stdarg.h. Declare internal functions
305 __error_internal and __error_at_line_internal.
306 * misc/Makefile (headers): Add bits/error-ldbl.h.
307 * misc/bits/error-ldbl.h: New file.
308 * misc/error.h [__LDBL_COMPAT]: Include bits/error-ldbl.h and
309 avoid the inclusion of bits/error.h.
310 * sysdeps/ieee754/ldbl-opt/Versions (libc): Add __nldbl_error,
311 and __nldbl_error_at_line.
312 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Include error.h.
313 (__nldbl_error, __ndlbl_error_at_line): New functions.
314 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Include error.h.
315 Redirect error and error_at_line.
316 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Update.
317 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
318 Likewise.
319 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
320 Likewise.
321 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
322 Likewise.
323 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
324 Likewise.
325 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
326 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
327 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
328
329 2019-03-01 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
330
331 [BZ #23984]
332 * include/bits/err-ldbl.h: New file.
333 * include/err.h: Add prototypes for the internal functions:
334 __vwarnx_internal and __vwarn_internal.
335 * misc/Makefile (headers): Add bits/err-ldbl.h.
336 * misc/bits/err-ldbl.h: New file.
337 * misc/err.h: Include bits/err-ldbl.h when __LDBL_COMPAT is
338 defined, i.e.: when -mlong-double-64 is in use.
339 * sysdeps/ieee754/ldbl-opt/Versions (libc): Add __nldbl_warn,
340 __nldbl_vwarn, __nldbl_warnx, __nldbl_vwarnx, __nldbl_err,
341 __nldbl_verr, __nldbl_errx, and __nldbl_verrx.
342 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Include err.h.
343 (VA_CALL): New macro.
344 (__nldbl_vwarn, __nldbl_vwarnx, __nldbl_warn, __nldbl_warnx)
345 (__nldbl_verr, __nldbl_verrx, __nldbl_err, __nldbl_errx): New
346 functions.
347 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Include err.h and
348 declare prototypes for the new functions.
349 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Update.
350 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
351 Likewise.
352 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
353 Likewise.
354 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
355 Likewise.
356 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
357 Likewise.
358 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
359 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
360 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
361
362 2019-03-01 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
363
364 * sysdeps/ieee754/ldbl-opt/Makefile
365 [subdir == argp] (tests-internal): Add tst-nldbl-argp.
366 [subdir == argp] ($(objpfx)tst-nldbl-argp.c): New rule.
367 [subdir == argp] (CFLAGS-tst-nldbl-argp.c): New variable.
368
369 2019-03-01 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
370
371 [BZ #23983]
372 * argp/Makefile (headers): Add bits/argp-ldbl.h.
373 * argp/argp.h [defined __LDBL_COMPAT]: Include bits/argp-ldbl.h.
374 * argp/bits/argp-ldbl.h: New file.
375 * include/argp.h: Include stdarg.h. Add prototypes for internal
376 functions: __argp_error_internal and __argp_failure_internal.
377 * include/bits/argp-ldbl.h: New file.
378 * sysdeps/ieee754/ldbl-opt/Versions (libc): Add
379 __nldbl_argp_error and __nldbl_argp_failure.
380 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Include argp.h.
381 (__nldbl_argp_error, __nldbl_argp_failure): New functions.
382 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Include argp.h.
383 Redirect argp_error and argp_failure calls.
384 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Update.
385 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
386 Likewise.
387 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
388 Likewise.
389 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
390 Likewise.
391 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
392 Likewise.
393 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
394 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
395 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
396
397 2019-03-01 Florian Weimer <fweimer@redhat.com>
398
399 [BZ #20419]
400 * elf/tst-big-note-lib.S: Create a syntactically valid note.
401 * elf/Makefile (tst-big-note-lib.so): Do not link with startup
402 code, to avoid creating an ABI tag note.
403 (modules-names-nobuild): Add tst-big-note-lib.
404
405 2019-03-01 Stefan Liebler <stli@linux.ibm.com>
406
407 * sysdeps/s390/wcscpy-vx.S: Add strong aliases to
408 __wcscpy, __GI___wcscpy and weak alias to wcscpy.
409
410 2019-03-01 Florian Weimer <fweimer@redhat.com>
411
412 [BZ #20271]
413 * sysdeps/unix/sysv/linux/netlink_assert_response.c
414 (__netlink_assert_response): Add additional missing newlines.
415
416 2019-02-28 Joseph Myers <joseph@codesourcery.com>
417
418 * sysdeps/powerpc/powerpc32/dl-machine.c
419 (__elf_machine_fixup_plt): Use space before '('.
420 (__process_machine_rela): Likewise.
421 * sysdeps/powerpc/powerpc32/register-dump.h (register_dump):
422 Likewise.
423 * sysdeps/powerpc/powerpc64/le/fpu/sfp-machine.h (TI_BITS):
424 Likewise.
425 * sysdeps/powerpc/powerpc64/register-dump.h (register_dump):
426 Likewise.
427 * sysdeps/powerpc/test-arith.c (union_t): Likewise.
428 (pattern): Likewise.
429 (delta): Likewise.
430 (check_result): Likewise.
431 (check_excepts): Likewise.
432 (check_op): Likewise.
433 (fail_xr): Likewise.
434 * sysdeps/unix/alpha/sysdep.h (syscall_promote): Likewise.
435 * sysdeps/unix/sysv/linux/alpha/a.out.h (AOUTHSZ): Likewise.
436 (SCNHSZ): Likewise.
437 * sysdeps/unix/sysv/linux/hppa/makecontext.c (FRAME_SIZE_BYTES):
438 Likewise.
439 (ARGS): Likewise.
440 (__makecontext): Likewise.
441 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext_t):
442 Likewise.
443
444 2019-02-28 Florian Weimer <fweimer@redhat.com>
445
446 [BZ #23937]
447 elf: Add test with a local IFUNC resolver.
448 * elf/ifuncmain9.c: New file.
449 * elf/ifuncmain9pic.c: Likewise.
450 * elf/ifuncmain9picstatic.c: Likewise.
451 * elf/ifuncmain9pie.c: Likewise.
452 * elf/ifuncmain9static.c: Likewise.
453 * elf/Makefile [multi-arch] (tests-ifuncstatic): Add
454 ifuncmain9static, ifuncmain9picstatic.
455 * elf/Makefile [multi-arch && build-shared] (tests-internal):
456 Add ifuncmain9, ifuncmain9pic.
457 * elf/Makefile [multi-arch && build-shared && have-fpie]
458 (ifunc-pie-tests): Add ifuncmain9pie.
459 (CFLAGS-ifuncmain9pic.c): Add $(pic-ccflag).
460 (CFLAGS-ifuncmain9picstatic.c): Likewise.
461 (CFLAGS-ifuncmain9pie.c): Add $(pie-ccflag).
462
463 2019-02-27 H.J. Lu <hongjiu.lu@intel.com>
464
465 * configure.ac (have-ifunc): New LIBC_CONFIG_VAR.
466 * configure: Regenerated.
467 * elf/Makefile: Run IFUNC tests if binutils supports IFUNC.
468
469 2019-02-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
470
471 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Define ifunc
472 symbol as __wcspcy instead of wcscpy.
473
474 2019-02-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
475
476 * include/stdio.h (__renameat2): New hidden prototype.
477 * stdio-common/renameat2.c (__renameat2): Add hidden definition.
478 * sysdeps/mach/hurd/renameat.c (__renameat): Move implementation to...
479 * sysdeps/mach/hurd/renameat2.c (__renameat2): ... new function.
480 * sysdeps/unix/sysv/linux/renameat2.c (__renameat2): Add hidden definition.
481
482 2019-02-27 Joseph Myers <joseph@codesourcery.com>
483
484 * hurd/hurdinit.c (_hurd_init): Use braces around empty body of an
485 if statement.
486
487 * benchtests/bench-strcpy.c (do_test): Use space before '('.
488 * benchtests/bench-string.h (cmdline_process_function): Likewise.
489 * benchtests/bench-strlen.c (do_test): Likewise.
490 (test_main): Likewise.
491 * catgets/gencat.c (read_old): Likewise.
492 * elf/cache.c (load_aux_cache): Likewise.
493 * iconvdata/bug-iconv8.c (do_test): Likewise.
494 * math/test-tgmath-ret.c (do_test): Likewise.
495 * nis/nis_call.c (rec_dirsearch): Likewise.
496 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
497 * nptl/tst-audit-threads.c (do_test): Likewise.
498 * nptl/tst-cancel4-common.h (set_socket_buffer): Likewise.
499 * nss/nss_test1.c (init): Likewise.
500 * nss/test-netdb.c (test_hosts): Likewise.
501 * posix/execvpe.c (maybe_script_execute): Likewise.
502 * stdio-common/tst-fmemopen4.c (do_test): Likewise.
503 * stdio-common/tst-printf.c (do_test): Likewise.
504 * stdio-common/vfscanf-internal.c (__vfscanf_internal): Likewise.
505 * stdlib/fmtmsg.c (NKEYWORDS): Likewise.
506 * stdlib/qsort.c (STACK_SIZE): Likewise.
507 * stdlib/test-canon.c (do_test): Likewise.
508 * stdlib/tst-swapcontext1.c (do_test): Likewise.
509 * string/memcmp.c (OPSIZ): Likewise.
510 * string/test-strcpy.c (do_test): Likewise.
511 (do_random_tests): Likewise.
512 * string/test-strlen.c (do_test): Likewise.
513 (test_main): Likewise.
514 * string/test-strrchr.c (do_test): Likewise.
515 (do_random_tests): Likewise.
516 * string/tester.c (test_memrchr): Likewise.
517 (test_memchr): Likewise.
518 * sysdeps/generic/memcopy.h (OPSIZ): Likewise.
519 * sysdeps/generic/unwind-dw2.c (execute_stack_op): Likewise.
520 * sysdeps/generic/unwind-pe.h (read_sleb128): Likewise.
521 (read_encoded_value_with_base): Likewise.
522 * sysdeps/hppa/dl-machine.h (elf_machine_runtime_setup): Likewise.
523 * sysdeps/hppa/fpu/feupdateenv.c (__feupdateenv): Likewise.
524 * sysdeps/ia64/fpu/sfp-machine.h (TI_BITS): Likewise.
525 * sysdeps/mach/hurd/spawni.c (__spawni): Likewise.
526 * sysdeps/posix/spawni.c (maybe_script_execute): Likewise.
527 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (query_auxv):
528 Likewise.
529 * sysdeps/unix/sysv/linux/aarch64/bits/procfs.h (ELF_NGREG):
530 Likewise.
531 * sysdeps/unix/sysv/linux/arm/bits/procfs.h (ELF_NGREG): Likewise.
532 * sysdeps/unix/sysv/linux/arm/ioperm.c (init_iosys): Likewise.
533 * sysdeps/unix/sysv/linux/csky/bits/procfs.h (ELF_NGREG):
534 Likewise.
535 * sysdeps/unix/sysv/linux/m68k/bits/procfs.h (ELF_NGREG):
536 Likewise.
537 * sysdeps/unix/sysv/linux/nios2/bits/procfs.h (ELF_NGREG):
538 Likewise.
539 * sysdeps/unix/sysv/linux/spawni.c (maybe_script_execute):
540 Likewise.
541 * sysdeps/unix/sysv/linux/x86/bits/procfs.h (ELF_NGREG): Likewise.
542 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h
543 (FP_XSTATE_MAGIC2_SIZE): Likewise.
544 * sysdeps/x86/fpu/sfp-machine.h (TI_BITS): Likewise.
545 * time/test_time.c (main): Likewise.
546
547 2019-02-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
548
549 * wcsmbs/wcsnlen.c (__wcsnlen): Rewrite using wmemchr.
550
551 * wcsmbs/wcsncpy.c (__wcsncpy): Rewrite using wcsnlen, wmemset, and
552 wmemcpy.
553
554 * wcsmbs/wcsncat.c (wcsncat): Rewrite using wcslen, wcsnlen, and
555 wmemcpy.
556
557 * wcsmbs/wcscpy.c (__wcpcpy): Rewrite using wcslen and wmemcpy.
558
559 * include/wchar.h (__wcscpy): New prototype.
560 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c
561 (__wcscpy): Route internal symbol to generic implementation.
562 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c (wcscpy):
563 Add internal __wcscpy alias.
564 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c (wcscpy): Likewise.
565 * sysdeps/s390/wcscpy.c (wcscpy): Likewise.
566 * sysdeps/x86_64/multiarch/wcscpy.c (wcscpy): Likewise.
567 * wcsmbs/wcscpy.c (wcscpy): Add
568 * sysdeps/x86_64/multiarch/wcscpy-c.c (WCSCPY): Adjust macro to
569 use generic implementation.
570 * wcsmbs/wcscat.c (wcscat): Rewrite using wcslen and wcscpy.
571
572 * wcsmbs/wcpncpy.c (__wcpcpy): Rewrite using wcslen, wmemcpy, and
573 wmemset.
574
575 * sysdeps/m68k/wcpcpy.c: Remove file.
576 * wcsmbs/wcpcpy.c (__wcpcpy): Rewrite using wcslen and wmemcpy.
577
578 2019-02-26 Joseph Myers <joseph@codesourcery.com>
579
580 * sysdeps/arm/sysdep.h (#if condition): Break lines before rather
581 than after operators.
582 * sysdeps/mach/hurd/fork.c (__fork): Likewise.
583 * sysdeps/mach/hurd/getcwd.c
584 (__hurd_canonicalize_directory_name_internal): Likewise.
585 * sysdeps/mach/hurd/htl/pt-mutex-consistent.c
586 (pthread_mutex_consistent): Likewise.
587 * sysdeps/mach/hurd/htl/pt-mutex-init.c (_pthread_mutex_init):
588 Likewise.
589 * sysdeps/mach/hurd/htl/pt-mutex-transfer-np.c
590 (__pthread_mutex_transfer_np): Likewise.
591 * sysdeps/mach/hurd/htl/pt-mutex-unlock.c
592 (__pthread_mutex_unlock): Likewise.
593 * sysdeps/mach/hurd/htl/pt-mutex.h (ROBUST_LOCK): Likewise.
594 (mtx_owned_p): Likewise.
595 * sysdeps/mach/hurd/htl/pt-mutexattr-getrobust.c
596 (pthread_mutexattr_getrobust): Likewise.
597 * sysdeps/mach/hurd/i386/init-first.c (init1): Likewise.
598 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
599 Likewise.
600 * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
601 * sysdeps/mach/hurd/jmp-unwind.c (_longjmp_unwind): Likewise.
602 * sysdeps/mach/hurd/kill.c (__kill): Likewise.
603 * sysdeps/mach/hurd/mig-reply.c (__mig_get_reply_port): Likewise.
604 * sysdeps/mach/hurd/ptrace.c (ptrace): Likewise.
605 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
606 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (#if condition):
607 Likewise.
608 * sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo):
609 Likewise.
610 * sysdeps/unix/sysv/linux/bits/timex.h (STA_RONLY): Likewise.
611 * sysdeps/unix/sysv/linux/csky/sysdep.h (#if condition): Likewise.
612 * sysdeps/unix/sysv/linux/generic/____longjmp_chk.c
613 (____longjmp_chk): Likewise.
614 * sysdeps/unix/sysv/linux/generic/futimesat.c (futimesat):
615 Likewise.
616 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
617 (INTERNAL_SYSCALL): Likewise.
618 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
619 (INTERNAL_SYSCALL): Likewise.
620 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
621 (__get_clockfreq_via_cpuinfo): Likewise.
622
623 * sysdeps/i386/dl-machine.h (elf_machine_rela): Add fall-through
624 comments.
625 * sysdeps/m68k/m680x0/fpu/s_cexp_template.c (s(__cexp)): Likewise.
626 * sysdeps/m68k/memcopy.h (WORD_COPY_FWD): Likewise.
627 (WORD_COPY_BWD): Likewise.
628 * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
629 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
630 Likewise.
631 * sysdeps/s390/iso-8859-1_cp037_z900.c (TR_LOOP): Likewise.
632 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Move fall-through
633 comment.
634 * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Likewise.
635
636 2019-02-25 Joseph Myers <joseph@codesourcery.com>
637
638 * dirent/dirent.h [!_DIRENT_HAVE_D_NAMLEN
639 && _DIRENT_HAVE_D_RECLEN] (_D_ALLOC_NAMLEN): Break lines before
640 rather than after operators.
641 * elf/cache.c (print_cache): Likewise.
642 * gshadow/fgetsgent_r.c (__fgetsgent_r): Likewise.
643 * htl/pt-getattr.c (__pthread_getattr_np): Likewise.
644 * hurd/hurdinit.c (_hurd_setproc): Likewise.
645 * hurd/hurdkill.c (_hurd_sig_post): Likewise.
646 * hurd/hurdlookup.c (__file_name_lookup_under): Likewise.
647 * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
648 (reauth_proc): Likewise.
649 * hurd/lookup-at.c (__file_name_lookup_at): Likewise.
650 (__file_name_split_at): Likewise.
651 (__directory_name_split_at): Likewise.
652 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Likewise.
653 * hurd/port2fd.c (_hurd_port2fd): Likewise.
654 * iconv/gconv_dl.c (do_print): Likewise.
655 * inet/netinet/in.h (struct sockaddr_in): Likewise.
656 * libio/wstrops.c (_IO_wstr_seekoff): Likewise.
657 * locale/setlocale.c (new_composite_name): Likewise.
658 * malloc/memusagestat.c (main): Likewise.
659 * misc/fstab.c (fstab_convert): Likewise.
660 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt):
661 Likewise.
662 * nss/nss_compat/compat-grp.c (getgrent_next_nss): Likewise.
663 (getgrent_next_file): Likewise.
664 (internal_getgrnam_r): Likewise.
665 (internal_getgrgid_r): Likewise.
666 * nss/nss_compat/compat-initgroups.c (getgrent_next_nss):
667 Likewise.
668 (internal_getgrent_r): Likewise.
669 * nss/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
670 (getpwent_next_nss): Likewise.
671 (getpwent_next_file): Likewise.
672 (internal_getpwnam_r): Likewise.
673 (internal_getpwuid_r): Likewise.
674 * nss/nss_compat/compat-spwd.c (getspent_next_nss_netgr):
675 Likewise.
676 (getspent_next_nss): Likewise.
677 (internal_getspnam_r): Likewise.
678 * pwd/fgetpwent_r.c (__fgetpwent_r): Likewise.
679 * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
680 * string/strchr.c (STRCHR): Likewise.
681 * string/strchrnul.c (STRCHRNUL): Likewise.
682 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_FPCR_IEEE): Likewise.
683 * sysdeps/aarch64/sfp-machine.h (_FP_CHOOSENAN): Likewise.
684 * sysdeps/csky/dl-machine.h (elf_machine_rela): Likewise.
685 * sysdeps/generic/memcopy.h (PAGE_COPY_FWD_MAYBE): Likewise.
686 * sysdeps/generic/symbol-hacks.h (__stack_chk_fail_local):
687 Likewise.
688 * sysdeps/gnu/netinet/ip_icmp.h (ICMP_INFOTYPE): Likewise.
689 * sysdeps/gnu/updwtmp.c (TRANSFORM_UTMP_FILE_NAME): Likewise.
690 * sysdeps/gnu/utmp_file.c (TRANSFORM_UTMP_FILE_NAME): Likewise.
691 * sysdeps/hppa/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Likewise.
692 * sysdeps/mach/hurd/bits/stat.h (S_ISPARE): Likewise.
693 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Likewise.
694 (open_file): Likewise.
695 * sysdeps/mach/hurd/htl/pt-mutexattr-setprotocol.c
696 (pthread_mutexattr_setprotocol): Likewise.
697 * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
698 * sysdeps/mach/hurd/mmap.c (__mmap): Likewise.
699 * sysdeps/mach/hurd/ptrace.c (ptrace): Likewise.
700 * sysdeps/mach/hurd/spawni.c (__spawni): Likewise.
701 * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
702 Likewise.
703 (elf_machine_rela): Likewise.
704 * sysdeps/mips/mips32/sfp-machine.h (_FP_CHOOSENAN): Likewise.
705 * sysdeps/mips/mips64/sfp-machine.h (_FP_CHOOSENAN): Likewise.
706 * sysdeps/mips/sys/asm.h (multiple #if conditionals): Likewise.
707 * sysdeps/posix/rename.c (rename): Likewise.
708 * sysdeps/powerpc/novmx-sigjmp.c (__novmx__sigjmp_save): Likewise.
709 * sysdeps/powerpc/sigjmp.c (__vmx__sigjmp_save): Likewise.
710 * sysdeps/s390/fpu/fenv_libc.h (FPC_VALID_MASK): Likewise.
711 * sysdeps/s390/utf8-utf16-z9.c (gconv_end): Likewise.
712 * sysdeps/unix/grantpt.c (grantpt): Likewise.
713 * sysdeps/unix/sysv/linux/a.out.h (N_TXTOFF): Likewise.
714 * sysdeps/unix/sysv/linux/updwtmp.c (TRANSFORM_UTMP_FILE_NAME):
715 Likewise.
716 * sysdeps/unix/sysv/linux/utmp_file.c (TRANSFORM_UTMP_FILE_NAME):
717 Likewise.
718 * sysdeps/x86/cpu-features.c (get_common_indices): Likewise.
719 * time/tzfile.c (__tzfile_compute): Likewise.
720
721 2019-02-22 Joseph Myers <joseph@codesourcery.com>
722
723 * benchtests/bench-memmem.c (simple_memmem): Break lines before
724 rather than after operators.
725 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): Likewise.
726 * crypt/md5.c (md5_finish_ctx): Likewise.
727 * crypt/sha256.c (__sha256_finish_ctx): Likewise.
728 * crypt/sha512.c (__sha512_finish_ctx): Likewise.
729 * elf/cache.c (load_aux_cache): Likewise.
730 * elf/dl-load.c (open_verify): Likewise.
731 * elf/get-dynamic-info.h (elf_get_dynamic_info): Likewise.
732 * elf/readelflib.c (process_elf_file): Likewise.
733 * elf/rtld.c (dl_main): Likewise.
734 * elf/sprof.c (generate_call_graph): Likewise.
735 * hurd/ctty-input.c (_hurd_ctty_input): Likewise.
736 * hurd/ctty-output.c (_hurd_ctty_output): Likewise.
737 * hurd/dtable.c (reauth_dtable): Likewise.
738 * hurd/getdport.c (__getdport): Likewise.
739 * hurd/hurd/signal.h (_hurd_interrupted_rpc_timeout): Likewise.
740 * hurd/hurd/sigpreempt.h (HURD_PREEMPT_SIGNAL_P): Likewise.
741 * hurd/hurdfault.c (_hurdsig_fault_catch_exception_raise):
742 Likewise.
743 * hurd/hurdioctl.c (fioctl): Likewise.
744 * hurd/hurdselect.c (_hurd_select): Likewise.
745 * hurd/hurdsig.c (_hurdsig_abort_rpcs): Likewise.
746 (STOPSIGS): Likewise.
747 * hurd/hurdstartup.c (_hurd_startup): Likewise.
748 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Likewise.
749 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Likewise.
750 * hurd/msgportdemux.c (msgport_server): Likewise.
751 * hurd/setauth.c (_hurd_setauth): Likewise.
752 * include/features.h (__GLIBC_USE_DEPRECATED_SCANF): Likewise.
753 * libio/libioP.h [IO_DEBUG] (CHECK_FILE): Likewise.
754 * locale/programs/ld-ctype.c (set_class_defaults): Likewise.
755 * localedata/tests-mbwc/tst_swscanf.c (tst_swscanf): Likewise.
756 * login/tst-utmp.c (do_check): Likewise.
757 (simulate_login): Likewise.
758 * mach/lowlevellock.h (lll_lock): Likewise.
759 (lll_trylock): Likewise.
760 * math/test-fenv.c (ALL_EXC): Likewise.
761 * math/test-fenvinline.c (ALL_EXC): Likewise.
762 * misc/sys/cdefs.h (__attribute_deprecated_msg__): Likewise.
763 * nis/nis_call.c (__do_niscall3): Likewise.
764 * nis/nis_callback.c (cb_prog_1): Likewise.
765 * nis/nis_defaults.c (searchaccess): Likewise.
766 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
767 * nis/nis_ismember.c (internal_ismember): Likewise.
768 * nis/nis_local_names.c (nis_local_principal): Likewise.
769 * nis/nss_nis/nis-rpc.c (_nss_nis_getrpcbyname_r): Likewise.
770 * nis/nss_nisplus/nisplus-netgrp.c (_nss_nisplus_getnetgrent_r):
771 Likewise.
772 * nis/ypclnt.c (yp_match): Likewise.
773 (yp_first): Likewise.
774 (yp_next): Likewise.
775 (yp_master): Likewise.
776 (yp_order): Likewise.
777 * nscd/hstcache.c (cache_addhst): Likewise.
778 * nscd/initgrcache.c (addinitgroupsX): Likewise.
779 * nss/nss_compat/compat-pwd.c (copy_pwd_changes): Likewise.
780 (internal_getpwuid_r): Likewise.
781 * nss/nss_compat/compat-spwd.c (copy_spwd_changes): Likewise.
782 * posix/glob.h (__GLOB_FLAGS): Likewise.
783 * posix/regcomp.c (peek_token): Likewise.
784 (peek_token_bracket): Likewise.
785 (parse_expression): Likewise.
786 * posix/regexec.c (sift_states_iter_mb): Likewise.
787 (check_node_accept_bytes): Likewise.
788 * posix/tst-spawn3.c (do_test): Likewise.
789 * posix/wordexp-test.c (testit): Likewise.
790 * posix/wordexp.c (parse_tilde): Likewise.
791 (exec_comm): Likewise.
792 * posix/wordexp.h (__WRDE_FLAGS): Likewise.
793 * resource/vtimes.c (TIMEVAL_TO_VTIMES): Likewise.
794 * setjmp/sigjmp.c (__sigjmp_save): Likewise.
795 * stdio-common/printf_fp.c (__printf_fp_l): Likewise.
796 * stdio-common/tst-fileno.c (do_test): Likewise.
797 * stdio-common/vfprintf-internal.c (vfprintf): Likewise.
798 * stdlib/strfmon_l.c (__vstrfmon_l_internal): Likewise.
799 * stdlib/strtod_l.c (round_and_return): Likewise.
800 (____STRTOF_INTERNAL): Likewise.
801 * stdlib/tst-strfrom.h (TEST_STRFROM): Likewise.
802 * string/strcspn.c (STRCSPN): Likewise.
803 * string/test-memmem.c (simple_memmem): Likewise.
804 * termios/tcsetattr.c (tcsetattr): Likewise.
805 * time/alt_digit.c (_nl_parse_alt_digit): Likewise.
806 * time/asctime.c (asctime_internal): Likewise.
807 * time/strptime_l.c (__strptime_internal): Likewise.
808 * time/sys/time.h (timercmp): Likewise.
809 * time/tzfile.c (__tzfile_compute): Likewise.
810
811 2019-02-21 Patsy Griffin Franklin <pfrankli@redhat.com>
812
813 [BZ #21915]
814 * nss/tst-nss-files-hosts-long.root/etc/host.conf: New file.
815
816 2019-02-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
817
818 * argp/argp-help.c (__argp_error_internal): New function,
819 renamed from __argp_error, but that takes a 'mode_flags'
820 parameter to control the format of long double parameters.
821 (__argp_error): Converted into a call __argp_error_internal.
822 (__argp_failure_internal): New function, renamed from
823 __argp_failure, but that takes a 'mode_flags' parameter.
824 (__argp_failure): Converted into a call __argp_failure_internal.
825 * misc/err.c (__vwarnx_internal): New function, renamed from
826 vwarnx, but that takes a 'mode_flags' parameter.
827 (vwarnx): Converted into a call to __vwarnx_internal.
828 (__vwarn_internal): New function, renamed from vwarn, but that
829 takes a 'mode_flags' parameter.
830 (vwarn): Converted into a call to __vwarn_internal.
831 * misc/error.c (error_tail): Add 'mode_flags' parameter. Update
832 call to __vfxprintf with 'mode_flags'.
833 (__error_internal): New function, renamed from error, but that
834 takes a 'mode_flags' parameter.
835 (error): Converted into a call to __error_internal.
836 (__error_at_line_internal): New function, renamed from
837 error_at_line, but that takes a 'mode_flags' parameter.
838 (error_at_line): Converted into a call to
839 __error_at_line_internal.
840 * include/stdio.h (__vfxprintf): Add mode_flags parameter.
841 * stdio-common/fxprintf.c (locked_vfxprintf, __vfxprintf):
842 Likewise.
843
844 2019-02-20 Martin Liska <mliska@suse.cz>
845
846 * math/Makefile: Install math-vector-fortran.h.
847 * bits/math-vector-fortran.h: New file.
848 * sysdeps/x86/fpu/bits/math-vector-fortran.h: New file.
849
850 2019-02-20 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
851
852 * sysdeps/powerpc/powerpc64/le/configure.ac: Remove test.
853 * sysdeps/powerpc/powerpc64/le/configure: Regenerate.
854
855 2019-02-19 Wolfram Sang <wsa@the-dreams.de>
856
857 * nptl/pthread_mutex_trylock.c: Fix comment.
858
859 2019-02-19 Carlos O'Donell <carlos@redhat.com>
860
861 * nptl/pthread_tryjoin.c: Fix comment.
862
863 2019-02-18 Joseph Myers <joseph@codesourcery.com>
864
865 [BZ #24231]
866 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Add break
867 after R_SPARC_H34 case.
868
869 2019-02-18 Florian Weimer <fweimer@redhat.com>
870
871 * resolv/compat-gethnamaddr.c (Dprintf): Remove definition.
872 (getanswer): Do not call Dprintf.
873 (res_gethostbyname2_context): Likewise.
874 (res_gethostbyaddr_context): Likewise.
875
876 2019-02-18 Florian Weimer <fweimer@redhat.com>
877
878 * libio/libio.h (_IO_stdin, _IO_stdout, _IO_stderr): Remove
879 declaration.
880 * libio/stdio.c (AL, AL2, _IO_stdin, _IO_stdout, _IO_stderr):
881 Remove definitions.
882 * libio/stdfiles.c: Update comment.
883 * libio/oldstdfiles.c (_IO_check_libio): Update comment. Do not
884 set _IO_stdin, _IO_stdout, _IO_stderr.
885 * libio/libioP.h (_IO_fake_stdiobuf): Remove unused declaration.
886 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)] (_IO_legacy_file): New
887 inline function.
888 (_IO_deallocate_file): New inline function.
889 * libio/iolibio.h (_IO_vprintf): Remove definition.
890 * libio/iofclose.c (_IO_new_fclose): Use _IO_deallocate_file.
891 * libio/oldiofclose.c (_IO_old_fclose): Likewise.
892 * libio/iofwide.c (_IO_fwide): Use __glibc_unlikely and
893 _IO_legacy_file.
894 * libio/oldfileops.c (_IO_old_file_init_internal): Remove
895 __builtin_expect. Use _IO_legacy_file.
896
897 2019-02-18 Stefan Liebler <stli@linux.ibm.com>
898
899 * sysdeps/unix/sysv/linux/tst-clone3.c (do_test):
900 Initialize ctid with a known value and remove update of ctid
901 after clone.
902 (wait_tid): Adjust arguments and call futex_wait with ctid_val
903 as assumed current value of ctid_ptr.
904
905 2019-02-15 Florian Weimer <fweimer@redhat.com>
906
907 Check that non-sysdeps headers have wrapper headers.
908 * scripts/check-wrapper-headers.py: New file.
909 * Makefile (tests-special): Add check-wrapper-headers.out.
910 (check-wrapper-headers.out): New target.
911 * Rules (tests-special): Add check-wrapper-headers.out.
912 (check-wrapper-headers.out): New target.
913
914 2019-02-15 Florian Weimer <fweimer@redhat.com>
915
916 Add missing header wrappers under include/.
917 * include/ar.h: New file.
918 * include/bits/mqueue2.h: Likewise.
919 * include/bits/stdio.h: Likewise.
920 * include/bits/stdio2.h: Likewise.
921 * include/fstab.h: Likewise.
922 * include/fts.h: Likewise.
923 * include/lastlog.h: Likewise.
924 * include/netinet/icmp6.h: Likewise.
925 * include/netinet/igmp.h: Likewise.
926 * include/netinet/ip6.h: Likewise.
927 * include/re_comp.h: Likewise.
928 * include/regexp.h: Likewise.
929 * include/rpcsvc/bootparam.h: Likewise.
930 * include/rpcsvc/yp_prot.h: Likewise.
931 * include/sys/random.h: Likewise.
932 * include/sys/stropts.h: Likewise.
933 * include/sys/ttychars.h: Likewise.
934 * include/sys/vfs.h: Likewise.
935 * include/wait.h: Likewise.
936
937 2019-02-15 Florian Weimer <fweimer@redhat.com>
938
939 * nptl_db/proc_service.h: Move to ...
940 * sysdeps/nptl/proc_service.h: ... here.
941 * nptl_db/thread_db.h: Move to ...
942 * sysdeps/nptl/thread_db.h: ... here.
943 * nptl/descr.h: Include <thread_db.h>.
944
945 2019-02-15 Adhemerval Zanella <adhemerval.zanella@linaro.org>
946
947 * io/Makefile (tests): Add tst-lockf.
948 * io/lockf.c (lockf): Use __fcntl and only define for
949 !__OFF_T_MATCHES_OFF64_T.
950 * io/lockf64.c (__lockf64): Call __fcntl64 and alias to lockf for
951 __OFF_T_MATCHES_OFF64_T case.
952 * io/tst-lockf.c: New file.
953 * sysdeps/unix/sysv/linux/i386/lockf64.c: Remove file.
954 * sysdeps/unix/sysv/linux/arm/lockf64.c: Likewise.
955 * sysdeps/unix/sysv/linux/m68k/lockf64.c: Likewise.
956 * sysdeps/unix/sysv/linux/mips/mips32/lockf64.c: Likewise.
957 * sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c: Likewise.
958 * sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: Likewise.
959 * sysdeps/unix/sysv/linux/s390/s390-32/lockf64.c: Likewise.
960 * sysdeps/unix/sysv/linux/sh/lockf64.c: Likewise.
961 * sysdeps/unix/sysv/linux/sparc/sparc32/lockf64.c: Likewise.
962
963 2019-02-15 Florian Weimer <fweimer@redhat.com>
964
965 [BZ #24211]
966 * nptl/pthread_join_common.c (__pthread_timedjoin_ex): Do not read
967 pd->result after the thread descriptor has been freed.
968
969 2019-02-15 Joseph Myers <joseph@codesourcery.com>
970
971 * sunrpc/tst-svc_register.c (rpcbind_address): Remove qualifier
972 from function return type.
973
974 * setjmp/tst-setjmp.c (jump): Use __attribute__ ((__noreturn__)).
975
976 2019-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
977
978 * scripts/test_printers_common.py: Set TERM to a known harmless
979 value.
980
981 2019-02-14 Joseph Myers <joseph@codesourcery.com>
982
983 * sunrpc/xdr.c (xdr_int): Add fall-through comment.
984 (xdr_u_int): Likewise.
985 (xdr_enum): Likewise.
986 (xdr_bytes): Reword fall-through comment.
987 (xdr_string): Likewise.
988
989 2019-02-14 Adhemerval Zanella <adhemerval.zanella@linaro.org>
990
991 [BZ #2421]
992 * nptl/Makefile (lpthread-routines): Remove lll_timedwait_tid.
993 (tests): Add tst-join8 tst-join9.
994 * nptl/lll_timedwait_tid.c: Remove file.
995 * sysdeps/sparc/sparc32/lll_timedwait_tid.c: Likewise.
996 * sysdeps/unix/sysv/linux/i386/lll_timedwait_tid.c: Likewise.
997 * sysdeps/sysv/linux/x86_64/lll_timedwait_tid.c: Likewise.
998 * nptl/pthread_join_common.c (timedwait_tid): New function.
999 (__pthread_timedjoin_ex): Act as cancellation entrypoint is block
1000 is set.
1001 * nptl/tst-join5.c (thread_join): New function.
1002 (tf1, tf2, do_test): Use libsupport and add pthread_timedjoin_np
1003 check.
1004 * nptl/tst-join8.c: New file.
1005 * nptl/tst-join9.c: Likewise.
1006 * sysdeps/nptl/lowlevellock-futex.h (lll_futex_wait_cancel,
1007 lll_futex_timed_wait_cancel): Add generic macros.
1008 * sysdeps/nptl/lowlevellock.h (__lll_timedwait_tid, lll_wait_tid):
1009 Remove definitions.
1010 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1011 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1012 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1013 * sysdeps/sparc/sparc32/lowlevellock.c (__lll_timedwait_tid):
1014 Remove function.
1015 * sysdeps/unix/sysv/linux/i386/lowlevellock.S (__lll_timedwait_tid):
1016 Likewise.
1017 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1018 * sysdeps/unix/sysv/linux/lowlevellock-futex.h
1019 (lll_futex_timed_wait_cancel): New macro.
1020
1021 2019-02-14 Wilco Dijkstra <wdijkstr@arm.com>
1022
1023 * benchtests/Makefile: Add malloc-simple benchmark.
1024 * benchtests/bench-malloc-simple.c: New benchmark.
1025
1026 2019-02-14 Siddhesh Poyarekar <siddhesh@sourceware.org>
1027
1028 * benchtests/bench-memmove.c (do_one_test): Remove unused
1029 ORIG_SRC.
1030 (do_test): Adjust.
1031 * benchtests/bench-memmove-large.c (do_one_test): Remove unused
1032 ORIG_SRC.
1033 (do_test): Adjust.
1034
1035 2019-01-13 Jim Wilson <jimw@sifive.com>
1036
1037 [BZ #24040]
1038 * elf/Makefile (CFLAGS-tst-unwind-main.c): Add -DUSE_PTHREADS=0.
1039 * elf/tst-unwind-main.c: If USE_PTHEADS, include pthread.h and error.h
1040 (func): New.
1041 (main): If USE_PTHREADS, call pthread_create to run func. Otherwise
1042 call func directly.
1043 * nptl/Makefile (tests): Add tst-unwind-thread.
1044 (CFLAGS-tst-unwind-thread.c): Define.
1045 * nptl/tst-unwind-thread.c: New file.
1046 * sysdeps/unix/sysv/linux/riscv/clone.S (__thread_start): Mark ra
1047 as undefined.
1048
1049 2019-02-13 Joseph Myers <joseph@codesourcery.com>
1050
1051 * iconvdata/cns11643.h (ucs4_to_cns11643): Adjust fall-through
1052 comment wording.
1053 * nis/nis_call.c (__do_niscall3): Likewise.
1054
1055 * catgets/gencat.c (normalize_line): Use braces around empty
1056 'else' body.
1057 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
1058 (STAP_PROBE0): Use do {} while (0) for do-nothing definition.
1059 [!USE_STAP_PROBE && !__ASSEMBLER__] (STAP_PROBE1): Likewise.
1060 [!USE_STAP_PROBE && !__ASSEMBLER__] (STAP_PROBE2): Likewise.
1061 [!USE_STAP_PROBE && !__ASSEMBLER__] (STAP_PROBE3): Likewise.
1062 [!USE_STAP_PROBE && !__ASSEMBLER__] (STAP_PROBE4): Likewise.
1063 * libio/libio.h (_IO_funlockfile): Use ((void) 0) for do-nothing
1064 definition.
1065
1066 * support/test-container.c (recursive_remove): Use FAIL_EXIT1 if
1067 execlp returns.
1068
1069 2019-02-12 Wilco Dijkstra <wdijkstr@arm.com>
1070
1071 * benchtests/bench-strcasecmp.c (stupid_strcasecmp): Remove.
1072 * benchtests/bench-strcasestr.c (stupid_strcasestr): Remove.
1073 * benchtests/bench-strchr.c (stupid_strchr): Remove.
1074 * benchtests/bench-strcmp.c (stupid_strcmp): Remove.
1075 * benchtests/bench-strcspn.c (stupid_strcspn): Remove.
1076 * benchtests/bench-strlen.c (builtin_strlen): Remove.
1077 * benchtests/bench-strncasecmp.c (stupid_strncasecmp): Remove.
1078 * benchtests/bench-strncmp.c (stupid_strncmp): Remove.
1079 * benchtests/bench-strpbrk.c (stupid_strpbrk): Remove.
1080 * benchtests/bench-strspn.c (stupid_strspn): Remove.
1081 * benchtests/Makefile: Remove bench-bcopy.c and bench-bzero.c.
1082 * benchtests/bench-bcopy.c: Delete file.
1083 * benchtests/bench-bzero.c: Likewise.
1084 * benchtests/bench-memccpy.c (stupid_memccpy): Remove.
1085 (simple_memccpy): Remove.
1086 (generic_memccpy): Add function.
1087 * benchtests/bench-memcpy.c: (builtin_memcpy): Remove.
1088 * benchtests/bench-memmove.c (simple_bcopy): Remove.
1089 * benchtests/bench-mempcpy.c (simple_mempcpy): Remove.
1090 (generic_mempcpy): Add new function.
1091 * benchtests/bench-memset.c (simple_bzero): Remove.
1092 (builtin_bzero): Remove.
1093 (builtin_memset): Remove.
1094 * benchtests/bench-rawmemchr.c (simple_rawmemchr): Remove.
1095 (generic_rawmemchr): Add new function.
1096
1097 2019-02-12 Florian Weimer <fweimer@redhat.com>
1098
1099 * nss/getent.c (ahosts_keys_int): Include IPv6 scope ID in output.
1100
1101 2019-02-12 Adhemerval Zanella <adhemerval.zanella@linaro.org>
1102
1103 [BZ #24122]
1104 * elf/Makefile (tests): Add tst-audit13.
1105 (modules-names): Add tst-audit13mod1.
1106 (tst-audit13.out, LDFLAGS-tst-audit13mod1.so, tst-audit13-ENV): New
1107 rule.
1108 * elf/tst-audit13.c: New file.
1109 * elf/tst-audit13mod1.c: Likewise.
1110
1111 2019-02-12 Florian Weimer <fweimer@redhat.com>
1112
1113 [BZ #24122]
1114 * elf/rtld.c (unload_audit_module): New function.
1115 (report_audit_module_load_error): Likewise.
1116 (load_audit_module): Likewise. Extracted from dl_main. Call
1117 _dl_close if the laversion symbol cannot be found. Use early
1118 returns for error handling. Add malloc error check. Check for a
1119 zero return value from la_version. Remove spurious comment about
1120 static TLS initialization. Remove useless casts.
1121 (notify_audit_modules_of_loaded_object): New function. Extracted
1122 from dl_main.
1123 (load_audit_module): Likewise.
1124 (dl_main): Call load_audit_modules.
1125
1126 2019-02-12 Joseph Myers <joseph@codesourcery.com>
1127
1128 * elf/dl-exception.c (_dl_exception_create_format): Add
1129 fall-through comments.
1130 * elf/ldconfig.c (parse_conf_include): Likewise.
1131 * elf/rtld.c (print_statistics): Likewise.
1132 * locale/programs/charmap.c (parse_charmap): Likewise.
1133 * misc/mntent_r.c (__getmntent_r): Likewise.
1134 * posix/wordexp.c (parse_arith): Likewise.
1135 (parse_backtick): Likewise.
1136 * resolv/ns_ttl.c (ns_parse_ttl): Likewise.
1137 * sysdeps/x86/cpu-features.c (init_cpu_features): Likewise.
1138 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
1139
1140 2019-02-11 Paul A. Clarke <pc@us.ibm.com>
1141
1142 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrtf):
1143 Use float instead of double.
1144
1145 2019-02-11 TAMUKI Shoichi <tamuki@linet.gr.jp>
1146
1147 * time/strftime_l.c: Fix a few whitespace arrangement inconsistencies.
1148
1149 2019-02-08 Joseph Myers <joseph@codesourcery.com>
1150
1151 * sysdeps/powerpc/bits/mathinline.h: Remove.
1152
1153 2019-02-08 Florian Weimer <fweimer@redhat.com>
1154
1155 math: Enable <bits/math-finite.h> sysdeps override, as used on ia64.
1156 * math/bits/math-finite.h: Move to ...
1157 * bits/math-finite.h: ... here.
1158
1159 2019-02-08 Florian Weimer <fweimer@redhat.com>
1160
1161 * sysdeps/generic/bits/unistd_ext.h: Move to ...
1162 * bits/unistd_ext.h: here.
1163
1164 2019-02-08 Patsy Griffin Franklin <pfrankli@redhat.com>
1165
1166 [BZ #21915]
1167 * nss/Makefile (test-container): Add tst-nss-files-hosts-long.
1168 * nss/tst-nss-files-hosts-long.c: New file.
1169 * nss/tst-nss-files-hosts-long.root: New directory.
1170 * nss/tst-nss-files-hosts-long.root/etc: Likewise.
1171 * nss/tst-nss-files-hosts-long.root/etc/hosts: New file.
1172
1173 2019-02-08 Florian Weimer <fweimer@redhat.com>
1174
1175 * include/bits/unistd_ext.h: Remove file.
1176 * posix/bits/unistd_ext.h: Move to ...
1177 * sysdeps/generic/bits/unistd_ext.h: ... here.
1178
1179 2019-02-08 Florian Weimer <fweimer@redhat.com>
1180
1181 * include/bits/unistd_ext.h: New file.
1182
1183 2019-02-08 TAMUKI Shoichi <tamuki@linet.gr.jp>
1184
1185 * time/tst-strftime2.c: Use array_length macros instead of magic
1186 numbers.
1187
1188 2019-02-08 Florian Weimer <fweimer@redhat.com>
1189
1190 [BZ #24161]
1191 * sysdeps/nptl/fork.h (__run_fork_handlers): Add multiple_threads
1192 argument.
1193 * nptl/register-atfork.c (__run_fork_handlers): Only perform
1194 locking if the new do_locking argument is true.
1195 * sysdeps/nptl/fork.c (__libc_fork): Pass multiple_threads to
1196 __run_fork_handlers.
1197
1198 2019-02-08 Florian Weimer <fweimer@redhat.com>
1199
1200 [BZ #6399]
1201 Linux: Add gettid system call wrapper.
1202 * posix/Makefile (headers): Add bits/unistd_ext.h.
1203 * posix/bits/unistd_ext.h: New file.
1204 * posix/unistd.h: Include it.
1205 * manual/process.texi (Process Identification): Document gettid.
1206 * sysdeps/unix/sysv/linux/Makefile [subdir == misc] (tests): Add
1207 tst-gettid, tst-gettid-kill.
1208 (tst-gettid): Link with $(shared-thread-library).
1209 * sysdeps/unix/sysv/linux/Version (GLIBC_2.30): Export gettid.
1210 * sysdeps/unix/sysv/linux/bits/unistd_ext.h: New file.
1211 * sysdeps/unix/sysv/linux/bits/syscalls.list (gettid): Add.
1212 * sysdeps/unix/sysv/linux/bits/tst-gettid.c: New file.
1213 * sysdeps/unix/sysv/linux/bits/tst-gettid-kill.c: Likewise.
1214 * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.30):
1215 Add gettid.
1216 * sysdeps/unix/sysv/linux/alpha/libc.abilist (GLIBC_2.30):
1217 Likewise.
1218 * sysdeps/unix/sysv/linux/arm/libc.abilist (GLIBC_2.30): Likewise.
1219 * sysdeps/unix/sysv/linux/csky/libc.abilist (GLIBC_2.30):
1220 Likewise.
1221 * sysdeps/unix/sysv/linux/hppa/libc.abilist (GLIBC_2.30):
1222 Likewise.
1223 * sysdeps/unix/sysv/linux/i386/libc.abilist (GLIBC_2.30):
1224 Likewise.
1225 * sysdeps/unix/sysv/linux/ia64/libc.abilist (GLIBC_2.30):
1226 Likewise.
1227 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist (GLIBC_2.30):
1228 Likewise.
1229 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist (GLIBC_2.30):
1230 Likewise.
1231 * sysdeps/unix/sysv/linux/microblaze/libc.abilist (GLIBC_2.30):
1232 Likewise.
1233 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
1234 (GLIBC_2.30): Likewise.
1235 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
1236 (GLIBC_2.30): Likewise.
1237 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
1238 (GLIBC_2.30): Likewise.
1239 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
1240 (GLIBC_2.30): Likewise.
1241 * sysdeps/unix/sysv/linux/nios2/libc.abilist (GLIBC_2.30):
1242 Likewise.
1243 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
1244 (GLIBC_2.30): Likewise.
1245 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
1246 (GLIBC_2.30): Likewise.
1247 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist
1248 (GLIBC_2.30): Likewise.
1249 * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist
1250 (GLIBC_2.30): Likewise.
1251 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist (GLIBC_2.30):
1252 Likewise.
1253 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist (GLIBC_2.30):
1254 Likewise.
1255 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist (GLIBC_2.30):
1256 Likewise.
1257 * sysdeps/unix/sysv/linux/sh/libc.abilist (GLIBC_2.30): Likewise.
1258 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist (GLIBC_2.30):
1259 Likewise.
1260 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist (GLIBC_2.30):
1261 Likewise.
1262 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist (GLIBC_2.30):
1263 Likewise.
1264 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist (GLIBC_2.30):
1265 Likewise.
1266 * sysdeps/unix/sysv/linux/tst-setgetname.c (gettid): Remove.
1267
1268 2019-02-07 Florian Weimer <fweimer@redhat.com>
1269
1270 * rt/clock-compat.c (COMPAT_REDIRECT): Turn librt forwarders into
1271 compatibility symbols.
1272
1273 2019-02-07 Stefan Liebler <stli@linux.ibm.com>
1274
1275 [BZ #24180]
1276 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1277 Add compiler barriers and comments.
1278
1279 2019-02-07 Florian Weimer <fweimer@redhat.com>
1280
1281 * include/array_length.h (array_length): Do not use a statement
1282 expression and _Static_assert, so that array_length can be used at
1283 file scope and as a constant expression.
1284
1285 2019-02-07 Florian Weimer <fweimer@redhat.com>
1286
1287 * support/xdlfcn.h (xdlmopen): Declare.
1288 * support/xdlmopen.c: New file.
1289 * support/Makefile (libsupport-routines): Add xdlmopen.
1290
1291 2019-02-06 Joseph Myers <joseph@codesourcery.com>
1292
1293 * elf/dl-load.h (_dl_postprocess_loadcmd): Use __always_inline
1294 before return type, without separate inline.
1295 * elf/dl-tunables.c (maybe_enable_malloc_check): Likewise.
1296 * elf/dl-tunables.h (tunable_is_name): Likewise.
1297 * malloc/malloc.c (do_set_trim_threshold): Likewise.
1298 (do_set_top_pad): Likewise.
1299 (do_set_mmap_threshold): Likewise.
1300 (do_set_mmaps_max): Likewise.
1301 (do_set_mallopt_check): Likewise.
1302 (do_set_perturb_byte): Likewise.
1303 (do_set_arena_test): Likewise.
1304 (do_set_arena_max): Likewise.
1305 (do_set_tcache_max): Likewise.
1306 (do_set_tcache_count): Likewise.
1307 (do_set_tcache_unsorted_limit): Likewise.
1308 * nis/nis_subr.c (count_dots): Likewise.
1309 * nptl/allocatestack.c (advise_stack_range): Likewise.
1310 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos): Likewise.
1311 (do_sin): Likewise.
1312 (reduce_sincos): Likewise.
1313 (do_sincos): Likewise.
1314 * sysdeps/unix/sysv/linux/x86/elision-conf.c
1315 (do_set_elision_enable): Likewise.
1316 (TUNABLE_CALLBACK_FNDECL): Likewise.
1317
1318 2019-02-06 Florian Weimer <fweimer@redhat.com>
1319
1320 * support/xdlfcn.c (xdlopen, xdlclose): Do not call dlerror.
1321 (xdlsym): Use dlerror to detect a NULL symbol.
1322
1323 2019-02-06 Florian Weimer <fweimer@redhat.com>
1324
1325 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Do not include
1326 <stap-probe.h>.
1327 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1328
1329 2019-02-06 Stefan Liebler <stli@linux.ibm.com>
1330
1331 * libio/tst-bz24153.c (wide): Use wide char format specifier.
1332
1333 2019-02-06 Stefan Liebler <stli@linux.ibm.com>
1334
1335 * sysdeps/s390/wmemcmp-vx.S: Add strong alias to
1336 __wmemcmp and weak alias to wmemcmp.
1337
1338 2019-02-06 Stefan Liebler <stli@linux.ibm.com>
1339
1340 [BZ #23403]
1341 * nptl/allocatestack.c (allocate_stack): Align pointer pd for
1342 TLS_TCB_AT_TP tls variant.
1343 * nptl/tst-tls1.c: Migrate to support/test-driver.c.
1344 Add alignment checks.
1345 * support/Makefile (libsupport-routines): Add xposix_memalign and
1346 xpthread_setstack.
1347 * support/support.h: Add xposix_memalign.
1348 * support/xthread.h: Add xpthread_attr_setstack.
1349 * support/xposix_memalign.c: New File.
1350 * support/xpthread_attr_setstack.c: Likewise.
1351
1352 2019-02-05 Florian Weimer <fweimer@redhat.com>
1353
1354 [BZ #24164]
1355 arm: Use "nr" constraint for Systemtap probes, to avoid the
1356 compiler using memory operands for constants, due to the "o"
1357 alternative in the default "nor" constraint.
1358 * include/stap-probe.h [USE_STAP_PROBE]: Include
1359 <stap-probe-machine.h>
1360 * sysdeps/generic/stap-probe-machine.h: New file.
1361 * sysdeps/arm/stap-probe-machine.h: Likewise.
1362
1363 2019-02-04 Joseph Myers <joseph@codesourcery.com>
1364
1365 * malloc/malloc.c (tcache_get): Compare tcache->counts[tc_idx]
1366 with 0, not tcache->entries[tc_idx].
1367
1368 * nscd/connections.c (reqinfo): Initialize SHUTDOWN element only
1369 once.
1370
1371 2019-02-04 Andreas Schwab <schwab@suse.de>
1372
1373 [BZ #16976]
1374 [BZ #17396]
1375 * posix/fnmatch_loop.c (internal_fnmatch, internal_fnwmatch): When
1376 looking up collating elements match against (wide) character
1377 sequence instead of name. Correct alignment adjustment.
1378 * posix/fnmatch.c: Don't include "../locale/elem-hash.h".
1379 (WMEMCMP) [HANDLE_MULTIBYTE]: Define.
1380 * posix/Makefile (tests): Add tst-fnmatch4 and tst-fnmatch5.
1381 (LOCALES): Add cs_CZ.ISO-8859-2.
1382 * posix/tst-fnmatch4.c: New file.
1383 * posix/tst-fnmatch5.c: New file.
1384 * include/wchar.h (__wmemcmp): Declare.
1385 * wcsmbs/wmemcmp.c: Define __wmemcmp and add wmemcmp as weak alias.
1386 * sysdeps/i386/i686/multiarch/wmemcmp.c: Likewise.
1387 * sysdeps/x86_64/multiarch/wmemcmp.c: Likewise.
1388 * sysdeps/s390/wmemcmp.c: Likewise.
1389
1390 2019-02-04 H.J. Lu <hongjiu.lu@intel.com>
1391
1392 [BZ #24155]
1393 CVE-2019-7309
1394 * NEWS: Updated for CVE-2019-7309.
1395 * sysdeps/x86_64/memcmp.S: Use RDX_LP for size. Clear the
1396 upper 32 bits of RDX register for x32. Use unsigned Jcc
1397 instructions, instead of signed.
1398 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memcmp-2.
1399 * sysdeps/x86_64/x32/tst-size_t-memcmp-2.c: New test.
1400
1401 2019-02-04 Florian Weimer <fweimer@redhat.com>
1402
1403 * posix/spawn.h (posix_spawn, posix_spawnp): Add __nonnull attribute.
1404 (posix_spawnattr_init, posix_spawnattr_destroy): Likewise.
1405 (posix_spawnattr_getsigdefault, posix_spawnattr_setsigdefault):
1406 Likewise.
1407 (posix_spawnattr_getsigmask, posix_spawnattr_setsigmask): Likewise.
1408 (posix_spawnattr_getflags, posix_spawnattr_setflags): Likewise.
1409 (posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Likewise.
1410 (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy):
1411 Likewise.
1412 (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam):
1413 Likewise.
1414 (posix_spawn_file_actions_init, posix_spawn_file_actions_destroy):
1415 Likewise.
1416 (posix_spawn_file_actions_addopen): Likewise.
1417 (posix_spawn_file_actions_addclose): Likewise.
1418 (posix_spawn_file_actions_adddup2): Likewise.
1419 (posix_spawn_file_actions_addchdir_np): Likewise. Add __restrict
1420 qualifiers.
1421 (posix_spawn_file_actions_addfchdir_np): Likewise.
1422
1423 2019-02-04 David Newall <glibc@davidnewall.com>
1424
1425 elf: Implement --preload option for the dynamic linker.
1426 * elf/rtld.c (preloadarg): New variable.
1427 (handle_preload_list): Pass through “where” argument to
1428 do_preload.
1429 (dl_main): Handle "--preload" and add second call to
1430 handle_preload_list.
1431 * elf/Makefile (tests-special): Add tst-rtld-preload.out.
1432 (tst-rtld-preload-OBJS): Set variable.
1433 (tst-rtld-preload.out): New target.
1434 * elf/tst-rtld-preload.sh: New file.
1435
1436 2019-02-04 Matthew Malcomson <matthew.malcomson@arm.com>
1437
1438 * Makefile (testrun.sh): Exit in case of incorrect argument.
1439
1440 2019-02-04 Florian Weimer <fweimer@redhat.com>
1441
1442 * time/tzfile.c (__tzfile_read): Reorder suballocations to avoid
1443 alignment gaps.
1444
1445 2019-02-03 Florian Weimer <fweimer@redhat.com>
1446
1447 * time/tzfile.c (__tzfile_read): Use struct alloc_buffer and its
1448 implicit overflow checks.
1449
1450 2019-02-03 Aurelien Jarno <aurelien@aurel32.net>
1451
1452 * stdlib/isomac.c: Include <unistd.h>.
1453
1454 2019-02-03 Florian Weimer <fweimer@redhat.com>
1455
1456 * include/time.h (__tzfile_default): Use int, not long int, for
1457 the GMT offsets.
1458 * time/tzfile.c (struct ttinfo): Change type of the offset member
1459 to int.
1460 (__tzfile_read): Remove useless cast.
1461 (__tzfile_default): Adjust prototype.
1462 * time/tzset.c (tz_rule): Change type of the offset member to int.
1463 (parse_offset): Change the type of the sign variable to int.
1464
1465 2019-02-03 Florian Weimer <fweimer@redhat.com>
1466
1467 [BZ #24153]
1468 * debug/gets_chk.c (__gets_chk): Use stdin instead of _IO_stdin.
1469 * libio/getchar.c (getchar): Likewise.
1470 * libio/getchar_u.c (getchar_unlocked): Likewise.
1471 * libio/getwchar.c (getwchar): Likewise.
1472 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
1473 * libio/iogets.c (_IO_gets): Likewise.
1474 * libio/vscanf.c (_IO_vscanf): Likewise.
1475 * libio/vwscanf.c (__vwscanf): Likewise.
1476 * libio/tst-bz24153.c: New file.
1477 * libio/Makefile (tests): Add it.
1478
1479 2019-02-02 Florian Weimer <fweimer@redhat.com>
1480
1481 [BZ #14829]
1482 * manual/resource.texi (Basic Scheduling Functions): Add
1483 portability note. Change process to task throughout the section.
1484 Remove incorrect comment about sched_yield as it affects
1485 tasks/threads, not entire processes.
1486 * sysdeps/unix/sysv/linux/bits/posix_opt.h
1487 (_POSIX_PRIORITY_SCHEDULING): Update comment.
1488
1489 2019-02-01 Joseph Myers <joseph@codesourcery.com>
1490
1491 * configure.ac (libc_cv_compiler_ok): Require GCC 6.2 or later.
1492 * configure: Regenerated.
1493 * manual/install.texi (Tools for Compilation): Update minimum GCC
1494 version.
1495 * INSTALL: Regenerated.
1496
1497 2019-02-01 Florian Weimer <fweimer@redhat.com>
1498
1499 * support/support_test_compare_string.c
1500 (support_test_compare_string): Use "string" in error message.
1501 * support/tst-test_compare_string.c (do_test): Adjust.
1502
1503 2019-02-01 Florian Weimer <fweimer@redhat.com>
1504
1505 * support/support_format_address_family.c
1506 (support_format_address_family): Handle AF_LOCAL, AF_UNSPEC.
1507
1508 2019-02-01 Florian Weimer <fweimer@redhat.com>
1509
1510 * manual/socket.texi (Internet Address Formats): Clarify the byte
1511 order of struct sockaddr_in, struct sockaddr_in6. Document
1512 sin6_flowinfo and sin6_scope_id.
1513
1514 2019-02-01 Wilco Dijkstra <wdijkstr@arm.com>
1515
1516 * sysdeps/posix/clock_getres.c (__clock_getres): Cleanup.
1517 * sysdeps/unix/clock_gettime.c (__clock_gettime): Cleanup.
1518 * sysdeps/unix/clock_settime.c (__clock_settime): Cleanup.
1519 * sysdeps/unix/sysv/linux/clock_getres.c (__clock_getres): Cleanup.
1520 * sysdeps/unix/sysv/linux/clock_gettime.c (__clock_gettime): Cleanup.
1521 * sysdeps/unix/sysv/linux/clock_settime.c (__clock_settime): Cleanup.
1522
1523 2019-02-01 Feng Xue <fxue@os.amperecomputing.com>
1524
1525 * sysdeps/aarch64/memchr.S (__memchr): Rename to MEMCHR.
1526 [!MEMCHR](MEMCHR): Set to __memchr.
1527 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines):
1528 Add memchr_generic and memchr_nosimd.
1529 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
1530 (__libc_ifunc_impl_list): Add memchr ifuncs.
1531 * sysdeps/aarch64/multiarch/memchr.c: New file.
1532 * sysdeps/aarch64/multiarch/memchr_generic.S: Likewise.
1533 * sysdeps/aarch64/multiarch/memchr_nosimd.S: Likewise.
1534
1535 2019-02-01 Feng Xue <fxue@os.amperecomputing.com>
1536
1537 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines):
1538 Add memset_emag.
1539 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
1540 (__libc_ifunc_impl_list): Add __memset_emag to memset ifunc.
1541 * sysdeps/aarch64/multiarch/memset.c (libc_ifunc):
1542 Add IS_EMAG check for ifunc dispatch.
1543 * sysdeps/aarch64/multiarch/memset_base64.S: New file.
1544 * sysdeps/aarch64/multiarch/memset_emag.S: New file.
1545
1546 2019-02-01 Feng Xue <fxue@os.amperecomputing.com>
1547
1548 * manual/tunables.texi (Tunable glibc.cpu.name): Add emag.
1549 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
1550 Add emag.
1551 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_EMAG):
1552 New macro.
1553
1554 2019-02-01 Stefan Liebler <stli@linux.ibm.com>
1555
1556 * posix/tst-spawn do_test(): Move waitpid before posix_spawn.
1557
1558 2019-01-31 Vineet Gupta <vgupta@synopsys.com>
1559
1560 * sysdeps/unix/make-syscalls.sh: Fix comment referencing
1561 syscall-template file.
1562
1563 2019-01-31 Carlos O'Donell <carlos@redhat.com>
1564 Torvald Riegel <triegel@redhat.com>
1565 Rik Prohaska <prohaska7@gmail.com>
1566
1567 [BZ# 23844]
1568 * nptl/Makefile (tests): Add tst-rwlock-tryrdlock-stall, and
1569 tst-rwlock-trywrlock-stall.
1570 * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
1571 Wake waiters if PTHREAD_RWLOCK_FUTEX_USED is set.
1572 * nptl/pthread_rwlock_trywrlock.c (__pthread_rwlock_trywrlock):
1573 Set __wrphase_fute to 1 only if we started the write phase.
1574 * nptl/tst-rwlock-tryrdlock-stall.c: New file.
1575 * nptl/tst-rwlock-trywrlock-stall.c: New file.
1576 * support/Makefile (libsupport-routines): Add xpthread_rwlock_destroy.
1577 * support/xpthread_rwlock_destroy.c: New file.
1578 * support/xthread.h: Declare xpthread_rwlock_destroy.
1579
1580 2019-02-01 Joseph Myers <joseph@codesourcery.com>
1581
1582 * scripts/build-many-glibcs.py (Context.checkout): Default MPFR
1583 version to 4.0.2.
1584
1585 2019-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1586
1587 [BZ #24051]
1588 * libio/ioputs.c (_IO_puts): Use stdout instead of _IO_stdout.
1589 * libio/fileops.c (_IO_new_file_underflow): Likewise
1590 * libio/wfileops.c (_IO_wfile_underflow): Likewise
1591 * libio/putchar.c (putchar): Likewise.
1592 * libio/putchar_u.c (putchar_unlocked): Likewise.
1593 * libio/putwchar.c (putchar): Likewise.
1594 * libio/putwchar_u.c (putwchar_unlocked): Likewise.
1595 * libio/tst-bz24051.c: New test.
1596 * libio/Makefile (tests): Add tst-bz24051
1597
1598 2019-01-31 Paul Eggert <eggert@cs.ucla.edu>
1599
1600 CVE-2019-9169
1601 regex: fix read overrun [BZ #24114]
1602 Problem found by AddressSanitizer, reported by Hongxu Chen in:
1603 https://debbugs.gnu.org/34140
1604 * posix/regexec.c (proceed_next_node):
1605 Do not read past end of input buffer.
1606
1607 2019-01-31 Florian Weimer <fweimer@redhat.com>
1608
1609 [BZ #24059]
1610 * nss/nss_files/files-alias.c (get_next_alias): Handle
1611 continuation line without newline at the end.
1612 * nss/tst-nss-files-alias-truncated.c: New file.
1613 * nss/Makefile [$(build-shared)] (tests): Add
1614 tst-nss-files-alias-truncated.
1615 (tst-nss-files-alias-truncated): Link with libnss_files.so.
1616 * support/namespace.h (struct support_chroot_configuration): Add
1617 aliases member.
1618 (struct support_chroot): Add path_aliases member.
1619 * support/support_chroot.c (support_chroot_create): Handle
1620 aliases.
1621 (support_chroot_free): Free path_aliases.
1622
1623 2019-01-31 Siddhesh Poyarekar <siddhesh@sourceware.org>
1624
1625 * version.h (RELEASE): Set to "development".
1626 (VERSION): Set to "2.29.9000".
1627 * NEWS: Add section for 2.30.
1628
1629 * version.h (RELEASE): Set to "stable".
1630 (VERSION): Set to "2.29".
1631 * include/features.h (__GLIBC_MINOR__): Set to 2.29.
1632
1633 * NEWS: Add the list of bugs fixed in 2.29.
1634 * manual/contrib.texi: Update contributors list with some more
1635 names.
1636 * manual/install.texi: Update latest versions of packages
1637 tested.
1638 * INSTALL: Regenerated.
1639
1640 2019-01-25 Siddhesh Poyarekar <siddhesh@sourceware.org>
1641
1642 * po/be.po: Update translations.
1643 * po/bg.po: Likewise.
1644 * po/ca.po: Likewise.
1645 * po/cs.po: Likewise.
1646 * po/da.po: Likewise.
1647 * po/de.po: Likewise.
1648 * po/el.po: Likewise.
1649 * po/eo.po: Likewise.
1650 * po/es.po: Likewise.
1651 * po/fi.po: Likewise.
1652 * po/fr.po: Likewise.
1653 * po/gl.po: Likewise.
1654 * po/hr.po: Likewise.
1655 * po/hu.po: Likewise.
1656 * po/ia.po: Likewise.
1657 * po/id.po: Likewise.
1658 * po/it.po: Likewise.
1659 * po/ja.po: Likewise.
1660 * po/ko.po: Likewise.
1661 * po/lt.po: Likewise.
1662 * po/nb.po: Likewise.
1663 * po/nl.po: Likewise.
1664 * po/pl.po: Likewise.
1665 * po/pt_BR.po: Likewise.
1666 * po/ru.po: Likewise.
1667 * po/rw.po: Likewise.
1668 * po/sk.po: Likewise.
1669 * po/sl.po: Likewise.
1670 * po/sv.po: Likewise.
1671 * po/tr.po: Likewise.
1672 * po/uk.po: Likewise.
1673 * po/vi.po: Likewise.
1674 * po/zh_CN.po: Likewise.
1675 * po/zh_TW.po: Likewise.
1676
1677 2019-01-24 Uroš Bizjak <ubizjak@gmail.com>
1678
1679 [BZ #24130]
1680 * sysdeps/alpha/remqu.S (__remqu): Add missing restore
1681 of $f3 register on $y_is_neg path.
1682
1683 2019-01-24 Samuel Thibault <samuel.thibault@ens-lyon.org>
1684
1685 [BZ #24110]
1686 * hurd/hurdsig.c (_hurd_thread_sigstate): Set SS_DISABLE in
1687 sigaltstack.ss_flags.
1688
1689 2019-01-24 TAMUKI Shoichi <tamuki@linet.gr.jp>
1690
1691 [BZ #23758]
1692 * manual/time.texi (strftime): Document "%Ey".
1693 * time/strftime_l.c (__strftime_internal): Set the default width
1694 padding with zero of "%Ey" to 2.
1695
1696 [BZ #24096]
1697 * manual/time.texi (strftime): Document "%EC" and "%EY".
1698 * time/Makefile (tests): Add tst-strftime2.
1699 (LOCALES): Add ja_JP.UTF-8, lo_LA.UTF-8, and th_TH.UTF-8.
1700 * time/strftime_l.c (__strftime_internal): Add argument yr_spec to
1701 override padding for "%Ey".
1702 If an optional flag ('_' or '-') is specified to "%EY", interpret the
1703 "%Ey" in the subformat as if decorated with that flag.
1704 * time/tst-strftime2.c: New file.
1705
1706 2019-01-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
1707
1708 * support/xsigstack.c (MAP_NORESERVE, MAP_STACK): Define if they
1709 are not defined.
1710
1711 [BZ #24122]
1712 * elf/Makefile (tests): Add tst-audit13.
1713 (modules-names): Add tst-audit13mod1.
1714 (tst-audit13.out, LDFLAGS-tst-audit13mod1.so, tst-audit13-ENV): New
1715 rule.
1716 * elf/rtld.c (dl_main): Handle invalid audit module version.
1717 * elf/tst-audit13.c: New file.
1718 * elf/tst-audit13mod1.c: Likewise.
1719
1720 2019-01-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
1721
1722 * sysdeps/mach/hurd/faccessat.c (__faccessat_common): Check for errors
1723 returned by __hurd_at_flags.
1724 * hurd/lookup-at.c (__file_name_lookup_at): When at_flags contains
1725 AT_EMPTY_PATH, call __dir_lookup and __hurd_file_name_lookup_retry
1726 directly instead of __hurd_file_name_lookup.
1727
1728 2019-01-21 Joseph Myers <joseph@codesourcery.com>
1729
1730 * scripts/build-many-glibcs.py (Context.checkout): Default
1731 binutils version to 2.32 branch.
1732
1733 2019-01-21 Florian Weimer <fweimer@redhat.com>
1734
1735 [BZ #20018]
1736 CVE-2016-10739
1737 resolv: Reject trailing characters in host names
1738 * include/arpa/inet.h (__inet_aton_exact): Declare.
1739 (inet_aton): Remove hidden prototype. No longer used internally.
1740 * nscd/gai.c (__inet_aton): Do not define.
1741 * nscd/gethstbynm3_r.c (__inet_aton): Likewise.
1742 * nss/digits_dots.c (__inet_aton): Likewise.
1743 (__nss_hostname_digits_dots_context): Call __inet_aton_exact.
1744 * resolv/Makefile (tests-internal): Add tst-inet_aton_exact.
1745 (tests): Add tst-resolv-nondecimal, tst-resolv-trailing.
1746 (tst-resolv-nondecimal): Link with libresolv.so and libpthread.
1747 (tst-resolv-trailing): Likewise.
1748 * resolv/Versions (GLIBC_PRIVATE): Export __inet_aton_exact from
1749 libc.
1750 * resolv/inet_addr.c (inet_aton_end): Remame from __inet_aton.
1751 Make static. Add endp parameter.
1752 (__inet_aton_exact): New function.
1753 (__inet_aton_ignore_trailing): New function, aliased to inet_aton.
1754 (__inet_addr): Call inet_aton_end.
1755 * resolv/res_init.c (res_vinit_1): Truncate nameserver for IPv4,
1756 not just IPv6. Call __inet_aton_exact.
1757 * resolv/tst-aton.c: Switch to <support/test-driver.c>.
1758 (tests): Make const. Add additional test cases with trailing
1759 characters.
1760 (do_test): Use array_length.
1761 * resolv/tst-inet_aton_exact.c: New file.
1762 * resolv/tst-resolv-trailing.c: Likewise.
1763 * resolv/tst-resolv-nondecimal.c: Likewise.
1764 * sysdeps/posix/getaddrinfo.c (gaih_inet): Call __inet_aton_exact.
1765
1766 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1767
1768 [BZ# 24097]
1769 CVE-2019-6488
1770 * sysdeps/x86_64/multiarch/strlen-avx2.S: Use RSI_LP for length.
1771 Clear the upper 32 bits of RSI register.
1772 * sysdeps/x86_64/strlen.S: Use RSI_LP for length.
1773 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-strnlen
1774 and tst-size_t-wcsnlen.
1775 * sysdeps/x86_64/x32/tst-size_t-strnlen.c: New file.
1776 * sysdeps/x86_64/x32/tst-size_t-wcsnlen.c: Likewise.
1777
1778 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1779
1780 [BZ# 24097]
1781 CVE-2019-6488
1782 * sysdeps/x86_64/multiarch/strcpy-avx2.S: Use RDX_LP for length.
1783 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1784 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1785 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-strncpy.
1786 * sysdeps/x86_64/x32/tst-size_t-strncpy.c: New file.
1787
1788 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1789
1790 [BZ# 24097]
1791 CVE-2019-6488
1792 * sysdeps/x86_64/multiarch/strcmp-avx2.S: Use RDX_LP for length.
1793 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
1794 * sysdeps/x86_64/strcmp.S: Likewise.
1795 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-strncasecmp,
1796 tst-size_t-strncmp and tst-size_t-wcsncmp.
1797 * sysdeps/x86_64/x32/tst-size_t-strncasecmp.c: New file.
1798 * sysdeps/x86_64/x32/tst-size_t-strncmp.c: Likewise.
1799 * sysdeps/x86_64/x32/tst-size_t-wcsncmp.c: Likewise.
1800
1801 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1802
1803 [BZ# 24097]
1804 CVE-2019-6488
1805 * sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S: Use
1806 RDX_LP for length. Clear the upper 32 bits of RDX register.
1807 * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S: Likewise.
1808 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-wmemset.
1809 * sysdeps/x86_64/x32/tst-size_t-memset.c: New file.
1810 * sysdeps/x86_64/x32/tst-size_t-wmemset.c: Likewise.
1811
1812 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1813
1814 [BZ# 24097]
1815 CVE-2019-6488
1816 * sysdeps/x86_64/memrchr.S: Use RDX_LP for length.
1817 * sysdeps/x86_64/multiarch/memrchr-avx2.S: Likewise.
1818 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memrchr.
1819 * sysdeps/x86_64/x32/tst-size_t-memrchr.c: New file.
1820
1821 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1822
1823 [BZ# 24097]
1824 CVE-2019-6488
1825 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Use RDX_LP for
1826 length. Clear the upper 32 bits of RDX register.
1827 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1828 * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S:
1829 Likewise.
1830 * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:
1831 Likewise.
1832 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memcpy.
1833 tst-size_t-wmemchr.
1834 * sysdeps/x86_64/x32/tst-size_t-memcpy.c: New file.
1835
1836 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1837
1838 [BZ# 24097]
1839 CVE-2019-6488
1840 * sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S: Use RDX_LP for
1841 length. Clear the upper 32 bits of RDX register.
1842 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1843 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1844 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memcmp and
1845 tst-size_t-wmemcmp.
1846 * sysdeps/x86_64/x32/tst-size_t-memcmp.c: New file.
1847 * sysdeps/x86_64/x32/tst-size_t-wmemcmp.c: Likewise.
1848
1849 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1850
1851 [BZ# 24097]
1852 CVE-2019-6488
1853 * sysdeps/x86_64/memchr.S: Use RDX_LP for length. Clear the
1854 upper 32 bits of RDX register.
1855 * sysdeps/x86_64/multiarch/memchr-avx2.S: Likewise.
1856 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memchr and
1857 tst-size_t-wmemchr.
1858 * sysdeps/x86_64/x32/test-size_t.h: New file.
1859 * sysdeps/x86_64/x32/tst-size_t-memchr.c: Likewise.
1860 * sysdeps/x86_64/x32/tst-size_t-wmemchr.c: Likewise.
1861
1862 2019-01-18 Florian Weimer <fweimer@redhat.com>
1863
1864 [BZ #24112]
1865 resolv: Do not send queries for non-host-names in nss_dns.
1866 * resolv/nss_dns/dns-host.c (check_name): New function.
1867 (_nss_dns_gethostbyname2_r): Use it.
1868 (_nss_dns_gethostbyname_r): Likewise.
1869 (_nss_dns_gethostbyname4_r): Likewise.
1870
1871 2019-01-21 Florian Weimer <fweimer@redhat.com>
1872
1873 * resolv/inet_addr.c: Reformat to GNU style.
1874 (__inet_addr, __inet_aton): Update comment.
1875
1876 2019-01-18 Florian Weimer <fweimer@redhat.com>
1877
1878 malloc: Revert commit 6923f6db1e688dedcf3a6556da76e0bf24a41872
1879 ("malloc: Use current (C11-style) atomics for fastbin access").
1880 This commit introduces a substantial performance regression on
1881 POWER and Aarch64.
1882 * malloc/malloc.c (fastbin_push_entry, fastbin_pop_entry): Remove.
1883 (REMOVE_FB): Define.
1884 (_int_malloc): Use it and reindent.
1885 (_int_free): Use CAS loop with
1886 catomic_compare_and_exchange_val_rel.
1887 (malloc_consolidate): Use atomic_exchange_acq.
1888
1889
1890 2019-01-18 H.J. Lu <hongjiu.lu@intel.com>
1891
1892 * signal/Makefile (LDFLAGS-tst-minsigstksz-1): New. Set to
1893 -Wl,-z,now.
1894 (LDFLAGS-tst-minsigstksz-2): Likewise.
1895 (LDFLAGS-tst-minsigstksz-3): Likewise.
1896 (LDFLAGS-tst-minsigstksz-3a): Likewise.
1897 (LDFLAGS-tst-minsigstksz-4): Likewise.
1898
1899 2019-01-18 TAMUKI Shoichi <tamuki@linet.gr.jp>
1900
1901 * manual/time.texi (strftime): Fix the wording to "alternative" rather
1902 than "alternate".
1903
1904 2019-01-16 Paul A. Clarke <pc@us.ibm.com>
1905
1906 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Fix #ifdef.
1907
1908 2019-01-16 Zack Weinberg <zackw@panix.com>
1909
1910 * support/xsignal.h (xalloc_sigstack, xfree_sigstack)
1911 (xget_sigstack_location): New test support functions.
1912 * support/xsigstack.c: New file, implementing them.
1913 * support/tst-xsigstack.c: New test for them.
1914 * support/Makefile: Update.
1915
1916 * signal/tst-minsigstksz-1.c
1917 * signal/tst-minsigstksz-2.c
1918 * signal/tst-minsigstksz-3.c
1919 * signal/tst-minsigstksz-3a.c
1920 * signal/tst-minsigstksz-4.c: New tests.
1921 * signal/Makefile: Run them.
1922
1923 2019-01-16 Siddhesh Poyarekar <siddhesh@sourceware.org>
1924
1925 * po/libc.pot: Regenerate.
1926
1927 2019-01-15 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
1928
1929 * math/libm-test-fma.inc (fma_test_data): Set
1930 XFAIL_ROUNDING_IBM128_LIBGCC to more tests.
1931
1932 2019-01-15 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1933
1934 * sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c:
1935 (do_test): Changed __vector __int128_t to __vector unsigned int.
1936
1937 2019-01-14 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
1938
1939 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1940 strcat-avx2, strncat-avx2, strcpy-avx2, strncpy-avx2,
1941 stpcpy-avx2 and stpncpy-avx2.
1942 * sysdeps/x86_64/multiarch/ifunc-impl-list.c:
1943 (__libc_ifunc_impl_list): Add tests for __strcat_avx2,
1944 __strncat_avx2, __strcpy_avx2, __strncpy_avx2, __stpcpy_avx2
1945 and __stpncpy_avx2.
1946 * sysdeps/x86_64/multiarch/{ifunc-unaligned-ssse3.h =>
1947 ifunc-strcpy.h}: rename header for a more generic name.
1948 * sysdeps/x86_64/multiarch/ifunc-strcpy.h:
1949 (IFUNC_SELECTOR): Return OPTIMIZE (avx2) on AVX 2 machines if
1950 AVX unaligned load is fast and vzeroupper is preferred.
1951 * sysdeps/x86_64/multiarch/stpcpy-avx2.S: New file.
1952 * sysdeps/x86_64/multiarch/stpncpy-avx2.S: Likewise.
1953 * sysdeps/x86_64/multiarch/strcat-avx2.S: Likewise.
1954 * sysdeps/x86_64/multiarch/strcpy-avx2.S: Likewise.
1955 * sysdeps/x86_64/multiarch/strncat-avx2.S: Likewise.
1956 * sysdeps/x86_64/multiarch/strncpy-avx2.S: Likewise.
1957
1958 2019-01-12 Dmitry V. Levin <ldv@altlinux.org>
1959
1960 * argp/argp-help.c: Fix typo in comment.
1961 * misc/sys/cdefs.h: Likewise.
1962 * posix/regexec.c (sift_states_iter_mb): Likewise.
1963 * socket/sockatmark.c: Likewise.
1964 * socket/sys/socket.h: Likewise.
1965 * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
1966 * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
1967 * sysdeps/ia64/fpu/s_cosl.S: Likewise.
1968 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
1969 * sysdeps/unix/sockatmark.c: Likewise.
1970 * time/strptime_l.c: Likewise.
1971
1972 2019-01-11 TAMUKI Shoichi <tamuki@linet.gr.jp>
1973
1974 * time/strftime_l.c (__strftime_internal): Use "L_" macros, also add a
1975 missing space after the cast of "_NL_CURRENT".
1976
1977 2019-01-11 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1978
1979 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (vscr_t): Added
1980 ifdef to fix read of VSCR.
1981 * sysdeps/powerpc/powerpc64/Makefile [$subdir == stdlib]: Add
1982 tst-ucontext-ppc64-vscr.c to test list.
1983 * sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c: New test file.
1984
1985 2019-01-10 Andreas K. Hüttel <dilfridge@gentoo.org>
1986
1987 * resolv/tst-resolv-ai_idn-common.c (response): Avoid switch
1988 fall-through.
1989
1990 2019-01-09 Jim Wilson <jimw@sifive.com>
1991
1992 * sysdeps/riscv/rv64/rvd/libm-test-ulps: Update.
1993
1994 2019-01-09 Wilco Dijkstra <wdijkstr@arm.com>
1995
1996 * manual/tunables.texi (glibc.cpu.name): Add ares tunable.
1997 * sysdeps/aarch64/multiarch/memcpy.c (__libc_memcpy): Use
1998 __memcpy_falkor for ares.
1999 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_ARES):
2000 Add new define.
2001 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
2002 Add ares cpu.
2003
2004 2019-01-07 H.J. Lu <hongjiu.lu@intel.com>
2005
2006 [BZ #24066]
2007 * soft-fp/extenddftf2.c: Use "_FP_W_TYPE_SIZE < 64" to check if
2008 4_FP_W_TYPEs are used for IEEE quad precision.
2009 * soft-fp/extendhftf2.c: Likewise.
2010 * soft-fp/extendsftf2.c: Likewise.
2011 * soft-fp/extendxftf2.c: Likewise.
2012 * soft-fp/trunctfdf2.c: Likewise.
2013 * soft-fp/trunctfhf2.c: Likewise.
2014 * soft-fp/trunctfsf2.c: Likewise.
2015 * soft-fp/trunctfxf2.c: Likewise.
2016 * sysdeps/alpha/ots_cvttx.c: Likewise.
2017 * sysdeps/alpha/ots_cvtxt.c: Likewise.
2018 * sysdeps/ieee754/soft-fp/s_daddl.c: Likewise.
2019 * sysdeps/ieee754/soft-fp/s_ddivl.c: Likewise.
2020 * sysdeps/ieee754/soft-fp/s_dmull.c: Likewise.
2021 * sysdeps/ieee754/soft-fp/s_dsubl.c: Likewise.
2022 * sysdeps/ieee754/soft-fp/s_faddl.c: Likewise.
2023 * sysdeps/ieee754/soft-fp/s_fdivl.c: Likewise.
2024 * sysdeps/ieee754/soft-fp/s_fmull.c: Likewise.
2025 * sysdeps/ieee754/soft-fp/s_fsubl.c: Likewise.
2026 * sysdeps/sparc/sparc32/q_dtoq.c: Likewise.
2027 * sysdeps/sparc/sparc32/q_qtod.c: Likewise.
2028 * sysdeps/sparc/sparc32/q_qtos.c: Likewise.
2029 * sysdeps/sparc/sparc32/q_stoq.c: Likewise.
2030 * sysdeps/sparc/sparc64/qp_dtoq.c: Likewise.
2031 * sysdeps/sparc/sparc64/qp_qtod.c: Likewise.
2032 * sysdeps/sparc/sparc64/qp_qtos.c: Likewise.
2033 * sysdeps/sparc/sparc64/qp_stoq.c: Likewise.
2034
2035 2019-01-07 Aurelien Jarno <aurelien@aurel32.net>
2036
2037 [BZ #24024]
2038 * Makeconfig: Build libm with -fno-math-errno but build the remaining
2039 code with -fmath-errno.
2040 * string/Makefile [$(build-shared)] (tests): Add test-strerror-errno.
2041 [$(build-shared)] (LDLIBS-test-strerror-errno): New variable.
2042 * string/test-strerror-errno.c: New file.
2043
2044 2019-01-07 Aurelien Jarno <aurelien@aurel32.net>
2045
2046 [BZ #24046]
2047 * localedata/locales/en_US (date_fmt): Add, set to
2048 "%a %d %b %Y %r %Z".
2049
2050 2019-01-07 Florian Weimer <fweimer@redhat.com>
2051
2052 [BZ #24063]
2053 * manual/arith.texi (Math Error Reporting): Use @code{errno}
2054 instead of @var{errno}.
2055 (Parsing of Integers): Likewise.
2056 (Parsing of Floats): Likewise.
2057 * manual/filesys.texi (Working with Directory Trees): Likewise.
2058 (Temporary Files): Likewise.
2059 * manual/job.texi (Terminal Access Functions): Likewise.
2060 * manual/llio.texi (Synchronizing I/O): Likewise.
2061 * manual/math.texi (SVID Random): Likewise.
2062 * manual/message.texi (The catgets Functions): Likewise.
2063 (Translation with gettext): Likewise.
2064 (Locating gettext catalog): Likewise.
2065 (Charset conversion in gettext): Likewise.
2066 * manual/nss.texi (NSS Module Function Internals): Likewise.
2067 * manual/search.texi (Hash Search Function): Likewise.
2068 * manual/setjmp.texi (System V contexts): Likewise.
2069 * manual/time.texi (Sleeping): Likewise.
2070 * manual/users.texi (Lookup User): Likewise.
2071 (Lookup Group): Likewise.
2072
2073 2019-01-05 Adhemerval Zanella <adhemerval.zanella@linaro.org>
2074
2075 * posix/tst-spawn.c (do_test): Extend spargv to new required size and
2076 fix typo.
2077
2078 2019-01-04 Martin Jansa <Martin.Jansa@gmail.com>
2079
2080 [BZ #19444]
2081 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Use
2082 __builtin_unreachable for default case in switch.
2083 (__ieee754_yn): Likewise.
2084 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
2085 (__ieee754_ynl): Likewise.
2086 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
2087 (__ieee754_ynl): Likewise.
2088 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
2089 (__ieee754_ynl): Likewise.
2090
2091 2019-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
2092
2093 * manual/maint.texi: Use @{ and @}.
2094
2095 2019-01-04 Florian Weimer <fweimer@redhat.com>
2096
2097 * sysdeps/unix/sysv/linux/tst-ttyname.c (adjust_file_limit): New
2098 function.
2099 (do_in_chroot_1): Call it.
2100 (run_chroot_tests):
2101 Improve error reporting in case it is not possible to create a
2102 collision for the PTY name required by the test.
2103
2104 2019-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
2105
2106 * nptl/pthread_join_common.c (__pthread_timedjoin_ex): Use
2107 lll_wait_tid with timeout.
2108 * nptl/sem_wait.c (__old_sem_wait): Use lll_futex_wait_cancel.
2109 * sysdeps/nptl/aio_misc.h (AIO_MISC_WAIT): Use
2110 futex_reltimed_wait_cancelable for cancelabla mode.
2111 * sysdeps/nptl/gai_misc.h (GAI_MISC_WAIT): Likewise.
2112 * sysdeps/posix/open64.c (__libc_open64): Do not call cancelation
2113 macros.
2114 * sysdeps/posix/sigwait.c (__sigwait): Likewise.
2115 * sysdeps/posix/waitid.c (__sigwait): Likewise.
2116 * sysdeps/unix/sysdep.h (__SYSCALL_CANCEL_CALL,
2117 SYSCALL_CANCEL_NCS): New macro.
2118 * sysdeps/nptl/lowlevellock.h (lll_wait_tid): Add timeout argument.
2119 (lll_timedwait_tid): Remove macro.
2120 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_wait_tid):
2121 Likewise.
2122 (lll_timedwait_tid): Likewise.
2123 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (lll_wait_tid):
2124 Likewise.
2125 (lll_timedwait_tid): Likewise.
2126 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_wait_tid):
2127 Likewise.
2128 (lll_timedwait_tid): Likewise.
2129 * sysdeps/unix/sysv/linux/clock_nanosleep.c (__clock_nanosleep):
2130 Use INTERNAL_SYSCALL_CANCEL.
2131 * sysdeps/unix/sysv/linux/futex-internal.h
2132 (futex_reltimed_wait_cancelable): Use LIBC_CANCEL_{ASYNC,RESET}
2133 instead of __pthread_{enable,disable}_asynccancel.
2134 * sysdeps/unix/sysv/linux/lowlevellock-futex.h
2135 (lll_futex_wait_cancel): New macro.
2136
2137 * sysdeps/i386/nptl/tls.h (THREAD_ATOMIC_CMPXCHG_VAL,
2138 THREAD_ATOMIC_AND, THREAD_ATOMIC_BIT_SET): Remove macros.
2139
2140 * sysdeps/x86_64/nptl/tls.h (THREAD_ATOMIC_CMPXCHG_VAL,
2141 THREAD_ATOMIC_AND, THREAD_ATOMIC_BIT_SET): Remove macros.
2142
2143 * debug/tst-backtrace5.c (handle_signal): Avoid cancellable wrappers
2144 in backtrace analysis.
2145 * nptl/tst-cancel4.c (tf_write): Handle cancelled syscall with
2146 side-effects.
2147 (tf_send): Likewise.
2148
2149 * io/creat.c (LIBC_CANCEL_HANDLED): Remove macro.
2150 * io/ppoll.c (LIBC_CANCEL_HANDLED): Likewise.
2151 * misc/pselect.c (LIBC_CANCEL_HANDLED): Likewise.
2152 * nptl/pthreadP.h (LIBC_CANCEL_HANDLED): Likewise.
2153 * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Likewise.
2154 * sysdeps/mach/hurd/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Likewise.
2155 * sysdeps/posix/pause.c (LIBC_CANCEL_HANDLED): Likewise.
2156 * sysdeps/posix/sigpause.c (LIBC_CANCEL_HANDLED): Likewise.
2157 * sysdeps/unix/sysv/linux/creat.c (LIBC_CANCEL_HANDLED): Likewise.
2158 * sysdeps/unix/sysv/linux/creat64.c (LIBC_CANCEL_HANDLED): Likewise.
2159 * sysdeps/unix/sysv/linux/sigwait.c (LIBC_CANCEL_HANDLED): Likewise.
2160 * sysdeps/unix/sysv/linux/sigwaitinfo.c (LIBC_CANCEL_HANDLED):
2161 Likewise.
2162 * nptl/Makefile [$(run-built-tests) = yes] (tests-special): Remove
2163 tst-cancel-wrappers.sh.
2164 (generated): Remove tst-cancel-wrappers.out.
2165 (tst-cancel-wrappers.out): Remove rule.
2166 * nptl/tst-cancel-wrappers.sh: Remove file.
2167
2168 2019-01-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
2169
2170 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h: Add comment.
2171 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c (_DL_HWCAP_COUNT):
2172 Update.
2173
2174 2019-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
2175
2176 [BZ #23640]
2177 * posix/tst-spawn.c (do_prepare, handle_restart, do_test): Add
2178 posix_spawn_file_actions_adddup2 test to check O_CLOCEXEC reset.
2179 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Add
2180 close-on-exec reset for adddup2 file action.
2181 * sysdeps/posix/spawni.c (__spawni_child): Likewise.
2182
2183 2019-01-03 Zack Weinberg <zackw@panix.com>
2184
2185 * include/features.h (__GLIBC_USE_DEPRECATED_SCANF): New __GLIBC_USE
2186 parameter. Only use deprecated scanf when __USE_GNU is defined
2187 and __STDC_VERSION__ is less than 199901L or __cplusplus is less
2188 than 201103L, whichever is relevant for the language being compiled.
2189
2190 * libio/stdio.h, libio/bits/stdio-ldbl.h: Decide whether to redirect
2191 scanf, fscanf, sscanf, vscanf, vfscanf, and vsscanf to their
2192 __isoc99_ variants based only on __GLIBC_USE (DEPRECATED_SCANF).
2193 * wcsmbs/wchar.h: wcsmbs/bits/wchar-ldbl.h: Likewise for
2194 wscanf, fwscanf, swscanf, vwscanf, vfwscanf, and vswscanf.
2195
2196 * libio/iovsscanf.c
2197 * libio/fwscanf.c
2198 * libio/iovswscanf.c
2199 * libio/swscanf.c
2200 * libio/vscanf.c
2201 * libio/vwscanf.c
2202 * libio/wscanf.c
2203 * stdio-common/fscanf.c
2204 * stdio-common/scanf.c
2205 * stdio-common/vfscanf.c
2206 * stdio-common/vfwscanf.c
2207 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
2208 * sysdeps/ieee754/ldbl-opt/nldbl-fscanf.c
2209 * sysdeps/ieee754/ldbl-opt/nldbl-fwscanf.c
2210 * sysdeps/ieee754/ldbl-opt/nldbl-iovfscanf.c
2211 * sysdeps/ieee754/ldbl-opt/nldbl-scanf.c
2212 * sysdeps/ieee754/ldbl-opt/nldbl-sscanf.c
2213 * sysdeps/ieee754/ldbl-opt/nldbl-swscanf.c
2214 * sysdeps/ieee754/ldbl-opt/nldbl-vfscanf.c
2215 * sysdeps/ieee754/ldbl-opt/nldbl-vfwscanf.c
2216 * sysdeps/ieee754/ldbl-opt/nldbl-vscanf.c
2217 * sysdeps/ieee754/ldbl-opt/nldbl-vsscanf.c
2218 * sysdeps/ieee754/ldbl-opt/nldbl-vswscanf.c
2219 * sysdeps/ieee754/ldbl-opt/nldbl-vwscanf.c
2220 * sysdeps/ieee754/ldbl-opt/nldbl-wscanf.c:
2221 Override __GLIBC_USE_DEPRECATED_SCANF to 1.
2222
2223 * stdio-common/sscanf.c: Likewise. Remove ldbl_hidden_def for __sscanf.
2224 * stdio-common/isoc99_sscanf.c: Add libc_hidden_def for __isoc99_sscanf.
2225 * include/stdio.h: Provide libc_hidden_proto for __isoc99_sscanf,
2226 not sscanf.
2227 [!__GLIBC_USE (DEPRECATED_SCANF)]: Define sscanf as __isoc99_scanf
2228 with a preprocessor macro.
2229
2230 * stdio-common/bug21.c, stdio-common/scanf14.c:
2231 Use %ms instead of %as, %mS instead of %aS, %m[] instead of %a[];
2232 remove DIAG_IGNORE_NEEDS_COMMENT for -Wformat.
2233 * stdio-common/scanf16.c: Likewise. Add __attribute__ ((format (scanf)))
2234 to xscanf, xfscanf, xsscanf.
2235
2236 * stdio-common/scanf14a.c: New copy of scanf14.c which still uses
2237 %as, %aS, %a[]. Remove DIAG_IGNORE_NEEDS_COMMENT for -Wformat.
2238 * stdio-common/scanf16a.c: New copy of scanf16.c which still uses
2239 %as, %aS, %a[]. Add __attribute__ ((format (scanf))) to xscanf,
2240 xfscanf, xsscanf.
2241 * stdio-common/scanf15.c, stdio-common/scanf17.c: No need to
2242 override feature selection macros or provide definitions of u_char etc.
2243 * stdio-common/Makefile (tests): Add scanf14a and scanf16a.
2244 (CFLAGS-scanf15.c, CFLAGS-scanf17.c): Remove.
2245 (CFLAGS-scanf14a.c, CFLAGS-scanf16a.c): New. Compile these files
2246 with -std=gnu89.
2247
2248 2019-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
2249
2250 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2251 bits/termios-misc.h.
2252 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Remove file.
2253 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2254 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2255 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2256 * sysdeps/unix/sysv/linux/bits/termios-misc.h: New file.
2257 * sysdeps/unix/sysv/linux/bits/termios.h: Include termios-misc.h.
2258
2259 * sysdeps/unix/sysv/linux/powerpc/bits/termios-misc.h: New file.
2260 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]
2261 (struct sgtty, struct tchars, struct ltchars, TIOCPKT_DATA,
2262 TIOCPKT_FLUSHREAD, TIOCPKT_FLUSHWRITE, TIOCPKT_STOP, TIOCPKT_START,
2263 TIOCPKT_NOSTOP, TIOCPKT_DOSTOP, _VINTR, _VQUIT, _VERASE, _VKILL,
2264 _VEOF, _VMIN, _VEOL, _VTIME, _VEOL2, _VSWTC): Move to
2265 termios-misc.h.
2266 * sysdeps/unix/sysv/linux/powerpc/Makefile [$subdir == misc]
2267 (sysdep_headers): Add termios-misc.h.
2268
2269 * sysdeps/unix/sysv/linux/bits/termios.h (_IOT_termios): Remove.
2270 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2271 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2272
2273 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2274 termios-tcflow.h.
2275 * sysdeps/unix/sysv/linux/bits/termios-tcflow.h: New file.
2276 * sysdeps/unix/sysv/linux/mips/bits/termios-tcflow.h: Likewise.
2277 * sysdeps/unix/sysv/linux/bits/termios.h (TCSANOW, TCSADRAIN,
2278 TCSAFLUSH): Move to termios-tcflow.h.
2279 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2280 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2281 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2282 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2283
2284 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2285 termios-c_lflag.h.
2286 * sysdeps/unix/sysv/linux/bits/termios-c_lflag.h: New file.
2287 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_lflag.h: Likewise.
2288 * sysdeps/unix/sysv/linux/mips/bits/termios-c_lflag.h: Likewise.
2289 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h: Likewise.
2290 * sysdeps/unix/sysv/linux/bits/termios.h (ISIG, ISCANON, ECHO, ECHOE,
2291 ECHOK, ECHONL, NOFLSH, TOSTOP, IEXTEN): Move to termios-c_lflag.h.
2292 [__USE_MISC || (__USE_XOPEN && !__USE_XOPEN2K)] (XCASE): Likewise.
2293 [__USE_MISC] (ECHOCTL, ECHOPRT, ECHOKE, FLUSHO, PENDIN, EXTPROC):
2294 Likewise.
2295 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2296 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2297 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2298 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2299
2300 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2301 termios-c_cflag.h.
2302 * sysdeps/unix/sysv/linux/bits/termios-c_cflag.h: New file.
2303 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_cflag.h: Likewise.
2304 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_cflag.h: Likewise.
2305 * sysdeps/unix/sysv/linux/bits/termios.h (CSIZE, CS5, CS6, CS7, CS8,
2306 CSTOPB, CREAD, PARENB, PARODD, HUPCL, CLOCAL): Move to
2307 termios-c_cflag.h.
2308 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2309 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2310 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2311 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2312
2313 [BZ #23783]
2314 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2315 termios-baud.h.
2316 * sysdeps/unix/sysv/linux/bits/termios-baud.h: New file.
2317 * sysdeps/unix/sysv/linux/alpha/bits/termios-baud.h: Likewise.
2318 * sysdeps/unix/sysv/linux/powerpc/bits/termios-baud.h: Likewise.
2319 * sysdeps/unix/sysv/linux/sparc/bits/termios-baud.h: Likewise.
2320 * sysdeps/unix/sysv/linux/alpha/bits/termios.h (B57600, B115200,
2321 B230400, B460800, B500000, B576000, B921600, B1000000, B1152000,
2322 B1500000, B2000000, B2500000, B3000000, B3500000, B4000000,
2323 __MAX_BAUD): Move to termios-baud.h.
2324 [__USE_MISC] (CBAUD, CBAUDEX): Likewise.
2325 * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
2326 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2327 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2328 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2329
2330 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
2331 termios-c_oflag.h.
2332 * sysdeps/unix/sysv/linux/bits/termios-c_oflag.h: New file.
2333 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_oflag.h: Likewise.
2334 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_oflag.h: Likewise.
2335 * sysdeps/unix/sysv/linux/sparc/bits/termios-c_oflag.h: Likewise.
2336 * sysdeps/unix/sysv/linux/bits/termios.h (OPOST, OLCUC, ONLCR, OCRNL,
2337 ONOCR, ONLRET, OFILL, OFDEL, VTDLY, VT0, VT1): Move to
2338 termios-c_oflag.h.
2339 [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, CRDLY, CR0, CR1, CR2,
2340 CR3, TABDLY, TAB0, TAB1, TAB2, TAB3, BSDLY, BS0, BS1, FFDLY, FF0,
2341 FFR1): Likewise.
2342 [USE_MISC] (XTABS): Likewise.
2343 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2344 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2345 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2346 * sysdeps/unix/sysv/linux/sparc/bits/termios.h Likewise.
2347
2348 * sysdeps/unix/sysv/linux/Makefile (sysdeps_headers): Add
2349 termios-c_iflag.h.
2350 * sysdeps/unix/sysv/linux/bits/termios-c_iflag.h: New file.
2351 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_iflag.h: Likewise.
2352 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_iflag.h: Likewise.
2353 * sysdeps/unix/sysv/linux/bits/termios.h (IGNBRK, BRKINT, IGNPAR, PARMRK,
2354 INPCK, ISTRIP, INLCR, IGNCR, ICRNL, IXON, IXOFF, IXANY, IUCLC, IMAXBEL,
2355 IUTF8): Move to termios-c_iflag.h.
2356 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2357 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2358 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2359 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2360
2361 * sysdeps/unix/sysv/linux/Makefile (sysdeps_headers): Add
2362 termios-cc.h.
2363 * sysdeps/unix/sysv/linux/bits/termios-c_cc.h: Likewise.
2364 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_cc.h: New file.
2365 * sysdeps/unix/sysv/linux/mips/bits/termios-c_cc.h: Likewise.
2366 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_cc.h: Likewise.
2367 * sysdeps/unix/sysv/linux/sparc/bits/termios-c_cc.h: Likewise.
2368 * sysdeps/unix/sysv/linux/bits/termios.h (VINTR, VQUIT, VERASE,
2369 VKILL, VEOF, VTIME, VMIN, VSWTC, VSTART, VSTOP, VSUSP, VEOL,
2370 VREPRINT, VDISCARD, VWERASE, VLNEXT, VEOLF2): Move to termios-cc.h.
2371 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2372 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2373 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2374 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2375
2376 * sysdeps/unix/sysv/linux/alpha/bits/termios-struct.h: New file.
2377 * sysdeps/unix/sysv/linux/bits/termios-struct.h: Likewise.
2378 * sysdeps/unix/sysv/linux/mips/bits/termios-struct.h: Likewise.
2379 * sysdeps/unix/sysv/linux/sparc/bits/termios-struct.h: Likewise.
2380 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2381 termios-struct.h.
2382 * sysdeps/unix/sysv/linux/bits/termios.h (struct termios): Move to
2383 termios-struct.h.
2384 * sysdeps/unix/sysv/linux/alpha/bits/termios.h (struct termios):
2385 Likewise.
2386 * sysdeps/unix/sysv/linux/mips/bits/termios.h (struct termios):
2387 Likewise.
2388 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct termios):
2389 Likewise.
2390 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (struct termios):
2391 Likewise.
2392 * sysdeps/unix/sysv/linux/kernel_termios.h (_HAVE_C_ISPEED,
2393 _HAVE_C_OSPEED): Define.
2394 * sysdeps/unix/sysv/linux/mips/kernel_termios.h (_HAVE_C_ISPEED,
2395 _HAVE_C_OSPEED): Likewise.
2396 * sysdeps/unix/sysv/linux/sparc/kernel_termios.h (_HAVE_C_ISPEED,
2397 _HAVE_C_OSPEED): Likewise.
2398 * sysdeps/unix/sysv/linux/speed.c [_HAVE_STRUCT_TERMIOS_C_OSPEED]
2399 (cfsetospeed): Check for define value instead of existence.
2400 [_HAVE_STRUCT_TERMIOS_C_ISPEED] (cfsetispeed): Likewise.
2401 * sysdeps/unix/sysv/linux/tcgetattr.c [_HAVE_STRUCT_TERMIOS_C_ISPEED
2402 && _HAVE_C_ISPEED] (__tcgetattr): Likewise.
2403 * sysdeps/unix/sysv/linux/tcsetattr.c [_HAVE_STRUCT_TERMIOS_C_ISPEED
2404 && _HAVE_C_ISPEED] (__tcsetattr): Likewise.
2405
2406 [BZ #17783]
2407 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_MISC] (TIOCSER_TEMT):
2408 Define.
2409 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]
2410 (TIOCSER_TEMT): Likewise.
2411 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_MISC]
2412 (TEOCSER_TEMT): Likewise.
2413
2414 2019-01-02 PanderMusubi <pander@users.sourceforge.net>
2415
2416 [BZ #24011]
2417 * localedata/locales/bs_BA (LC_TELEPHONE): Fix a typo in comment.
2418
2419 2019-01-02 Joseph Myers <joseph@codesourcery.com>
2420
2421 * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
2422
2423 2019-01-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
2424
2425 * sysdeps/htl/pt-barrierattr-setpshared.c
2426 (pthread_barrierattr_setpshared): Add stub warning.
2427 * sysdeps/htl/pt-condattr-setpshared.c
2428 (pthread_condattr_setpshared): Likewise.
2429 * sysdeps/htl/pt-mutexattr-setpshared.c
2430 (pthread_mutexattr_setpshared): Likewise.
2431 * sysdeps/htl/pt-rwlockattr-setpshared.c
2432 (pthread_rwlockattr_setpshared): Likewise.
2433 * sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c
2434 (pthread_mutexattr_setpshared): Likewise.
2435
2436 2019-01-02 Joseph Myers <joseph@codesourcery.com>
2437
2438 * sysdeps/unix/sysv/linux/tst-mman-consts.py (main): Expect
2439 constants to match with Linux 4.20.
2440
2441 * sysdeps/mips/mips32/libm-test-ulps: Update.
2442 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
2443
2444 2019-01-02 Aurelien Jarno <aurelien@aurel32.net>
2445
2446 [BZ #24034]
2447 * sysdeps/unix/sysv/linux/arm/atomic-machine.h
2448 (__arm_assisted_compare_and_exchange_val_32_acq): Use uint32_t rather
2449 than __typeof (...) for the a_ptr variable.
2450
2451 2019-01-02 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
2452
2453 * debug/sprintf_chk.c (___sprintf_chk): Use PRINTF_CHK.
2454 * debug/vsprintf_chk.c (___vsprintf_chk): Likewise.
2455 * libio/Makefile (tests): Add tst-sprintf-ub and
2456 tst-sprintf-chk-ub.
2457 (CFLAGS-tst-sprintf-ub.c): New variable.
2458 (CFLAGS-tst-sprintf-chk-ub.c): Likewise.
2459 * libio/iovsprintf.c (__vsprintf_internal): Only erase the
2460 destination buffer and check for overflows in fortified mode.
2461 * libio/libioP.h (PRINTF_CHK): New macro.
2462 * libio/tst-sprintf-chk-ub.c: New file.
2463 * libio/tst-sprintf-ub.c: Likewise.
2464
2465 2019-01-02 Florian Weimer <fweimer@redhat.com>
2466
2467 [BZ #24018]
2468 * intl/dcigettext.c (DCIGETTEXT): Do not return NULL on asprintf
2469 failure.
2470
2471 2019-01-02 Florian Weimer <fweimer@redhat.com>
2472
2473 * nptl/tst-audit-threads.c: Switch to <support/test-driver.c>.
2474
2475 2019-01-01 Joseph Myers <joseph@codesourcery.com>
2476
2477 * sysdeps/unix/sysv/linux/bits/in.h (IPV6_MULTICAST_ALL): New
2478 macro.
2479
2480 * sysdeps/unix/sysv/linux/netpacket/packet.h
2481 (PACKET_IGNORE_OUTGOING): New macro.
2482
2483 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_SSBS): New
2484 macro.
2485
2486 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
2487 version to 4.20.
2488 (riscv_flush_icache): New syscall.
2489
2490 * manual/texinfo.tex: Update to version 2018-12-28.17 with
2491 trailing whitespace removed.
2492 * scripts/config.guess: Update to version 2019-01-01.
2493 * scripts/config.sub: Update to version 2019-01-01.
2494 * scripts/move-if-change: Update from gnulib.
2495
2496 * NEWS: Update copyright dates.
2497 * catgets/gencat.c (print_version): Likewise.
2498 * csu/version.c (banner): Likewise.
2499 * debug/catchsegv.sh: Likewise.
2500 * debug/pcprofiledump.c (print_version): Likewise.
2501 * debug/xtrace.sh (do_version): Likewise.
2502 * elf/ldconfig.c (print_version): Likewise.
2503 * elf/ldd.bash.in: Likewise.
2504 * elf/pldd.c (print_version): Likewise.
2505 * elf/sotruss.sh: Likewise.
2506 * elf/sprof.c (print_version): Likewise.
2507 * iconv/iconv_prog.c (print_version): Likewise.
2508 * iconv/iconvconfig.c (print_version): Likewise.
2509 * locale/programs/locale.c (print_version): Likewise.
2510 * locale/programs/localedef.c (print_version): Likewise.
2511 * login/programs/pt_chown.c (print_version): Likewise.
2512 * malloc/memusage.sh (do_version): Likewise.
2513 * malloc/memusagestat.c (print_version): Likewise.
2514 * malloc/mtrace.pl: Likewise.
2515 * manual/libc.texinfo: Likewise.
2516 * nptl/version.c (banner): Likewise.
2517 * nscd/nscd.c (print_version): Likewise.
2518 * nss/getent.c (print_version): Likewise.
2519 * nss/makedb.c (print_version): Likewise.
2520 * posix/getconf.c (main): Likewise.
2521 * scripts/test-installation.pl: Likewise.
2522 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2523
2524 * All files with FSF copyright notices: Update copyright dates
2525 using scripts/update-copyrights.
2526 * locale/programs/charmap-kw.h: Regenerated.
2527 * locale/programs/locfile-kw.h: Likewise.
2528
2529 2018-12-31 Joseph Myers <joseph@codesourcery.com>
2530
2531 * timezone/zdump.c: Update from tzcode 2018i.
2532 * timezone/zic.c: Likewise.
2533
2534 2018-12-31 Paul Eggert <eggert@cs.ucla.edu>
2535
2536 regex: improve Gnulib port to AIX
2537 From the glibc point of view, this removes duplicate macro
2538 definitions and is obviously safe.
2539 From the Gnulib point of view, this pacifies xlc 12.01 on AIX 7.1.
2540 * posix/regex_internal.h:
2541 (__attribute__, __attribute_warn_unused_result__):
2542 Remove; already defined elsewhere.
2543
2544 2018-12-31 Florian Weimer <fw@deneb.enyo.de>
2545
2546 [BZ #24027]
2547 * malloc/malloc.c (_int_realloc): Always call memcpy for the
2548 copying operation. (ncopies had the wrong type, resulting in an
2549 integer wraparound and too few elements being copied.)
2550
2551 2018-12-31 H.J. Lu <hongjiu.lu@intel.com>
2552
2553 [BZ #24022]
2554 * sysdeps/unix/sysv/linux/riscv/flush-icache.c: Check if
2555 <asm/syscalls.h> exists with __has_include__ before including it.
2556
2557 2018-12-31 Joseph Myers <joseph@codesourcery.com>
2558
2559 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
2560 version to 4.20.
2561
2562 2018-12-28 Justus Winter <4winter@informatik.uni-hamburg.de>
2563
2564 * hurd/lookup-retry: Include <unistd.h>.
2565 (__hurd_file_name_lookup_retry): Keep a ref on last result in `lastdir'.
2566 Release it on return. Handle "pid" magical lookup retry.
2567
2568 2018-12-28 Rafal Luzynski <digitalfreak@lingonborough.com>
2569
2570 [BZ #10496]
2571 * localedata/locales/aa_DJ (t_fmt): Set to "%l:%M:%S %p".
2572 (t_fmt_ampm): Likewise.
2573 * localedata/locales/aa_ER (t_fmt): Likewise.
2574 (t_fmt_ampm): Likewise.
2575 * localedata/locales/aa_ER@saaho (t_fmt): Likewise.
2576 (t_fmt_ampm): Likewise.
2577 * localedata/locales/aa_ET (t_fmt): Likewise.
2578 (t_fmt_ampm): Likewise.
2579 * localedata/locales/am_ET (t_fmt): Likewise.
2580 (t_fmt_ampm): Likewise.
2581 * localedata/locales/byn_ER (t_fmt): Likewise.
2582 (t_fmt_ampm): Likewise.
2583 * localedata/locales/om_ET (t_fmt): Likewise.
2584 (t_fmt_ampm): Likewise.
2585 * localedata/locales/sid_ET (t_fmt): Likewise.
2586 (t_fmt_ampm): Likewise.
2587 * localedata/locales/so_DJ (t_fmt): Likewise.
2588 (t_fmt_ampm): Likewise.
2589 * localedata/locales/so_ET (t_fmt): Likewise.
2590 (t_fmt_ampm): Likewise.
2591 * localedata/locales/so_SO (t_fmt): Likewise.
2592 (t_fmt_ampm): Likewise.
2593 * localedata/locales/ti_ER (t_fmt): Likewise.
2594 (t_fmt_ampm): Likewise.
2595 * localedata/locales/ti_ET (t_fmt): Likewise.
2596 (t_fmt_ampm): Likewise.
2597 * localedata/locales/tig_ER (t_fmt): Likewise.
2598 (t_fmt_ampm): Likewise.
2599 * localedata/locales/wal_ET (t_fmt): Likewise.
2600 (t_fmt_ampm): Likewise.
2601
2602 * localedata/locales/anp_IN (t_fmt): Set to "%I:%M:%S %p %Z".
2603 * localedata/locales/ar_IN (t_fmt): Likewise.
2604 * localedata/locales/bhb_IN (t_fmt): Likewise.
2605 * localedata/locales/bho_IN (t_fmt): Likewise.
2606 * localedata/locales/bi_VU (t_fmt): Likewise.
2607 * localedata/locales/bn_BD (t_fmt): Likewise.
2608 * localedata/locales/bn_IN (t_fmt): Likewise.
2609 * localedata/locales/brx_IN (t_fmt): Likewise.
2610 * localedata/locales/doi_IN (t_fmt): Likewise.
2611 * localedata/locales/en_HK (t_fmt): Likewise.
2612 (t_fmt_ampm): Likewise.
2613 * localedata/locales/en_IN (t_fmt): Likewise.
2614 * localedata/locales/en_PH (t_fmt): Likewise.
2615 * localedata/locales/gu_IN (t_fmt): Likewise.
2616 * localedata/locales/hi_IN (t_fmt): Likewise.
2617 * localedata/locales/hif_FJ (t_fmt): Likewise.
2618 * localedata/locales/hne_IN (t_fmt): Likewise.
2619 * localedata/locales/kn_IN (t_fmt): Likewise.
2620 * localedata/locales/kok_IN (t_fmt): Likewise.
2621 * localedata/locales/ks_IN (t_fmt): Likewise.
2622 * localedata/locales/ks_IN@devanagari (t_fmt): Likewise.
2623 * localedata/locales/mag_IN (t_fmt): Likewise.
2624 * localedata/locales/mai_IN (t_fmt): Likewise.
2625 * localedata/locales/mjw_IN (t_fmt): Likewise.
2626 * localedata/locales/ml_IN (t_fmt): Likewise.
2627 * localedata/locales/mni_IN (t_fmt): Likewise.
2628 * localedata/locales/mr_IN (t_fmt): Likewise.
2629 * localedata/locales/ms_MY (t_fmt): Likewise.
2630 * localedata/locales/pa_IN (t_fmt): Likewise.
2631 * localedata/locales/raj_IN (t_fmt): Likewise.
2632 * localedata/locales/sa_IN (t_fmt): Likewise.
2633 * localedata/locales/sat_IN (t_fmt): Likewise.
2634 * localedata/locales/sd_IN (t_fmt): Likewise.
2635 * localedata/locales/sd_IN@devanagari (t_fmt): Likewise.
2636 * localedata/locales/tcy_IN (t_fmt): Likewise.
2637 * localedata/locales/the_NP (t_fmt): Likewise.
2638 * localedata/locales/to_TO (t_fmt): Likewise.
2639 * localedata/locales/ur_IN (t_fmt): Likewise.
2640
2641 * localedata/locales/hif_FJ (d_t_fmt): Set to
2642 "%A %d %b %Y %I:%M:%S %p".
2643 (date_fmt): Add, set to "%A %d %b %Y %I:%M:%S %p %Z".
2644
2645 * localedata/locales/ar_AE (t_fmt): Set to "%Z %I:%M:%S %p".
2646 * localedata/locales/ar_BH (t_fmt): Likewise.
2647 * localedata/locales/ar_DZ (t_fmt): Likewise.
2648 * localedata/locales/ar_EG (t_fmt): Likewise.
2649 * localedata/locales/ar_IQ (t_fmt): Likewise.
2650 * localedata/locales/ar_JO (t_fmt): Likewise.
2651 * localedata/locales/ar_KW (t_fmt): Likewise.
2652 * localedata/locales/ar_LB (t_fmt): Likewise.
2653 * localedata/locales/ar_LY (t_fmt): Likewise.
2654 * localedata/locales/ar_OM (t_fmt): Likewise.
2655 * localedata/locales/ar_QA (t_fmt): Likewise.
2656 * localedata/locales/ar_SD (t_fmt): Likewise.
2657 * localedata/locales/ar_SS (t_fmt): Likewise.
2658 * localedata/locales/ar_SY (t_fmt): Likewise.
2659 * localedata/locales/ar_TN (t_fmt): Likewise.
2660 * localedata/locales/ar_YE (t_fmt): Likewise.
2661
2662 * localedata/locales/gez_ER (t_fmt): Set to "%l:%M:%S<U1361>%p".
2663 (t_fmt_ampm): Likewise.
2664 * localedata/locales/gez_ET (t_fmt): Likewise.
2665 (t_fmt_ampm): Likewise.
2666
2667 * localedata/locales/ta_IN (t_fmt): Set to "%p %I:%M:%S %Z".
2668 (t_fmt_ampm): Likewise.
2669 (d_t_fmt): Set to "%A %d %B %Y %p %I:%M:%S %Z".
2670
2671 * localedata/locales/zh_HK (t_fmt):
2672 Set to "%p %I<U6642>%M<U5206>%S<U79D2> %Z".
2673
2674 * localedata/locales/ar_MA (t_fmt_ampm): Set to "" (empty string)
2675 because this locale does not use the 12-hour clock.
2676 (t_fmt): Set to "%Z %H:%M:%S".
2677 (d_t_fmt): Set to "%d %b, %Y %Z %H:%M:%S".
2678
2679 * localedata/locales/mt_MT (t_fmt_ampm): Set to "" (empty string)
2680 because this locale does not use the 12-hour clock.
2681 (t_fmt): Set to "%H:%M:%S %Z".
2682 (d_t_fmt): Set to "%A, %d ta %b, %Y %H:%M:%S %Z".
2683
2684 * localedata/locales/so_KE (t_fmt_ampm): Set to "" (empty string)
2685 because this locale does not use the 12-hour clock.
2686 (t_fmt): Set to "%T".
2687 (d_t_fmt): Set to "%A, %B %e, %Y %X %Z".
2688 (date_fmt): Set to "%A, %B %e, %X %Z %Y".
2689
2690 * localedata/locales/ta_LK (t_fmt_ampm): Set to "" (empty string)
2691 because this locale does not use the 12-hour clock.
2692 (t_fmt): Set to "%H:%M:%S %Z".
2693 (d_t_fmt): Set to "%A %d %B %Y %H:%M:%S %Z".
2694
2695 * localedata/locales/bg_BG (t_fmt_ampm): Set to "" (empty string)
2696 because this locale does not use the 12-hour clock.
2697 * localedata/locales/cs_CZ (t_fmt_ampm): Likewise.
2698 * localedata/locales/sk_SK (t_fmt_ampm): Likewise.
2699
2700 2018-12-28 Rafal Luzynski <digitalfreak@lingonborough.com>
2701
2702 [BZ #10496]
2703 [BZ #23724]
2704 * localedata/locales/sq_AL (t_fmt): Set to "%I:%M:%S.%p %Z".
2705 (t_fmt_ampm): Likewise.
2706 (d_t_fmt): Set to "%a %-d %b %Y %I:%M:%S.%p".
2707 (date_fmt): Add, set to "%a %-d %b %Y %I:%M:%S.%p %Z".
2708 (d_fmt): Set to "%-d.%-m.%y".
2709
2710 2018-12-28 Adhemerval Zanella <adhemerval.zanella@linaro.org>
2711
2712 * malloc/alloc_buffer_alloc_array.c (__libc_alloc_buffer_alloc_array):
2713 Use __builtin_mul_overflow in place of check_mul_overflow_size_t.
2714 * malloc/dynarray_emplace_enlarge.c (__libc_dynarray_emplace_enlarge):
2715 Likewise.
2716 * malloc/dynarray_resize.c (__libc_dynarray_resize): Likewise.
2717 * malloc/reallocarray.c (__libc_reallocarray): Likewise.
2718 * malloc/malloc-internal.h (check_mul_overflow_size_t): Remove
2719 function.
2720 * support/blob_repeat.c (check_mul_overflow_size_t,
2721 (minimum_stride_size, support_blob_repeat_allocate): Likewise.
2722
2723 2018-12-28 Aurelien Jarno <aurelien@aurel32.net>
2724
2725 * sysdeps/alpha/fpu/libm-test-ulps: Regenerated.
2726
2727 2018-12-27 Paul Eggert <eggert@cs.ucla.edu>
2728
2729 regex: simplify Gnulib port
2730 This simplifies the code, by removing stuff intended for porting
2731 to Gnulib but no longer needed there.
2732 * posix/regcomp.c [!_LIBC]: No need to put #ifdef _LIBC around
2733 uses of libc_hidden_def, weak_alias.
2734 * posix/regcomp.c, posix/regexec.c: Use __restrict rather than
2735 _Restrict_ except for public-facing headers.
2736 * posix/regex_internal.h (attribute_hidden) [!_LIBC]:
2737 Remove; already defined elsewhere.
2738 * posix/regex.c, posix/regex_internal.h:
2739 Use __GNUC_PREREQ instead of rolling our own.
2740 * posix/regex_internal.h (__GNUC_PREREQ): Remove duplicate defn.
2741
2742 2018-12-27 Wilco Dijkstra <wdijkstr@arm.com>
2743
2744 * benchtests/bench-strlen.c (generic_strlen): New function.
2745 (memchr_strlen): New function.
2746
2747 2018-12-26 H.J. Lu <hongjiu.lu@intel.com>
2748
2749 * sysdeps/x86_64/fpu/s_sincosf.S: Removed.
2750 * sysdeps/x86_64/fpu/multiarch/s_sincosf-sse2.S: Likewise.
2751 * sysdeps/x86_64/fpu/multiarch/s_sincosf-sse2.c: New file.
2752
2753 2018-12-26 H.J. Lu <hongjiu.lu@intel.com>
2754
2755 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
2756
2757 2018-12-26 H.J. Lu <hongjiu.lu@intel.com>
2758
2759 * sysdeps/ieee754/flt-32/s_sincosf.h: Include <sincosf_poly.h>.
2760 (sincos_t, sincosf_poly, sinf_poly): Moved to ...
2761 * sysdeps/ieee754/flt-32/sincosf_poly.h: Here. New file.
2762 * sysdeps/x86/fpu/s_sincosf_data.c: New file.
2763 * sysdeps/x86/fpu/sincosf_poly.h: Likewise.
2764 * sysdeps/x86_64/fpu/multiarch/s_sincosf-fma.c: Just include
2765 <sysdeps/ieee754/flt-32/s_sincosf.c>.
2766
2767 2018-12-21 Joseph Myers <joseph@codesourcery.com>
2768
2769 [BZ #24023]
2770 * sysdeps/unix/sysv/linux/nios2/localplt.data: Allow __floatundidf
2771 PLT reference in libc.so.
2772 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Allow
2773 _Q_lltoq and _Q_qtod PLT references in libc.so.
2774
2775 2018-12-21 Wilco Dijkstra <wdijkstr@arm.com>
2776
2777 * benchtests/bench-memchr.c: Cleanup defines.
2778 * benchtests/bench-memcmp.c: Likewise.
2779 * benchtests/bench-memset.c: Likewise.
2780 * benchtests/bench-memset-large.c: Likewise.
2781 * benchtests/bench-memset-walk.c: Likewise.
2782 * benchtests/bench-stpcpy.c: Likewise.
2783 * benchtests/bench-stpncpy.c: Likewise.
2784 * benchtests/bench-strcat.c: Likewise.
2785 * benchtests/bench-strchr.c: Likewise.
2786 * benchtests/bench-strcmp.c: Likewise.
2787 * benchtests/bench-strcpy.c: Likewise.
2788 * benchtests/bench-strcspn.c: Likewise.
2789 * benchtests/bench-string.h: Likewise.
2790 * benchtests/bench-strlen.c: Likewise.
2791 * benchtests/bench-strncat.c: Likewise.
2792 * benchtests/bench-strncmp.c: Likewise.
2793 * benchtests/bench-strncpy.c: Likewise.
2794 * benchtests/bench-strnlen.c: Likewise.
2795 * benchtests/bench-strpbrk.c: Likewise.
2796 * benchtests/bench-strrchr.c: Likewise.
2797 * benchtests/bench-strspn.c: Likewise.
2798
2799 2018-12-21 Joseph Myers <joseph@codesourcery.com>
2800
2801 * stdlib/longlong.h: Update from GCC.
2802
2803 [BZ #23993]
2804 * configure.ac (libc_cv_compiler_ok): Require GCC 5 or later.
2805 * configure: Regenerated.
2806 * manual/install.texi (Tools for Compilation): Update minimum GCC
2807 version.
2808 * INSTALL: Regenerated.
2809
2810 2018-12-21 Istvan Kurucsai <pistukem@gmail.com>
2811
2812 * malloc/malloc.c (munmap_chunk): Verify chunk alignment.
2813
2814 2018-12-20 Istvan Kurucsai <pistukem@gmail.com>
2815
2816 * malloc/malloc.c (mremap_chunk): Additional checks.
2817
2818 2018-12-21 Mao Han <han_mao@c-sky.com>
2819
2820 * config.h.in (CSKYABI, CSKY_HARD_FLOAT): New Define.
2821 * scripts/build-many-glibcs.py: Add C-SKY targets.
2822 * sysdeps/csky/Implies: New file.
2823 * sysdeps/csky/Makefile: Likewise.
2824 * sysdeps/csky/abiv2/__longjmp.S: Likewise.
2825 * sysdeps/csky/abiv2/csky-mcount.S: Likewise.
2826 * sysdeps/csky/abiv2/dl-trampoline.S: Likewise.
2827 * sysdeps/csky/abiv2/memcmp.S: Likewise.
2828 * sysdeps/csky/abiv2/memcpy.S: Likewise.
2829 * sysdeps/csky/abiv2/memmove.S: Likewise.
2830 * sysdeps/csky/abiv2/memset.S: Likewise.
2831 * sysdeps/csky/abiv2/setjmp.S: Likewise.
2832 * sysdeps/csky/abiv2/start.S: Likewise.
2833 * sysdeps/csky/abiv2/strcmp.S: Likewise.
2834 * sysdeps/csky/abiv2/strcpy.S: Likewise.
2835 * sysdeps/csky/abiv2/strlen.S: Likewise.
2836 * sysdeps/csky/abiv2/tls-macros.h: Likewise.
2837 * sysdeps/csky/abort-instr.h: Likewise.
2838 * sysdeps/csky/atomic-machine.h: Likewise.
2839 * sysdeps/csky/bits/endian.h: Likewise.
2840 * sysdeps/csky/bits/fenv.h: Likewise.
2841 * sysdeps/csky/bits/link.h: Likewise.
2842 * sysdeps/csky/bits/setjmp.h: Likewise.
2843 * sysdeps/csky/bsd-_setjmp.S: Likewise.
2844 * sysdeps/csky/bsd-setjmp.S: Likewise.
2845 * sysdeps/csky/configure: Likewise.
2846 * sysdeps/csky/configure.ac: Likewise.
2847 * sysdeps/csky/dl-machine.h: Likewise.
2848 * sysdeps/csky/dl-procinfo.c: Likewise.
2849 * sysdeps/csky/dl-procinfo.h: Likewise.
2850 * sysdeps/csky/dl-sysdep.h: Likewise.
2851 * sysdeps/csky/dl-tls.h: Likewise.
2852 * sysdeps/csky/fpu/fclrexcpt.c: Likewise.
2853 * sysdeps/csky/fpu/fedisblxcpt.c: Likewise.
2854 * sysdeps/csky/fpu/feenablxcpt.c: Likewise.
2855 * sysdeps/csky/fpu/fegetenv.c: Likewise.
2856 * sysdeps/csky/fpu/fegetexcept.c: Likewise.
2857 * sysdeps/csky/fpu/fegetmode.c: Likewise.
2858 * sysdeps/csky/fpu/fegetround.c: Likewise.
2859 * sysdeps/csky/fpu/feholdexcpt.c: Likewise.
2860 * sysdeps/csky/fpu/fenv_libc.h: Likewise.
2861 * sysdeps/csky/fpu/fenv_private.h: Likewise.
2862 * sysdeps/csky/fpu/fesetenv.c: Likewise.
2863 * sysdeps/csky/fpu/fesetexcept.c: Likewise.
2864 * sysdeps/csky/fpu/fesetmode.c: Likewise.
2865 * sysdeps/csky/fpu/fesetround.c: Likewise.
2866 * sysdeps/csky/fpu/feupdateenv.c: Likewise.
2867 * sysdeps/csky/fpu/fgetexcptflg.c: Likewise.
2868 * sysdeps/csky/fpu/fix-fp-int-convert-overflow.h: Likewise.
2869 * sysdeps/csky/fpu/fraiseexcpt.c: Likewise.
2870 * sysdeps/csky/fpu/fsetexcptflg.c: Likewise.
2871 * sysdeps/csky/fpu/ftestexcept.c: Likewise.
2872 * sysdeps/csky/fpu/libm-test-ulps: Likewise.
2873 * sysdeps/csky/fpu/libm-test-ulps-name: Likewise.
2874 * sysdeps/csky/fpu_control.h: Likewise.
2875 * sysdeps/csky/gccframe.h: Likewise.
2876 * sysdeps/csky/jmpbuf-unwind.h: Likewise.
2877 * sysdeps/csky/ldsodefs.h: Likewise.
2878 * sysdeps/csky/libc-tls.c: Likewise.
2879 * sysdeps/csky/linkmap.h: Likewise.
2880 * sysdeps/csky/machine-gmon.h: Likewise.
2881 * sysdeps/csky/memusage.h: Likewise.
2882 * sysdeps/csky/nofpu/Implies: Likewise.
2883 * sysdeps/csky/nofpu/libm-test-ulps: Likewise.
2884 * sysdeps/csky/nofpu/libm-test-ulps-name: Likewise.
2885 * sysdeps/csky/nptl/Makefile: Likewise.
2886 * sysdeps/csky/nptl/bits/pthreadtypes-arch.h: Likewise.
2887 * sysdeps/csky/nptl/bits/semaphore.h: Likewise.
2888 * sysdeps/csky/nptl/pthread-offsets.h: Likewise.
2889 * sysdeps/csky/nptl/pthreaddef.h: Likewise.
2890 * sysdeps/csky/nptl/tcb-offsets.sym: Likewise.
2891 * sysdeps/csky/nptl/tls.h: Likewise.
2892 * sysdeps/csky/preconfigure: Likewise.
2893 * sysdeps/csky/sfp-machine.h: Likewise.
2894 * sysdeps/csky/sotruss-lib.c: Likewise.
2895 * sysdeps/csky/stackinfo.h: Likewise.
2896 * sysdeps/csky/sysdep.h: Likewise.
2897 * sysdeps/csky/tininess.h: Likewise.
2898 * sysdeps/csky/tst-audit.h: Likewise.
2899 * sysdeps/unix/sysv/linux/csky/Implies: Likewise.
2900 * sysdeps/unix/sysv/linux/csky/Makefile: Likewise.
2901 * sysdeps/unix/sysv/linux/csky/Versions: Likewise.
2902 * sysdeps/unix/sysv/linux/csky/abiv2/____longjmp_chk.S: Likewise.
2903 * sysdeps/unix/sysv/linux/csky/abiv2/clone.S: Likewise.
2904 * sysdeps/unix/sysv/linux/csky/abiv2/getcontext.S: Likewise.
2905 * sysdeps/unix/sysv/linux/csky/abiv2/setcontext.S: Likewise.
2906 * sysdeps/unix/sysv/linux/csky/abiv2/swapcontext.S: Likewise.
2907 * sysdeps/unix/sysv/linux/csky/abiv2/syscall.S: Likewise.
2908 * sysdeps/unix/sysv/linux/csky/abiv2/sysdep.S: Likewise.
2909 * sysdeps/unix/sysv/linux/csky/abiv2/ucontext_i.sym: Likewise.
2910 * sysdeps/unix/sysv/linux/csky/bits/procfs.h: Likewise.
2911 * sysdeps/unix/sysv/linux/csky/bits/shmlba.h: Likewise.
2912 * sysdeps/unix/sysv/linux/csky/c++-types.data: Likewise.
2913 * sysdeps/unix/sysv/linux/csky/configure: Likewise.
2914 * sysdeps/unix/sysv/linux/csky/configure.ac: Likewise.
2915 * sysdeps/unix/sysv/linux/csky/ipc_priv.h: Likewise.
2916 * sysdeps/unix/sysv/linux/csky/jmp_buf-macros.h: Likewise.
2917 * sysdeps/unix/sysv/linux/csky/kernel-features.h: Likewise.
2918 * sysdeps/unix/sysv/linux/csky/ld.abilist: Likewise.
2919 * sysdeps/unix/sysv/linux/csky/ldconfig.h: Likewise.
2920 * sysdeps/unix/sysv/linux/csky/libBrokenLocale.abilist: Likewise.
2921 * sysdeps/unix/sysv/linux/csky/libanl.abilist: Likewise.
2922 * sysdeps/unix/sysv/linux/csky/libc.abilist: Likewise.
2923 * sysdeps/unix/sysv/linux/csky/libcrypt.abilist: Likewise.
2924 * sysdeps/unix/sysv/linux/csky/libdl.abilist: Likewise.
2925 * sysdeps/unix/sysv/linux/csky/libm.abilist: Likewise.
2926 * sysdeps/unix/sysv/linux/csky/libpthread.abilist: Likewise.
2927 * sysdeps/unix/sysv/linux/csky/libresolv.abilist: Likewise.
2928 * sysdeps/unix/sysv/linux/csky/librt.abilist: Likewise.
2929 * sysdeps/unix/sysv/linux/csky/libthread_db.abilist: Likewise.
2930 * sysdeps/unix/sysv/linux/csky/libutil.abilist: Likewise.
2931 * sysdeps/unix/sysv/linux/csky/localplt.data: Likewise.
2932 * sysdeps/unix/sysv/linux/csky/makecontext.c: Likewise.
2933 * sysdeps/unix/sysv/linux/csky/profil-counter.h: Likewise.
2934 * sysdeps/unix/sysv/linux/csky/pt-vfork.S: Likewise.
2935 * sysdeps/unix/sysv/linux/csky/register-dump.h: Likewise.
2936 * sysdeps/unix/sysv/linux/csky/shlib-versions: Likewise.
2937 * sysdeps/unix/sysv/linux/csky/sigcontextinfo.h: Likewise.
2938 * sysdeps/unix/sysv/linux/csky/sys/cachectl.h: Likewise.
2939 * sysdeps/unix/sysv/linux/csky/sys/ucontext.h: Likewise.
2940 * sysdeps/unix/sysv/linux/csky/sys/user.h: Likewise.
2941 * sysdeps/unix/sysv/linux/csky/syscalls.list: Likewise.
2942 * sysdeps/unix/sysv/linux/csky/sysdep.h: Likewise.
2943
2944 2018-12-18 Albert ARIBAUD <albert.aribaud@3adev.fr>
2945
2946 * include/time.h (__difftime64): Add.
2947 * time/difftime.c (subtract): convert to 64-bit time.
2948 * time/difftime.c (__difftime64): Add.
2949 * time/difftime.c (__difftime): Wrap around __difftime64.
2950
2951 2018-12-20 H.J. Lu <hongjiu.lu@intel.com>
2952
2953 * manual/examples/add.c: Remove redundant "if not".
2954 * manual/examples/argp-ex1.c: Likewise.
2955 * manual/examples/argp-ex2.c: Likewise.
2956 * manual/examples/argp-ex3.c: Likewise.
2957 * manual/examples/argp-ex4.c: Likewise.
2958 * manual/examples/atexit.c: Likewise.
2959 * manual/examples/db.c: Likewise.
2960 * manual/examples/dir.c: Likewise.
2961 * manual/examples/dir2.c: Likewise.
2962 * manual/examples/execinfo.c: Likewise.
2963 * manual/examples/filecli.c: Likewise.
2964 * manual/examples/filesrv.c: Likewise.
2965 * manual/examples/fmtmsgexpl.c: Likewise.
2966 * manual/examples/genpass.c: Likewise.
2967 * manual/examples/inetcli.c: Likewise.
2968 * manual/examples/inetsrv.c: Likewise.
2969 * manual/examples/isockad.c: Likewise.
2970 * manual/examples/longopt.c: Likewise.
2971 * manual/examples/memopen.c: Likewise.
2972 * manual/examples/memstrm.c: Likewise.
2973 * manual/examples/mkdirent.c: Likewise.
2974 * manual/examples/mkfsock.c: Likewise.
2975 * manual/examples/mkisock.c: Likewise.
2976 * manual/examples/mygetpass.c: Likewise.
2977 * manual/examples/pipe.c: Likewise.
2978 * manual/examples/popen.c: Likewise.
2979 * manual/examples/rprintf.c: Likewise.
2980 * manual/examples/search.c: Likewise.
2981 * manual/examples/select.c: Likewise.
2982 * manual/examples/setjmp.c: Likewise.
2983 * manual/examples/sigh1.c: Likewise.
2984 * manual/examples/sigusr.c: Likewise.
2985 * manual/examples/stpcpy.c: Likewise.
2986 * manual/examples/strdupa.c: Likewise.
2987 * manual/examples/strftim.c: Likewise.
2988 * manual/examples/subopt.c: Likewise.
2989 * manual/examples/swapcontext.c: Likewise.
2990 * manual/examples/termios.c: Likewise.
2991 * manual/examples/testopt.c: Likewise.
2992 * manual/examples/testpass.c: Likewise.
2993 * manual/examples/timeval_subtract.c: Likewise.
2994
2995 2018-12-19 Joseph Myers <joseph@codesourcery.com>
2996
2997 * sysdeps/x86/fpu/math_private.h: New file.
2998 * sysdeps/x86/fpu/bits/mathinline.h: Remove.
2999
3000 * sysdeps/x86/fpu/bits/mathinline.h (sinh): Remove inline
3001 definition.
3002 (cosh): Likewise.
3003 (tanh): Likewise.
3004
3005 2018-12-19 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
3006
3007 * elf/dl-sysdep.c (auxvars): Add AT_L1I_CACHESIZE,
3008 AT_L1I_CACHEGEOMETRY, AT_L1D_CACHESIZE, AT_L1D_CACHEGEOMETRY,
3009 AT_L2_CACHESIZE, AT_L2_CACHEGEOMETRY, AT_L3_CACHESIZE and
3010 AT_L3_CACHEGEOMETRY. Fix indentation when printing the other
3011 fields.
3012 (_dl_show_auxv): Give a special treatment to
3013 AT_L1I_CACHEGEOMETRY, AT_L1D_CACHEGEOMETRY, AT_L2_CACHEGEOMETRY
3014 and AT_L3_CACHEGEOMETRY.
3015 * sysdeps/powerpc/dl-procinfo.h (cache_geometry): New function.
3016 (_dl_procinfo): Fix indentation when printing AT_HWCAP and
3017 AT_HWCAP2. Add support for AT_L1I_CACHEGEOMETRY,
3018 AT_L1D_CACHEGEOMETRY, AT_L2_CACHEGEOMETRY and AT_L3_CACHEGEOMETRY.
3019
3020 2018-12-19 Andreas Schwab <schwab@suse.de>
3021
3022 * nscd/connections.c (check_use): Don't abort on invalid len.
3023
3024 2018-12-18 Samuel Thibault <samuel.thibault@ens-lyon.org>
3025
3026 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Test against 64bit `cmd'
3027 values in the 64bit value cases.
3028
3029 2018-12-18 Albert ARIBAUD <albert.aribaud@3adev.fr>
3030
3031 * include/time.h
3032 (__ctime64_r): Add.
3033 * time/ctime_r.c
3034 (__ctime64_r): Add.
3035 [__TIMESIZE != 64] (__ctime_r): Turn into a wrapper.
3036
3037 * include/time.h
3038 (__ctime64): Add.
3039 * time/gmtime.c
3040 (__ctime64): Add.
3041 [__TIMESIZE != 64] (ctime): Turn into a wrapper.
3042
3043 * include/time.h
3044 (__gmtime64_r): Add.
3045 * time/gmtime.c
3046 (__gmtime64_r): Add.
3047 [__TIMESIZE != 64] (__gmtime): Turn into a wrapper.
3048
3049 * include/time.h
3050 (__gmtime64): Add.
3051 * time/gmtime.c
3052 (__gmtime64): Add.
3053 [__TIMESIZE != 64] (__gmtime): Turn into a wrapper.
3054
3055 * include/time.h
3056 (__localtime64_r): Add.
3057 * time/localtime.c
3058 (__localtime64_r): Add.
3059 [__TIMESIZE != 64] (__localtime_r): Turn into a wrapper.
3060
3061 2018-12-18 Adhemerval Zanella <adhemerval.zanella@linaro.org>
3062
3063 * sysdeps/unix/sysv/linux/s390/kernel_sigaction.h: Use Linux generic
3064 kernel_sigction definition.
3065
3066 * sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h: Remove file.
3067
3068 * sysdeps/unix/sysv/linux/hppa/kernel_sigaction.h: Remove file.
3069
3070 * sysdeps/unix/sysv/linux/alpha/Makefile: Update comment about
3071 __syscall_rt_sigaction.
3072 * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h
3073 (kernel_sigaction): Use Linux generic defintion.
3074 (STUB): Define.
3075 (__syscall_rt_sigreturn, __syscall_sigreturn): Add prototype.
3076 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S
3077 (__syscall_rt_sigaction): Remove implementation.
3078 (__syscall_sigreturn, __syscall_rt_sigreturn): Define as global and
3079 hidden.
3080 * sysdeps/unix/sysv/linux/alpha/sigaction.c: Remove file.
3081 * sysdeps/unix/sysv/linux/alpha/sysdep.h (INLINE_SYSCALL,
3082 INTERNAL_SYSCALL): Remove definitions.
3083 * sysdeps/unix/sysv/linux/sigaction.c: Define STUB to accept both the
3084 action and signal set size.
3085 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (STUB): Redefine.
3086 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (STUB): Likewise.
3087
3088 2018-12-18 Adhemerval Zanella <adhemerval.zanella@linaro.org>
3089 James Clarke <jrtc27@jrtc27.com>
3090
3091 [BZ #23967]
3092 * sysdeps/unix/sysv/linux/kernel_sigaction.h (HAS_SA_RESTORER):
3093 Define if SA_RESTORER is defined.
3094 (kernel_sigaction): Define sa_restorer if HAS_SA_RESTORER is defined.
3095 (SET_SA_RESTORER, RESET_SA_RESTORER): Define iff the macro are not
3096 already defined.
3097 * sysdeps/unix/sysv/linux/m68k/kernel_sigaction.h (SA_RESTORER,
3098 kernel_sigaction, SET_SA_RESTORER, RESET_SA_RESTORER): Remove
3099 definitions.
3100 (HAS_SA_RESTORER): Define.
3101 * sysdeps/unix/sysv/linux/sparc/kernel_sigaction.h (SA_RESTORER,
3102 SET_SA_RESTORER, RESET_SA_RESTORER): Remove definition.
3103 (HAS_SA_RESTORER): Define.
3104 * sysdeps/unix/sysv/linux/nios2/kernel_sigaction.h: Include generic
3105 kernel_sigaction after define SET_SA_RESTORER and RESET_SA_RESTORER.
3106 * sysdeps/unix/sysv/linux/powerpc/kernel_sigaction.h: Likewise.
3107 * sysdeps/unix/sysv/linux/s390/kernel_sigaction.h: Likewise.
3108 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3109
3110 2018-12-18 Joseph Myers <joseph@codesourcery.com>
3111
3112 * sysdeps/unix/sysv/linux/kernel-features.h
3113 (__ASSUME_ST_INO_64_BIT): Remove macro definition.
3114 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
3115 (__ASSUME_ST_INO_64_BIT): Do not undefine and define.
3116 * sysdeps/unix/sysv/linux/sh/kernel-features.h
3117 (__ASSUME_ST_INO_64_BIT): Likewise.
3118 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
3119 <kernel-features.h>.
3120 (___fxstat64) [_HAVE_STAT64___ST_INO && !__ASSUME_ST_INO_64_BIT]:
3121 Remove conditional code.
3122 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
3123 <kernel-features.h>.
3124 (___lxstat64) [_HAVE_STAT64___ST_INO && !__ASSUME_ST_INO_64_BIT]:
3125 Remove conditional code.
3126 * sysdeps/unix/sysv/linux/xstat64.c: Do not include
3127 <kernel-features.h>.
3128 (___xstat64) [_HAVE_STAT64___ST_INO && !__ASSUME_ST_INO_64_BIT]:
3129 Remove conditional code.
3130 * sysdeps/unix/sysv/linux/xstatconv.c: Do not include
3131 <kernel-features.h>.
3132 (__xstat32_conv) [_HAVE_STAT64___ST_INO]: Remove conditional code.
3133 [!_HAVE_STAT64___ST_INO]: Make code unconditional.
3134
3135 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3136
3137 * sysdeps/s390/multiarch/ifunc-resolve.h
3138 (s390_vx_libc_ifunc, s390_vx_libc_ifunc_redirected,
3139 s390_vx_libc_ifunc2, s390_vx_libc_ifunc_init,
3140 s390_vx_libc_ifunc2_redirected, s390_libc_ifunc):
3141 Delete macro definition.
3142 (s390_libc_ifunc_init): Rename to
3143 s390_libc_ifunc_expr_stfle_init.
3144 * sysdeps/s390/bzero: Use
3145 s390_libc_ifunc_expr_stfle_init instead of
3146 s390_libc_ifunc_init.
3147 * sysdeps/s390/memcmp.c: Likewise.
3148 * sysdeps/s390/memcpy.c: Likewise.
3149 * sysdeps/s390/mempcpy.c: Likewise.
3150 * sysdeps/s390/memset.c: Likewise.
3151
3152 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3153
3154 * sysdeps/s390/multiarch/gconv_simple.c (ICONV_VX_IFUNC):
3155 Define macro dependent on HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT.
3156
3157 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3158
3159 * sysdeps/s390/multiarch/Makefile
3160 (sysdep_routines): Remove wmemcmp variants.
3161 * sysdeps/s390/Makefile (sysdep_routines): Add wmemcmp variants.
3162 * sysdeps/s390/multiarch/ifunc-impl-list.c
3163 (__libc_ifunc_impl_list): Refactor ifunc handling for wmemcmp.
3164 * sysdeps/s390/multiarch/wmemcmp-c.c: Move to ...
3165 * sysdeps/s390/wmemcmp-c.c: ... here and adjust ifunc handling.
3166 * sysdeps/s390/multiarch/wmemcmp-vx.S: Move to ...
3167 * sysdeps/s390/wmemcmp-vx.S: ... here and adjust ifunc handling.
3168 * sysdeps/s390/multiarch/wmemcmp.c: Move to ...
3169 * sysdeps/s390/wmemcmp.c: ... here and adjust ifunc handling.
3170 * sysdeps/s390/ifunc-wmemcmp.h: New file.
3171
3172 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3173
3174 * sysdeps/s390/multiarch/Makefile
3175 (sysdep_routines): Remove wmemset variants.
3176 * sysdeps/s390/Makefile (sysdep_routines): Add wmemset variants.
3177 * sysdeps/s390/multiarch/ifunc-impl-list.c
3178 (__libc_ifunc_impl_list): Refactor ifunc handling for wmemset.
3179 * sysdeps/s390/multiarch/wmemset-c.c: Move to ...
3180 * sysdeps/s390/wmemset-c.c: ... here and adjust ifunc handling.
3181 * sysdeps/s390/multiarch/wmemset-vx.S: Move to ...
3182 * sysdeps/s390/wmemset-vx.S: ... here and adjust ifunc handling.
3183 * sysdeps/s390/multiarch/wmemset.c: Move to ...
3184 * sysdeps/s390/wmemset.c: ... here and adjust ifunc handling.
3185 * sysdeps/s390/ifunc-wmemset.h: New file.
3186
3187 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3188
3189 * sysdeps/s390/multiarch/Makefile
3190 (sysdep_routines): Remove wmemchr variants.
3191 * sysdeps/s390/Makefile (sysdep_routines): Add wmemchr variants.
3192 * sysdeps/s390/multiarch/ifunc-impl-list.c
3193 (__libc_ifunc_impl_list): Refactor ifunc handling for wmemchr.
3194 * sysdeps/s390/multiarch/wmemchr-c.c: Move to ...
3195 * sysdeps/s390/wmemchr-c.c: ... here and adjust ifunc handling.
3196 * sysdeps/s390/multiarch/wmemchr-vx.S: Move to ...
3197 * sysdeps/s390/wmemchr-vx.S: ... here and adjust ifunc handling.
3198 * sysdeps/s390/multiarch/wmemchr.c: Move to ...
3199 * sysdeps/s390/wmemchr.c: ... here and adjust ifunc handling.
3200 * sysdeps/s390/ifunc-wmemchr.h: New file.
3201
3202 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3203
3204 * sysdeps/s390/multiarch/Makefile
3205 (sysdep_routines): Remove wcscspn variants.
3206 * sysdeps/s390/Makefile (sysdep_routines): Add wcscspn variants.
3207 * sysdeps/s390/multiarch/ifunc-impl-list.c
3208 (__libc_ifunc_impl_list): Refactor ifunc handling for wcscspn.
3209 * sysdeps/s390/multiarch/wcscspn-c.c: Move to ...
3210 * sysdeps/s390/wcscspn-c.c: ... here and adjust ifunc handling.
3211 * sysdeps/s390/multiarch/wcscspn-vx.S: Move to ...
3212 * sysdeps/s390/wcscspn-vx.S: ... here and adjust ifunc handling.
3213 * sysdeps/s390/multiarch/wcscspn.c: Move to ...
3214 * sysdeps/s390/wcscspn.c: ... here and adjust ifunc handling.
3215 * sysdeps/s390/ifunc-wcscspn.h: New file.
3216
3217 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3218
3219 * sysdeps/s390/multiarch/Makefile
3220 (sysdep_routines): Remove wcspbrk variants.
3221 * sysdeps/s390/Makefile (sysdep_routines): Add wcspbrk variants.
3222 * sysdeps/s390/multiarch/ifunc-impl-list.c
3223 (__libc_ifunc_impl_list): Refactor ifunc handling for wcspbrk.
3224 * sysdeps/s390/multiarch/wcspbrk-c.c: Move to ...
3225 * sysdeps/s390/wcspbrk-c.c: ... here and adjust ifunc handling.
3226 * sysdeps/s390/multiarch/wcspbrk-vx.S: Move to ...
3227 * sysdeps/s390/wcspbrk-vx.S: ... here and adjust ifunc handling.
3228 * sysdeps/s390/multiarch/wcspbrk.c: Move to ...
3229 * sysdeps/s390/wcspbrk.c: ... here and adjust ifunc handling.
3230 * sysdeps/s390/ifunc-wcspbrk.h: New file.
3231
3232 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3233
3234 * sysdeps/s390/multiarch/Makefile
3235 (sysdep_routines): Remove wcsspn variants.
3236 * sysdeps/s390/Makefile (sysdep_routines): Add wcsspn variants.
3237 * sysdeps/s390/multiarch/ifunc-impl-list.c
3238 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsspn.
3239 * sysdeps/s390/multiarch/wcsspn-c.c: Move to ...
3240 * sysdeps/s390/wcsspn-c.c: ... here and adjust ifunc handling.
3241 * sysdeps/s390/multiarch/wcsspn-vx.S: Move to ...
3242 * sysdeps/s390/wcsspn-vx.S: ... here and adjust ifunc handling.
3243 * sysdeps/s390/multiarch/wcsspn.c: Move to ...
3244 * sysdeps/s390/wcsspn.c: ... here and adjust ifunc handling.
3245 * sysdeps/s390/ifunc-wcsspn.h: New file.
3246
3247 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3248
3249 * sysdeps/s390/multiarch/Makefile
3250 (sysdep_routines): Remove wcsrchr variants.
3251 * sysdeps/s390/Makefile (sysdep_routines): Add wcsrchr variants.
3252 * sysdeps/s390/multiarch/ifunc-impl-list.c
3253 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsrchr.
3254 * sysdeps/s390/multiarch/wcsrchr-c.c: Move to ...
3255 * sysdeps/s390/wcsrchr-c.c: ... here and adjust ifunc handling.
3256 * sysdeps/s390/multiarch/wcsrchr-vx.S: Move to ...
3257 * sysdeps/s390/wcsrchr-vx.S: ... here and adjust ifunc handling.
3258 * sysdeps/s390/multiarch/wcsrchr.c: Move to ...
3259 * sysdeps/s390/wcsrchr.c: ... here and adjust ifunc handling.
3260 * sysdeps/s390/ifunc-wcsrchr.h: New file.
3261
3262 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3263
3264 * sysdeps/s390/multiarch/Makefile
3265 (sysdep_routines): Remove wcschrnul variants.
3266 * sysdeps/s390/Makefile (sysdep_routines): Add wcschrnul variants.
3267 * sysdeps/s390/multiarch/ifunc-impl-list.c
3268 (__libc_ifunc_impl_list): Refactor ifunc handling for wcschrnul.
3269 * sysdeps/s390/multiarch/wcschrnul-c.c: Move to ...
3270 * sysdeps/s390/wcschrnul-c.c: ... here and adjust ifunc handling.
3271 * sysdeps/s390/multiarch/wcschrnul-vx.S: Move to ...
3272 * sysdeps/s390/wcschrnul-vx.S: ... here and adjust ifunc handling.
3273 * sysdeps/s390/multiarch/wcschrnul.c: Move to ...
3274 * sysdeps/s390/wcschrnul.c: ... here and adjust ifunc handling.
3275 * sysdeps/s390/ifunc-wcschrnul.h: New file.
3276
3277 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3278
3279 * sysdeps/s390/multiarch/Makefile
3280 (sysdep_routines): Remove wcschr variants.
3281 * sysdeps/s390/Makefile (sysdep_routines): Add wcschr variants.
3282 * sysdeps/s390/multiarch/ifunc-impl-list.c
3283 (__libc_ifunc_impl_list): Refactor ifunc handling for wcschr.
3284 * sysdeps/s390/multiarch/wcschr-c.c: Move to ...
3285 * sysdeps/s390/wcschr-c.c: ... here and adjust ifunc handling.
3286 * sysdeps/s390/multiarch/wcschr-vx.S: Move to ...
3287 * sysdeps/s390/wcschr-vx.S: ... here and adjust ifunc handling.
3288 * sysdeps/s390/multiarch/wcschr.c: Move to ...
3289 * sysdeps/s390/wcschr.c: ... here and adjust ifunc handling.
3290 * sysdeps/s390/ifunc-wcschr.h: New file.
3291
3292 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3293
3294 * sysdeps/s390/multiarch/Makefile
3295 (sysdep_routines): Remove wcsncmp variants.
3296 * sysdeps/s390/Makefile (sysdep_routines): Add wcsncmp variants.
3297 * sysdeps/s390/multiarch/ifunc-impl-list.c
3298 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsncmp.
3299 * sysdeps/s390/multiarch/wcsncmp-c.c: Move to ...
3300 * sysdeps/s390/wcsncmp-c.c: ... here and adjust ifunc handling.
3301 * sysdeps/s390/multiarch/wcsncmp-vx.S: Move to ...
3302 * sysdeps/s390/wcsncmp-vx.S: ... here and adjust ifunc handling.
3303 * sysdeps/s390/multiarch/wcsncmp.c: Move to ...
3304 * sysdeps/s390/wcsncmp.c: ... here and adjust ifunc handling.
3305 * sysdeps/s390/ifunc-wcsncmp.h: New file.
3306
3307 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3308
3309 * sysdeps/s390/multiarch/Makefile
3310 (sysdep_routines): Remove wcscmp variants.
3311 * sysdeps/s390/Makefile (sysdep_routines): Add wcscmp variants.
3312 * sysdeps/s390/multiarch/ifunc-impl-list.c
3313 (__libc_ifunc_impl_list): Refactor ifunc handling for wcscmp.
3314 * sysdeps/s390/multiarch/wcscmp-c.c: Move to ...
3315 * sysdeps/s390/wcscmp-c.c: ... here and adjust ifunc handling.
3316 * sysdeps/s390/multiarch/wcscmp-vx.S: Move to ...
3317 * sysdeps/s390/wcscmp-vx.S: ... here and adjust ifunc handling.
3318 * sysdeps/s390/multiarch/wcscmp.c: Move to ...
3319 * sysdeps/s390/wcscmp.c: ... here and adjust ifunc handling.
3320 * sysdeps/s390/ifunc-wcscmp.h: New file.
3321
3322 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3323
3324 * sysdeps/s390/multiarch/Makefile
3325 (sysdep_routines): Remove wcsncat variants.
3326 * sysdeps/s390/Makefile (sysdep_routines): Add wcsncat variants.
3327 * sysdeps/s390/multiarch/ifunc-impl-list.c
3328 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsncat.
3329 * sysdeps/s390/multiarch/wcsncat-c.c: Move to ...
3330 * sysdeps/s390/wcsncat-c.c: ... here and adjust ifunc handling.
3331 * sysdeps/s390/multiarch/wcsncat-vx.S: Move to ...
3332 * sysdeps/s390/wcsncat-vx.S: ... here and adjust ifunc handling.
3333 * sysdeps/s390/multiarch/wcsncat.c: Move to ...
3334 * sysdeps/s390/wcsncat.c: ... here and adjust ifunc handling.
3335 * sysdeps/s390/ifunc-wcsncat.h: New file.
3336
3337 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3338
3339 * sysdeps/s390/multiarch/Makefile
3340 (sysdep_routines): Remove wcscat variants.
3341 * sysdeps/s390/Makefile (sysdep_routines): Add wcscat variants.
3342 * sysdeps/s390/multiarch/ifunc-impl-list.c
3343 (__libc_ifunc_impl_list): Refactor ifunc handling for wcscat.
3344 * sysdeps/s390/multiarch/wcscat-c.c: Move to ...
3345 * sysdeps/s390/wcscat-c.c: ... here and adjust ifunc handling.
3346 * sysdeps/s390/multiarch/wcscat-vx.S: Move to ...
3347 * sysdeps/s390/wcscat-vx.S: ... here and adjust ifunc handling.
3348 * sysdeps/s390/multiarch/wcscat.c: Move to ...
3349 * sysdeps/s390/wcscat.c: ... here and adjust ifunc handling.
3350 * sysdeps/s390/ifunc-wcscat.h: New file.
3351
3352 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3353
3354 * sysdeps/s390/multiarch/Makefile
3355 (sysdep_routines): Remove wcpncpy variants.
3356 * sysdeps/s390/Makefile (sysdep_routines): Add wcpncpy variants.
3357 * sysdeps/s390/multiarch/ifunc-impl-list.c
3358 (__libc_ifunc_impl_list): Refactor ifunc handling for wcpncpy.
3359 * sysdeps/s390/multiarch/wcpncpy-c.c: Move to ...
3360 * sysdeps/s390/wcpncpy-c.c: ... here and adjust ifunc handling.
3361 * sysdeps/s390/multiarch/wcpncpy-vx.S: Move to ...
3362 * sysdeps/s390/wcpncpy-vx.S: ... here and adjust ifunc handling.
3363 * sysdeps/s390/multiarch/wcpncpy.c: Move to ...
3364 * sysdeps/s390/wcpncpy.c: ... here and adjust ifunc handling.
3365 * sysdeps/s390/ifunc-wcpncpy.h: New file.
3366
3367 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3368
3369 * sysdeps/s390/multiarch/Makefile
3370 (sysdep_routines): Remove wcsncpy variants.
3371 * sysdeps/s390/Makefile (sysdep_routines): Add wcsncpy variants.
3372 * sysdeps/s390/multiarch/ifunc-impl-list.c
3373 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsncpy.
3374 * sysdeps/s390/multiarch/wcsncpy-c.c: Move to ...
3375 * sysdeps/s390/wcsncpy-c.c: ... here and adjust ifunc handling.
3376 * sysdeps/s390/multiarch/wcsncpy-vx.S: Move to ...
3377 * sysdeps/s390/wcsncpy-vx.S: ... here and adjust ifunc handling.
3378 * sysdeps/s390/multiarch/wcsncpy.c: Move to ...
3379 * sysdeps/s390/wcsncpy.c: ... here and adjust ifunc handling.
3380 * sysdeps/s390/ifunc-wcsncpy.h: New file.
3381
3382 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3383
3384 * sysdeps/s390/multiarch/Makefile
3385 (sysdep_routines): Remove wcpcpy variants.
3386 * sysdeps/s390/Makefile (sysdep_routines): Add wcpcpy variants.
3387 * sysdeps/s390/multiarch/ifunc-impl-list.c
3388 (__libc_ifunc_impl_list): Refactor ifunc handling for wcpcpy.
3389 * sysdeps/s390/multiarch/wcpcpy-c.c: Move to ...
3390 * sysdeps/s390/wcpcpy-c.c: ... here and adjust ifunc handling.
3391 * sysdeps/s390/multiarch/wcpcpy-vx.S: Move to ...
3392 * sysdeps/s390/wcpcpy-vx.S: ... here and adjust ifunc handling.
3393 * sysdeps/s390/multiarch/wcpcpy.c: Move to ...
3394 * sysdeps/s390/wcpcpy.c: ... here and adjust ifunc handling.
3395 * sysdeps/s390/ifunc-wcpcpy.h: New file.
3396
3397 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3398
3399 * sysdeps/s390/multiarch/Makefile
3400 (sysdep_routines): Remove wcscpy variants.
3401 * sysdeps/s390/Makefile (sysdep_routines): Add wcscpy variants.
3402 * sysdeps/s390/multiarch/ifunc-impl-list.c
3403 (__libc_ifunc_impl_list): Refactor ifunc handling for wcscpy.
3404 * sysdeps/s390/multiarch/wcscpy-c.c: Move to ...
3405 * sysdeps/s390/wcscpy-c.c: ... here and adjust ifunc handling.
3406 * sysdeps/s390/multiarch/wcscpy-vx.S: Move to ...
3407 * sysdeps/s390/wcscpy-vx.S: ... here and adjust ifunc handling.
3408 * sysdeps/s390/multiarch/wcscpy.c: Move to ...
3409 * sysdeps/s390/wcscpy.c: ... here and adjust ifunc handling.
3410 * sysdeps/s390/ifunc-wcscpy.h: New file.
3411
3412 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3413
3414 * sysdeps/s390/multiarch/Makefile
3415 (sysdep_routines): Remove wcsnlen variants.
3416 * sysdeps/s390/Makefile (sysdep_routines): Add wcsnlen variants.
3417 * sysdeps/s390/multiarch/ifunc-impl-list.c
3418 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsnlen.
3419 * sysdeps/s390/multiarch/wcsnlen-c.c: Move to ...
3420 * sysdeps/s390/wcsnlen-c.c: ... here and adjust ifunc handling.
3421 * sysdeps/s390/multiarch/wcsnlen-vx.S: Move to ...
3422 * sysdeps/s390/wcsnlen-vx.S: ... here and adjust ifunc handling.
3423 * sysdeps/s390/multiarch/wcsnlen.c: Move to ...
3424 * sysdeps/s390/wcsnlen.c: ... here and adjust ifunc handling.
3425 * sysdeps/s390/ifunc-wcsnlen.h: New file.
3426
3427 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3428
3429 * sysdeps/s390/multiarch/Makefile
3430 (sysdep_routines): Remove wcslen variants.
3431 * sysdeps/s390/Makefile (sysdep_routines): Add wcslen variants.
3432 * sysdeps/s390/multiarch/ifunc-impl-list.c
3433 (__libc_ifunc_impl_list): Refactor ifunc handling for wcslen.
3434 * sysdeps/s390/multiarch/wcslen-c.c: Move to ...
3435 * sysdeps/s390/wcslen-c.c: ... here and adjust ifunc handling.
3436 * sysdeps/s390/multiarch/wcslen-vx.S: Move to ...
3437 * sysdeps/s390/wcslen-vx.S: ... here and adjust ifunc handling.
3438 * sysdeps/s390/multiarch/wcslen.c: Move to ...
3439 * sysdeps/s390/wcslen.c: ... here and adjust ifunc handling.
3440 * sysdeps/s390/ifunc-wcslen.h: New file.
3441
3442 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3443
3444 * sysdeps/s390/multiarch/Makefile
3445 (sysdep_routines): Remove memrchr variants.
3446 * sysdeps/s390/Makefile (sysdep_routines): Add memrchr variants.
3447 * sysdeps/s390/multiarch/ifunc-impl-list.c
3448 (__libc_ifunc_impl_list): Refactor ifunc handling for memrchr.
3449 * sysdeps/s390/multiarch/memrchr-c.c: Move to ...
3450 * sysdeps/s390/memrchr-c.c: ... here and adjust ifunc handling.
3451 * sysdeps/s390/multiarch/memrchr-vx.S: Move to ...
3452 * sysdeps/s390/memrchr-vx.S: ... here and adjust ifunc handling.
3453 * sysdeps/s390/multiarch/memrchr.c: Move to ...
3454 * sysdeps/s390/memrchr.c: ... here and adjust ifunc handling.
3455 * sysdeps/s390/ifunc-memrchr.h: New file.
3456
3457 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3458
3459 * sysdeps/s390/multiarch/Makefile
3460 (sysdep_routines): Remove memccpy variants.
3461 * sysdeps/s390/Makefile (sysdep_routines): Add memccpy variants.
3462 * sysdeps/s390/multiarch/ifunc-impl-list.c
3463 (__libc_ifunc_impl_list): Refactor ifunc handling for memccpy.
3464 * sysdeps/s390/multiarch/memccpy-c.c: Move to ...
3465 * sysdeps/s390/memccpy-c.c: ... here and adjust ifunc handling.
3466 * sysdeps/s390/multiarch/memccpy-vx.S: Move to ...
3467 * sysdeps/s390/memccpy-vx.S: ... here and adjust ifunc handling.
3468 * sysdeps/s390/multiarch/memccpy.c: Move to ...
3469 * sysdeps/s390/memccpy.c: ... here and adjust ifunc handling.
3470 * sysdeps/s390/ifunc-memccpy.h: New file.
3471
3472 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3473
3474 * sysdeps/s390/multiarch/Makefile
3475 (sysdep_routines): Remove rawmemchr variants.
3476 * sysdeps/s390/Makefile (sysdep_routines): Add rawmemchr variants.
3477 * sysdeps/s390/multiarch/ifunc-impl-list.c
3478 (__libc_ifunc_impl_list): Refactor ifunc handling for rawmemchr.
3479 * sysdeps/s390/multiarch/rawmemchr-c.c: Move to ...
3480 * sysdeps/s390/rawmemchr-c.c: ... here and adjust ifunc handling.
3481 * sysdeps/s390/multiarch/rawmemchr-vx.S: Move to ...
3482 * sysdeps/s390/rawmemchr-vx.S: ... here and adjust ifunc handling.
3483 * sysdeps/s390/multiarch/rawmemchr.c: Move to ...
3484 * sysdeps/s390/rawmemchr.c: ... here and adjust ifunc handling.
3485 * sysdeps/s390/ifunc-rawmemchr.h: New file.
3486
3487 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3488
3489 * sysdeps/s390/multiarch/Makefile
3490 (sysdep_routines): Remove memchr variants.
3491 * sysdeps/s390/Makefile (sysdep_routines): Add memchr variants.
3492 * sysdeps/s390/multiarch/ifunc-impl-list.c
3493 (__libc_ifunc_impl_list): Refactor ifunc handling for memchr.
3494 * sysdeps/s390/multiarch/memchr-vx.S: Move to ...
3495 * sysdeps/s390/memchr-vx.S: ... here and adjust ifunc handling.
3496 * sysdeps/s390/multiarch/memchr.c: Move to ...
3497 * sysdeps/s390/memchr.c: ... here and adjust ifunc handling.
3498 * sysdeps/s390/ifunc-memchr.h: New file.
3499 * sysdeps/s390/s390-64/memchr.S: Move to ...
3500 * sysdeps/s390/memchr-z900.S: ... here and adjust to be usable
3501 for 31/64bit and ifunc handling.
3502 * sysdeps/s390/s390-32/multiarch/memchr.c: Delete file.
3503 * sysdeps/s390/s390-64/multiarch/memchr.c: Likewise.
3504 * sysdeps/s390/s390-32/memchr.S: Likewise.
3505
3506 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3507
3508 * sysdeps/s390/multiarch/Makefile
3509 (sysdep_routines): Remove strcspn variants.
3510 * sysdeps/s390/Makefile (sysdep_routines): Add strcspn variants.
3511 * sysdeps/s390/multiarch/ifunc-impl-list.c
3512 (__libc_ifunc_impl_list): Refactor ifunc handling for strcspn.
3513 * sysdeps/s390/multiarch/strcspn-c.c: Move to ...
3514 * sysdeps/s390/strcspn-c.c: ... here and adjust ifunc handling.
3515 * sysdeps/s390/multiarch/strcspn-vx.S: Move to ...
3516 * sysdeps/s390/strcspn-vx.S: ... here and adjust ifunc handling.
3517 * sysdeps/s390/multiarch/strcspn.c: Move to ...
3518 * sysdeps/s390/strcspn.c: ... here and adjust ifunc handling.
3519 * sysdeps/s390/ifunc-strcspn.h: New file.
3520
3521 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3522
3523 * sysdeps/s390/multiarch/Makefile
3524 (sysdep_routines): Remove strpbrk variants.
3525 * sysdeps/s390/Makefile (sysdep_routines): Add strpbrk variants.
3526 * sysdeps/s390/multiarch/ifunc-impl-list.c
3527 (__libc_ifunc_impl_list): Refactor ifunc handling for strpbrk.
3528 * sysdeps/s390/multiarch/strpbrk-c.c: Move to ...
3529 * sysdeps/s390/strpbrk-c.c: ... here and adjust ifunc handling.
3530 * sysdeps/s390/multiarch/strpbrk-vx.S: Move to ...
3531 * sysdeps/s390/strpbrk-vx.S: ... here and adjust ifunc handling.
3532 * sysdeps/s390/multiarch/strpbrk.c: Move to ...
3533 * sysdeps/s390/strpbrk.c: ... here and adjust ifunc handling.
3534 * sysdeps/s390/ifunc-strpbrk.h: New file.
3535
3536 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3537
3538 * sysdeps/s390/multiarch/Makefile
3539 (sysdep_routines): Remove strspn variants.
3540 * sysdeps/s390/Makefile (sysdep_routines): Add strspn variants.
3541 * sysdeps/s390/multiarch/ifunc-impl-list.c
3542 (__libc_ifunc_impl_list): Refactor ifunc handling for strspn.
3543 * sysdeps/s390/multiarch/strspn-c.c: Move to ...
3544 * sysdeps/s390/strspn-c.c: ... here and adjust ifunc handling.
3545 * sysdeps/s390/multiarch/strspn-vx.S: Move to ...
3546 * sysdeps/s390/strspn-vx.S: ... here and adjust ifunc handling.
3547 * sysdeps/s390/multiarch/strspn.c: Move to ...
3548 * sysdeps/s390/strspn.c: ... here and adjust ifunc handling.
3549 * sysdeps/s390/ifunc-strspn.h: New file.
3550
3551 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3552
3553 * sysdeps/s390/multiarch/Makefile
3554 (sysdep_routines): Remove strrchr variants.
3555 * sysdeps/s390/Makefile (sysdep_routines): Add strrchr variants.
3556 * sysdeps/s390/multiarch/ifunc-impl-list.c
3557 (__libc_ifunc_impl_list): Refactor ifunc handling for strrchr.
3558 * sysdeps/s390/multiarch/strrchr-c.c: Move to ...
3559 * sysdeps/s390/strrchr-c.c: ... here and adjust ifunc handling.
3560 * sysdeps/s390/multiarch/strrchr-vx.S: Move to ...
3561 * sysdeps/s390/strrchr-vx.S: ... here and adjust ifunc handling.
3562 * sysdeps/s390/multiarch/strrchr.c: Move to ...
3563 * sysdeps/s390/strrchr.c: ... here and adjust ifunc handling.
3564 * sysdeps/s390/ifunc-strrchr.h: New file.
3565
3566 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3567
3568 * sysdeps/s390/multiarch/Makefile
3569 (sysdep_routines): Remove strchrnul variants.
3570 * sysdeps/s390/Makefile (sysdep_routines): Add strchrnul variants.
3571 * sysdeps/s390/multiarch/ifunc-impl-list.c
3572 (__libc_ifunc_impl_list): Refactor ifunc handling for strchrnul.
3573 * sysdeps/s390/multiarch/strchrnul-c.c: Move to ...
3574 * sysdeps/s390/strchrnul-c.c: ... here and adjust ifunc handling.
3575 * sysdeps/s390/multiarch/strchrnul-vx.S: Move to ...
3576 * sysdeps/s390/strchrnul-vx.S: ... here and adjust ifunc handling.
3577 * sysdeps/s390/multiarch/strchrnul.c: Move to ...
3578 * sysdeps/s390/strchrnul.c: ... here and adjust ifunc handling.
3579 * sysdeps/s390/ifunc-strchrnul.h: New file.
3580
3581 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3582
3583 * sysdeps/s390/multiarch/Makefile
3584 (sysdep_routines): Remove strchr variants.
3585 * sysdeps/s390/Makefile (sysdep_routines): Add strchr variants.
3586 * sysdeps/s390/multiarch/ifunc-impl-list.c
3587 (__libc_ifunc_impl_list): Refactor ifunc handling for strchr.
3588 * sysdeps/s390/multiarch/strchr-c.c: Move to ...
3589 * sysdeps/s390/strchr-c.c: ... here and adjust ifunc handling.
3590 * sysdeps/s390/multiarch/strchr-vx.S: Move to ...
3591 * sysdeps/s390/strchr-vx.S: ... here and adjust ifunc handling.
3592 * sysdeps/s390/multiarch/strchr.c: Move to ...
3593 * sysdeps/s390/strchr.c: ... here and adjust ifunc handling.
3594 * sysdeps/s390/ifunc-strchr.h: New file.
3595
3596 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3597
3598 * sysdeps/s390/multiarch/Makefile
3599 (sysdep_routines): Remove strncmp variants.
3600 * sysdeps/s390/Makefile (sysdep_routines): Add strncmp variants.
3601 * sysdeps/s390/multiarch/ifunc-impl-list.c
3602 (__libc_ifunc_impl_list): Refactor ifunc handling for strncmp.
3603 * sysdeps/s390/multiarch/strncmp-c.c: Move to ...
3604 * sysdeps/s390/strncmp-c.c: ... here and adjust ifunc handling.
3605 * sysdeps/s390/multiarch/strncmp-vx.S: Move to ...
3606 * sysdeps/s390/strncmp-vx.S: ... here and adjust ifunc handling.
3607 * sysdeps/s390/multiarch/strncmp.c: Move to ...
3608 * sysdeps/s390/strncmp.c: ... here and adjust ifunc handling.
3609 * sysdeps/s390/ifunc-strncmp.h: New file.
3610
3611 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3612
3613 * sysdeps/s390/multiarch/Makefile
3614 (sysdep_routines): Remove strcmp variants.
3615 * sysdeps/s390/Makefile (sysdep_routines): Add strcmp variants.
3616 * sysdeps/s390/multiarch/ifunc-impl-list.c
3617 (__libc_ifunc_impl_list): Refactor ifunc handling for strcmp.
3618 * sysdeps/s390/multiarch/strcmp-vx.S: Move to ...
3619 * sysdeps/s390/strcmp-vx.S: ... here and adjust ifunc handling.
3620 * sysdeps/s390/multiarch/strcmp.c: Move to ...
3621 * sysdeps/s390/strcmp.c: ... here and adjust ifunc handling.
3622 * sysdeps/s390/ifunc-strcmp.h: New file.
3623 * sysdeps/s390/s390-64/strcmp.S: Move to ...
3624 * sysdeps/s390/strcmp-z900.S: ... here and adjust to be usable
3625 for 31/64bit and ifunc handling.
3626 * sysdeps/s390/s390-32/multiarch/strcmp.c: Delete file.
3627 * sysdeps/s390/s390-64/multiarch/strcmp.c: Likewise.
3628 * sysdeps/s390/s390-32/strcmp.S: Likewise.
3629
3630 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3631
3632 * sysdeps/s390/multiarch/Makefile
3633 (sysdep_routines): Remove strncat variants.
3634 * sysdeps/s390/Makefile (sysdep_routines): Add strncat variants.
3635 * sysdeps/s390/multiarch/ifunc-impl-list.c
3636 (__libc_ifunc_impl_list): Refactor ifunc handling for strncat.
3637 * sysdeps/s390/multiarch/strncat-c.c: Move to ...
3638 * sysdeps/s390/strncat-c.c: ... here and adjust ifunc handling.
3639 * sysdeps/s390/multiarch/strncat-vx.S: Move to ...
3640 * sysdeps/s390/strncat-vx.S: ... here and adjust ifunc handling.
3641 * sysdeps/s390/multiarch/strncat.c: Move to ...
3642 * sysdeps/s390/strncat.c: ... here and adjust ifunc handling.
3643 * sysdeps/s390/ifunc-strncat.h: New file.
3644
3645 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3646
3647 * sysdeps/s390/multiarch/Makefile
3648 (sysdep_routines): Remove strcat variants.
3649 * sysdeps/s390/Makefile (sysdep_routines): Add strcat variants.
3650 * sysdeps/s390/multiarch/ifunc-impl-list.c
3651 (__libc_ifunc_impl_list): Refactor ifunc handling for strcat.
3652 * sysdeps/s390/multiarch/strcat-c.c: Move to ...
3653 * sysdeps/s390/strcat-c.c: ... here and adjust ifunc handling.
3654 * sysdeps/s390/multiarch/strcat-vx.S: Move to ...
3655 * sysdeps/s390/strcat-vx.S: ... here and adjust ifunc handling.
3656 * sysdeps/s390/multiarch/strcat.c: Move to ...
3657 * sysdeps/s390/strcat.c: ... here and adjust ifunc handling.
3658 * sysdeps/s390/ifunc-strcat.h: New file.
3659
3660 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3661
3662 * sysdeps/s390/multiarch/Makefile
3663 (sysdep_routines): Remove stpncpy variants.
3664 * sysdeps/s390/Makefile (sysdep_routines): Add stpncpy variants.
3665 * sysdeps/s390/multiarch/ifunc-impl-list.c
3666 (__libc_ifunc_impl_list): Refactor ifunc handling for stpncpy.
3667 * sysdeps/s390/multiarch/stpncpy-c.c: Move to ...
3668 * sysdeps/s390/stpncpy-c.c: ... here and adjust ifunc handling.
3669 * sysdeps/s390/multiarch/stpncpy-vx.S: Move to ...
3670 * sysdeps/s390/stpncpy-vx.S: ... here and adjust ifunc handling.
3671 * sysdeps/s390/multiarch/stpncpy.c: Move to ...
3672 * sysdeps/s390/stpncpy.c: ... here and adjust ifunc handling.
3673 * sysdeps/s390/ifunc-stpncpy.h: New file.
3674
3675 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3676
3677 * sysdeps/s390/multiarch/Makefile
3678 (sysdep_routines): Remove strncpy variants.
3679 * sysdeps/s390/Makefile (sysdep_routines): Add strncpy variants.
3680 * sysdeps/s390/multiarch/ifunc-impl-list.c
3681 (__libc_ifunc_impl_list): Refactor ifunc handling for strncpy.
3682 * sysdeps/s390/multiarch/strncpy-vx.S: Move to ...
3683 * sysdeps/s390/strncpy-vx.S: ... here and adjust ifunc handling.
3684 * sysdeps/s390/multiarch/strncpy.c: Move to ...
3685 * sysdeps/s390/strncpy.c: ... here and adjust ifunc handling.
3686 * sysdeps/s390/ifunc-strncpy.h: New file.
3687 * sysdeps/s390/s390-64/strncpy.S: Move to ...
3688 * sysdeps/s390/s390-64/strncpy-z900.S: ... here
3689 and adjust ifunc handling.
3690 * sysdeps/s390/s390-32/strncpy.S: Move to ...
3691 * sysdeps/s390/s390-32/strncpy-z900.S: ... here
3692 and adjust ifunc handling.
3693 * sysdeps/s390/s390-32/multiarch/strncpy.c: Delete file.
3694 * sysdeps/s390/s390-64/multiarch/strncpy.c: Likewise.
3695
3696 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3697
3698 * sysdeps/s390/multiarch/Makefile
3699 (sysdep_routines): Remove stpcpy variants.
3700 * sysdeps/s390/Makefile (sysdep_routines): Add stpcpy variants.
3701 * sysdeps/s390/multiarch/ifunc-impl-list.c
3702 (__libc_ifunc_impl_list): Refactor ifunc handling for stpcpy.
3703 * sysdeps/s390/multiarch/stpcpy-c.c: Move to ...
3704 * sysdeps/s390/stpcpy-c.c: ... here and adjust ifunc handling.
3705 * sysdeps/s390/multiarch/stpcpy-vx.S: Move to ...
3706 * sysdeps/s390/stpcpy-vx.S: ... here and adjust ifunc handling.
3707 * sysdeps/s390/multiarch/stpcpy.c: Move to ...
3708 * sysdeps/s390/stpcpy.c: ... here and adjust ifunc handling.
3709 * sysdeps/s390/ifunc-stpcpy.h: New file.
3710
3711 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3712
3713 * sysdeps/s390/multiarch/Makefile
3714 (sysdep_routines): Remove strcpy variants.
3715 * sysdeps/s390/Makefile (sysdep_routines): Add strcpy variants.
3716 * sysdeps/s390/multiarch/ifunc-impl-list.c
3717 (__libc_ifunc_impl_list): Refactor ifunc handling for strcpy.
3718 * sysdeps/s390/multiarch/strcpy-vx.S: Move to ...
3719 * sysdeps/s390/strcpy-vx.S: ... here and adjust ifunc handling.
3720 * sysdeps/s390/multiarch/strcpy.c: Move to ...
3721 * sysdeps/s390/strcpy.c: ... here and adjust ifunc handling.
3722 * sysdeps/s390/ifunc-strcpy.h: New file.
3723 * sysdeps/s390/s390-64/strcpy.S: Move to ...
3724 * sysdeps/s390/strcpy-z900.S: ... here and adjust to be usable
3725 for 31/64bit and ifunc handling.
3726 * sysdeps/s390/s390-32/multiarch/strcpy.c: Delete file.
3727 * sysdeps/s390/s390-64/multiarch/strcpy.c: Likewise.
3728 * sysdeps/s390/s390-32/strcpy.S: Likewise.
3729
3730 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3731
3732 * sysdeps/s390/multiarch/Makefile
3733 (sysdep_routines): Remove strnlen variants.
3734 * sysdeps/s390/Makefile (sysdep_routines): Add strnlen variants.
3735 * sysdeps/s390/multiarch/ifunc-impl-list.c
3736 (__libc_ifunc_impl_list): Refactor ifunc handling for strnlen.
3737 * sysdeps/s390/multiarch/strnlen-c.c: Move to ...
3738 * sysdeps/s390/strnlen-c.c: ... here and adjust ifunc handling.
3739 * sysdeps/s390/multiarch/strnlen-vx.S: Move to ...
3740 * sysdeps/s390/strnlen-vx.S: ... here and adjust ifunc handling.
3741 * sysdeps/s390/multiarch/strnlen.c: Move to ...
3742 * sysdeps/s390/strnlen.c: ... here and adjust ifunc handling.
3743 * sysdeps/s390/ifunc-strnlen.h: New file.
3744
3745 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3746
3747 * sysdeps/s390/multiarch/Makefile
3748 (sysdep_routines): Remove strlen variants.
3749 * sysdeps/s390/Makefile (sysdep_routines): Add strlen variants.
3750 * sysdeps/s390/multiarch/ifunc-impl-list.c
3751 (__libc_ifunc_impl_list): Refactor ifunc handling for strlen.
3752 * sysdeps/s390/multiarch/strlen-c.c: Move to ...
3753 * sysdeps/s390/strlen-c.c: ... here and adjust ifunc handling.
3754 * sysdeps/s390/multiarch/strlen-vx.S: Move to ...
3755 * sysdeps/s390/strlen-vx.S: ... here and adjust ifunc handling.
3756 * sysdeps/s390/multiarch/strlen.c: Move to ...
3757 * sysdeps/s390/strlen.c: ... here and adjust ifunc handling.
3758 * sysdeps/s390/ifunc-strlen.h: New file.
3759
3760 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3761
3762 * sysdeps/s390/Makefile (sysdep_routines): Add memmem variants.
3763 * sysdeps/s390/multiarch/ifunc-impl-list.c
3764 (__libc_ifunc_impl_list): Add ifunc variants for memmem.
3765 * sysdeps/s390/ifunc-memmem.h: New file.
3766 * sysdeps/s390/memmem.c: Likewise.
3767 * sysdeps/s390/memmem-c.c: Likewise.
3768 * sysdeps/s390/memmem-vx.c: Likewise.
3769
3770 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3771
3772 * sysdeps/s390/Makefile (sysdep_routines): Add strstr variants.
3773 * sysdeps/s390/multiarch/ifunc-impl-list.c
3774 (__libc_ifunc_impl_list): Add ifunc variants for strstr.
3775 * sysdeps/s390/ifunc-strstr.h: New file.
3776 * sysdeps/s390/strstr.c: Likewise.
3777 * sysdeps/s390/strstr-c.c: Likewise.
3778 * sysdeps/s390/strstr-vx.c: Likewise.
3779
3780 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3781
3782 * sysdeps/s390/Makefile (sysdep_routines): Add memmove-c.
3783 * sysdeps/s390/ifunc-memcpy.h (HAVE_MEMMOVE_IFUNC,
3784 HAVE_MEMMOVE_IFUNC_AND_VX_SUPPORT, MEMMOVE_DEFAULT,
3785 HAVE_MEMMOVE_C, MEMMOVE_C, HAVE_MEMMOVE_Z13, MEMMOVE_Z13):
3786 New defines.
3787 * sysdeps/s390/memcpy-z900.S: Add z13 memmove implementation.
3788 * sysdeps/s390/memmove-c.c: New file.
3789 * sysdeps/s390/memmove.c: Likewise.
3790 * sysdeps/s390/multiarch/ifunc-impl-list.c
3791 (__libc_ifunc_impl_list): Add ifunc variants for memmove.
3792
3793 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3794
3795 * config.h.in (HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT): New undefine.
3796 * sysdeps/s390/configure.ac: Add check for z13 support.
3797 * sysdeps/s390/configure: Regenerated.
3798
3799 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3800
3801 * sysdeps/s390/memcopy.h: New file.
3802
3803 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3804
3805 * sysdeps/s390/s390-32/bcopy.S: Remove.
3806 * sysdeps/s390/s390-64/bcopy.S: Likewise.
3807
3808 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3809
3810 * sysdeps/s390/ifunc-memcpy.h: New File.
3811 * sysdeps/s390/memcpy.S: Move to ...
3812 * sysdeps/s390/memcpy-z900.S ... here.
3813 Move implementations from memcpy-s390x.s to here.
3814 * sysdeps/s390/multiarch/memcpy-s390x.S: Delete File.
3815 * sysdeps/s390/multiarch/Makefile (sysdep_routines):
3816 Remove memcpy/mempcpy variants.
3817 * sysdeps/s390/Makefile (sysdep_routines):
3818 Add memcpy/mempcpy variants.
3819 * sysdeps/s390/multiarch/ifunc-impl-list.c
3820 (__libc_ifunc_impl_list): Adjust ifunc variants for
3821 memcpy and mempcpy.
3822 * sysdeps/s390/multiarch/memcpy.c: Move ifunc resolver
3823 to ...
3824 * sysdeps/s390/memcpy.c: ... here.
3825 Adjust ifunc variants for memcpy.
3826 * sysdeps/s390/multiarch/mempcpy.c: Move to ...
3827 * sysdeps/s390/mempcpy.c: ... here.
3828 Adjust ifunc variants for mempcpy.
3829 * sysdeps/s390/mempcpy.S: Delete file.
3830
3831 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3832
3833 * sysdeps/s390/s390-64/memcpy.S: Move to ...
3834 * sysdeps/s390/memcpy.S: ... here.
3835 Adjust to be usable for 31/64bit.
3836 * sysdeps/s390/s390-32/memcpy.S: Delete File.
3837 * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add memcpy.
3838 * sysdeps/s390/s390-32/multiarch/Makefile: Delete file.
3839 * sysdeps/s390/s390-64/multiarch/Makefile: Likewise.
3840 * sysdeps/s390/s390-64/multiarch/memcpy-s390x.S: Move to ...
3841 * sysdeps/s390/multiarch/memcpy-s390x.S: ... here.
3842 Adjust to be usable for 31/64bit.
3843 * sysdeps/s390/s390-32/multiarch/memcpy-s390.S: Delete File.
3844 * sysdeps/s390/s390-64/multiarch/memcpy.c: Move to ...
3845 * sysdeps/s390/multiarch/memcpy.c: ... here.
3846 * sysdeps/s390/s390-32/multiarch/memcpy.c: Delete File.
3847
3848 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3849
3850 * sysdeps/s390/ifunc-memcmp.h: New File.
3851 * sysdeps/s390/memcmp.S: Move to ...
3852 * sysdeps/s390/memcmp-z900.S ... here.
3853 Move implementations from memcmp-s390x.s to here.
3854 * sysdeps/s390/multiarch/memcmp-s390x.S: Delete File.
3855 * sysdeps/s390/multiarch/Makefile (sysdep_routines):
3856 Remove memcmp variants.
3857 * sysdeps/s390/Makefile (sysdep_routines):
3858 Add memcmp variants.
3859 * sysdeps/s390/multiarch/ifunc-impl-list.c
3860 (__libc_ifunc_impl_list): Adjust ifunc variants for
3861 memcmp.
3862 * sysdeps/s390/multiarch/memcmp.c: Move ifunc resolver
3863 to ...
3864 * sysdeps/s390/memcmp.c: ... here.
3865 Adjust ifunc variants for memcmp.
3866
3867 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3868
3869 * sysdeps/s390/s390-64/memcmp.S: Move to ...
3870 * sysdeps/s390/memcmp.S: ... here.
3871 Adjust to be usable for 31/64bit.
3872 * sysdeps/s390/s390-32/memcmp.S: Delete File.
3873 * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add memcmp.
3874 * sysdeps/s390/s390-32/multiarch/Makefile (sysdep_routines):
3875 Remove memcmp.
3876 * sysdeps/s390/s390-64/multiarch/Makefile: Likewise.
3877 * sysdeps/s390/s390-64/multiarch/memcmp-s390x.S: Move to ...
3878 * sysdeps/s390/multiarch/memcmp-s390x.S: ... here.
3879 Adjust to be usable for 31/64bit.
3880 * sysdeps/s390/s390-32/multiarch/memcmp-s390.S: Delete File.
3881 * sysdeps/s390/s390-64/multiarch/memcmp.c: Move to ...
3882 * sysdeps/s390/multiarch/memcmp.c: ... here.
3883 * sysdeps/s390/s390-32/multiarch/memcmp.c: Delete File.
3884
3885 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3886
3887 * sysdeps/s390/s390-32/bzero.S: Delete file.
3888 * sysdeps/s390/s390-64/bzero.S: Likewise.
3889 * sysdeps/s390/Makefile (sysdep_routines): Add bzero.
3890 * sysdeps/s390/bzero.c: New file.
3891 * sysdeps/s390/memset-z900.S: Add bzero entry points.
3892 * sysdeps/s390/ifunc-memset.h: Add bzero function macros.
3893 * sysdeps/s390/multiarch/ifunc-impl-list.c
3894 (__libc_ifunc_impl_list): Add bzero ifunc variants.
3895
3896 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3897
3898 * sysdeps/s390/ifunc-memset.h: New File.
3899 * sysdeps/s390/memset.S: Move to ...
3900 * sysdeps/s390/memset-z900.S ... here.
3901 Move implementations from memset-s390x.s to here.
3902 * sysdeps/s390/multiarch/memset-s390x.S: Delete File.
3903 * sysdeps/s390/multiarch/Makefile (sysdep_routines):
3904 Remove memset variants.
3905 * sysdeps/s390/Makefile (sysdep_routines):
3906 Add memset variants.
3907 * sysdeps/s390/multiarch/ifunc-impl-list.c
3908 (__libc_ifunc_impl_list): Adjust ifunc variants for
3909 memset.
3910 * sysdeps/s390/multiarch/memset.c: Move ifunc resolver
3911 to ...
3912 * sysdeps/s390/memset.c: ... here.
3913 Adjust ifunc variants for memset.
3914
3915 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3916
3917 * sysdeps/s390/s390-64/memset.S: Move to ...
3918 * sysdeps/s390/memset.S: ... here.
3919 Adjust to be usable for 31/64bit.
3920 * sysdeps/s390/s390-32/memset.S: Delete File.
3921 * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add memset.
3922 * sysdeps/s390/s390-32/multiarch/Makefile (sysdep_routines):
3923 Remove memset.
3924 * sysdeps/s390/s390-64/multiarch/Makefile: Likewise.
3925 * sysdeps/s390/s390-64/multiarch/memset-s390x.S: Move to ...
3926 * sysdeps/s390/multiarch/memset-s390x.S: ... here.
3927 Adjust to be usable for 31/64bit.
3928 * sysdeps/s390/s390-32/multiarch/memset-s390.S: Delete File.
3929 * sysdeps/s390/s390-64/multiarch/memset.c: Move to ...
3930 * sysdeps/s390/multiarch/memset.c: ... here.
3931 * sysdeps/s390/s390-32/multiarch/memset.c: Delete File.
3932
3933 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3934
3935 * sysdeps/s390/multiarch/ifunc-resolve.h
3936 (s390_libc_ifunc_init, s390_libc_ifunc,
3937 s390_vx_libc_ifunc2_redirected): Use hwcap instead of dl_hwcap.
3938
3939 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3940
3941 * config.h.in (HAVE_S390_MIN_Z10_ZARCH_ASM_SUPPORT): New undefine.
3942 * sysdeps/s390/configure.ac: Add check for z10 support.
3943 * sysdeps/s390/configure: Regenerated.
3944
3945 2018-12-18 H.J. Lu <hongjiu.lu@intel.com>
3946
3947 * sysdeps/i386/atomic-machine.h: Merged with ...
3948 * sysdeps/x86_64/atomic-machine.h: To ...
3949 * sysdeps/x86/atomic-machine.h: This. New file.
3950
3951 2018-12-18 Florian Weimer <fweimer@redhat.com>
3952
3953 Rewrite locale/gen-translit.pl in Python.
3954 * locale/Makefile (generated): Add C-translit.h.
3955 (before-compile): Add $(objpfx)C-translit.h.
3956 (C-translit.h): Move to $(objpfx). Create target directory.
3957 Build using Python script.
3958 * locale/gen-translit.py: New file.
3959 * locale/gen-translit.pl: Remove file.
3960 * locale/C-translit.h.in: Change comment character to '#' for
3961 easier parsing without a C preprocessor.
3962 * locale/C-translit.h: Remove generated file.
3963 * manual/install.texi (Tools for Compilation): Do not mention
3964 C-translit.h.
3965 * scripts/build-many-glibcs.py (Context.fix_glibc_timestamps):
3966 Remove locale/C-translit.h.
3967 * scripts/update-copyrights: Likewise.
3968 * INSTALL: Regenerate.
3969
3970 2018-12-18 Florian Weimer <fweimer@redhat.com>
3971
3972 [BZ #23995]
3973 * localedata/locales/bi_VU: Remove executable bit from file.
3974
3975 2018-12-17 Albert ARIBAUD <albert.aribaud@3adev.fr>
3976
3977 * include/time.h
3978 (__localtime64): Add.
3979 * manual/maint.texi: Document Y2038 symbol handling.
3980 * time/localtime.c
3981 (__localtime64): Add.
3982 [__TIMESIZE != 64] (__localtime): Turn into a wrapper.
3983
3984 2018-12-17 Joseph Myers <joseph@codesourcery.com>
3985
3986 * sysdeps/unix/sysv/linux/ia64/sysdep.h (ASM_CLOBBERS_6_COMMON):
3987 Do not clobber r12.
3988
3989 * scripts/glibcextract.py (compare_macro_consts): Take parameters
3990 to allow extra macros from first or second sources.
3991 * sysdeps/unix/sysv/linux/tst-mman-consts.py: New file.
3992 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
3993 (tests-special): Add $(objpfx)tst-mman-consts.out.
3994 ($(objpfx)tst-mman-consts.out): New makefile target.
3995
3996 2018-12-17 Mao Han <han_mao@c-sky.com>
3997
3998 * sysdeps/unix/sysv/linux/Makefile: Add statx_cp.c.
3999 * sysdeps/unix/sysv/linux/fxstat64.c: Add conditionals for kernel
4000 without stat64 system call support.
4001 * sysdeps/unix/sysv/linux/fxstatat64.c: Likewise.
4002 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat.c: Likewise.
4003 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
4004 * sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat.c: Likewise.
4005 * sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat64.c: Likewise.
4006 * sysdeps/unix/sysv/linux/generic/wordsize-32/xstat.c: Likewise.
4007 * sysdeps/unix/sysv/linux/generic/wordsize-32/xstat64.c: Likewise.
4008 * sysdeps/unix/sysv/linux/mips/mips64/statx_cp.c: New file.
4009 * sysdeps/unix/sysv/linux/statx_cp.c: Likewise.
4010 * sysdeps/unix/sysv/linux/statx_cp.h: Likewise.
4011 * sysdeps/unix/sysv/linux/wordsize-64/statx_cp.c: Likewise.
4012
4013 2018-12-15 Paul Eggert <eggert@cs.ucla.edu>
4014
4015 regex: fix storage-exhaustion error
4016 [BZ #18040]
4017 * posix/regexec.c (get_subexp):
4018 Do not continue if storage is exhausted.
4019
4020 2018-12-15 Assaf Gordon <assafgordon@gmail.com>
4021
4022 regex: fix heap-use-after-free error
4023 [BZ #18040]
4024 Problem reported by Saito Takaaki <tails.saito@gmail.com> in
4025 https://debbugs.gnu.org/32592
4026 Call stack get_subexp->get_subexp_sub->clean_state_log_if_needed may
4027 call extend_buffers which reallocates the re_string_t internal buffer.
4028 Local variable 'buf' was not updated in such case, resulting in
4029 use-after-free.
4030 * posix/regexec.c (get_subexp): Update 'buf' after call to
4031 get_subexp_sub.
4032
4033 2018-12-15 Florian Weimer <fweimer@redhat.com>
4034
4035 * support/blob_repeat.c (check_mul_overflow_size_t): New function.
4036 (minimum_stride_size): Use it.
4037 (support_blob_repeat_allocate): Likewise.
4038
4039 2018-12-14 Joseph Myers <joseph@codesourcery.com>
4040
4041 * sysdeps/x86/fpu/bits/mathinline.h (asinh): Remove inline
4042 definition.
4043 (acosh): Likewise.
4044 (atanh): Likewise.
4045
4046 2018-12-14 Florian Weimer <fweimer@redhat.com>
4047
4048 * manual/process.texi (Process Creation Concepts): Remove
4049 documentation of process (ID) lifetime. List more process
4050 creation functions. Reference Process Identification section.
4051 (Process Identification): Add information about process ID
4052 lifetime. Describe Linux thread/task IDs.
4053 * manual/signal.texi (Signaling Another Process): Mention that the
4054 signal is always sent to the process.
4055
4056 2018-12-14 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4057
4058 * misc/Makefile (tests): Remove tst-efgcvt. Add tst-dbl-efgcvt
4059 and tst-ldbl-efgcvt.
4060 * misc/tst-efgcvt.c: Renamed to misc/tst-efgcvt-template.c.
4061 * misc/tst-efgcvt-template.c: Renamed from misc/tst-efgcvt.c.
4062 (struct testcase, efcvt_func, efcvt_r_func, ecvt_tests)
4063 (fcvt_tests, output_error, output_r_error, do_test): Use the
4064 macros defined in tst-dbl-efgcvt.c and tst-ldbl-efgcvt.c to:
4065 select the type of floating-point variables and arguments; to
4066 produce extra tests for double and conversion specifiers for
4067 printf; and to set the names of called functions.
4068 * misc/tst-dbl-efgcvt.c: New file that defines the macros used
4069 in tst-efgcvt-template.c.
4070 * misc/tst-ldbl-efgcvt.c: Likewise.
4071
4072 2018-12-14 Stefan Liebler <stli@linux.ibm.com>
4073
4074 * nss/Makefile (tst-nss-test3.out): New rule.
4075
4076 2018-12-13 Joseph Myers <joseph@codesourcery.com>
4077
4078 * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Do not
4079 clobber sp.
4080
4081 2018-12-13 fanjinke <fanjinke@hygon.cn>
4082
4083 * sysdeps/x86/cpu-features.c (init_cpu_features): Check for
4084 "HygonGenuine".
4085
4086 2018-12-13 Andreas Schwab <schwab@suse.de>
4087
4088 [BZ #23861]
4089 * nptl/pthread_rwlock_common.c: Reindent. Fix typos.
4090 (__pthread_rwlock_rdlock_full): Update expected value for
4091 __readers while waiting on PTHREAD_RWLOCK_RWAITING.
4092 * nptl/tst-rwlock-pwn.c: New file.
4093 * nptl/Makefile (tests): Add tst-rwlock-pwn.
4094
4095 2018-12-12 Joseph Myers <joseph@codesourcery.com>
4096
4097 * sysdeps/x86/fpu/bits/mathinline.h (hypot): Remove inline
4098 definition.
4099
4100 2018-12-12 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
4101
4102 * benchtests/scripts/compare_bench.py (do_compare): write to
4103 stderr in casestat is not present.
4104 * benchtests/scripts/compare_bench.py (plot_graphs): write to
4105 stderr in case timings field is not present. Also string showing
4106 the output filename goes into the stderr.
4107
4108 2018-12-12 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
4109
4110 * benchtests/scripts/compare_bench.py (do_compare): Catch KeyError
4111 and ZeroDivisorError exceptions.
4112 * benchtests/scripts/compare_bench.py (compare_runs): Use stats
4113 argument to loop through user provided statistics.
4114 * benchtests/scripts/compare_bench.py (main): Include the --stats
4115 argument.
4116
4117 2018-12-12 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
4118
4119 * benchtests/scripts/compare_bench.py (compare_runs): Continue
4120 instead of return.
4121
4122 2018-12-12 Florian Weimer <fweimer@redhat.com>
4123
4124 * sysdeps/posix/timespec_get.c: Add missing “any later version”
4125 clause to copyright header.
4126
4127 2018-12-12 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
4128
4129 [BZ #23614]
4130 * sysdeps/powerpc/powerpc64/addmul_1.S (FUNC): Add CFI offset for
4131 registers saved in the stack frame.
4132 * sysdeps/powerpc/powerpc64/lshift.S (__mpn_lshift): Likewise.
4133 * sysdeps/powerpc/powerpc64/mul_1.S (__mpn_mul_1): Likewise.
4134
4135 2018-12-11 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4136
4137 * include/bits/monetary-ldbl.h: New file.
4138 * include/bits/printf-ldbl.h: Likewise.
4139 * include/bits/stdio-ldbl.h: Likewise.
4140 * include/bits/stdlib-ldbl.h: Likewise.
4141 * include/bits/syslog-ldbl.h: Likewise.
4142 * include/bits/wchar-ldbl.h: Likewise.
4143
4144 2018-12-11 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4145
4146 * libio/libio.h: Remove redirection for _IO_vfprintf.
4147
4148 2018-12-11 Andreas Schwab <schwab@suse.de>
4149
4150 * Makerules: Remove all references to abilist-pattern.
4151 (update-all-abi): Simplify find expression.
4152
4153 2018-12-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
4154
4155 [BZ #23961]
4156 * math/auto-libm-test-in: Add new test case.
4157 * math/auto-libm-test-out-pow: Regenerated.
4158 * sysdeps/ieee754/flt-32/e_powf.c (__powf): Fix overflow check.
4159
4160 2018-12-10 DJ Delorie <dj@redhat.com>
4161
4162 [BZ #23948]
4163 * support/test-container.c: Move postclean step to before we
4164 change namespaces.
4165
4166 2018-12-10 Joseph Myers <joseph@codesourcery.com>
4167
4168 * scripts/gen-as-const.py (main): Handle --python option.
4169 * scripts/gen-py-const.awk: Remove.
4170 * Makerules (py-const-script): Use gen-as-const.py.
4171 ($(py-const)): Likewise.
4172 * nptl/nptl-printers.py (MutexPrinter.read_status_no_robust): Mask
4173 with 0xffffffff together with ~(PTHREAD_MUTEX_PRIO_CEILING_MASK).
4174 (MutexAttributesPrinter.read_values): Mask with 0xffffffff
4175 together with ~PTHREAD_MUTEXATTR_FLAG_BITS and
4176 ~PTHREAD_MUTEX_NO_ELISION_NP.
4177 * manual/README.pretty-printers: Update reference to
4178 gen-py-const.awk.
4179
4180 * scripts/glibcextract.py: New file.
4181 * scripts/gen-as-const.py: Do not import os.path, re, subprocess
4182 or tempfile. Import glibcexctract.
4183 (compute_c_consts): Remove. Moved to glibcextract.py.
4184 (gen_test): Update reference to compute_c_consts.
4185 (main): Likewise.
4186 * sysdeps/unix/sysv/linux/tst-signal-numbers.py: New file.
4187 * sysdeps/unix/sysv/linux/tst-signal-numbers.sh: Remove.
4188 * sysdeps/unix/sysv/linux/Makefile
4189 ($(objpfx)tst-signal-numbers.out): Use tst-signal-numbers.py.
4190 Redirect stderr as well as stdout.
4191
4192 2018-12-10 Rafael Ávila de Espíndola <rafael@espindo.la>
4193
4194 [BZ #19767]
4195 * sysdeps/unix/sysv/linux/mips/init-first.c: Remove #ifdef SHARED.
4196 * sysdeps/unix/sysv/linux/mips/libc-vdso.h: Remove #ifdef SHARED.
4197 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Define
4198 ALWAYS_USE_VSYSCALL.
4199 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Define
4200 ALWAYS_USE_VSYSCALL.
4201 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Define
4202 ALWAYS_USE_VSYSCALL.
4203
4204 2018-12-10 Florian Weimer <fweimer@redhat.com>
4205
4206 [BZ #23972]
4207 * sysdeps/unix/sysv/linux/getdents64.c (handle_overflow): Check
4208 offset instead of count for clarity. Fix typo in comment.
4209 (__old_getdents64): Keep track of previous offset. Use it to call
4210 handle_overflow.
4211 * sysdeps/unix/sysv/linux/tst-readdir64-compat.c (do_test): Check
4212 that d_off is never zero.
4213
4214 2018-12-10 Andreas Schwab <schwab@suse.de>
4215
4216 * sysdeps/unix/sysv/linux/powerpc/powerpc64/*-le.abilist: Move to
4217 sysdeps/unix/sysv/linux/powerpc/powerpc64/le/*.abilist.
4218 * sysdeps/unix/sysv/linux/powerpc/powerpc64/*.abilist: Move to
4219 sysdeps/unix/sysv/linux/powerpc/powerpc64/be/*.abilist.
4220 * sysdeps/powerpc/Makefile (abilist-pattern): Don't define.
4221
4222 2018-12-10 Joseph Myers <joseph@codesourcery.com>
4223
4224 * timezone/private.h: Update from tzcode 2018g.
4225 * timezone/tzfile.h: Likewise.
4226 * timezone/tzselect.ksh: Likewise.
4227 * timezone/zdump.c: Likewise.
4228 * timezone/zic.c: Likewise.
4229
4230 2018-12-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4231
4232 [BZ #23490]
4233 * sysdeps/unix/sysv/linux/x86/tst-cet-property-2.c
4234 (do_test): Adjust buffer size and fix format.
4235
4236 2018-12-07 DJ Delorie <dj@redhat.com>
4237
4238 [BZ #23907]
4239 * malloc/tst-tcfree3.c: New.
4240 * malloc/Makefile: Add it.
4241
4242 2018-12-07 H.J. Lu <hongjiu.lu@intel.com>
4243
4244 * include/sched.h (__getcpu): Don't use __typeof__ (getcpu).
4245
4246 2018-12-07 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4247
4248 * libio/libioP.h (SCANF_LDBL_USES_FLOAT128): New macro to be
4249 used as a mask for the mode argument of __vfscanf_internal and
4250 __vfwscanf_internal.
4251 * stdio-common/vfscanf-internal.c
4252 [defined COMPILE_WSCANF && __HAVE_FLOAT128_UNLIKE_LDBL]
4253 (__strtof128_internal): Define to __wcstof128_internal.
4254 [__HAVE_FLOAT128_UNLIKE_LDBL] (__vfscanf_internal): Call
4255 __strtof128_internal or __wcstof128_internal when the format of
4256 long double is the same as _Float128.
4257
4258 2018-12-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
4259
4260 * include/unistd.h (__confstr): Add prototype and hidden prototype.
4261 * posix/confstr.c (confstr): Rename to __confstr.
4262 (__confstr): Add hidden def.
4263 (confstr): Add weak alias for __confstr.
4264 * sysdeps/mach/hurd/spawni.c (__spawni): Call __confstr instead of
4265 confstr.
4266
4267 2018-12-07 H.J. Lu <hongjiu.lu@intel.com>
4268
4269 * NEWS: Mention getcpu.
4270 * include/sched.h (__getcpu): New libc_hidden_proto.
4271 * manual/resource.texi: Document getcpu.
4272 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add getcpu.
4273 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.29): Add getcpu.
4274 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Add getcpu.
4275 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
4276 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
4277 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
4278 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
4279 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
4280 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
4281 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
4282 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
4283 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
4284 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist:
4285 Likewise.
4286 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
4287 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
4288 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
4289 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
4290 Likewise.
4291 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
4292 Likewise.
4293 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
4294 Likewise.
4295 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
4296 Likewise.
4297 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
4298 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
4299 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
4300 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
4301 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
4302 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
4303 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
4304 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
4305 * sysdeps/unix/sysv/linux/bits/sched.h (getcpu): New prototype.
4306 * sysdeps/unix/sysv/linux/getcpu.c: New file.
4307 * sysdeps/unix/sysv/linux/tst-skeleton-affinity.c (test_size):
4308 Also check getcpu.
4309
4310 2018-12-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
4311
4312 * sysdeps/mach/hurd/spawni.c (child_lookup_under, child_fchdir): New
4313 functions.
4314 (__spawni): Handle spawn_do_fchdir by calling child_fchdir.
4315
4316 2018-12-07 Florian Weimer <fweimer@redhat.com>
4317
4318 [BZ #17405]
4319 * posix/Makefile (routines): Add spawn_faction_addfchdir.
4320 * posix/Versions (GLIBC_2.29): Export
4321 posix_spawn_file_actions_addfchdir_np.
4322 * posix/spawn.h (posix_spawn_file_actions_addfchdir_np): Declare.
4323 * posix/spawn_faction_destroy.c
4324 (__posix_spawn_file_actions_destroy): Handle spawn_do_fchdir.
4325 * posix/spawn_int.h (struct __spawn_action): Add spawn_do_fchdir
4326 and the field action.fchdir_action.
4327 * posix/tst-spawn-chdir.c (add_chdir): New function.
4328 (do_test): Add do_fchdir loop. Call add_chdir.
4329 * sysdeps/posix/spawni.c (__spawni_child): Handle spawn_do_fchdir.
4330 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
4331 * sysdeps/mach/hurd/i386/libc.abilist (GLIBC_2.29): Add
4332 posix_spawn_file_actions_addfchdir_np.
4333 * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.29):
4334 Likewise.
4335 * sysdeps/unix/sysv/linux/alpha/libc.abilist (GLIBC_2.29):
4336 Likewise.
4337 * sysdeps/unix/sysv/linux/arm/libc.abilist (GLIBC_2.29): Likewise.
4338 * sysdeps/unix/sysv/linux/hppa/libc.abilist (GLIBC_2.29):
4339 Likewise.
4340 * sysdeps/unix/sysv/linux/i386/libc.abilist (GLIBC_2.29):
4341 Likewise.
4342 * sysdeps/unix/sysv/linux/ia64/libc.abilist (GLIBC_2.29):
4343 Likewise.
4344 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist (GLIBC_2.29):
4345 Likewise.
4346 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist (GLIBC_2.29):
4347 Likewise.
4348 * sysdeps/unix/sysv/linux/microblaze/libc.abilist (GLIBC_2.29):
4349 Likewise.
4350 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
4351 (GLIBC_2.29): Likewise.
4352 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
4353 (GLIBC_2.29): Likewise.
4354 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
4355 (GLIBC_2.29): Likewise.
4356 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
4357 (GLIBC_2.29): Likewise.
4358 * sysdeps/unix/sysv/linux/nios2/libc.abilist (GLIBC_2.29):
4359 Likewise.
4360 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
4361 (GLIBC_2.29): Likewise.
4362 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
4363 (GLIBC_2.29): Likewise.
4364 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
4365 (GLIBC_2.29): Likewise.
4366 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
4367 (GLIBC_2.29): Likewise.
4368 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist (GLIBC_2.29):
4369 Likewise.
4370 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist (GLIBC_2.29):
4371 Likewise.
4372 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist (GLIBC_2.29):
4373 Likewise.
4374 * sysdeps/unix/sysv/linux/sh/libc.abilist (GLIBC_2.29): Likewise.
4375 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist (GLIBC_2.29):
4376 Likewise.
4377 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist (GLIBC_2.29):
4378 Likewise.
4379 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist (GLIBC_2.29):
4380 Likewise.
4381 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist (GLIBC_2.29):
4382 Likewise.
4383
4384 2018-12-06 Joseph Myers <joseph@codesourcery.com>
4385
4386 * manual/texinfo.tex: Update to version 2018-09-21.20 with
4387 trailing whitespace removed.
4388 * scripts/config.guess: Update to version 2018-11-28.
4389 * scripts/config.sub: Update to version 2018-11-28.
4390 * scripts/install-sh: Update to version 2018-03-11.20.
4391 * scripts/mkinstalldirs: Update to version 2018-03-07.03.
4392 * scripts/move-if-change: Update to version 2018-03-07 03:47.
4393
4394 2018-12-07 Florian Weimer <fweimer@redhat.com>
4395
4396 [BZ #23927]
4397 CVE-2018-19591
4398 * inet/tst-if_index-long.c: New file.
4399 * inet/Makefile (tests): Add tst-if_index-long.
4400
4401 2018-12-07 Florian Weimer <fweimer@redhat.com>
4402
4403 * support/check.h (support_record_failure_is_failed): Declare.
4404 * support/descriptors.h: New file.
4405 * support/support_descriptors.c: Likewise.
4406 * support/tst-support_descriptors.c: Likewise.
4407 * support/support_record_failure.c
4408 (support_record_failure_is_failed): New function.
4409 * support/Makefile (libsupport-routines): Add support_descriptors.
4410 (tests): Add tst-support_descriptors.
4411
4412 2018-12-05 Zack Weinberg <zackw@panix.com>
4413 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4414
4415 * stdio-common/vfprintf-internal.c
4416 (__vfprintf_internal, __vfwprintf_internal): Don't use __ldbl_is_dbl.
4417 * sysdeps/generic/math_ldbl_opt.h: Remove __ldbl_is_dbl.
4418 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Remove __ldbl_is_dbl
4419 and __no_long_double.
4420 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.c: Remove file.
4421 * sysdeps/ieee754/ldbl-opt/Makefile (routines): Remove math_ldbl_opt.
4422 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Remove
4423 libc_hidden_proto and libc_hidden_def from all __nldbl_*printf*
4424 and __nldbl_*syslog* functions.
4425 (__nldbl_cleanup, set_no_long_double, clear_no_long_double): Remove.
4426 (__nldbl___asprintf, __nldbl_dprintf, __nldbl_fprintf)
4427 (__nldbl_fwprintf, __nldbl_printf, __nldbl_sprintf)
4428 (__nldbl_vfprintf, __nldbl___vsprintf, __nldbl_obstack_vprintf)
4429 (__ndlbl_obstack_printf, __nldbl_snprintf, __nldbl_swprintf)
4430 (__nldbl_vasprintf, __nldbl_vdprintf, __nldbl_vfwprintf)
4431 (__nldbl_vprintf, __nldbl_vsnprintf, __ndlbl_vswprintf)
4432 (__nldbl_vwprintf, __nldbl_wprintf):
4433 Directly call the appropriate __v*printf_internal routine, passing
4434 PRINTF_LDBL_IS_DBL. Do not mess with __no_long_double. Normalize
4435 variable names.
4436 (__nldbl___fprintf_chk, __nldbl___fwprintf_chk)
4437 (__nldbl___printf_chk, __nldbl___snprintf_chk)
4438 (__nldbl___sprintf_chk, __nldbl___swprintf_chk)
4439 (__nldbl___vfprintf_chk, __nldbl___vfwprintf_chk)
4440 (__nldbl___vprintf_chk, __nldbl___vsnprintf_chk)
4441 (__nldbl___vsprintf_chk, __nldbl___vswprintf_chk)
4442 (__nldbl___vwprintf_chk, __nldbl___wprintf_chk)
4443 (__nldbl___vasprintf_chk, __nldbl___asprintf_chk)
4444 (__nldbl___vdprintf_chk, __nldbl___dprintf_chk)
4445 (__nldbl___obstack_vprintf_chk, __nldbl___obstack_printf_chk):
4446 Likewise, and also pass PRINTF_FORTIFY when appropriate.
4447 (__nldbl_syslog, __nldbl_vsyslog):
4448 Directly call __vsyslog_internal, passing PRINTF_LDBL_IS_DBL.
4449 (__nldbl_syslog_chk): Likewise, and also pass PRINTF_FORTIFY when
4450 appropriate.
4451 (__nldbl_vsyslog_chk): Likewise, and also pass PRINTF_FORTIFY when
4452 appropriate.
4453
4454 2018-12-05 Zack Weinberg <zackw@panix.com>
4455 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4456
4457 [BZ #11319]
4458 * libio/iovsprintf.c (_IO_str_chk_overflow, libio_vtable):
4459 Moved here from debug/vsprintf_chk.c.
4460 (__vsprintf_internal): Add 'maxlen' argument. Change the setup
4461 and completion logic for the strfile to match exactly what
4462 __vsprintf_chk used to do, except, when maxlen is -1, pass -1 to
4463 _IO_str_init_static_internal instead of maxlen-1.
4464 (__vsprintf): Pass -1 as maxlen to __vsprintf_internal.
4465 * stdio-common/sprintf.c (__sprintf): Pass -1 as maxlen to
4466 __vsprintf_internal.
4467
4468 * debug/vsprintf_chk.c (__vsprintf_chk)
4469 * debug/sprintf_chk.c (__sprintf_chk):
4470 Directly call __vsprintf_internal, passing PRINTF_FORTIFY if
4471 'flags' argument is positive, and slen as maxlen. No need to lock
4472 the FILE and/or construct a temporary FILE. Minimize and normalize
4473 header inclusions and variable names. Do not libc_hidden_def anything.
4474
4475 * debug/asprintf_chk.c (__asprintf_chk)
4476 * debug/dprintf_chk.c (__dprintf_chk)
4477 * debug/fprintf_chk.c (__fprintf_chk)
4478 * debug/fwprintf_chk.c (__fwprintf_chk)
4479 * debug/printf_chk.c (__printf_chk)
4480 * debug/snprintf_chk.c (__snprintf_chk)
4481 * debug/swprintf_chk.c (__swprintf_chk)
4482 * debug/vasprintf_chk.c (__vasprintf_chk)
4483 * debug/vdprintf_chk.c (__vdprintf_chk)
4484 * debug/vfprintf_chk.c (__vfprintf_chk)
4485 * debug/vfwprintf_chk.c (__vfwprintf_chk)
4486 * debug/vprintf_chk.c (__vprintf_chk)
4487 * debug/vsnprintf_chk.c (__vsnprintf_chk)
4488 * debug/vswprintf_chk.c (__vswprintf_chk)
4489 * debug/vwprintf_chk.c (__vwprintf_chk)
4490 * debug/wprintf_chk.c (__wprintf_chk):
4491 Directly call the corresponding vxxprintf_internal function, passing
4492 PRINTF_FORTIFY if 'flag' argument is positive. No need to lock
4493 the FILE and/or construct a temporary FILE. Minimize and normalize
4494 header inclusions and variable names. Do not libc_hidden_def anything.
4495
4496 * debug/obprintf_chk.c (__obstack_printf_chk): Directly call
4497 __obstack_vprintf_internal.
4498 (__obstack_vprintf_chk): Convert into a wrapper that calls
4499 __obstack_vprintf_internal (these two functions already had the
4500 same code) and move to new file...
4501 * debug/vobprintf_chk.c (__obstack_vprintf_chk): ... here. New
4502 file.
4503 * debug/obprintf.c (__obstack_vprintf_internal): Remove the checking of
4504 the flags argument and the setting of _IO_FLAGS2_FORTIFY.
4505 * debug/Makefile (routines): Add vobprintf_chk.
4506
4507 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
4508 (__nldbl___vsprintf): Pass -1 as maxlen to __vsprintf_internal.
4509 (__nldbl___vfprintf_chk, __nldbl___vsnprintf_chk)
4510 (__nldbl___vsprintf_chk, __nldbl___vswprintf_chk)
4511 (__nldbl___vasprintf_chk, __nldbl___vdprintf_chk)
4512 (__nldbl___obstack_vfprintf_chk):
4513 Directly call the corresponding vxxprintf_internal function,
4514 passing PRINTF_FORTIFY if 'flag' argument is positive. If necessary,
4515 duplicate comparison of slen with 0 or maxlen from the corresponding
4516 non-__nldbl function.
4517
4518 * include/stdio.h (__vsnprintf_chk, __vfprintf_chk, __vasprintf_chk)
4519 (__vdprintf_chk, __obstack_vfprintf_chk): Remove libc_hidden_proto.
4520 * include/wchar.h (__vfwprintf_chk, __vswprintf_chk):
4521 Remove libc_hidden_proto.
4522
4523 * stdio-common/vfprintf-internal.c
4524 (__vfprintf_internal, __vfwprintf_internal):
4525 Do not check _IO_FLAGS2_FORTIFY.
4526 * libio/libio.h (_IO_FLAGS2_FORTIFY): Remove.
4527 * libio/libioP.h: Update prototype of __vsprintf_internal and add
4528 a comment explaining why it has the maxlen argument.
4529 (_IO_acquire_lock_clear_flags2_fct): Remove.
4530 (_IO_acquire_lock_clear_flags2): Remove.
4531 (_IO_release_lock): Remove conditional statement which will
4532 now never execute.
4533 (_IO_acquire_lock): Remove variable which is now unused.
4534 * sysdeps/generic/stdio-lock.h (_IO_acquire_lock_clear_flags2): Remove.
4535 * sysdeps/nptl/stdio-lock.h (_IO_acquire_lock_clear_flags2): Remove.
4536
4537 * stdio-common/Makefile (tests): Add tst-bz11319 and
4538 tst-bz11319-fortify2.
4539 (CFLAGS-tst-bz11319-fortify2.c): New macro.
4540 * stdio-common/tst-bz11319-fortify2.c: New file.
4541 * stdio-common/tst-bz11319.c: Likewise.
4542
4543 2018-12-05 Zack Weinberg <zackw@panix.com>
4544 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4545
4546 * misc/syslog.c: Include libioP.h, not iolibio.h.
4547 (__vsyslog_internal): New function with the former body of
4548 __vsyslog_chk; takes mode_flags argument same as
4549 __v*printf_internal. Call __vfprintf_internal directly.
4550
4551 (__vsyslog_chk): Now a wrapper around __vsyslog_internal.
4552 Remove libc_hidden_def.
4553 (__syslog, __syslog_chk): Use __vsyslog_internal.
4554 (__vsyslog): Move to just below __syslog. Use __vsyslog_internal.
4555
4556 * include/sys/syslog.h: Add multiple inclusion guard.
4557 Add prototype for __vsyslog_internal.
4558 Remove declaration and libc_hidden_proto for __vsyslog_chk.
4559
4560 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vsyslog_chk):
4561 Use __vsyslog_internal.
4562
4563 2018-12-05 Zack Weinberg <zackw@panix.com>
4564 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4565
4566 * libio/libioP.h (__vfprintf_internal, __vfwprintf_internal)
4567 (__vasprintf_internal, __vdprintf_internal, __obstack_vprintf_internal)
4568 (__vsprintf_internal, __vsnprintf_internal, __vswprintf_internal):
4569 New functions.
4570 (PRINTF_LDBL_IS_DBL, PRINTF_FORTIFY): New constants.
4571 (_IO_vasprintf, _IO_vdprintf, _IO_vsnprintf): Remove prototypes.
4572
4573 * stdio-common/vfprintf-internal.c: Rename from vfprintf.c.
4574 Include wctype.h here if COMPILE_WPRINTF is defined.
4575 Define __vfprintf_internal or __vfwprintf_internal, depending
4576 on COMPILE_WPRINTF.
4577 Temporarily, on entry to this function, update mode_flags
4578 according to the environmental settings corresponding to
4579 PRINTF_LDBL_IS_DBL and PRINTF_FORTIFY.
4580 Throughout, check mode_flags instead of __ldbl_is_dbl and
4581 _IO_FLAGS2_FORTIFY on the destination FILE.
4582 * stdio-common/vfwprintf-internal.c: Rename from vfwprintf.c.
4583 Include vfprintf-internal.c. Don't include wctype.h.
4584 * stdio-common/vfprintf.c: New file. Just define __vfprintf
4585 as a wrapper around __vfprintf_internal, with aliases _IO_vfprintf
4586 and vfprintf.
4587 * stdio-common/vfwprintf.c: New file. Just define __vfwprintf
4588 as a wrapper around __vfwprintf_internal, with aliases _IO_vfwprintf
4589 and vfwprintf.
4590 * stdio-common/Makefile: Add vfprintf-internal and vfwprintf-internal.
4591
4592 * libio/iovdprintf.c (_IO_vdprintf): Rename to __vdprintf_internal
4593 and add mode_flags argument; use __vfprintf_internal.
4594 (__vdprintf): New function. Alias vdprintf to this.
4595 * libio/iovsprintf.c (_IO_vsprintf, __vsprintf): Similarly.
4596 * libio/vasprintf.c (_IO_vasprintf, __vasprintf): Similarly.
4597 * libio/obprintf.c (_IO_obstack_vprintf, __obstack_vprintf): Similarly.
4598 (__obstack_printf): Use __obstack_printf_internal.
4599 * libio/vsnprintf.c (_IO_vsnprintf, ___vsnprintf): Similarly, with
4600 public aliases __vsnprintf and vsnprintf.
4601 Remove use of ldbl_hidden_def, since __vsnprintf is no longer
4602 called internally.
4603 * libio/vswprintf (_IO_vswprintf, __vswprintf): Similarly, with
4604 public aliases _IO_vsprintf and vsprintf.
4605 * libio/swprintf.c (__swprintf): Use __vswprintf_internal.
4606 * stdio-common/asprintf.c (__asprintf): Use __vasprintf_internal.
4607 * stdio-common/dprintf.c (__dprintf): Use __vdprintf_internal.
4608 * stdio-common/snprintf.c (__snprintf): Use __vsprintf_internal.
4609 * stdio-common/sprintf.c (__sprintf): Use __vsprintf_internal.
4610
4611 * debug/obprintf_chk.c, debug/vasprintf_chk.c, debug/vdprintf_chk.c
4612 * debug/vsnprintf_chk.c, debug/vsprintf_chk.c, hurd/vpprintf.c
4613 * stdio-common/fprintf.c, stdio-common/fxprintf.c
4614 * stdio-common/printf.c: Use __vfprintf_internal.
4615
4616 * debug/fwprintf_chk.c, debug/vfwprintf_chk.c, debug/vswprintf_chk.c
4617 * debug/vwprintf_chk.c, debug/wprintf_chk.c, libio/fwprintf.c
4618 * libio/vwprintf.c, libio/wprintf.c: Use __vfwprintf_internal.
4619
4620 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Use __vsprintf_internal,
4621 __obstack_vprintf_internal, __vasprintf_internal, __vdprintf_internal,
4622 __vsnprintf_internal, __vswprintf_internal, __vfprintf_internal, and
4623 __vfwprintf_internal.
4624
4625 * libio/libio.h: Remove libc_hidden_proto and declaration for
4626 _IO_vfprintf.
4627 Remove declaration of _IO_vfwprintf.
4628 * libio/iolibio.h: Remove libc_hidden_proto and declaration for
4629 _IO_vsprintf.
4630 Remove declarations of _IO_vswprintf, _IO_obstack_printf, and
4631 _IO_obstack_printf.
4632 * include/stdio.h: Add prototype for __vasprintf.
4633 (__vsnprintf): Remove declaration, because there are no more
4634 internal calls.
4635 * include/wchar.h (__vfwprintf, __vswprintf): Remove
4636 declaration, because there are no more internal calls.
4637
4638 * argp/argp-fmtstream.c (__argp_fmtstream_printf): Use
4639 __vsnprintf_internal, instead of _IO_vsnprintf.
4640 * argp/argp-help.c (__argp_error, __argp_failure): Use
4641 __vasprintf_internal, instead of _IO_vasprintf.
4642 * argp/argp-namefrob.h (__vsnprintf): Do not undefined then
4643 redefine, because there are no more internal calls.
4644
4645 2018-12-05 Zack Weinberg <zackw@panix.com>
4646 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4647
4648 * stdio-common/vfscanf-internal.c: Don't look at __ldbl_is_dbl.
4649 * sysdeps/ieee754/ldbl-opt/ndlbl-compat.c:
4650 Include libio/strfile.h instead of libioP.h.
4651 (__nldbl_IO_vfscanf, __ndlbl___vfscanf, __nldbl_sscanf)
4652 (__nldbl___vsscanf, __nldbl_vscanf, __nldbl_fscanf)
4653 (__nldbl_scanf, __nldbl_vfwscanf, __nldbl_swscanf)
4654 (__nldbl_vswscanf, __nldbl_vwscanf, __nldbl_fwscanf)
4655 (__nldbl_wscanf): Call __vfscanf_internal / __vfwscanf_internal
4656 directly, passing SCANF_LDBL_IS_DBL. Set up a strfile if
4657 necessary. Do not set __no_long_double. Normalize variable names.
4658 (__nldbl___isoc99_vfscanf, __nldbl___isoc99_sscanf)
4659 (__nldbl___isoc99_vsscanf, __nldbl___isoc99_vscanf)
4660 (__nldbl___isoc99_fscanf, __nldbl___isoc99_scanf)
4661 (__nldbl___isoc99_vfwscanf, __nldbl___isoc99_swscanf)
4662 (__nldbl___isoc99_vswscanf, __nldbl___isoc99_vwscanf)
4663 (__nldbl___isoc99_fwscanf, __nldbl___isoc99_wscanf):
4664 Call __vfscanf_internal / __vfwscanf_internal directly, passing
4665 SCANF_LDBL_IS_DBL | SCANF_ISOC99_A. Set up a strfile if necessary.
4666 Do not set __no_long_double. Normalize variable names.
4667
4668 2018-12-05 Zack Weinberg <zackw@panix.com>
4669 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4670
4671 * stdio-common/isoc99_scanf.c
4672 * stdio-common/isoc99_fscanf.c
4673 * stdio-common/isoc99_sscanf.c
4674 * stdio-common/isoc99_vscanf.c
4675 * stdio-common/isoc99_vfscanf.c
4676 * stdio-common/isoc99_vsscanf.c
4677 * wcsmbs/isoc99_wscanf.c
4678 * wcsmbs/isoc99_fwscanf.c
4679 * wcsmbs/isoc99_swscanf.c
4680 * wcsmbs/isoc99_vwscanf.c
4681 * wcsmbs/isoc99_vfwscanf.c
4682 * wcsmbs/isoc99_vswscanf.c:
4683 Pass SCANF_ISOC99_A to __vfscanf_internal and/or __vfwscanf_internal.
4684 Do not set _IO_FLAGS2_SCANF_STD on the FILE passed to that function.
4685 No need to lock and unlock the FILE passed to that function.
4686
4687 * stdio-common/vfscanf-internal.c
4688 (__vfscanf_internal, __vfwscanf_internal):
4689 Don't look at _IO_FLAGS2_SCANF_STD.
4690 * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct)
4691 (_IO_release_lock): Don't clear _IO_FLAGS2_SCANF_STD.
4692 * libio/libio.h (_IO_FLAGS2_SCANF_STD): Delete.
4693
4694 2018-12-05 Zack Weinberg <zackw@panix.com>
4695 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4696
4697 * libio/libioP.h (SCANF_LDBL_IS_DBL, SCANF_ISOC99_A): New constants.
4698 (__vfscanf_internal, __vfwscanf_internal): New function prototypes.
4699 * libio/libio.h: Remove libc_hidden_proto for _IO_vfscanf.
4700 * libio/strfile.h: Add multiple inclusion guard.
4701 (_IO_strfile_read, _IO_strfile_readw): New inline functions.
4702
4703 * sysdeps/generic/math_ldbl_opt.h: Include shlib-compat.h, for
4704 consistency with the other version of this file.
4705 (ldbl_compat_symbol): New macro.
4706 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h (ldbl_compat_symbol):
4707 New macro.
4708
4709 * stdio-common/vfscanf-internal.c: Rename from vfscanf.c.
4710 Define __vfscanf_internal or __vfwscanf_internal, depending on
4711 COMPILE_WSCANF; don't define any other public symbols.
4712 Remove errval and code to set errp.
4713 Temporarily check __ldbl_is_dbl and _IO_FLAGS2_SCANF_STD as well
4714 as the mode_flags argument.
4715 (encode_error, conv_error, input_error): Don't set errval.
4716 * stdio-common/vfwscanf-internal.c: Rename from vfwscanf.c.
4717 Include vfscanf-internal.c.
4718 * stdio-common/vfscanf.c: New file defining the public entry
4719 point vfscanf, which calls __vfscanf_internal.
4720 * stdio-common/vfwscanf.c: New file defining the public entry
4721 point vfwscanf, which calls __vfwscanf_internal.
4722
4723 * stdio-common/iovfscanf.c: New file.
4724 * stdio-common/iovfwscanf.c: Likewise.
4725
4726 * stdio-common/Makefile (routines): Add vfscanf-internal,
4727 vfwscanf-internal, iovfscanf, iovfwscanf.
4728 * stdio-common/Versions: Mention GLIBC_2.29, so that
4729 it can be used in SHLIB_COMPAT expressions.
4730 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl__IO_vfscanf):
4731 Wrap definition and compat_symbol line in #if SHLIB_COMPAT.
4732 Call __vfscanf_internal, instead of _IO_vfscanf.
4733 (__nldbl___vfscanf): Call __vfscanf_internal, instead of
4734 _IO_vfscanf.
4735 (__nldbl_vfwscanf): Call __vfwscanf_internal, instead of
4736 _IO_vfwscanf.
4737
4738 * libio/iovsscanf.c: Clean up includes, when possible. Use
4739 _IO_strfile_read or _IO_strfile_readw, when needed. Call
4740 __vfscanf_internal or __vfwscanf_internal directly.
4741 * libio/iovswscanf.c: Likewise.
4742 * libio/swscanf.c: Likewise.
4743 * libio/vscanf.c: Likewise.
4744 * libio/vwscanf.c: Likewise.
4745 * libio/wscanf.c: Likewise.
4746 * stdio-common/isoc99_fscanf.c: Likewise.
4747 * stdio-common/isoc99_scanf.c: Likewise.
4748 * stdio-common/isoc99_sscanf.c: Likewise.
4749 * stdio-common/isoc99_vfscanf.c: Likewise.
4750 * stdio-common/isoc99_vscanf.c: Likewise.
4751 * stdio-common/isoc99_vsscanf.c: Likewise.
4752 * stdio-common/scanf.c: Likewise.
4753 * stdio-common/sscanf.c: Likewise.
4754 * wcsmbs/isoc99_fwscanf.c: Likewise.
4755 * wcsmbs/isoc99_swscanf.c: Likewise.
4756 * wcsmbs/isoc99_vfwscanf.c: Likewise.
4757 * wcsmbs/isoc99_vswscanf.c: Likewise.
4758 * wcsmbs/isoc99_vwscanf.c: Likewise.
4759 * wcsmbs/isoc99_wscanf.c: Likewise.
4760
4761 2018-12-05 Albert ARIBAUD <albert.aribaud@3adev.fr>
4762
4763 * include/time.h
4764 (__tz_compute): Replace time_t with __time64_t.
4765 (__tz_convert): Replace time_t* with __time64_t.
4766 (__offtime): Replace time_t* with __time64_t.
4767 * time/gmtime.c
4768 (__gmtime_r): Adjust call to __tz_convert.
4769 (gmtime): Likewise.
4770 * time/localtime.c
4771 (__localtime_r): Likewise.
4772 (localtime): Likewise.
4773 * time/offtime.c: Replace time_t with __time64_t.
4774 * time/tzset.c: Likewise.
4775
4776 2018-12-04 Joseph Myers <joseph@codesourcery.com>
4777
4778 * Makefile ($(objpfx)testroot.pristine/install.stamp): Do not run
4779 dynamic linker unless [$(run-built-tests) = yes].
4780
4781 2018-12-03 DJ Delorie <dj@delorie.com>
4782
4783 * support/test-container.c (check_for_unshare_hints): New.
4784 (main): Call it if unshare fails. Add support for "su" scriptlet
4785 command.
4786
4787 2018-12-03 Joseph Myers <joseph@codesourcery.com>
4788
4789 * scripts/gen-as-const.py (compute_c_consts): Take an argument
4790 'START' to indicate that start text should be output.
4791 (gen_test): Likewise.
4792 (main): Generate 'START' for first symbol or '--' line, or at end
4793 of input if not previously generated.
4794
4795 2018-12-03 Rafael Ávila de Espíndola <rafael@espindo.la>
4796
4797 [BZ #19767]
4798 * sysdeps/unix/sysv/linux/arm/init-first.c: Remove #ifdef SHARED.
4799 * sysdeps/unix/sysv/linux/arm/libc-vdso.h: Remove #ifdef SHARED.
4800 * sysdeps/unix/sysv/linux/arm/sysdep.h: Define
4801 ALWAYS_USE_VSYSCALL.
4802
4803 2018-12-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
4804
4805 [BZ #23913]
4806 * sysdeps/posix/spawni.c (maybe_script_execute): Increment size of
4807 new_argv by one.
4808
4809 2018-12-03 Carlos O'Donell <carlos@redhat.com>
4810
4811 [BZ #23923]
4812 * locale/programs/localedef.c: Declare boolean hard_links default true.
4813 (options): Add --no-hard-links option.
4814 (parse_opt): Add OPT_NO_HARD_LINKS case and set hard_links to false.
4815 * locale/programs/localedef.h: Declare prototype for hard_links.
4816 * locale/programs/locfile.c (write_locale_data): Don't use hard
4817 links if hard_links is false.
4818
4819 2018-12-03 H.J. Lu <hongjiu.lu@intel.com>
4820
4821 * sysdeps/x86/cacheinfo.c (intel_check_word): Updated for
4822 cpu_features_basic.
4823 (__cache_sysconf): Likewise.
4824 (init_cacheinfo): Likewise.
4825 * sysdeps/x86/cpu-features.c (get_extended_indeces): Also
4826 populate COMMON_CPUID_INDEX_80000007 and
4827 COMMON_CPUID_INDEX_80000008.
4828 (get_common_indices): Also populate COMMON_CPUID_INDEX_D_ECX_1.
4829 Use CPU_FEATURES_CPU_P (cpu_features, XSAVEC) to check if
4830 XSAVEC is available. Set the bit_arch_XXX_Usable bits.
4831 (init_cpu_features): Use _Static_assert on
4832 index_arch_Fast_Unaligned_Load.
4833 __get_cpuid_registers and __get_arch_feature. Updated for
4834 cpu_features_basic. Set stepping in cpu_features.
4835 * sysdeps/x86/cpu-features.h: (FEATURE_INDEX_1): Changed to enum.
4836 (FEATURE_INDEX_2): New.
4837 (FEATURE_INDEX_MAX): Changed to enum.
4838 (COMMON_CPUID_INDEX_D_ECX_1): New.
4839 (COMMON_CPUID_INDEX_80000007): Likewise.
4840 (COMMON_CPUID_INDEX_80000008): Likewise.
4841 (cpuid_registers): Likewise.
4842 (cpu_features_basic): Likewise.
4843 (CPU_FEATURE_USABLE): Likewise.
4844 (bit_arch_XXX_Usable): Likewise.
4845 (cpu_features): Use cpuid_registers and cpu_features_basic.
4846 (bit_arch_XXX): Reweritten.
4847 (bit_cpu_XXX): Likewise.
4848 (index_cpu_XXX): Likewise.
4849 (reg_XXX): Likewise.
4850 * sysdeps/x86/tst-get-cpu-features.c: Include <stdio.h> and
4851 <support/check.h>.
4852 (CHECK_CPU_FEATURE): New.
4853 (CHECK_CPU_FEATURE_USABLE): Likewise.
4854 (cpu_kinds): Likewise.
4855 (do_test): Print vendor, family, model and stepping. Check
4856 HAS_CPU_FEATURE and CPU_FEATURE_USABLE.
4857 (TEST_FUNCTION): Removed.
4858 Include <support/test-driver.c> instead of
4859 "../../test-skeleton.c".
4860 * sysdeps/x86_64/multiarch/sched_cpucount.c (__sched_cpucount):
4861 Check POPCNT instead of POPCOUNT.
4862 * sysdeps/x86_64/multiarch/test-multiarch.c (do_test): Likewise.
4863
4864 2018-12-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
4865
4866 * scripts/gen-as-const.py (main): Avoid emitting empty line when
4867 there is no element in `consts'.
4868
4869 2018-12-01 Florian Weimer <fweimer@redhat.com>
4870
4871 * support/support_capture_subprocess.c
4872 (support_capture_subprocess): Check that pipe descriptors have
4873 expected values. Close original pipe descriptors in subprocess.
4874
4875 2018-12-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
4876
4877 [BZ #23032]
4878 * sysdeps/htl/pt-barrier-init.c (pthread_barrier_init): Fix comparing
4879 attr with __pthread_default_barrierattr.
4880 * sysdeps/htl/pt-cond-init.c (__pthread_cond_init): Fix comparing
4881 attr with __pthread_default_condattr.
4882 * sysdeps/htl/pt-mutex-init.c (_pthread_mutex_init): Fix comparing
4883 attr with __pthread_default_mutexattr.
4884 * sysdeps/htl/pt-rwlock-init.c (_pthread_rwlock_init): Fix comparing
4885 attr with __pthread_default_rwlockattr.
4886
4887 2018-12-01 Kemi Wang <kemi.wang@intel.com>
4888
4889 * manual/tunables.texi (POSIX Thread Tunables): New node.
4890 * nptl/Makefile (libpthread-routines): Add pthread_mutex_conf.
4891 * nptl/nptl-init.c: Include pthread_mutex_conf.h
4892 (__pthread_initialize_minimal_internal) [HAVE_TUNABLES]: Call
4893 __pthread_tunables_init.
4894 * nptl/pthreadP.h (MAX_ADAPTIVE_COUNT): Remove.
4895 (max_adaptive_count): Define.
4896 * nptl/pthread_mutex_conf.c: New file.
4897 * nptl/pthread_mutex_conf.h: New file.
4898 * sysdeps/generic/adaptive_spin_count.h: New file.
4899 * sysdeps/nptl/dl-tunables.list: New file.
4900 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Use
4901 max_adaptive_count () not MAX_ADAPTIVE_COUNT.
4902 * nptl/pthread_mutex_timedlock.c (__pthrad_mutex_timedlock):
4903 Likewise.
4904
4905 2018-12-01 Paul Pluzhnikov <ppluzhnikov@google.com>
4906
4907 [BZ #20544]
4908 * stdlib/cxa_atexit.c (__internal_atexit): assert func != NULL.
4909 * stdlib/on_exit.c (__on_exit): Likewise.
4910 * stdlib/Makefile (tests): Add tst-bz20544.
4911 * stdlib/tst-bz20544.c: New test.
4912
4913 2018-11-30 Rafael Ávila de Espíndola <rafael@espindo.la>
4914
4915 [BZ #19767]
4916 * sysdeps/unix/sysv/linux/i386/init-first.c: Don't check SHARED.
4917 * sysdeps/unix/sysv/linux/i386/sysdep.h (ALWAYS_USE_VSYSCALL):
4918 New.
4919
4920 2018-11-30 Florian Weimer <fweimer@redhat.com>
4921
4922 * scripts/abilist.awk: Print "0x0" for size 0. Handle "g"/"D".
4923 Extend error logging.
4924 * sysdeps/mach/hurd/i386/libc.abilist (GLIBC_2.2.6): Adjust _end
4925 symbol.
4926
4927 2018-11-30 Adhemerval Zanella <adhemerval.zanella@linaro.org>
4928
4929 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Use
4930 __sigismember instead of sigismember.
4931 * sysdeps/posix/system.c [SIGCANCEL] (cancel_handler_args,
4932 cancel_handler): New definitions.
4933 (do_system): Use posix_spawn instead of fork and execl and remove
4934 reentracy code.
4935 * sysdeps/generic/not-errno.h (__kill_noerrno): New prototype.
4936 * sysdeps/unix/sysv/linux/not-errno.h (__kill_noerrno): Likewise.
4937 * sysdeps/unix/sysv/linux/ia64/system.c: Remove file.
4938 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
4939 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
4940 * sysdeps/unix/sysv/linux/system.c: Likewise.
4941
4942 [BZ #22834]
4943 [BZ #17490]
4944 * NEWS: Add new semantic for atfork with popen and system.
4945 * libio/iopopen.c (_IO_new_proc_open): use posix_spawn instead of
4946 fork and execl.
4947
4948 2018-11-30 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
4949
4950 [BZ #23690]
4951 * elf/dl-runtime.c (_dl_profile_fixup): Guarantee memory
4952 modification order when accessing reloc_result->addr.
4953 * include/link.h (reloc_result): Add field init.
4954 * nptl/Makefile (tests): Add tst-audit-threads.
4955 (modules-names): Add tst-audit-threads-mod1 and
4956 tst-audit-threads-mod2.
4957 Add rules to build tst-audit-threads.
4958 * nptl/tst-audit-threads-mod1.c: New file.
4959 * nptl/tst-audit-threads-mod2.c: Likewise.
4960 * nptl/tst-audit-threads.c: Likewise.
4961 * nptl/tst-audit-threads.h: Likewise.
4962
4963 2018-11-30 Joseph Myers <joseph@codesourcery.com>
4964
4965 * scripts/gen-as-const.py: New file.
4966 * scripts/gen-as-const.awk: Remove.
4967 * Makerules ($(common-objpfx)%.h $(common-objpfx)%.h.d): Use
4968 gen-as-const.py.
4969 ($(objpfx)test-as-const-%.c): Likewise.
4970
4971 2018-11-29 H.J. Lu <hongjiu.lu@intel.com>
4972
4973 * elf/dl-exception.c: Include <_itoa.h>.
4974
4975 2018-11-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
4976
4977 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Directly return value
4978 returned by __f_setlk.
4979
4980 2018-11-29 H.J. Lu <hongjiu.lu@intel.com>
4981 Adhemerval Zanella <adhemerval.zanella@linaro.org>
4982
4983 * elf/Makefile (tests-internal): Add tst-create_format1.
4984 * elf/dl-exception.c (_dl_exception_create_format): Support
4985 %x, %lx and %zx.
4986 * elf/tst-create_format1.c: New file.
4987
4988 2018-11-29 Charles-Antoine Couret <charles-antoine.couret@essensium.com>
4989
4990 * argp/argp-fmtstream.c (__argp_fmtstream_update): Use [_LIBC]
4991 conditional on calls to _IO_fwide and putwc_unlocked. (Merge from
4992 gnulib.)
4993 * argp/argp-help.c (__argp_failure): Likewise.
4994
4995 2018-11-29 Mao Han <han_mao@c-sky.com>
4996
4997 * elf/elf.h (EM_CSKY, R_CKCORE_NONE, R_CKCORE_ADDR32)
4998 (R_CKCORE_PCRELIMM8BY4, R_CKCORE_PCRELIMM11BY2, R_CKCORE_PCREL32)
4999 (R_CKCORE_PCRELJSR_IMM11BY2, R_CKCORE_RELATIVE, R_CKCORE_COPY)
5000 (R_CKCORE_GLOB_DAT, R_CKCORE_JUMP_SLOT, R_CKCORE_GOTOFF)
5001 (R_CKCORE_GOTPC, R_CKCORE_GOT32, R_CKCORE_PLT32, R_CKCORE_ADDRGOT)
5002 (R_CKCORE_ADDRPLT, R_CKCORE_PCREL_IMM26BY2, R_CKCORE_PCREL_IMM16BY2)
5003 (R_CKCORE_PCREL_IMM16BY4, R_CKCORE_PCREL_IMM10BY2)
5004 (R_CKCORE_PCREL_IMM10BY4, R_CKCORE_ADDR_HI16, R_CKCORE_ADDR_LO16)
5005 (R_CKCORE_GOTPC_HI16, R_CKCORE_GOTPC_LO16, R_CKCORE_GOTOFF_HI16)
5006 (R_CKCORE_GOTOFF_LO16, R_CKCORE_GOT12, R_CKCORE_GOT_HI16)
5007 (R_CKCORE_GOT_LO16, R_CKCORE_PLT12, R_CKCORE_PLT_HI16)
5008 (R_CKCORE_PLT_LO16, R_CKCORE_ADDRGOT_HI16, R_CKCORE_ADDRGOT_LO16)
5009 (R_CKCORE_ADDRPLT_HI16, R_CKCORE_ADDRPLT_LO16)
5010 (R_CKCORE_PCREL_JSR_IMM26BY2, R_CKCORE_TOFFSET_LO16)
5011 (R_CKCORE_DOFFSET_LO16, R_CKCORE_PCREL_IMM18BY2)
5012 (R_CKCORE_DOFFSET_IMM18, R_CKCORE_DOFFSET_IMM18BY2)
5013 (R_CKCORE_DOFFSET_IMM18BY4, R_CKCORE_GOT_IMM18BY4)
5014 (R_CKCORE_PLT_IMM18BY4, R_CKCORE_PCREL_IMM7BY4, R_CKCORE_TLS_LE32)
5015 (R_CKCORE_TLS_IE32, R_CKCORE_TLS_GD32, R_CKCORE_TLS_LDM32)
5016 (R_CKCORE_TLS_LDO32, R_CKCORE_TLS_DTPMOD32, R_CKCORE_TLS_DTPOFF32)
5017 (R_CKCORE_TLS_TPOFF32): New defines.
5018
5019 2018-11-29 Florian Weimer <fweimer@redhat.com>
5020
5021 * posix/Makefile (before-compile): Remove testcases.h and
5022 ptestcases.h.
5023 (generated): Add testcases.h and ptestcases.h.
5024 (testcases.h, ptestcases.h): Move to $(objpfx).
5025 (runtests.o): Add dependency on testcases.h.
5026 (runptests.o): Add dependency on ptestcases.h.
5027 * posix/testcases.h, posix/ptestcases.h: Remove files.
5028 * scripts/build-many-glibcs.py (Context.fix_glibc_timestamps): Do
5029 not touch posix/testcases.h and posix/ptestcases.h.
5030
5031 2018-11-28 Florian Weimer <fweimer@redhat.com>
5032
5033 support: Add signal support to support_capture_subprocess_check.
5034 * support/capture_subprocess.h (support_capture_subprocess_check):
5035 Adjust comment and rename parameter.
5036 * support/support_capture_subprocess_check.c
5037 (print_actual_status): New function.
5038 (support_capture_subprocess_check): Support negative
5039 status_or_signal. Call print_actual_status.
5040 * support/tst-support_capture_subprocess.c (do_test): Call
5041 support_capture_subprocess_check.
5042 * libio/tst-vtables-common.c (termination_status)
5043 (init_termination_status): Remove.
5044 (check_for_termination): Adjust support_capture_subprocess_check
5045 call.
5046 (do_test): Remove call to init_termination_status.
5047
5048 2018-11-28 Joseph Myers <joseph@codesourcery.com>
5049
5050 * scripts/build-many-glibcs.py (Glibc.build_glibc): Use original
5051 source directory instead of a copy.
5052 (CommandList.create_copy_dir): Remove.
5053
5054 2018-11-28 Stefan Liebler <stli@linux.ibm.com>
5055
5056 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
5057
5058 2018-11-28 Florian Weimer <fweimer@redhat.com>
5059
5060 * support/support.h (support_quote_string): Do not use str
5061 parameter name.
5062
5063 2018-11-27 Joseph Myers <joseph@codesourcery.com>
5064
5065 * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
5066 $(hurd-objpfx)bits/errno.h-tmp, not $(hurd)/bits/errno.h-tmp.
5067
5068 2018-11-27 Florian Weimer <fweimer@redhat.com>
5069
5070 * support/support.h (support_quote_string): Declare.
5071 * support/support_quote_string.c: New file.
5072 * support/tst-support_quote_string.c: Likewise.
5073 * support/Makefile (libsupport-routines): Add
5074 support_quote_string.
5075 (tests): Add tst-support_quote_string.
5076
5077 2018-11-27 Florian Weimer <fweimer@redhat.com>
5078
5079 [BZ #23927]
5080 CVE-2018-19591
5081 * sysdeps/unix/sysv/linux/if_index.c (__if_nametoindex): Avoid
5082 descriptor leak in case of ENODEV error.
5083
5084 2018-11-27 Rafael Ávila de Espíndola <rafael@espindo.la>
5085
5086 [BZ #19767]
5087 * sysdeps/unix/sysv/linux/aarch64/init-first.c: Remove #ifdef SHARED.
5088 * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: Remove #ifdef SHARED.
5089 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Define ALWAYS_USE_VSYSCALL.
5090
5091 2018-11-26 Carlos O'Donell <carlos@redhat.com>
5092
5093 * scripts/abilist.awk: Handle .tdata. Error for unknown combinations.
5094 Error for unknown lines.
5095
5096 2018-11-26 Joseph Myers <joseph@codesourcery.com>
5097
5098 * scripts/build-many-glibcs.py (Context.fix_glibc_timestamps):
5099 Touch additional files.
5100
5101 2018-11-26 Florian Weimer <fweimer@redhat.com>
5102
5103 [BZ #23907]
5104 * malloc/malloc.c (_int_free): Validate tc_idx before checking for
5105 double-frees.
5106
5107 2018-11-26 Rafael Ávila de Espíndola <rafael@espindo.la>
5108
5109 [BZ #19767]
5110 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Remove #ifdef SHARED.
5111 * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: Remove #ifdef
5112 SHARED. Include sysdep.h.
5113 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Define
5114 ALWAYS_USE_VSYSCALL.
5115 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Define
5116 ALWAYS_USE_VSYSCALL.
5117
5118 2018-11-23 Rafael Ávila de Espíndola <rafael@espindo.la>
5119
5120 [BZ #19767]
5121 * nptl/Makefile (tests-static): Add tst-cond11-static.
5122 (tests): Likewise.
5123 * nptl/tst-cond11-static.c: New File.
5124 * sysdeps/unix/sysv/linux/Makefile (tests-static): Add
5125 tst-affinity-static.
5126 (tests): Likewise.
5127 * sysdeps/unix/sysv/linux/sysdep-vdso.h: Check USE_VSYSCALL
5128 instead of SHARED.
5129 * sysdeps/unix/sysv/linux/sysdep.h (ALWAYS_USE_VSYSCALL): New.
5130 (USE_VSYSCALL): Likewise.
5131 * sysdeps/unix/sysv/linux/tst-affinity-static.c: New file.
5132 * sysdeps/unix/sysv/linux/x86/libc-vdso.h: Check USE_VSYSCALL
5133 instead of SHARED.
5134 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Don't check
5135 SHARED.
5136 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (ALWAYS_USE_VSYSCALL):
5137 New.
5138
5139 2018-11-23 Joseph Myers <joseph@codesourcery.com>
5140
5141 [BZ #23915]
5142 * sysdeps/unix/sysv/linux/arm/kernel-features.h
5143 [__LINUX_KERNEL_VERSION < 0x040700] (__ASSUME_COPY_FILE_RANGE):
5144 Undefine.
5145
5146 2018-11-23 H.J. Lu <hongjiu.lu@intel.com>
5147
5148 * sysdeps/x86/Makefile (tests): Add tst-cet-legacy-1a.
5149 (tst-cet-legacy-1a-ARGS): New.
5150 ($(objpfx)tst-cet-legacy-1a): New target.
5151 * sysdeps/x86/tst-cet-legacy-1a.c: New file.
5152
5153 2018-11-22 Joseph Myers <joseph@codesourcery.com>
5154
5155 * conform/conformtest.py (CompileSubTest.__init__): Set
5156 self.run_early to False.
5157 (ExecuteSubTest.__init__): Likewise.
5158 (HeaderTests.run): Try running all non-optional, non-XFAILed
5159 compilation tests in a single execution of the compiler.
5160
5161 * conform/conformtest.py (CompileSubTest): New class.
5162 (ExecuteSubTest): Likewise.
5163 (ElementTest.run): Rename to gen_subtests. Append tests to
5164 self.subtests instead of running them.
5165 (ConstantTest.run): Likewise.
5166 (SymbolTest.run): Likewise.
5167 (TypeTest.run): Likewise.
5168 (TagTest.run): Likewise.
5169 (FunctionTest.run): Likewise.
5170 (VariableTest.run): Likewise.
5171 (MacroFunctionTest.run): Likewise.
5172 (MacroStrTest.run): Likewise.
5173 (HeaderTests.handle_test_line): Generate subtests for tests.
5174 (HeaderTests.run): Run subtests for tests.
5175
5176 2018-11-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
5177
5178 * math/Versions (GLIBC_2.29): Add pow.
5179 * math/w_pow_compat.c (__pow_compat): Change to versioned compat
5180 symbol.
5181 * math/w_pow.c: New file.
5182 * sysdeps/i386/fpu/w_pow.c: New file.
5183 * sysdeps/ia64/fpu/e_pow.S: Add versioned symbols.
5184 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Rename to __pow
5185 and add necessary aliases.
5186 * sysdeps/ieee754/dbl-64/w_pow.c: New file.
5187 * sysdeps/m68k/m680x0/fpu/w_pow.c: New file.
5188 * sysdeps/mach/hurd/i386/libm.abilist: Update.
5189 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
5190 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Update.
5191 * sysdeps/unix/sysv/linux/arm/libm.abilist: Update.
5192 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Update.
5193 * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
5194 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Update.
5195 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Update.
5196 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Update.
5197 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Update.
5198 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Update.
5199 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Update.
5200 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Update.
5201 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Update.
5202 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Update.
5203 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Update.
5204 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Update.
5205 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Update.
5206 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Update.
5207 * sysdeps/unix/sysv/linux/sh/libm.abilist: Update.
5208 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Update.
5209 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Update.
5210 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Update.
5211 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Update.
5212 * sysdeps/x86_64/fpu/multiarch/e_pow-fma.c (__ieee754_pow): Rename to
5213 __pow.
5214 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c (__ieee754_pow): Likewise.
5215 * sysdeps/x86_64/fpu/multiarch/e_pow.c (__ieee754_pow): Likewise.
5216 * sysdeps/x86_64/fpu/multiarch/w_pow.c: New file.
5217
5218 2018-11-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
5219
5220 * math/Versions (GLIBC_2.29): Add log2.
5221 * math/w_log2_compat.c (__log2_compat): Change to versioned compat
5222 symbol.
5223 * math/w_log2.c: New file.
5224 * sysdeps/i386/fpu/w_log2.c: New file.
5225 * sysdeps/ia64/fpu/e_log2.S: Add versioned symbols.
5226 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Rename to __log2
5227 and add necessary aliases.
5228 * sysdeps/ieee754/dbl-64/w_log2.c: New file.
5229 * sysdeps/m68k/m680x0/fpu/w_log2.c: New file.
5230 * sysdeps/mach/hurd/i386/libm.abilist: Update.
5231 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
5232 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Update.
5233 * sysdeps/unix/sysv/linux/arm/libm.abilist: Update.
5234 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Update.
5235 * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
5236 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Update.
5237 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Update.
5238 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Update.
5239 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Update.
5240 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Update.
5241 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Update.
5242 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Update.
5243 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Update.
5244 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Update.
5245 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Update.
5246 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Update.
5247 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Update.
5248 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Update.
5249 * sysdeps/unix/sysv/linux/sh/libm.abilist: Update.
5250 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Update.
5251 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Update.
5252 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Update.
5253 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Update.
5254
5255 2018-11-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
5256
5257 * math/Versions (GLIBC_2.29): Add log.
5258 * math/w_log_compat.c (__log_compat): Change to versioned compat
5259 symbol.
5260 * math/w_log.c: New file.
5261 * sysdeps/i386/fpu/w_log.c: New file.
5262 * sysdeps/ia64/fpu/e_log.S: Update.
5263 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Rename to __log
5264 and add necessary aliases.
5265 * sysdeps/ieee754/dbl-64/w_log.c: New file.
5266 * sysdeps/m68k/m680x0/fpu/w_log.c: New file.
5267 * sysdeps/mach/hurd/i386/libm.abilist: Update.
5268 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
5269 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Update.
5270 * sysdeps/unix/sysv/linux/arm/libm.abilist: Update.
5271 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Update.
5272 * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
5273 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Update.
5274 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Update.
5275 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Update.
5276 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Update.
5277 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Update.
5278 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Update.
5279 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Update.
5280 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Update.
5281 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Update.
5282 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Update.
5283 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Update.
5284 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Update.
5285 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Update.
5286 * sysdeps/unix/sysv/linux/sh/libm.abilist: Update.
5287 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Update.
5288 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Update.
5289 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Update.
5290 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Update.
5291 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c (__ieee754_log): Rename to
5292 __log.
5293 * sysdeps/x86_64/fpu/multiarch/e_log-fma.c (__ieee754_log): Likewise.
5294 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c (__ieee754_log): Likewise.
5295 * sysdeps/x86_64/fpu/multiarch/e_log.c (__ieee754_log): Likewise.
5296 * sysdeps/x86_64/fpu/multiarch/w_log.c: New file.
5297
5298 2018-11-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
5299
5300 * math/Versions (GLIBC_2.29): Add exp and exp2.
5301 * math/w_exp2_compat.c (__exp2_compat): Change to versioned compat
5302 symbol, handle NO_LONG_DOUBLE and LONG_DOUBLE_COMPAT explicitly.
5303 * math/w_exp_compat.c (__exp_compat): Likewise.
5304 * math/w_exp.c: New file.
5305 * math/w_exp2.c: New file.
5306 * sysdeps/i386/fpu/w_exp.c: New file.
5307 * sysdeps/i386/fpu/w_exp2.c: New file.
5308 * sysdeps/ia64/fpu/e_exp.S: Add versioned symbols.
5309 * sysdeps/ia64/fpu/e_exp2.S: Likewise.
5310 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Rename to __exp
5311 and add necessary aliases.
5312 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Rename to __exp2
5313 and add necessary aliases.
5314 * sysdeps/ieee754/dbl-64/w_exp.c: New file.
5315 * sysdeps/ieee754/dbl-64/w_exp2.c: New file.
5316 * sysdeps/m68k/m680x0/fpu/w_exp.c: New file.
5317 * sysdeps/m68k/m680x0/fpu/w_exp2.c: New file.
5318 * sysdeps/mach/hurd/i386/libm.abilist: Update.
5319 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
5320 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Update.
5321 * sysdeps/unix/sysv/linux/arm/libm.abilist: Update.
5322 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Update.
5323 * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
5324 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Update.
5325 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Update.
5326 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Update.
5327 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Update.
5328 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Update.
5329 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Update.
5330 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Update.
5331 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Update.
5332 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Update.
5333 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Update.
5334 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Update.
5335 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Update.
5336 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Update.
5337 * sysdeps/unix/sysv/linux/sh/libm.abilist: Update.
5338 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Update.
5339 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Update.
5340 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Update.
5341 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Update.
5342 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c (__exp1): Remove.
5343 (__ieee754_exp): Rename to __exp.
5344 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c (__exp1): Remove.
5345 (__ieee754_exp): Rename to __exp.
5346 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c (__exp1): Remove.
5347 (__ieee754_exp): Rename to __exp.
5348 * sysdeps/x86_64/fpu/multiarch/e_exp.c (__ieee754_exp): Rename to
5349 __exp.
5350 * sysdeps/x86_64/fpu/multiarch/w_exp.c: New file.
5351
5352 2018-11-20 DJ Delorie <dj@redhat.com>
5353
5354 * malloc/malloc.c (tcache_entry): Add key field.
5355 (tcache_put): Set it.
5356 (tcache_get): Likewise.
5357 (_int_free): Check for double free in tcache.
5358 * malloc/tst-tcfree1.c: New.
5359 * malloc/tst-tcfree2.c: New.
5360 * malloc/Makefile: Run the new tests.
5361 * manual/probes.texi: Document memory_tcache_double_free probe.
5362
5363 * dlfcn/dlerror.c (check_free): Prevent double frees.
5364
5365 2018-11-20 Wilco Dijkstra <wdijkstr@arm.com>
5366
5367 * sysdeps/aarch64/memset.S (MEMSET): Improve non-zero memset loop.
5368
5369 2018-11-20 Joseph Myers <joseph@codesourcery.com>
5370
5371 * conform/conformtest.py (ElementTest.run): Use unique identifiers
5372 in tests. Use names for format arguments.
5373 (ConstantTest.run): Likewise.
5374 (SymbolTest.run): Likewise.
5375 (TypeTest.run): Likewise.
5376 (TagTest.run): Likewise.
5377 (FunctionTest.run): Likewise.
5378 (VariableTest.run): Likewise.
5379 (MacroFunctionTest.run): Likewise.
5380 (MacroStrTest.run): Likewise.
5381 (HeaderTests.__init__): Set self.num_tests.
5382 (HeaderTests.handle_test_line): Set test.num. Increment
5383 self.num_tests.
5384
5385 2018-11-19 Samuel Thibault <samuel.thibault@ens-lyon.org>
5386
5387 * sysdeps/mach/hurd/f_setlk.c: Include <unistd.h>.
5388 (__f_setlk): When whence is SEEK_CUR, use __lseek64 to convert it to
5389 SEEK_SET.
5390
5391 2018-11-19 Mao Han <han_mao@c-sky.com>
5392
5393 * scripts/config.guess: Update to version 2018-08-29.
5394 * scripts/config.sub: Update to version 2018-08-29.
5395
5396 2018-11-19 Florian Weimer <fweimer@redhat.com>
5397
5398 support: Print timestamps in timeout handler.
5399 * support/support_test_main.c (print_timestamp): New function.
5400 (signal_handler): Use it to print the termination time and the
5401 time of the last write to standard output.
5402
5403 2018-11-16 Zack Weinberg <zackw@panix.com>
5404 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
5405
5406 * include/monetary.h (STRFMON_LDBL_IS_DBL): New constant.
5407 (__vstrfmon_l): Rename to __vstrfmon_l_internal and add flags
5408 argument.
5409 * stdlib/strfmon_l.c (__vstrfmon_l): Rename to __vstrfmon_l_internal
5410 and add flags argument. Check flags instead of __ldbl_is_dbl when
5411 deciding whether to set is_long_double.
5412 (__strfmon_l): Call __vstrfmon_l_internal instead of __vstrfmon_l,
5413 passing zero for flags argument.
5414 * stdlib/strfmon.c (strfmon): Same change as made to __strfmon_l.
5415
5416 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
5417 (__nldbl___vstrfmon, __nldbl___vstrfmon_l)
5418 (__nldbl_strfmon, __nldbl___strfmon_l): Call __vstrfmon_l_internal
5419 directly, passing STRFMON_LDBL_IS_DBL for flags argument. Normalize
5420 variable names. Remove libc_hidden_def/libc_hidden_proto from
5421 __nldbl___vstrfmon and __nldbl___vstrfmon_l, because they are no
5422 longer called from within the library.
5423 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Don't use NLDBL_DECL
5424 for __nldbl___vstrfmon_l, declare it explicitly.
5425
5426 * manual/locale.texi: Update a reference to vstrfmon_l in comments.
5427
5428 2018-11-15 Samuel Thibault <samuel.thibault@ens-lyon.org>
5429
5430 * sysdeps/mach/hurd/bits/fcntl.h (F_GETLK64, F_SETLK64, F_SETLKW64): New
5431 macros
5432 [__USE_FILE_OFFSET64] (F_GETLK, F_SETLK, F_SETLKW): Define to F_GETLK64,
5433 F_SETLK64, F_SETLKW64, respectively.
5434 * sysdeps/mach/hurd/f_setlk.c: New file.
5435 * sysdeps/mach/hurd/f_setlk.h: New file.
5436 * sysdeps/mach/hurd/Makefile [$(subdir) = io] (sysdeps_routines): Add
5437 f_setlk.
5438 * sysdeps/mach/hurd/fcntl.c: Include "f_setlk.h".h".
5439 (__libc_fcntl): Move non-flock operations to...
5440 * sysdeps/mach/hurd/vfcntl.c (__libc_vfcntl): ... New file.
5441 * sysdeps/mach/hurd/fcntl.c (fcntl64): Add missing alias.
5442
5443 2018-11-15 Paul Eggert <eggert@cs.ucla.edu>
5444
5445 mktime: DEBUG_MKTIME cleanup
5446 The DEBUG_MKTIME code no longer works in glibc or in Gnulib.
5447 And it’s no longer needed now that glibc and Gnulib both have
5448 their own testing mechanisms for mktime.
5449 * time/mktime.c (DEBUG_MKTIME): Remove. All uses removed.
5450
5451 mktime: fix non-EOVERFLOW errno handling
5452 [BZ#23789]
5453 mktime was not properly reporting failures when the underlying
5454 localtime_r fails with errno != EOVERFLOW; it incorrectly treated
5455 them like EOVERFLOW failures, and set errno to EOVERFLOW.
5456 The problem could happen on non-glibc platforms, with Gnulib.
5457 * time/mktime.c (guess_time_tm): Remove, replacing with ...
5458 (tm_diff): ... this simpler function, which does not change errno.
5459 All callers changed to deal with errno themselves.
5460 (ranged_convert, __mktime_internal): Return failure immediately if
5461 the underlying function reports any failure other than EOVERFLOW.
5462 (__mktime_internal): Set errno to EOVERFLOW if the spring-forward
5463 gap code fails.
5464
5465 mktime: fix bug with Y2038 DST transition
5466 [BZ#23789]
5467 * time/mktime.c (ranged_convert): On 32-bit platforms, don’t
5468 mishandle a DST transition that jumps over the Y2038 boundary.
5469 No such DST transitions are known so this is only a theoretical
5470 bug, but we might as well do things right.
5471
5472 mktime: make more room for overflow
5473 [BZ#23789]
5474 * time/mktime.c (long_int): Now 4⨯ int, not just 3⨯.
5475 This is so that we can add tm_diff results to a previous guess,
5476 which will be useful in a later patch.
5477
5478 mktime: simplify offset guess
5479 [BZ#23789]
5480 * time/mktime.c (__mktime_internal): Omit excess precision.
5481
5482 mktime: new test for mktime failure
5483 [BZ#23789]
5484 Based on a test suggested by Albert Aribaud in:
5485 https://www.sourceware.org/ml/libc-alpha/2018-10/msg00662.html
5486 * time/Makefile (tests): Add bug-mktime4.
5487 * time/bug-mktime4.c: New file.
5488
5489 mktime: fix EOVERFLOW bug
5490 [BZ#23789]
5491 * time/mktime.c [!_LIBC && !DEBUG_MKTIME]:
5492 Include libc-config.h, not config.h, for __set_errno.
5493 (guess_time_tm, __mktime_internal): Set errno to EOVERFLOW on overflow.
5494
5495 2018-11-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
5496
5497 * sysdeps/mach/hurd/dl-sysdep.c (check_no_hidden): Use
5498 __attribute_copy__ to copy attributes from name. Drop static qualifier
5499 to avoid warnings about leaf attribute not having effect on static
5500 functions.
5501
5502 2018-11-13 Florian Weimer <fweimer@redhat.com>
5503
5504 * malloc/malloc.c (fastbin_push_entry): New function.
5505 (fastbin_pop_entry): Likewise. Replaces REMOVE_FB.
5506 (REMOVE_FB): Remove macro.
5507 (_int_malloc): Use fastbin_pop_entry and reindent.
5508 (_int_free): Use fastbin_push_entry.
5509 (malloc_consolidate): Use atomic_exchange_acquire.
5510
5511 2018-11-13 Joseph Myers <joseph@codesourcery.com>
5512
5513 * sysdeps/mips/__longjmp.c (__longjmp): Define alias manually with
5514 alias attribute, not with strong_alias.
5515
5516 * include/libc-symbols.h [SHARED && !NO_HIDDEN && !__ASSEMBLER__]
5517 (__hidden_ver2): New macro. Use old definition of __hidden_ver1
5518 with additional parameter thread.
5519 [SHARED && !NO_HIDDEN && !__ASSEMBLER__] (__hidden_ver1): Define
5520 in terms of __hidden_ver2.
5521 (hidden_tls_def): New macro.
5522 (libc_hidden_tls_def): Likewise.
5523 (rtld_hidden_tls_def): Likewise.
5524 (libm_hidden_tls_def): Likewise.
5525 (libmvec_hidden_tls_def): Likewise.
5526 (libresolv_hidden_tls_def): Likewise.
5527 (librt_hidden_tls_def): Likewise.
5528 (libdl_hidden_tls_def): Likewise.
5529 (libnss_files_hidden_tls_def): Likewise.
5530 (libnsl_hidden_tls_def): Likewise.
5531 (libnss_nisplus_hidden_tls_def): Likewise.
5532 (libutil_hidden_tls_def): Likewise.
5533 (libutil_hidden_tls_def): Likweise.
5534 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions_thread): Use
5535 libc_hidden_tls_def.
5536 (__sim_disabled_exceptions_thread): Likewise.
5537 (__sim_round_mode_thread): Likewise.
5538
5539 * sysdeps/sparc/sparc-ifunc.h [SHARED]
5540 (sparc_ifunc_redirected_hidden_def): Use __attribute_copy__ to
5541 copy attributes from name.
5542
5543 2018-11-12 Joseph Myers <joseph@codesourcery.com>
5544
5545 * sysdeps/arm/arm-ifunc.h [SHARED] (arm_libc_ifunc_hidden_def):
5546 Use __attribute_copy__ to copy attributes from name.
5547
5548 * sysdeps/i386/i686/fpu/multiarch/e_expf.c [SHARED]: Use __THROW
5549 with __hidden_ver1 call.
5550 * sysdeps/i386/i686/fpu/multiarch/e_log2f.c [SHARED]: Likewise.
5551 * sysdeps/i386/i686/fpu/multiarch/e_logf.c [SHARED]: Likewise.
5552 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Include <math.h>.
5553 (__cosf): Do not declare here.
5554 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: Include <math.h>.
5555 (__sincosf): Do not declare here.
5556 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: Include <math.h>.
5557 (__sinf): Do not declare here.
5558
5559 * sysdeps/ia64/fpu/sfp-machine.h (__LITTLE_ENDIAN): Remove.
5560 (__BIG_ENDIAN): Likewise.
5561 (__BYTE_ORDER): Likewise.
5562 (strong_alias): Likewise.
5563 (_strong_alias): Likewise.
5564
5565 2018-11-12 Florian Weimer <fweimer@redhat.com>
5566
5567 * malloc/malloc.c (unlink_chunk): Turn the unlink macro into this
5568 function. Move after the definition of in_smallbin_range. Do not
5569 use __builtin_expect for paths that lead to a noreturn function.
5570 Drop remaining __builtin_expect (p->fd_nextsize != NULL, 0)
5571 because it is unclear whether this is in fact an unlikely
5572 condition.
5573 (_int_malloc, _int_free): Adjust.
5574 (malloc_consolidate, _int_realloc): Adjust. Remove bck, fwd
5575 variables.
5576 * malloc/arena.c (heap_trim): Likewise.
5577
5578 2018-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
5579
5580 * sysdeps/mach/hurd/spawni.c (__spawni): Add ccwdir port. Test and use
5581 it, free it if needed.
5582 (reauthenticate): Test and use ccwdir.
5583 (child_init_port): In non-resetids case, test and use ccwdir.
5584 (child_chdir): New nested function to set ccwdir.
5585 * hurd/hurd/userlink.h (_hurd_userlink_move): New function.
5586 * hurd/hurd/port.h (_hurd_port_move): New function.
5587 * sysdeps/mach/hurd/spawni.c (NEW_ULINK_TABLE): New macro.
5588 (EXPAND_DTABLE): Use NEW_ULINK_TABLE macro for ulink_dtable.
5589 * hurd/Versions (_hurd_port_move): Export function.
5590 * sysdeps/mach/hurd/i386/libc.abilist (_hurd_port_move): Expect
5591 symbol.
5592 * sysdeps/mach/hurd/spawni.c (__spawni): Use orig_dtablesize instead
5593 of dtablesize for allocating dtable_cloexec.
5594
5595 2018-11-09 Martin Sebor <msebor@redhat.com>
5596
5597 * include/libc-symbols.h (__attribute_copy__): Define macro unless
5598 it's already defined.
5599 (_strong_alias): Use __attribute_copy__.
5600 (_weak_alias, __hidden_ver1, __hidden_nolink2): Same.
5601 * misc/sys/cdefs.h (__attribute_copy__): New macro.
5602 * sysdeps/x86_64/multiarch/memchr.c (memchr): Use __attribute_copy__.
5603 * sysdeps/x86_64/multiarch/memcmp.c (memcmp): Same.
5604 * sysdeps/x86_64/multiarch/mempcpy.c (mempcpy): Same.
5605 * sysdeps/x86_64/multiarch/memset.c (memset): Same.
5606 * sysdeps/x86_64/multiarch/stpcpy.c (stpcpy): Same.
5607 * sysdeps/x86_64/multiarch/strcat.c (strcat): Same.
5608 * sysdeps/x86_64/multiarch/strchr.c (strchr): Same.
5609 * sysdeps/x86_64/multiarch/strcmp.c (strcmp): Same.
5610 * sysdeps/x86_64/multiarch/strcpy.c (strcpy): Same.
5611 * sysdeps/x86_64/multiarch/strcspn.c (strcspn): Same.
5612 * sysdeps/x86_64/multiarch/strlen.c (strlen): Same.
5613 * sysdeps/x86_64/multiarch/strncmp.c (strncmp): Same.
5614 * sysdeps/x86_64/multiarch/strncpy.c (strncpy): Same.
5615 * sysdeps/x86_64/multiarch/strnlen.c (strnlen): Same.
5616 * sysdeps/x86_64/multiarch/strpbrk.c (strpbrk): Same.
5617 * sysdeps/x86_64/multiarch/strrchr.c (strrchr): Same.
5618 * sysdeps/x86_64/multiarch/strspn.c (strspn): Same.
5619
5620 2018-11-09 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
5621
5622 * misc/tst-efgcvt.c: Include support/check.h and
5623 support/test-driver.c. Do not include test-skeleton.c.
5624 (error_count): Remove.
5625 (output_error): Replace increments to error_count with calls to
5626 support_record_failure.
5627 (output_r_error): Likewise.
5628 (special): Likewise.
5629 (do_test): Unconditionally return zero.
5630 (TEST_FUNCTION): Remove.
5631
5632 2018-11-09 Joseph Myers <joseph@codesourcery.com>
5633
5634 * conform/Makefile ($(conformtest-header-tests)): Create $(@D),
5635 not $(@D)/scratch.
5636 ($(linknamespace-header-tests)): Likewise.
5637
5638 * conform/conformtest.py: New file.
5639 * conform/conformtest.pl: Remove.
5640 * conform/GlibcConform.pm: Likewise.
5641 * conform/glibcconform.py (KEYWORDS_C90): New constant.
5642 (KEYWORDS_C99): Likewise.
5643 (KEYWORDS): Likewise.
5644 * conform/Makefile ($(conformtest-header-tests)): Use
5645 conformtest.py instead of conformtest.pl. Do not pass --tmpdir
5646 option. Use --header instead of --headers.
5647 * conform/data/arpa/inet.h-data: Remove trailing semicolons on
5648 function entries.
5649 * conform/data/spawn.h-data: Likewise.
5650 * conform/data/fcntl.h-data (openat): Add space after function
5651 name.
5652 * conform/data/wchar.h-data (wcscasecmp): Likewise.
5653 (wcscasecmp_l): Likewise.
5654 * conform/data/termios.h-data (c_cc): Add space after element
5655 name.
5656
5657 2018-11-08 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
5658
5659 * argp/tst-ldbl-argp.c (do_one_test): Use TEST_COMPARE_STRING,
5660 instead of manually comparing and reporting mismatching strings.
5661 * misc/tst-ldbl-error.c (do_one_test): Likewise.
5662 * misc/tst-ldbl-warn.c (do_one_test): Likewise.
5663
5664 2018-11-08 Joseph Myers <joseph@codesourcery.com>
5665
5666 * sysdeps/unix/sysv/linux/kernel-features.h: Remove comment about
5667 __ASSUME_SOCKETCALL.
5668 * sysdeps/unix/sysv/linux/i386/kernel-features.h
5669 (__ASSUME_SOCKETCALL): Remove.
5670 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5671 (__ASSUME_SOCKETCALL): Likewise.
5672 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5673 (__ASSUME_SOCKETCALL): Likewise.
5674 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
5675 (__ASSUME_SOCKETCALL): Likewise.
5676 * sysdeps/unix/sysv/linux/s390/kernel-features.h
5677 (__ASSUME_SOCKETCALL): Likewise.
5678 * sysdeps/unix/sysv/linux/sh/kernel-features.h
5679 (__ASSUME_SOCKETCALL): Likewise.
5680 * sysdeps/unix/sysv/linux/sparc/kernel-features.h
5681 (__ASSUME_SOCKETCALL): Likewise.
5682
5683 2018-11-08 H.J. Lu <hongjiu.lu@intel.com>
5684
5685 [BZ #23509]
5686 * sysdeps/x86/dl-prop.h (_dl_process_cet_property_note): Skip
5687 note parsing if a NT_GNU_PROPERTY_TYPE_0 note has been processed.
5688 Update the l_cet field when processing NT_GNU_PROPERTY_TYPE_0 note.
5689 Check multiple NT_GNU_PROPERTY_TYPE_0 notes.
5690 * sysdeps/x86/link_map.h (l_cet): Expand to 3 bits, Add
5691 lc_unknown.
5692
5693 2018-11-08 Alexandra Hájková <ahajkova@redhat.com>
5694
5695 [BZ #17630]
5696 * resolv/tst-resolv-network.c: Add test for getnetbyname.
5697
5698 2018-11-07 Joseph Myers <joseph@codesourcery.com>
5699
5700 [BZ #23867]
5701 * sysdeps/unix/sysv/linux/arm/kernel-features.h
5702 [__LINUX_KERNEL_VERSION < 0x040700] (__ASSUME_MLOCK2): Undefine.
5703 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5704 [__LINUX_KERNEL_VERSION < 0x040700] (__ASSUME_MLOCK2): Undefine.
5705
5706 2018-11-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
5707
5708 * support/support_test_compare_string.c
5709 (support_test_compare_string): Fix printf format.
5710
5711 2018-11-07 Florian Weimer <fweimer@redhat.com>
5712
5713 Implement TEST_COMPARE_STRING.
5714 * support/check.h (TEST_COMPARE_STRING): Define.
5715 (support_test_compare_string): Declare.
5716 * support/Makefile (libsupport-routines): Add
5717 support_test_compare_string.
5718 (tests): Add tst-test_compare_string.
5719 * support/support_test_compare_string.c: New file.
5720 * support/tst-test_compare_string.c: Likewise.
5721
5722 2018-11-07 Andreas Schwab <schwab@suse.de>
5723
5724 [BZ #23864]
5725 * sysdeps/unix/sysv/linux/riscv/kernel-features.h
5726 (__ASSUME_SET_ROBUST_LIST) [__LINUX_KERNEL_VERSION < 0x041400]:
5727 Undef.
5728
5729 2018-11-06 Joseph Myers <joseph@codesourcery.com>
5730
5731 [BZ #23862]
5732 * sysdeps/unix/sysv/linux/sh/kernel-features.h
5733 [__LINUX_KERNEL_VERSION < 0x040800] (__ASSUME_EXECVEAT): Undefine.
5734 [__LINUX_KERNEL_VERSION < 0x040800] (__ASSUME_MLOCK2): Likewise.
5735 [__LINUX_KERNEL_VERSION < 0x040800] (__ASSUME_COPY_FILE_RANGE):
5736 Likewise.
5737
5738 2018-11-06 Florian Weimer <fweimer@redhat.com>
5739
5740 [BZ #17405]
5741 * posix/Makefile (routines): Add spawn_faction_addchdir.
5742 (tests): Add tst-spawn-chdir.
5743 * posix/Versions (GLIBC_2.29): Add
5744 posix_spawn_file_actions_addchdir_np.
5745 * posix/spawn_faction_addchdir.c: New file.
5746 * posix/spawn_faction_destroy.c
5747 (__posix_spawn_file_actions_destroy): Handle spawn_do_chdir.
5748 * posix/spawn.h (posix_spawn_file_actions_addchdir_np): Declare.
5749 * posix/spawn_int.h (struct __spawn_action): Add spawn_do_chdir,
5750 chdir_action.
5751 * posix/tst-spawn-chdir.c: New file.
5752 * sysdeps/posix/spawni.c (__spawni_child): Handle spawn_do_chdir.
5753 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
5754 * sysdeps/mach/hurd/i386/libc.abilist (GLIBC_2.29): Add
5755 posix_spawn_file_actions_addchdir_np.
5756 * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.29):
5757 Likewise.
5758 * sysdeps/unix/sysv/linux/alpha/libc.abilist (GLIBC_2.29):
5759 Likewise.
5760 * sysdeps/unix/sysv/linux/arm/libc.abilist (GLIBC_2.29): Likewise.
5761 * sysdeps/unix/sysv/linux/hppa/libc.abilist (GLIBC_2.29):
5762 Likewise.
5763 * sysdeps/unix/sysv/linux/i386/libc.abilist (GLIBC_2.29):
5764 Likewise.
5765 * sysdeps/unix/sysv/linux/ia64/libc.abilist (GLIBC_2.29):
5766 Likewise.
5767 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist (GLIBC_2.29):
5768 Likewise.
5769 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist (GLIBC_2.29):
5770 Likewise.
5771 * sysdeps/unix/sysv/linux/microblaze/libc.abilist (GLIBC_2.29):
5772 Likewise.
5773 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
5774 (GLIBC_2.29): Likewise.
5775 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
5776 (GLIBC_2.29): Likewise.
5777 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
5778 (GLIBC_2.29): Likewise.
5779 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
5780 (GLIBC_2.29): Likewise.
5781 * sysdeps/unix/sysv/linux/nios2/libc.abilist (GLIBC_2.29):
5782 Likewise.
5783 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
5784 (GLIBC_2.29): Likewise.
5785 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
5786 (GLIBC_2.29): Likewise.
5787 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
5788 (GLIBC_2.29): Likewise.
5789 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
5790 (GLIBC_2.29): Likewise.
5791 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist (GLIBC_2.29):
5792 Likewise.
5793 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist (GLIBC_2.29):
5794 Likewise.
5795 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist (GLIBC_2.29):
5796 Likewise.
5797 * sysdeps/unix/sysv/linux/sh/libc.abilist (GLIBC_2.29): Likewise.
5798 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist (GLIBC_2.29):
5799 Likewise.
5800 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist (GLIBC_2.29):
5801 Likewise.
5802 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist (GLIBC_2.29):
5803 Likewise.
5804 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist (GLIBC_2.29):
5805 Likewise.
5806
5807 2018-11-06 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
5808
5809 * misc/Makefile (tests): Add tst-ldbl-error.
5810 * misc/tst-ldbl-error.c: New file.
5811
5812 2018-11-06 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
5813
5814 * misc/Makefile (tests): Add tst-ldbl-warn.
5815 * misc/tst-ldbl-warn.c: New file.
5816
5817 2018-11-06 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
5818
5819 * argp/Makefile (tests): Add tst-ldbl-argp.
5820 * argp/tst-ldbl-argp.c: New file.
5821
5822 2018-11-05 Arjun Shankar <arjun@redhat.com>
5823
5824 * iconv/gconv_conf.c (__gconv_read_conf): Remove NULL check for
5825 __gconv_path_elem and call __gconv_get_path unconditionally.
5826
5827 2018-11-05 Andreas Schwab <schwab@suse.de>
5828
5829 [BZ #22927]
5830 * resolv/gai_misc.c (__gai_enqueue_request): Don't crash if
5831 creating the first helper thread failed.
5832
5833 2018-11-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
5834
5835 * sysdeps/mach/hurd/msync.c: New file.
5836
5837 2018-11-02 Florian Weimer <fweimer@redhat.com>
5838
5839 * support/shell-container.c (copy_func): Call
5840 support_copy_file_range instead of copy_file_range to support
5841 cross-device copies.
5842
5843 2018-11-02 Florian Weimer <fweimer@redhat.com>
5844
5845 * support/test-container.c: Include <libc-pointer-arith.h> for
5846 ALIGN_UP.
5847
5848 2018-11-01 Zong Li <zong@andestech.com>
5849
5850 * soft-fp/op-8.h (_FP_FRAC_SET_8, _FP_FRAC_ADD_8, _FP_FRAC_SUB_8)
5851 (_FP_FRAC_CLZ_8, _FP_MINFRAC_8, _FP_FRAC_NEGP_8, _FP_FRAC_ZEROP_8)
5852 (_FP_FRAC_HIGHBIT_DW_8, _FP_FRAC_COPY_4_8, _FP_FRAC_COPY_8_4)
5853 (__FP_FRAC_SET_8): Add implementation for RV32 use.
5854
5855 * soft-fp/op-4.h (_FP_FRAC_SUB_3, _FP_FRAC_SUB_4): Use temporary
5856 variable to avoid overlap arguments.
5857
5858 2018-11-01 Joseph Myers <joseph@codesourcery.com>
5859
5860 * posix/bug-regex22.c (main): Use puts with distinct error
5861 messages for unexpected success of re_compile_pattern, not printf
5862 with NULL argument to %s.
5863
5864 * stdio-common/bug22.c: Include <libc-diag.h>.
5865 (do_test): Disable -Wformat-overflow= warnings around fprintf
5866 calls outputting more than INT_MAX characters.
5867 * stdio-common/tst-printf.c: Disable -Wformat-overflow= warnings
5868 around printf call with NULL %s argument.
5869
5870 [BZ #23848]
5871 * sysdeps/unix/sysv/linux/sparc/kernel-features.h [!__arch64__ &&
5872 __LINUX_KERNEL_VERSION < 0x040400] (__ASSUME_SENDMSG_SYSCALL):
5873 Undefine.
5874 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
5875 (__ASSUME_RECVMSG_SYSCALL): Likewise.
5876 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
5877 (__ASSUME_SENDTO_SYSCALL): Likewise.
5878 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
5879 (__ASSUME_ACCEPT_SYSCALL): Undefine under this condition, not just
5880 [!__arch64__].
5881 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
5882 (__ASSUME_CONNECT_SYSCALL): Likewise.
5883 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
5884 (__ASSUME_RECVFROM_SYSCALL): Likewise.
5885 [__LINUX_KERNEL_VERSION >= 0x040400] (__ASSUME_BIND_SYSCALL):
5886 Define.
5887 [__LINUX_KERNEL_VERSION >= 0x040400] (__ASSUME_LISTEN_SYSCALL):
5888 Likewise.
5889 [__LINUX_KERNEL_VERSION >= 0x040400]
5890 (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
5891 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (bind):
5892 Remove.
5893 (listen): Likewise.
5894 (setsockopt): Likewise.
5895
5896 2018-11-01 Fredrik Noring <noring@nocrew.org>
5897
5898 * sysdeps/mips/sys/tas.h (_test_and_set): Handle the R5900 CPU
5899 with the ISA override.
5900
5901 2018-10-31 Rafael Avila de Espindola <rafael@espindo.la>
5902
5903 * sysdeps/unix/sysv/linux/sysdep-vdso.h: Simplify an #if #else
5904 #endif.
5905
5906 2018-10-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
5907
5908 * manual/errno.texi (EIEIO): Document how translators should
5909 translate the error message.
5910 * sysdeps/mach/hurd/errnos.awk: Avoid printing errnos.d. Avoid
5911 printing trailing whitespaces refused by git.
5912 * sysdeps/gnu/errlist.c (EIEIO): Regenerate.
5913 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
5914 * hurd/Makefile (user-interfaces): Add pci.
5915
5916 2018-10-30 Joseph Myers <joseph@codesourcery.com>
5917
5918 * conform/linknamespace.py: New file.
5919 * conform/linknamespace.pl: Remove file.
5920 * conform/Makefile ($(linknamespace-header-tests)): Use
5921 linknamespace.py instead of linknamespace.pl. Do not use --tmpdir
5922 option.
5923
5924 2018-10-30 Florian Weimer <fweimer@redhat.com>
5925
5926 * stdlib/test-bz22786.c (do_test): Additional free calls to avoid
5927 memory leaks.
5928
5929 2018-10-30 Florian Weimer <fweimer@redhat.com>
5930
5931 * support/blob_repeat.c (allocate_big): Call mkstemp directly.
5932
5933 2018-10-30 Florian Weimer <fweimer@redhat.com>
5934
5935 * stdlib/tst-strtod-overflow.c (do_test): Switch to
5936 support_blob_repeat.
5937
5938 2018-10-30 Florian Weimer <fweimer@redhat.com>
5939
5940 Avoid spurious test failures in stdlib/test-bz22786.
5941 * support/Makefile (libsupport-routines): Add blob_repeat.
5942 (tests): Add tst-support_blob_repeat.
5943 * support/blob_repeat.h: New file.
5944 * support/blob_repeat.c: Likewise.
5945 * support/tst-support_blob_repeat.c: Likewise.
5946 * stdlib/test-bz22786.c (do_test): Replace malloc and memset with
5947 support_blob_repeat_allocate.
5948
5949 2018-10-30 Andreas Schwab <schwab@suse.de>
5950
5951 [BZ #23125]
5952 * sysdeps/riscv/start.S (ENTRY_POINT): Mark ra as undefined.
5953 Don't use tail call.
5954 * elf/tst-unwind-main.c: New file.
5955 * elf/Makefile (tests): Add tst-unwind-main.
5956 (CFLAGS-tst-unwind-main.c): Define.
5957
5958 2018-10-29 Sergi Almacellas Abellana <sergi@koolpi.com>
5959
5960 [BZ #23791]
5961 * localedata/locales/ca_ES (LC_MONETARY): set p_cs_precedes and
5962 n_cs_precedes to 0.
5963 * localedata/locales/ca_ES (LC_MONETARY): set grouping to 3;3
5964
5965 2018-10-29 Joseph Myers <joseph@codesourcery.com>
5966
5967 * conform/glibcconform.py: Do not import shutil.
5968 (list_exported_functions): Use tempfile.TemporaryDirectory instead
5969 of mkdtemp.
5970
5971 * configure.ac (PYTHON_PROG): Use AC_CHECK_PROG_VER. Set
5972 critic_missing for versions before 3.4.
5973 * configure: Regenerated.
5974 * manual/install.texi (Tools for Compilation): Document
5975 requirement for Python to build glibc.
5976 * INSTALL: Regenerated.
5977 * Rules [PYTHON]: Make code unconditional.
5978 * benchtests/Makefile [PYTHON]: Likewise.
5979 * conform/Makefile [PYTHON]: Likewise.
5980 * manual/Makefile [PYTHON]: Likewise.
5981 * math/Makefile [PYTHON]: Likewise.
5982
5983 2018-10-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
5984
5985 * hurd/hurdsig.c (_hurd_interrupted_rpc_timeout): Set to 60000.
5986 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): When the server does not
5987 answer to interrupt_operation, return EIEIO instead of EINTR.
5988 * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Make
5989 _hurd_intr_rpc_msg_about_to global point to start of controlled
5990 assembly snippet. Make it check canceled flag.
5991 * hurd/hurdsig.c (_hurdsig_abort_rpcs): Only mutate thread if it passed
5992 the _hurd_intr_rpc_msg_about_to point.
5993 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Remove comment on mutation
5994 issue, remove cancel flag check.
5995
5996 2018-10-26 Joseph Myers <joseph@codesourcery.com>
5997
5998 * scripts/build-many-glibcs.py: Remove compatibility for missing
5999 os.cpu_count and re.fullmatch.
6000
6001 2018-10-26 Szabolcs Nagy <szabolcs.nagy@arm.com>
6002
6003 [BZ #23822]
6004 * sysdeps/ia64/fpu/e_exp2f.S (exp2f): Use WEAK_LIBM_ENTRY.
6005 * sysdeps/ia64/fpu/e_log2f.S (log2f): Likewise.
6006 * sysdeps/ia64/fpu/e_exp2f.S (powf): Likewise.
6007
6008 2018-10-25 Joseph Myers <joseph@codesourcery.com>
6009
6010 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_MASK_CREATE): New
6011 macro.
6012
6013 2018-10-25 Florian Weimer <fweimer@redhat.com>
6014
6015 [BZ #23562]
6016 [BZ #23821]
6017 XFAIL siginfo_t si_band conform test on sparc64.
6018 * sysdeps/unix/sysv/linux/sparc/bits/siginfo-arch.h
6019 (__SI_BAND_TYPE): Only override long int default type on sparc64.
6020 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
6021 (conformtest-xfail-conds): Add sparc64-linux.
6022 * conform/data/signal.h-data (siginfo_t): XFAIL si_band test on
6023 sparc64.
6024 * conform/data/sys/wait.h-data (siginfo_t): Likewise.
6025
6026 2018-10-25 Joseph Myers <joseph@codesourcery.com>
6027
6028 * elf/elf.h (NT_MIPS_DSP): New macro.
6029 (NT_MIPS_FP_MODE): Likewise.
6030
6031 2018-10-25 Zong Li <zong@andestech.com>
6032
6033 * elf/Makefile (LDFLAGS-tst-execstack-mod.so): Change variable
6034 name by adding the file extension (.so).
6035
6036 2018-10-25 Samuel Thibault <samuel.thibault@ens-lyon.org>
6037
6038 * sysdeps/mach/hurd/i386/Makefile [$(subdir) = conform]
6039 (test-xfail-ISO11/threads.h/linknamespace,
6040 test-xfail-ISO11/threads.h/conform): Add.
6041
6042 2018-10-24 Joseph Myers <joseph@codesourcery.com>
6043
6044 * math/gen-libm-test.py: Import os.
6045 (ALL_FLOATS_MANUAL): New constant.
6046 (ALL_FLOATS_SUFFIX): Likewise.
6047 (Ulps.all_functions): New function.
6048 (real_all_ulps): Likewise.
6049 (generate_err_table_sub): Likewise.
6050 (generate_err_table): Likewise.
6051 (main): Handle -s and -m options.
6052 * manual/libm-err-tab.pl: Remove.
6053 * manual/Makefile ($(objpfx)stamp-libm-err): Use gen-libm-test.py
6054 instead of libm-err-tab.pl.
6055 [$(PERL) != no]: Change condition to [$(if $(PYTHON),$(PERL),no)
6056 != no].
6057 * manual/install.texi (Tools for Compilation): Document
6058 requirement for Python to build manual.
6059 * INSTALL: Regenerated.
6060
6061 2018-10-24 Albert ARIBAUD <albert.aribaud@3adev.fr>
6062
6063 * bits/time64.h: New file.
6064 * include/time.h: Replace internal_time_t with __time64_t.
6065 * posix/bits/types (__time64_t): Add.
6066 * stdlib/Makefile: Add bits/time64.h to includes.
6067 * time/tzfile.c: Replace internal_time_t with __time64_t.
6068
6069 2018-10-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6070
6071 * include/spawn.h (__posix_spawn, posix_spawn_file_actions_addclose,
6072 __posix_spawn_file_actions_adddup2, __posix_spawn_file_actions_destroy,
6073 __posix_spawn_file_actions_init, __posix_spawnattr_init,
6074 __posix_spawnattr_destroy, __posix_spawnattr_setflags,
6075 __posix_spawnattr_setsigdefault, __posix_spawnattr_setsigmask): New
6076 prototype.
6077 * posix/spawn.c (__posix_spawn): Add libc_hidden_def.
6078 * posix/spawn_faction_addclose.c
6079 (__posix_spawn_file_actions_addclose): Add hidden definition.
6080 * posix/spawn_faction_adddup2.c
6081 (__posix_spawn_file_actions_adddup2): Likewise.
6082 * posix/spawn_faction_destroy.c
6083 (__posix_spawn_file_actions_destroy): Likewise.
6084 * posix/spawn_faction_init.c (__posix_spawn_file_actions_init):
6085 Likewise.
6086 * posix/spawnattr_destroy.c (__posix_spawnattr_destroy): Likewise.
6087 * posix/spawnattr_init.c (__posix_spawnattr_init): Likewise.
6088 * posix/spawnattr_setdefault.c (__posix_spawnattr_setsigdefault):
6089 Likewise.
6090 * posix/spawnattr_setflags.c (__posix_spawnattr_setflags): Likewise.
6091 * posix/spawnattr_setsigmask.c (__posix_spawnattr_setsigmask):
6092 Likewise.
6093
6094 2018-10-24 Andreas Schwab <schwab@suse.de>
6095
6096 [BZ #18093]
6097 * elf/dl-cache.c (_dl_load_cache_lookup): Check for truncated old
6098 format cache.
6099 * elf/cache.c (print_cache): Likewise.
6100
6101 2018-10-24 Albert ARIBAUD <albert.aribaud@3adev.fr>
6102
6103 * bits/timesize.h: New file.
6104 * stdlib/Makefile (headers): Add bits/timesize.h.
6105 * sysdeps/unix/sysv/linux/bits/msq-pad.h
6106 (__MSQ_PAD_AFTER_TIME): Use __TIMESIZE instead of __WORDSIZE.
6107 * sysdeps/unix/sysv/linux/bits/sem-pad.h
6108 (__SEM_PAD_AFTER_TIME): Likewise.
6109 * sysdeps/unix/sysv/linux/bits/shm-pad.h
6110 (__SHM_PAD_AFTER_TIME): Likewise.
6111 * sysdeps/unix/sysv/linux/hppa/bits/msq-pad.h
6112 (__MSQ_PAD_BEFORE_TIME): Likewise.
6113 * sysdeps/unix/sysv/linux/hppa/bits/sem-pad.h
6114 (__SEM_PAD_BEFORE_TIME): Likewise.
6115 * sysdeps/unix/sysv/linux/hppa/bits/shm-pad.h
6116 (__SHM_PAD_BEFORE_TIME, __SHM_PAD_BETWEEN_TIME_AND_SEGSZ): Likewise.
6117 * sysdeps/unix/sysv/linux/mips/bits/msq-pad.h
6118 (__MSQ_PAD_AFTER_TIME, __MSQ_PAD_BEFORE_TIME): Likewise.
6119 * sysdeps/unix/sysv/linux/powerpc/bits/msq-pad.h
6120 (__MSQ_PAD_BEFORE_TIME): Likewise.
6121 * sysdeps/unix/sysv/linux/powerpc/bits/sem-pad.h
6122 (__SEM_PAD_BEFORE_TIME): Likewise.
6123 * sysdeps/unix/sysv/linux/powerpc/bits/shm-pad.h
6124 (__SHM_PAD_BEFORE_TIME, __SHM_PAD_BETWEEN_TIME_AND_SEGSZ): Likewise.
6125 * sysdeps/unix/sysv/linux/sparc/bits/msq-pad.h
6126 (__MSQ_PAD_BEFORE_TIME): Likewise.
6127 * sysdeps/unix/sysv/linux/sparc/bits/sem-pad.h
6128 (__SEM_PAD_BEFORE_TIME): Likewise.
6129 * sysdeps/unix/sysv/linux/sparc/bits/shm-pad.h
6130 (__SHM_PAD_BEFORE_TIME): Likewise.
6131 * sysdeps/unix/sysv/linux/x86/bits/msq-pad.h: Delete file.
6132 * sysdeps/unix/sysv/linux/x86/bits/shm-pad.h: Likewise.
6133 * sysdeps/unix/sysv/linux/x86/bits/timesize.h: New file.
6134
6135 2018-10-24 H.J. Lu <hongjiu.lu@intel.com>
6136
6137 * benchtests/Makefile (CPPFLAGS-nonlib): Add -DUSE_RDTSCP if
6138 USE_RDTSCP is defined.
6139 * sysdeps/x86/hp-timing.h (HP_TIMING_NOW): Use RDTSCP if
6140 USE_RDTSCP is defined.
6141
6142 2018-10-23 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6143
6144 * misc/tst-preadvwritev2-common.c (IOV_MAX): Define if not
6145 defined.
6146
6147 [BZ #23709]
6148 * sysdeps/x86/cpu-features.c (init_cpu_features): Set TSX bits
6149 independently of other flags.
6150
6151 2018-10-23 Florian Weimer <fweimer@redhat.com>
6152
6153 * time/tst-mktime2.c (N_STRINGS): Remove.
6154 (set_timezone): New function.
6155 (spring_forward_gap): Call it. Use FAIL_EXIT1.
6156 (mktime_test1): Report localtime failure and check errno value.
6157 Use TEST_COMPARE.
6158 (irix_6_4_bug, bigtime_test): Use TEST_COMPARE.
6159 (do_test): Remove alarm call. Use set_timezone and array_length.
6160
6161 2018-10-23 Andreas Schwab <schwab@suse.de>
6162
6163 * sysdeps/unix/sysv/linux/riscv/setcontext.S (__setcontext)
6164 (__start_context): Use END instead of PSEUDO_END.
6165
6166 2018-10-22 Joseph Myers <joseph@codesourcery.com>
6167
6168 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
6169 version to 4.19.
6170
6171 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
6172 version to 4.19.
6173
6174 [BZ #23793]
6175 * wcsmbs/c32rtomb.c: New file.
6176 * wcsmbs/mbrtoc32.c: Likewise.
6177 * wcsmbs/tst-c32-state.c: Likewise.
6178 * wcsmbs/mbrtowc.c (mbrtoc32): Do not define as alias.
6179 * wcsmbs/wcrtomb.c (c32rtomb): Likewise.
6180 * wcsmbs/Makefile (routines): Add mbrtoc32 and c32rtomb.
6181 (tests): Add tst-c32-state.
6182 [$(run-built-tests) = yes] ($(objpfx)tst-c32-state.out): Depend on
6183 $(gen-locales).
6184
6185 2018-10-21 H.J. Lu <hongjiu.lu@intel.com>
6186
6187 * sysdeps/x86/hp-timing.h: Don't include <x86intrin.h>.
6188 (HP_TIMING_NOW): Replace _rdtsc with __builtin_ia32_rdtsc.
6189
6190 2018-10-19 Joseph Myers <joseph@codesourcery.com>
6191
6192 [BZ #23794]
6193 * wcsmbs/c16rtomb.c (c16rtomb): Save first character of surrogate
6194 pair and return 0 in that case, and use saved character to
6195 interpret following character.
6196 * wcsmbs/tst-c16-surrogate.c: New file.
6197 * wcsmbs/Makefile (tests): Add tst-c16-surrogate.c.
6198 [$(run-built-tests) = yes] ($(objpfx)tst-c16-surrogate.out):
6199 Depend on $(gen-locales)
6200
6201 2018-10-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
6202
6203 [BZ #23562]
6204 * sysdeps/unix/sysv/linux/bits/types/siginfo_t.h
6205 (struct siginfo_t): Use correct type for si_band.
6206
6207 2018-10-19 Florian Weimer <fweimer@redhat.com>
6208
6209 [BZ #23689]
6210 * resource/bits/types/struct_rusage.h (struct rusage): Update
6211 comment on struct. Remove extraneous field comment.
6212
6213 2018-10-18 David S. Miller <davem@davemloft.net>
6214
6215 * sysdeps/unix/sysv/linux/sparc/init-first.c: New file.
6216 * sysdeps/unix/sysv/linux/sparc/libc-vdso.h: New file.
6217 * sysdeps/unix/sysv/linux/sparc/Makefile: Add dl-vdso to
6218 sysdep_routines in subdir elf.
6219 * sysdeps/unix/sysv/linux/sparc/Versions: Add GLIBC_PRIVATE
6220 version for __vdso_clock_gettime.
6221 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_VSYSCALL_CALL):
6222 Define.
6223 (HAVE_CLOCK_GETTIME_VSYSCALL): Define.
6224 (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
6225
6226 * sysdeps/sparc/fpu/libm-test-ulps: Regenerated.
6227
6228 2018-10-17 H.J. Lu <hongjiu.lu@intel.com>
6229
6230 * sysdeps/i386/init-arch.h: Removed.
6231 * sysdeps/i386/i586/init-arch.h: Likewise.
6232 * sysdeps/i386/i686/init-arch.h: Likewise.
6233 * sysdeps/i386/i686/hp-timing.h: Likewise.
6234 * sysdeps/x86_64/hp-timing.h: Likewise.
6235 * sysdeps/i386/isa.h: New file.
6236 * sysdeps/i386/i586/isa.h: Likewise.
6237 * sysdeps/i386/i686/isa.h: Likewise.
6238 * sysdeps/x86_64/isa.h: Likewise.
6239 * sysdeps/x86/hp-timing.h: New file.
6240 * sysdeps/x86/init-arch.h: Include <isa.h>.
6241
6242 2018-10-17 Joseph Myers <joseph@codesourcery.com>
6243
6244 * math/libm-test-pow.inc (pow_test_data): Do not allow
6245 divide-by-zero exception for pow(+/- 0, -Inf).
6246
6247 2018-10-17 Zack Weinberg <zackw@panix.com>
6248
6249 * manual/job.texi (Job Control is Optional): Remove node, as
6250 job control has not been optional in quite some time.
6251 (Job Control): Mention briefly that systems older than
6252 POSIX.1-2001 might not support job control.
6253 * manual/conf.texi (_POSIX_JOB_CONTROL): Will always be
6254 defined on systems conforming to POSIX.1-2001.
6255
6256 2018-10-17 Arjun Shankar <arjun@redhat.com>
6257
6258 [BZ #22062]
6259 * iconv/gconv_conf.c (__gconv_get_path): Remove locking and fix
6260 indentation.
6261 * (__gconv_read_conf): Mark function static.
6262 * (once): New static variable.
6263 * (__gconv_load_conf): New function.
6264 * iconv/gconv_int.h (__gconv_load_conf): Likewise.
6265 * iconv/gconv_db.c (once): Remove static variable.
6266 * (__gconv_compare_alias): Use __gconv_load_conf instead of
6267 __gconv_read_conf.
6268 * (__gconv_find_transform): Likewise.
6269 * iconv/tst-iconv-mt.c: New test.
6270 * iconv/Makefile: Add tst-iconv_mt.
6271
6272 2018-10-17 Joseph Myers <joseph@codesourcery.com>
6273
6274 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
6275 bits/shm-pad.h.
6276 * sysdeps/unix/sysv/linux/bits/shm.h: Include <bits/shm-pad.h>.
6277 (shmatt_t): Define as __syscall_ulong_t.
6278 (__SHM_PAD_TIME): New macro, depending on [__SHM_PAD_BEFORE_TIME]
6279 and [__SHM_PAD_AFTER_TIME].
6280 (struct shmid_ds): Define time fields using __SHM_PAD_TIME.
6281 Define shm_segsz and associated padding based on
6282 [__SHM_SEGSZ_AFTER_TIME] and [__SHM_PAD_BETWEEN_TIME_AND_SEGSZ].
6283 Use __syscall_ulong_t instead of unsigned long int.
6284 [__USE_MISC] (struct shminfo): Use __syscall_ulong_t instead of
6285 unsigned long int.
6286 [__USE_MISC] (struct shm_info): Likewise.
6287 * sysdeps/unix/sysv/linux/bits/shm-pad.h: New file.
6288 * sysdeps/unix/sysv/linux/hppa/bits/shm-pad.h: Likewise.
6289 * sysdeps/unix/sysv/linux/mips/bits/shm-pad.h: Likewise.
6290 * sysdeps/unix/sysv/linux/powerpc/bits/shm-pad.h: Likewise.
6291 * sysdeps/unix/sysv/linux/sparc/bits/shm-pad.h: Likewise.
6292 * sysdeps/unix/sysv/linux/x86/bits/shm-pad.h: Likewise.
6293 * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Remove.
6294 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
6295 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
6296 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
6297 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
6298
6299 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
6300 bits/shmlba.h.
6301 * sysdeps/unix/sysv/linux/bits/shm.h: Include <bits/shmlba.h>.
6302 (SHMLBA): Remove macro.
6303 (__getpagesize): Remove function declaration.
6304 * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Include
6305 <bits/shmlba.h>.
6306 (SHMLBA): Remove macro.
6307 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Include
6308 <bits/shmlba.h>.
6309 (SHMLBA): Remove macro.
6310 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Include
6311 <bits/shmlba.h>.
6312 (SHMLBA): Remove macro.
6313 (__getpagesize): Remove function declaration.
6314 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Include
6315 <bits/shmlba.h>.
6316 (SHMLBA): Remove macro.
6317 (__getshmlba): Remove function declaration.
6318 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Include <bits/shmlba.h>.
6319 (SHMLBA): Remove macro.
6320 (__getpagesize): Remove function declaration.
6321 * sysdeps/unix/sysv/linux/arm/bits/shm.h: Remove file.
6322 * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
6323 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
6324 * sysdeps/unix/sysv/linux/bits/shmlba.h: New file.
6325 * sysdeps/unix/sysv/linux/arm/bits/shmlba.h: Likewise.
6326 * sysdeps/unix/sysv/linux/hppa/bits/shmlba.h: Likewise.
6327 * sysdeps/unix/sysv/linux/ia64/bits/shmlba.h: Likewise.
6328 * sysdeps/unix/sysv/linux/mips/bits/shmlba.h: Likewise.
6329 * sysdeps/unix/sysv/linux/sh/bits/shmlba.h: Likewise.
6330 * sysdeps/unix/sysv/linux/sparc/bits/shmlba.h: Likewise.
6331
6332 2018-10-17 Stefan Liebler <stli@linux.ibm.com>
6333
6334 [BZ #23275]
6335 * nptl/tst-mutex10.c: New File.
6336 * nptl/Makefile (tests): Add tst-mutex10.
6337 (tst-mutex10-ENV): New variable.
6338 * sysdeps/unix/sysv/linux/s390/force-elision.h: (FORCE_ELISION):
6339 Ensure that elision path is used if elision is available.
6340 * sysdeps/unix/sysv/linux/powerpc/force-elision.h (FORCE_ELISION):
6341 Likewise.
6342 * sysdeps/unix/sysv/linux/x86/force-elision.h: (FORCE_ELISION):
6343 Likewise.
6344 * nptl/pthreadP.h (PTHREAD_MUTEX_TYPE, PTHREAD_MUTEX_TYPE_ELISION)
6345 (PTHREAD_MUTEX_PSHARED): Use atomic_load_relaxed.
6346 * nptl/pthread_mutex_consistent.c (pthread_mutex_consistent): Likewise.
6347 * nptl/pthread_mutex_getprioceiling.c (pthread_mutex_getprioceiling):
6348 Likewise.
6349 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full)
6350 (__pthread_mutex_cond_lock_adjust): Likewise.
6351 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
6352 Likewise.
6353 * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Likewise.
6354 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6355 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6356 * sysdeps/nptl/bits/thread-shared-types.h (struct __pthread_mutex_s):
6357 Add comments.
6358 * nptl/pthread_mutex_destroy.c (__pthread_mutex_destroy):
6359 Use atomic_load_relaxed and atomic_store_relaxed.
6360 * nptl/pthread_mutex_init.c (__pthread_mutex_init):
6361 Use atomic_store_relaxed.
6362
6363 2018-10-17 Andreas Schwab <schwab@suse.de>
6364
6365 * benchtests/bench-strtod.c (TIMEOUT): Don't define.
6366 * crypt/badsalttest.c (TIMEOUT): Likewise.
6367 * crypt/sha256c-test.c (TIMEOUT): Likewise.
6368 * dirent/tst-fdopendir.c (TIMEOUT): Likewise.
6369 * io/test-lfs.c (TIMEOUT): Likewise.
6370 * libio/tst-atime.c (TIMEOUT): Likewise.
6371 * localedata/tst-leaks.c (TIMEOUT): Likewise.
6372 * nptl/tst-cancel19.c (TIMEOUT): Likewise.
6373 * nptl/tst-cancel22.c (TIMEOUT): Likewise.
6374 * nptl/tst-cancel25.c (TIMEOUT): Likewise.
6375 * nptl/tst-cancel7.c (TIMEOUT): Likewise.
6376 * nptl/tst-cond-except.c (TIMEOUT): Likewise.
6377 * nptl/tst-cond11.c (TIMEOUT): Likewise.
6378 * nptl/tst-cond14.c (TIMEOUT): Likewise.
6379 * nptl/tst-cond15.c (TIMEOUT): Likewise.
6380 * nptl/tst-cond24.c (TIMEOUT): Likewise.
6381 * nptl/tst-cond25.c (TIMEOUT): Likewise.
6382 * nptl/tst-kill2.c (TIMEOUT): Likewise.
6383 * nptl/tst-kill3.c (TIMEOUT): Likewise.
6384 * nptl/tst-mutex4.c (TIMEOUT): Likewise.
6385 * nptl/tst-mutex5.c (TIMEOUT): Likewise.
6386 * nptl/tst-mutex9.c (TIMEOUT): Likewise.
6387 * nptl/tst-once2.c (TIMEOUT): Likewise.
6388 * nptl/tst-once3.c (TIMEOUT): Likewise.
6389 * nptl/tst-once4.c (TIMEOUT): Likewise.
6390 * nptl/tst-robust8.c (TIMEOUT): Likewise.
6391 * nptl/tst-robust9.c (TIMEOUT): Likewise.
6392 * nptl/tst-rwlock16.c (TIMEOUT): Likewise.
6393 * nptl/tst-sem14.c (TIMEOUT): Likewise.
6394 * nptl/tst-sem6.c (TIMEOUT): Likewise.
6395 * nptl/tst-signal3.c (TIMEOUT): Likewise.
6396 * nptl/tst-spin4.c (TIMEOUT): Likewise.
6397 * nptl/tst-tls3.c (TIMEOUT): Likewise.
6398 * nptl/tst-tls4.c (TIMEOUT): Likewise.
6399 * posix/tst-chmod.c (TIMEOUT): Likewise.
6400 * posix/tst-getaddrinfo4.c (TIMEOUT): Likewise.
6401 * posix/tst-getaddrinfo5.c (TIMEOUT): Likewise.
6402 * posix/tst-preadwrite-common.c (TIMEOUT): Likewise.
6403 * posix/tst-regex2.c (TIMEOUT): Likewise.
6404 * posix/tst-waitid.c (TIMEOUT): Likewise.
6405 * rt/tst-aio.c (TIMEOUT): Likewise.
6406 * rt/tst-aio10.c (TIMEOUT): Likewise.
6407 * rt/tst-aio4.c (TIMEOUT): Likewise.
6408 * rt/tst-aio5.c (TIMEOUT): Likewise.
6409 * rt/tst-aio6.c (TIMEOUT): Likewise.
6410 * rt/tst-aio64.c (TIMEOUT): Likewise.
6411 * rt/tst-aio7.c (TIMEOUT): Likewise.
6412 * rt/tst-aio9.c (TIMEOUT): Likewise.
6413 * rt/tst-clock.c (TIMEOUT): Likewise.
6414 * rt/tst-cpuclock1.c (TIMEOUT): Likewise.
6415 * rt/tst-cpuclock2.c (TIMEOUT): Likewise.
6416 * rt/tst-mqueue2.c (TIMEOUT): Likewise.
6417 * rt/tst-mqueue4.c (TIMEOUT): Likewise.
6418 * rt/tst-mqueue5.c (TIMEOUT): Likewise.
6419 * rt/tst-timer4.c (TIMEOUT): Likewise.
6420 * stdio-common/tst-fseek.c (TIMEOUT): Likewise.
6421 * stdio-common/tst-rndseek.c (TIMEOUT): Likewise.
6422 * stdlib/tst-empty-env.c (TIMEOUT): Likewise.
6423 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Likewise.
6424 * time/tst-ftime.c (TIMEOUT): Likewise.
6425 * timezone/tst-tzset.c (TIMEOUT): Likewise.
6426
6427 2018-10-16 Anton Youdkevitch <anton.youdkevitch@bell-sw.com>
6428
6429 * sysdeps/aarch64/multiarch/memcpy_thunderx.S: Remove thunderx2 code.
6430 * sysdeps/aarch64/multiarch/memcpy_thunderx2.S: New implementation
6431 for thunderX2.
6432
6433 2018-10-15 Joseph Myers <joseph@codesourcery.com>
6434
6435 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
6436 bits/sem-pad.h.
6437 * sysdeps/unix/sysv/linux/bits/sem.h: Include <bits/sem-pad.h>
6438 instead of <bits/wordsize.h>.
6439 (__SEM_PAD_TIME): New macro, depending on [__SEM_PAD_BEFORE_TIME]
6440 and [__SEM_PAD_AFTER_TIME].
6441 (struct semid_ds): Define time fields using __SEM_PAD_TIME. Use
6442 __syscall_ulong_t instead of unsigned long int.
6443 * sysdeps/unix/sysv/linux/bits/sem-pad.h: New file.
6444 * sysdeps/unix/sysv/linux/hppa/bits/sem-pad.h: Likewise.
6445 * sysdeps/unix/sysv/linux/mips/bits/sem-pad.h: Likewise.
6446 * sysdeps/unix/sysv/linux/powerpc/bits/sem-pad.h: Likewise.
6447 * sysdeps/unix/sysv/linux/sparc/bits/sem-pad.h: Likewise.
6448 * sysdeps/unix/sysv/linux/x86/bits/sem-pad.h: Likewise.
6449 * sysdeps/unix/sysv/linux/hppa/bits/sem.h: Remove.
6450 * sysdeps/unix/sysv/linux/mips/bits/sem.h: Likewise.
6451 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
6452 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
6453 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
6454
6455 2018-10-14 Paul Eggert <eggert@cs.ucla.edu>
6456
6457 regex: simplify by using intprops.h
6458 [BZ#23744]
6459 * posix/regex_internal.h [_LIBC]: Include intprops.h.
6460 (TYPE_SIGNED, INT_ADD_WRAPV) [_LIBC]: Remove.
6461 intprops.h defines them.
6462
6463 regex: __builtin_expect → __glibc_unlikely
6464 [BZ#23744]
6465 This refactoring was prompted by a problem when the regex code is
6466 used as part of Gnulib and when the builder’s compiler does not grok
6467 __builtin_expect. Problem reported for Gawk by Nelson H.F. Beebe in:
6468 https://lists.gnu.org/r/bug-gnulib/2018-09/msg00137.html
6469 Although this refactoring does not fix the problem directly,
6470 we might as well have Gawk use the now-preferred glibc style for when
6471 __builtin_expect is unavailable.
6472 * posix/regex_internal.h (BE): Remove.
6473 All uses replaced by __glibc_unlikely or __glibc_likely.
6474
6475 2018-10-11 Joseph Myers <joseph@codesourcery.com>
6476
6477 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
6478 bits/msq-pad.h.
6479 * sysdeps/unix/sysv/linux/bits/msq.h: Include <bits/msq-pad.h>
6480 instead of <bits/wordsize.h>.
6481 (msgqnum_t): Define as __syscall_ulong_t.
6482 (msglen_t): Likewise.
6483 (__MSQ_PAD_TIME): New macro, depending on [__MSQ_PAD_BEFORE_TIME]
6484 and [__MSQ_PAD_AFTER_TIME].
6485 (struct msqid_ds): Define time fields using __MSQ_PAD_TIME. Use
6486 __syscall_ulong_t instead of unsigned long int.
6487 * sysdeps/unix/sysv/linux/bits/msq-pad.h: New file.
6488 * sysdeps/unix/sysv/linux/hppa/bits/msq-pad.h: Likewise.
6489 * sysdeps/unix/sysv/linux/mips/bits/msq-pad.h: Likewise.
6490 * sysdeps/unix/sysv/linux/powerpc/bits/msq-pad.h: Likewise.
6491 * sysdeps/unix/sysv/linux/sparc/bits/msq-pad.h: Likewise.
6492 * sysdeps/unix/sysv/linux/x86/bits/msq-pad.h: Likewise.
6493 * sysdeps/unix/sysv/linux/hppa/bits/msq.h: Remove.
6494 * sysdeps/unix/sysv/linux/mips/bits/msq.h: Likewise.
6495 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
6496 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
6497 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
6498
6499 2018-10-10 Joseph Myers <joseph@codesourcery.com>
6500
6501 * sysdeps/unix/sysv/linux/bits/shm.h: Include <bits/wordsize.h>.
6502 (struct shmid_ds): Condition padding after time fields on
6503 [__WORDSIZE == 32].
6504 * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Remove file.
6505 * sysdeps/unix/sysv/linux/generic/bits/shm.h: Likewise.
6506 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
6507
6508 * sysdeps/unix/sysv/linux/bits/sem.h: Include <bits/wordsize.h>.
6509 (struct semid_ds): Condition padding after time fields on
6510 [__WORDSIZE == 32].
6511 * sysdeps/unix/sysv/linux/alpha/bits/sem.h: Remove file.
6512 * sysdeps/unix/sysv/linux/generic/bits/sem.h: Likewise.
6513 * sysdeps/unix/sysv/linux/ia64/bits/sem.h: Likewise.
6514 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
6515
6516 * sysdeps/unix/sysv/linux/bits/msq.h: Include <bits/wordsize.h>.
6517 (struct msqid_ds): Condition padding after time fields on
6518 [__WORDSIZE == 32].
6519 * sysdeps/unix/sysv/linux/alpha/bits/msq.h: Remove file.
6520 * sysdeps/unix/sysv/linux/generic/bits/msq.h: Likewise.
6521 * sysdeps/unix/sysv/linux/ia64/bits/msq.h: Likewise.
6522 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
6523
6524 2018-10-09 Szabolcs Nagy <szabolcs.nagy@arm.com>
6525
6526 * nss/tst-nss-files-hosts-multi.c (TIMEOUT): Define.
6527
6528 2018-10-09 Szabolcs Nagy <szabolcs.nagy@arm.com>
6529
6530 * libio/tst-readline.c (TIMEOUT): Define.
6531
6532 2018-10-08 Paul Eggert <eggert@cs.ucla.edu>
6533
6534 mktime fix for Gnulib + coreutils
6535 [BZ#23745]
6536 This fix affects only Gnulib. Problem discovered when
6537 mktime.c was used as part of Gnulib in bleeding-edge Coreutils.
6538 * time/mktime.c:
6539 (my_tzset) [!_LIBC && !NEED_MKTIME_WORKING && !NEED_MKTIME_WINDOWS]:
6540 Do not define since it is not used. Defining an unused static
6541 function prompts a warning from GCC when Coreutils is configured
6542 with --enable-gcc-warnings.
6543
6544 2018-10-08 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
6545
6546 * benchtests/scripts/compare_bench.py (main): set float type on
6547 threshold argument.
6548
6549 2018-10-08 Rafal Luzynski <digitalfreak@lingonborough.com>
6550
6551 [BZ #23740]
6552 * localedata/locales/kl_GL (mon): Update, the relative case.
6553 (alt_mon): Add, fill with month names in the nominative case.
6554 (d_t_fmt): Set to "%a %b %d %Y %T %Z".
6555 (d_fmt): Set to "%b %d %Y".
6556
6557 2018-10-04 Joseph Myers <joseph@codesourcery.com>
6558
6559 * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Include
6560 <bits/mman-linux.h>.
6561 (PROT_READ): Don't define here.
6562 (PROT_WRITE): Likewise.
6563 (PROT_EXEC): Likewise.
6564 (PROT_NONE): Likewise.
6565 (PROT_GROWSDOWN): Likewise.
6566 (PROT_GROWSUP): Likewise.
6567 (MAP_SHARED): Likewise.
6568 (MAP_PRIVATE): Likewise.
6569 [__USE_MISC] (MAP_SHARED_VALIDATE): Likewise.
6570 [__USE_MISC] (MAP_FILE): Likewise.
6571 [__USE_MISC] (MAP_ANONYMOUS): Likewise.
6572 [__USE_MISC] (MAP_ANON): Likewise.
6573 [__USE_MISC] (MAP_HUGE_SHIFT): Likewise.
6574 [__USE_MISC] (MAP_HUGE_MASK): Likewise.
6575 (MCL_CURRENT): Likewise.
6576 (MCL_FUTURE): Likewise.
6577 (MCL_ONFAULT): Likewise.
6578 [__USE_MISC] (MADV_NORMAL): Likewise.
6579 [__USE_MISC] (MADV_RANDOM): Likewise.
6580 [__USE_MISC] (MADV_SEQUENTIAL): Likewise.
6581 [__USE_MISC] (MADV_WILLNEED): Likewise.
6582 [__USE_MISC] (MADV_DONTNEED): Likewise.
6583 [__USE_MISC] (MADV_FREE): Likewise.
6584 [__USE_MISC] (MADV_REMOVE): Likewise.
6585 [__USE_MISC] (MADV_DONTFORK): Likewise.
6586 [__USE_MISC] (MADV_DOFORK): Likewise.
6587 [__USE_MISC] (MADV_HWPOISON): Likewise.
6588 [__USE_XOPEN2K] (POSIX_MADV_NORMAL): Likewise.
6589 [__USE_XOPEN2K] (POSIX_MADV_RANDOM): Likewise.
6590 [__USE_XOPEN2K] (POSIX_MADV_SEQUENTIAL): Likewise.
6591 [__USE_XOPEN2K] (POSIX_MADV_WILLNEED): Likewise.
6592 [__USE_XOPEN2K] (POSIX_MADV_DONTNEED): Likewise.
6593 (__MAP_ANONYMOUS): New macro.
6594 [__USE_MISC] (MAP_TYPE): Undefine and redefine after
6595 <bits/mman-linux.h> inclusion.
6596 (MAP_FIXED): Likewise.
6597 (MS_SYNC): Likewise.
6598 (MS_ASYNC): Likewise.
6599 (MS_INVALIDATE): Likewise.
6600 [__USE_MISC] (MADV_MERGEABLE): Likewise.
6601 [__USE_MISC] (MADV_UNMERGEABLE): Likewise.
6602 [__USE_MISC] (MADV_HUGEPAGE): Likewise.
6603 [__USE_MISC] (MADV_NOHUGEPAGE): Likewise.
6604 [__USE_MISC] (MADV_DONTDUMP): Likewise.
6605 [__USE_MISC] (MADV_DODUMP): Likewise.
6606 [__USE_MISC] (MADV_WIPEONFORK): Likewise.
6607 [__USE_MISC] (MADV_KEEPONFORK): Likewise.
6608
6609 [BZ #23735]
6610 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NO_MATH_REDIRECT):
6611 Define.
6612 * sysdeps/ieee754/ldbl-opt/test-nldbl-redirect.c: New file.
6613 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math] (tests):
6614 Add test-nldbl-redirect.
6615 [$(subdir) = math] (CFLAGS-test-nldbl-redirect.c): New variable.
6616 [$(subdir) = math] ($(objpfx)test-nldbl-redirect): Depend on
6617 $(objpfx)libnldbl_nonshared.a.
6618
6619 2018-10-04 Stefan Liebler <stli@linux.ibm.com>
6620
6621 * support/support.h (support_objdir_elf_ldso): New variable.
6622 * support/support_paths.c (support_objdir_elf_ldso): Likewise.
6623 * support/Makefile (CFLAGS-support_paths.c): Add definition
6624 for OBJDIR_ELF_LDSO_PATH.
6625 * support/test-container.c (main): Search for the ld.so
6626 which is also used by the testsuite.
6627
6628 2018-10-02 Rafal Luzynski <digitalfreak@lingonborough.com>
6629
6630 [BZ #20209]
6631 * localedata/locales/kl_GL: (abday): Fix spelling of Sun (Sunday),
6632 should be "sap" rather than "sab".
6633 (day): Fix spelling of Sunday, should be "sapaat" rather than
6634 "sabaat".
6635
6636 2018-10-02 Joseph Myers <joseph@codesourcery.com>
6637
6638 * math/libm-test-fma.inc (fma_test_data): Add more tests.
6639
6640 2018-10-02 Martin Jansa <Martin.Jansa@gmail.com>
6641
6642 [BZ #19444]
6643 * sysdeps/ieee754/soft-fp/s_fdiv.c: Include <libc-diag.h> and use
6644 DIAG_PUSH_NEEDS_COMMENT, DIAG_IGNORE_NEEDS_COMMENT and
6645 DIAG_POP_NEEDS_COMMENT to disable -Wmaybe-uninitialized.
6646
6647 2018-10-02 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6648
6649 * sysdeps/unix/sysv/linux/fd_to_filename.h: Add missing includes.
6650
6651 2018-10-02 H.J. Lu <hongjiu.lu@intel.com>
6652
6653 * sysdeps/unix/sysv/linux/x86/Makefile (CFLAGS-elision-lock.c):
6654 Add -mrtm.
6655 (CFLAGS-elision-unlock.c): Likewise.
6656 (CFLAGS-elision-timed.c): Likewise.
6657 (CFLAGS-elision-trylock.c): Likewise.
6658 * sysdeps/unix/sysv/linux/x86/hle.h: Rewritten.
6659
6660 2018-10-02 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6661
6662 [BZ #21037]
6663 * libio/Makefile (tests): Add tst-memstream4 and tst-wmemstream4.
6664 * libio/freopen.c (freopen): Sync stream before reopen and adjust to
6665 new fd_to_filename interface.
6666 * libio/freopen64.c (freopen64): Likewise.
6667 * libio/tst-memstream.h: New file.
6668 * libio/tst-memstream4.c: Likewise.
6669 * libio/tst-wmemstream4.c: Likewise.
6670 * sysdeps/generic/fd_to_filename.h (fd_to_filename): Change signature.
6671 * sysdeps/unix/sysv/linux/fd_to_filename.h (fd_to_filename): Likewise
6672 and remove internal dynamic allocation.
6673
6674 2018-10-01 Joseph Myers <joseph@codesourcery.com>
6675
6676 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_GNU]
6677 (MREMAP_MAYMOVE): Do not define here.
6678 [__USE_GNU] (MREMAP_FIXED): Likewise.
6679 * sysdeps/unix/sysv/linux/bits/mman-shared.h [__USE_GNU]
6680 (MREMAP_MAYMOVE): Define here instead.
6681 [__USE_GNU] (MREMAP_FIXED): Likewise.
6682 * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_GNU]
6683 (MREMAP_MAYMOVE): Remove.
6684 [__USE_GNU] (MREMAP_FIXED): Likewise.
6685
6686 2018-09-28 Joseph Myers <joseph@codesourcery.com>
6687
6688 * math/fromfp.h: Do not include <math_private.h>.
6689 * math/s_cacosh_template.c: Likewise.
6690 * math/s_casin_template.c: Likewise.
6691 * math/s_casinh_template.c: Likewise.
6692 * math/s_ccos_template.c: Likewise.
6693 * math/s_cproj_template.c: Likewise.
6694 * math/s_fdim_template.c: Likewise.
6695 * math/s_fmaxmag_template.c: Likewise.
6696 * math/s_fminmag_template.c: Likewise.
6697 * math/s_iseqsig_template.c: Likewise.
6698 * math/s_ldexp_template.c: Likewise.
6699 * math/s_nextdown_template.c: Likewise.
6700 * math/w_log1p_template.c: Likewise.
6701 * math/w_scalbln_template.c: Likewise.
6702 * sysdeps/aarch64/fpu/feholdexcpt.c: Likewise.
6703 * sysdeps/aarch64/fpu/fesetround.c: Likewise.
6704 * sysdeps/aarch64/fpu/fgetexcptflg.c: Likewise.
6705 * sysdeps/aarch64/fpu/ftestexcept.c: Likewise.
6706 * sysdeps/aarch64/fpu/s_llrint.c: Likewise.
6707 * sysdeps/aarch64/fpu/s_llrintf.c: Likewise.
6708 * sysdeps/aarch64/fpu/s_lrint.c: Likewise.
6709 * sysdeps/aarch64/fpu/s_lrintf.c: Likewise.
6710 * sysdeps/i386/fpu/s_atanl.c: Likewise.
6711 * sysdeps/i386/fpu/s_f32xaddf64.c: Likewise.
6712 * sysdeps/i386/fpu/s_f32xsubf64.c: Likewise.
6713 * sysdeps/i386/fpu/s_fdim.c: Likewise.
6714 * sysdeps/i386/fpu/s_logbl.c: Likewise.
6715 * sysdeps/i386/fpu/s_rintl.c: Likewise.
6716 * sysdeps/i386/fpu/s_significandl.c: Likewise.
6717 * sysdeps/ia64/fpu/s_matherrf.c: Likewise.
6718 * sysdeps/ia64/fpu/s_matherrl.c: Likewise.
6719 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
6720 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
6721 * sysdeps/ieee754/dbl-64/s_fma.c: Likewise.
6722 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
6723 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
6724 * sysdeps/ieee754/k_standardf.c: Likewise.
6725 * sysdeps/ieee754/k_standardl.c: Likewise.
6726 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
6727 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
6728 * sysdeps/ieee754/ldbl-64-128/s_fpclassifyl.c: Likewise.
6729 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
6730 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
6731 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
6732 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
6733 * sysdeps/ieee754/ldbl-96/s_fma.c: Likewise.
6734 * sysdeps/ieee754/ldbl-96/s_fmal.c: Likewise.
6735 * sysdeps/ieee754/s_signgam.c: Likewise.
6736 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
6737 * sysdeps/powerpc/power5+/fpu/s_modff.c: Likewise.
6738 * sysdeps/powerpc/power7/fpu/s_logbf.c: Likewise.
6739 * sysdeps/riscv/rv64/rvd/s_ceil.c: Likewise.
6740 * sysdeps/riscv/rv64/rvd/s_floor.c: Likewise.
6741 * sysdeps/riscv/rv64/rvd/s_nearbyint.c: Likewise.
6742 * sysdeps/riscv/rv64/rvd/s_round.c: Likewise.
6743 * sysdeps/riscv/rv64/rvd/s_roundeven.c: Likewise.
6744 * sysdeps/riscv/rv64/rvd/s_trunc.c: Likewise.
6745 * sysdeps/riscv/rvd/s_finite.c: Likewise.
6746 * sysdeps/riscv/rvd/s_fmax.c: Likewise.
6747 * sysdeps/riscv/rvd/s_fmin.c: Likewise.
6748 * sysdeps/riscv/rvd/s_fpclassify.c: Likewise.
6749 * sysdeps/riscv/rvd/s_isinf.c: Likewise.
6750 * sysdeps/riscv/rvd/s_isnan.c: Likewise.
6751 * sysdeps/riscv/rvd/s_issignaling.c: Likewise.
6752 * sysdeps/riscv/rvf/fegetround.c: Likewise.
6753 * sysdeps/riscv/rvf/feholdexcpt.c: Likewise.
6754 * sysdeps/riscv/rvf/fesetenv.c: Likewise.
6755 * sysdeps/riscv/rvf/fesetround.c: Likewise.
6756 * sysdeps/riscv/rvf/feupdateenv.c: Likewise.
6757 * sysdeps/riscv/rvf/fgetexcptflg.c: Likewise.
6758 * sysdeps/riscv/rvf/ftestexcept.c: Likewise.
6759 * sysdeps/riscv/rvf/s_ceilf.c: Likewise.
6760 * sysdeps/riscv/rvf/s_finitef.c: Likewise.
6761 * sysdeps/riscv/rvf/s_floorf.c: Likewise.
6762 * sysdeps/riscv/rvf/s_fmaxf.c: Likewise.
6763 * sysdeps/riscv/rvf/s_fminf.c: Likewise.
6764 * sysdeps/riscv/rvf/s_fpclassifyf.c: Likewise.
6765 * sysdeps/riscv/rvf/s_isinff.c: Likewise.
6766 * sysdeps/riscv/rvf/s_isnanf.c: Likewise.
6767 * sysdeps/riscv/rvf/s_issignalingf.c: Likewise.
6768 * sysdeps/riscv/rvf/s_nearbyintf.c: Likewise.
6769 * sysdeps/riscv/rvf/s_roundevenf.c: Likewise.
6770 * sysdeps/riscv/rvf/s_roundf.c: Likewise.
6771 * sysdeps/riscv/rvf/s_truncf.c: Likewise.
6772 * sysdeps/riscv/rv64/rvd/s_rint.c: Include <stdbool.h> instead of
6773 <math_private.h>.
6774 * sysdeps/riscv/rvf/s_rintf.c: Likewise.
6775
6776 2018-09-28 H.J. Lu <hongjiu.lu@intel.com>
6777
6778 [BZ #23716]
6779 * sysdeps/i386/dl-cet.c: Removed.
6780 * sysdeps/i386/dl-machine.h (_dl_runtime_resolve_shstk): New
6781 prototype.
6782 (_dl_runtime_profile_shstk): Likewise.
6783 (elf_machine_runtime_setup): Use _dl_runtime_profile_shstk or
6784 _dl_runtime_resolve_shstk if SHSTK is enabled by kernel.
6785
6786 2018-09-28 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6787
6788 [BZ #23579]
6789 * misc/tst-preadvwritev2-common.c (do_test_with_invalid_fd,
6790 do_test_with_invalid_iov): New tests.
6791 * misc/tst-preadvwritev2.c, misc/tst-preadvwritev64v2.c (do_test):
6792 Call do_test_with_invalid_fd and do_test_with_invalid_iov.
6793 * sysdeps/unix/sysv/linux/preadv2.c (preadv2): Use fallback code iff
6794 errno is ENOSYS.
6795 * sysdeps/unix/sysv/linux/preadv64v2.c (preadv64v2): Likewise.
6796 * sysdeps/unix/sysv/linux/pwritev2.c (pwritev2): Likewise.
6797 * sysdeps/unix/sysv/linux/pwritev64v2.c (pwritev64v2): Likewise.
6798
6799 2018-09-27 Joseph Myers <joseph@codesourcery.com>
6800
6801 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
6802 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT]
6803 (MATH_REDIRECT_BINARY_ARGS): New macro.
6804 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
6805 && !NO_MATH_REDIRECT] (copysign): Redirect using MATH_REDIRECT.
6806 * sysdeps/alpha/fpu/s_copysign.c: Define NO_MATH_REDIRECT before
6807 header inclusion.
6808 * sysdeps/alpha/fpu/s_copysignf.c: Likewise.
6809 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
6810 * sysdeps/ieee754/float128/s_copysignf128.c: Likewise.
6811 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
6812 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
6813 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
6814 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
6815 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
6816 Likewise.
6817 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c:
6818 Likewise.
6819 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
6820 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: Likewise.
6821 * sysdeps/riscv/rvd/s_copysign.c: Likewise.
6822 * sysdeps/riscv/rvf/s_copysignf.c: Likewise.
6823 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c:
6824 Likewise.
6825 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.c:
6826 Likewise.
6827 * sysdeps/generic/math_private_calls.h
6828 [!__MATH_DECLARING_LONG_DOUBLE || !NO_LONG_DOUBLE] (__copysign):
6829 Do not declare and define as an inline function.
6830 * math/divtc3.c (__divtc3): Use copysign functions instead of
6831 __copysign variants.
6832 * math/multc3.c (__multc3): Likewise.
6833 * sysdeps/generic/math-type-macros.h (M_COPYSIGN): Likewise.
6834 * sysdeps/ieee754/dbl-64/e_atan2.c (signArctan2): Likewise.
6835 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
6836 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
6837 Likewise.
6838 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
6839 (__ieee754_yn): Likewise.
6840 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
6841 * sysdeps/ieee754/dbl-64/s_atan.c (__signArctan): Likewise.
6842 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
6843 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
6844 * sysdeps/ieee754/dbl-64/s_sin.c (do_sin): Likewise.
6845 (__sin): Likewise.
6846 * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Likewise.
6847 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
6848 Likewise.
6849 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
6850 Likewise.
6851 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
6852 Likewise.
6853 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
6854 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
6855 Likewise.
6856 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
6857 (__ieee754_ynf): Likewise.
6858 * sysdeps/ieee754/flt-32/s_asinhf.c (__asinhf): Likewise.
6859 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
6860 * sysdeps/ieee754/k_standard.c (__kernel_standard): Likewise.
6861 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
6862 Likewise.
6863 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
6864 (__ieee754_ynl): Likewise.
6865 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
6866 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
6867 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
6868 Likewise.
6869 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
6870 (__ieee754_ynl): Likewise.
6871 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Likewise.
6872 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
6873 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
6874 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
6875 Likewise.
6876 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
6877 (__ieee754_ynl)
6878 * sysdeps/ieee754/ldbl-96/s_asinhl.c (__asinhl): Likewise.
6879 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
6880 * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c (copysignl): Likewise.
6881 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Likewise.
6882 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
6883
6884 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
6885 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (round): Redirect
6886 using MATH_REDIRECT.
6887 * sysdeps/aarch64/fpu/s_round.c: Define NO_MATH_REDIRECT before
6888 header inclusion.
6889 * sysdeps/aarch64/fpu/s_roundf.c: Likewise.
6890 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
6891 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
6892 * sysdeps/ieee754/float128/s_roundf128.c: Likewise.
6893 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
6894 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
6895 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
6896 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: Likewise.
6897 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: Likewise.
6898 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: Likewise.
6899 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: Likewise.
6900 * sysdeps/riscv/rv64/rvd/s_round.c: Likewise.
6901 * sysdeps/riscv/rvf/s_roundf.c: Likewise.
6902 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
6903 (round): Redirect to __round.
6904 (__roundl): Call round instead of __round.
6905 * sysdeps/powerpc/fpu/math_private.h [_ARCH_PWR5X] (__round):
6906 Remove macro.
6907 [_ARCH_PWR5X] (__roundf): Likewise.
6908 * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Use round
6909 functions instead of __round variants.
6910 * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Likewise.
6911 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive):
6912 Likewise.
6913 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive):
6914 Likewise.
6915 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive):
6916 Likewise.
6917 * sysdeps/x86/fpu/powl_helper.c (__powl_helper): Likewise.
6918 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lroundl): Redirect to
6919 __lroundl.
6920 (__ieee754_expl): Call roundl instead of __roundl.
6921
6922 2018-09-27 Andreas Schwab <schwab@suse.de>
6923
6924 [BZ #23717]
6925 * stdlib/tst-setcontext9.c (f1a): Make st2 static.
6926 (do_test): Make st1 static.
6927
6928 2018-09-26 Andreas Schwab <schwab@suse.de>
6929
6930 [BZ #23707]
6931 * sysdeps/powerpc/powerpc32/dl-start.S: Add unwind information.
6932 * elf/Makefile (tests): Add tst-unwind-ctor.
6933 (modules-names): Add tst-unwind-ctor-lib.
6934 ($(objpfx)tst-unwind-ctor): Depend on
6935 $(objpfx)tst-unwind-ctor-lib.so.
6936
6937 2018-09-26 Joseph Myers <joseph@codesourcery.com>
6938
6939 * sysdeps/unix/sysv/linux/bits/mman-map-flags-generic.h: New
6940 file. Most contents moved from ....
6941 * sysdeps/unix/sysv/linux/bits/mman.h: ... here. Move contents to
6942 and include <bits/mman-map-flags-generic.h>.
6943 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
6944 (sysdep_headers): Add bits/mman-map-flags-generic.h.
6945 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Include
6946 <bits/mman-map-flags-generic.h>.
6947 [__USE_MISC] (MAP_GROWSUP): Only define this macro, not other
6948 macros defined in <bits/mman-map-flags-generic.h>.
6949 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Include
6950 <bits/mman-map-flags-generic.h>.
6951 [__USE_MISC] (MAP_32BIT): Only define this macro, not other macros
6952 defined in <bits/mman-map-flags-generic.h>.
6953
6954 2018-09-26 Andreas Schwab <schwab@suse.de>
6955
6956 * Makefile ($(common-objpfx)testrun.sh): Remove leading space from
6957 output.
6958
6959 2018-09-25 Adam J. Richte <adam_richter2004@yahoo.com>
6960 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6961 Fangrui Song <maskray@google.com>
6962
6963 [BZ #20480]
6964 * config.make.in (have-textrel_ifunc): New define.
6965 * configure.ac: Add check if linker supports textrel relocation with
6966 ifunc.
6967 * elf/Makefile [have-textrel_ifunc == yes] (ifunc-pie-tests): Add
6968 tst-ifunc-textrel.
6969 (CFLAGS-tst-ifunc-textrel.c): New rule.
6970 * elf/dl-reloc.c (_dl_relocate_object): Use all required flags on
6971 DT_TEXTREL segments, not only PROT_READ and PROT_WRITE.
6972 * elf/tst-ifunc-textrel.c: New file.
6973
6974 2018-09-25 Joseph Myers <joseph@codesourcery.com>
6975
6976 * sysdeps/unix/sysv/linux/sys/procfs.h: Include
6977 <bits/procfs-prregset.h>.
6978 (prgregset_t): Define using __prgregset_t.
6979 (prfpregset_t): Define using __prfpregset_t.
6980 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
6981 (sysdep_headers): Add bits/procfs-prregset.h.
6982 * sysdeps/unix/sysv/linux/bits/procfs-prregset.h: New file.
6983 * sysdeps/unix/sysv/linux/alpha/bits/procfs-prregset.h: Likewise.
6984 * sysdeps/unix/sysv/linux/alpha/bits/procfs.h: Likewise.
6985 * sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Remove file.
6986
6987 * sysdeps/unix/sysv/linux/sys/procfs.h: Include
6988 <bits/procfs-id.h> and <bits/procfs-extra.h>.
6989 (struct elf_prpsinfo): Use __pr_uid_t and __pr_gid_t as types of
6990 pr_uid and pr_gid.
6991 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
6992 (sysdep_headers): Add bits/procfs-id.h and bits/procfs-extra.h.
6993 * sysdeps/unix/sysv/linux/bits/procfs-extra.h: New file.
6994 * sysdeps/unix/sysv/linux/bits/procfs-id.h: Likewise.
6995 * sysdeps/unix/sysv/linux/arm/bits/procfs-id.h: Likewise.
6996 * sysdeps/unix/sysv/linux/arm/bits/procfs.h: Likewise.
6997 * sysdeps/unix/sysv/linux/m68k/bits/procfs-id.h: Likewise.
6998 * sysdeps/unix/sysv/linux/m68k/bits/procfs.h: Likewise.
6999 * sysdeps/unix/sysv/linux/s390/bits/procfs-extra.h: Likewise.
7000 * sysdeps/unix/sysv/linux/s390/bits/procfs-id.h: Likewise.
7001 * sysdeps/unix/sysv/linux/s390/bits/procfs.h: Likewise.
7002 * sysdeps/unix/sysv/linux/sh/bits/procfs-id.h: Likewise.
7003 * sysdeps/unix/sysv/linux/sh/bits/procfs.h: Likewise.
7004 * sysdeps/unix/sysv/linux/sparc/bits/procfs-extra.h: Likewise.
7005 * sysdeps/unix/sysv/linux/sparc/bits/procfs-id.h: Likewise.
7006 * sysdeps/unix/sysv/linux/sparc/bits/procfs.h: Likewise.
7007 * sysdeps/unix/sysv/linux/x86/bits/procfs-id.h: Likewise.
7008 * sysdeps/unix/sysv/linux/x86/bits/procfs.h: Likewise.
7009 * sysdeps/unix/sysv/linux/arm/sys/procfs.h: Remove file.
7010 * sysdeps/unix/sysv/linux/m68k/sys/procfs.h: Likewise.
7011 * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Likewise.
7012 * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Likewise.
7013 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
7014 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: Likewise.
7015
7016 * sysdeps/unix/sysv/linux/sys/procfs.h: Replace with file based on
7017 AArch64 version. Include <bits/procfs.h>.
7018 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
7019 (sysdep_headers): Add bits/procfs.h.
7020 * sysdeps/unix/sysv/linux/bits/procfs.h: New file.
7021 * sysdeps/unix/sysv/linux/aarch64/bits/procfs.h: Likewise.
7022 * sysdeps/unix/sysv/linux/hppa/bits/procfs.h: Likewise.
7023 * sysdeps/unix/sysv/linux/ia64/bits/procfs.h: Likewise.
7024 * sysdeps/unix/sysv/linux/microblaze/bits/procfs.h: Likewise.
7025 * sysdeps/unix/sysv/linux/mips/bits/procfs.h: Likewise.
7026 * sysdeps/unix/sysv/linux/nios2/bits/procfs.h: Likewise.
7027 * sysdeps/unix/sysv/linux/powerpc/bits/procfs.h: Likewise.
7028 * sysdeps/unix/sysv/linux/riscv/bits/procfs.h: Likewise.
7029 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove file.
7030 * sysdeps/unix/sysv/linux/hppa/sys/procfs.h: Likewise.
7031 * sysdeps/unix/sysv/linux/ia64/sys/procfs.h: Likewise.
7032 * sysdeps/unix/sysv/linux/microblaze/sys/procfs.h: Likewise.
7033 * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
7034 * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: Likewise.
7035 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
7036 * sysdeps/unix/sysv/linux/riscv/sys/procfs.h: Likewise.
7037
7038 2018-09-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
7039
7040 * posix/tst-spawn.c (do_prepare, handle_restart, do_test):
7041 Use libsupport.
7042
7043 2018-09-25 Arjun Shankar <arjun@redhat.com>
7044
7045 * iconv/gconv_int.h (__gconv_path_elem): Remove.
7046 (__gconv_max_path_elem_len): Likewise.
7047 (__gconv_nmodules): Likewise.
7048 (__gconv_get_path): Likewise.
7049 (path_elem): Move to ...
7050 * iconv/gconv_conf.c: ... here.
7051 (__gconv_get_path): Mark function static.
7052 * iconv/gconv_int.h (GCONV_NCHAR_GOAL): Move to ...
7053 * iconv/gconv_open.c: ... here.
7054
7055 2018-09-24 Andreas Schwab <schwab@suse.de>
7056
7057 * scripts/haveversions.awk: New file.
7058 * Makerules ($(common-objpfx)Versions.def)
7059 ($(common-objpfx)Versions.all, $(common-objpfx)Versions.v.i)
7060 ($(common-objpfx)sysd-versions, $(common-objpfx)versions.stmp):
7061 Move rules ...
7062 * Makeconfig ($(common-objpfx)Versions.def)
7063 ($(common-objpfx)Versions.all, $(common-objpfx)Versions.v.i)
7064 ($(common-objpfx)sysd-versions, $(common-objpfx)versions.stmp):
7065 ... here.
7066 ($(common-objpfx)Versions.mk): New rule. Include it.
7067 * nis/Makefile [!have-GLIBC_2.28]: Don't build any targets.
7068 Emit error if build-obsolete-nsl = yes.
7069 * manual/install.texi (Configuring and compiling): Describe
7070 --enable-obsolete-nsl as unavaiable after version 2.28.
7071 * INSTALL: Regenerate.
7072
7073 2018-09-21 Adhemerval Zanella <adhemerval.zanella@linaro.org>
7074
7075 * NEWS: Add note about new TLE support on powerpc64le.
7076 * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Remove.
7077 * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Rename tm_capable to
7078 __ununsed1.
7079 (TLS_INIT_TP, TLS_DEFINE_INIT_TP): Remove tm_capable setup.
7080 (THREAD_GET_TM_CAPABLE, THREAD_SET_TM_CAPABLE): Remove macros.
7081 * sysdeps/powerpc/powerpc32/sysdep.h,
7082 sysdeps/powerpc/powerpc64/sysdep.h (ABORT_TRANSACTION_IMPL,
7083 ABORT_TRANSACTION): Remove macros.
7084 * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): Likewise.
7085 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init): Set
7086 __pthread_force_elision iff PPC_FEATURE2_HTM_NOSC is set.
7087 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h,
7088 sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
7089 sysdeps/unix/sysv/linux/powerpc/syscall.S (ABORT_TRANSACTION): Remove
7090 usage.
7091 * sysdeps/unix/sysv/linux/powerpc/not-errno.h: Remove file.
7092
7093 2018-09-21 Rafal Luzynski <digitalfreak@lingonborough.com>
7094
7095 [BZ #10425]
7096 * localedata/locales/it_IT (d_t_fmt): Use "%a %-d %b %Y, %T".
7097 (date_fmt): Use "%a %-d %b %Y, %T, %Z".
7098 * localedata/locales/it_CH (d_t_fmt): Use "%a %-d %b %Y, %T"
7099 which is the same as in it_IT.
7100 (d_fmt): Use "%d.%m.%Y" which is the same as in de_CH.
7101 (date_fmt): Use "%a %-d %b %Y, %T, %Z" which is the same as in it_IT.
7102
7103 2018-09-20 Joseph Myers <joseph@codesourcery.com>
7104
7105 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
7106 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (trunc): Redirect
7107 using MATH_REDIRECT.
7108 * sysdeps/aarch64/fpu/s_trunc.c: Define NO_MATH_REDIRECT before
7109 header inclusion.
7110 * sysdeps/aarch64/fpu/s_truncf.c: Likewise.
7111 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
7112 * sysdeps/ieee754/float128/s_truncf128.c: Likewise.
7113 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
7114 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
7115 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
7116 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: Likewise.
7117 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: Likewise.
7118 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: Likewise.
7119 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: Likewise.
7120 * sysdeps/riscv/rv64/rvd/s_trunc.c: Likewise.
7121 * sysdeps/riscv/rvf/s_truncf.c: Likewise.
7122 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.c: Likewise.
7123 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.c: Likewise.
7124 * sysdeps/x86_64/fpu/multiarch/s_trunc.c: Likewise.
7125 * sysdeps/x86_64/fpu/multiarch/s_truncf.c: Likewise.
7126 * sysdeps/m68k/m680x0/fpu/s_trunc_template.c: Likewise.
7127 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
7128 (ceil): Redirect to __ceil.
7129 (floor): Redirect to __floor.
7130 (trunc): Redirect to __trunc.
7131 (__truncl): Call trunc instead of __trunc.
7132 * sysdeps/powerpc/fpu/math_private.h [_ARCH_PWR5X] (__trunc):
7133 Remove macro.
7134 [_ARCH_PWR5X] (__truncf): Likewise.
7135 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Use
7136 trunc functions instead of __trunc variants.
7137 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
7138 Likewise.
7139 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
7140 Likewise.
7141 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
7142 Likewise.
7143 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
7144 Likewise.
7145
7146 * sysdeps/x86/cpu-features.h [__geode__ || __k6__]: Handle like
7147 [__i586__ || __pentium__].
7148 [__i486__]: Handle explicitly.
7149 (HAS_CPUID): Define to 1 if above macros are undefined.
7150 (HAS_I586): Likewise.
7151 (HAS_I686): Likewise.
7152
7153 2018-09-20 Florian Weimer <fweimer@redhat.com>
7154
7155 * misc/tst-gethostid.c: New file.
7156 * misc/Makefile [$(build-shared)] (tests): Add tst-gethostid.
7157 (tst-gethostid): Link with -ldl.
7158
7159 2018-09-20 Mingli Yu <Mingli.Yu@windriver.com>
7160
7161 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Check for NULL
7162 value from gethostbyname_r.
7163
7164 2018-09-19 Carlos O'Donell <carlos@redhat.com>
7165
7166 * stdlib/tst-setcontext9.c (f1): Rename to...
7167 (f1a): ... this.
7168 (f1b): New function implementing lower half of f1 in alternate stack.
7169
7170 2018-09-19 Paul Eggert <eggert@cs.ucla.edu>
7171
7172 Fix mktime localtime offset confusion
7173 [BZ #23603]
7174 * include/time.h (__mktime_internal): The localtime offset is now
7175 of type long int instead of time_t. This is the longstanding type
7176 in glibc, and it is more than enough to represent difference
7177 between localtime and gmtime even if it is 32 bits and time_t is
7178 64. Changing it now will let us avoid an unnecessary change when
7179 time_t is widened to 64 bits on 32-bit platforms.
7180 * time/mktime-internal.h (mktime_offset_t): Now long int.
7181
7182 Merge mktime, timegm from upstream Gnulib
7183 [BZ #23603][BZ #16346]
7184 This fixes some obscure problems with integer overflow.
7185 Although it looks scary, it is almost all a byte-for-byte copy
7186 from Gnulib, and the Gnulib code has been tested reasonably well.
7187 * include/intprops.h: New file, copied from Gnulib.
7188 * include/verify.h, time/mktime-internal.h:
7189 New tiny files, simplified from Gnulib.
7190 * time/mktime.c: Copy from Gnulib. This has the following changes:
7191 Do not include config.h if DEBUG_MKTIME is nonzero.
7192 Include stdbool.h, intprops.h, verify.h.
7193 Include string.h only if needed.
7194 Include stdlib.h on MS-Windows.
7195 Include mktime-internal.h.
7196 (DEBUG_MKTIME): Default to 0, and simplify later uses.
7197 (NEED_MKTIME_INTERNAL, NEED_MKTIME_WINDOWS)
7198 (NEED_MKTIME_WORKING): Give default values to pacify -Wundef,
7199 which glibc uses. Default NEED_MKTIME_WORKING to DEBUG_MKTIME, to
7200 simplify later conditionals; default the others to zero. Use
7201 these conditionals to express only the code needed on the current
7202 platform. In uses of these conditionals, explicitly spell out how
7203 _LIBC affects things, so it’s easier to review from a glibc
7204 viewpoint.
7205 (WRAPV): Remove; no longer needed now that we have
7206 systematic overflow checking.
7207 (my_tzset, __tzset) [!_LIBC]: New function and macro, to better
7208 compartmentalize tzset issues. Move system-dependent tzsettish
7209 code here from mktime.
7210 (verify): Remove; now done by verify.h. All uses changed.
7211 (long_int): Use a more-conservative definition, to avoid
7212 integer overflow.
7213 (SHR): Remove, replacing with ...
7214 (shr): New function, which means we needn’t worry about side
7215 effects in args, and conversion analysis is simpler.
7216 (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT, TYPE_SIGNED, TYPE_MINIMUM)
7217 (TYPE_MAXIMUM, TIME_T_MIN, TIME_T_MAX, TIME_T_MIDPOINT)
7218 (time_t_avg, time_t_add_ok): Remove.
7219 (mktime_min, mktime_max): New constants.
7220 (leapyear, isdst_differ): Use bool for booleans.
7221 (ydhms_diff, guess_time_tm, ranged_convert, __mktime_internal):
7222 Use long_int, not time_t, for mktime differences.
7223 (long_int_avg): New function, replacing time_t_avg.
7224 INT_ADD_WRAPV replaces time_t_add_ok.
7225 (guess_time_tm): 6th arg is now long_int, not time_t const *.
7226 All uses changed.
7227 (convert_time): New function.
7228 (ranged_convert): Use it.
7229 (__mktime_internal): Last arg now points to mktime_offset_t, not
7230 time_t. All uses changed. This is a no-op on glibc, where
7231 mktime_offset_t is always time_t. Use int, not time_t, for UTC
7232 offset guess. Directly check for integer overflow instead of
7233 using a heuristic that works only 99.9...% of the time.
7234 Access *OFFSET only once, to avoid an unlikely race if the
7235 compiler delays a load and if this cascades into a signed integer
7236 overflow.
7237 (mktime): Move tzsettish code to my_tzset, and move
7238 localtime_offset to within mktime so that it doesn’t
7239 need a separate ifdef.
7240 (main) [DEBUG_MKTIME]: Speed up by using localtime_r
7241 instead of localtime.
7242 * time/timegm.c: Copy from Gnulib. This has the following changes:
7243 Include mktime-internal.h.
7244 [!_LIBC]: Include config.h and time.h. Do not include
7245 timegm.h or time_r.h. Make __mktime_internal a macro,
7246 and include mktime-internal.h to get its declaration.
7247 (timegm): Temporary is now mktime_offset_t, not time_t.
7248 This affects only Gnulib.
7249
7250 2018-09-19 Wilco Dijkstra <wdijkstr@arm.com>
7251
7252 [BZ #23637]
7253 * string/test-strstr.c (pr23637): New function.
7254 (test_main): Add tests with longer needles.
7255 * string/strcasestr.c (AVAILABLE): Fix readahead distance.
7256 * string/strstr.c (AVAILABLE): Likewise.
7257
7258 2018-09-19 Szabolcs Nagy <szabolcs.nagy@arm.com>
7259
7260 * sysdeps/ieee754/flt-32/e_powf.c (checkint): Fix documentation.
7261
7262 2018-09-19 Szabolcs Nagy <szabolcs.nagy@arm.com>
7263
7264 * NEWS: Mention pow improvements.
7265 * math/Makefile (type-double-routines): Add e_pow_log_data.
7266 * sysdeps/generic/math_private.h (__exp1): Remove.
7267 * sysdeps/i386/fpu/e_pow_log_data.c: New file.
7268 * sysdeps/ia64/fpu/e_pow_log_data.c: New file.
7269 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Allow fma
7270 contraction.
7271 * sysdeps/ieee754/dbl-64/e_exp.c (__exp1): Remove.
7272 (exp_inline): Remove.
7273 (__ieee754_exp): Only single double input is handled.
7274 * sysdeps/ieee754/dbl-64/e_pow.c: Rewrite.
7275 * sysdeps/ieee754/dbl-64/e_pow_log_data.c: New file.
7276 * sysdeps/ieee754/dbl-64/math_config.h (issignaling_inline): Define.
7277 (__pow_log_data): Define.
7278 * sysdeps/ieee754/dbl-64/upow.h: Remove.
7279 * sysdeps/ieee754/dbl-64/upow.tbl: Remove.
7280 * sysdeps/m68k/m680x0/fpu/e_pow_log_data.c: New file.
7281 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-e_pow-fma.c): Allow fma
7282 contraction.
7283 (CFLAGS-e_pow-fma4.c): Likewise.
7284
7285 2018-09-18 Paul Eggert <eggert@cs.ucla.edu>
7286
7287 Simplify tzfile fstat failure code
7288 [BZ #21716]
7289 * time/tzfile.c (__tzfile_read): Simplify slightly.
7290
7291 Fix tzfile low-memory assertion failure
7292 [BZ #21716]
7293 * time/tzfile.c (__tzfile_read): Check for memory exhaustion
7294 when registering time zone abbreviations.
7295
7296 2018-09-18 Joseph Myers <joseph@codesourcery.com>
7297
7298 * sysdeps/unix/sysv/linux/bits/mman.h: New file.
7299 * sysdeps/unix/sysv/linux/aarch64/bits/mman.h: Remove.
7300 * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
7301 * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
7302 * sysdeps/unix/sysv/linux/microblaze/bits/mman.h: Likewise.
7303 * sysdeps/unix/sysv/linux/nios2/bits/mman.h: Likewise.
7304 * sysdeps/unix/sysv/linux/riscv/bits/mman.h: Likewise.
7305 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
7306 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
7307
7308 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c (ceil): Redirect to
7309 __ceil.
7310 (__ceill): Call ceil instead of __ceil.
7311 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c (floor): Redirect to
7312 __floor.
7313 (__floorl): Call floor instead of __floor.
7314
7315 2018-09-17 Joseph Myers <joseph@codesourcery.com>
7316
7317 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
7318 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (ceil): Redirect
7319 using MATH_REDIRECT.
7320 * sysdeps/aarch64/fpu/s_ceil.c: Define NO_MATH_REDIRECT before
7321 header inclusion.
7322 * sysdeps/aarch64/fpu/s_ceilf.c: Likewise.
7323 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
7324 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
7325 * sysdeps/ieee754/float128/s_ceilf128.c: Likewise.
7326 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
7327 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
7328 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
7329 * sysdeps/m68k/m680x0/fpu/s_ceil_template.c: Likewise.
7330 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: Likewise.
7331 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: Likewise.
7332 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: Likewise.
7333 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: Likewise.
7334 * sysdeps/riscv/rv64/rvd/s_ceil.c: Likewise.
7335 * sysdeps/riscv/rvf/s_ceilf.c: Likewise.
7336 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.c: Likewise.
7337 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.c: Likewise.
7338 * sysdeps/x86_64/fpu/multiarch/s_ceil.c: Likewise.
7339 * sysdeps/x86_64/fpu/multiarch/s_ceilf.c: Likewise.
7340 * sysdeps/powerpc/fpu/math_private.h [_ARCH_PWR5X] (__ceil):
7341 Remove macro.
7342 * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Use ceil
7343 functions instead of __ceil variants.
7344 * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Likewise.
7345 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive):
7346 Likewise.
7347 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive):
7348 Likewise.
7349 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c (__truncl): Likewise.
7350 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive):
7351 Likewise.
7352 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Likewise.
7353 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
7354
7355 [BZ #21286]
7356 * sysdeps/unix/sysv/linux/bits/siginfo-consts.h (SI_DETHREAD): New
7357 constant.
7358 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (ILL_BADIADDR): Likewise.
7359 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (FPE_FLTUNK): Likewise.
7360 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (FPE_CONDTRAP): Likewise.
7361 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (SEGV_ACCADI): Likewise.
7362 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (SEGV_ADIDERR): Likewise.
7363 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (SEGV_ADIPERR): Likewise.
7364 [__USE_XOPEN_EXTENDED] (TRAP_BRANCH): Likewise.
7365 [__USE_XOPEN_EXTENDED] (TRAP_HWBKPT): Likewise.
7366 [__USE_XOPEN_EXTENDED] (TRAP_UNK): Likweise.
7367 * sysdeps/unix/sysv/linux/ia64/bits/siginfo-consts-arch.h
7368 (ILL_BADIADDR): Remove constant.
7369 (TRAP_BRANCH): Likewise.
7370 (TRAP_HWBKPT): Likewise.
7371
7372 2018-09-14 Joseph Myers <joseph@codesourcery.com>
7373
7374 [BZ #23656]
7375 * sysdeps/unix/sysv/linux/mips/sys/procfs.h (struct elf_prstatus):
7376 Remove [_MIPS_SIM = _ABIN32] conditional case.
7377 (struct elf_prpsinfo): Likewise.
7378
7379 [BZ #23649]
7380 * sysdeps/unix/sysv/linux/microblaze/sys/procfs.h (struct
7381 elf_prpsinfo): Use unsigned int for pr_uid and pr_gid.
7382 * sysdeps/unix/sysv/linux/mips/sys/procfs.h (struct elf_prpsinfo):
7383 Likewise.
7384 * sysdeps/unix/sysv/linux/nios2/sys/procfs.h (struct
7385 elf_prpsinfo): Likewise.
7386 * sysdeps/unix/sysv/linux/riscv/sys/procfs.h (struct
7387 elf_prpsinfo): Likewise.
7388 * sysdeps/unix/sysv/linux/sys/procfs.h (struct elf_prpsinfo):
7389 Likewise.
7390
7391 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
7392 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (rint): Redirect
7393 using MATH_REDIRECT.
7394 * sysdeps/aarch64/fpu/s_rint.c: Define NO_MATH_REDIRECT before
7395 header inclusion.
7396 * sysdeps/aarch64/fpu/s_rintf.c: Likewise.
7397 * sysdeps/alpha/fpu/s_rint.c: Likewise.
7398 * sysdeps/alpha/fpu/s_rintf.c: Likewise.
7399 * sysdeps/i386/fpu/s_rintl.c: Likewise.
7400 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
7401 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
7402 * sysdeps/ieee754/float128/s_rintf128.c: Likewise.
7403 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
7404 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
7405 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
7406 * sysdeps/m68k/coldfire/fpu/s_rint.c: Likewise.
7407 * sysdeps/m68k/coldfire/fpu/s_rintf.c: Likewise.
7408 * sysdeps/m68k/m680x0/fpu/s_rint.c: Likewise.
7409 * sysdeps/m68k/m680x0/fpu/s_rintf.c: Likewise.
7410 * sysdeps/m68k/m680x0/fpu/s_rintl.c: Likewise.
7411 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
7412 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
7413 * sysdeps/riscv/rv64/rvd/s_rint.c: Likewise.
7414 * sysdeps/riscv/rvf/s_rintf.c: Likewise.
7415 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.c: Likewise.
7416 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.c: Likewise.
7417 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.c: Likewise.
7418 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.c: Likewise.
7419 * sysdeps/x86_64/fpu/multiarch/s_rint.c: Likewise.
7420 * sysdeps/x86_64/fpu/multiarch/s_rintf.c: Likewise.
7421 * sysdeps/x86_64/fpu/math_private.h: Remove file.
7422 * math/e_scalb.c (invalid_fn): Use rint functions instead of
7423 __rint variants.
7424 * math/e_scalbf.c (invalid_fn): Likewise.
7425 * math/e_scalbl.c (invalid_fn): Likewise.
7426 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
7427 Likewise.
7428 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
7429 Likewise.
7430 * sysdeps/ieee754/k_standard.c (__kernel_standard): Likewise.
7431 * sysdeps/ieee754/k_standardl.c (__kernel_standard_l): Likewise.
7432 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
7433 Likewise.
7434 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
7435 Likewise.
7436 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
7437 Likewise.
7438 * sysdeps/powerpc/powerpc32/fpu/s_llrint.c (__llrint): Likewise.
7439 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c (__llrintf): Likewise.
7440
7441 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
7442 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (MATH_REDIRECT):
7443 New macro.
7444 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
7445 && !NO_MATH_REDIRECT] (MATH_REDIRECT_LDBL): Likewise.
7446 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
7447 && !NO_MATH_REDIRECT] (MATH_REDIRECT_F128): Likewise.
7448 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
7449 && !NO_MATH_REDIRECT] (MATH_REDIRECT_UNARY_ARGS): Likewise.
7450 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
7451 && !NO_MATH_REDIRECT] (sqrt): Redirect using MATH_REDIRECT.
7452 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
7453 && !NO_MATH_REDIRECT] (floor): Likewise.
7454 * sysdeps/aarch64/fpu/s_floor.c: Define NO_MATH_REDIRECT before
7455 header inclusion.
7456 * sysdeps/aarch64/fpu/s_floorf.c: Likewise.
7457 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
7458 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
7459 * sysdeps/ieee754/float128/s_floorf128.c: Likewise.
7460 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
7461 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
7462 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
7463 * sysdeps/m68k/m680x0/fpu/s_floor_template.c: Likewise.
7464 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: Likewise.
7465 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: Likewise.
7466 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: Likewise.
7467 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: Likewise.
7468 * sysdeps/riscv/rv64/rvd/s_floor.c: Likewise.
7469 * sysdeps/riscv/rvf/s_floorf.c: Likewise.
7470 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.c: Likewise.
7471 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.c: Likewise.
7472 * sysdeps/x86_64/fpu/multiarch/s_floor.c: Likewise.
7473 * sysdeps/x86_64/fpu/multiarch/s_floorf.c: Likewise.
7474 * sysdeps/powerpc/fpu/math_private.h [_ARCH_PWR5X] (__floor):
7475 Remove macro.
7476 [_ARCH_PWR5X] (__floorf): Likewise.
7477 * sysdeps/x86_64/fpu/math_private.h [__SSE4_1__] (__floor): Remove
7478 inline function.
7479 [__SSE4_1__] (__floorf): Likewise.
7480 * math/w_lgamma_main.c (LGFUNC (__lgamma)): Use floor functions
7481 instead of __floor variants.
7482 * math/w_lgamma_r_compat.c (__lgamma_r): Likewise.
7483 * math/w_lgammaf_main.c (LGFUNC (__lgammaf)): Likewise.
7484 * math/w_lgammaf_r_compat.c (__lgammaf_r): Likewise.
7485 * math/w_lgammal_main.c (LGFUNC (__lgammal)): Likewise.
7486 * math/w_lgammal_r_compat.c (__lgammal_r): Likewise.
7487 * math/w_tgamma_compat.c (__tgamma): Likewise.
7488 * math/w_tgamma_template.c (M_DECL_FUNC (__tgamma)): Likewise.
7489 * math/w_tgammaf_compat.c (__tgammaf): Likewise.
7490 * math/w_tgammal_compat.c (__tgammal): Likewise.
7491 * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Likewise.
7492 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2):
7493 Likewise.
7494 * sysdeps/ieee754/dbl-64/lgamma_neg.c (__lgamma_neg): Likewise.
7495 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (sin_pif): Likewise.
7496 * sysdeps/ieee754/flt-32/lgamma_negf.c (__lgamma_negf): Likewise.
7497 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
7498 Likewise.
7499 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
7500 * sysdeps/ieee754/ldbl-128/lgamma_negl.c (__lgamma_negl):
7501 Likewise.
7502 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Likewise.
7503 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c (__ieee754_lgammal_r):
7504 Likewise.
7505 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
7506 * sysdeps/ieee754/ldbl-128ibm/lgamma_negl.c (__lgamma_negl):
7507 Likewise.
7508 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
7509 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c (__truncl): Likewise.
7510 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Likewise.
7511 * sysdeps/ieee754/ldbl-96/lgamma_negl.c (__lgamma_negl): Likewise.
7512 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Likewise.
7513 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
7514
7515 2018-09-12 Joseph Myers <joseph@codesourcery.com>
7516
7517 * elf/Makefile (modules-names-tests): New variable.
7518
7519 2018-09-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
7520
7521 * NEWS: Mention log2 improvements.
7522 * math/Makefile (type-double-routines): Add e_log2_data.
7523 * sysdeps/i386/fpu/e_log2_data.c: New file.
7524 * sysdeps/ia64/fpu/e_log2_data.c: New file.
7525 * sysdeps/ieee754/dbl-64/e_log2.c: Rewrite.
7526 * sysdeps/ieee754/dbl-64/e_log2_data.c: New file.
7527 * sysdeps/ieee754/dbl-64/math_config.h (__log2_data): Add.
7528 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: Remove.
7529 * sysdeps/m68k/m680x0/fpu/e_log2_data.c: New file.
7530
7531 2018-09-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
7532
7533 * NEWS: Mention log improvement.
7534 * math/Makefile (type-double-routines): Add e_log_data.
7535 * sysdeps/i386/fpu/e_log_data.c: New file.
7536 * sysdeps/ia64/fpu/e_log_data.c: New file.
7537 * sysdeps/ieee754/dbl-64/e_log.c: Rewrite.
7538 * sysdeps/ieee754/dbl-64/e_log_data.c: New file.
7539 * sysdeps/ieee754/dbl-64/math_config.h (__log_data): Add.
7540 * sysdeps/ieee754/dbl-64/ulog.h: Remove.
7541 * sysdeps/ieee754/dbl-64/ulog.tbl: Remove.
7542 * sysdeps/m68k/m680x0/fpu/e_log_data.c: New file.
7543
7544 2018-09-12 H.J. Lu <hongjiu.lu@intel.com>
7545 Xuepeng Guo <xuepeng.guo@intel.com>
7546
7547 [BZ #23606]
7548 * sysdeps/i386/start.S: Include <sysdep.h>
7549 (_start): Use ENTRY/END to insert ENDBR32 at entry when CET is
7550 enabled. Add cfi_undefined (eip).
7551
7552 2018-09-11 Joseph Myers <joseph@codesourcery.com>
7553
7554 * sysdeps/x86_64/fpu/math_private.h (MOVD): Remove macro.
7555 (MOVQ): Likewise.
7556 (EXTRACT_WORDS64): Likewise.
7557 (INSERT_WORDS64): Likewise.
7558 (GET_FLOAT_WORD): Likewise.
7559 (SET_FLOAT_WORD): Likewise.
7560
7561 * scripts/build-many-glibcs.py (Context.__init__): Add full_gcc
7562 argument.
7563 (Config.build_gcc): Use --disable-libsanitizer for first GCC
7564 build, but not for second build if --full-gcc. Use
7565 --enable-languages=all for second build if --full-gcc.
7566 (get_parser): Add --full-gcc option.
7567 (main): Update call to Context.
7568
7569 2018-09-10 Rafal Luzynski <digitalfreak@lingonborough.com>
7570
7571 [BZ #10797]
7572 * localedata/locales/de_CH (mon_thousands_sep): Use "<U2019>" (Right
7573 Single Quotation Mark).
7574 (thousands_sep): Likewise.
7575 * localedata/locales/it_CH (LC_NUMERIC): Use “copy "de_CH"”.
7576 * localedata/locales/it_IT (thousands_sep): Use ".".
7577 (grouping): Use "3;3".
7578
7579 2018-09-10 Joseph Myers <joseph@codesourcery.com>
7580
7581 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
7582 x86_64 and i686 configs using --enable-obsolete-rpc
7583 --enable-obsolete-nsl.
7584
7585 2018-09-06 Stefan Liebler <stli@linux.ibm.com>
7586
7587 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
7588
7589 2018-09-06 Stefan Liebler <stli@linux.ibm.com>
7590
7591 * sysdeps/unix/sysv/linux/spawni.c (maybe_script_execute):
7592 Increment size of new_argv by one.
7593
7594 2018-09-05 Rafal Luzynski <digitalfreak@lingonborough.com>
7595
7596 [BZ #17426]
7597 * localedata/locales/anp_IN (d_fmt): Use "%-d//%-m//%y".
7598 * localedata/locales/ar_IN (d_fmt): Likewise.
7599 * localedata/locales/bhb_IN (d_fmt): Likewise.
7600 * localedata/locales/bho_IN (d_fmt): Likewise.
7601 * localedata/locales/bn_BD (d_fmt): Likewise.
7602 * localedata/locales/bn_IN (d_fmt): Likewise.
7603 * localedata/locales/doi_IN (d_fmt): Likewise.
7604 * localedata/locales/gu_IN (d_fmt): Likewise.
7605 * localedata/locales/hi_IN (d_fmt): Likewise.
7606 * localedata/locales/hne_IN (d_fmt): Likewise.
7607 * localedata/locales/kn_IN (d_fmt): Likewise.
7608 * localedata/locales/mag_IN (d_fmt): Likewise.
7609 * localedata/locales/mai_IN (d_fmt): Likewise.
7610 * localedata/locales/mjw_IN (d_fmt): Likewise.
7611 * localedata/locales/ml_IN (d_fmt): Likewise.
7612 * localedata/locales/mni_IN (d_fmt): Likewise.
7613 * localedata/locales/mr_IN (d_fmt): Likewise.
7614 * localedata/locales/pa_IN (d_fmt): Likewise.
7615 * localedata/locales/raj_IN (d_fmt): Likewise.
7616 * localedata/locales/sat_IN (d_fmt): Likewise.
7617 * localedata/locales/sd_IN (d_fmt): Likewise.
7618 * localedata/locales/sd_IN@devanagari (d_fmt): Likewise.
7619 * localedata/locales/ta_IN (d_fmt): Likewise.
7620 * localedata/locales/ta_LK (d_fmt): Likewise.
7621 * localedata/locales/tcy_IN (d_fmt): Likewise.
7622 * localedata/locales/ur_IN (d_fmt): Likewise.
7623
7624 * localedata/locales/brx_IN (d_fmt): Use "%-m//%-d//%y".
7625 * localedata/locales/ks_IN (d_fmt): Likewise.
7626 * localedata/locales/ks_IN@devanagari (d_fmt): Likewise.
7627
7628 * localedata/locales/kok_IN (d_fmt): Use "%-d-%-m-%y".
7629 * localedata/locales/ne_NP (d_fmt): Use "%y//%-m//%-d".
7630 * localedata/locales/sa_IN (d_fmt): Use "%-d-%m-%y".
7631 * localedata/locales/te_IN (d_fmt): Use "%d-%m-%y".
7632
7633 2018-09-05 Szabolcs Nagy <szabolcs.nagy@arm.com>
7634
7635 * NEWS: Mention exp and exp2 improvements.
7636 * math/Makefile (libm-support): Remove t_exp.
7637 (type-double-routines): Add math_err and e_exp_data.
7638 * sysdeps/aarch64/libm-test-ulps: Update.
7639 * sysdeps/arm/libm-test-ulps: Update.
7640 * sysdeps/i386/fpu/e_exp_data.c: New file.
7641 * sysdeps/i386/fpu/math_err.c: New file.
7642 * sysdeps/i386/fpu/t_exp.c: Remove.
7643 * sysdeps/ia64/fpu/e_exp_data.c: New file.
7644 * sysdeps/ia64/fpu/math_err.c: New file.
7645 * sysdeps/ia64/fpu/t_exp.c: Remove.
7646 * sysdeps/ieee754/dbl-64/e_exp.c: Rewrite.
7647 * sysdeps/ieee754/dbl-64/e_exp2.c: Rewrite.
7648 * sysdeps/ieee754/dbl-64/e_exp_data.c: New file.
7649 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Update error bound.
7650 * sysdeps/ieee754/dbl-64/eexp.tbl: Remove.
7651 * sysdeps/ieee754/dbl-64/math_config.h: New file.
7652 * sysdeps/ieee754/dbl-64/math_err.c: New file.
7653 * sysdeps/ieee754/dbl-64/t_exp.c: Remove.
7654 * sysdeps/ieee754/dbl-64/t_exp2.h: Remove.
7655 * sysdeps/ieee754/dbl-64/uexp.h: Remove.
7656 * sysdeps/ieee754/dbl-64/uexp.tbl: Remove.
7657 * sysdeps/m68k/m680x0/fpu/e_exp_data.c: New file.
7658 * sysdeps/m68k/m680x0/fpu/math_err.c: New file.
7659 * sysdeps/m68k/m680x0/fpu/t_exp.c: Remove.
7660 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7661 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7662
7663 2018-09-05 Joseph Myers <joseph@codesourcery.com>
7664
7665 * sysdeps/alpha/fpu/math_private.h: Remove.
7666
7667 * sysdeps/generic/math_private.h
7668 [__HAVE_DISTINCT_FLOAT128 && !__GNUC_PREREQ (7, 0)] (__isinff128):
7669 Move this inline function ....
7670 [__HAVE_DISTINCT_FLOAT128] (fabsf128): And this one ....
7671 * include/math.h [!_ISOMAC]: To here....
7672
7673 2018-09-04 Joseph Myers <joseph@codesourcery.com>
7674
7675 * sysdeps/generic/fenv_private.h [FE_ALL_EXCEPT == 0]: Move this
7676 code ....
7677 [!FE_HAVE_ROUNDING_MODES]: And this code ....
7678 * include/fenv.h [!_ISOMAC]: ... to here.
7679 * math/fraiseexcpt.c (__feraiseexcept): Undefine as macro.
7680 (feraiseexcept): Likewise.
7681 * math/fromfp.h: Do not include <fenv_private.h>.
7682 * math/s_cexp_template.c: Likewise.
7683 * math/s_csin_template.c: Likewise.
7684 * math/s_csinh_template.c: Likewise.
7685 * math/s_ctan_template.c: Likewise.
7686 * math/s_ctanh_template.c: Likewise.
7687 * math/s_iseqsig_template.c: Likewise.
7688 * math/w_acos_compat.c: Likewise.
7689 * math/w_acosf_compat.c: Likewise.
7690 * math/w_acosl_compat.c: Likewise.
7691 * math/w_asin_compat.c: Likewise.
7692 * math/w_asinf_compat.c: Likewise.
7693 * math/w_asinl_compat.c: Likewise.
7694 * math/w_j0_compat.c: Likewise.
7695 * math/w_j0f_compat.c: Likewise.
7696 * math/w_j0l_compat.c: Likewise.
7697 * math/w_j1_compat.c: Likewise.
7698 * math/w_j1f_compat.c: Likewise.
7699 * math/w_j1l_compat.c: Likewise.
7700 * math/w_jn_compat.c: Likewise.
7701 * math/w_jnf_compat.c: Likewise.
7702 * math/w_log10_compat.c: Likewise.
7703 * math/w_log10f_compat.c: Likewise.
7704 * math/w_log10l_compat.c: Likewise.
7705 * math/w_log2_compat.c: Likewise.
7706 * math/w_log2f_compat.c: Likewise.
7707 * math/w_log2l_compat.c: Likewise.
7708 * math/w_log_compat.c: Likewise.
7709 * math/w_logf_compat.c: Likewise.
7710 * math/w_logl_compat.c: Likewise.
7711 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
7712 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
7713 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
7714 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
7715 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
7716 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
7717 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
7718 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
7719 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
7720 * sysdeps/ieee754/k_standardl.c: Likewise.
7721 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
7722 * sysdeps/ieee754/ldbl-128/s_fmal.c: Likewise.
7723 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
7724 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
7725 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
7726 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
7727 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
7728 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
7729 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
7730 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
7731 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
7732 * sysdeps/ieee754/ldbl-96/s_fma.c: Likewise.
7733 * sysdeps/ieee754/ldbl-96/s_fmal.c: Likewise.
7734 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
7735 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
7736 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
7737 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
7738 * math/w_ilogb_template.c: Include <fenv.h> instead of
7739 <fenv_private.h>.
7740 * math/w_llogb_template.c: Likewise.
7741 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
7742 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
7743
7744 2018-09-03 Joseph Myers <joseph@codesourcery.com>
7745
7746 * sysdeps/generic/math_private.h: Do not include <fenv_private.h>.
7747 * math/fromfp.h: Include <fenv_private.h>.
7748 * math/math-narrow.h: Likewise.
7749 * math/s_cexp_template.c: Likewise.
7750 * math/s_csin_template.c: Likewise.
7751 * math/s_csinh_template.c: Likewise.
7752 * math/s_ctan_template.c: Likewise.
7753 * math/s_ctanh_template.c: Likewise.
7754 * math/s_iseqsig_template.c: Likewise.
7755 * math/w_acos_compat.c: Likewise.
7756 * math/w_acosf_compat.c: Likewise.
7757 * math/w_acosl_compat.c: Likewise.
7758 * math/w_asin_compat.c: Likewise.
7759 * math/w_asinf_compat.c: Likewise.
7760 * math/w_asinl_compat.c: Likewise.
7761 * math/w_ilogb_template.c: Likewise.
7762 * math/w_j0_compat.c: Likewise.
7763 * math/w_j0f_compat.c: Likewise.
7764 * math/w_j0l_compat.c: Likewise.
7765 * math/w_j1_compat.c: Likewise.
7766 * math/w_j1f_compat.c: Likewise.
7767 * math/w_j1l_compat.c: Likewise.
7768 * math/w_jn_compat.c: Likewise.
7769 * math/w_jnf_compat.c: Likewise.
7770 * math/w_llogb_template.c: Likewise.
7771 * math/w_log10_compat.c: Likewise.
7772 * math/w_log10f_compat.c: Likewise.
7773 * math/w_log10l_compat.c: Likewise.
7774 * math/w_log2_compat.c: Likewise.
7775 * math/w_log2f_compat.c: Likewise.
7776 * math/w_log2l_compat.c: Likewise.
7777 * math/w_log_compat.c: Likewise.
7778 * math/w_logf_compat.c: Likewise.
7779 * math/w_logl_compat.c: Likewise.
7780 * sysdeps/aarch64/fpu/feholdexcpt.c: Likewise.
7781 * sysdeps/aarch64/fpu/fesetround.c: Likewise.
7782 * sysdeps/aarch64/fpu/fgetexcptflg.c: Likewise.
7783 * sysdeps/aarch64/fpu/ftestexcept.c: Likewise.
7784 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
7785 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
7786 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
7787 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
7788 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
7789 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
7790 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
7791 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
7792 * sysdeps/ieee754/dbl-64/gamma_product.c: Likewise.
7793 * sysdeps/ieee754/dbl-64/lgamma_neg.c: Likewise.
7794 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
7795 * sysdeps/ieee754/dbl-64/s_fma.c: Likewise.
7796 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
7797 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
7798 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
7799 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
7800 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
7801 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
7802 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
7803 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
7804 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
7805 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
7806 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
7807 * sysdeps/ieee754/dbl-64/x2y2m1.c: Likewise.
7808 * sysdeps/ieee754/float128/float128_private.h: Likewise.
7809 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
7810 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
7811 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
7812 * sysdeps/ieee754/flt-32/lgamma_negf.c: Likewise.
7813 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
7814 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
7815 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
7816 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
7817 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
7818 * sysdeps/ieee754/k_standardl.c: Likewise.
7819 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
7820 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
7821 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
7822 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
7823 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
7824 * sysdeps/ieee754/ldbl-128/lgamma_negl.c: Likewise.
7825 * sysdeps/ieee754/ldbl-128/s_fmal.c: Likewise.
7826 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
7827 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
7828 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
7829 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
7830 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
7831 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
7832 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
7833 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
7834 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
7835 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
7836 * sysdeps/ieee754/ldbl-128ibm/lgamma_negl.c: Likewise.
7837 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
7838 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
7839 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
7840 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
7841 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
7842 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
7843 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
7844 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
7845 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
7846 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
7847 * sysdeps/ieee754/ldbl-96/lgamma_negl.c: Likewise.
7848 * sysdeps/ieee754/ldbl-96/s_fma.c: Likewise.
7849 * sysdeps/ieee754/ldbl-96/s_fmal.c: Likewise.
7850 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
7851 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
7852 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
7853 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
7854 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
7855 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
7856 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
7857 * sysdeps/riscv/rv64/rvd/s_ceil.c: Likewise.
7858 * sysdeps/riscv/rv64/rvd/s_floor.c: Likewise.
7859 * sysdeps/riscv/rv64/rvd/s_nearbyint.c: Likewise.
7860 * sysdeps/riscv/rv64/rvd/s_round.c: Likewise.
7861 * sysdeps/riscv/rv64/rvd/s_roundeven.c: Likewise.
7862 * sysdeps/riscv/rv64/rvd/s_trunc.c: Likewise.
7863 * sysdeps/riscv/rvd/s_finite.c: Likewise.
7864 * sysdeps/riscv/rvd/s_fmax.c: Likewise.
7865 * sysdeps/riscv/rvd/s_fmin.c: Likewise.
7866 * sysdeps/riscv/rvd/s_fpclassify.c: Likewise.
7867 * sysdeps/riscv/rvd/s_isinf.c: Likewise.
7868 * sysdeps/riscv/rvd/s_isnan.c: Likewise.
7869 * sysdeps/riscv/rvd/s_issignaling.c: Likewise.
7870 * sysdeps/riscv/rvf/fegetround.c: Likewise.
7871 * sysdeps/riscv/rvf/feholdexcpt.c: Likewise.
7872 * sysdeps/riscv/rvf/fesetenv.c: Likewise.
7873 * sysdeps/riscv/rvf/fesetround.c: Likewise.
7874 * sysdeps/riscv/rvf/feupdateenv.c: Likewise.
7875 * sysdeps/riscv/rvf/fgetexcptflg.c: Likewise.
7876 * sysdeps/riscv/rvf/ftestexcept.c: Likewise.
7877 * sysdeps/riscv/rvf/s_ceilf.c: Likewise.
7878 * sysdeps/riscv/rvf/s_finitef.c: Likewise.
7879 * sysdeps/riscv/rvf/s_floorf.c: Likewise.
7880 * sysdeps/riscv/rvf/s_fmaxf.c: Likewise.
7881 * sysdeps/riscv/rvf/s_fminf.c: Likewise.
7882 * sysdeps/riscv/rvf/s_fpclassifyf.c: Likewise.
7883 * sysdeps/riscv/rvf/s_isinff.c: Likewise.
7884 * sysdeps/riscv/rvf/s_isnanf.c: Likewise.
7885 * sysdeps/riscv/rvf/s_issignalingf.c: Likewise.
7886 * sysdeps/riscv/rvf/s_nearbyintf.c: Likewise.
7887 * sysdeps/riscv/rvf/s_roundevenf.c: Likewise.
7888 * sysdeps/riscv/rvf/s_roundf.c: Likewise.
7889 * sysdeps/riscv/rvf/s_truncf.c: Likewise.
7890
7891 2018-08-31 Paul Pluzhnikov <ppluzhnikov@google.com>
7892
7893 [BZ #20271]
7894 * include/stdio.h (__libc_fatal): Mention newline in comment.
7895 * grp/initgroups.c (internal_getgrouplist): Add missing newline.
7896 * nptl/pthread_cond_wait.c (__pthread_cond_wait_common): Likewise.
7897 * nscd/initgrcache.c (addinitgroupsX): Likewise.
7898 * nss/nsswitch.c (__nss_next2): Likewise.
7899 * sysdeps/aarch64/dl-irel.h (elf_irela): Likewise.
7900 * sysdeps/arm/dl-irel.h (elf_irel): Likewise.
7901 * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Likewise.
7902 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
7903 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irel): Likewise.
7904 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irel): Likewise.
7905 * sysdeps/s390/dl-irel.h (elf_irel): Likewise.
7906 * sysdeps/sparc/sparc32/dl-irel.h (elf_irel): Likewise.
7907 * sysdeps/sparc/sparc64/dl-irel.h (elf_irel): Likewise.
7908 * sysdeps/x86_64/dl-irel.h (elf_irel): Likewise.
7909 * sysdeps/nptl/futex-internal.h (futex_wake): Likewise.
7910 * sysdeps/unix/sysv/linux/netlink_assert_response.c
7911 (__netlink_assert_response): Likewise.
7912
7913 2018-08-31 Joseph Myers <joseph@codesourcery.com>
7914
7915 * conform/glibcconform.py: New file.
7916 * conform/list-header-symbols.py: Likewise.
7917 * conform/list-header-symbols.pl: Remove.
7918 * conform/Makefile (tests-special): Only add linknamespace tests
7919 if [PYTHON].
7920 ($(linknamespace-symlists-tests)): Use list-header-symbols.py.
7921
7922 2018-08-31 H.J. Lu <hongjiu.lu@intel.com>
7923
7924 [BZ #23597]
7925 * support/Makefile (libsupport-routines): Add
7926 support_copy_file_range and xcopy_file_range.
7927 * support/support.h: Include <sys/types.h>.
7928 (support_copy_file_range): New prototype.
7929 * support/support_copy_file_range.c: New file. Copied and
7930 modified from io/copy_file_range-compat.c.
7931 * support/test-container.c (copy_one_file): Call xcopy_file_rang
7932 instead of copy_file_range.
7933 * support/xcopy_file_range.c: New file.
7934 * support/xunistd.h (xcopy_file_range): New prototype.
7935
7936 2018-08-30 Carlos O'Donell <carlos@redhat.com>
7937
7938 * elf/tst-dlopen-aout.c: Include support/xthread.h. Use
7939 xpthread_create and xpthread_join.
7940
7941 2018-08-30 Florian Weimer <fweimer@redhat.com>
7942
7943 * stdlib/stdlib.h (reallocarray): Make available under __USE_MISC.
7944
7945 2018-08-30 Stefan Liebler <stli@linux.ibm.com>
7946
7947 * stdlib/test-bz22786.c (do_test): Return EXIT_UNSUPPORTED
7948 if malloc fails.
7949
7950 2018-08-29 Joseph Myers <joseph@codesourcery.com>
7951
7952 * math/gen-libm-test.py (gen_test_args_res): Also treat plus_oflow
7953 and minus_oflow as non-finite.
7954
7955 2018-08-28 Joseph Myers <joseph@codesourcery.com>
7956
7957 * sysdeps/aarch64/fpu/fenv_private.h: New file. Based on ....
7958 * sysdeps/aarch64/fpu/math_private.h: ... this file. All contents
7959 moved to fenv_private.h except for ...
7960 (TOINT_INTRINSICS): Kept in math_private.h.
7961 (roundtoint): Likewise.
7962 (converttoint): Likewise.
7963 * sysdeps/arm/fenv_private.h: Change multiple-include guard to
7964 [ARM_FENV_PRIVATE_H]. Include next <fenv_private.h>.
7965 * sysdeps/arm/math_private.h: Remove.
7966 * sysdeps/generic/fenv_private.h: New file. Contents moved from
7967 ....
7968 * sysdeps/generic/math_private.h: ... this file. Include
7969 <stdbool.h>. Do not include <fenv.h> or <get-rounding-mode.h>.
7970 Include <fenv_private.h>. Remove functions and macros moved to
7971 fenv_private.h.
7972 * sysdeps/i386/fpu/math_private.h: Remove.
7973 * sysdeps/mips/math_private.h: Move to ....
7974 * sysdeps/mips/fpu/fenv_private.h: ... here. Change
7975 multiple-include guard to [MIPS_FENV_PRIVATE_H]. Remove
7976 [__mips_hard_float] conditional. Include next <fenv_private.h>.
7977 * sysdeps/powerpc/fpu/fenv_private.h: Change multiple-include
7978 guard to [POWERPC_FENV_PRIVATE_H]. Include next <fenv_private.h>.
7979 * sysdeps/powerpc/fpu/math_private.h: Do not include
7980 <fenv_private.h>.
7981 * sysdeps/riscv/rvf/math_private.h: Move to ....
7982 * sysdeps/riscv/rvf/fenv_private.h: ... here. Change
7983 multiple-include guard to [RISCV_FENV_PRIVATE_H]. Include next
7984 <fenv_private.h>.
7985 * sysdeps/sparc/fpu/fenv_private.h: Change multiple-include guard
7986 to [SPARC_FENV_PRIVATE_H]. Include next <fenv_private.h>.
7987 * sysdeps/sparc/fpu/math_private.h: Remove.
7988 * sysdeps/i386/fpu/fenv_private.h: Move to ....
7989 * sysdeps/x86/fpu/fenv_private.h: ... here. Change
7990 multiple-include guard to [X86_FENV_PRIVATE_H]. Include next
7991 <fenv_private.h>.
7992 * sysdeps/x86_64/fpu/math_private.h: Do not include
7993 <sysdeps/i386/fpu/fenv_private.h>.
7994
7995 2018-08-28 Florian Weimer <fweimer@redhat.com>
7996
7997 [BZ #23578]
7998 * posix/tst-regcomp-truncated.c: New file.
7999 * posix/Makefile (tests): Add it.
8000 (tst-regcomp-truncated.out): Depend on generated locales.
8001
8002 2018-08-28 Florian Weimer <fweimer@redhat.com>
8003
8004 * support/test-container.c (main): Treat unshare failure with
8005 EPERM as an unsupported test.
8006
8007 2018-08-28 Florian Weimer <fweimer@redhat.com>
8008
8009 [BZ #23520]
8010 nscd: Fix use-after-free in addgetnetgrentX and its callers.
8011 * nscd/netgroupcache.c
8012 (addgetnetgrentX): Add tofreep parameter. Do not free
8013 heap-allocated buffer.
8014 (addinnetgrX): Free buffer allocated bt addgetnetgrentX.
8015 (addgetnetgrentX_ignore): New function.
8016 (addgetnetgrent): Call it.
8017 (readdgetnetgrent): Likewise.
8018
8019 2018-08-28 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8020
8021 * string/memmem.c: Use memcmp for first match.
8022
8023 2018-08-28 Rafal Luzynski <digitalfreak@lingonborough.com>
8024
8025 [BZ #17426]
8026 * localedata/locales/en_IN (d_fmt): Use "%d/%m/%y".
8027
8028 2018-08-27 DJ Delorie <dj@redhat.com>
8029
8030 * support/Makefile (others): Don't list programs explicitly as a
8031 dependency of "others".
8032
8033 2018-08-27 Joseph Myers <joseph@codesourcery.com>
8034
8035 * sysdeps/generic/math-tests-trap-force.h: New file.
8036 * sysdeps/generic/math-tests.h: Include <math-tests-trap-force.h>.
8037 (EXCEPTION_SET_FORCES_TRAP): Do not define here.
8038 * sysdeps/powerpc/math-tests.h: Remove file.
8039 * sysdeps/powerpc/fpu/math-tests-trap-force.h: New file.
8040
8041 2018-08-27 Martin Kuchta <martin.kuchta@netapp.com>
8042 Torvald Riegel <triegel@redhat.com>
8043
8044 [BZ #23538]
8045 * nptl/pthread_cond_common.c (__condvar_quiesce_and_switch_g1):
8046 Update r to include the set wake-request flag if waiters are
8047 remaining after spinning.
8048
8049 2018-08-27 Joseph Myers <joseph@codesourcery.com>
8050
8051 * sysdeps/gnu/netinet/udp.h (UDP_SEGMENT): New macro.
8052
8053 2018-08-25 Paul Eggert <eggert@cs.ucla.edu>
8054
8055 [BZ #23578]
8056 regex: fix uninitialized memory access
8057 I introduced this bug into gnulib in commit
8058 8335a4d6c7b4448cd0bcb6d0bebf1d456bcfdb17 dated 2006-04-10;
8059 eventually it was merged into glibc. The bug was found by
8060 project-repo <bugs@feusi.co> and reported here:
8061 https://lists.gnu.org/r/sed-devel/2018-08/msg00017.html
8062 Diagnosis and draft fix reported by Assaf Gordon here:
8063 https://lists.gnu.org/r/bug-gnulib/2018-08/msg00071.html
8064 https://lists.gnu.org/r/bug-gnulib/2018-08/msg00142.html
8065 * posix/regex_internal.c (build_wcs_upper_buffer):
8066 Fix bug when mbrtowc returns 0.
8067
8068 2018-08-24 Carlos O'Donell <carlos@redhat.com>
8069
8070 * po/be.po: Update translation.
8071
8072 2018-08-24 DJ Delorie <dj@delorie.com>
8073
8074 * support/Makefile (LDLIBS-links-dso-program): Add -lgcc and
8075 $(libunwind).
8076
8077 2018-08-24 Paul Pluzhnikov <ppluzhnikov@google.com>
8078
8079 [BZ #23400]
8080 * stdlib/test-bz22786.c (do_test): Fix undefined behavior, don't
8081 create temporary files in source tree.
8082
8083 2018-08-24 Joseph Myers <joseph@codesourcery.com>
8084
8085 * sysdeps/generic/math-tests-trap.h: New file.
8086 * sysdeps/generic/math-tests.h: Include <math-tests-trap.h>.
8087 (EXCEPTION_ENABLE_SUPPORTED): Do not define here.
8088 * sysdeps/aarch64/math-tests.h: Remove file.
8089 * sysdeps/arm/math-tests.h: Likewise.
8090 * sysdeps/riscv/math-tests.h: Likewise.
8091 * sysdeps/aarch64/math-tests-trap.h: New file.
8092 * sysdeps/arm/math-tests-trap.h: Likewise.
8093 * sysdeps/riscv/math-tests-trap.h: Likewise.
8094
8095 2018-08-24 Wilco Dijkstra <wdijkstr@arm.com>
8096
8097 * math/Makefile: Remove empty files k_sin(f).c, k_cos(f).c.
8098 Remove unused files e_rem_pio2(f).c, k_rem_pio2f.c.
8099 * sysdeps/i386/fpu/e_rem_pio2.c: Delete file.
8100 * sysdeps/ia64/fpu/e_rem_pio2.c: Likewise.
8101 * sysdeps/ia64/fpu/e_rem_pio2f.c: Likewise.
8102 * sysdeps/ia64/fpu/k_rem_pio2f.c: Likewise.
8103 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
8104 * sysdeps/ieee754/dbl-64/k_cos.c: Likewise.
8105 * sysdeps/ieee754/dbl-64/k_sin.c: Likewise.
8106 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
8107 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
8108 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
8109 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
8110 * sysdeps/m68k/m680x0/fpu/e_rem_pio2.c: Likewise
8111 * sysdeps/m68k/m680x0/fpu/e_rem_pio2f.c: Likewise
8112 * sysdeps/m68k/m680x0/fpu/k_rem_pio2f.c: Likewise
8113 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
8114 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
8115
8116 2018-08-23 Joseph Myers <joseph@codesourcery.com>
8117
8118 * sysdeps/generic/math-tests-exceptions.h: New file.
8119 * sysdeps/generic/math-tests.h: Include <math-tests-exceptions.h>.
8120 (EXCEPTION_TESTS_float): Do not define here.
8121 (EXCEPTION_TESTS_double): Likewise.
8122 (EXCEPTION_TESTS_long_double): Likewise.
8123 (EXCEPTION_TESTS_float128): Likewise.
8124 * sysdeps/arm/math-tests.h [__SOFTFP__] (EXCEPTION_TESTS_float):
8125 Likewise.
8126 [__SOFTFP__] (EXCEPTION_TESTS_double): Likewise.
8127 [__SOFTFP__] (EXCEPTION_TESTS_long_double): Likewise.
8128 * sysdeps/arm/nofpu/math-tests-exceptions.h: New file.
8129 * sysdeps/m68k/coldfire/math-tests.h: Remove file.
8130 * sysdeps/mips/math-tests.h: Likewise.
8131 * sysdeps/nios2/math-tests.h: Likewise.
8132 * sysdeps/riscv/math-tests.h [!__riscv_flen]
8133 (EXCEPTION_TESTS_float): Do not define here.
8134 [!__riscv_flen] (EXCEPTION_TESTS_double): Likewise.
8135 [!__riscv_flen] (EXCEPTION_TESTS_long_double): Likewise.
8136 * sysdeps/riscv/nofpu/math-tests-exceptions.h: New file.
8137
8138 2018-08-23 Wilco Dijkstra <wdijkstr@arm.com>
8139
8140 * NEWS: Move optimized sinf entry to 2.29.
8141
8142 2018-08-23 Wilco Dijkstra <wdijkstr@arm.com>
8143
8144 * sysdeps/ieee754/flt-32/s_tanf.c (__tanf): Use fast range reduction.
8145
8146 2018-08-22 DJ Delorie <dj@redhat.com>
8147
8148 * Makefile (testroot.pristine): New rules to initialize the
8149 test-in-container "testroot".
8150 * Makerules (all-testsuite): Add tests-container.
8151 * Rules (tests-expected): Add tests-container.
8152 (binaries-all-tests): Likewise.
8153 (tests-container): New, run these tests in the testroot container.
8154 * support/Makefile (others): Add *-container, support_paths.c,
8155 xmkdirp, and links-dso-program.
8156 * support/links-dso-program-c.c: New.
8157 * support/links-dso-program.cc: New.
8158 * support/test-container.c: New.
8159 * support/shell-container.c: New.
8160 * support/echo-container.c: New.
8161 * support/true-container.c: New.
8162 * support/xmkdirp.c: New.
8163 * support/xsymlink.c: New.
8164 * support/support_paths.c: New.
8165 * support/support.h: Add support paths prototypes.
8166 * support/xunistd.h: Add xmkdirp () and xsymlink ().
8167
8168 * nss/tst-nss-test3.c: Convert to test-in-container.
8169 * nss/tst-nss-test3.root/: New.
8170
8171 2018-08-22 Paul Eggert <eggert@cs.ucla.edu>
8172
8173 regex: port Gnulib code to z/OS POSIX environment
8174 Problem reported by Arnold Robbins in:
8175 https://lists.gnu.org/r/bug-gnulib/2018-08/msg00129.html
8176 * posix/regex_internal.h (__iswalnum, __towlower, __towupper) [!_LIBC]:
8177 Undef.
8178
8179 2018-08-22 Joseph Myers <joseph@codesourcery.com>
8180
8181 * math/test-double-vlen2.h: Don't include <math-tests-rounding.h>.
8182 (ROUNDING_TESTS_double): Remove.
8183 * math/test-double-vlen4.h: Don't include <math-tests-rounding.h>.
8184 (ROUNDING_TESTS_double): Remove.
8185 * math/test-double-vlen8.h: Don't include <math-tests-rounding.h>.
8186 (ROUNDING_TESTS_double): Remove.
8187 * math/test-float-vlen16.h: Don't include <math-tests-rounding.h>.
8188 (ROUNDING_TESTS_float): Remove.
8189 * math/test-float-vlen4.h: Don't include <math-tests-rounding.h>.
8190 (ROUNDING_TESTS_float): Remove.
8191 * math/test-float-vlen8.h: Don't include <math-tests-rounding.h>.
8192 (ROUNDING_TESTS_float): Remove.
8193 * math/libm-test-driver.c (IF_ROUND_INIT_FE_DOWNWARD): Check
8194 !TEST_MATHVEC here.
8195 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
8196 (IF_ROUND_INIT_FE_UPWARD): Likewise.
8197
8198 * sysdeps/generic/math-tests-rounding.h: New file.
8199 * sysdeps/generic/math-tests.h: Include <math-tests-rounding.h>.
8200 (ROUNDING_TESTS_float): Do not define here.
8201 (ROUNDING_TESTS_double): Likewise.
8202 (ROUNDING_TESTS_long_double): Likewise.
8203 (ROUNDING_TESTS_float128): Likewise.
8204 * math/test-double-vlen2.h: Include <math-tests-rounding.h>.
8205 (ROUNDING_TESTS_double): Undefine before defining.
8206 * math/test-double-vlen4.h: Include <math-tests-rounding.h>.
8207 (ROUNDING_TESTS_double): Undefine before defining.
8208 * math/test-double-vlen8.h: Include <math-tests-rounding.h>.
8209 (ROUNDING_TESTS_double): Undefine before defining.
8210 * math/test-float-vlen16.h: Include <math-tests-rounding.h>.
8211 (ROUNDING_TESTS_float): Undefine before defining.
8212 * math/test-float-vlen4.h: Include <math-tests-rounding.h>.
8213 (ROUNDING_TESTS_float): Undefine before defining.
8214 * math/test-float-vlen8.h: Include <math-tests-rounding.h>.
8215 (ROUNDING_TESTS_float): Undefine before defining.
8216 * sysdeps/arm/nofpu/math-tests-rounding.h: New file.
8217 * sysdeps/arm/math-tests.h [__SOFTFP__] (ROUNDING_TESTS_float): Do
8218 not define here.
8219 [__SOFTFP__] (ROUNDING_TESTS_double): Likewise.
8220 [__SOFTFP__] (ROUNDING_TESTS_long_double): Likewise.
8221 * sysdeps/riscv/nofpu/math-tests-rounding.h: New file.
8222 * sysdeps/riscv/math-tests.h [!__riscv_flen]
8223 (ROUNDING_TESTS_float): Do not define here.
8224 [!__riscv_flen] (ROUNDING_TESTS_double): Likewise.
8225 [!__risv_flen] (ROUNDING_TESTS_long_double): Likewise.
8226 * sysdeps/m68k/coldfire/math-tests.h [!__mcffpu__]
8227 (ROUNDING_TESTS_float): Likewise.
8228 [!__mcffpu__] (ROUNDING_TESTS_double): Likewise.
8229 [!__mcffpu__] (ROUNDING_TESTS_long_double): Likewise.
8230 * sysdeps/mips/math-tests.h [__mips_soft_float]
8231 (ROUNDING_TESTS_float): Likewise.
8232 [__mips_soft_float] (ROUNDING_TESTS_double): Likewise.
8233 [__mips_soft_float] (ROUNDING_TESTS_long_double): Likewise.
8234 * sysdeps/nios2/math-tests.h (ROUNDING_TESTS_float): Likewise.
8235 (ROUNDING_TESTS_double): Likewise.
8236 (ROUNDING_TESTS_long_double): Likewise.
8237
8238 2018-08-21 Tobias Klauser <tklauser@distanz.ch>
8239
8240 * sysdeps/unix/sysv/linux/bits/socket.h (PF_MAX): Set to 45.
8241 (PF_XDP): New macro.
8242 (AF_XDP): New macro.
8243 (SOL_XDP): New macro.
8244
8245 2018-08-21 Joseph Myers <joseph@codesourcery.com>
8246
8247 * sysdeps/gnu/netinet/tcp.h (TCP_ZEROCOPY_RECEIVE): New macro.
8248 (TCP_INQ): Likewise.
8249 (TCP_CM_INQ): Likewise.
8250 (TCP_REPAIR_ON): Likewise.
8251 (TCP_REPAIR_OFF): Likewise.
8252 (TCP_REPAIR_OFF_NO_WP): Likewise.
8253 (struct tcp_zerocopy_receive): New type.
8254
8255 2018-08-21 Florian Weimer <fweimer@redhat.com>
8256
8257 * support/support.h (support_descriptor_supports_holes): Declare.
8258 * support/Makefile (libsupport-routines): Add
8259 support_descriptor_supports_holes.
8260 * support/support_descriptor_supports_holes.c: New file.
8261 * io/tst-copy_file_range.c: Call support_descriptor_supports_holes
8262 and stop testing if holes are not supported.
8263 * io/test-lfs.c (do_prepare): Likewise.
8264 * sysdeps/unix/sysv/linux/tst-fallocate-common.c (do_prepare):
8265 Likewise.
8266 * timezone/tst-tzset.c (create_tz_file): Likewise.
8267 * misc/tst-preadvwritev-common.c (temp_fd_supports_holes) New
8268 variable.
8269 (do_prepare): Set it.
8270 * misc/tst-preadvwritev64.c (do_test): Use temp_fd_supports_holes.
8271
8272 2018-08-21 Florian Weimer <fweimer@redhat.com>
8273
8274 [BZ #17248]
8275 * Makeconfig (+cflags): Do not sort (and deduplicate).
8276
8277 2018-08-21 Florian Weimer <fweimer@redhat.com>
8278
8279 * debug/readlink_chk.c (__readlink_chk): Always call __readlink.
8280 * sysdeps/unix/sysv/linux/generic/readlink_chk.c: Remove file.
8281
8282 2018-08-20 Florian Weimer <fweimer@redhat.com>
8283
8284 * sysdeps/unix/sysv/linux/generic/readlink_chk.c: Remove
8285 HAVE_INLINED_SYSCALLS conditionals. Use INLINE_SYSCALL_CALL.
8286
8287 2018-08-20 Joseph Myers <joseph@codesourcery.com>
8288
8289 * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
8290 signalfd_siginfo): Add ssi_addr_lsb, ssi_syscall, ssi_call_addr
8291 and ssi_arch members.
8292
8293 * elf/elf.c (NT_VMCOREDD): New macro.
8294 (AT_MINSIGSTKSZ): Likewise.
8295
8296 2018-08-20 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8297
8298 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
8299 (libm-sysdep_routines): Remove s_sinf-ppc64, s_sinf-power8,
8300 s_cosf-ppc64 and s_cosf-power8.
8301 * sysdeps/powerpc/fpu/s_cosf.c: Remove file.
8302 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
8303 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
8304 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
8305 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-power8.S: Likewise.
8306 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c: Likewise.
8307 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf.c: Likewise.
8308 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-power8.S: Likewise.
8309 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Likewise.
8310 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf.c: Likewise.
8311 * sysdeps/powerpc/powerpc64/power8/fpu/s_cosf.S: Likewise.
8312 * sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.S: Likewise.
8313
8314 2018-08-17 Florian Weimer <fweimer@redhat.com>
8315
8316 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8317
8318 2018-08-17 Istvan Kurucsai <pistukem@gmail.com>
8319
8320 * malloc/malloc.c (_int_malloc): Additional binning code checks.
8321
8322 2018-08-16 Florian Weimer <fweimer@redhat.com>
8323
8324 * configure.ac: Add --with-nonshared-cflags option.
8325 * config.make.in (extra-nonshared-cflags): Set variable.
8326 * Makeconfig (CFLAGS-.oS): Use it.
8327 * manual/install.texi (Configuring and compiling): Document
8328 --with-nonshared-cflags.
8329 * configure: Regenerate.
8330 * INSTALL: Likewise.
8331
8332 2018-08-16 Florian Weimer <fweimer@redhat.com>
8333
8334 * Makeconfig (ASFLAGS): Always append required assembler flags.
8335
8336 2018-08-16 Moritz Eckert <m.eckert@cs.ucsb.edu>
8337
8338 * malloc/malloc.c (_int_free): Check for corrupt prev_size vs size.
8339 (malloc_consolidate): Likewise.
8340
8341 2018-08-16 Pochang Chen <johnchen902@gmail.com>
8342
8343 * malloc/malloc.c (_int_malloc.c): Verify size of top chunk.
8344
8345 2018-08-16 Siddhesh Poyarekar <siddhesh@sourceware.org>
8346
8347 * benchtests/bench-strlen.c (do_test): Allocate buffers before
8348 every strlen call.
8349
8350 * benchtests/bench-strlen.c: Print performance numbers in json.
8351
8352 2018-08-16 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8353
8354 * sysdeps/powerpc/powerpc64/multiarch/Makefile
8355 (sysdep_routines): Build strcmp-power9 and strncmp-power9
8356 only for little endian.
8357 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8358 (strncmp): Move __strncmp_power9 inside ifdef __LITTLE_ENDIAN__.
8359 (STRCMP): Move __strcmp_power9 inside ifdef __LITTLE_ENDIAN__.
8360 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S:
8361 Add check for little endian.
8362 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c
8363 (__strcmp_power9): Add check for little endian.
8364 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S:
8365 Add check for little endian.
8366 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c
8367 (__strncmp_power9): Add check for little endian.
8368 * sysdeps/powerpc/powerpc64/power9/strcmp.S: Removed ifdef
8369 __LITTLE_ENDIAN__ and moved to sysdeps/powerpc/powerpc64/le/power9.
8370 * sysdeps/powerpc/powerpc64/power9/strncmp.S: Likewise.
8371 * sysdeps/powerpc/powerpc64/le/power9/strcmp.S: New file.
8372 * sysdeps/powerpc/powerpc64/le/power9/strncmp.S: Likewise.
8373
8374 2018-08-15 Siddhesh Poyarekar <siddhesh@sourceware.org>
8375
8376 * sysdeps/aarch64/strlen.S (__strlen): Rename to STRLEN.
8377 [!STRLEN](STRLEN): Set to __strlen.
8378 * sysdeps/aarch64/multiarch/strlen.c: New file.
8379 * sysdeps/aarch64/multiarch/strlen_generic.S: Likewise.
8380 * sysdeps/aarch64/multiarch/strlen_asimd.S: Likewise.
8381 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
8382 (__libc_ifunc_impl_list): Add strlen.
8383 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines): Add
8384 strlen_generic and strlen_asimd.
8385
8386 2018-08-15 Wilco Dijkstra <wdijkstr@arm.com>
8387
8388 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (sin_pif): Use __sinf/__cosf.
8389 * sysdeps/ieee754/flt-32/k_cosf.c (__kernel_cosf): Remove all code.
8390 * sysdeps/ieee754/flt-32/k_sinf.c (__kernel_sinf): Likewise.
8391
8392 2018-08-15 Wilco Dijkstra <wdijkstr@arm.com>
8393
8394 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate to fix spaces.
8395
8396 2018-08-14 Florian Weimer <fweimer@redhat.com>
8397
8398 [BZ #23519]
8399 * include/stdio.h (__vfxprintf): Declare.
8400 * stdio-common/fxprintf.c (__vfxprintf): New function.
8401 (__fxprintf): Call it.
8402 * misc/err.c (convert_and_print): Remove function.
8403 (vwarnx, vwarn): Call __fxprintf and __vfxprintf.
8404 * misc/error.c [_LIBC] (error_tail): Call __vfxprintf.
8405 * misc/Makefile (tests): Add tst-warn-wide.
8406 * misc/tst-warn-wide.c: New file.
8407
8408 2018-08-14 Wilco Dijkstra <wdijkstr@arm.com>
8409 Szabolcs Nagy <szabolcs.nagy@arm.com>
8410
8411 * NEWS: Mention sinf, cosf, sincosf.
8412 * sysdeps/aarch64/libm-test-ulps: Update ULP for sinf, cosf, sincosf.
8413 * sysdeps/x86_64/fpu/libm-test-ulps: Update ULP for sinf and cosf.
8414 * sysdeps/x86_64/fpu/multiarch/s_sincosf-fma.c: Add definitions of
8415 constants rather than including generic sincosf.h.
8416 * sysdeps/x86_64/fpu/s_sincosf_data.c: Remove.
8417 * sysdeps/ieee754/flt-32/s_cosf.c (cosf): Rewrite.
8418 * sysdeps/ieee754/flt-32/s_sincosf.h (reduced_sin): Remove.
8419 (reduced_cos): Remove.
8420 (sinf_poly): New function.
8421 * sysdeps/ieee754/flt-32/s_sinf.c (sinf): Rewrite.
8422
8423 2018-08-14 Florian Weimer <fweimer@redhat.com>
8424
8425 [BZ #23521]
8426 [BZ #23522]
8427 * nss/nss_files/files-alias.c (get_next_alias): During :include:
8428 processing, bail out if no room, and close the stream before
8429 returning ERANGE.
8430 * nss/Makefile (tests): Add tst-nss-files-alias-leak.
8431 (tst-nss-files-alias-leak): Link with libdl.
8432 (tst-nss-files-alias-leak.out): Depend on nss_files.
8433
8434 * nss/tst-nss-files-alias-leak.c: New file.
8435
8436 2018-08-14 Florian Weimer <fweimer@redhat.com>
8437
8438 * nscd/nscd_conf.c (nscd_parse_file): Deallocate old storage for
8439 server_user, stat_user.
8440
8441 2018-08-13 Joseph Myers <joseph@codesourcery.com>
8442
8443 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
8444 version to 4.18.
8445 (io_pgetevents): New syscall.
8446 (rseq): Likewise.
8447
8448 * manual/install.texi (Configuring and compiling): Do not list
8449 tools used for testing pretty printers here.
8450 (Tools for Compilation): List Python, PExpect and GDB here.
8451 Update descriptions of uses of Perl and Python.
8452 * INSTALL: Regenerate.
8453
8454 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
8455 version to 4.18.
8456
8457 2018-08-13 Florian Weimer <fweimer@redhat.com>
8458
8459 * misc/error.c (error): Add missing va_end call.
8460 (error_at_line): Likewise.
8461
8462 2018-08-13 Florian Weimer <fweimer@redhat.com>
8463
8464 * stdlib/mbstowcs.c (mbstowcs): Remove outdated comment.
8465
8466 2018-08-11 Siddhesh Poyarekar <siddhesh@sourceware.org>
8467
8468 * benchtests/scripts/benchout.schema.json (properties): Add
8469 new properties.
8470
8471 * benchtests/bench-skeleton.c (main): Add duration and
8472 iterations attributes.
8473
8474 2018-08-10 Paul Eggert <eggert@cs.ucla.edu>
8475
8476 regex: Gnulib unibyte RRI uses bytes not chars
8477 Adjust the non-glibc code to agree with what Gawk needs for
8478 rational range interpretation (RRI) for regular expression ranges.
8479 In unibyte locales, Gawk wants ranges to use the underlying byte
8480 rather than the character code point. This change does not affect
8481 glibc proper.
8482 * posix/regcomp.c (parse_byte) [!LIBC && RE_ENABLE_I18N]:
8483 In unibyte locales, use the byte value rather than
8484 running it through btowc.
8485
8486 2018-08-10 Joseph Myers <joseph@codesourcery.com>
8487
8488 * sysdeps/generic/math-tests-snan.h: New file.
8489 * sysdeps/generic/math-tests.h: Include <math-tests-snan.h>.
8490 (SNAN_TESTS_float): Do not define here.
8491 (SNAN_TESTS_double): Likewise.
8492 (SNAN_TESTS_long_double): Likewise.
8493 (SNAN_TESTS_float128): Likewise.
8494 * sysdeps/i386/fpu/math-tests-snan.h: New file.
8495 * sysdeps/i386/fpu/math-tests.h: Remove file.
8496 * sysdeps/ia64/math-tests-snan.h: New file.
8497 * sysdeps/ia64/math-tests.h: Remove file.
8498 * sysdeps/x86/math-tests.h: Likewise.
8499 * sysdeps/x86_64/fpu/math-tests-snan.h: New file.
8500
8501 2018-08-10 Wilco Dijkstra <wdijkstr@arm.com>
8502 Szabolcs Nagy <szabolcs.nagy@arm.com>
8503
8504 * math/Makefile: Add s_sincosf_data.c.
8505 * sysdeps/ia64/fpu/s_sincosf_data.c: New file.
8506 * sysdeps/ieee754/flt-32/s_sincosf.h (abstop12): Add new function.
8507 (sincosf_poly): Likewise.
8508 (reduce_small): Likewise.
8509 (reduce_large): Likewise.
8510 * sysdeps/ieee754/flt-32/s_sincosf.c (sincosf): Rewrite.
8511 * sysdeps/ieee754/flt-32/s_sincosf_data.c: New file with sincosf data.
8512 * sysdeps/m68k/m680x0/fpu/s_sincosf_data.c: New file.
8513 * sysdeps/x86_64/fpu/s_sincosf_data.c: New file.
8514
8515 2018-08-10 Wilco Dijkstra <wdijkstr@arm.com>
8516 Szabolcs Nagy <szabolcs.nagy@arm.com>
8517
8518 * sysdeps/aarch64/fpu/math_private.h (roundtoint): Use round.
8519 (converttoint): Use lround.
8520 * sysdeps/ieee754/flt-32/math_config.h (roundtoint): Declare and
8521 document the semantics when TOINT_INTRINSICS is set.
8522 (converttoint): Likewise.
8523 (TOINT_RINT): Remove.
8524 (TOINT_SHIFT): Remove.
8525 * sysdeps/ieee754/flt-32/e_expf.c (__expf): Remove the TOINT_RINT code
8526 path.
8527
8528 2018-08-10 Florian Weimer <fweimer@redhat.com>
8529
8530 [BZ #23497]
8531 * sysdeps/unix/sysv/linux/getdents64.c (handle_overflow): New
8532 function.
8533 (__old_getdents64): Use getdents64. Convert entries without
8534 moving them.
8535 * sysdeps/unix/sysv/linux/tst-readdir64-compat.c: New file.
8536 * sysdeps/unix/sysv/linux/Makefile (tests-internal): Add
8537 tst-readdir64-compat.
8538
8539 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8540
8541 * sysdeps/s390/s390-32/s390-mcount.S (_mcount):
8542 Fix unwind.
8543
8544 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8545
8546 * sysdeps/s390/s390-64/Versions (__fentry__): Add.
8547 * sysdeps/s390/s390-64/s390x-mcount.S: Move the common
8548 code to s390x-mcount.h and #include it.
8549 * sysdeps/s390/s390-64/s390x-mcount.h: New file.
8550 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist
8551 (__fentry__): Add.
8552
8553 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8554
8555 * stdlib/Versions: Remove __fentry__.
8556 * sysdeps/i386/Versions: Add __fentry__.
8557 * sysdeps/x86_64/Versions: Add __fentry__.
8558
8559 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8560
8561 * sysdeps/s390/Makefile: Register the new tests.
8562 * sysdeps/s390/tst-dl-runtime-mod.S: New file.
8563 * sysdeps/s390/tst-dl-runtime-profile-audit.c: New file.
8564 * sysdeps/s390/tst-dl-runtime-profile-noaudit.c: New file.
8565 * sysdeps/s390/tst-dl-runtime-resolve-audit.c: New file.
8566 * sysdeps/s390/tst-dl-runtime-resolve-noaudit.c: New file.
8567 * sysdeps/s390/tst-dl-runtime.c: New file.
8568
8569 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8570
8571 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_profile):
8572 Do not clobber R0.
8573
8574 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8575
8576 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_resolve):
8577 Do not clobber R0.
8578
8579 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8580
8581 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_profile):
8582 Do not clobber R0.
8583
8584 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8585
8586 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve):
8587 Do not clobber R0.
8588
8589 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8590
8591 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_profile):
8592 Use symbolic offsets for stack variables.
8593
8594 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8595
8596 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_resolve):
8597 Use symbolic offsets for stack variables.
8598
8599 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8600
8601 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_profile):
8602 Use symbolic offsets for stack variables.
8603
8604 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8605
8606 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve):
8607 Use symbolic offsets for stack variables.
8608
8609 2018-08-09 Joseph Myers <joseph@codesourcery.com>
8610
8611 * math/gen-libm-test.py: New file.
8612 * math/gen-libm-test.pl: Remove.
8613 * math/Makefile [$(PERL) != no]: Change condition to [PYTHON].
8614 ($(objpfx)libm-test-ulps.h): Use gen-libm-test.py instead of
8615 gen-libm-test.pl.
8616 ($(libm-test-c-noauto-obj)): Likewise.
8617 ($(libm-test-c-auto-obj)): Likewise.
8618 ($(libm-test-c-narrow-obj)): Likewise.
8619 (regen-ulps): Likewise.
8620 * math/README.libm-test: Update references to gen-libm-test.pl.
8621 * math/libm-test-driver.c (struct test_fj_f_data): Update comment
8622 referencing gen-libm-test.pl.
8623 * math/libm-test-nexttoward.inc (nexttoward_test_data): Likewise.
8624 * math/libm-test-support.c: Likewise.
8625 * math/libm-test-support.h: Likewise.
8626 * sysdeps/generic/libm-test-ulps: Likewise.
8627
8628 2018-08-08 Siddhesh Poyarekar <siddhesh@sourceware.org>
8629
8630 * sysdeps/aarch64/strlen.S [TEST_PAGE_CROSS](MIN_PAGE_SIZE):
8631 Fix value.
8632
8633 2018-08-08 Joseph Myers <joseph@codesourcery.com>
8634
8635 * math/libm-test-nextdown.inc (do_test): Move comment to ....
8636 * math/libm-test-nexttoward.inc (nexttoward_test_data): ... here.
8637
8638 2018-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
8639
8640 * htl/Versions (__pthread_getspecific, __pthread_setspecific): Add
8641 symbols.
8642 * sysdeps/htl/pthreadP.h [IS_IN (libpthread)] (__pthread_getspecific,
8643 __pthread_setspecific): Add hidden proto.
8644 * sysdeps/htl/pt-getspecific.c (__pthread_getspecific): Add hidden def.
8645 * sysdeps/htl/pt-setspecific.c (__pthread_setspecific): Add hidden def.
8646
8647 2018-08-07 Siddhesh Poyarekar <siddhesh@sourceware.org>
8648
8649 * benchtests/bench-string.h (buf1_size, buf2_size): New
8650 variables.
8651 (init_sizes): New function.
8652 (test_init): Use it.
8653 (alloc_buf, exit_error): New functions.
8654 (alloc_bufs): Use ALLOC_BUF.
8655 (realloc_bufs): Remove.
8656 * benchtests/bench-memcmp.c (do_test): Adjust.
8657 * benchtests/bench-memset-large.c (do_test): Likewise.
8658 * benchtests/bench-memset-walk.c (do_test): Likewise.
8659 * benchtests/bench-memset.c (do_test): Likewise.
8660 * benchtests/bench-strncmp.c (do_test): Likewise.
8661
8662 2018-08-06 Andreas Schwab <schwab@suse.de>
8663
8664 * sysdeps/riscv/nptl/tls.h (DB_THREAD_SELF): Use REGISTER instead
8665 of CONST_THREAD_AREA.
8666
8667 2018-08-06 H.J. Lu <hongjiu.lu@intel.com>
8668
8669 * sysdeps/x86/cpu-features.h (STATE_SAVE_OFFSET): Removed.
8670 (STATE_SAVE_MASK): Likewise.
8671 Don't check __ASSEMBLER__ to include <cpu-features-offsets.h>.
8672 * sysdeps/x86/sysdep.h (STATE_SAVE_OFFSET): New.
8673 (STATE_SAVE_MASK): Likewise.
8674 * sysdeps/x86_64/dl-trampoline.S: Include <cpu-features-offsets.h>
8675 instead of <cpu-features.h>.
8676
8677 2018-08-03 DJ Delorie <dj@redhat.com>
8678
8679 * sysdeps/riscv/rvf/math_private.h (libc_feholdexcept_setround_riscv):
8680 Move libc_fesetround_riscv after libc_feholdexcept_riscv.
8681
8682 * sysdeps/riscv/rv64/rvd/libm-test-ulps: Update.
8683
8684 2018-08-03 Joseph Myers <joseph@codesourcery.com>
8685
8686 * math/libm-test-ilogb.inc (ilogb_test_data): Use ',' not ';'
8687 after TEST_* calls.
8688 * math/libm-test-llogb.inc (llogb_test_data): Likewise.
8689 * math/libm-test-logb.inc (logb_test_data): Likewise.
8690
8691 2018-08-03 Wilco Dijkstra <wdijkstr@arm.com>
8692
8693 * string/strcasestr.c (STRCASESTR): Simplify and speedup first match.
8694 * string/strstr.c (AVAILABLE): Likewise.
8695
8696 2018-08-03 H.J. Lu <hongjiu.lu@intel.com>
8697
8698 * sysdeps/i386/i686/multiarch/bzero-ia32.S: Don't include
8699 <init-arch.h>.
8700 * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core-avx2.S: Likewise.
8701 * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core-avx2.S: Likewise.
8702 * sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S: Likewise.
8703
8704 2018-08-03 Carlos O'Donell <carlos@redhat.com>
8705
8706 * po/be.po: Update translation.
8707
8708 * po/be.po: Update translation.
8709
8710 2018-08-03 H.J. Lu <hongjiu.lu@intel.com>
8711
8712 * sysdeps/x86/cpu-features-offsets.sym
8713 (rtld_global_ro_offsetof): Removed.
8714 (CPU_FEATURES_SIZE): Likewise.
8715 (CPUID_OFFSET): Likewise.
8716 (CPUID_SIZE): Likewise.
8717 (CPUID_EAX_OFFSET): Likewise.
8718 (CPUID_EBX_OFFSET): Likewise.
8719 (CPUID_ECX_OFFSET): Likewise.
8720 (CPUID_EDX_OFFSET): Likewise.
8721 (FAMILY_OFFSET): Likewise.
8722 (MODEL_OFFSET): Likewise.
8723 (FEATURE_OFFSET): Likewise.
8724 (FEATURE_SIZ): Likewise.
8725 (COMMON_CPUID_INDEX_1): Likewise.
8726 (COMMON_CPUID_INDEX_7): Likewise.
8727 (FEATURE_INDEX_1): Likewise.
8728 (RTLD_GLOBAL_RO_DL_X86_CPU_FEATURES_OFFSET): Updated.
8729
8730 2018-08-02 Carlos O'Donell <carlos@redhat.com>
8731
8732 * localedata/Makefile (INSTALL-SUPPORTED-LOCALES): Remove.
8733 (INSTALL-SUPPORTED-LOCALE-ARCHIVE): Define.
8734 (INSTALL-SUPPORTED-LOCALE-FILES): Define.
8735 (install-locales): Depend on install-locale-archive.
8736 (install-locale-archive): Define.
8737 (install-locale-files): Define.
8738 (build-one-locale): Define macro.
8739 * manual/install.texi (Running make install): Document.
8740 * manual/INSTALL: Regenerate.
8741
8742 2018-08-02 Siddhesh Poyarekar <siddhesh@sourceware.org>
8743
8744 * benchtests/scripts/compare_strings.py: Import traceback.
8745 (parse_file): Pretty-print error.
8746
8747 * NEWS: Mention the change.
8748 * elf/dl-tunables.list: Rename tune namespace to cpu.
8749 * sysdeps/powerpc/dl-tunables.list: Likewise.
8750 * sysdeps/x86/dl-tunables.list: Likewise.
8751 * sysdeps/aarch64/dl-tunables.list: Rename tune.cpu to
8752 cpu.name.
8753 * elf/dl-hwcaps.c (_dl_important_hwcaps): Adjust.
8754 * elf/dl-hwcaps.h (GET_HWCAP_MASK): Likewise.
8755 * manual/README.tunables: Likewise.
8756 * manual/tunables.texi: Likewise.
8757 * sysdeps/powerpc/cpu-features.c: Likewise.
8758 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c
8759 (init_cpu_features): Likewise.
8760 * sysdeps/x86/cpu-features.c: Likewise.
8761 * sysdeps/x86/cpu-features.h: Likewise.
8762 * sysdeps/x86/cpu-tunables.c: Likewise.
8763 * sysdeps/x86_64/Makefile: Likewise.
8764 * sysdeps/x86/dl-cet.c: Likewise.
8765
8766 2018-08-02 Joseph Myers <joseph@codesourcery.com>
8767
8768 [BZ #23479]
8769 * sysdeps/mips/bits/fenv.h (FE_INEXACT): Define only if
8770 [__mips_hard_float].
8771 (FE_UNDERFLOW): Likewise.
8772 (FE_OVERFLOW): Likewise.
8773 (FE_DIVBYZERO): Likewise.
8774 (FE_INVALID): Likewise.
8775 (FE_ALL_EXCEPT): Define to 0 if [!__mips_hard_float].
8776 (FE_TOWARDZERO): Define only if [__mips_hard_float].
8777 (FE_UPWARD): Likewise.
8778 (FE_DOWNWARD): Likewise.
8779 (__FE_UNDEFINED): Define if [!__mips_hard_float]
8780 (FE_NOMASK_ENV): Define only if [__mips_hard_float].
8781 * sysdeps/mips/mips64/sfp-machine.h (_FP_DECL_EX): Define only if
8782 [__mips_hard_float].
8783 (FP_ROUNDMODE): Likewise.
8784 (FP_RND_NEAREST): Likewise.
8785 (FP_RND_ZERO): Likewise.
8786 (FP_RND_PINF): Likewise.
8787 (FP_RND_MINF): Likewise.
8788 (FP_EX_INVALID): Likewise.
8789 (FP_EX_OVERFLOW): Likewise.
8790 (FP_EX_UNDERFLOW): Likewise.
8791 (FP_EX_DIVZERO): Likewise.
8792 (FP_EX_INEXACT): Likewise.
8793 (FP_INIT_ROUNDMODE): Likewise.
8794 * sysdeps/mips/nofpu/fesetenv.c: New file.
8795 * sysdeps/mips/nofpu/feupdateenv.c: Likewise.
8796
8797 2018-08-01 Joseph Myers <joseph@codesourcery.com>
8798
8799 * math/test-misc.c (do_test) [LDBL_MANT_DIG > DBL_MANT_DIG]: Make
8800 code using FE_UNDERFLOW conditional on [FE_UNDERFLOW], code using
8801 FE_OVERFLOW conditional on [FE_OVERFLOW] and code using FE_UPWARD
8802 conditional on [FE_UPWARD].
8803
8804 2018-08-01 Paul Eggert <eggert@cs.ucla.edu>
8805
8806 regex: fix memory leak in Gnulib
8807 Problem and fix reported by Assaf Gordon in:
8808 https://lists.gnu.org/r/bug-gnulib/2018-07/txtqLKNwBdefE.txt
8809 * posix/regcomp.c (free_charset) [!_LIBC]: Free range_starts and
8810 range_ends members too, as they are defined in 'struct
8811 re_charset_t' even if not _LIBC. This affects only Gnulib.
8812
8813 2018-08-01 H.J. Lu <hongjiu.lu@intel.com>
8814
8815 * sysdeps/x86/cpu-features.c (get_common_indeces): Renamed to
8816 ...
8817 (get_common_indices): This.
8818 (init_cpu_features): Updated.
8819
8820 2018-08-01 Joseph Myers <joseph@codesourcery.com>
8821
8822 * sysdeps/generic/math-tests-snan-payload.h: New file.
8823 * sysdeps/hppa/math-tests-snan-payload.h: Likewise.
8824 * sysdeps/mips/math-tests-snan-payload.h: Likewise.
8825 * sysdeps/riscv/math-tests-snan-payload.h: Likewise.
8826 * sysdeps/generic/math-tests.h: Include
8827 <math-tests-snan-payload.h>.
8828 (SNAN_TESTS_PRESERVE_PAYLOAD): Do not define macro here.
8829 * sysdeps/hppa/math-tests.h: Remove file.
8830 * sysdeps/mips/math-tests.h [!__mips_nan2008]
8831 (SNAN_TESTS_PRESERVE_PAYLOAD): Do not define macro here.
8832 * sysdeps/riscv/math-tests.h (SNAN_TESTS_PRESERVE_PAYLOAD):
8833 Likewise.
8834
8835 * sysdeps/generic/math-tests-snan-cast.h: New file.
8836 * sysdeps/powerpc/math-tests-snan-cast.h: Likewise.
8837 * sysdeps/generic/math-tests.h: Include <math-tests-snan-cast.h>.
8838 (SNAN_TESTS_TYPE_CAST): Do not define macro here.
8839 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Likewise.
8840
8841 2018-08-01 Carlos O'Donel <carlos@redhat.com>
8842
8843 * version.h (RELEASE): Set to "development".
8844 (VERSION): Set to "2.28.9000".
8845 * NEWS (2.29): New section.
8846
8847 * version.h (RELEASE): Set to "stable".
8848 (VERSION): Set to "2.28".
8849 * include/features.h (__GLIBC_MINOR__): Set to 2.28.
8850 * NEWS: Add the list of bugs fixed in 2.28.
8851
8852 * po/ca.po: Update to latest version.
8853 * po/cs.po: Likewise
8854 * po/da.po: Likewise
8855 * po/el.po: Likewise
8856 * po/eo.po: Likewise
8857 * po/es.po: Likewise
8858 * po/fi.po: Likewise
8859 * po/fr.po: Likewise
8860 * po/gl.po: Likewise
8861 * po/hu.po: Likewise
8862 * po/ia.po: Likewise
8863 * po/id.po: Likewise
8864 * po/it.po: Likewise
8865 * po/ja.po: Likewise
8866 * po/ko.po: Likewise
8867 * po/lt.po: Likewise
8868 * po/nb.po: Likewise
8869 * po/nl.po: Likewise
8870 * po/pt_BR.po: Likewise
8871 * po/ru.po: Likewise
8872 * po/rw.po: Likewise
8873 * po/sk.po: Likewise
8874 * po/sl.po: Likewise
8875 * po/tr.po: Likewise
8876 * po/zh_CN.po: Likewise
8877 * po/zh_TW.po: Likewise
8878
8879 2018-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
8880
8881 * sysdeps/mach/hurd/i386/init-first.c (init1): Move ELF hdr and TLS
8882 initialization...
8883 (init): ... before initializing libpthread.
8884
8885 * mach/mach.h (__mach_setup_tls, mach_setup_tls): Add prototypes.
8886 * mach/setup-thread.c (__mach_setup_thread): Move TLS setup to...
8887 (__mach_setup_tls): ... new function.
8888 (mach_setup_tls): New alias.
8889 * hurd/hurdsig.c (_hurdsig_init): Call __mach_setup_tls after
8890 __mach_setup_thread.
8891 * sysdeps/mach/hurd/profil.c (update_waiter): Likewise.
8892 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Likewise.
8893 * mach/Versions [libc] (mach_setup_tls): Add symbol.
8894 * sysdeps/mach/hurd/i386/libc.abilist (mach_setup_tls): Likewise.
8895
8896 2018-07-31 Carlos O'Donell <carlos@redhat.com>
8897
8898 * manual/install.texi: Update versions.
8899 * INSTALL: Regenerate.
8900
8901 * manual/contrib.texi (Contributors): Update contributions.
8902
8903 2018-07-31 Carlos O'Donell <carlos@redhat.com>
8904
8905 * po/be.po: Update translations.
8906
8907 2018-07-31 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8908
8909 * sysdeps/sh/libm-test-ulps: Update.
8910
8911 2018-07-30 Carlos O'Donell <carlos@redhat.com>
8912
8913 * po/bg.po: Update translations.
8914 * po/de.po: Likewise.
8915 * po/hr.po: Likewise.
8916 * po/pt_BR.po: Likewise.
8917 * po/sv.po: Likewise.
8918 * po/vi.po: Likewise.
8919
8920 2018-07-30 H.J. Lu <hongjiu.lu@intel.com>
8921
8922 [BZ #23467]
8923 * sysdeps/unix/sysv/linux/x86/Makefile (tests): Add
8924 tst-cet-property-1 and tst-cet-property-2 if CET is enabled.
8925 (CFLAGS-tst-cet-property-1.o): New.
8926 (ASFLAGS-tst-cet-property-dep-2.o): Likewise.
8927 ($(objpfx)tst-cet-property-2): Likewise.
8928 ($(objpfx)tst-cet-property-2.out): Likewise.
8929 * sysdeps/unix/sysv/linux/x86/tst-cet-property-1.c: New file.
8930 * sysdeps/unix/sysv/linux/x86/tst-cet-property-2.c: Likewise.
8931 * sysdeps/unix/sysv/linux/x86/tst-cet-property-dep-2.S: Likewise.
8932 * sysdeps/x86/dl-prop.h (_dl_process_cet_property_note): Parse
8933 each property item until GNU_PROPERTY_X86_FEATURE_1_AND is found.
8934
8935 2018-07-30 H.J. Lu <hongjiu.lu@intel.com>
8936
8937 [BZ #23458]
8938 * sysdeps/x86/Makefile (tests): Add tst-get-cpu-features-static.
8939
8940 2018-07-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
8941
8942 * sysdeps/mach/hurd/dl-unistd.h (__access, __brk, __lseek, __read,
8943 __sbrk): Do not set attribute_hidden.
8944 * sysdeps/mach/hurd/not-errno.h: New file.
8945 * sysdeps/mach/hurd/i386/ld.abilist: Update accordingly.
8946 * sysdeps/mach/hurd/i386/localplt.data: Update accordingly.
8947
8948 2018-07-27 Carlos O'Donell <carlos@redhat.com>
8949
8950 * po/uk.po: Update translations.
8951 * po/cs.po: Likewise.
8952 * po/pl.po: Likewise.
8953
8954 2018-07-27 H.J. Lu <hongjiu.lu@intel.com>
8955
8956 * sysdeps/x86/dl-prop.h (_dl_process_cet_property_note): Don't
8957 parse beyond the note end.
8958
8959 2018-07-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8960
8961 * sysdeps/unix/sysv/linux/tst-ofdlocks.c: Return unsupported if
8962 kernel does not support OFD locks.
8963 * sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c: Likewise.
8964
8965 2018-07-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
8966
8967 * sysdeps/mach/hurd/Versions (libc): Make __access and
8968 __access_noerrno external so they can override the ld symbols.
8969 (ld): Make __access, __read, __sbrk, __strtoul_internal, __write,
8970 __writev, __open64, __access_noerrno extern so they can be overrided.
8971 * sysdeps/mach/hurd/i386/libc.abilist: Update accordingly.
8972 * sysdeps/mach/hurd/i386/ld.abilist: Update accordingly.
8973
8974 2018-07-26 Carlos O'Donell <carlos@redhat.com>
8975
8976 * po/libc.pot: Regenerate.
8977
8978 2018-07-26 Joseph Myers <joseph@codesourcery.com>
8979
8980 * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
8981
8982 2018-07-26 H.J. Lu <hongjiu.lu@intel.com>
8983
8984 [BZ #23459]
8985 * sysdeps/x86/cpu-features.c (get_extended_indices): New
8986 function.
8987 (init_cpu_features): Call get_extended_indices for both Intel
8988 and AMD CPUs.
8989 * sysdeps/x86/cpu-features.h (COMMON_CPUID_INDEX_80000001):
8990 Remove "for AMD" comment.
8991
8992 2018-07-26 H.J. Lu <hongjiu.lu@intel.com>
8993
8994 [BZ # 23456]
8995 * sysdeps/x86/cpu-features.h (index_cpu_LZCNT): Set to
8996 COMMON_CPUID_INDEX_80000001.
8997
8998 2018-07-26 Stefan Liebler <stli@linux.ibm.com>
8999
9000 * string/tst-xbzero-opt.c (use_test_buffer): New function.
9001 (prepare_test_buffer): Call use_test_buffer as compiler barrier.
9002
9003 2018-07-26 Florian Weimer <fweimer@redhat.com>
9004
9005 * htl/lockfile.c (flockfile, funlockfile, ftrylockfile): Use weak
9006 aliases for symbols not in the implementation namespace.
9007
9008 2018-07-25 Carlos O'Donell <carlos@redhat.com>
9009
9010 [BZ #23393]
9011 * localedata/locales/iso14651_t1_common: Deinterlace uppercase and
9012 lowercase in LATIN script.
9013 * localedata/Makefile (test-input): Add en_US.UTF-8.
9014 * localedata/en_US.UTF-8.in: New file.
9015 * posix/tst-fnmatch.input: Add comments and new tests for en_US.UTF-8,
9016 and restore old tests.
9017 * posix/tst-regexloc.c (do_test): Add back range expression test.
9018
9019 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
9020
9021 * sysdeps/unix/sysv/linux/ia64/tst-setcontext4.c: New file.
9022
9023 2018-07-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9024
9025 * nptl/threads.h: Move to ...
9026 * sysdeps/nptl/threads.h: ... here.
9027 * sysdeps/hurd/stdc-predef.h: New file.
9028
9029 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
9030
9031 * sysdeps/unix/sysv/linux/x86/Makefile (tests): Add
9032 tst-cet-setcontext-1 if CET is enabled.
9033 (CFLAGS-tst-cet-setcontext-1.c): Add -mshstk.
9034 * sysdeps/unix/sysv/linux/x86/tst-cet-setcontext-1.c: New file.
9035
9036 2018-07-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9037
9038 * include/threads.h: Move to ...
9039 * sysdeps/nptl/threads.h: ... here.
9040 * sysdeps/htl/threads.h: New file.
9041 * conform/Makefile (linknamespace-libs-ISO11): Use
9042 static-thread-library instead of linking libpthread.
9043 (linknamespace-libs-XPG4): Revert wrong libcrypt.a addition.
9044
9045 2018-07-25 Florian Weimer <fweimer@redhat.com>
9046
9047 * nptl/tst-mtx-timedlock.c (do_test): Implement carry from
9048 nanoseconds into seconds.
9049 * nptl/tst-cnd-basic.c (signal_parent): Lock and unlock mutex.
9050 (do_test): Likewise.
9051 * nptl/tst-cnd-timedwait.c (signal_parent): Likewise.
9052 (do_test): Likewise. Avoid nanosecond overflow and spurious
9053 timeouts due to system load.
9054 * nptl/tst-cnd-broadcast.c (waiting_threads): New variable.
9055 (child_wait): Increment it.
9056 (do_test): Wait as long as necessary until all expected threads
9057 have arrived.
9058
9059 2018-07-25 Vedvyas Shanbhogue <vedvyas.shanbhogue@intel.com>
9060 H.J. Lu <hongjiu.lu@intel.com>
9061
9062 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h (ucontext_t): Add
9063 __ssp.
9064 * sysdeps/unix/sysv/linux/x86_64/__start_context.S: Include
9065 <asm/prctl.h> and "ucontext_i.h" when shadow stack is enabled.
9066 (__push___start_context): New.
9067 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Include
9068 <asm/prctl.h>.
9069 (__getcontext): Record the current shadow stack base. Save the
9070 caller's shadow stack pointer and base.
9071 * sysdeps/unix/sysv/linux/x86_64/makecontext.c: Include
9072 <pthread.h>, <libc-pointer-arith.h> and <sys/prctl.h>.
9073 (__push___start_context): New prototype.
9074 (__makecontext): Call __push___start_context to allocate a new
9075 shadow stack, push __start_context onto the new stack as well
9076 as the new shadow stack.
9077 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Include
9078 <asm/prctl.h>.
9079 (__setcontext): Restore the target shadow stack.
9080 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Include
9081 <asm/prctl.h>.
9082 (__swapcontext): Record the current shadow stack base. Save
9083 the caller's shadow stack pointer and base. Restore the target
9084 shadow stack.
9085 * sysdeps/unix/sysv/linux/x86_64/sysdep.h
9086 (STACK_SIZE_TO_SHADOW_STACK_SIZE_SHIFT): New.
9087 * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym (oSSP): New.
9088
9089 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
9090
9091 * stdlib/Makefile ((tests): Add tst-setcontext6, tst-setcontext7,
9092 tst-setcontext8 and tst-setcontext9.
9093 * stdlib/tst-setcontext6.c: New file.
9094 * stdlib/tst-setcontext7.c: Likewise.
9095 * stdlib/tst-setcontext8.c: Likewise.
9096 * stdlib/tst-setcontext9.c: Likewise.
9097
9098 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
9099
9100 * stdlib/Makefile ((tests): Add tst-setcontext5.
9101 * stdlib/tst-setcontext5.c: New file.
9102
9103 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
9104
9105 * stdlib/Makefile (tests): Add tst-setcontext4.
9106 * stdlib/tst-setcontext4.c: New file.
9107
9108 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
9109
9110 * stdlib/Makefile (tests): Add tst-swapcontext1.
9111 * stdlib/tst-swapcontext1.c: New test.
9112
9113 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
9114
9115 * sysdeps/x86/Makefile (tests): Add tst-cet-legacy-1,
9116 tst-cet-legacy-2, tst-cet-legacy-2a, tst-cet-legacy-3,
9117 tst-cet-legacy-4, tst-cet-legacy-4a, tst-cet-legacy-4b
9118 and tst-cet-legacy-4c.
9119 (modules-names): Add tst-cet-legacy-mod-1, tst-cet-legacy-mod-2
9120 and tst-cet-legacy-mod-4.
9121 (CFLAGS-tst-cet-legacy-2.c): New.
9122 (CFLAGS-tst-cet-legacy-mod-1.c): Likewise.
9123 (CFLAGS-tst-cet-legacy-mod-2.c): Likewise.
9124 (CFLAGS-tst-cet-legacy-3.c): Likewise.
9125 (CFLAGS-tst-cet-legacy-4.c): Likewise.
9126 (CFLAGS-tst-cet-legacy-mod-4.c): Likewise.
9127 ($(objpfx)tst-cet-legacy-1): Likewise.
9128 ($(objpfx)tst-cet-legacy-2): Likewise.
9129 ($(objpfx)tst-cet-legacy-2.out): Likewise.
9130 ($(objpfx)tst-cet-legacy-2a): Likewise.
9131 ($(objpfx)tst-cet-legacy-2a.out): Likewise.
9132 ($(objpfx)tst-cet-legacy-4): Likewise.
9133 ($(objpfx)tst-cet-legacy-4.out): Likewise.
9134 ($(objpfx)tst-cet-legacy-4a): Likewise.
9135 ($(objpfx)tst-cet-legacy-4a.out): Likewise.
9136 (tst-cet-legacy-4a-ENV): Likewise.
9137 ($(objpfx)tst-cet-legacy-4b): Likewise.
9138 ($(objpfx)tst-cet-legacy-4b.out): Likewise.
9139 (tst-cet-legacy-4b-ENV): Likewise.
9140 ($(objpfx)tst-cet-legacy-4c): Likewise.
9141 ($(objpfx)tst-cet-legacy-4c.out): Likewise.
9142 (tst-cet-legacy-4c-ENV): Likewise.
9143 * sysdeps/x86/tst-cet-legacy-1.c: New file.
9144 * sysdeps/x86/tst-cet-legacy-2.c: Likewise.
9145 * sysdeps/x86/tst-cet-legacy-2a.c: Likewise.
9146 * sysdeps/x86/tst-cet-legacy-3.c: Likewise.
9147 * sysdeps/x86/tst-cet-legacy-4.c: Likewise.
9148 * sysdeps/x86/tst-cet-legacy-4a.c: Likewise.
9149 * sysdeps/x86/tst-cet-legacy-4b.c: Likewise.
9150 * sysdeps/x86/tst-cet-legacy-4c.c: Likewise.
9151 * sysdeps/x86/tst-cet-legacy-mod-1.c: Likewise.
9152 * sysdeps/x86/tst-cet-legacy-mod-2.c: Likewise.
9153 * sysdeps/x86/tst-cet-legacy-mod-4.c: Likewise.
9154
9155 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
9156
9157 * sysdeps/i386/nptl/tcb-offsets.sym (SSP_BASE_OFFSET): New.
9158 * sysdeps/i386/nptl/tls.h (tcbhead_t): Replace __glibc_reserved2
9159 with ssp_base.
9160 * sysdeps/x86_64/nptl/tcb-offsets.sym (SSP_BASE_OFFSET): New.
9161 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Replace __glibc_reserved2
9162 with ssp_base.
9163
9164 2018-07-25 Andreas Schwab <schwab@suse.de>
9165
9166 [BZ #23442]
9167 * locale/weightwc.h (findidx): Handle the case where usrc is a
9168 prefix of cp but one character too short.
9169
9170 2018-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9171
9172 * NEWS: Add ISO C threads addition.
9173
9174 2018-07-24 Florian Weimer <fweimer@redhat.com>
9175
9176 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9177 [__LINUX_KERNEL_VERSION < 0x040D00] (__ASSUME_MLOCK2)
9178 (__ASSUME_COPY_FILE_RANGE): Undefine. Kernel support was added in
9179 4.13.
9180
9181 2018-07-24 H.J. Lu <hongjiu.lu@intel.com>
9182
9183 * sysdeps/unix/sysv/linux/x86/include/asm/prctl.h: New file.
9184 * sysdeps/unix/sysv/linux/x86/cpu-features.c: Include
9185 <sys/prctl.h> and <asm/prctl.h>.
9186 (get_cet_status): Call arch_prctl with ARCH_CET_STATUS.
9187 * sysdeps/unix/sysv/linux/x86/dl-cet.h: Include <sys/prctl.h>
9188 and <asm/prctl.h>.
9189 (dl_cet_allocate_legacy_bitmap): Call arch_prctl with
9190 ARCH_CET_LEGACY_BITMAP.
9191 (dl_cet_disable_cet): Call arch_prctl with ARCH_CET_DISABLE.
9192 (dl_cet_lock_cet): Call arch_prctl with ARCH_CET_LOCK.
9193 * sysdeps/x86/libc-start.c: Include <startup.h>.
9194
9195 2018-07-24 Florian Weimer <fweimer@redhat.com>
9196
9197 * sysdeps/unix/sysv/linux/sh/kernel-features.h (__ASSUME_STATX):
9198 Undefine. Suggested by Romain Naour <romain.naour@gmail.com>.
9199
9200 2018-07-24 Rical Jasan <rj@2c3t.io>
9201 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9202 Juan Manuel Torres Palma <jmtorrespalma@gmail.com>
9203
9204 [BZ #14092]
9205 * manual/debug.texi: Update adjacent chapter name.
9206 * manual/probes.texi: Likewise.
9207 * manual/threads.texi (ISO C Threads): New section.
9208 (POSIX Threads): Convert to a section.
9209
9210 2018-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9211 Juan Manuel Torres Palma <jmtorrespalma@gmail.com>
9212
9213 [BZ# 14092]
9214 * nptl/Makefile (tests): Add new test files.
9215 * nptl/tst-call-once.c : New file. Tests C11 functions and types.
9216 * nptl/tst-cnd-basic.c: Likewise.
9217 * nptl/tst-cnd-broadcast.c: Likewise.
9218 * nptl/tst-cnd-timedwait.c: Likewise.
9219 * nptl/tst-mtx-basic.c: Likewise.
9220 * nptl/tst-mtx-recursive.c: Likewise.
9221 * nptl/tst-mtx-timedlock.c: Likewise.
9222 * nptl/tst-mtx-trylock.c: Likewise.
9223 * nptl/tst-thrd-basic.c: Likewise.
9224 * nptl/tst-thrd-detach.c: Likewise.
9225 * nptl/tst-thrd-sleep.c: Likewise.
9226 * nptl/tst-tss-basic.c: Likewise.
9227
9228 2018-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9229
9230 [BZ #14092]
9231 * sysdeps/unix/sysv/linux/aarch64/libc.abilist [GLIBC_2.28]
9232 (thrd_current, thrd_equal, thrd_sleep, thrd_yield): Add C11 thread
9233 symbols.
9234 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
9235 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
9236 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
9237 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
9238 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
9239 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
9240 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
9241 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
9242 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
9243 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
9244 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
9245 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
9246 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
9247 Likewise.
9248 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9249 Likewise.
9250 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
9251 Likewise.
9252 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
9253 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
9254 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
9255 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
9256 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
9257 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
9258 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
9259 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
9260 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
9261 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist [[GLIBC_2.28]
9262 (call_once, cnd_broadcast, cnd_destroy, cnd_init, cnd_signal,
9263 cnd_timedwait, cnd_wait, mtx_destroy, mtx_init, mtx_lock,
9264 mtx_timedlock, mtx_trylock, mtx_unlokc, thrd_create, thrd_detach,
9265 thrd_exit, thrd_join, tss_create, tss_delete, tss_get, tss_set):
9266 Likewise.
9267 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: Likewise.
9268 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: Likewise.
9269 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: Likewise.
9270 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: Likewise.
9271 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: Likewise.
9272 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: Likewise.
9273 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: Likewise.
9274 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: Likewise.
9275 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Likewise.
9276 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: Likewise.
9277 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: Likewise.
9278 * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: Likewise.
9279 ikewise.
9280 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist:
9281 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9282 Likewise.
9283 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9284 Likewise.
9285 * sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist: Likewise.
9286 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: Likewise.
9287 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: Likewise.
9288 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: Likewise.
9289 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: Likewise.
9290 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: Likewise.
9291 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: Likewise.
9292 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: Likewise.
9293
9294 [BZ #14092]
9295 * conform/data/threads.h-data (thread_local): New macro.
9296 (TSS_DTOR_ITERATIONS): Likewise.
9297 (tss_t): New type.
9298 (tss_dtor_t): Likewise.
9299 (tss_create): New function.
9300 (tss_get): Likewise.
9301 (tss_set): Likewise.
9302 (tss_delete): Likewise.
9303 * nptl/Makefile (libpthread-routines): Add tss_create, tss_delete,
9304 tss_get, and tss_set objects.
9305 * nptl/Versions (libpthread) [GLIBC_2.28]: Likewise.
9306 * nptl/tss_create.c: New file.
9307 * nptl/tss_delete.c: Likewise.
9308 * nptl/tss_get.c: Likewise.
9309 * nptl/tss_set.c: Likewise.
9310 * sysdeps/nptl/threads.h (thread_local): New define.
9311 (TSS_DTOR_ITERATIONS): Likewise.
9312 (tss_t): New typedef.
9313 (tss_dtor_t): Likewise.
9314 (tss_create): New prototype.
9315 (tss_get): Likewise.
9316 (tss_set): Likewise.
9317 (tss_delete): Likewise.
9318
9319 [BZ #14092]
9320 * conform/data/threads.h-data (cnd_t): New type.
9321 (cnd_init): New function.
9322 (cnd_signal): Likewise.
9323 (cnd_broadcast): Likewise.
9324 (cnd_wait): Likewise.
9325 (cnd_timedwait): Likewise.
9326 (cnd_destroy): Likewise.
9327 * nptl/Makefile (libpthread-routines): Add cnd_broadcast,
9328 cnd_destroy, cnd_init, cnd_signal, cnd_timedwait, and cnd_wait
9329 object.
9330 * nptl/Versions (libpthread) [GLIBC_2.28]: Likewise.
9331 * nptl/cnd_broadcast.c: New file.
9332 * nptl/cnd_destroy.c: Likewise.
9333 * nptl/cnd_init.c: Likewise.
9334 * nptl/cnd_signal.c: Likewise.
9335 * nptl/cnd_timedwait.c: Likewise.
9336 * nptl/cnd_wait.c: Likewise.
9337 * sysdeps/nptl/threads.h (cnd_t): New type.
9338 (cnd_init): New prototype.
9339 (cnd_signa): Likewise.
9340 (cnd_broadcast): Likewise.
9341 (cnd_wait): Likewise.
9342 (cnd_timedwait): Likewise.
9343 (cnd_destroy): Likewise.
9344
9345 [BZ #14092]
9346 * conform/data/threads.h-data (ONCE_FLAG_INIT): New macro.
9347 (once_flag): New type.
9348 (call_once): New function.
9349 * nptl/Makefile (libpthread-routines): Add call_once object.
9350 * nptl/Versions (libphread) [GLIBC_2.28]: Add call_once symbol.
9351 * nptl/call_once.c: New file.
9352 * sysdeps/nptl/threads.h (ONCE_FLAG_INIT): New define.
9353 (once_flag): New type.
9354 (call_once): New prototype.
9355
9356 [BZ #14092]
9357 * conform/data/threads.h-data (mtx_plain): New constant.
9358 (mtx_recursive): Likewise.
9359 (mtx_timed): Likewise.
9360 (mtx_t): New type.
9361 (mtx_init): New function.
9362 (mtx_lock): Likewise.
9363 (mtx_timedlock): Likewise.
9364 (mtx_trylock): Likewise.
9365 (mtx_unlock): Likewise.
9366 (mtx_destroy): Likewise.
9367 * nptl/Makefile (libpthread-routines): Add mtx_destroy, mtx_init,
9368 mtx_lock, mtx_timedlock, mtx_trylock, and mtx_unlock object.
9369 * nptl/Versions (libpthread) [GLIBC_2.28]): Add mtx_init, mtx_lock,
9370 mtx_timedlock, mtx_trylock, mtx_unlock, and mtx_destroy.
9371 * nptl/mtx_destroy.c: New file.
9372 * nptl/mtx_init.c: Likewise.
9373 * nptl/mtx_lock.c: Likewise.
9374 * nptl/mtx_timedlock.c: Likewise.
9375 * nptl/mtx_trylock.c: Likewise.
9376 * nptl/mtx_unlock.c: Likewise.
9377 * sysdeps/nptl/threads.h (mtx_plain): New enumeration.
9378 (mtx_recursive): Likewise.
9379 (mtx_timed): Likewise.
9380 (mtx_t): New type.
9381 (mtx_init): New prototype.
9382 (mtx_lock): Likewise.
9383 (mtx_timedlock): Likewise.
9384 (mtx_trylock): Likewise.
9385 (mtx_unlock): Likewise.
9386 (mtx_destroy): Likewise.
9387
9388 [BZ #14092]
9389 * conform/Makefile (conformtest-headers-ISO11): Add threads.h.
9390 (linknamespace-libs-ISO11): Add libpthread.a.
9391 * conform/data/threads.h-data: New file: add C11 thrd_* types and
9392 functions.
9393 * include/stdc-predef.h (__STDC_NO_THREADS__): Remove definition.
9394 * nptl/Makefile (headers): Add threads.h.
9395 (libpthread-routines): Add new C11 thread thrd_create, thrd_current,
9396 thrd_detach, thrd_equal, thrd_exit, thrd_join, thrd_sleep, and
9397 thrd_yield.
9398 * nptl/Versions (libpthread) [GLIBC_2.28]): Add new C11 thread
9399 thrd_create, thrd_current, thrd_detach, thrd_equal, thrd_exit,
9400 thrd_join, thrd_sleep, and thrd_yield symbols.
9401 * nptl/descr.h (struct pthread): Add c11 field.
9402 * nptl/pthreadP.h (ATTR_C11_THREAD): New define.
9403 * nptl/pthread_create.c (START_THREAD_DEFN): Call C11 thread start
9404 routine with expected function prototype.
9405 (__pthread_create_2_1): Add C11 threads check based on attribute
9406 value.
9407 * sysdeps/unix/sysdep.h (INTERNAL_SYSCALL_CANCEL): New macro.
9408 * nptl/thrd_create.c: New file.
9409 * nptl/thrd_current.c: Likewise.
9410 * nptl/thrd_detach.c: Likewise.
9411 * nptl/thrd_equal.c: Likewise.
9412 * nptl/thrd_exit.c: Likewise.
9413 * nptl/thrd_join.c: Likewise.
9414 * nptl/thrd_priv.h: Likewise.
9415 * nptl/thrd_sleep.c: Likewise.
9416 * nptl/thrd_yield.c: Likewise.
9417 * include/threads.h: Likewise.
9418
9419 2018-07-24 H.J. Lu <hongjiu.lu@intel.com>
9420
9421 * bits/indirect-return.h: New file.
9422 * misc/sys/cdefs.h (__glibc_has_attribute): New.
9423 * sysdeps/x86/bits/indirect-return.h: Likewise.
9424 * stdlib/Makefile (headers): Add bits/indirect-return.h.
9425 * stdlib/ucontext.h: Include <bits/indirect-return.h>.
9426 (swapcontext): Add __INDIRECT_RETURN.
9427 * string/tst-xbzero-opt.c (ALWAYS_INLINE): New.
9428 (prepare_test_buffer): Use it.
9429
9430 2018-07-24 Andreas Schwab <schwab@suse.de>
9431
9432 [BZ #23448]
9433 * iconvdata/ibm1364.c (MAX_NEEDED_OUTPUT) [FROM_LOOP]: Define.
9434 (MAX_NEEDED_INPUT) [TO_LOOP]: Define.
9435
9436 2018-07-24 H.J. Lu <hongjiu.lu@intel.com>
9437
9438 * sysdeps/unix/sysv/linux/i386/vfork.S (SYSCALL_ERROR_HANDLER):
9439 Redefine if shadow stack is enabled.
9440 (SYSCALL_ERROR_LABEL): Likewise.
9441 (__vfork): Pop shadow stack and jump back to to caller directly
9442 when shadow stack is in use.
9443 * sysdeps/unix/sysv/linux/x86_64/vfork.S (SYSCALL_ERROR_HANDLER):
9444 Redefine if shadow stack is enabled.
9445 (SYSCALL_ERROR_LABEL): Likewise.
9446 (__vfork): Pop shadow stack and jump back to to caller directly
9447 when shadow stack is in use.
9448
9449 2018-07-24 H.J. Lu <hongjiu.lu@intel.com>
9450
9451 * sysdeps/x86_64/tst-quadmod1.S (func): Add endbr64 if IBT is
9452 enabled.
9453 (foo): Likewise.
9454 * sysdeps/x86_64/tst-quadmod2.S (func) : Likewise.
9455 (foo): Likewise.
9456
9457 2018-07-20 Joseph Myers <joseph@codesourcery.com>
9458
9459 * scripts/build-many-glibcs.py (Context.checkout): Default
9460 binutils version to 2.31 branch.
9461
9462 2018-07-20 Zong Li <zong@andestech.com>
9463
9464 * scripts/build-many-glibcs.py (Context.checkout_tar): Change the
9465 URL of gcc's tarball.
9466
9467 2018-07-20 Florian Weimer <fweimer@redhat.com>
9468
9469 [BZ #23396]
9470 * posix/regcomp.c (build_equiv_class): When comparing weights, do
9471 not compare an extra byte after the end of the weights.
9472
9473 2018-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
9474
9475 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Set multiple_threads
9476 to 1.
9477 * sysdeps/hurd/include/hurd/port.h [!_ISOMAC]: Do not declare libc
9478 hidden prototypes.
9479 * sysdeps/mach/include/mach-shortcuts-hidden.h [!_ISOMAC]: Likewise.
9480 * sysdeps/mach/include/mach/mach_traps.h [!_ISOMAC]: Likewise.
9481 * scripts/check-execstack.awk: Consider `xfail' variable containing a
9482 list of libraries whose stack executability is expected.
9483 * elf/Makefile ($(objpfx)check-execstack.out): Pass
9484 $(check-execstack-xfail) to check-execstack.awk through `xfail'
9485 variable.
9486 * sysdeps/mach/hurd/i386/Makefile (check-execstack-xfail): Set to ld.so
9487 libc.so libpthread.so.
9488
9489 2018-07-20 Thomas Schwinge <tschwinge@gnu.org>
9490
9491 * sysdeps/mach/hurd/socket.c (__socket): Handle SOCK_CLOEXEC and
9492 SOCK_NONBLOCK.
9493 * sysdeps/mach/hurd/socketpair.c (__socketpair): Handle SOCK_CLOEXEC
9494 and SOCK_NONBLOCK.
9495 * sysdeps/mach/hurd/pipe2.c: New file, copy from pipe.c. Evolve it to
9496 implement __pipe2.
9497 * sysdeps/mach/hurd/pipe.c (__pipe): Reimplement using __pipe2.
9498
9499 2018-07-19 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
9500
9501 * benchtests/scripts/compare_bench.py (__main__): use the argparse
9502 library to improve command line parsing.
9503 (__main__): make schema file as optional parameter (--schema),
9504 defaulting to benchtests/scripts/benchout.schema.json.
9505 (main): move out of the parsing stuff to __main_  and leave it
9506 only as caller of main comparison functions.
9507
9508 2018-07-19 H.J. Lu <hongjiu.lu@intel.com>
9509
9510 * NEWS: Add a note for Intel CET status.
9511 * manual/install.texi: Likewise.
9512 * INSTALL: Regenerated.
9513
9514 2018-07-18 Quentin PAGÈS <provaires@quentino.fr>
9515
9516 [BZ #23140]
9517 * localedata/locales/oc_FR (mon): Rename to...
9518 (alt_mon): This, then update October (typo fix).
9519 (mon): New content (genitive case, month names preceded by
9520 "de" or "d’").
9521
9522 [BZ #23422]
9523 * localedata/locales/oc_FR (abday): Update all items.
9524 (day): Update Wednesday and Saturday (typo fixes).
9525 (abmon): Update all items, except May.
9526 (d_fmt): Update "%d.%m.%Y" -> "%d/%m/%Y".
9527 (LC_IDENTIFICATION): Bump the revision number and date.
9528 Keep the "category" entries in alphabetic order.
9529 (LC_ADDRESS): Remove no longer needed comment.
9530 (LC_COLLATE): Use “copy "ca_ES"”.
9531 (LC_NAME): Set the correct values of "name_fmt", "name_mr", and
9532 "name_mrs".
9533
9534 2018-07-18 Joseph Myers <joseph@codesourcery.com>
9535
9536 * grp/tst_fgetgrent.c: Include <unistd.h>.
9537 (main): Use mkstemp instead of tmpnam.
9538 * io/test-utime.c (main): Likewise.
9539 * posix/annexc.c (macrofile): Change to modifiable array.
9540 (main): Remove macrofile here.
9541 (get_null_defines): Use mkstemp instead of tmpnam. Do not remove
9542 macrofile here.
9543 (check_header): Do not remove macrofile here.
9544 * posix/bug-getopt1.c: Include <stdlib.h>.
9545 (do_test): Use mkstemp instead of tmpnam.
9546 * posix/bug-getopt2.c: Include <stdlib.h>.
9547 (do_test): Use mkstemp instead of tmpnam.
9548 * posix/bug-getopt3.c: Include <stdlib.h>.
9549 (do_test): Use mkstemp instead of tmpnam.
9550 * posix/bug-getopt4.c: Include <stdlib.h>.
9551 (do_test): Use mkstemp instead of tmpnam.
9552 * posix/bug-getopt5.c: Include <stdlib.h>.
9553 (do_test): Use mkstemp instead of tmpnam.
9554 * stdio-common/bug7.c: Include <stdlib.h> and <unistd.h>.
9555 (main): Use mkstemp instead of tmpnam.
9556 * stdio-common/tst-fdopen.c: Include <stdlib.h>.
9557 (main): Use mkstemp instead of tmpnam.
9558 * stdio-common/tst-ungetc.c: Include <stdlib.h>.
9559 (main): use mkstemp instead of tmpnam.
9560 * stdlib/isomac.c (macrofile): Change to modifiable array.
9561 (main): Remove macrofile here.
9562 (get_null_defines): Use mkstemp instead of tmpnam. Do not remove
9563 macrofile here.
9564 (check_header): Do not remove macrofile here.
9565
9566 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9567
9568 * manual/tunables.texi: Document glibc.tune.x86_ibt and
9569 glibc.tune.x86_shstk.
9570
9571 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9572
9573 * NEWS: Mention --enable-cet.
9574 * manual/install.texi: Document --enable-cet.
9575 * INSTALL: Regenerated.
9576
9577 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9578
9579 * sysdeps/x86_64/multiarch/memcmp-sse4.S (BRANCH_TO_JMPTBL_ENTRY):
9580 Add _CET_NOTRACK before indirect jump to jump table.
9581
9582 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9583
9584 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S
9585 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9586 to jump table.
9587
9588 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9589
9590 * sysdeps/i386/i686/multiarch/strcat-sse2.S
9591 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9592 to jump table.
9593
9594 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9595
9596 * sysdeps/i386/i686/multiarch/strcpy-sse2.S
9597 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9598 to jump table.
9599
9600 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9601
9602 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S
9603 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9604 to jump table.
9605
9606 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9607
9608 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
9609 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9610 to jump table.
9611 (BRANCH_TO_JMPTBL_ENTRY_TAIL): Likewise.
9612
9613 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9614
9615 * sysdeps/i386/i686/multiarch/memcmp-sse4.S
9616 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9617 to jump table.
9618
9619 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9620
9621 * sysdeps/i386/i686/multiarch/memset-sse2.S
9622 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9623 to jump table.
9624
9625 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9626
9627 * sysdeps/i386/i686/memcmp.S (memcmp): Add _CET_NOTRACK before
9628 indirect jump to jump table.
9629
9630 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9631
9632 * sysdeps/x86_64/multiarch/memcpy-ssse3.S
9633 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9634 to jump table.
9635 (MEMCPY): Likewise.
9636
9637 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9638
9639 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S
9640 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9641 to jump table.
9642 (MEMCPY): Likewise.
9643
9644 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9645
9646 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Add
9647 _CET_NOTRACK before indirect jump to jump table.
9648
9649 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9650
9651 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S
9652 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9653 to jump table.
9654
9655 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9656
9657 * sysdeps/x86_64/strcmp.S (STRCMP): Add _CET_NOTRACK before
9658 indirect jump to jump table.
9659
9660 2018-07-18 Valery Timiriliyev <timiriliyev@gmail.com>
9661
9662 [BZ #22241]
9663 * localedata/Makefile (test-input): Add sah_RU.UTF-8.
9664 (LOCALES): Likewise.
9665 * localedata/SUPPORTED (sah_RU/UTF-8): New entry.
9666 * localedata/locales/sah_RU: New file.
9667 * localedata/sah_RU.UTF-8.in: New file.
9668
9669 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
9670
9671 * sysdeps/i386/add_n.S: Include <sysdep.h>, instead of
9672 "sysdep.h".
9673 (__mpn_add_n): Save and restore %ebx if IBT is enabed. Add
9674 _CET_ENDBR to indirect jump targets and adjust jump destination
9675 for _CET_ENDBR.
9676 * sysdeps/i386/i686/add_n.S: Include <sysdep.h>, instead of
9677 "sysdep.h".
9678 (__mpn_add_n): Save and restore %ebx if IBT is enabed. Add
9679 _CET_ENDBR to indirect jump targets and adjust jump destination
9680 for _CET_ENDBR.
9681 * sysdeps/i386/sub_n.S: Include <sysdep.h>, instead of
9682 "sysdep.h".
9683 (__mpn_sub_n): Save and restore %ebx if IBT is enabed. Add
9684 _CET_ENDBR to indirect jump targets and adjust jump destination
9685 for _CET_ENDBR.
9686
9687 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
9688
9689 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Add
9690 _CET_ENDBR.
9691
9692 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
9693
9694 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_return): Add
9695 _CET_ENDBR.
9696 (_dl_tlsdesc_undefweak): Likewise.
9697 (_dl_tlsdesc_dynamic): Likewise.
9698 (_dl_tlsdesc_resolve_abs_plus_addend): Likewise.
9699 (_dl_tlsdesc_resolve_rel): Likewise.
9700 (_dl_tlsdesc_resolve_rela): Likewise.
9701 (_dl_tlsdesc_resolve_hold): Likewise.
9702 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_return): Likewise.
9703 (_dl_tlsdesc_undefweak): Likewise.
9704 (_dl_tlsdesc_dynamic): Likewise.
9705 (_dl_tlsdesc_resolve_rela): Likewise.
9706 (_dl_tlsdesc_resolve_hold): Likewise.
9707
9708 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
9709
9710 * sysdeps/i386/crti.S (_init): Add _CET_ENDBR.
9711 (_fini): Likewise.
9712 * sysdeps/x86_64/crti.S (_init): Likewise.
9713 (_fini): Likewise.
9714
9715 2018-07-17 Rafal Luzynski <digitalfreak@lingonborough.com>
9716
9717 [BZ #23140]
9718 * localedata/locales/os_RU (mon): Rename to...
9719 (alt_mon): This.
9720 (mon): Import from CLDR (genitive case).
9721
9722 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
9723
9724 * sysdeps/x86/cpu-features.c: Always include <dl-cet.h> and
9725 cet-tunables.h> when CET is enabled.
9726
9727 2018-07-16 H.J. Lu <hongjiu.lu@intel.com>
9728
9729 [BZ #21598]
9730 * configure.ac: Add --enable-cet.
9731 * configure: Regenerated.
9732 * elf/Makefille (all-built-dso): Add a comment.
9733 * elf/dl-load.c (filebuf): Moved before "dynamic-link.h".
9734 Include <dl-prop.h>.
9735 (_dl_map_object_from_fd): Call _dl_process_pt_note on PT_NOTE
9736 segment.
9737 * elf/dl-open.c: Include <dl-prop.h>.
9738 (dl_open_worker): Call _dl_open_check.
9739 * elf/rtld.c: Include <dl-prop.h>.
9740 (dl_main): Call _rtld_process_pt_note on PT_NOTE segment. Call
9741 _rtld_main_check.
9742 * sysdeps/generic/dl-prop.h: New file.
9743 * sysdeps/i386/dl-cet.c: Likewise.
9744 * sysdeps/unix/sysv/linux/x86/cpu-features.c: Likewise.
9745 * sysdeps/unix/sysv/linux/x86/dl-cet.h: Likewise.
9746 * sysdeps/x86/cet-tunables.h: Likewise.
9747 * sysdeps/x86/check-cet.awk: Likewise.
9748 * sysdeps/x86/configure: Likewise.
9749 * sysdeps/x86/configure.ac: Likewise.
9750 * sysdeps/x86/dl-cet.c: Likewise.
9751 * sysdeps/x86/dl-procruntime.c: Likewise.
9752 * sysdeps/x86/dl-prop.h: Likewise.
9753 * sysdeps/x86/libc-start.h: Likewise.
9754 * sysdeps/x86/link_map.h: Likewise.
9755 * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Add
9756 _CET_ENDBR.
9757 (_dl_runtime_profile): Likewise.
9758 (_dl_runtime_resolve_shstk): New.
9759 (_dl_runtime_profile_shstk): Likewise.
9760 * sysdeps/linux/x86/Makefile (sysdep-dl-routines): Add dl-cet
9761 if CET is enabled.
9762 (CFLAGS-.o): Add -fcf-protection if CET is enabled.
9763 (CFLAGS-.os): Likewise.
9764 (CFLAGS-.op): Likewise.
9765 (CFLAGS-.oS): Likewise.
9766 (asm-CPPFLAGS): Add -fcf-protection -include cet.h if CET
9767 is enabled.
9768 (tests-special): Add $(objpfx)check-cet.out.
9769 (cet-built-dso): New.
9770 (+$(cet-built-dso:=.note)): Likewise.
9771 (common-generated): Add $(cet-built-dso:$(common-objpfx)%=%.note).
9772 ($(objpfx)check-cet.out): New.
9773 (generated): Add check-cet.out.
9774 * sysdeps/x86/cpu-features.c: Include <dl-cet.h> and
9775 <cet-tunables.h>.
9776 (TUNABLE_CALLBACK (set_x86_ibt)): New prototype.
9777 (TUNABLE_CALLBACK (set_x86_shstk)): Likewise.
9778 (init_cpu_features): Call get_cet_status to check CET status
9779 and update dl_x86_feature_1 with CET status. Call
9780 TUNABLE_CALLBACK (set_x86_ibt) and TUNABLE_CALLBACK
9781 (set_x86_shstk). Disable and lock CET in libc.a.
9782 * sysdeps/x86/cpu-tunables.c: Include <cet-tunables.h>.
9783 (TUNABLE_CALLBACK (set_x86_ibt)): New function.
9784 (TUNABLE_CALLBACK (set_x86_shstk)): Likewise.
9785 * sysdeps/x86/sysdep.h (_CET_NOTRACK): New.
9786 (_CET_ENDBR): Define if not defined.
9787 (ENTRY): Add _CET_ENDBR.
9788 * sysdeps/x86/dl-tunables.list (glibc.tune): Add x86_ibt and
9789 x86_shstk.
9790 * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve): Add
9791 _CET_ENDBR.
9792 (_dl_runtime_profile): Likewise.
9793
9794 2018-07-16 Rogerio A. Cardoso <rcardoso@linux.vnet.ibm.com>
9795
9796 [BZ #21895]
9797 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Remove condition code for
9798 restore r2 on longjmp.
9799 * sysdeps/powerpc/powerpc64/Makefile: Added tst-setjmp-bug21895-static to
9800 test list.
9801 Added rules to build test tst-setjmp-bug21895-static.
9802 Added module setjmp-bug21895 and rules to build a shared object from it.
9803 * sysdeps/powerpc/powerpc64/setjmp-bug21895.c: New test file.
9804 * sysdeps/powerpc/powerpc64/tst-setjmp-bug21895-static.c: New test file.
9805
9806 2018-07-15 Wilco Dijkstra <wdijkstr@arm.com>
9807
9808 * benchtests/bench-strcasestr.c: Rename __strnlen to strnlen.
9809 * benchtests/bench-strstr.c: Likewise.
9810 * string/memmem.c (FASTSEARCH): Define.
9811 * string/str-two-way.h (two_way_short_needle): Minor cleanups.
9812 Add support for FASTSEARCH.
9813 * string/strcasestr.c (AVAILABLE): Use read-ahead __strnlen.
9814 * string/strstr.c (AVAILABLE): Use read-ahead __strnlen.
9815 (FASTSEARCH): Define.
9816 * string/test-strcasestr.c: Rename __strnlen to strnlen.
9817 * string/test-strstr.c: Likewise.
9818
9819 2018-07-15 H.J. Lu <hongjiu.lu@intel.com>
9820
9821 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Undef
9822 SHADOW_STACK_POINTER_OFFSET after including <jmp_buf-ssp.h>.
9823
9824 2018-07-14 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
9825 H.J. Lu <hongjiu.lu@intel.com>
9826
9827 * sysdeps/i386/__longjmp.S: Include <jmp_buf-ssp.h>.
9828 (__longjmp): Restore shadow stack pointer if shadow stack is
9829 enabled, SHADOW_STACK_POINTER_OFFSET is defined and __longjmp
9830 isn't defined for __longjmp_cancel.
9831 * sysdeps/i386/bsd-_setjmp.S: Include <jmp_buf-ssp.h>.
9832 (_setjmp): Save shadow stack pointer if shadow stack is enabled
9833 and SHADOW_STACK_POINTER_OFFSET is defined.
9834 * sysdeps/i386/bsd-setjmp.S: Include <jmp_buf-ssp.h>.
9835 (setjmp): Save shadow stack pointer if shadow stack is enabled
9836 and SHADOW_STACK_POINTER_OFFSET is defined.
9837 * sysdeps/i386/setjmp.S: Include <jmp_buf-ssp.h>.
9838 (__sigsetjmp): Save shadow stack pointer if shadow stack is
9839 enabled and SHADOW_STACK_POINTER_OFFSET is defined.
9840 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Include
9841 <jmp_buf-ssp.h>.
9842 (____longjmp_chk): Restore shadow stack pointer if shadow stack
9843 is enabled and SHADOW_STACK_POINTER_OFFSET is defined.
9844 * sysdeps/unix/sysv/linux/x86/Makefile (gen-as-const-headers):
9845 Remove jmp_buf-ssp.sym.
9846 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
9847 <jmp_buf-ssp.h>.
9848 (____longjmp_chk): Restore shadow stack pointer if shadow stack
9849 is enabled and SHADOW_STACK_POINTER_OFFSET is defined.
9850 * sysdeps/x86/Makefile (gen-as-const-headers): Add
9851 jmp_buf-ssp.sym.
9852 * sysdeps/x86/jmp_buf-ssp.sym: New dummy file.
9853 * sysdeps/x86_64/__longjmp.S: Include <jmp_buf-ssp.h>.
9854 (__longjmp): Restore shadow stack pointer if shadow stack is
9855 enabled, SHADOW_STACK_POINTER_OFFSET is defined and __longjmp
9856 isn't defined for __longjmp_cancel.
9857 * sysdeps/x86_64/setjmp.S: Include <jmp_buf-ssp.h>.
9858 (__sigsetjmp): Save shadow stack pointer if shadow stack is
9859 enabled and SHADOW_STACK_POINTER_OFFSET is defined.
9860
9861 2018-07-14 H.J. Lu <hongjiu.lu@intel.com>
9862
9863 [BZ #22563]
9864 * nptl/pthread_create.c: Include <tls-setup.h>.
9865 (__pthread_create_2_1): Call tls_setup_tcbhead.
9866 * sysdeps/generic/tls-setup.h: New file.
9867 * sysdeps/x86/nptl/tls-setup.h: Likewise.
9868 * sysdeps/i386/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
9869 * sysdeps/x86_64/nptl/tcb-offsets.sym (FEATURE_1_OFFSET):
9870 Likewise.
9871 * sysdeps/i386/nptl/tls.h (tcbhead_t): Rename __glibc_reserved1
9872 to feature_1.
9873 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Likewise.
9874 * sysdeps/x86/sysdep.h (X86_FEATURE_1_IBT): New.
9875 (X86_FEATURE_1_SHSTK): Likewise.
9876 (CET_ENABLED): Likewise.
9877 (IBT_ENABLED): Likewise.
9878 (SHSTK_ENABLED): Likewise.
9879
9880 2018-07-13 Rafal Luzynski <digitalfreak@lingonborough.com>
9881
9882 [BZ #23208]
9883 * localedata/Makefile (test-input): Add dsb_DE.UTF-8.
9884 (LOCALES): Likewise.
9885 * localedata/dsb_DE.UTF-8.in: New file.
9886 * localedata/locales/dsb_DE (LC_COLLATE): Fix syntax error.
9887
9888 2018-07-12 Florian Weimer <fweimer@redhat.com>
9889
9890 * nptl/allocatestack.c [_STACK_GROWS_UP] (allocate_stack): Call
9891 __mprotect, not mprotect.
9892
9893 2018-07-11 Florian Weimer <fweimer@redhat.com>
9894
9895 * io/Makefile (headers): Add bits/statx.h.
9896
9897 2018-07-10 Mike FABIAN <mfabian@redhat.com>
9898
9899 * localedata/charmaps/UTF-8: Use correct Unicode version 11.0.0 in comment.
9900 * localedata/locales/i18n_ctype: Use correct Unicode version in comments
9901 and headers.
9902 * localedata/unicode-gen/utf8_gen.py: Add option to specify Unicode version
9903 * localedata/unicode-gen/Makefile: Use option to specify Unicode version
9904 for utf8_gen.py
9905
9906 2018-07-10 Florian Weimer <fweimer@redhat.com>
9907
9908 * io/Makefile (routines): Add statx.
9909 (tests-internal): Add tst-statx.
9910 * io/Versions (GLIBC_2.28): Export statx.
9911 * io/bits/statx.h: New file.
9912 * io/sys/stat.h [__USE_GNU]: Include it.
9913 * io/fcntl.h [__USE_GNU] (AT_STATX_SYNC_TYPE)
9914 (AT_STATX_SYNC_AS_STAT, AT_STATX_FORCE_SYNC, AT_STATX_DONT_SYNC):
9915 Define.
9916 * io/statx.c: New file.
9917 * io/statx_generic.: Likewise.
9918 * io/tst-statx.: Likewise.
9919 * include/bits/statx.h: Likewise.
9920 * sysdeps/unix/sysv/linux/kernel-features.h
9921 [__LINUX_KERNEL_VERSION >= 0x040B00] (__ASSUME_STATX): Define.
9922 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9923 [__LINUX_KERNEL_VERSION < 0x040D00] (__ASSUME_STATX): Undefine.
9924 * sysdeps/unix/sysv/linux/ia64/kernel-features.h (__ASSUME_STATX):
9925 Undefine.
9926 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9927 [__LINUX_KERNEL_VERSION < 0x040C00] (__ASSUME_STATX): Undefine.
9928 * sysdeps/unix/sysv/linux/statx.c: New file.
9929 * manual/filesys.texi: Note that statx is undocumented.
9930 * sysdeps/**/libc*.abilist: Update.
9931
9932 2018-07-10 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9933
9934 * sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c: Add a comment about
9935 a kernel issue which lead to test failure in some cases.
9936
9937 2018-07-10 Florian Weimer <fweimer@redhat.com>
9938
9939 [BZ #23036]
9940 * posix/regexec.c (check_node_accept_bytes): When comparing
9941 weights, do not compare an extra byte after the end of the
9942 weights.
9943
9944 2018-07-10 Florian Weimer <fweimer@redhat.com>
9945
9946 * libio/readline.c: Fix copyright year.
9947 * libio/tst-readline.c Likewise.
9948 * nss/tst-nss-files-hosts-getent.c: Likewise.
9949
9950 2018-07-06 Florian Weimer <fweimer@redhat.com>
9951
9952 [BZ #18991]
9953 * nss/nss_files/files-XXX.c (internal_getent): Use
9954 __libc_readline_unlocked. Seek back to the start of the line if
9955 parsing failes with ERANGE.
9956 (get_contents_ret, get_contents): Remove.
9957 * nss/tst-nss-files-hosts-getent.c: New file.
9958 * nss/Makefile (tests): Add tst-nss-files-hosts-getent.
9959 (tst-nss-files-hosts-getent): Link with -ldl.
9960
9961 2018-07-06 Florian Weimer <fweimer@redhat.com>
9962
9963 * include/stdio.h (__libc_readline_unlocked): Declare.
9964 (__ftello64, __fseeko64): Declare aliases.
9965 * libio/readline.c: New file.
9966 * libio/tst-readline.c: Likewise.
9967 (routines): Add readline.
9968 (tests-internal): Add tst-readlime.
9969 * libio/Versions (GLIBC_PRIVATE): Export __fseeko64, __ftello64,
9970 __libc_readline_unlocked.
9971 * libio/fseeko.c (__fseeko): Rename from fseeko.
9972 (fseeko): Add alias.
9973 [__OFF_T_MATCHES_OFF64_T] (fseeko64, __fseeko64): Likewise.
9974 * libio/fseeko64.c (__fseeko64): Rename from fseeko64.
9975 (fseeko64): Add alias.
9976 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T] (__ftello64): Add alias.
9977 * libio/ftello64.c (__ftello64): Rename from ftello64.
9978 (ftello64): Add alias.
9979
9980 2018-07-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
9981
9982 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h (HWCAP_IMPORTANT): Add
9983 HWCAP_ATOMICS.
9984
9985 2018-07-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
9986
9987 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (init_cpu_features):
9988 Use dl_hwcap without masking.
9989 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h (HWCAP_IMPORTANT):
9990 Remove HWCAP_CPUID.
9991
9992 2018-07-06 Florian Weimer <fweimer@redhat.com>
9993
9994 * conform/conformtest.pl (checknamespace): Escape literal braces
9995 in regular expressions.
9996
9997 2018-07-06 Amit Pawar <amit.pawar@amd.com>
9998
9999 * sysdeps/x86/cpu-features.c (get_common_indeces):
10000 AVX_Fast_Unaligned_Load is enabled when AVX2 is detected.
10001 * sysdeps/x86/cpu-features.c (init_cpu_features):
10002 AVX_Fast_Unaligned_Load is disabled for Excavator core.
10003
10004 2018-07-05 Florian Weimer <fweimer@redhat.com>
10005
10006 * csu/Makefile (CFLAGS-static-reloc.os): Build with stack
10007 protector.
10008 (CFLAGS-elf-init.oS): Likewise.
10009
10010 2018-07-05 Florian Weimer <fweimer@redhat.com>
10011 Carlos O'Donell <carlos@redhat.com>
10012
10013 * debug/Makefile (CFLAGS-stack_chk_fail_local.c): Remove
10014 $(no-stack-protector). stack_chk_fail_local.c can be compiled
10015 with stack protector enabled because there is no risk of infinite
10016 recursion.
10017
10018 2018-07-05 Maciej W. Rozycki <macro@mips.com>
10019
10020 [BZ #19818]
10021 [BZ #23307]
10022 * libc-abis (ABSOLUTE): New ABI.
10023 * sysdeps/unix/sysv/linux/mips/libc-abis (ABSOLUTE): New ABI.
10024 * NEWS: Mention the new ABI.
10025
10026 2018-07-05 Florian Weimer <fweimer@redhat.com>
10027
10028 [BZ # 17662]
10029 * libio/stdio.h [__USE_GNU] (RENAME_NOREPLACE, RENAME_EXCHANGE)
10030 (RENAME_WHITEOUT): Define.
10031 [__USE_GNU] (renameat2): Declare.
10032 * stdio-common/Makefile (routines): Add renameat2.
10033 (tests): Add tst-renameat2.
10034 * stdio-common/Versions (GLIBC_2_28): Export renameat2.
10035 * stdio-common/renameat2.c: New file.
10036 * stdio-common/tst-renameat2.c: Likewise.
10037 * sysdeps/unix/sysv/linux/renameat2.c: Likewise.
10038 * manual/filesys.texi (Temporary Files): Note that renameat2 is
10039 undocumented.
10040 * sysdeps/unix/sysv/linux/kernel-features.h
10041 [__LINUX_KERNEL_VERSION >= 0x030F00] (__ASSUME_RENAMEAT2): Define.
10042 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10043 [__LINUX_KERNEL_VERSION < 0x031100] (__ASSUME_RENAMEAT2): Undefine.
10044 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10045 [__LINUX_KERNEL_VERSION < 0x031100] (__ASSUME_RENAMEAT2): Undefine.
10046 * sysdeps/unix/sysv/linux/sh/kernel-features.h
10047 [__LINUX_KERNEL_VERSION < 0x040800] (__ASSUME_RENAMEAT2): Undefine.
10048 * sysdeps/unix/sysv/linux/sparc/kernel-features.h
10049 [__LINUX_KERNEL_VERSION < 0x031000] (__ASSUME_RENAMEAT2): Undefine.
10050 * include/stdio.h (__renameat): Add alias for renameat.
10051 * stdio-common/renameat.c (__renameat): Rename from renameat.
10052 Add hidden definition and alias.
10053 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
10054 * sysdeps/mach/hurd/renameat.c: Likewise.
10055 * sysdeps/**/libc*.abilist: Add renameat2.
10056
10057 2018-07-04 Adhemerval Zanella <adhemerval.zanella@linaro.org>
10058
10059 * posix/bug-regex33.c: Fix build after regex sync.
10060
10061 2018-07-04 Carlos O'Donell <carlos@redhat.com>
10062
10063 [BZ #23164]
10064 * localedata/tst-langinfo-setlocale.c: New file.
10065 * localedata/tst-langinfo-setlocale-static.c: New file.
10066 * localedata/tst-langinfo-newlocale.c: New file.
10067 * localedata/tst-langinfo-newlocale-static.c: New file.
10068 * localedata/Makefile (test-srcs): Remove tst-langinfo. Add
10069 tst-langinfo-setlocale, tst-langinfo-setlocale-static,
10070 tst-langinfo-newlocale, tst-langinfo-newlocale-static.
10071 (tests-static): Remove tst-langinfo-static. Add
10072 tst-langinfo-newlocale-static, tst-langinfo-setlocale-static.
10073 (tests-special): Remove $(objpfx)tst-langinfo.out,
10074 $(objpfx)tst-langinfo-static.out. Add
10075 $(objpfx)tst-langinfo-setlocale.out,
10076 $(objpfx)tst-langinfo-newlocale.out,
10077 $(objpfx)tst-langinfo-setlocale-static.out,
10078 $(objpfx)tst-langinfo-newlocale-static.out.
10079 ($(objpfx)tst-langinfo.out): Remove.
10080 ($(objpfx)tst-langinfo-static.out): Remove.
10081 ($(objpfx)tst-langinfo-newlocale.out): New target.
10082 ($(objpfx)tst-langinfo-newlocale-static.out): New target.
10083 (test-xfail-tst-langinfo-newlocale-static): Add.
10084 ($(objpfx)tst-langinfo-setlocale.out): New target.
10085 ($(objpfx)tst-langinfo-setlocale-static.out): New target.
10086 * localedata/tst-langinfo.c: Call test_locale.
10087 * localedata/tst-langinfo.sh: Add LC_MONETARY CURRENCY_SYMBOL test
10088 data.
10089
10090 2018-07-04 Florian Weimer <fweimer@redhat.com>
10091
10092 testrun.sh: Implement --tool=strace, --tool=valgrind
10093 * Makefile (testrun-script): Define variable.
10094 (testrun.sh): Use variable.
10095 * manual/install.texi (Tools for Compilation): make 4.0 or later
10096 is required.
10097 * configure.ac: Check for make 4.0 or later.
10098 * INSTALL: Regenerate.
10099 * configure: Likewise.
10100
10101 2018-07-04 Adhemerval Zanella <adhemerval.zanella@linaro.org>
10102
10103 [BZ #23233]
10104 [BZ #21163]
10105 [BZ #18986]
10106 [BZ #13762]
10107 * posix/Makefile (tests): Add bug-regex37 and bug-regex38.
10108 * posix/PCRE.tests: Remove invalid test.
10109 * posix/bug-regex28.c: Fix expected values for used syntax.
10110 * posix/bug-regex37.c: New file.
10111 * posix/bug-regex38.c: Likewise.
10112 * posix/regcomp.c: Sync with gnulib.
10113 * posix/regex.c: Likewise.
10114 * posix/regex.h: Likewise.
10115 * posix/regex_internal.c: Likewise.
10116 * posix/regex_internal.h: Likewise.
10117 * posix/regexec.c: Likewise.
10118
10119 2018-06-26 Mike FABIAN <mfabian@redhat.com>
10120
10121 [BZ #23308]
10122 * unicode-gen/Makefile (UNICODE_VERSION): Set to 11.0.0.
10123 * localedata/unicode-gen/DerivedCoreProperties.txt: Update to Unicode 11.0.0.
10124 * localedata/unicode-gen/EastAsianWidth.txt: likewise.
10125 * localedata/unicode-gen/PropList.txt: likewise.
10126 * localedata/unicode-gen/UnicodeData.txt: likewise.
10127 * localedata/charmaps/UTF-8: Regenerate.
10128 * localedata/locales/i18n_ctype: likewise.
10129 * localedata/locales/tr_TR: likewise.
10130 * localedata/locales/translit_circle: likewise.
10131 * localedata/locales/translit_cjk_compat: likewise.
10132 * localedata/locales/translit_combining: likewise.
10133 * localedata/locales/translit_compat: likewise.
10134 * localedata/locales/translit_font: likewise.
10135 * localedata/locales/translit_fraction: likewise.
10136
10137 2018-07-03 Florian Weimer <fweimer@redhat.com>
10138
10139 [BZ #23363]
10140 * stdio-common/tst-printf.c (DEC, INT, UNS, fp_test): Remove.
10141 * stdio-common/tst-printf.sh: Adjust expected output.
10142 * LICENSES: Update.
10143
10144 2018-07-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
10145
10146 * sysdeps/mach/hurd/i386/libc.abilist [GLIBC_2.28] (fcntl): Remove
10147 symbol.
10148
10149 2018-07-02 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
10150
10151 * stdio-common/Makefile (test-srcs): Add tst-printfsz-islongdouble.
10152 (tests-special) Add $(objpfx)tst-printfsz-islongdouble.out.
10153 ($(objpfx)tst-printfsz-islongdouble.out): New build and run rule.
10154 * stdio-common/tst-printfsz-islongdouble.c: New file.
10155 * stdio-common/tst-printfsz-islongdouble.sh: Likewise.
10156 * sysdeps/ieee754/ldbl-128ibm-compat/Makefile:
10157 [subdir == stdio-common] (routines): Add ieee128-printf_size.
10158 [subdir == stdio-common] (tests-internal): Add
10159 test-printf-size-ieee128, and test-printf-size-ibm128.
10160 [subdir == stdio-common] (CFLAGS-test-printf-size-ieee128.c)
10161 (CFLAGS-test-printf-size-ibm128.c): New variables.
10162 [subdir == stdio-common] (tests-special): Add
10163 $(objpfx)test-printf-size-ieee128.out and
10164 $(objpfx)test-printf-size-ibm128.out.
10165 [subdir == stdio-common] ($(objpfx)test-printf-size-ieee128.out)
10166 ($(objpfx)test-printf-size-ibm128.out): New build and run rules.
10167 * sysdeps/ieee754/ldbl-128ibm-compat/Versions (libc): Add
10168 __printf_sizeieee128.
10169 * sysdeps/ieee754/ldbl-128ibm-compat/ieee128-printf_size.c:
10170 New file.
10171 * sysdeps/ieee754/ldbl-128ibm-compat/test-printf-size-ibm128.c:
10172 Likewise.
10173 * sysdeps/ieee754/ldbl-128ibm-compat/test-printf-size-ieee128.c:
10174 Likewise.
10175
10176 2018-07-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
10177
10178 * sysdeps/ieee754/flt-32/e_powf.c (__powf): Use uint32_t.
10179 (exp2f_inline): Likewise.
10180 * sysdeps/ieee754/flt-32/math_config.h (__math_oflowf): Likewise.
10181 (__math_uflowf): Likewise.
10182 (__math_may_uflowf): Likewise.
10183 (__math_divzerof): Likewise.
10184 (__math_invalidf): Likewise.
10185 * sysdeps/ieee754/flt-32/math_errf.c (xflowf): Likewise.
10186 (__math_oflowf): Likewise.
10187 (__math_uflowf): Likewise.
10188 (__math_may_uflowf): Likewise.
10189 (__math_divzerof): Likewise.
10190 (__math_invalidf): Likewise.
10191
10192 2018-06-29 DJ Delorie <dj@redhat.com>
10193 Carlos O'Donell <carlos@redhat.com>
10194
10195 [BZ #23329]
10196 * include/libc-symbols.h: Comment the freeres framework.
10197 * include/set-hooks.h: Include libc-symbols.h. Fix comment.
10198 * dlfcn/Makefile (libdl-routines): Add dlfreeres.
10199 * dlfcn/Versions (GLIBC_PRIVATE): Add __libdl_freeres.
10200 * dlfcn/dlerror.c: Include libc-symbols.h
10201 (__dlerror_main_freeres): New function.
10202 * dlfcn/dlfreeres.c: New file.
10203 * dlfcn/sdlfreeres.c: New file.
10204 * include/dlfcn.h: Declare __dlerror_main_freeres.
10205 * malloc/set-freeres.c: Declare __libdl_freeres, and
10206 __libpthread_freeres.
10207 (__libc_subfreeres): Call __libdl_freeres, and __libpthread_freeres if
10208 the releavant libraries are loaded.
10209 * malloc/thread-freeres.c: Add comments.
10210 * nptl/Makefile (libpthread-routines): Add nptlfreeres.
10211 * nptl/Version (GLIBC_PRIVATE): Add __libpthread_freeres.
10212 * nptl/allocatestack.c (__nptl_free_stacks): New function.
10213 (__free_stacks): Rename to...
10214 (free_stacks): ...this. Mark static.
10215 (queue_stack): Call free_stacks.
10216 * nptl/libc_pthread_init.c [SHARED] (freeres_libpthread): Delete.
10217 * nptl/nptl-init.c: Delete delcaration of nptl_freeres.
10218 * sysdeps/nptl/pthread-functions.h (pthread_functions): Remove
10219 ptr_freeres element from struct.
10220 (pthread_functions): Remove .ptr_freeres from struct initializer.
10221 [SHARED] (nptl_freeres): Remove.
10222 * nptl/nptlfreeres.c: New file.
10223 * nptl/pthreadP.h
10224 [IS_IN (libpthread) && SHARED ] (__unwind_freeres): Rename to...
10225 [IS_IN (libpthread)] (__nptl_unwind_freeres): ...this. Mark
10226 attribute_hidden.
10227 (__free_stacks): Rename to...
10228 (__nptl_stacks_freeres): ...this.
10229 (__shm_directory_freeres): Declare.
10230 * nptl/unwind-forcedunwind.c (__unwind_freeres): Rename to...
10231 (__nptl_unwind_freeres): ...this.
10232 * resolv/res-close.c: Add comment.
10233 * resolv/resolv_conf.c: Include libc-symbols.h.
10234 * string/strerror_l.c: Include libc-symbols.h.
10235 * sunrpc/rpc_thread.c: Include libc-symbols.h.
10236 * sysdeps/mach/strerror_l.c: Inlcude libc-symbols.h
10237 * sysdeps/unix/sysv/linux/shm-directory.c (freeit): Rename to...
10238 [IS_IN (libpthread)] (__shm_directory_freeres): ...this.
10239
10240 2018-06-29 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10241
10242 * stdlib/tst-strfmon_l.c: Add tests for long double.
10243
10244 2018-06-29 Michael Wolf <milupo@sorbzilla.de>
10245
10246 [BZ #23208]
10247 * localedata/SUPPORTED (dsb_DE/UTF-8): New entry.
10248 * localedata/locales/dsb_DE: New file.
10249
10250 2018-06-29 Rafal Luzynski <digitalfreak@lingonborough.com>
10251
10252 [BZ #23140]
10253 * localedata/locales/hy_AM (mon): Synchronize with CLDR (lowercase,
10254 genitive case).
10255 (alt_mon): New entry, import from CLDR (nominative case).
10256
10257 2018-06-29 Sylvain Lesage <severo@rednegra.net>
10258
10259 [BZ #22996]
10260 * localedata/locales/es_BO (LC_PAPER): Change to “copy "en_US"”.
10261
10262 2018-06-29 Siddhesh Poyarekar <siddhesh@sourceware.org>
10263
10264 * sysdeps/aarch64/multiarch/memcpy_falkor.S (__memcpy_falkor):
10265 Use vector registers.
10266
10267 * sysdeps/aarch64/multiarch/memmove_falkor.S
10268 (__memcpy_falkor): Use vector registers.
10269
10270 2018-06-29 Martin Sebor <msebor@redhat.com>
10271
10272 * manual/stdio.texi (Customizing Printf): Mention interaction
10273 with GCC built-ins.
10274
10275 2018-06-29 Maciej W. Rozycki <macro@mips.com>
10276
10277 [BZ #23307]
10278 * elf/dl-lookup.c (check_match): Do not reject a symbol whose
10279 `st_value' is 0 if `st_shndx' is SHN_ABS.
10280 * elf/tst-absolute-zero.c: New file.
10281 * elf/tst-absolute-zero-lib.c: New file.
10282 * elf/tst-absolute-zero-lib.lds: New file.
10283 * elf/Makefile (tests): Add `tst-absolute-zero'.
10284 (modules-names): Add `tst-absolute-zero-lib'.
10285 (LDLIBS-tst-absolute-zero-lib.so): New variable.
10286 ($(objpfx)tst-absolute-zero-lib.so): New dependency.
10287 ($(objpfx)tst-absolute-zero: New dependency.
10288
10289 2018-06-29 Zack Weinberg <zackw@panix.com>
10290
10291 * configure.ac: New command-line option --disable-crypt.
10292 Force --disable-nss-crypt when --disable-crypt is given, with a
10293 warning if it was explicitly enabled.
10294 * configure: Regenerate.
10295 * config.make.in: New boolean substitution variable $(build-crypt).
10296 * Makeconfig: Only include 'crypt' in all-subdirs and rpath-dirs
10297 when $(build-crypt).
10298 * manual/install.texi: Document --disable-crypt.
10299 * INSTALL: Regenerate.
10300
10301 * crypt/Makefile: Remove code conditional on $(crypt-in-libc),
10302 which is never set.
10303 * conform/Makefile: Only include libcrypt.a in
10304 linknamespace-libs-xsi and linknamespace-libs-XPG4
10305 when $(build-crypt).
10306 * elf/Makefile (CFLAGS-tst-linkall-static.c): Only define
10307 USE_CRYPT to 1 when $(build-crypt).
10308 (tst-linkall-static): Only link libcrypt.a when $(build-crypt).
10309 (localplt-built-dso): Only add libcrypt.so when $(build-crypt).
10310 * elf/tst-linkall-static.c: Only include crypt.h when USE_CRYPT.
10311
10312 2018-06-29 Zack Weinberg <zackw@panix.com>
10313
10314 * crypt/crypt.h, posix/unistd.h: Update comments and
10315 prototypes for crypt and crypt_r.
10316
10317 * manual/crypt.texi (Cryptographic Functions): New initial
10318 exposition.
10319 (crypt): Section renamed to 'Passphrase Storage'. Full rewrite.
10320 (Unpredictable Bytes): Improve initial exposition. Clarify error
10321 behavior of getentropy and getrandom.
10322 * manual/examples/genpass.c: Generate a salt using getentropy
10323 instead of the current time. Use hash $5$ (SHA-2-256).
10324 * manual/examples/testpass.c: Demonstrate validation against
10325 hashes generated with three different one-way functions.
10326
10327 * manual/intro.texi: crypt.texi does not need an overview
10328 anymore.
10329
10330 * manual/nss.texi, manual/memory.texi, manual/socket.texi
10331 * manual/terminal.texi: Consistently refer to "passphrases"
10332 * instead of "passwords", and to the "user database" instead
10333 * of the "password database".
10334 * manual/users.texi: Similarly. Add notes about how actual
10335 passphrase hashes are now stored in the shadow database.
10336 Remove 20-year-old junk todo note.
10337
10338 2018-06-29 Zack Weinberg <zackw@panix.com>
10339
10340 * manual/crypt.texi: Use a normal top-level @node declaration.
10341 Move most of the introductory text to the 'crypt' section.
10342 Move the example programs below the @deftypefun for 'crypt_r'.
10343 Move the 'getpass' section...
10344 * manual/terminal.texi: ...here.
10345
10346 2018-06-29 Zack Weinberg <zackw@panix.com>
10347 Florian Weimer <fweimer@redhat.com>
10348
10349 * posix/unistd.h: Do not declare encrypt.
10350 (_XOPEN_CRYPT): Remove macro definition.
10351 (crypt): Declare only for _USE_MISC.
10352 * stdlib/stdlib.h: Do not declare setkey.
10353 * crypt/crypt.h: Do not declare encrypt, setkey, encrypt_r, setkey_r.
10354 * sunrpc/Makefile: Do not install des_crypt.h nor rpc_des.h.
10355
10356 * crypt/crypt-entry.c: Make fcrypt a compat symbol.
10357 * crypt/crypt_util.c: Make encrypt, encrypt_r, setkey, setkey_r
10358 into compat symbols. Don't define initial_perm if it's not
10359 going to be used.
10360 * crypt/cert.c: Link explicitly with the expected versions for
10361 setkey and encrypt. If they are not available at all, mark
10362 the test as unsupported.
10363
10364 * sunrpc/des_crypt.c: Unconditionally block linkage with
10365 cbc_crypt and ecb_crypt for new binaries.
10366 * sunrpc/des_soft.c: Unconditionally block linkage with
10367 des_setparity for new binaries.
10368
10369 * manual/crypt.texi: Remove the entire "DES Encryption"
10370 section. Also remove the paragraph talking about FIPS 140-2
10371 from the introduction.
10372 * manual/string.texi (strfry, memfrob): Revise. Recommend use
10373 of libgcrypt for "real" encryption, not DES.
10374 * manual/conf.texi (Constants for Sysconf): Mention that
10375 _XOPEN_CRYPT is no longer impelemented.
10376
10377 * conform/data/unistd.h-data: Remove crypt function declaration.
10378
10379 2018-06-29 Florian Weimer <fweimer@redhat.com>
10380
10381 [BZ #23351]
10382 * malloc/hooks.c: Update comments on restoring of dumped heaps.
10383 (disallow_malloc_check): Remove variable.
10384 (__malloc_check_init): Adjust.
10385 (malloc_set_state): Update comment.
10386 * malloc/malloc.c (__malloc_get_state, __malloc_set_state): Remove
10387 declarations.
10388
10389 2018-06-29 Rafal Luzynski <digitalfreak@lingonborough.com>
10390
10391 [BZ #23140]
10392 * localedata/locales/ast_ES (mon): Rename to...
10393 (alt_mon): This.
10394 (mon): Import from CLDR (genitive case).
10395
10396 2018-06-29 Daniel Alvarez <dalvarez@redhat.com>
10397 Jakub Sitnicki <jkbs@redhat.com>
10398
10399 [BZ #21812]
10400 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Retry
10401 on NLM_F_DUMP_INTR.
10402
10403 2018-06-28 Szabolcs Nagy <szabolcs.nagy@arm.com>
10404
10405 * manual/llio.texi: Remove spurious space.
10406
10407 2018-06-28 Florian Weimer <fweimer@redhat.com>
10408
10409 [BZ #23349]
10410 * time/bits/types/struct_timespec.h: Change header inclusion guard to
10411 _STRUCT_TIMESPEC.
10412
10413 2018-06-28 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10414
10415 * sysdeps/ieee754/ldbl-128ibm-compat/Versions: Add __strfromieee128,
10416 __strtoieee128, __strtoieee128_l,__wcstoieee128 and __wcstoieee128_l.
10417 * sysdeps/ieee754/ldbl-128ibm-compat/strfromf128.c: New file.
10418 * sysdeps/ieee754/ldbl-128ibm-compat/strtof128.c: New file.
10419 * sysdeps/ieee754/ldbl-128ibm-compat/strtof128_l.c: New file.
10420 * sysdeps/ieee754/ldbl-128ibm-compat/wcstof128.c: New file.
10421 * sysdeps/ieee754/ldbl-128ibm-compat/wcstof128_l.c: New file.
10422
10423 2018-06-27 Maciej W. Rozycki <macro@mips.com>
10424
10425 [BZ #23266]
10426 * nis/nss_nisplus/nisplus-parser.c (_nss_nisplus_parse_pwent):
10427 Copy and null-terminate entries that are not terminated, in
10428 addition to empty ones.
10429
10430 2018-06-27 Florian Weimer <fweimer@redhat.com>
10431
10432 [BZ #18023]
10433 * include/alloca.h (stackinfo_alloca_round, extend_alloca)
10434 (extend_alloca_account): Remove.
10435 * manual/stdio.texi (Variable Arguments Output): Update comment.
10436
10437 2018-06-27 Joseph Myers <joseph@codesourcery.com>
10438
10439 * nptl/sockperf.c: Remove file.
10440
10441 2018-06-27 Florian Weimer <fweimer@redhat.com>
10442
10443 [BZ #18023]
10444 * elf/dl-deps.c (_dl_map_object_deps): Use struct
10445 scratch_buffer instead of extend_alloca.
10446
10447 2018-06-27 Florian Weimer <fweimer@redhat.com>
10448
10449 [BZ #18023]
10450 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Use struct
10451 scratch_buffer instead of extend_alloca. Update comments.
10452
10453 2018-06-27 Florian Weimer <fweimer@redhat.com>
10454
10455 [BZ #18023]
10456 * posix/wordexp.c (parse_tilde): Use struct scratch_buffer
10457 instead of extend_alloca.
10458
10459 2018-06-26 Joseph Myers <joseph@codesourcery.com>
10460
10461 [BZ #13888]
10462 * posix/Makefile (CFLAGS-tst-spawn3.c): New variable.
10463 * posix/tst-spawn3.c (do_test): Put tst-spwan3.pid in OBJPFX, not
10464 /tmp.
10465 * scripts/test-installation.pl: Put temporary files in build
10466 directory, not /tmp.
10467 * stdio-common/Makefile (CFLAGS-bug3.c): New variable.
10468 (CFLAGS-bug4.c): Likewise.
10469 (CFLAGS-bug5.c): Likewise.
10470 (CFLAGS-test-fseek.c): Likewise.
10471 (CFLAGS-test-popen.c): Likewise.
10472 (CFLAGS-test_rdwr.c): Likewise.
10473 * stdio-common/bug3.c (main): Put temporary file in OBJPFX, not
10474 /tmp.
10475 * stdio-common/bug4.c (main): Likewise.
10476 * stdio-common/bug5.c (main): Likewise.
10477 * stdio-common/test-fseek.c (TESTFILE): Likewise.
10478 * stdio-common/test-popen.c (do_test): Likewise.
10479 * stdio-common/test_rdwr.c (main): Likewise.
10480
10481 2018-06-26 Patsy Franklin <pfrankli@redhat.com>
10482
10483 * nptl/sem_open.c [!__HAVE_64B_ATOMICS] (sem_open): Don't update pad.
10484 (sem_open): Set sem.newsem.pad to zero for valgrind.
10485
10486 2018-06-26 Adhemerval Zanella <adhemerval.zanella@linaro.org>
10487
10488 [BZ #20251]
10489 * NEWS: Mention fcntl64 addition.
10490 * csu/check_fds.c: Replace __fcntl_nocancel by __fcntl64_nocancel.
10491 * login/utmp_file.c: Likewise.
10492 * sysdeps/posix/fdopendir.c: Likewise.
10493 * sysdeps/posix/opendir.c: Likewise.
10494 * sysdeps/unix/pt-fcntl.c: Likewise.
10495 * include/fcntl.h (__libc_fcntl64, __fcntl64,
10496 __fcntl64_nocancel_adjusted): New prototype.
10497 (__fcntl_nocancel_adjusted): Remove prototype.
10498 * io/Makefile (routines): Add fcntl64.
10499 (CFLAGS-fcntl64.c): New rule.
10500 * io/Versions [GLIBC_2.28] (fcntl64): New symbol.
10501 [GLIBC_PRIVATE] (__libc_fcntl): Rename to __libc_fcntl64.
10502 * io/fcntl.h (fcntl64): Add prototype and redirect if
10503 __USE_FILE_OFFSET64 is defined.
10504 * io/fcntl64.c: New file.
10505 * manual/llio.text: Add a note for which commands fcntl acts a
10506 cancellation point.
10507 * nptl/Makefile (CFLAGS-fcntl64.c): New rule.
10508 * sysdeps/mach/hurd/fcntl.c: Alias fcntl to fcntl64 symbols.
10509 * sysdeps/mach/hurd/i386/libc.abilist [GLIBC_2.28] (fcntl, fcntl64):
10510 New symbols.
10511 * sysdeps/unix/sysv/linux/fcntl.c (__libc_fcntl): Fix F_GETLK64,
10512 F_OFD_GETLK, F_SETLK64, F_SETLKW64, F_OFD_SETLK, and F_OFD_SETLKW for
10513 non-LFS case.
10514 * sysdeps/unix/sysv/linux/fcntl64.c: New file.
10515 * sysdeps/unix/sysv/linux/fcntl_nocancel.c (__fcntl_nocancel): Rename
10516 to __fcntl64_nocancel.
10517 (__fcntl_nocancel_adjusted): Rename to __fcntl64_nocancel_adjusted.
10518 * sysdeps/unix/sysv/linux/not-cancel.h (__fcntl_nocancel): Rename
10519 to __fcntl64_nocancel.
10520 * sysdeps/generic/not-cancel.h: Likewise.
10521 * sysdeps/unix/sysv/linux/tst-ofdlocks.c: New file.
10522 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-ofdlocks.
10523 * sysdeps/unix/sysv/linux/aarch64/libc.abilist [GLIBC_2.28]
10524 (fcntl64): New symbol.
10525 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
10526 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
10527 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
10528 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
10529 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
10530 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
10531 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
10532 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
10533 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
10534 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
10535 * sysdeps/unix/sysv/linux/arm/libc.abilist [GLIBC_2.28] (fcntl,
10536 fcntl64): Likewise.
10537 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
10538 * sysdeps/unix/sysv/linux/i386/libc.abilis: Likewise.
10539 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
10540 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
10541 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
10542 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
10543 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
10544 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
10545 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
10546 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
10547 Likewise.
10548 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10549 Likewise.
10550 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
10551 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
10552 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
10553
10554 2018-06-26 Florian Weimer <fweimer@redhat.com>
10555
10556 Run thread shutdown functions in an explicit order.
10557 * malloc/thread-freeres.c (__libc_thread_subfreeres): Remove hook
10558 definition.
10559 (__libc_thread_freeres): Call thread shutdown functions
10560 explicitly.
10561 * include/rpc/rpc.h (__rpc_thread_destroy): Add hidden attribute.
10562 * include/string.h (__strerror_thread_freeres): Declare.
10563 * malloc/arena.c (__malloc_arena_thread_freeres): Renamed from
10564 arena_thread_freeres. No longer static. Remove thread shutdown
10565 hook registration.
10566 * malloc/malloc-internal.h (__malloc_arena_thread_freeres):
10567 Declare.
10568 * resolv/res-close.c (__res_thread_freeres): Renamed from
10569 res_thread_freeres. No longer static. Remove thread shutdown
10570 hook registration.
10571 * resolv/resolv-internal.h (__res_thread_freeres): Declare.
10572 * resolv/resolv_conf.c (freeres): Remove incorrect section
10573 attribute and use libc_freeres_fn.
10574 * string/strerror_l.c (__strerror_thread_freeres): Renamed from
10575 strerror_thread_freeres. No longer static. Remove thread
10576 shutdown hook registration.
10577 * sysdeps/mach/strerror_l.c (__strerror_thread_freeres): Likewise.
10578 * sunrpc/rpc_thread.c (__rpc_thread_destroy): Remove thread
10579 shutdown hook registration.
10580 * Makerules (shlib.lds): Do not provide section boundary symbols
10581 for __libc_thread_subfreeres.
10582 * manual/memory.texi (Basic Allocation): Update comment.
10583
10584 2018-06-26 Florian Weimer <fweimer@redhat.com>
10585
10586 Remove always-defined _RPC_THREAD_SAFE_ macro.
10587 * sunrpc/Makefile (sunrpc-CPPFLAGS, CPPFLAGS, BUILD_CPPFLAGS):
10588 Do not define _RPC_THREAD_SAFE_.
10589 * include/rpc/rpc.h: Remove _RPC_THREAD_SAFE_ preprocessor
10590 conditional.
10591 * sunrpc/clnt_perr.c: Likewise.
10592 * sunrpc/clnt_raw.c: Likewise.
10593 * sunrpc/clnt_simp.c: Likewise.
10594 * sunrpc/key_call.c: Likewise.
10595 * sunrpc/rpc_common.c: Likewise.
10596 * sunrpc/rpc_main.c: Likewise.
10597 * sunrpc/rpc_thread.c: Likewise.
10598 * sunrpc/svc.c: Likewise.
10599 * sunrpc/svc_raw.c: Likewise.
10600 * sunrpc/svc_simple.c: Likewise.
10601 * sumrpc/svcauth_des.c: Likewise.
10602
10603 2018-06-26 Florian Weimer <fweimer@redhat.com>
10604
10605 * libio/Makefile (tests-internal): Add tst-vtables,
10606 tst-vtables-interposed.
10607 * libio/tst-vtables.c: New file.
10608 * libio/tst-vtables-common.c: Likewise.
10609 * libio/tst-vtables-interposed.c: Likewise.
10610
10611 2018-06-26 Florian Weimer <fweimer@redhat.com>
10612
10613 * support/support_test_main.c (support_test_main): Only call
10614 setvbuf if not disables.
10615 * support/test-driver.c (main): Check TEST_NO_SETVBUF.
10616 * support/test-driver.h (struct test_config): Add no_setvbuf member.
10617
10618 2018-06-26 Florian Weimer <fweimer@redhat.com>
10619
10620 [BZ #23313]
10621 * libio/vtables.c (check_stdfiles_vtables): New ELF constructor.
10622
10623 2018-06-25 Florian Weimer <fweimer@redhat.com>
10624
10625 [BZ #18023]
10626 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
10627 Use struct scratch_buffer instead of extend_alloca.
10628
10629 2018-06-25 Florian Weimer <fweimer@redhat.com>
10630
10631 [BZ #18023]
10632 * nss/getent.c (initgroups_keys): Use dynarray instead of
10633 extend_alloca.
10634
10635 2018-06-25 Florian Weimer <fweimer@redhat.com>
10636
10637 [BZ #18023]
10638 * nis/nss_nis/nis-initgroups.c (get_uid, _nss_nis_initgroups_dyn):
10639 Use struct scratch_buffer instead of extend_alloca.
10640
10641 2018-06-25 Florian Weimer <fweimer@redhat.com>
10642
10643 [BZ #18023]
10644 * nss/nss_compat/compat-initgroups.c (getgrent_next_nss): Fall
10645 back to malloc directly, without stack allocations.
10646
10647 2018-06-25 Florian Weimer <fweimer@redhat.com>
10648
10649 [BZ #18023]
10650 * nscd/aicache.c (addhstaiX): Use struct scratch_buffer instead
10651 of extend_alloca.
10652
10653 2018-06-25 Florian Weimer <fweimer@redhat.com>
10654
10655 [BZ #18023]
10656 * nscd/grpcache.c (addgrbyX): Use struct scratch_buffer instead
10657 of extend_alloca.
10658 * nscd/hstcache.c (addhstbyX): Likewise.
10659 * nscd/pwdcache.c (addpwbyX): Likewise.
10660 * nscd/servicescache.c (addservbyX): Likewise.
10661
10662 2018-06-25 Florian Weimer <fweimer@redhat.com>
10663
10664 [BZ #18023]
10665 * nscd/connections.c (read_cmdline): New function.
10666 (restart): Use it. Update comment.
10667
10668 2018-06-25 Rafal Luzynski <digitalfreak@lingonborough.com>
10669
10670 [BZ #23140]
10671 * localedata/locales/csb_PL (mon): Rename to...
10672 (alt_mon): This.
10673 (abmon): Rename to...
10674 (ab_alt_mon): This.
10675 (mon): Add with proper genitive forms, copy from Wikipedia.
10676 (abmon): Likewise.
10677
10678 2018-06-25 Rafal Luzynski <digitalfreak@lingonborough.com>
10679
10680 [BZ #19485]
10681 * localedata/locales/csb_PL (mon): Fix typos:
10682 "łżëkwiôt" -> "łżëkwiat" (April); "lëpinc" -> "lëpińc" (July).
10683 (yesstr): Add, value is "jo".
10684 (nostr): Add, value is "nié".
10685
10686 2018-06-22 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
10687
10688 * sysdeps/m68k/m680x0/fpu/s_log1p.c: Set as the generic file for
10689 all log1p and significand functions on m680x0.
10690 * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Include s_log1p.c instead
10691 of s_significand.c..
10692 * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
10693 * sysdeps/m68k/m680x0/fpu/s_significandf.c: Likewise.
10694 * sysdeps/m68k/m680x0/fpu/s_significandl.c: Likewise.
10695 * sysdeps/m68k/m680x0/fpu/s_significand.c: Move all the code to
10696 s_log1p.c and include it..
10697
10698 2018-06-21 Vincent Chen <vincentc@andestech.com>
10699
10700 * elf/elf.h (R_NDS32_NONE): New define.
10701 (R_NDS32_32_RELA): Likewise.
10702 (R_NDS32_COPY): Likewise.
10703 (R_NDS32_GLOB_DAT): Likewise.
10704 (R_NDS32_JUMP_SLOT): Likewise.
10705 (R_NDS32_RELATIVE): Likewise.
10706 (R_NDS32_TLS_TPOFF): Likewise.
10707 (R_NDS32_TLS_DESC): Likewise.
10708
10709 2018-06-21 Mark Wielaard <mark@klomp.org>
10710
10711 * elf/elf.h (R_BPF_MAP_FD): Removed.
10712 (R_BPF_64_64, R_BPF_64_32): New.
10713
10714 2018-06-21 Florian Weimer <fweimer@redhat.com>
10715
10716 [BZ #23253]
10717 * sysdeps/generic/math_private.h (default_libc_feholdsetround_ctx):
10718 Renamed from libc_feholdsetround_ctx.
10719 (default_libc_feresetround_ctx): Renamed from
10720 libc_feresetround_ctx.
10721 (default_libc_feholdsetround_noex_ctx): Renamed from
10722 libc_feholdsetround_noex_ctx.
10723 (default_libc_feresetround_noex_ctx): Renamed from
10724 libc_feresetround_noex_ctx.
10725 [!HAVE_RM_CTX] (libc_feholdsetround_ctx, libc_feresetround_ctx)
10726 (libc_feholdsetround_noex_ctx, libc_feresetround_noex_ctx): Macros
10727 forwardning to the old implementations under the new names.
10728 * sysdeps/i386/fpu/fenv_private.h [__SSE_MATH__]
10729 (libc_feholdexcept_setround_ctx, libc_fesetenv_ctx)
10730 (libc_feupdateenv_ctx, libc_feholdsetround_ctx)
10731 (libc_feresetround_ctx): Forward to default implements for i386
10732 and MATH_SET_BOTH_ROUNDING_MODES.
10733 * sysdeps/i386/Makefile [$(subdir) == math] (CFLAGS-e_gamma_r.c):
10734 Add -DMATH_SET_BOTH_ROUNDING_MODES.
10735
10736 2018-06-20 Joseph Myers <joseph@codesourcery.com>
10737
10738 * string/tst-cmp.c: Include <libc-diag.h>.
10739 (strncmp_max): Disable -Wstringop-overflow= around call to
10740 strncmp.
10741 (strncasecmp_max): Disable -Wstringop-overflow= around call to
10742 strncasecmp.
10743
10744 * string/bug-strpbrk1.c: Include <libc-diag.h>.
10745 (main): Disable -Wunused-value around call to strpbrk.
10746 * string/bug-strspn1.c: Include <libc-diag.h>.
10747 (main): Disable -Wunused-value around call to strspn.
10748
10749 2018-06-20 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
10750 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
10751
10752 * sysdeps/ieee754/ldbl-128ibm-compat/Versions: New file.
10753 * sysdeps/ieee754/ldbl-128ibm-compat/libm-alias-float128.h: New file.
10754
10755 2018-06-20 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
10756
10757 * math/Makefile (libm-calls): Move s_significandF to...
10758 (gen-libm-calls): ... here.
10759 * math/s_significand_template.c: New file.
10760 * math/s_significand.c: Removed.
10761 * math/s_significandf.c: Removed.
10762 * math/s_significandl.c: Removed.
10763 * sysdeps/ieee754/ldbl-opt/s_significand.c: Removed.
10764 * sysdeps/ieee754/ldbl-opt/s_significandl.c: Removed.
10765
10766 * math/e_exp2_template.c (declare_mgen_finite_alias,
10767 declare_mgen_finite_alias_s, declare_mgen_finite_alias_x): Move to...
10768 * sysdeps/generic/math-type-macros.h (declare_mgen_finite_alias,
10769 declare_mgen_finite_alias_s, declare_mgen_finite_alias_x): ... here.
10770
10771 2018-06-20 Florian Weimer <fweimer@redhat.com>
10772
10773 * libio/libioP.h (IO_validate_vtable): Avoid ptrdiff_t overflow.
10774
10775 2018-06-19 Joseph Myers <joseph@codesourcery.com>
10776
10777 [BZ #23280]
10778 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Pass sign of
10779 floating-point number to strtod functions rather than possibly
10780 negating result of those functions.
10781 * stdio-common/tst-scanf-round.c: New file.
10782 * stdio-common/Makefile (tests): Add tst-scanf-round.
10783 ($(objpfx)tst-scanf-round): Depend on $(libm).
10784
10785 2018-06-18 Samuel Thibault <samuel.thibault@ens-lyon.org>
10786
10787 * sysdeps/mach/hurd/localplt.data: Move to...
10788 * sysdeps/mach/hurd/i386/localplt.data: new file. Add + REL
10789 R_386_GLOB_DAT like on Linux i386.
10790
10791 2018-06-18 Joseph Myers <joseph@codesourcery.com>
10792
10793 * sysdeps/unix/sysv/linux/alpha/bits/shm.h [__USE_MISC]
10794 (SHM_STAT_ANY): New macro.
10795 * sysdeps/unix/sysv/linux/arm/bits/shm.h [__USE_MISC]
10796 (SHM_STAT_ANY): Likewise.
10797 * sysdeps/unix/sysv/linux/bits/shm.h [__USE_MISC]
10798 (SHM_STAT_ANY): Likewise.
10799 * sysdeps/unix/sysv/linux/generic/bits/shm.h [__USE_MISC]
10800 (SHM_STAT_ANY): Likewise.
10801 * sysdeps/unix/sysv/linux/hppa/bits/shm.h [__USE_MISC]
10802 (SHM_STAT_ANY): Likewise.
10803 * sysdeps/unix/sysv/linux/ia64/bits/shm.h [__USE_MISC]
10804 (SHM_STAT_ANY): Likewise.
10805 * sysdeps/unix/sysv/linux/mips/bits/shm.h [__USE_MISC]
10806 (SHM_STAT_ANY): Likewise.
10807 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h [__USE_MISC]
10808 (SHM_STAT_ANY): Likewise.
10809 * sysdeps/unix/sysv/linux/s390/bits/shm.h [__USE_MISC]
10810 (SHM_STAT_ANY): Likewise.
10811 * sysdeps/unix/sysv/linux/sh/bits/shm.h [__USE_MISC]
10812 (SHM_STAT_ANY): Likewise.
10813 * sysdeps/unix/sysv/linux/sparc/bits/shm.h [__USE_MISC]
10814 (SHM_STAT_ANY): Likewise.
10815 * sysdeps/unix/sysv/linux/x86/bits/shm.h [__USE_MISC]
10816 (SHM_STAT_ANY): Likewise.
10817
10818 * sysdeps/unix/sysv/linux/alpha/bits/sem.h [__USE_MISC]
10819 (SEM_STAT_ANY): New macro.
10820 * sysdeps/unix/sysv/linux/bits/sem.h [__USE_MISC]
10821 (SEM_STAT_ANY): Likewise.
10822 * sysdeps/unix/sysv/linux/generic/bits/sem.h [__USE_MISC]
10823 (SEM_STAT_ANY): Likewise.
10824 * sysdeps/unix/sysv/linux/hppa/bits/sem.h [__USE_MISC]
10825 (SEM_STAT_ANY): Likewise.
10826 * sysdeps/unix/sysv/linux/ia64/bits/sem.h [__USE_MISC]
10827 (SEM_STAT_ANY): Likewise.
10828 * sysdeps/unix/sysv/linux/mips/bits/sem.h [__USE_MISC]
10829 (SEM_STAT_ANY): Likewise.
10830 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h [__USE_MISC]
10831 (SEM_STAT_ANY): Likewise.
10832 * sysdeps/unix/sysv/linux/s390/bits/sem.h [__USE_MISC]
10833 (SEM_STAT_ANY): Likewise.
10834 * sysdeps/unix/sysv/linux/sparc/bits/sem.h [__USE_MISC]
10835 (SEM_STAT_ANY): Likewise.
10836 * sysdeps/unix/sysv/linux/x86/bits/sem.h [__USE_MISC]
10837 (SEM_STAT_ANY): Likewise.
10838
10839 * sysdeps/unix/sysv/linux/alpha/bits/msq.h [__USE_MISC]
10840 (MSG_STAT_ANY): New macro.
10841 * sysdeps/unix/sysv/linux/bits/msq.h [__USE_MISC]
10842 (MSG_STAT_ANY): Likewise.
10843 * sysdeps/unix/sysv/linux/generic/bits/msq.h [__USE_MISC]
10844 (MSG_STAT_ANY): Likewise.
10845 * sysdeps/unix/sysv/linux/hppa/bits/msq.h [__USE_MISC]
10846 (MSG_STAT_ANY): Likewise.
10847 * sysdeps/unix/sysv/linux/ia64/bits/msq.h [__USE_MISC]
10848 (MSG_STAT_ANY): Likewise.
10849 * sysdeps/unix/sysv/linux/mips/bits/msq.h [__USE_MISC]
10850 (MSG_STAT_ANY): Likewise.
10851 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h [__USE_MISC]
10852 (MSG_STAT_ANY): Likewise.
10853 * sysdeps/unix/sysv/linux/s390/bits/msq.h [__USE_MISC]
10854 (MSG_STAT_ANY): Likewise.
10855 * sysdeps/unix/sysv/linux/sparc/bits/msq.h [__USE_MISC]
10856 (MSG_STAT_ANY): Likewise.
10857 * sysdeps/unix/sysv/linux/x86/bits/msq.h [__USE_MISC]
10858 (MSG_STAT_ANY): Likewise.
10859
10860 * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]
10861 (MAP_TYPE): Change value to 0x2b.
10862
10863 2018-06-18 Florian Weimer <fweimer@redhat.com>
10864
10865 [BZ #15722]
10866 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Create Netlink
10867 socket with SOCK_CLOEXEC.
10868
10869 2018-06-18 Joseph Myers <joseph@codesourcery.com>
10870
10871 [BZ #23303]
10872 * sysdeps/powerpc/powerpc64/le/Makefile
10873 (CFLAGS-tst-strtod-nan-sign.c): Add -mfloat128.
10874 (CFLAGS-tst-wcstod-nan-sign.c): Likewise.
10875 (gnulib-tests): Also add $(f128-loader-link) for
10876 tst-strtod-nan-sign abd tst-wcstod-nan-sign.
10877
10878 2018-06-15 Samuel Thibault <samuel.thibault@ens-lyon.org>
10879
10880 * include/sys/sendfile.h (__sendfile64): Declare hidden prototype.
10881 * sysdeps/mach/hurd/sendfile.c (sendfile): Call __sendfile64 instead
10882 of sendfile.
10883 * sysdeps/mach/hurd/sendfile64.c (sendfile64): Rename to __sendfile64.
10884 (sendfile64): New strong alias.
10885 * sysdeps/mach/hurd/lseek.c: Include <errno.h>.
10886 * sysdeps/mach/hurd/lseek.c (__libc_lseek): Check that the value
10887 returned by __lseek64 can fit off_t, return EOVERFLOW otherwise.
10888 * sysdeps/htl/pthreadP.h (___pthread_get_cleanup_stack): Add hidden
10889 attribute.
10890 * htl/pt-join.c (__pthread_get_cleanup_stack): Define to
10891 ___pthread_get_cleanup_stack.
10892 * sysdeps/mach/hurd/localplt.data (ld.so): Make ref to __open optional.
10893 * sysdeps/mach/include/mach-shortcuts-hidden.h: New file.
10894 * mach/shortcut.awk: Make syscall stubs include
10895 <mach-shortcuts-hidden.h> and add hidden definition.
10896 * sysdeps/mach/include/mach.h: Include <mach-shortcuts-hidden.h>.
10897 (__mach_msg): Add hidden prototype.
10898 * mach/msg.c: Include <mach.h>.
10899 (__mach_msg): Add hidden definition.
10900 * mach/Makefile ($(mach-syscalls:%=$(objpfx))): Add hidden definition.
10901 * sysdeps/mach/include/mach/mach_traps.h (__mach_reply_port,
10902 __mach_thread_self, __mach_task_self, __mach_host_self, __swtch,
10903 __swtch_pri, __thread_switch, __evc_wait): Add hidden prototypes.
10904 * sysdeps/mach/hurd/localplt.data (siglongjmp, longjmp,
10905 __libc_lseek64, _IO_funlockfile): Whitelist PLT references.
10906 * sysdeps/hurd/include/hurd/signal.h (_hurd_self_sigstate): Add hidden
10907 prototype and definition.
10908 * sysdeps/mach/hurd/i386/____longjmp_chk.S (____longjmp_chk): Use
10909 hidden target for _hurd_self_sigstate.
10910
10911 2018-06-15 Joseph Myers <joseph@codesourcery.com>
10912
10913 [BZ #23007]
10914 * stdlib/tst-strtod-nan-sign-main.c: New file.
10915 * stdlib/tst-strtod-nan-sign.c: Likewise.
10916 * wcsmbs/tst-wcstod-nan-sign.c: Likewise.
10917 * stdlib/Makefile (tests): Add tst-strtod-nan-sign.
10918 ($(objpfx)tst-strtod-nan-sign): Depend on $(libm).
10919 * wcsmbs/Makefile (tests) Add tst-wcstod-nan-sign.
10920 ($(objpfx)tst-wcstod-nan-sign): Depend on $(libm).
10921
10922 2018-06-15 Herman ten Brugge <hermantenbrugge@home.nl>
10923
10924 [BZ #23007]
10925 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Return NaN of
10926 appropriate sign.
10927
10928 2018-06-14 Florian Weimer <fweimer@redhat.com>
10929
10930 [BZ #23290]
10931 * localedata/charmaps/IBM273: Map codepoint 0xbc to U+00AF, so
10932 that the result stays within the ISO-8859-1 range.
10933 * iconvdata/ibm273.c (HAS_HOLES): Define as 0 because all 256
10934 characters are defined in IBM273.
10935
10936 2018-06-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
10937
10938 * sysdeps/mach/include/mach/mach_traps.h (__mach_thread_self,
10939 __mach_task_self): Remove attribute_hidden.
10940
10941 2018-06-14 Joseph Myers <joseph@codesourcery.com>
10942
10943 * string/tester.c (test_strncat) [__GNUC_PREREQ (7, 0)]: Also
10944 ignore -Wrestrict for one test.
10945
10946 2018-06-14 Steve Ellcey <sellcey@caviumnetworks.com>
10947 Szabolcs Nagy <szabolcs.nagy@arm.com>
10948
10949 * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c: New file.
10950
10951 2018-06-14 Florian Weimer <fweimer@redhat.com>
10952
10953 * scripts/update-abilist.sh: Accept empty list of files to patch.
10954
10955 2018-06-13 Samuel Thibault <samuel.thibault@ens-lyon.org>
10956
10957 * sysdeps/mach/hurd/i386/Makefile (test-xfail-check-abi-libhurduser,
10958 test-xfail-check-abi-libmachuser): Add.
10959 * sysdeps/mach/hurd/localplt.data (ld.so): Add __open64, rename
10960 __libc_read and __libc_write to __read and __write.
10961 * sysdeps/hurd/include/hurd/port.h: New file.
10962 * mach/mach/mach_traps.h (__mach_reply_port, __mach_thread_self,
10963 __mach_task_self, __mach_host_self, __swtch, __swtch_pri,
10964 __thread_switch, __evc_wait): Move declarations to...
10965 * sysdeps/mach/include/mach/mach_traps.h: ... new file, and add
10966 attribute_hidden.
10967 * sysdeps/mach/hurd/i386/____longjmp_chk.S (____longjmp_chk): Do not
10968 use PLT to call _hurd_self_sigstate.
10969
10970 2018-06-13 Joseph Myers <joseph@codesourcery.com>
10971
10972 [BZ #23279]
10973 * stdlib/strtod_l.c (round_and_return): Handle an exponent of
10974 MAX_EXP as overflowing.
10975 * stdlib/gen-tst-strtod-round.c (string_to_fp): Clear MPFR
10976 overflow flag.
10977 (round_str): Output also whether result overflows in each rounding
10978 mode.
10979 * stdlib/tst-strtod-round-data: Add more tests.
10980 * stdlib/tst-strtod-round-data.h: Regenerated.
10981 * stdlib/tst-strtod-round-skeleton.c (_XNTRY): Update comment.
10982 (TEST): Handle extra arguments for overflow flags.
10983 (struct test_overflow): New type.
10984 [!FE_OVERFLOW] (FE_OVERFLOW): Define to 0.
10985 (GEN_ONE_TEST): Clear all exceptions. Test overflow flag.
10986 (test_in_one_mode): Take argument with overflow information.
10987 (do_test): Update calls to test_in_one_mode.
10988
10989 2018-06-12 Carlos O'Donell <carlos@redhat.com>
10990
10991 * elf/dl-load (_dl_dst_substitute): Correct comment.
10992 (_dl_dst_count): Likewise.
10993
10994 * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Call
10995 lll_futex_timed_wait.
10996
10997 2018-06-12 Joseph Myers <joseph@codesourcery.com>
10998
10999 [BZ #23277]
11000 * math/bits/mathcalls.h [__USE_ISOC99] (nan): Do not use __const__
11001 attribute.
11002 * math/test-nan-const.c: New file.
11003 * math/Makefile (tests): Add test-nan-const.
11004 (CFLAGS-test-nan-const.c): New variable.
11005
11006 2018-06-12 H.J. Lu <hongjiu.lu@intel.com>
11007
11008 * benchtests/scripts/compare_strings.py (process_results): Add
11009 funcs argument. Compare only functions which are selected.
11010 (main): Check if base function is among selected functions.
11011 Pass selected functions to process_results.
11012 (__main__): Add -f/--functions argument.
11013
11014 2018-06-12 Minfeng Kang <minfeng.kang@hxt-semitech.com>
11015 Hongbo Zhang <hongbo.zhang@linaro.org>
11016
11017 * sysdeps/aarch64/multiarch/memcpy.c (libc_ifunc): reuse
11018 __memcpy_falkor for phecda core.
11019 * sysdeps/aarch64/multiarch/memmove.c (libc_ifunc): reuse
11020 __memmove_falkor for phecda core.
11021 * sysdeps/aarch64/multiarch/memset.c (libc_ifunc): reuse
11022 __memset_falkor for phecda core.
11023 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c: add MIDR entry
11024 for phecda core.
11025 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_PHECDA): add
11026 macro to identify phecda core.
11027
11028 2018-06-12 Carlos O'Donell <carlos@redhat.com>
11029 Andreas Schwab <schwab@suse.de>
11030 Dmitry V. Levin <ldv@altlinux.org>
11031 Florian Weimer <fweimer@redhat.com>
11032
11033 [BZ #23102]
11034 [BZ #21942]
11035 [BZ #18018]
11036 [BZ #23259]
11037 CVE-2011-0536
11038 * elf/dl-dst.h: Remove DL_DST_COUNT.
11039 * elf/dl-deps.c (expand_dst): Call _dl_dst_count.
11040 * elf/dl-load.c (is_trusted_path_normalize): Don't handle colons.
11041 (is_dst): Comment. Support ELF gABI.
11042 (_dl_dst_count): Comment. Simplify and count DSTs.
11043 (_dl_dst_substitute): Comment. Support __libc_enable_secure handling.
11044 (expand_dybamic_string_token): Comment. Call _dl_dst_count. Rename
11045 locals.
11046
11047 2018-06-12 Zack Weinberg <zackw@panix.com>
11048
11049 * elf/dl-load.c, elf/dl-misc.c, elf/dl-profile.c, elf/rtld.c
11050 * sysdeps/unix/sysv/linux/dl-sysdep.c
11051 Include not-cancel.h. Use __close_nocancel instead of __close,
11052 __open64_nocancel instead of __open, __read_nocancel instead of
11053 __libc_read, and __write_nocancel instead of __libc_write.
11054
11055 * csu/check_fds.c (check_one_fd)
11056 * sysdeps/posix/fdopendir.c (__fdopendir)
11057 * sysdeps/posix/opendir.c (__alloc_dir): Use __fcntl_nocancel
11058 instead of __fcntl and/or __libc_fcntl.
11059
11060 * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np)
11061 * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np)
11062 * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system):
11063 Use __open64_nocancel instead of __open_nocancel.
11064
11065 * sysdeps/unix/sysv/linux/not-cancel.h: Move all of the
11066 hidden_proto declarations to the end and issue them if either
11067 IS_IN(libc) or IS_IN(rtld).
11068 * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
11069 Add close_nocancel, fcntl_nocancel, nanosleep_nocancel,
11070 open_nocancel, open64_nocancel, openat_nocancel, pause_nocancel,
11071 read_nocancel, waitpid_nocancel, write_nocancel.
11072
11073 * io/Versions [GLIBC_PRIVATE]: Add __libc_fcntl,
11074 __fcntl_nocancel, __open64_nocancel, __write_nocancel.
11075 * posix/Versions: Add __nanosleep_nocancel, __pause_nocancel.
11076
11077 * nptl/pt-fcntl.c: New file.
11078 * nptl/Makefile (pthread-compat-wrappers): Remove fcntl.
11079 (libpthread-routines): Add pt-fcntl.
11080 * include/fcntl.h (__fcntl_nocancel_adjusted): New function.
11081 (__libc_fcntl): Remove attribute_hidden.
11082 * sysdeps/unix/sysv/linux/fcntl.c (__libc_fcntl): Call
11083 __fcntl_nocancel_adjusted, not fcntl_common.
11084 (__fcntl_nocancel): Move to new file fcntl_nocancel.c.
11085 (fcntl_common): Rename to __fcntl_nocancel_adjusted; also move
11086 to fcntl_nocancel.c.
11087 * sysdeps/unix/sysv/linux/fcntl_nocancel.c: New file.
11088 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Remove file.
11089 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
11090 Define FCNTL_ADJUST_CMD here, as a self-contained macro.
11091
11092 * sysdeps/unix/sysv/linux/close.c: Move __close_nocancel to...
11093 * sysdeps/unix/sysv/linux/close_nocancel.c: ...this new file.
11094 * sysdeps/unix/sysv/linux/nanosleep.c: Move __nanosleep_nocancel to...
11095 * sysdeps/unix/sysv/linux/nanosleep_nocancel.c: ...this new file.
11096 * sysdeps/unix/sysv/linux/open.c: Move __open_nocancel to...
11097 * sysdeps/unix/sysv/linux/open_nocancel.c: ...this new file.
11098 * sysdeps/unix/sysv/linux/open64.c: Move __open64_nocancel to...
11099 * sysdeps/unix/sysv/linux/open64_nocancel.c: ...this new file.
11100 * sysdeps/unix/sysv/linux/openat.c: Move __openat_nocancel to...
11101 * sysdeps/unix/sysv/linux/openat_nocancel.c: ...this new file.
11102 * sysdeps/unix/sysv/linux/openat64.c: Move __openat64_nocancel to...
11103 * sysdeps/unix/sysv/linux/openat64_nocancel.c: ...this new file.
11104 * sysdeps/unix/sysv/linux/pause.c: Move __pause_nocancel to...
11105 * sysdeps/unix/sysv/linux/pause_nocancel.c: ...this new file.
11106 * sysdeps/unix/sysv/linux/read.c: Move __read_nocancel to...
11107 * sysdeps/unix/sysv/linux/read_nocancel.c: ...this new file.
11108 * sysdeps/unix/sysv/linux/waitpid.c: Move __waitpid_nocancel to...
11109 * sysdeps/unix/sysv/linux/waitpid_nocancel.c: ...this new file.
11110 * sysdeps/unix/sysv/linux/write.c: Move __write_nocancel to...
11111 * sysdeps/unix/sysv/linux/write_nocancel.c: ...this new file.
11112
11113 * sysdeps/unix/sysv/linux/nios2/Makefile: Don't override
11114 libpthread-routines.
11115 * sysdeps/unix/sysv/linux/nios2/pt-vfork.S: New file which
11116 defines nothing.
11117
11118 * sysdeps/mach/hurd/dl-sysdep.c: Define __read instead of
11119 __libc_read, and __write instead of __libc_write. Define
11120 __open64 in addition to __open.
11121
11122 2018-06-12 H.J. Lu <hongjiu.lu@intel.com>
11123
11124 [BZ #23250]
11125 [BZ #10686]
11126 * sysdeps/i386/nptl/tls.h (tcbhead_t): Change __private_tm[4]
11127 to _private_tm[3] and add __glibc_reserved2.
11128 Add _Static_assert of offset of __private_ss == 0x30.
11129 * sysdeps/x86_64/nptl/tls.h: Add _Static_assert of offset of
11130 __private_ss == 0x40 for ILP32 and == 0x70 for LP64.
11131
11132 2018-06-12 Florian Weimer <fweimer@redhat.com>
11133
11134 x86: Make strncmp usable from rtld.
11135 * sysdeps/i386/i686/multiarch/strncmp-c.c: Only rename strncmp to
11136 __strncmp_ia32 if in libc (and not in rtld).
11137 * sysdeps/x86_64/multiarch/strncmp-sse2.S: Rename strcmp to
11138 strncmp if not in libc (and not to __strncmp_sse2).
11139
11140 2018-06-12 Rafal Luzynski <digitalfreak@lingonborough.com>
11141
11142 [BZ #23140]
11143 * localedata/locales/gd_GB (mon): Rename to...
11144 (alt_mon): This.
11145 (mon): Import from CLDR (genitive case).
11146 * localedata/locales/hsb_DE (mon): Rename to...
11147 (alt_mon): This.
11148 (mon): Import from CLDR (genitive case).
11149 * localedata/locales/wa_BE (mon): Rename to...
11150 (alt_mon): This.
11151 (mon): Add, fill with the proper genitive forms, but CLDR data
11152 is incomplete; completed according to the comments in this file.
11153 (d_t_fmt): Do not use "di" before the month name, no longer needed.
11154
11155 * localedata/locales/wa_BE (country_name): Reword
11156 "Beljike" -> "Beldjike".
11157
11158 2018-06-11 Joseph Myers <joseph@codesourcery.com>
11159
11160 [BZ #23272]
11161 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Start by handling all
11162 cases of non-finite arguments.
11163 * math/libm-test-fma.inc (fma_test_data): Add more tests.
11164
11165 2018-06-10 John David Anglin <danglin@gcc.gnu.org>
11166
11167 [BZ #23174]
11168 * sysdeps/unix/sysv/linux/hppa/Makefile: xfail check-execstack.
11169
11170 2018-06-08 Adhemerval Zanella <adhemerval.zanella@linaro.org>
11171
11172 [BZ #23264]
11173 * include/unistd.h (__execvpex): New prototype.
11174 * posix/Makefile (tests): Add tst-spawn4.
11175 (tests-internal): Add tst-spawn4-compat.
11176 * posix/execvpe.c (__execvpe_common, __execvpex): New functions.
11177 * posix/tst-spawn4-compat.c: New file.
11178 * posix/tst-spawn4.c: Likewise.
11179 * sysdeps/unix/sysv/linux/spawni.c (__spawni): Do not interpret invalid
11180 binaries as shell scripts.
11181 * sysdeps/posix/spawni.c (__spawni): Likewise.
11182
11183 2018-06-08 H.J. Lu <hongjiu.lu@intel.com>
11184
11185 [BZ #23145]
11186 * elf/Makefile (tests-special): Add $(objpfx)check-initfini.out.
11187 ($(all-built-dso:=.dynsym): New target.
11188 (common-generated): Add $(all-built-dso:$(common-objpfx)%=%.dynsym).
11189 ($(objpfx)check-initfini.out): New target.
11190 (generated): Add check-initfini.out.
11191 * scripts/check-initfini.awk: New file.
11192 * sysdeps/aarch64/crti.S (_init): Mark as hidden.
11193 (_fini): Likewise.
11194 * sysdeps/alpha/crti.S (_init): Mark as hidden.
11195 (_fini): Likewise.
11196 * sysdeps/arm/crti.S (_init): Mark as hidden.
11197 (_fini): Likewise.
11198 * sysdeps/hppa/crti.S (_init): Mark as hidden.
11199 (_fini): Likewise.
11200 * sysdeps/i386/crti.S (_init): Mark as hidden.
11201 (_fini): Likewise.
11202 * sysdeps/ia64/crti.S (_init): Mark as hidden.
11203 (_fini): Likewise.
11204 * sysdeps/m68k/crti.S (_init): Mark as hidden.
11205 (_fini): Likewise.
11206 * sysdeps/microblaze/crti.S (_init): Mark as hidden.
11207 (_fini): Likewise.
11208 * sysdeps/mips/mips32/crti.S (_init): Mark as hidden.
11209 (_fini): Likewise.
11210 * sysdeps/mips/mips64/n32/crti.S (_init): Mark as hidden.
11211 (_fini): Likewise.
11212 * sysdeps/mips/mips64/n64/crti.S (_init): Mark as hidden.
11213 (_fini): Likewise.
11214 * sysdeps/nios2/crti.S (_init): Mark as hidden.
11215 (_fini): Likewise.
11216 * sysdeps/powerpc/powerpc32/crti.S (_init): Mark as hidden.
11217 (_fini): Likewise.
11218 * sysdeps/powerpc/powerpc64/crti.S (_init): Mark as hidden.
11219 (_fini): Likewise.
11220 * sysdeps/s390/s390-32/crti.S (_init): Mark as hidden.
11221 (_fini): Likewise.
11222 * sysdeps/s390/s390-64/crti.S (_init): Mark as hidden.
11223 (_fini): Likewise.
11224 * sysdeps/sh/crti.S (_init): Mark as hidden.
11225 (_fini): Likewise.
11226 * sysdeps/sparc/crti.S (_init): Mark as hidden.
11227 (_fini): Likewise.
11228 * sysdeps/x86_64/crti.S (_init): Mark as hidden.
11229 (_fini): Likewise.
11230
11231 2018-06-06 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
11232
11233 * sysdeps/powerpc/powerpc64/le/fpu/e_sqrtf128.c
11234 [__HAVE_FLOAT128_UNLIKE_LDBL] (TFtype, TF): Restrict TFtype
11235 and TF redirection to KFtype and KF only when the default
11236 long double type is not the IEEE 128-bit floating point type.
11237
11238 2018-06-05 Joseph Myers <joseph@codesourcery.com>
11239
11240 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_DIT): New
11241 macro.
11242 (HWCAP_USCAT): Likewise.
11243 (HWCAP_ILRCPC): Likewise.
11244 (HWCAP_FLAGM): Likewise.
11245 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c (_DL_HWCAP_COUNT):
11246 Increase to 28.
11247 (_dl_aarch64_cap_flags): Add new flag names.
11248
11249 * sysdeps/unix/sysv/linux/aarch64/bits/mman.h [__USE_MISC]
11250 (MAP_FIXED_NOREPLACE): New macro.
11251 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_MISC]
11252 (MAP_FIXED_NOREPLACE): Likewise.
11253 * sysdeps/unix/sysv/linux/arm/bits/mman.h [__USE_MISC]
11254 (MAP_FIXED_NOREPLACE): Likewise.
11255 * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]
11256 (MAP_FIXED_NOREPLACE): Likewise.
11257 * sysdeps/unix/sysv/linux/ia64/bits/mman.h [__USE_MISC]
11258 (MAP_FIXED_NOREPLACE): Likewise.
11259 * sysdeps/unix/sysv/linux/m68k/bits/mman.h [__USE_MISC]
11260 (MAP_FIXED_NOREPLACE): Likewise.
11261 * sysdeps/unix/sysv/linux/microblaze/bits/mman.h [__USE_MISC]
11262 (MAP_FIXED_NOREPLACE): Likewise.
11263 * sysdeps/unix/sysv/linux/mips/bits/mman.h [__USE_MISC]
11264 (MAP_FIXED_NOREPLACE): Likewise.
11265 * sysdeps/unix/sysv/linux/nios2/bits/mman.h [__USE_MISC]
11266 (MAP_FIXED_NOREPLACE): Likewise.
11267 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h [__USE_MISC]
11268 (MAP_FIXED_NOREPLACE): Likewise.
11269 * sysdeps/unix/sysv/linux/riscv/bits/mman.h [__USE_MISC]
11270 (MAP_FIXED_NOREPLACE): Likewise.
11271 * sysdeps/unix/sysv/linux/s390/bits/mman.h [__USE_MISC]
11272 (MAP_FIXED_NOREPLACE): Likewise.
11273 * sysdeps/unix/sysv/linux/sh/bits/mman.h [__USE_MISC]
11274 (MAP_FIXED_NOREPLACE): Likewise.
11275 * sysdeps/unix/sysv/linux/sparc/bits/mman.h [__USE_MISC]
11276 (MAP_FIXED_NOREPLACE): Likewise.
11277 * sysdeps/unix/sysv/linux/x86/bits/mman.h [__USE_MISC]
11278 (MAP_FIXED_NOREPLACE): Likewise.
11279
11280 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
11281 version to 4.17.
11282
11283 2018-06-04 Joseph Myers <joseph@codesourcery.com>
11284
11285 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
11286 version to 4.17
11287
11288 2018-06-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
11289
11290 * bits/shm.h (struct shmid_ds): Make shm_segsz field size_t instead of
11291 int.
11292 * sysdeps/gnu/bits/shm.h (struct shmid_ds): Likewise.
11293
11294 2018-06-01 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
11295
11296 * benchtests/scripts/compare_string.py: (process_results) Catch
11297 exception in non-existent base_func and catch exception in
11298 non-existent attribute.
11299 (parse_file) Catch exception if input file does not exist.
11300
11301 2018-06-01 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
11302
11303 * benchtests/scripts/compare_string.py: Add --no-diff and --no-header
11304 options to avoid diff calculation and omit header, respectively.
11305 (main): process --no-diff and --no-header
11306
11307 2018-06-01 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
11308 H.J. Lu <hongjiu.lu@intel.com>
11309
11310 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
11311 strcmp-avx2, strncmp-avx2, wcscmp-avx2, wcscmp-sse2, wcsncmp-avx2 and
11312 wcsncmp-sse2.
11313 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
11314 (__libc_ifunc_impl_list): Add tests for __strcmp_avx2,
11315 __strncmp_avx2, __wcscmp_avx2, __wcsncmp_avx2, __wcscmp_sse2
11316 and __wcsncmp_sse2.
11317 * sysdeps/x86_64/multiarch/strcmp.c (OPTIMIZE (avx2)):
11318 (IFUNC_SELECTOR): Return OPTIMIZE (avx2) on AVX 2 machines if
11319 AVX unaligned load is fast and vzeroupper is preferred.
11320 * sysdeps/x86_64/multiarch/strncmp.c: Likewise.
11321 * sysdeps/x86_64/multiarch/strcmp-avx2.S: New file.
11322 * sysdeps/x86_64/multiarch/strncmp-avx2.S: Likewise.
11323 * sysdeps/x86_64/multiarch/wcscmp-avx2.S: Likewise.
11324 * sysdeps/x86_64/multiarch/wcscmp-sse2.S: Likewise.
11325 * sysdeps/x86_64/multiarch/wcscmp.c: Likewise.
11326 * sysdeps/x86_64/multiarch/wcsncmp-avx2.S: Likewise.
11327 * sysdeps/x86_64/multiarch/wcsncmp-sse2.c: Likewise.
11328 * sysdeps/x86_64/multiarch/wcsncmp.c: Likewise.
11329 * sysdeps/x86_64/wcscmp.S (__wcscmp): Add alias only if __wcscmp
11330 is undefined.
11331
11332 2018-06-01 Florian Weimer <fweimer@redhat.com>
11333
11334 * sysdeps/i386/fpu/libm-test-ulps: Update with results from
11335 configuring with --disable-multi-arch, building with
11336 “-march=x86-64 -mtune=generic -mfpmath=sse” and running on a
11337 Haswell-era CPU.
11338
11339 2018-06-01 Florian Weimer <fweimer@redhat.com>
11340
11341 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Update with
11342 results from building with “-march=x86-64 -mtune=generic
11343 -mfpmath=sse” and running on a Haswell-era CPU.
11344
11345 2018-06-01 Joseph Myers <joseph@codesourcery.com>
11346
11347 [BZ #18473]
11348 * soft-fp/sqrttf2.c: Remove file.
11349 * soft-fp/sqrtdf2.c: Move to ....
11350 * sysdeps/powerpc/nofpu/sqrtdf2.c: ... here. Include
11351 <shlib-compat.h>.
11352 (__sqrtdf2): Make conditional on
11353 [SHLIB_COMPAT (libc, GLIBC_2_3_2, GLIBC_2_28)]. Define as compat
11354 symbol.
11355 * soft-fp/sqrtsf2.c: Move to ....
11356 * sysdeps/powerpc/nofpu/sqrtsf2.c: ... here. Include
11357 <shlib-compat.h>.
11358 (__sqrtsf2): Make conditional on
11359 [SHLIB_COMPAT (libc, GLIBC_2_3_2, GLIBC_2_28)]. Define as compat
11360 symbol.
11361 * soft-fp/Makefile (gcc-single-routines): Remove sqrtsf2.
11362 (gcc-double-routines): Remove sqrtdf2.
11363 (gcc-quad-routines): Remove sqrttf2.
11364 * sysdeps/nios2/Makefile [$(subdir) = soft-fp] (sysdep_routines):
11365 Do not filter out sqrtsf2 and sqrtdf2.
11366 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
11367 (sysdep_routines): Add sqrtsf2 and sqrtdf2.
11368
11369 2018-06-01 Florian Weimer <fweimer@redhat.com>
11370
11371 * sysdeps/generic/libcidn.abilist: Remove file.
11372
11373 2018-06-01 Florian Weimer <fweimer@redhat.com>
11374
11375 [BZ #23236]
11376 * libio/strfile.h (struct _IO_str_fields): Rename members to
11377 discourage their use and add comment.
11378 (_IO_STR_DYNAMIC): Remove unused macro.
11379 * libio/strops.c (_IO_str_init_static_internal): Do not use
11380 callback pointers. Call malloc and free.
11381 (_IO_str_overflow): Do not use callback pointers. Call malloc
11382 and free.
11383 (enlarge_userbuf): Likewise.
11384 (_IO_str_finish): Call free.
11385 * libio/wstrops.c (_IO_wstr_init_static): Initialize
11386 _allocate_buffer_unused.
11387 (_IO_wstr_overflow): Do not use callback pointers. Call malloc
11388 and free.
11389 (enlarge_userbuf): Likewise.
11390 (_IO_wstr_finish): Call free.
11391 * debug/vasprintf_chk.c (__vasprintf_chk): Initialize
11392 _allocate_buffer_unused, _free_buffer_unused.
11393 * libio/memstream.c (__open_memstream): Likewise.
11394 * libio/vasprintf.c (_IO_vasprintf): Likewise.
11395 * libio/wmemstream.c (open_wmemstream): Likewise.
11396
11397 2018-05-30 Paul Pluzhnikov <ppluzhnikov@google.com>
11398
11399 * sysdeps/x86_64/fpu/libm-test-ulps (log_vlen8_avx2): Update for
11400 AMD Ryzen 7 1800X.
11401
11402 2018-05-30 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11403
11404 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/Makefile: New file to
11405 add w_sqrtf128-power9 and w_sqrtf128-ppc64le to libm-sysdep_routines.
11406 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_sqrtf128-power9.c:
11407 New file.
11408 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_sqrtf128-ppc64le.c:
11409 Likewise.
11410 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_sqrtf128.c: Likewise.
11411
11412 2018-05-29 Florian Weimer <fweimer@redhat.com>
11413
11414 * support/Makefile (libsupport-routines): Add
11415 xpthread_barrierattr_destroy, xpthread_barrierattr_init,
11416 xpthread_barrierattr_setpshared.
11417 * support/xpthread_barrierattr_destroy.c: New file.
11418 * support/xpthread_barrierattr_init.c: Likewise.
11419 * support/xpthread_barrierattr_setpshared.c: Likewise.
11420
11421 2018-05-29 H.J. Lu <hongjiu.lu@intel.com>
11422
11423 [BZ #23206]
11424 * elf/dl-reloc-static-pie.c (_dl_relocate_static_pie): Initialize
11425 _r_debug and update DT_DEBUG for debugger.
11426
11427 2018-05-29 Florian Weimer <fweimer@redhat.com>
11428
11429 * stdlib/Makefile (tst-strtod1i.out): Depend on generated locales.
11430 (tst-strtod5i.out): Likewise.
11431
11432 2018-05-25 Joseph Myers <joseph@codesourcery.com>
11433
11434 * sysdeps/sparc/sparc64/Implies: Remove sparc/sparc64/soft-fp.
11435 * sysdeps/sparc/sparc64/Makefile [$(subdir) = soft-fp]
11436 (sparc64-quad-routines): New variable. Moved from ....
11437 [$(subdir) = soft-fp] (sysdep_routines): Add
11438 $(sparc64-quad-routines). Moved from ....
11439 [$(subdir) = math] (CPPFLAGS): Add -I../soft-fp/. Moved from ....
11440 * sysdeps/sparc/sparc64/soft-fp/Makefile: ... here. Remove file.
11441 * sysdeps/sparc/sparc64/Versions (libc): Add GLIBC_2.2 symbols
11442 moved from ....
11443 * sysdeps/sparc/sparc64/soft-fp/Versions: ... here. Remove file.
11444 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: Remove file.
11445 * sysdeps/sparc/sparc64/soft-fp/qp_add.c: Move to ....
11446 * sysdeps/sparc/sparc64/qp_add.c: ... here.
11447 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Move to ....
11448 * sysdeps/sparc/sparc64/qp_cmp.c: ... here.
11449 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Move to ....
11450 * sysdeps/sparc/sparc64/qp_cmpe.c: ... here.
11451 * sysdeps/sparc/sparc64/soft-fp/qp_div.c: Move to ....
11452 * sysdeps/sparc/sparc64/qp_div.c: ... here.
11453 * sysdeps/sparc/sparc64/soft-fp/qp_dtoq.c: Move to ....
11454 * sysdeps/sparc/sparc64/qp_dtoq.c: ... here.
11455 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Move to ....
11456 * sysdeps/sparc/sparc64/qp_feq.c: ... here.
11457 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Move to ....
11458 * sysdeps/sparc/sparc64/qp_fge.c: ... here.
11459 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Move to ....
11460 * sysdeps/sparc/sparc64/qp_fgt.c: ... here.
11461 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Move to ....
11462 * sysdeps/sparc/sparc64/qp_fle.c: ... here.
11463 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Move to ....
11464 * sysdeps/sparc/sparc64/qp_flt.c: ... here.
11465 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Move to ....
11466 * sysdeps/sparc/sparc64/qp_fne.c: ... here.
11467 * sysdeps/sparc/sparc64/soft-fp/qp_itoq.c: Move to ....
11468 * sysdeps/sparc/sparc64/qp_itoq.c: ... here.
11469 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Move to ....
11470 * sysdeps/sparc/sparc64/qp_mul.c: ... here.
11471 * sysdeps/sparc/sparc64/soft-fp/qp_neg.S: Move to ....
11472 * sysdeps/sparc/sparc64/qp_neg.S: ... here.
11473 * sysdeps/sparc/sparc64/soft-fp/qp_qtod.c: Move to ....
11474 * sysdeps/sparc/sparc64/qp_qtod.c: ... here.
11475 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Move to ....
11476 * sysdeps/sparc/sparc64/qp_qtoi.c: ... here.
11477 * sysdeps/sparc/sparc64/soft-fp/qp_qtos.c: Move to ....
11478 * sysdeps/sparc/sparc64/qp_qtos.c: ... here.
11479 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Move to ....
11480 * sysdeps/sparc/sparc64/qp_qtoui.c: ... here.
11481 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Move to ....
11482 * sysdeps/sparc/sparc64/qp_qtoux.c: ... here.
11483 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Move to ....
11484 * sysdeps/sparc/sparc64/qp_qtox.c: ... here.
11485 * sysdeps/sparc/sparc64/soft-fp/qp_sqrt.c: Move to ....
11486 * sysdeps/sparc/sparc64/qp_sqrt.c: ... here.
11487 * sysdeps/sparc/sparc64/soft-fp/qp_stoq.c: Move to ....
11488 * sysdeps/sparc/sparc64/qp_stoq.c: ... here.
11489 * sysdeps/sparc/sparc64/soft-fp/qp_sub.c: Move to ....
11490 * sysdeps/sparc/sparc64/qp_sub.c: ... here.
11491 * sysdeps/sparc/sparc64/soft-fp/qp_uitoq.c: Move to ....
11492 * sysdeps/sparc/sparc64/qp_uitoq.c: ... here.
11493 * sysdeps/sparc/sparc64/soft-fp/qp_util.c: Move to ....
11494 * sysdeps/sparc/sparc64/qp_util.c: ... here.
11495 * sysdeps/sparc/sparc64/soft-fp/qp_uxtoq.c: Move to ....
11496 * sysdeps/sparc/sparc64/qp_uxtoq.c: ... here.
11497 * sysdeps/sparc/sparc64/soft-fp/qp_xtoq.c: Move to ....
11498 * sysdeps/sparc/sparc64/qp_xtoq.c: ... here.
11499 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Move to ....
11500 * sysdeps/sparc/sparc64/sfp-machine.h: ... here.
11501
11502 * sysdeps/sparc/sparc32/Implies: Remove sparc/sparc32/soft-fp.
11503 * sysdeps/sparc/sparc32/Makefile [$(subdir) = soft-fp]
11504 (sparc32-quad-routines): New variable. Moved from ....
11505 [$(subdir) = soft-fp] (sysdep_routines): Add
11506 $(sparc32-quad-routines). Moved from ....
11507 * sysdeps/sparc/sparc32/soft-fp/Makefile: ... here. Remove file.
11508 * sysdeps/sparc/sparc32/Versions (libc): Add GLIBC_2.4 symbols
11509 moved from ....
11510 * sysdeps/sparc/sparc32/soft-fp/Versions: ... here. Remove file.
11511 * sysdeps/sparc/sparc32/soft-fp/q_add.c: Move to ....
11512 * sysdeps/sparc/sparc32/q_add.c: ... here.
11513 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c: Move to ....
11514 * sysdeps/sparc/sparc32/q_cmp.c: ... here.
11515 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c: Move to ....
11516 * sysdeps/sparc/sparc32/q_cmpe.c: ... here.
11517 * sysdeps/sparc/sparc32/soft-fp/q_div.c: Move to ....
11518 * sysdeps/sparc/sparc32/q_div.c: ... here.
11519 * sysdeps/sparc/sparc32/soft-fp/q_dtoq.c: Move to ....
11520 * sysdeps/sparc/sparc32/q_dtoq.c: ... here.
11521 * sysdeps/sparc/sparc32/soft-fp/q_feq.c: Move to ....
11522 * sysdeps/sparc/sparc32/q_feq.c: ... here.
11523 * sysdeps/sparc/sparc32/soft-fp/q_fge.c: Move to ....
11524 * sysdeps/sparc/sparc32/q_fge.c: ... here.
11525 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c: Move to ....
11526 * sysdeps/sparc/sparc32/q_fgt.c: ... here.
11527 * sysdeps/sparc/sparc32/soft-fp/q_fle.c: Move to ....
11528 * sysdeps/sparc/sparc32/q_fle.c: ... here.
11529 * sysdeps/sparc/sparc32/soft-fp/q_flt.c: Move to ....
11530 * sysdeps/sparc/sparc32/q_flt.c: ... here.
11531 * sysdeps/sparc/sparc32/soft-fp/q_fne.c: Move to ....
11532 * sysdeps/sparc/sparc32/q_fne.c: ... here.
11533 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Move to ....
11534 * sysdeps/sparc/sparc32/q_itoq.c: ... here.
11535 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Move to ....
11536 * sysdeps/sparc/sparc32/q_lltoq.c: ... here.
11537 * sysdeps/sparc/sparc32/soft-fp/q_mul.c: Move to ....
11538 * sysdeps/sparc/sparc32/q_mul.c: ... here.
11539 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Move to ....
11540 * sysdeps/sparc/sparc32/q_neg.c: ... here.
11541 * sysdeps/sparc/sparc32/soft-fp/q_qtod.c: Move to ....
11542 * sysdeps/sparc/sparc32/q_qtod.c: ... here.
11543 * sysdeps/sparc/sparc32/soft-fp/q_qtoi.c: Move to ....
11544 * sysdeps/sparc/sparc32/q_qtoi.c: ... here.
11545 * sysdeps/sparc/sparc32/soft-fp/q_qtoll.c: Move to ....
11546 * sysdeps/sparc/sparc32/q_qtoll.c: ... here.
11547 * sysdeps/sparc/sparc32/soft-fp/q_qtos.c: Move to ....
11548 * sysdeps/sparc/sparc32/q_qtos.c: ... here.
11549 * sysdeps/sparc/sparc32/soft-fp/q_qtou.c: Move to ....
11550 * sysdeps/sparc/sparc32/q_qtou.c: ... here.
11551 * sysdeps/sparc/sparc32/soft-fp/q_qtoull.c: Move to ....
11552 * sysdeps/sparc/sparc32/q_qtoull.c: ... here.
11553 * sysdeps/sparc/sparc32/soft-fp/q_sqrt.c: Move to ....
11554 * sysdeps/sparc/sparc32/q_sqrt.c: ... here.
11555 * sysdeps/sparc/sparc32/soft-fp/q_stoq.c: Move to ....
11556 * sysdeps/sparc/sparc32/q_stoq.c: ... here.
11557 * sysdeps/sparc/sparc32/soft-fp/q_sub.c: Move to ....
11558 * sysdeps/sparc/sparc32/q_sub.c: ... here.
11559 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Move to ....
11560 * sysdeps/sparc/sparc32/q_ulltoq.c: ... here.
11561 * sysdeps/sparc/sparc32/soft-fp/q_util.c: Move to ....
11562 * sysdeps/sparc/sparc32/q_util.c: ... here.
11563 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Move to ....
11564 * sysdeps/sparc/sparc32/q_utoq.c: ... here.
11565 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h: Move to ....
11566 * sysdeps/sparc/sparc32/sfp-machine.h: ... here.
11567
11568 2018-05-24 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
11569 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
11570
11571 * sysdeps/powerpc/Implies: Removed. Previous contents copied to...
11572 * sysdeps/powerpc/powerpc32/Implies-after: ... here.
11573 * sysdeps/powerpc/powerpc64/be/Implies-after: ... here.
11574 * sysdeps/powerpc/powerpc64/le/Implies-before: ... and here.
11575
11576 2018-05-24 Joseph Myers <joseph@codesourcery.com>
11577
11578 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies: Remove
11579 powerpc/soft-fp.
11580 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
11581 Likewise.
11582 * sysdeps/powerpc/soft-fp/sfp-machine.h: Move to ....
11583 * sysdeps/powerpc/nofpu/sfp-machine.h: ... here.
11584
11585 2018-05-24 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
11586
11587 [BZ #23171]
11588 * math/math.h [C++] (iseqsig): Fix parameter type for the long
11589 double version.
11590
11591 2018-05-23 Joseph Myers <joseph@codesourcery.com>
11592
11593 * sysdeps/sh/Implies: Remove sh/soft-fp.
11594 * sysdeps/sh/soft-fp/sfp-machine.h: Move to ....
11595 * sysdeps/sh/sfp-machine.h: ... here.
11596
11597 2018-05-23 H.J. Lu <hongjiu.lu@intel.com>
11598
11599 * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
11600 (__mempcpy_erms): Skip zero length.
11601 (__memmove_erms): Likewise.
11602 * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
11603 (__memset_erms): Likewise.
11604
11605 2018-05-23 Joseph Myers <joseph@codesourcery.com>
11606
11607 * sysdeps/alpha/Implies: Remove alpha/soft-fp.
11608 * sysdeps/alpha/Makefile [$(subdir) = soft-fp] (sysdep_routines):
11609 Add functions moved from ....
11610 [$(subdir) = math] (CPPFLAGS): Add -I../soft-fp. Moved from ....
11611 * sysdeps/alpha/soft-fp/Makefile: ... here. Remove file.
11612 * sysdeps/alpha/Versions (libc): Add GLIBC_2.3.4 symbols moved
11613 from ....
11614 * sysdeps/alpha/soft-fp/Versions: ... here. Remove file.
11615 * sysdeps/alpha/soft-fp/e_sqrtl.c: Move to ....
11616 * sysdeps/alpha/e_sqrtl.c: ... here.
11617 * sysdeps/alpha/soft-fp/local-soft-fp.h: Move to ....
11618 * sysdeps/alpha/local-soft-fp.h: ... here.
11619 * sysdeps/alpha/soft-fp/ots_add.c: Move to ....
11620 * sysdeps/alpha/ots_add.c: ... here.
11621 * sysdeps/alpha/soft-fp/ots_cmp.c: Move to ....
11622 * sysdeps/alpha/ots_cmp.c: ... here.
11623 * sysdeps/alpha/soft-fp/ots_cmpe.c: Move to ....
11624 * sysdeps/alpha/ots_cmpe.c: ... here.
11625 * sysdeps/alpha/soft-fp/ots_cvtqux.c: Move to ....
11626 * sysdeps/alpha/ots_cvtqux.c: ... here.
11627 * sysdeps/alpha/soft-fp/ots_cvtqx.c: Move to ....
11628 * sysdeps/alpha/ots_cvtqx.c: ... here.
11629 * sysdeps/alpha/soft-fp/ots_cvttx.c: Move to ....
11630 * sysdeps/alpha/ots_cvttx.c: ... here.
11631 * sysdeps/alpha/soft-fp/ots_cvtxq.c: Move to ....
11632 * sysdeps/alpha/ots_cvtxq.c: ... here.
11633 * sysdeps/alpha/soft-fp/ots_cvtxt.c: Move to ....
11634 * sysdeps/alpha/ots_cvtxt.c: ... here.
11635 * sysdeps/alpha/soft-fp/ots_div.c: Move to ....
11636 * sysdeps/alpha/ots_div.c: ... here.
11637 * sysdeps/alpha/soft-fp/ots_mul.c: Move to ....
11638 * sysdeps/alpha/ots_mul.c: ... here.
11639 * sysdeps/alpha/soft-fp/ots_nintxq.c: Move to ....
11640 * sysdeps/alpha/ots_nintxq.c: ... here.
11641 * sysdeps/alpha/soft-fp/ots_sub.c: Move to ....
11642 * sysdeps/alpha/ots_sub.c: ... here.
11643 * sysdeps/alpha/soft-fp/sfp-machine.h: Move to ....
11644 * sysdeps/alpha/sfp-machine.h: ... here.
11645
11646 2018-05-23 Florian Weimer <fweimer@redhat.com>
11647
11648 [BZ #19728]
11649 [BZ #19729]
11650 [BZ #22247]
11651 CVE-2016-6261
11652 CVE-2016-6263
11653 CVE-2017-14062
11654 Switch to extern IDNA implementation (libidn2).
11655 * libidn: Remove subdirectory.
11656 * LICENSES: Do not mention licensing conditions for the removed
11657 libidn code.
11658 * config.h.in (HAVE_LIBIDN): Remove.
11659 * include/dlfcn.h (__libc_dlopen): Update comment.
11660 * include/idna.h: Remove file.
11661 * inet/Makefile (routines): Add idna.
11662 (tests-static, tests-internal): Add tst-idna_name_classify.
11663 (LOCALES): Generate locales for tests.
11664 (tst-idna_name_classify.out): Depend on generated locales.
11665 * inet/idna_name_classify.c: New file.
11666 * inet/tst-idna_name_classify.c: Likewise.
11667 * inet/net-internal.h (__idna_to_dns_encoding)
11668 (__idna_from_dns_encoding): Declare.
11669 * inet/net-internal.h (enum idna_name_classification): Define.
11670 (__idna_name_classify): Declare.
11671 * inet/Versions (GLIBC_PRIVATE): Add __idna_to_dns_encoding,
11672 __idna_from_dns_encoding.
11673 * inet/getnameinfo.c (DEPRECATED_NI_IDN): Define.
11674 (gni_host_inet_name): Call __idna_from_dns_encoding. Use punycode
11675 name as a fallback in case of encoding errors.
11676 (getnameinfo): Use DEPRECATED_NI_IDN.
11677 * inet/idna.c: New file.
11678 * nscd/gai.c: Do not include <libidn/idn-stub.c>.
11679 * resolv/Makefile (tests): Add tst-resolv-ai_idn,
11680 tst-resolv-ai_idn-latin1, tst-resolv-ai_idn-nolibidn2.
11681 (modules-names): Add tst-no-libidn2.
11682 (extra-test-objs): Add tst-no-libidn2.os.
11683 (LDFLAGS-tst-no-libidn2.so): Set soname.
11684 (LOCALES): Set, and generate locales.
11685 (tst-resolv-ai_idn): Link with -ldl -lresolv -lpthread.
11686 (tst-resolv-ai_idn-latin1): Likewise.
11687 (tst-resolv-ai_idn-nolibidn2): Likewise.
11688 (tst-resolv-ai_idn.out): Depend on locales.
11689 (tst-resolv-ai_idn-latin1.out): Depend on locales.
11690 (tst-resolv-ai_idn-nolibidn2.out): Depend on locales and
11691 tst-no-libidn2.so.
11692 * resolv/netdb.h (AI_IDN_ALLOW_UNASSIGNED)
11693 (AI_IDN_USE_STD3_ASCII_RULES, NI_IDN_ALLOW_UNASSIGNED)
11694 (NI_IDN_USE_STD3_ASCII_RULES): Deprecate.
11695 * resolv/tst-resolv-ai_idn.c: New file.
11696 * resolv/tst-resolv-ai_idn-latin1.c: Likewise.
11697 * resolv/tst-resolv-ai_idn-nolibidn2.c: Likewise.
11698 * resolv/tst-no-libidn2.c: Likewise.
11699 * support/support_format_addrinfo.c (format_ai_flags): Do not
11700 handle AI_IDN_ALLOW_UNASSIGNED, AI_IDN_USE_STD3_ASCII_RULES.
11701 * sysdeps/posix/getaddrinfo.c (DEPRECATED_AI_IDN): Define.
11702 (gaih_inet): Call __idna_to_dns_encoding and
11703 __idna_from_dns_encoding, and use the original (punycode) name if
11704 __idna_from_dns_encoding fails due to an encoding error.
11705 (getaddrinfo): Use DEPRECATED_AI_IDN.
11706 * sysdeps/unix/inet/Subdirs (libidn): Remove.
11707 * sysdeps/unix/inet/configure: Remove file.
11708 * sysdeps/unix/inet/configure.ac: Likewise.
11709
11710 2018-05-23 Florian Weimer <fweimer@redhat.com>
11711
11712 Implement allocate_once.
11713 * include/allocate_once.h: New file.
11714 * misc/allocate_once.c: Likewise.
11715 * misc/tst-allocate_once.c: Likewise.
11716 * misc/Makefile (routines): Add allocate_once.
11717 (tests-internal): Add tst-allocate_once.
11718 (generated): Add tst-allocate_once.mtrace,
11719 tst-allocate_once-mem.out.
11720 (tests-special): Add tst-allocate_once-mem.out.
11721 (tst-allocate_once-ENV): Set MALLOC_TRACE.
11722 (tst-allocate_once-mem.out): Call mtrace.
11723 * misc/Versions (GLIBC_PRIVATE): Add __libc_allocate_once_slow.
11724
11725 2018-05-23 H.J. Lu <hongjiu.lu@intel.com>
11726
11727 [BZ #23196]
11728 * string/test-memcpy.c (do_test1): New function.
11729 (test_main): Call it.
11730
11731 2018-05-23 Andreas Schwab <schwab@suse.de>
11732
11733 [BZ #23196]
11734 CVE-2018-11237
11735 * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S
11736 (L(preloop_large)): Save initial destination pointer in %r11 and
11737 use it instead of %rax after the loop.
11738 * string/test-mempcpy.c (MIN_PAGE_SIZE): Define.
11739
11740 2018-05-22 Joseph Myers <joseph@codesourcery.com>
11741
11742 * sysdeps/aarch64/Implies: Remove aarch64/soft-fp.
11743 * sysdeps/aarch64/Makefile [$(subdir) = math] (CPPFLAGS): Add
11744 -I../soft-fp. Moved from ....
11745 * sysdeps/aarch64/soft-fp/Makefile: ... here. Remove file.
11746 * sysdeps/aarch64/soft-fp/e_sqrtl.c: Move to ....
11747 * sysdeps/aarch64/e_sqrtl.c: ... here.
11748 * sysdeps/aarch64/soft-fp/sfp-machine.h: Move to ....
11749 * sysdeps/aarch64/sfp-machine.h: ... here.
11750
11751 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Ignore
11752 -Wmaybe-uninitialized around access to fq[0].
11753 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
11754 Likewise.
11755
11756 [BZ #18471]
11757 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Use weak
11758 aliases for non-libc case of versioned symbols.
11759 * sysdeps/unix/sysv/linux/lseek64.c: Include <shlib-compat.h>.
11760 (llseek): Define as compat symbol if
11761 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_28)], not as weak alias
11762 with link warning.
11763 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (llseek):
11764 Make into a compat symbol, disabled for minimum symbol version
11765 GLIBC_2.28 and later.
11766 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Remove file.
11767
11768 2018-05-22 Florian Weimer <fweimer@redhat.com>
11769
11770 * sysdeps/i386/Makefile [$(subdir) == math] (sysdep-CFLAGS): Do
11771 not add -mpreferred-stack-boundary=4.
11772 [$(subdir) == csu] (sysdep-CFLAGS): Likewise.
11773 (stack-align-test-flags): Likewise.
11774 [$(subdir) == stdlib] (CFLAGS-exit.c, CFLAGS-cxa_finalize.c):
11775 Likewise.
11776 [$(subdir) == elf] (CFLAGS-dl-init.c, CFLAGS-dl-fini.c)
11777 (CFLAGS-dl-open.c, CFLAGS-dl-close.c, CFLAGS-dl-error.c): Likewise.
11778 [$(subdir) == dlfcn] (CFLAGS-dlopen.c, CFLAGS-dlopenold.c)
11779 (CFLAGS-dlclose.c, CFLAGS-dlerror.c): Likewise.
11780 * sysdeps/i386/nptl/Makefile [$(subdir) == nptl]
11781 (CFLAGS-pthread_create.c, CFLAGS-tst-align.c)
11782 (CFLAGS-tst-align2.c): Likewise.
11783
11784 2018-05-21 H.J. Lu <hongjiu.lu@intel.com>
11785
11786 * sysdeps/x86/cpu-features.h (bit_arch_Prefer_FSRM): New.
11787 (index_arch_Prefer_FSRM): Likewise.
11788 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
11789 Also check Prefer_FSRM.
11790 * sysdeps/x86_64/multiarch/ifunc-memmove.h (IFUNC_SELECTOR):
11791 Also return OPTIMIZE (erms) for Prefer_FSRM.
11792
11793 2018-05-21 H.J. Lu <hongjiu.lu@intel.com>
11794
11795 * sysdeps/x86/cpu-features.h (bit_cpu_FSRM): New.
11796 (index_cpu_FSRM): Likewise.
11797 (reg_FSRM): Likewise.
11798
11799 2018-05-18 Joseph Myers <joseph@codesourcery.com>
11800
11801 * math/gen-tgmath-tests.py: Import sys.
11802 (Tests.__init__): Initialize macros_seen.
11803 (Tests.add_tests): Add macro to macros_seen. Only generate tests
11804 if requested to do so for this macro.
11805 (Tests.add_all_tests): Take argument for macro for which to
11806 generate tests.
11807 (Tests.check_macro_list): New function.
11808 (main): Handle check-list argument and argument specifying macro
11809 for which to generate tests.
11810 * math/Makefile [PYTHON] (tgmath3-macros): New variable.
11811 [PYTHON] (tgmath3-macro-tests): Likewise.
11812 [PYTHON] (tests): Add $(tgmath3-macro-tests) not test-tgmath3.
11813 [PYTHON] (generated): Add $(addsuffix .c,$(tgmath3-macro-tests))
11814 not test-tgmath3.c.
11815 [PYTHON] (CFLAGS-test-tgmath3.c): Remove.
11816 [PYTHON] ($(tgmath3-macro-tests:%=$(objpfx)%.o): Add -fno-builtin
11817 to CFLAGS.
11818 [PYTHON] ($(objpfx)test-tgmath3.c): Replace rule by....
11819 [PYTHON] ($(foreach
11820 m,$(tgmath3-macros),$(objpfx)test-tgmath3-$(m).c): ... this. New
11821 rule.
11822 [PYTHON] (tests-special): Add
11823 $(objpfx)test-tgmath3-macro-list.out.
11824 [PYTHON] ($(objpfx)test-tgmath3-macro-list.out): New rule.
11825
11826 * sysdeps/unix/sysv/linux/syscalls.list (nfsservctl): Make into a
11827 compat symbol, disabled for minimum symbol version GLIBC_2.28 and
11828 later.
11829
11830 [BZ #22639]
11831 * time/tzset.c (SECSPERDAY): Cast to time_t.
11832 * time/tst-y2039.c: New file.
11833 * time/Makefile (tests): Add tst-y2039.
11834
11835 2018-05-17 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
11836
11837 * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
11838 (PREFETCH_ONE_SET): Remove duplicate line.
11839
11840 2018-05-17 Florian Weimer <fweimer@redhat.com>
11841
11842 * sysdeps/generic/math-type-macros-double.h: Include
11843 <math-nan-payload-double.h> after <libm-alias-double.h>.
11844 * sysdeps/generic/math-type-macros-float.h: Include
11845 <math-nan-payload-float.h> after <libm-alias-float.h>.
11846 * sysdeps/generic/math-type-macros-float128.h: Include
11847 <math-nan-payload-float128.h> after <libm-alias-float128.h>.
11848 * sysdeps/generic/math-type-macros-ldouble.h: Include
11849 <math-nan-payload-ldouble.h> after <libm-alias-ldouble.h>.
11850
11851 2018-05-17 Andreas Schwab <schwab@suse.de>
11852
11853 * resolv/res_send.c (__res_context_send): Don't set errno when
11854 returing error after malloc failure.
11855
11856 2018-05-17 H.J. Lu <hongjiu.lu@intel.com>
11857
11858 * nptl/allocatestack.c (allocate_stack): Remove the
11859 !__ASSUME_PRIVATE_FUTEX paths.
11860 * nptl/descr.h (header): Remove the !__ASSUME_PRIVATE_FUTEX path.
11861 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
11862 Likewise.
11863 * sysdeps/i386/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Removed.
11864 * sysdeps/powerpc/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Likewise.
11865 * sysdeps/sh/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Likewise.
11866 * sysdeps/x86_64/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Likewise.
11867 * sysdeps/i386/nptl/tls.h: (tcbhead_t): Remve the
11868 !__ASSUME_PRIVATE_FUTEX path.
11869 * sysdeps/s390/nptl/tls.h (tcbhead_t): Likewise.
11870 * sysdeps/sparc/nptl/tls.h (tcbhead_t): Likewise.
11871 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Likewise.
11872 * sysdeps/unix/sysv/linux/i386/lowlevellock.S: Remove the
11873 !__ASSUME_PRIVATE_FUTEX macros.
11874 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
11875 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
11876 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
11877 * sysdeps/unix/sysv/linux/kernel-features.h
11878 (__ASSUME_PRIVATE_FUTEX): Removed.
11879
11880 2018-05-17 Joseph Myers <joseph@codesourcery.com>
11881
11882 * math/Makefile (libm-narrow-fns): Add div.
11883 (libm-test-funcs-narrow): Likewise.
11884 * math/Versions (GLIBC_2.28): Add narrowing divide functions.
11885 * math/bits/mathcalls-narrow.h (div): Use __MATHCALL_NARROW.
11886 * math/gen-auto-libm-tests.c (test_functions): Add div.
11887 * math/math-narrow.h (CHECK_NARROW_DIV): New macro.
11888 (NARROW_DIV_ROUND_TO_ODD): Likewise.
11889 (NARROW_DIV_TRIVIAL): Likewise.
11890 * sysdeps/ieee754/float128/float128_private.h (__fdivl): New
11891 macro.
11892 (__ddivl): Likewise.
11893 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fdiv and
11894 ddiv.
11895 (CFLAGS-nldbl-ddiv.c): New variable.
11896 (CFLAGS-nldbl-fdiv.c): Likewise.
11897 * sysdeps/ieee754/ldbl-opt/Versions (GLIBC_2.28): Add
11898 __nldbl_ddivl.
11899 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl_ddivl): New
11900 prototype.
11901 * manual/arith.texi (Misc FP Arithmetic): Document fdiv, fdivl,
11902 ddivl, fMdivfN, fMdivfNx, fMxdivfN and fMxdivfNx.
11903 * math/auto-libm-test-in: Add tests of div.
11904 * math/auto-libm-test-out-narrow-div: New generated file.
11905 * math/libm-test-narrow-div.inc: New file.
11906 * sysdeps/i386/fpu/s_f32xdivf64.c: Likewise.
11907 * sysdeps/ieee754/dbl-64/s_f32xdivf64.c: Likewise.
11908 * sysdeps/ieee754/dbl-64/s_fdiv.c: Likewise.
11909 * sysdeps/ieee754/float128/s_f32divf128.c: Likewise.
11910 * sysdeps/ieee754/float128/s_f64divf128.c: Likewise.
11911 * sysdeps/ieee754/float128/s_f64xdivf128.c: Likewise.
11912 * sysdeps/ieee754/ldbl-128/s_ddivl.c: Likewise.
11913 * sysdeps/ieee754/ldbl-128/s_f64xdivf128.c: Likewise.
11914 * sysdeps/ieee754/ldbl-128/s_fdivl.c: Likewise.
11915 * sysdeps/ieee754/ldbl-128ibm/s_ddivl.c: Likewise.
11916 * sysdeps/ieee754/ldbl-128ibm/s_fdivl.c: Likewise.
11917 * sysdeps/ieee754/ldbl-96/s_ddivl.c: Likewise.
11918 * sysdeps/ieee754/ldbl-96/s_fdivl.c: Likewise.
11919 * sysdeps/ieee754/ldbl-opt/nldbl-ddiv.c: Likewise.
11920 * sysdeps/ieee754/ldbl-opt/nldbl-fdiv.c: Likewise.
11921 * sysdeps/ieee754/soft-fp/s_ddivl.c: Likewise.
11922 * sysdeps/ieee754/soft-fp/s_fdiv.c: Likewise.
11923 * sysdeps/ieee754/soft-fp/s_fdivl.c: Likewise.
11924 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11925 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
11926 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
11927 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
11928 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
11929 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
11930 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
11931 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
11932 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
11933 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
11934 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
11935 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
11936 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
11937 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
11938 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
11939 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Likewise.
11940 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
11941 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
11942 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
11943 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
11944 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
11945 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
11946 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
11947 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
11948 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
11949 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
11950
11951 2018-05-16 Adhemerval Zanella <adhemerval.zanella@linaro.org>
11952
11953 [BZ #23178]
11954 * nscd/nscd-client.h (sendfileall): Remove prototype.
11955 * nscd/connections.c [HAVE_SENDFILE] (sendfileall): Remove function.
11956 (handle_request): Use writeall instead of sendfileall.
11957 * nscd/aicache.c (addhstaiX): Likewise.
11958 * nscd/grpcache.c (cache_addgr): Likewise.
11959 * nscd/hstcache.c (cache_addhst): Likewise.
11960 * nscd/initgrcache.c (addinitgroupsX): Likewise.
11961 * nscd/netgroupcache.c (addgetnetgrentX, addinnetgrX): Likewise.
11962 * nscd/pwdcache.c (cache_addpw): Likewise.
11963 * nscd/servicescache.c (cache_addserv): Likewise.
11964 * sysdeps/unix/sysv/linux/Makefile [$(subdir) == nscd]
11965 (sysdep-CFLAGS): Remove -DHAVE_SENDFILE.
11966 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_SENDFILE):
11967 Remove define.
11968
11969 2018-05-16 H.J. Lu <hongjiu.lu@intel.com>
11970
11971 * sysdeps/x86_64/multiarch/strncat-c.c (STRNCAT_PRIMARY): Removed.
11972 Include <string/strncat.c>.
11973 * sysdeps/x86_64/multiarch/strncat.c (__strncat): New strong
11974 alias.
11975 (__GI___strncat): New hidden alias.
11976
11977 2018-05-16 Joseph Myers <joseph@codesourcery.com>
11978
11979 * sysdeps/mips/mips32/libm-test-ulps: Update.
11980 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
11981
11982 2018-05-16 Florian Weimer <fweimer@redhat.com>
11983
11984 * support/Makefile (libsupport-routines): Add support_quote_blob,
11985 support_test_compare_blob.
11986 (tests): Add tst-support_quote_blob, tst-test_compare_blob.
11987 * support/check.h (TEST_COMPARE_BLOB): Define.
11988 (support_test_compare_blob): Declare.
11989 * support/support.h (support_quote_blob): Declare.
11990 * support/support_quote_blob.c: New file.
11991 * support/support_test_compare_blob.c: Likewise.
11992 * support/tst-support_quote_blob.c: Likewise.
11993 * support/tst-test_compare_blob.c: Likewise.
11994
11995 2018-05-16 Florian Weimer <fweimer@redhat.com>
11996
11997 * stdlib/strtod_nan.c: Include <math-type-macros-double.h> instead
11998 of <strtod_nan_double.h>.
11999 * stdlib/strtod_nan_main.c (STRTOD_NAN): Use SET_NAN_PAYLOAD
12000 instead of SET_MANTISSA.
12001 * stdlib/strtof_nan.c: Include <math-type-macros-float.h> instead
12002 of include <strtod_nan_float.h>.
12003 * stdlib/strtold_nan.c: Include <math-type-macros-ldouble.h>
12004 instead of <strtod_nan_ldouble.h>.
12005 * stdlib/strtod_nan_double.h: Move to ...
12006 * sysdeps/generic/math-nan-payload-double.h: ... here.
12007 (FLOAT): Remove definition.
12008 (SET_MANTISSA): Rename to ...
12009 (SET_NAN_PAYLOAD): ... this.
12010 * stdlib/strtod_nan_float.h: Move to ...
12011 * sysdeps/generic/math-nan-payload-float.h: ... here.
12012 (FLOAT): Remove definition.
12013 (SET_MANTISSA): Rename to ...
12014 (SET_NAN_PAYLOAD): ... this.
12015 * sysdeps/generic/math-type-macros-double.h: Include
12016 <math-nan-payload-double.h>. Include <math/math-svid-compat.h>
12017 instead of <math-svid-compat.h>.
12018 * sysdeps/generic/math-type-macros-float.h: Include
12019 <math-nan-payload-float.h>. Include <math/math-svid-compat.h>
12020 instead of <math-svid-compat.h>.
12021 * sysdeps/generic/math-type-macros-float128.h: Include
12022 <math-nan-payload-float128.h>.
12023 * sysdeps/generic/math-type-macros-ldouble.h: Include
12024 <math-nan-payload-ldouble.h>. Include <math/math-svid-compat.h>
12025 instead of <math-svid-compat.h>.
12026 * sysdeps/generic/math-type-macros.h: Document SET_NAN_PAYLOAD and
12027 check for definition.
12028 * sysdeps/ieee754/float128/strtod_nan_float128.h: Move to ...
12029 * sysdeps/ieee754/float128/math-nan-payload-float128.h: ... here.
12030 Include <ieee754_float128.h>.
12031 (FLOAT): Remove definition.
12032 (SET_MANTISSA): Rename to ...
12033 (SET_NAN_PAYLOAD): ... this.
12034 * sysdeps/ieee754/float128/strtof128_nan.c: Include
12035 <math-type-macros-float128.h> instead of <strtod_nan_float128.h>.
12036 Do not include <float128_private.h>.
12037 * sysdeps/ieee754/float128/wcstof128_nan.c: Likewise.
12038 * sysdeps/ieee754/ldbl-128/strtod_nan_ldouble.h: Move to ...
12039 * sysdeps/ieee754/ldbl-128/math-nan-payload-ldouble.h: ... here.
12040 (FLOAT): Remove definition.
12041 (SET_MANTISSA): Rename to ...
12042 (SET_NAN_PAYLOAD): ... this.
12043 * sysdeps/ieee754/ldbl-128ibm/strtod_nan_ldouble.h: Move to ...
12044 * sysdeps/ieee754/ldbl-128ibm/math-nan-payload-ldouble.h: ... here.
12045 (FLOAT): Remove definition.
12046 (SET_MANTISSA): Rename to ...
12047 (SET_NAN_PAYLOAD): ... this.
12048 * sysdeps/ieee754/ldbl-96/strtod_nan_ldouble.h: Move to ...
12049 * sysdeps/ieee754/ldbl-96/math-nan-payload-ldouble.h: ... here.
12050 (FLOAT): Remove definition.
12051 (SET_MANTISSA): Rename to ...
12052 (SET_NAN_PAYLOAD): ... this.
12053 * wcsmbs/wcstod_nan.c: Include <math-type-macros-double.h> instead
12054 of "../stdlib/strtod_nan_double.h".
12055 * wcsmbs/wcstof_nan.c: Include <math-type-macros-float.h> instead
12056 of "../stdlib/strtod_nan_float.h".
12057 * wcsmbs/wcstold_nan.c: Include <math-type-macros-ldouble.h>
12058 instead of "../stdlib/strtod_nan_ldouble.h".
12059 * manual/arith.texi (Parsing of Floats): Adjust comment.
12060
12061 2018-05-16 Joseph Myers <joseph@codesourcery.com>
12062
12063 * math/Makefile (libm-narrow-fns): Add mul.
12064 (libm-test-funcs-narrow): Likewise.
12065 * math/Versions (GLIBC_2.28): Add narrowing multiply functions.
12066 * math/bits/mathcalls-narrow.h (mul): Use __MATHCALL_NARROW.
12067 * math/gen-auto-libm-tests.c (test_functions): Add mul.
12068 * math/math-narrow.h (CHECK_NARROW_MUL): New macro.
12069 (NARROW_MUL_ROUND_TO_ODD): Likewise.
12070 (NARROW_MUL_TRIVIAL): Likewise.
12071 * soft-fp/op-common.h (FP_TRUNC_COOKED): Likewise.
12072 * sysdeps/ieee754/float128/float128_private.h (__fmull): New
12073 macro.
12074 (__dmull): Likewise.
12075 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fmul and
12076 dmul.
12077 (CFLAGS-nldbl-dmul.c): New variable.
12078 (CFLAGS-nldbl-fmul.c): Likewise.
12079 * sysdeps/ieee754/ldbl-opt/Versions (GLIBC_2.28): Add
12080 __nldbl_dmull.
12081 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl_dmull): New
12082 prototype.
12083 * manual/arith.texi (Misc FP Arithmetic): Document fmul, fmull,
12084 dmull, fMmulfN, fMmulfNx, fMxmulfN and fMxmulfNx.
12085 * math/auto-libm-test-in: Add tests of mul.
12086 * math/auto-libm-test-out-narrow-mul: New generated file.
12087 * math/libm-test-narrow-mul.inc: New file.
12088 * sysdeps/i386/fpu/s_f32xmulf64.c: Likewise.
12089 * sysdeps/ieee754/dbl-64/s_f32xmulf64.c: Likewise.
12090 * sysdeps/ieee754/dbl-64/s_fmul.c: Likewise.
12091 * sysdeps/ieee754/float128/s_f32mulf128.c: Likewise.
12092 * sysdeps/ieee754/float128/s_f64mulf128.c: Likewise.
12093 * sysdeps/ieee754/float128/s_f64xmulf128.c: Likewise.
12094 * sysdeps/ieee754/ldbl-128/s_dmull.c: Likewise.
12095 * sysdeps/ieee754/ldbl-128/s_f64xmulf128.c: Likewise.
12096 * sysdeps/ieee754/ldbl-128/s_fmull.c: Likewise.
12097 * sysdeps/ieee754/ldbl-128ibm/s_dmull.c: Likewise.
12098 * sysdeps/ieee754/ldbl-128ibm/s_fmull.c: Likewise.
12099 * sysdeps/ieee754/ldbl-96/s_dmull.c: Likewise.
12100 * sysdeps/ieee754/ldbl-96/s_fmull.c: Likewise.
12101 * sysdeps/ieee754/ldbl-opt/nldbl-dmul.c: Likewise.
12102 * sysdeps/ieee754/ldbl-opt/nldbl-fmul.c: Likewise.
12103 * sysdeps/ieee754/soft-fp/s_dmull.c: Likewise.
12104 * sysdeps/ieee754/soft-fp/s_fmul.c: Likewise.
12105 * sysdeps/ieee754/soft-fp/s_fmull.c: Likewise.
12106 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12107 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
12108 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
12109 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
12110 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
12111 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
12112 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
12113 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
12114 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
12115 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
12116 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
12117 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
12118 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
12119 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
12120 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
12121 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Likewise.
12122 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
12123 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
12124 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
12125 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
12126 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
12127 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
12128 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
12129 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
12130 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
12131 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
12132
12133 2018-05-14 H.J. Lu <hongjiu.lu@intel.com>
12134
12135 * sysdeps/i386/crti.S (_init): Replace PREINIT_FUNCTION@PLT
12136 with *%eax in call.
12137
12138 2018-05-14 H.J. Lu <hongjiu.lu@intel.com>
12139
12140 * sysdeps/i386/ldsodefs.h: Removed.
12141 * sysdeps/x86_64/ldsodefs.h: Moved to ...
12142 * sysdeps/x86/ldsodefs.h: This.
12143 (La_i86_regs): New.
12144 (La_i86_retval): Likewise.
12145 (ARCH_PLTENTER_MEMBERS): Add i86_gnu_pltenter.
12146 (ARCH_PLTEXIT_MEMBERS): i86_gnu_pltexit.
12147
12148 2018-05-14 H.J. Lu <hongjiu.lu@intel.com>
12149
12150 * sysdeps/x86_64/multiarch/strlen-avx2.S (STRLEN): Remove the
12151 unnecessary testl.
12152
12153 2018-05-13 Alan Modra <amodra@gmail.com>
12154
12155 * sysdeps/hppa/dl-machine.h (elf_machine_rela): Add
12156 R_PARISC_TLS_DTPOFF32 reloc addend.
12157
12158 2018-05-11 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
12159
12160 * bits/floatn-common.h: Define __HAVE_FLOAT128_UNLIKE_LDBL.
12161 * math/math.h: Restrict the prototype definition for the functions
12162 issignaling(_Float128) and iszero(_Float128); and template
12163 __iseqsig_type<_Float128>, from __HAVE_DISTINCT_FLOAT128 to
12164 __HAVE_FLOAT128_UNLIKE_LDBL.
12165 * sysdeps/powerpc/bits/floatn.h [__HAVE_FLOAT128
12166 && (!__GNUC_PREREQ (7, 0) || defined __cplusplus)
12167 && __LDBL_MANT_DIG__ == 113]: Use long double suffix for
12168 __f128() constants; define the type _Float128 as long double;
12169 and reuse long double in __CFLOAT128.
12170
12171 2018-05-11 Joseph Myers <joseph@codesourcery.com>
12172
12173 * sysdeps/generic/math_private.h: Do not include
12174 <math-barriers.h>.
12175 * stdlib/strtod_l.c: Include <math-barriers.h> instead of
12176 <math_private.h>.
12177 * math/fromfp.h: Include <math-barriers.h>.
12178 * math/math-narrow.h: Likewise.
12179 * math/s_nextafter.c: Likewise.
12180 * math/s_nexttowardf.c: Likewise.
12181 * sysdeps/aarch64/fpu/s_llrint.c: Likewise.
12182 * sysdeps/aarch64/fpu/s_llrintf.c: Likewise.
12183 * sysdeps/aarch64/fpu/s_lrint.c: Likewise.
12184 * sysdeps/aarch64/fpu/s_lrintf.c: Likewise.
12185 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
12186 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
12187 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
12188 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
12189 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
12190 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
12191 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
12192 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
12193 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
12194 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
12195 * sysdeps/ieee754/dbl-64/s_fma.c: Likewise.
12196 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
12197 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
12198 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
12199 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
12200 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
12201 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
12202 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
12203 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
12204 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
12205 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
12206 * sysdeps/ieee754/k_standardl.c: Likewise.
12207 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
12208 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
12209 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
12210 * sysdeps/ieee754/ldbl-128/s_fmal.c: Likewise.
12211 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
12212 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
12213 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
12214 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
12215 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
12216 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
12217 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
12218 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
12219 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
12220 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
12221 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
12222 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
12223 * sysdeps/ieee754/ldbl-96/s_fma.c: Likewise.
12224 * sysdeps/ieee754/ldbl-96/s_fmal.c: Likewise.
12225 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
12226 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
12227 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Likewise.
12228 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c: Likewise.
12229
12230 2018-05-11 Florian Weimer <fweimer@redhat.com>
12231
12232 Use 64-bit epoch values in the time zone file parser.
12233 * include/time.h (internal_time_t): Define.
12234 (__tzfile_compute): Use it.
12235 * time/tzfile.c (struct leap): Use internal_time_t for epoch
12236 member.
12237 (transitions): Switch to internal_time_t.
12238 (__tzfile_read): Likewise. Remove code dealing with 4-byte time_t
12239 types.
12240 (__tzfile_compute): Use internal_time_t for timer argument. Check
12241 for truncation before calling __offtime.
12242
12243 2018-05-11 Florian Weimer <fweimer@redhat.com>
12244
12245 [BZ #23166]
12246 * include/rpc/clnt.h (rpc_createerr): Declare hidden alias.
12247 * include/rpc/svc.h (svc_pollfd, svc_max_pollfd, svc_fdset):
12248 Likewise.
12249 * sunrpc/rpc_common.c (svc_fdset, rpc_createerr, svc_pollfd)
12250 (svc_max_pollfd): Add nocommon attribute and hidden alias. Do not
12251 export without --enable-obsolete-rpc.
12252 * sunrpc/svcauth_des.c (svcauthdes_stats): Turn into compatibility
12253 symbol. This should not have been exported, ever.
12254
12255 2018-05-11 Rafal Luzynski <digitalfreak@lingonborough.com>
12256
12257 [BZ #23152]
12258 * localedata/locales/gd_GB (abmon): Fix typo in May:
12259 "Mhàrt" -> "Cèit". Adjust the comment according to the change.
12260
12261 2018-05-11 Siddhesh Poyarekar <siddhesh@sourceware.org>
12262
12263 * sysdeps/aarch64/multiarch/memcpy_falkor.S (__memcpy_falkor):
12264 Use multiple registers to copy data in loop tail.
12265
12266 * sysdeps/aarch64/multiarch/memmove_falkor.S
12267 (__memmove_falkor): Use multiple registers to move data in
12268 loop tail.
12269
12270 2018-05-10 Joseph Myers <joseph@codesourcery.com>
12271
12272 * math/math-underflow.h: New file.
12273 * sysdeps/generic/math_private.h: Do not include <float.h>.
12274 (fabs_tg): Remove macro. Moved to math-underflow.h.
12275 (min_of_type_f): Likewise.
12276 (min_of_type_): Likewise.
12277 (min_of_type_l): Likewise.
12278 (min_of_type_f128): Likewise.
12279 (min_of_type): Likewise.
12280 (math_check_force_underflow): Likewise.
12281 (math_check_force_underflow_nonneg): Likewise.
12282 (math_check_force_underflow_complex): Likewise.
12283 * math/e_exp2_template.c: Include <math-underflow.h>.
12284 * math/k_casinh_template.c: Likewise.
12285 * math/s_catan_template.c: Likewise.
12286 * math/s_catanh_template.c: Likewise.
12287 * math/s_ccosh_template.c: Likewise.
12288 * math/s_cexp_template.c: Likewise.
12289 * math/s_clog10_template.c: Likewise.
12290 * math/s_clog_template.c: Likewise.
12291 * math/s_csin_template.c: Likewise.
12292 * math/s_csinh_template.c: Likewise.
12293 * math/s_csqrt_template.c: Likewise.
12294 * math/s_ctan_template.c: Likewise.
12295 * math/s_ctanh_template.c: Likewise.
12296 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
12297 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
12298 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
12299 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
12300 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
12301 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
12302 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
12303 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
12304 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
12305 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
12306 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
12307 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
12308 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
12309 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
12310 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
12311 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
12312 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
12313 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
12314 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
12315 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
12316 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
12317 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
12318 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
12319 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
12320 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
12321 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
12322 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
12323 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
12324 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
12325 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
12326 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
12327 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
12328 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
12329 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
12330 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
12331 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
12332 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
12333 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
12334 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
12335 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
12336 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
12337 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
12338 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
12339 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
12340 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
12341 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
12342 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
12343 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
12344 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
12345 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
12346 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
12347 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
12348 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
12349 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
12350 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
12351 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
12352 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
12353 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
12354 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
12355 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
12356 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
12357 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
12358 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
12359 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
12360 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
12361 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
12362 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
12363 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
12364 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
12365 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
12366 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
12367 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
12368 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
12369 * sysdeps/ieee754/ldbl-96/k_tanl.c: Likewise.
12370 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
12371 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
12372 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
12373 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
12374 * sysdeps/x86/fpu/powl_helper.c: Likewise.
12375 * sysdeps/ieee754/dbl-64/s_nextup.c: Include <float.h>.
12376 * sysdeps/ieee754/flt-32/s_nextupf.c: Likewise.
12377 * sysdeps/ieee754/ldbl-128/s_nextupl.c: Likewise.
12378 * sysdeps/ieee754/ldbl-128ibm/s_nextupl.c: Likewise.
12379 * sysdeps/ieee754/ldbl-96/s_nextupl.c: Likewise.
12380
12381 2018-05-09 Joseph Myers <joseph@codesourcery.com>
12382
12383 * sysdeps/generic/math-barriers.h: New file.
12384 * sysdeps/generic/math_private.h [!math_opt_barrier]
12385 (math_opt_barrier): Move to math-barriers.h.
12386 [!math_opt_barrier] (math_force_eval): Likewise.
12387 * sysdeps/aarch64/fpu/math-barriers.h: New file.
12388 * sysdeps/aarch64/fpu/math_private.h (math_opt_barrier): Move to
12389 math-barriers.h.
12390 (math_force_eval): Likewise.
12391 * sysdeps/alpha/fpu/math-barriers.h: New file.
12392 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): Move to
12393 math-barriers.h.
12394 (math_force_eval): Likewise.
12395 * sysdeps/x86/fpu/math-barriers.h: New file.
12396 * sysdeps/i386/fpu/fenv_private.h (math_opt_barrier): Move to
12397 math-barriers.h.
12398 (math_force_eval): Likewise.
12399 * sysdeps/m68k/m680x0/fpu/math_private.h: Move to....
12400 * sysdeps/m68k/m680x0/fpu/math-barriers.h: ... here. Adjust
12401 multiple-include guard for rename.
12402 * sysdeps/powerpc/fpu/math-barriers.h: New file.
12403 * sysdeps/powerpc/fpu/math_private.h (math_opt_barrier): Move to
12404 math-barriers.h.
12405 (math_force_eval): Likewise.
12406
12407 2018-05-09 Paul Pluzhnikov <ppluzhnikov@google.com>
12408
12409 [BZ #22786]
12410 CVE-2018-11236
12411 * stdlib/canonicalize.c (__realpath): Fix overflow in path length
12412 computation.
12413 * stdlib/Makefile (test-bz22786): New test.
12414 * stdlib/test-bz22786.c: New test.
12415
12416 2018-05-09 Joseph Myers <joseph@codesourcery.com>
12417
12418 * include/math-narrow-eval.h: New file. Contents moved from ....
12419 * sysdeps/generic/math_private.h: ... here.
12420 (math_narrow_eval): Remove macro. Moved to math-narrow-eval.h.
12421 [FLT_EVAL_METHOD != 0] (excess_precision): Likewise.
12422 * math/s_fdim_template.c: Include <math-narrow-eval.h>.
12423 * stdlib/strtod_l.c: Likewise.
12424 * sysdeps/i386/fpu/s_f32xaddf64.c: Likewise.
12425 * sysdeps/i386/fpu/s_f32xsubf64.c: Likewise.
12426 * sysdeps/i386/fpu/s_fdim.c: Likewise.
12427 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
12428 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
12429 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
12430 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
12431 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
12432 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
12433 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
12434 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
12435 * sysdeps/ieee754/dbl-64/lgamma_neg.c: Likewise.
12436 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
12437 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
12438 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
12439 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
12440 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
12441 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
12442 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
12443 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
12444 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
12445 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
12446 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
12447 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
12448 * sysdeps/ieee754/flt-32/lgamma_negf.c: Likewise.
12449 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
12450 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
12451 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
12452 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
12453
12454 2018-05-08 Andreas Schwab <schwab@suse.de>
12455
12456 * sysdeps/nptl/internaltypes.h: Fix comment.
12457
12458 2018-05-07 H.J. Lu <hongjiu.lu@intel.com>
12459
12460 * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
12461 (MEMSET_SYMBOL (__memset, erms)): Mark the debugger symbol as
12462 hidden.
12463
12464 2018-05-07 Siddhesh Poyarekar <siddhesh@sourceware.org>
12465
12466 * benchtests/bench-memcpy-walk.c (test_main): Move declaration
12467 of I into loop header.
12468 * benchtests/bench-memmove-walk.c
12469 (test_main): Likewise.
12470
12471 2018-05-07 Alexandre Oliva <oliva@gnu.org>
12472
12473 Revert:
12474 2018-04-30 Raymond Nicholson <rain1@airmail.cc>
12475 * manual/startup.texi (Aborting a Program): Remove inappropriate joke.
12476
12477 2018-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
12478
12479 [BZ #20419]
12480 * elf/dl-load.c (open_verify): Fix stack overflow.
12481 * elf/Makefile (tst-big-note): New test.
12482 * elf/tst-big-note-lib.S: New.
12483 * elf/tst-big-note.c: New.
12484
12485 2018-05-04 Joseph Myers <joseph@codesourcery.com>
12486
12487 * scripts/abilist.awk: Ignore absolute symbols.
12488 * sysdeps/mach/hurd/i386/ld.abilist: Remove absolute symbols.
12489 * sysdeps/mach/hurd/i386/libBrokenLocale.abilist: Likewise.
12490 * sysdeps/mach/hurd/i386/libanl.abilist: Likewise.
12491 * sysdeps/mach/hurd/i386/libc.abilist: Likewise.
12492 * sysdeps/mach/hurd/i386/libcrypt.abilist: Likewise.
12493 * sysdeps/mach/hurd/i386/libdl.abilist: Likewise.
12494 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
12495 * sysdeps/mach/hurd/i386/libnsl.abilist: Likewise.
12496 * sysdeps/mach/hurd/i386/libpthread.abilist: Likewise.
12497 * sysdeps/mach/hurd/i386/libresolv.abilist: Likewise.
12498 * sysdeps/mach/hurd/i386/librt.abilist: Likewise.
12499 * sysdeps/mach/hurd/i386/libutil.abilist: Likewise.
12500 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: Likewise.
12501 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: Likewise.
12502 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: Likewise.
12503 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Likewise.
12504 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: Likewise.
12505 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: Likewise.
12506 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
12507 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: Likewise.
12508 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: Likewise.
12509 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: Likewise.
12510 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: Likewise.
12511 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: Likewise.
12512 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: Likewise.
12513 * sysdeps/unix/sysv/linux/alpha/ld.abilist: Likewise.
12514 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: Likewise.
12515 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: Likewise.
12516 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
12517 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: Likewise.
12518 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: Likewise.
12519 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
12520 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: Likewise.
12521 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: Likewise.
12522 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: Likewise.
12523 * sysdeps/unix/sysv/linux/alpha/librt.abilist: Likewise.
12524 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: Likewise.
12525 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: Likewise.
12526 * sysdeps/unix/sysv/linux/arm/ld.abilist: Likewise.
12527 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: Likewise.
12528 * sysdeps/unix/sysv/linux/arm/libanl.abilist: Likewise.
12529 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
12530 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: Likewise.
12531 * sysdeps/unix/sysv/linux/arm/libdl.abilist: Likewise.
12532 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
12533 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: Likewise.
12534 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: Likewise.
12535 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: Likewise.
12536 * sysdeps/unix/sysv/linux/arm/librt.abilist: Likewise.
12537 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: Likewise.
12538 * sysdeps/unix/sysv/linux/arm/libutil.abilist: Likewise.
12539 * sysdeps/unix/sysv/linux/hppa/ld.abilist: Likewise.
12540 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: Likewise.
12541 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: Likewise.
12542 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
12543 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: Likewise.
12544 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: Likewise.
12545 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
12546 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: Likewise.
12547 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: Likewise.
12548 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: Likewise.
12549 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Likewise.
12550 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: Likewise.
12551 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: Likewise.
12552 * sysdeps/unix/sysv/linux/i386/ld.abilist: Likewise.
12553 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: Likewise.
12554 * sysdeps/unix/sysv/linux/i386/libanl.abilist: Likewise.
12555 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
12556 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: Likewise.
12557 * sysdeps/unix/sysv/linux/i386/libdl.abilist: Likewise.
12558 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
12559 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: Likewise.
12560 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: Likewise.
12561 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: Likewise.
12562 * sysdeps/unix/sysv/linux/i386/librt.abilist: Likewise.
12563 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: Likewise.
12564 * sysdeps/unix/sysv/linux/i386/libutil.abilist: Likewise.
12565 * sysdeps/unix/sysv/linux/ia64/ld.abilist: Likewise.
12566 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: Likewise.
12567 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: Likewise.
12568 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
12569 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: Likewise.
12570 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: Likewise.
12571 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
12572 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: Likewise.
12573 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: Likewise.
12574 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: Likewise.
12575 * sysdeps/unix/sysv/linux/ia64/librt.abilist: Likewise.
12576 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: Likewise.
12577 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: Likewise.
12578 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: Likewise.
12579 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
12580 Likewise.
12581 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: Likewise.
12582 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
12583 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: Likewise.
12584 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: Likewise.
12585 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
12586 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: Likewise.
12587 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: Likewise.
12588 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: Likewise.
12589 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: Likewise.
12590 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: Likewise.
12591 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: Likewise.
12592 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: Likewise.
12593 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
12594 Likewise.
12595 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: Likewise.
12596 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
12597 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: Likewise.
12598 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: Likewise.
12599 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
12600 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: Likewise.
12601 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: Likewise.
12602 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: Likewise.
12603 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: Likewise.
12604 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: Likewise.
12605 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: Likewise.
12606 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Likewise.
12607 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist: Likewise.
12608 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Likewise.
12609 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
12610 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Likewise.
12611 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Likewise.
12612 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
12613 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Likewise.
12614 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Likewise.
12615 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Likewise.
12616 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Likewise.
12617 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Likewise.
12618 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Likewise.
12619 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
12620 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: Likewise.
12621 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
12622 Likewise.
12623 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: Likewise.
12624 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: Likewise.
12625 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: Likewise.
12626 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: Likewise.
12627 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
12628 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: Likewise.
12629 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: Likewise.
12630 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: Likewise.
12631 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: Likewise.
12632 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: Likewise.
12633 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: Likewise.
12634 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: Likewise.
12635 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: Likewise.
12636 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: Likewise.
12637 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: Likewise.
12638 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: Likewise.
12639 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: Likewise.
12640 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: Likewise.
12641 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
12642 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
12643 Likewise.
12644 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: Likewise.
12645 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: Likewise.
12646 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: Likewise.
12647 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
12648 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: Likewise.
12649 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: Likewise.
12650 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: Likewise.
12651 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist: Likewise.
12652 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: Likewise.
12653 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: Likewise.
12654 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
12655 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: Likewise.
12656 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: Likewise.
12657 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
12658 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: Likewise.
12659 * sysdeps/unix/sysv/linux/nios2/ld.abilist: Likewise.
12660 * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: Likewise.
12661 * sysdeps/unix/sysv/linux/nios2/libanl.abilist: Likewise.
12662 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
12663 * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: Likewise.
12664 * sysdeps/unix/sysv/linux/nios2/libdl.abilist: Likewise.
12665 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
12666 * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: Likewise.
12667 * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: Likewise.
12668 * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: Likewise.
12669 * sysdeps/unix/sysv/linux/nios2/librt.abilist: Likewise.
12670 * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: Likewise.
12671 * sysdeps/unix/sysv/linux/nios2/libutil.abilist: Likewise.
12672 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: Likewise.
12673 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
12674 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Likewise.
12675 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
12676 Likewise.
12677 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: Likewise.
12678 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: Likewise.
12679 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: Likewise.
12680 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: Likewise.
12681 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist:
12682 Likewise.
12683 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist:
12684 Likewise.
12685 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: Likewise.
12686 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
12687 Likewise.
12688 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: Likewise.
12689 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
12690 Likewise.
12691 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
12692 Likewise.
12693 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
12694 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
12695 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
12696 Likewise.
12697 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
12698 Likewise.
12699 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist:
12700 Likewise.
12701 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: Likewise.
12702 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
12703 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
12704 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
12705 Likewise.
12706 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: Likewise.
12707 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: Likewise.
12708 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: Likewise.
12709 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
12710 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
12711 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist:
12712 Likewise.
12713 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: Likewise.
12714 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
12715 Likewise.
12716 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
12717 Likewise.
12718 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
12719 Likewise.
12720 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist:
12721 Likewise.
12722 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: Likewise.
12723 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: Likewise.
12724 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
12725 Likewise.
12726 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
12727 Likewise.
12728 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
12729 Likewise.
12730 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: Likewise.
12731 * sysdeps/unix/sysv/linux/riscv/rv64/ld.abilist: Likewise.
12732 * sysdeps/unix/sysv/linux/riscv/rv64/libBrokenLocale.abilist:
12733 Likewise.
12734 * sysdeps/unix/sysv/linux/riscv/rv64/libanl.abilist: Likewise.
12735 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
12736 * sysdeps/unix/sysv/linux/riscv/rv64/libcrypt.abilist: Likewise.
12737 * sysdeps/unix/sysv/linux/riscv/rv64/libdl.abilist: Likewise.
12738 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
12739 * sysdeps/unix/sysv/linux/riscv/rv64/libnsl.abilist: Likewise.
12740 * sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist: Likewise.
12741 * sysdeps/unix/sysv/linux/riscv/rv64/libresolv.abilist: Likewise.
12742 * sysdeps/unix/sysv/linux/riscv/rv64/librt.abilist: Likewise.
12743 * sysdeps/unix/sysv/linux/riscv/rv64/libthread_db.abilist: Likewise.
12744 * sysdeps/unix/sysv/linux/riscv/rv64/libutil.abilist: Likewise.
12745 * sysdeps/unix/sysv/linux/s390/libanl.abilist: Likewise.
12746 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: Likewise.
12747 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
12748 Likewise.
12749 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
12750 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: Likewise.
12751 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: Likewise.
12752 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
12753 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: Likewise.
12754 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: Likewise.
12755 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: Likewise.
12756 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: Likewise.
12757 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: Likewise.
12758 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: Likewise.
12759 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: Likewise.
12760 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
12761 Likewise.
12762 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
12763 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: Likewise.
12764 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: Likewise.
12765 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
12766 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: Likewise.
12767 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: Likewise.
12768 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: Likewise.
12769 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: Likewise.
12770 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: Likewise.
12771 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: Likewise.
12772 * sysdeps/unix/sysv/linux/sh/ld.abilist: Likewise.
12773 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: Likewise.
12774 * sysdeps/unix/sysv/linux/sh/libanl.abilist: Likewise.
12775 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
12776 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: Likewise.
12777 * sysdeps/unix/sysv/linux/sh/libdl.abilist: Likewise.
12778 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
12779 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: Likewise.
12780 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: Likewise.
12781 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: Likewise.
12782 * sysdeps/unix/sysv/linux/sh/librt.abilist: Likewise.
12783 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: Likewise.
12784 * sysdeps/unix/sysv/linux/sh/libutil.abilist: Likewise.
12785 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: Likewise.
12786 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
12787 Likewise.
12788 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: Likewise.
12789 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
12790 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: Likewise.
12791 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: Likewise.
12792 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
12793 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: Likewise.
12794 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: Likewise.
12795 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: Likewise.
12796 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: Likewise.
12797 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: Likewise.
12798 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: Likewise.
12799 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: Likewise.
12800 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
12801 Likewise.
12802 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: Likewise.
12803 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
12804 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: Likewise.
12805 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: Likewise.
12806 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
12807 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: Likewise.
12808 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: Likewise.
12809 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: Likewise.
12810 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: Likewise.
12811 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: Likewise.
12812 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: Likewise.
12813 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: Likewise.
12814 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: Likewise.
12815 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: Likewise.
12816 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
12817 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: Likewise.
12818 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: Likewise.
12819 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
12820 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: Likewise.
12821 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: Likewise.
12822 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: Likewise.
12823 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: Likewise.
12824 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: Likewise.
12825 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: Likewise.
12826 * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: Likewise.
12827 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: Likewise.
12828 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: Likewise.
12829 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: Likewise.
12830 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
12831 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: Likewise.
12832 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: Likewise.
12833 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
12834 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: Likewise.
12835 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: Likewise.
12836 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: Likewise.
12837 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: Likewise.
12838 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: Likewise.
12839 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: Likewise.
12840
12841 2018-05-04 Stefan Liebler <stli@linux.vnet.ibm.com>
12842
12843 [BZ #23137]
12844 * sysdeps/nptl/lowlevellock.h (lll_wait_tid):
12845 Use atomic_load_acquire to load __tid.
12846
12847 2018-05-02 H.J. Lu <hongjiu.lu@intel.com>
12848
12849 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S (__swapcontext):
12850 Restore the pointer into %rdx, after syscall and use %rdx,
12851 instead of %rsi, to restore context.
12852
12853 2018-05-02 H.J. Lu <hongjiu.lu@intel.com>
12854
12855 * sysdeps/unix/sysv/linux/x86_64/setcontext.S (__setcontext):
12856 Pop the pointer into %rdx after syscall and use %rdx, instead
12857 of %rsi, to restore context.
12858
12859 2018-05-02 H.J. Lu <hongjiu.lu@intel.com>
12860
12861 * nptl/pthread_create.c (START_THREAD_DEFN): Clear previous
12862 handlers after setjmp.
12863 * setjmp/longjmp.c (__libc_longjmp): Don't define alias if
12864 defined.
12865 * sysdeps/unix/sysv/linux/x86/setjmpP.h: Include
12866 <libc-pointer-arith.h>.
12867 (_JUMP_BUF_SIGSET_BITS_PER_WORD): New.
12868 (_JUMP_BUF_SIGSET_NSIG): Changed to 96.
12869 (_JUMP_BUF_SIGSET_NWORDS): Changed to use ALIGN_UP and
12870 _JUMP_BUF_SIGSET_BITS_PER_WORD.
12871 * sysdeps/x86/Makefile (sysdep_routines): Add __longjmp_cancel.
12872 * sysdeps/x86/__longjmp_cancel.S: New file.
12873 * sysdeps/x86/longjmp.c: Likewise.
12874 * sysdeps/x86/nptl/pt-longjmp.c: Likewise.
12875
12876 2018-05-02 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12877
12878 * NEWS: Add ustat.h deprecation entry.
12879 * bits/ustat.h: Remove file.
12880 * misc/sys/ustat.h: Likewise.
12881 * misc/ustat.h: Likewise.
12882 * sysdeps/unix/sysv/linux/generic/ustat.c: Likewise.
12883 * misc/Makefile (headers): Remove ustat.h and sys/ustat.h.
12884 * misc/ustat.c (__ustat): Rename to __old_ustat and export only in
12885 compatibility mode.
12886 * sysdeps/unix/sysv/linux/ustat.c (__ustat): Likewise.
12887 * sysdeps/unix/sysv/linux/mips/ustat.c: Define DEV_TO_KDEV and use
12888 generic Linux implementation.
12889
12890 2018-04-30 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
12891
12892 * math/w_exp_compat.c: Replace hidden_def with libm_hidden_def..
12893 * math/w_expl_compat.c: Likewise.
12894 * math/w_exp_template.c: Likewise. Remove hidden_def_x.
12895
12896 2018-04-30 Raymond Nicholson <rain1@airmail.cc>
12897
12898 * manual/startup.texi (Aborting a Program): Remove inappropriate joke.
12899
12900 2018-04-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12901
12902 * sysdeps/unix/sysv/linux/arm/readahead.c: Remove file.
12903 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Likewise.
12904 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (readahead):
12905 Remove.
12906 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Likewise.
12907 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
12908 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
12909 * sysdeps/unix/sysv/linux/readahead.c (__readahead): Assume
12910 __NR_readahead existence, and use INLINE_SYSCALL_CALL, __ALIGNMENT_ARG,
12911 and SYSCALL_LL64.
12912
12913 2018-04-27 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
12914
12915 * math/e_exp2_template.c: Replace M_SUF (M_LN2) with M_MLIT (M_LN2).
12916
12917 * math/w_acos_template.c: Replace M_SUF (fabs) with M_FABS.
12918 * math/w_asin_template.c: Likewise.
12919 * math/w_atanh_template.c: Likewise.
12920
12921 2018-04-27 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
12922
12923 * sysdeps/powerpc/preconfigure [machine == powerpc64] (machine): Define
12924 to powerpc/powerpc64/be for big-endian.
12925 [machine == powerpc64le]: Define to powerpc/powerpc64/le for
12926 little-endian.
12927
12928 * sysdeps/powerpc/powerpc64/power4/Implies: Move to powerpc64/be.
12929 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: Likewise.
12930 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: Likewise.
12931 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: Likewise.
12932 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
12933 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Likewise.
12934 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: Likewise.
12935 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: Likewise.
12936 * sysdeps/powerpc/powerpc64/power5/Implies: Likewise.
12937 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
12938 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: Likewise.
12939 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: Likewise.
12940 * sysdeps/powerpc/powerpc64/power6/Implies: Likewise.
12941 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: Likewise.
12942 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: Likewise.
12943 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: Likewise.
12944 * sysdeps/powerpc/powerpc64/power6x/Implies: Likewise.
12945 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Likewise.
12946 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Likewise.
12947 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: Likewise.
12948 * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
12949 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
12950 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: Likewise.
12951 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: Likewise.
12952 * sysdeps/powerpc/powerpc64/power8/Implies: Likewise.
12953 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
12954 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: Likewise.
12955 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: Likewise.
12956 * sysdeps/powerpc/powerpc64/power9/Implies: Likewise.
12957 * sysdeps/powerpc/powerpc64/power9/fpu/Implies: Likewise.
12958 * sysdeps/powerpc/powerpc64/power9/fpu/multiarch/Implies: Likewise.
12959 * sysdeps/powerpc/powerpc64/power9/multiarch/Implies: Likewise.
12960
12961 * sysdeps/powerpc/powerpc64/be/power4/Implies: Move from powerpc64 and
12962 adjusted to imply powerpc64 and older processors on powerpc64/be.
12963 * sysdeps/powerpc/powerpc64/be/power4/fpu/Implies: Likewise.
12964 * sysdeps/powerpc/powerpc64/be/power4/fpu/multiarch/Implies: Likewise.
12965 * sysdeps/powerpc/powerpc64/be/power4/multiarch/Implies: Likewise.
12966 * sysdeps/powerpc/powerpc64/be/power5+/Implies: Likewise.
12967 * sysdeps/powerpc/powerpc64/be/power5+/fpu/Implies: Likewise.
12968 * sysdeps/powerpc/powerpc64/be/power5+/fpu/multiarch/Implies: Likewise.
12969 * sysdeps/powerpc/powerpc64/be/power5+/multiarch/Implies: Likewise.
12970 * sysdeps/powerpc/powerpc64/be/power5/Implies: Likewise.
12971 * sysdeps/powerpc/powerpc64/be/power5/fpu/Implies: Likewise.
12972 * sysdeps/powerpc/powerpc64/be/power5/fpu/multiarch/Implies: Likewise.
12973 * sysdeps/powerpc/powerpc64/be/power5/multiarch/Implies: Likewise.
12974 * sysdeps/powerpc/powerpc64/be/power6/Implies: Likewise.
12975 * sysdeps/powerpc/powerpc64/be/power6/fpu/Implies: Likewise.
12976 * sysdeps/powerpc/powerpc64/be/power6/fpu/multiarch/Implies: Likewise.
12977 * sysdeps/powerpc/powerpc64/be/power6/multiarch/Implies: Likewise.
12978 * sysdeps/powerpc/powerpc64/be/power6x/Implies: Likewise.
12979 * sysdeps/powerpc/powerpc64/be/power6x/fpu/Implies: Likewise.
12980 * sysdeps/powerpc/powerpc64/be/power6x/fpu/multiarch/Implies: Likewise.
12981 * sysdeps/powerpc/powerpc64/be/power6x/multiarch/Implies: Likewise.
12982 * sysdeps/powerpc/powerpc64/be/power7/Implies: Likewise.
12983 * sysdeps/powerpc/powerpc64/be/power7/fpu/Implies: Likewise.
12984 * sysdeps/powerpc/powerpc64/be/power7/fpu/multiarch/Implies: Likewise.
12985 * sysdeps/powerpc/powerpc64/be/power7/multiarch/Implies: Likewise.
12986 * sysdeps/powerpc/powerpc64/be/power8/Implies: Likewise.
12987 * sysdeps/powerpc/powerpc64/be/power8/fpu/Implies: Likewise.
12988 * sysdeps/powerpc/powerpc64/be/power8/fpu/multiarch/Implies: Likewise.
12989 * sysdeps/powerpc/powerpc64/be/power8/multiarch/Implies: Likewise.
12990 * sysdeps/powerpc/powerpc64/be/power9/Implies: Likewise.
12991 * sysdeps/powerpc/powerpc64/be/power9/fpu/Implies: Likewise.
12992 * sysdeps/powerpc/powerpc64/be/power9/fpu/multiarch/Implies: Likewise.
12993 * sysdeps/powerpc/powerpc64/be/power9/multiarch/Implies: Likewise.
12994
12995 * sysdeps/powerpc/powerpc64/970/Implies: Move to powerpc64/be.
12996 * sysdeps/powerpc/powerpc64/be/970/Implies: Move from powerpc64/be.
12997 * sysdeps/powerpc/powerpc64/be/a2/Implies: New file.
12998 * sysdeps/powerpc/powerpc64/be/cell/Implies: Likewise.
12999
13000 * sysdeps/powerpc/powerpc64/be/Implies: New file.
13001 * sysdeps/powerpc/powerpc64/be/fpu/Implies: Likewise.
13002 * sysdeps/powerpc/powerpc64/be/fpu/multiarch/Implies: Likewise.
13003 * sysdeps/powerpc/powerpc64/be/multiarch/Implies: Likewise.
13004
13005 * sysdeps/powerpc/powerpc64le/Implies: Move to powerpc64/le.
13006 * sysdeps/powerpc/powerpc64le/Implies-before: Likewise.
13007 * sysdeps/powerpc/powerpc64le/Makefile: Likewise.
13008 * sysdeps/powerpc/powerpc64le/configure: Likewise.
13009 * sysdeps/powerpc/powerpc64le/configure.ac: Likewise.
13010 * sysdeps/powerpc/powerpc64le/fpu/Implies: Likewise.
13011 * sysdeps/powerpc/powerpc64le/fpu/e_sqrtf128.c: Likewise.
13012 * sysdeps/powerpc/powerpc64le/fpu/multiarch/Implies: Likewise.
13013 * sysdeps/powerpc/powerpc64le/fpu/sfp-machine.h: Likewise.
13014 * sysdeps/powerpc/powerpc64le/multiarch/Implies: Likewise.
13015 * sysdeps/powerpc/powerpc64le/power9/fpu/e_sqrtf128.c: Likewise.
13016
13017 * sysdeps/powerpc/powerpc64/le/Implies: Move from powerpc64le.
13018 * sysdeps/powerpc/powerpc64/le/Implies-before: Likewise.
13019 * sysdeps/powerpc/powerpc64/le/Makefile: Likewise.
13020 * sysdeps/powerpc/powerpc64/le/configure: Likewise.
13021 * sysdeps/powerpc/powerpc64/le/configure.ac: Likewise.
13022 * sysdeps/powerpc/powerpc64/le/fpu/Implies: Likewise.
13023 * sysdeps/powerpc/powerpc64/le/fpu/e_sqrtf128.c: Likewise.
13024 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/Implies: Likewise.
13025 * sysdeps/powerpc/powerpc64/le/fpu/sfp-machine.h: Likewise.
13026 * sysdeps/powerpc/powerpc64/le/multiarch/Implies: Likewise.
13027 * sysdeps/powerpc/powerpc64/le/power9/fpu/e_sqrtf128.c: Likewise.
13028
13029 * sysdeps/powerpc/powerpc64le/power7/Implies: Move to powerpc64/le.
13030 * sysdeps/powerpc/powerpc64le/power7/fpu/Implies: Likewise.
13031 * sysdeps/powerpc/powerpc64le/power7/fpu/multiarch/Implies: Likewise.
13032 * sysdeps/powerpc/powerpc64le/power7/multiarch/Implies: Likewise.
13033 * sysdeps/powerpc/powerpc64le/power8/Implies: Likewise.
13034 * sysdeps/powerpc/powerpc64le/power8/fpu/Implies: Likewise.
13035 * sysdeps/powerpc/powerpc64le/power8/fpu/multiarch/Implies: Likewise.
13036 * sysdeps/powerpc/powerpc64le/power8/multiarch/Implies: Likewise.
13037 * sysdeps/powerpc/powerpc64le/power9/Implies: Likewise.
13038 * sysdeps/powerpc/powerpc64le/power9/fpu/Implies: Likewise.
13039 * sysdeps/powerpc/powerpc64le/power9/fpu/multiarch/Implies: Likewise.
13040 * sysdeps/powerpc/powerpc64le/power9/multiarch/Implies: Likewise.
13041
13042 * sysdeps/powerpc/powerpc64/le/power7/Implies: Move from powerpc64le
13043 and adjusted to imply olders processors.
13044 * sysdeps/powerpc/powerpc64/le/power7/fpu/Implies: Likewise.
13045 * sysdeps/powerpc/powerpc64/le/power7/fpu/multiarch/Implies: Likewise.
13046 * sysdeps/powerpc/powerpc64/le/power7/multiarch/Implies: Likewise.
13047 * sysdeps/powerpc/powerpc64/le/power8/Implies: Likewise.
13048 * sysdeps/powerpc/powerpc64/le/power8/fpu/Implies: Likewise.
13049 * sysdeps/powerpc/powerpc64/le/power8/fpu/multiarch/Implies: Likewise.
13050 * sysdeps/powerpc/powerpc64/le/power8/multiarch/Implies: Likewise.
13051 * sysdeps/powerpc/powerpc64/le/power9/Implies: Likewise.
13052 * sysdeps/powerpc/powerpc64/le/power9/fpu/Implies: Likewise.
13053 * sysdeps/powerpc/powerpc64/le/power9/fpu/multiarch/Implies: Likewise.
13054 * sysdeps/powerpc/powerpc64/le/power9/multiarch/Implies: Likewise.
13055
13056 * sysdeps/unix/sysv/linux/powerpc/powerpc64le/Implies: Move to
13057 powerpc64/le.
13058 * sysdeps/unix/sysv/linux/powerpc/powerpc64le/float128-abi.h: Likewise.
13059 * sysdeps/unix/sysv/linux/powerpc/powerpc64le/fpu/Implies: Likewise.
13060
13061 * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/Implies: Move from
13062 powerpc64le.
13063 * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/float128-abi.h: Likewise.
13064 * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/fpu/Implies: Likewise.
13065
13066 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: Move to
13067 powerpc64/be.
13068 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
13069 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: Likewise.
13070 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/fpu/Implies: Likewise.
13071
13072 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/970/Implies: Move from
13073 powerpc64 and adjusted.
13074 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/a2/Implies: Likewise.
13075 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/cell/Implies: Likewise.
13076 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/cell/fpu/Implies:
13077 Likewise.
13078
13079 2018-04-27 Joseph Myers <joseph@codesourcery.com>
13080
13081 * sysdeps/tile: Remove.
13082 * sysdeps/unix/sysv/linux/tile: Likewise.
13083 * README (tilegx-*-linux-gnu): Remove from list of supported
13084 configurations.
13085 * manual/contrib.texi (Contributors): Mention Chris Metcalf's
13086 contribution of support for generic Linux kernel syscall
13087 interface.
13088 * scripts/build-many-glibcs.py (Context.add_all_configs): Remove
13089 tilegx configurations.
13090 (Config.install_linux_headers): Do not handle tile.
13091 * sysdeps/unix/sysv/linux/aarch64/ldsodefs.h: Do not mention Tile
13092 in comment.
13093 * sysdeps/unix/sysv/linux/nios2/Makefile: Likewise.
13094 * sysdeps/unix/sysv/linux/posix_fadvise.c: Likewise.
13095 [__ASSUME_FADVISE64_64_NO_ALIGN] (__ALIGNMENT_ARG): Remove
13096 conditional undefine and redefine.
13097 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not mention Tile
13098 in comment.
13099 [__ASSUME_FADVISE64_64_NO_ALIGN] (__ALIGNMENT_ARG): Remove
13100 conditional undefine and redefine.
13101
13102 2018-04-26 Aurelien Jarno <aurelien@aurel32.net>
13103
13104 * signal/tst-sigaction.c: New file to test BZ #23069.
13105 * signal/Makefile (tests): Fix indentation. Add tst-sigaction.
13106
13107 2018-04-26 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
13108
13109 [BZ #22766]
13110 * include/dlfcn.h [__libc_dl_open]: Replace RTLD_LAZY with RTLD_NOW.
13111 * sysdeps/gnu/unwind-resume.c (__lib_gcc_s_init): Replace
13112 __libc_dlopen_mode() using RTLD_NOW with __libc_dlopen.
13113 * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
13114
13115 2018-04-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13116
13117 * sysdeps/unix/sysv/linux/getdirentries.c (getdirentries): Build iff
13118 _DIRENT_MATCHES_DIRENT64 is not defined.
13119 * sysdeps/unix/sysv/linux/getdirentries64.c (getdirentries64): Open
13120 implementation and alias to getdirentries if _DIRENT_MATCHES_DIRENT64
13121 is defined.
13122 * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: Remove file.
13123 * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: Remove file.
13124
13125 2018-04-25 Joseph Myers <joseph@codesourcery.com>
13126
13127 * scripts/build-many-glibcs.py (Context.checkout): Default GCC
13128 version to GCC 8 branch.
13129
13130 2018-04-24 Joseph Myers <joseph@codesourcery.com>
13131
13132 * sysdeps/mach/hurd/dl-sysdep.c: Include <not-errno.h>.
13133 (check_no_hidden): Use type of original function when declaring
13134 alias.
13135
13136 * sysdeps/unix/sysv/linux/sys/ptrace.h
13137 (PTRACE_SECCOMP_GET_METADATA): New enum value and macro.
13138 * sysdeps/unix/sysv/linux/bits/ptrace-shared.h
13139 (struct __ptrace_seccomp_metadata): New type.
13140 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
13141 (PTRACE_SECCOMP_GET_METADATA): Likewise.
13142 * sysdeps/unix/sysv/linux/arm/sys/ptrace.h
13143 (PTRACE_SECCOMP_GET_METADATA): Likewise.
13144 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h
13145 (PTRACE_SECCOMP_GET_METADATA): Likewise.
13146 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
13147 (PTRACE_SECCOMP_GET_METADATA): Likewise.
13148 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h
13149 (PTRACE_SECCOMP_GET_METADATA): Likewise.
13150 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h
13151 (PTRACE_SECCOMP_GET_METADATA): Likewise.
13152 * sysdeps/unix/sysv/linux/tile/sys/ptrace.h
13153 (PTRACE_SECCOMP_GET_METADATA): Likewise.
13154 * sysdeps/unix/sysv/linux/x86/sys/ptrace.h
13155 (PTRACE_SECCOMP_GET_METADATA): Likewise.
13156
13157 2018-04-23 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13158
13159 * dirent/alphasort.c (alphasort): Build iff _DIRENT_MATCHES_DIRENT64 is
13160 defined.
13161 * dirent/versionsort.c (versionsort): Likewise.
13162 * dirent/alphasort64.c (alphasort64): Build regardless and alias to
13163 alphasort if _DIRENT_MATCHES_DIRENT64 is defined.
13164 * dirent/versionsort64.c (versionsort64): Likewise.
13165 * sysdeps/unix/sysv/linux/i386/alphasort64.c: Remove file.
13166 * sysdeps/unix/sysv/linux/arm/alphasort64.c: Likewise.
13167 * sysdeps/unix/sysv/linux/arm/versionsort64.c: Likewise.
13168 * sysdeps/unix/sysv/linux/m68k/alphasort64.c: Likewise.
13169 * sysdeps/unix/sysv/linux/m68k/versionsort64.c: Likewise.
13170 * sysdeps/unix/sysv/linux/s390/s390-32/alphasort64.c: Likewise.
13171 * sysdeps/unix/sysv/linux/s390/s390-32/versionsort64.c: Likewise.
13172 * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
13173 * sysdeps/unix/sysv/linux/alphasort64.c: New file.
13174 * sysdeps/unix/sysv/linux/versionsort64.c: Likewise.
13175 * sysdeps/unix/sysv/linux/powerpc/powerpc32/alphasort64.c: Likewise.
13176 * sysdeps/unix/sysv/linux/powerpc/powerpc32/versionsort64.c: Likewise.
13177 * sysdeps/unix/sysv/linux/sparc/sparc32/alphasort64.c: Likewise.
13178 * sysdeps/unix/sysv/linux/sparc/sparc32/versionsort64.c: Likewise.
13179
13180 2018-04-23 Joseph Myers <joseph@codesourcery.com>
13181
13182 * elf/elf.h (NT_PPC_PKEY): New macro.
13183
13184 2018-04-23 Dragan Stanojevic - Nevidljivi <invisible@hidden-city.net>
13185
13186 [BZ #23094]
13187 * localedata/locales/hr_HR: fix thousands_sep and
13188 mon_thousands_sep
13189
13190 2018-04-20 Joseph Myers <joseph@codesourcery.com>
13191
13192 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_MISC]
13193 (XTABS): Define to TAB3.
13194
13195 2018-04-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13196
13197 * sysdeps/hppa/fpu/libm-test-ulps: Update.
13198
13199 * dirent/scandir-tail-common.c: New file.
13200 * dirent/scandir-tail.c: Use scandir-tail-common.c.
13201 (__scandir_tail): Build iff _DIRENT_MATCHES_DIRENT64 is not defined.
13202 * dirent/scandir.c: Use scandir-tail-common.c.
13203 * dirent/scandirat.c: Likewise.
13204 * dirent/scandir64-tail.c: Use scandir-tail-common.c.
13205 * dirent/scandir64.c (scandir64): Always build and alias to scandir
13206 if _DIRENT_MATCHES_DIRENT64 is defined.
13207 * dirent/scandirat64.c (scandirat64): Likewise.
13208 * include/dirent.h (__scandir_tail): Only define iff
13209 _DIRENT_MATCHES_DIRENT64 is not defined.
13210 (__scandir64_tail): Define regardless.
13211 (__scandirat, scandirat64): Remove libc_hidden_proto.
13212 * sysdeps/unix/sysv/linux/arm/scandir64.c: Remove file.
13213 * sysdeps/unix/sysv/linux/m68k/scandir64.c: Likewise.
13214 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Likewise.
13215 * sysdeps/unix/sysv/linux/s390/s390-32/scandir64.c: Likewise.
13216 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
13217 * sysdeps/unix/sysv/linux/sparc/sparc32/scandir64.c: Likewise.
13218 * sysdeps/unix/sysv/linux/scandir64.c: New file.
13219
13220 2018-04-20 Joseph Myers <joseph@codesourcery.com>
13221
13222 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_ASIMDFHM):
13223 New macro.
13224 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c (_DL_HWCAP_COUNT):
13225 Increase to 24.
13226 (_dl_aarch64_cap_flags): Add asimdfhm.
13227
13228 2018-04-19 Chung-Lin Tang <cltang@codesourcery.com>
13229
13230 * sysdeps/nios2/libm-test-ulps: Update.
13231
13232 2018-04-19 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13233
13234 * sysdeps/unix/sysv/linux/mips/mips64/getdents64.c (__getdents64):
13235 Only alias to __getdents for _DIRENT_MATCHES_DIRENT64.
13236
13237 * sysdeps/unix/sysv/linux/alpha/getdents.c: Add comments with alpha
13238 requirements.
13239 (_DIRENT_MATCHES_DIRENT64): Undef
13240 * sysdeps/unix/sysv/linux/alpha/getdents64.c: Likewise.
13241 * sysdeps/unix/sysv/linux/arm/getdents64.c: Remove file.
13242 * sysdeps/unix/sysv/linux/generic/getdents.c: Likewise.
13243 * sysdeps/unix/sysv/linux/generic/getdents64.c: Likewise.
13244 * sysdeps/unix/sysv/linux/generic/wordsize-32/getdents.c: Likewise.
13245 * sysdeps/unix/sysv/linux/getdents.c: Simplify implementation by
13246 use getdents64 syscalls as base.
13247 * sysdeps/unix/sysv/linux/getdents64.c: Likewise and add compatibility
13248 symbol if required.
13249 * sysdeps/unix/sysv/linux/hppa/getdents64.c: Likewise.
13250 * sysdeps/unix/sysv/linux/i386/getdents64.c: Likewise.
13251 * sysdeps/unix/sysv/linux/m68k/getdents64.c: Likewise.
13252 * sysdeps/unix/sysv/linux/powerpc/getdents64.c: Likewise.
13253 * sysdeps/unix/sysv/linux/s390/s390-32/getdents64.c: Likewise.
13254 * sysdeps/unix/sysv/linux/sparc/sparc32/getdents64.c: Likewise.
13255 * sysdeps/unix/sysv/linux/wordsize-64/getdents.c: Likewise.
13256 * sysdeps/unix/sysv/linux/wordsize-64/getdents64.c: Likewise.
13257 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
13258 (__get_clockfreq_via_proc_openprom): Use __getdents64.
13259 * sysdeps/unix/sysv/linux/mips/mips64/getdents64.c: New file.
13260
13261 2018-04-19 Stefan Liebler <stli@linux.vnet.ibm.com>
13262
13263 * scripts/test_printers_common.py (init_test): Disable lock elision.
13264
13265 2018-04-19 Stefan Liebler <stli@linux.vnet.ibm.com>
13266
13267 * math/test-tgmath.c (count_double, count_float,
13268 count_ldouble, count_cdouble, count_cfloat,
13269 count_cldouble): Use volatile int.
13270
13271 2018-04-19 Samuel Thibault <samuel.thibault@ens-lyon.org>
13272
13273 * sysdeps/mach/hurd/i386/Makefile [$(subdir) = conform]
13274 (conformtest-xfail-conds): Add i386-gnu.
13275 * conform/data/fcntl.h-data (flock.l_type, flock.l_whence): XFAIL on
13276 i386-gnu.
13277 * conform/data/sys/ipc.h-data (ipc_perm.uid, ipc_perm.gid,
13278 ipc_perm.cuid, ipc_perm.cgid): Likewise.
13279 * conform/data/sys/msg.h-data (msqid_ds.msg_lspid,
13280 msqid_ds.msg_lrpid): Likewise.
13281 * conform/data/sys/shm.h-data (shmid_ds.shm_lpid, shmid_ds.shm_cpid):
13282 Likewise.
13283 * conform/data/sys/stat.h-data (stat.st_dev): Likewise.
13284 * conform/data/sys/statvfs.h-data (statvfs.f_fsid): Likewise.
13285 * sysdeps/mach/hurd/bits/statvfs.h (struct statvfs): Make f_bsize,
13286 f_namemax, f_frsize, and f_flag fields unsigned long int instead of
13287 unsigned int.
13288 (struct statvfs64): Likewise.
13289 * sysdeps/mach/hurd/bits/statfs.h (struct statfs, struct statfs64):
13290 Likewise.
13291 * bits/in.h [!__USE_MISC]: Do not define struct ip_opts.
13292 * conform/data/netinet/in.h-data: Allow sin_ and sin6_ prefix.
13293 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Use __wait_queue struct
13294 instead of wait_queue.
13295 * sysdeps/gnu/bits/shm.h (struct shmid_ds): Use __vm_area_struct
13296 instead of vm_area_struct.
13297 * bits/sched.h: Include <bits/types/struct_sched_param.h> and move
13298 struct sched_param definition to it.
13299 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
13300 * bits/types/struct_sched_param.h: New file.
13301 * sysdeps/htl/bits/types/struct___pthread_attr.h: Include
13302 <bits/types/struct_sched_param.h> instead of <sched.h>.
13303 * posix/Makefile (headers): Add bits/types/struct_sched_param.h.
13304 * sysdeps/pthread/bits/types/sigevent_t.h: New file, based on the
13305 generic version but include <bits/pthreadtypes.h> to make struct
13306 sigevent's sigev_notify_attributes field a pthread_attr_t*.
13307 * bits/types/siginfo_t.h: Remove siginfo struct name, unused and
13308 non-compliant.
13309 * bits/termios.h [__USE_XOPEN || __USE_XOPEN2K8] (IXANY): Define.
13310 [__USE_XOPEN && !__USE_XOPEN2K] (IUCLC, OLCUC): Define.
13311 [__USE_XOPEN] (OFDEL): New macro.
13312 [__USE_XOPEN && !__USE_XOPEN2K] (XCASE): New macro.
13313 * bits/resource.h (RLIM_SAVED_MAX, RLIM_SAVED_CUR): New macros.
13314 * sysdeps/hurd/include/hurd.h [!_ISOMAC]: Do not declare libc hidden
13315 prototypes.
13316 * sysdeps/hurd/include/hurd/fd.h [!_ISOMAC]: Likewise.
13317 * sysdeps/hurd/include/hurd/signal.h [!_ISOMAC]: Likewise.
13318 * sysdeps/arm/sys/ucontext.h: Remove fpregset struct name, unused and
13319 non-compliant.
13320 * sysdeps/i386/sys/ucontext.h: Likewise.
13321 * sysdeps/m68k/sys/ucontext.h: Likewise.
13322 * sysdeps/mips/sys/ucontext.h: Likewise.
13323 * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Likewise.
13324 * sysdeps/mach/hurd/i386/Makefile
13325 (test-xfail-POSIX/fcntl.h/conform): Add.
13326 (test-xfail-POSIX/signal.h/conform): Add.
13327 (test-xfail-POSIX/semaphore.h/conform): Add.
13328 (test-xfail-POSIX/regex.h/conform): Add.
13329 (test-xfail-POSIX/aio.h/conform): Add.
13330 (test-xfail-POSIX/mqueue.h/conform): Add.
13331 (test-xfail-POSIX/sys/types.h/conform): Add.
13332 (test-xfail-UNIX98/fcntl.h/conform): Add.
13333 (test-xfail-UNIX98/netdb.h/conform): Add.
13334 (test-xfail-UNIX98/signal.h/conform): Add.
13335 (test-xfail-UNIX98/semaphore.h/conform): Add.
13336 (test-xfail-UNIX98/regex.h/conform): Add.
13337 (test-xfail-UNIX98/aio.h/conform): Add.
13338 (test-xfail-UNIX98/ftw.h/conform): Add.
13339 (test-xfail-UNIX98/mqueue.h/conform): Add.
13340 (test-xfail-UNIX98/netinet/in.h/conform): Add.
13341 (test-xfail-UNIX98/sys/wait.h/conform): Add.
13342 (test-xfail-UNIX98/sys/sem.h/conform): Add.
13343 (test-xfail-UNIX98/sys/uio.h/conform): Add.
13344 (test-xfail-UNIX98/sys/socket.h/conform): Add.
13345 (test-xfail-UNIX98/sys/types.h/conform): Add.
13346 (test-xfail-UNIX98/stdlib.h/conform): Add.
13347 (test-xfail-UNIX98/arpa/inet.h/conform): Add.
13348 (test-xfail-POSIX2008/fcntl.h/conform): Add.
13349 (test-xfail-POSIX2008/netdb.h/conform): Add.
13350 (test-xfail-POSIX2008/signal.h/conform): Add.
13351 (test-xfail-POSIX2008/semaphore.h/conform): Add.
13352 (test-xfail-POSIX2008/regex.h/conform): Add.
13353 (test-xfail-POSIX2008/aio.h/conform): Add.
13354 (test-xfail-POSIX2008/mqueue.h/conform): Add.
13355 (test-xfail-POSIX2008/netinet/in.h/conform): Add.
13356 (test-xfail-POSIX2008/sys/wait.h/conform): Add.
13357 (test-xfail-POSIX2008/sys/socket.h/conform): Add.
13358 (test-xfail-POSIX2008/sys/types.h/conform): Add.
13359 (test-xfail-POSIX2008/arpa/inet.h/conform): Add.
13360 (test-xfail-XOPEN2K/fcntl.h/conform): Add.
13361 (test-xfail-XOPEN2K/netdb.h/conform): Add.
13362 (test-xfail-XOPEN2K/signal.h/conform): Add.
13363 (test-xfail-XOPEN2K/semaphore.h/conform): Add.
13364 (test-xfail-XOPEN2K/regex.h/conform): Add.
13365 (test-xfail-XOPEN2K/aio.h/conform): Add.
13366 (test-xfail-XOPEN2K/ftw.h/conform): Add.
13367 (test-xfail-XOPEN2K/mqueue.h/conform): Add.
13368 (test-xfail-XOPEN2K/netinet/in.h/conform): Add.
13369 (test-xfail-XOPEN2K/sys/wait.h/conform): Add.
13370 (test-xfail-XOPEN2K/sys/sem.h/conform): Add.
13371 (test-xfail-XOPEN2K/sys/uio.h/conform): Add.
13372 (test-xfail-XOPEN2K/sys/socket.h/conform): Add.
13373 (test-xfail-XOPEN2K/sys/types.h/conform): Add.
13374 (test-xfail-XOPEN2K/stdlib.h/conform): Add.
13375 (test-xfail-XOPEN2K/arpa/inet.h/conform): Add.
13376 (test-xfail-XOPEN2K8/fcntl.h/conform): Add.
13377 (test-xfail-XOPEN2K8/netdb.h/conform): Add.
13378 (test-xfail-XOPEN2K8/signal.h/conform): Add.
13379 (test-xfail-XOPEN2K8/semaphore.h/conform): Add.
13380 (test-xfail-XOPEN2K8/regex.h/conform): Add.
13381 (test-xfail-XOPEN2K8/aio.h/conform): Add.
13382 (test-xfail-XOPEN2K8/ftw.h/conform): Add.
13383 (test-xfail-XOPEN2K8/mqueue.h/conform): Add.
13384 (test-xfail-XOPEN2K8/netinet/in.h/conform): Add.
13385 (test-xfail-XOPEN2K8/sys/wait.h/conform): Add.
13386 (test-xfail-XOPEN2K8/sys/sem.h/conform): Add.
13387 (test-xfail-XOPEN2K8/sys/uio.h/conform): Add.
13388 (test-xfail-XOPEN2K8/sys/socket.h/conform): Add.
13389 (test-xfail-XOPEN2K8/sys/types.h/conform): Add.
13390 (test-xfail-XOPEN2K8/stdlib.h/conform): Add.
13391 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Add.
13392 * conform/data/signal.h-data (SA_SIGINFO, SA_NOCLDWAIT): XFAIL on
13393 i386-gnu.
13394 * conform/data/sys/wait.h-data (WIFCONTINUED, WEXITED, WSTOPPED,
13395 WCONTINUED, WNOWAIT): XFAIL on i386-gnu.
13396
13397 2018-04-18 Joseph Myers <joseph@codesourcery.com>
13398
13399 * scripts/build-many-glibcs.py (Context.add_all_configs): Use
13400 --enable-obsolete for powerpc-linux-gnuspe.
13401
13402 2018-04-18 Samuel Thibault <samuel.thibault@ens-lyon.org>
13403
13404 * conform/data/sys/un.h-data: Allow sun_ prefix.
13405 * sysdeps/mach/include/lock-intern.h: Do not declare libc hidden
13406 prototypes.
13407 * sysdeps/mach/include/mach.h: Likewise.
13408 * sysdeps/mach/include/mach/mig_support.h: Likewise.
13409 * sysdeps/mach/include/mach_error.h: Likewise.
13410
13411 2018-04-16 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13412
13413 * sysdeps/arm/armv6t2/memchr.S (memchr): Remove ARM code path.
13414 * sysdeps/arm/armv6t2/strlen.S (memchr): Likewise.
13415 * sysdeps/arm/armv7/multiarch/memchr_neon.S (memchr): Likewise.
13416 * sysdeps/arm/armv7/strcmp.S (strcmp): Likewise.
13417
13418 2018-04-16 Andreas Schwab <schwab@suse.de>
13419
13420 [BZ #19527]
13421 * iconvdata/gconv-modules (ARMSCII8//, ShiftJISX0213//): New aliases.
13422
13423 2018-04-15 Patrick McGehearty <patrick.mcgehearty@oracle.com>
13424
13425 * sysdeps/ieee754/dbl-64/e_exp.c: faster __ieee754_exp()
13426 * sysdeps/ieee754/dbl-64/eexp.tbl: New file for e_exp.c
13427
13428 2018-04-12 DJ Delorie <dj@redhat.com>
13429
13430 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
13431 version to 4.16.
13432
13433 2018-04-12 Stefan Liebler <stli@linux.vnet.ibm.com>
13434
13435 * sysdeps/unix/sysv/linux/s390/kernel_sigaction.h
13436 (struct kernel_sigaction): Use the same definition on 31bit as is used
13437 on 64bit.
13438
13439 2018-04-09 Florian Weimer <fweimer@redhat.com>
13440
13441 [BZ #23037]
13442 * resolv/res_send.c (send_dg): Use designated initializers instead
13443 of assignment to zero-initialize other fields of struct mmsghdr.
13444
13445 2018-04-06 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13446
13447 * sysdeps/posix/readdir.c (__READDIR, __GETDENTS, DIRENTY_TYPE,
13448 __READDIR_ALIAS): Undefine after usage.
13449 * sysdeps/posix/readdir_r.c (__READDIR_R, __GETDENTS, DIRENT_TYPE,
13450 __READDIR_R_ALIAS): Likewise.
13451 * sysdeps/unix/sysv/linux/arm/readdir64.c: Remove file.
13452 * sysdeps/unix/sysv/linux/arm/readdir64_r.c: Likewise.
13453 * sysdeps/unix/sysv/linux/m68k/readdir64.c: Likewise.
13454 * sysdeps/unix/sysv/linux/m68k/readdir64_r.c: Likewise.
13455 * sysdeps/unix/sysv/linux/powerpc/readdir64.c: Likewise.
13456 * sysdeps/unix/sysv/linux/powerpc/readdir64_r.c: Likewise.
13457 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
13458 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
13459 * sysdeps/unix/sysv/linux/s390/s390-32/readdir64.c: Likewise.
13460 * sysdeps/unix/sysv/linux/s390/s390-32/readdir64_r.c: Likewise.
13461 * sysdeps/unix/sysv/linux/sparc/sparc32/readdir64.c: Likewise.
13462 * sysdeps/unix/sysv/linux/sparc/sparc32/readdir64_r.c: Likewise.
13463 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
13464 * sysdeps/unix/sysv/linux/wordsize-64/readdir64.c: Likewise.
13465 * sysdeps/unix/sysv/linux/wordsize-64/readdir64_r.c: Likewise.
13466 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Likewise.
13467 * sysdeps/unix/sysv/linux/readdir.c: New file.
13468 * sysdeps/unix/sysv/linux/readdir_r.c: Likewise.
13469 * sysdeps/unix/sysv/linux/readdir64.c: Add compat symbol if required.
13470 * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
13471
13472 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Update.
13473
13474 2018-04-06 Andreas Schwab <schwab@linux-m68k.org>
13475
13476 * manual/charset.texi (Converting a Character): Fix typo.
13477
13478 2018-04-05 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13479
13480 * sysdeps/sparc/fpu/libm-test-ulps: Update.
13481
13482 * sysdeps/arm/libm-test-ulps: Update.
13483
13484 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Use default Linux version
13485 as base implementation.
13486 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
13487 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
13488 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
13489 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
13490 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
13491 * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Add include guards,
13492 remove unrequired definitions and update comments.
13493 * sysdeps/unix/sysv/linux/kernel_sigaction.h: Likewise.
13494 * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Likewise.
13495 * sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h: New file.
13496 * sysdeps/unix/sysv/linux/m68k/kernel_sigaction.h: Likewise.
13497 * sysdeps/unix/sysv/linux/nios2/kernel_sigaction.h: Likewise.
13498 * sysdeps/unix/sysv/linux/powerpc/kernel_sigaction: Likewise.
13499 * sysdeps/unix/sysv/linux/s390/kernel_sigaction.h: Likewise.
13500 * sysdeps/unix/sysv/linux/sh/kernel_sigaction.h: Likewise.
13501 * sysdeps/unix/sysv/linux/sparc/kernel_sigaction.h: Likewise.
13502 * sysdeps/unix/sysv/linux/tile/kernel_sigaction.h: Likewise.
13503 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Remove file.
13504 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
13505 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
13506 * sysdeps/unix/sysv/linux/sigaction.c: Add STUB, SET_SA_RESTORER,
13507 and RESET_SA_RESTORER hooks.
13508
13509 2018-04-05 Stefan Liebler <stli@linux.vnet.ibm.com>
13510
13511 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
13512
13513 2018-04-05 Florian Weimer <fweimer@redhat.com>
13514
13515 * manual/examples/mbstouwcs.c (mbstouwcs): Fix loop termination,
13516 integer overflow, memory leak on error, and indeterminate errno
13517 value. Add a null wide character to terminate the result string.
13518 * manual/charset.texi (Converting a Character): Mention embedded
13519 null bytes in the mbrtowc input string. Explain what happens in
13520 the -2 result case. Do not claim that mbrtowc is simple or
13521 obvious to use. Adjust the description of the code example. Use
13522 @code, not @var, for concrete variables.
13523
13524 2018-04-05 Florian Weimer <fweimer@redhat.com>
13525
13526 * manual/examples/mbstouwcs.c: New file.
13527 * manual/charset.texi (Converting a Character): Include it.
13528
13529 2018-04-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
13530
13531 * include/dirent.h (dirfd): Add hidden proto.
13532 * dirent/dirfd.c (dirfd): Add hidden def.
13533 * sysdeps/mach/hurd/dirfd.c (dirfd): Add hidden def.
13534 * sysdeps/posix/dirfd.c (dirfd): Add hidden def.
13535
13536 2018-04-04 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
13537
13538 * sysdeps/powerpc/fpu/libm-test-ulps: Increase double-precision
13539 sin, cos and sincos to 1 ULP.
13540
13541 2018-04-04 Maciej W. Rozycki <macro@mips.com>
13542
13543 [BZ #19818]
13544 * sysdeps/generic/ldsodefs.h (SYMBOL_ADDRESS): Handle SHN_ABS
13545 symbols.
13546 * elf/dl-addr.c (determine_info): Ignore SHN_ABS symbols.
13547 * elf/tst-absolute-sym.c: New file.
13548 * elf/tst-absolute-sym-lib.c: New file.
13549 * elf/tst-absolute-sym-lib.lds: New file.
13550 * elf/Makefile (tests): Add `tst-absolute-sym'.
13551 (modules-names): Add `tst-absolute-sym-lib'.
13552 (LDLIBS-tst-absolute-sym-lib.so): New variable.
13553 ($(objpfx)tst-absolute-sym-lib.so): New dependency.
13554 ($(objpfx)tst-absolute-sym): New dependency.
13555
13556 [BZ #19818]
13557 * sysdeps/generic/ldsodefs.h (LOOKUP_VALUE_ADDRESS): Add `set'
13558 parameter.
13559 (SYMBOL_ADDRESS): New macro.
13560 [!ELF_FUNCTION_PTR_IS_SPECIAL] (DL_SYMBOL_ADDRESS): Use
13561 SYMBOL_ADDRESS for symbol address calculation.
13562 * elf/dl-runtime.c (_dl_fixup): Likewise.
13563 (_dl_profile_fixup): Likewise.
13564 * elf/dl-symaddr.c (_dl_symbol_address): Likewise.
13565 * elf/rtld.c (dl_main): Likewise.
13566 * sysdeps/aarch64/dl-machine.h (elf_machine_rela): Likewise.
13567 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Likewise.
13568 * sysdeps/arm/dl-machine.h (elf_machine_rel): Likewise.
13569 (elf_machine_rela): Likewise.
13570 * sysdeps/hppa/dl-machine.h (elf_machine_rela): Likewise.
13571 * sysdeps/hppa/dl-symaddr.c (_dl_symbol_address): Likewise.
13572 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
13573 (elf_machine_rela): Likewise.
13574 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
13575 * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
13576 * sysdeps/microblaze/dl-machine.h (elf_machine_rela): Likewise.
13577 * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
13578 Likewise.
13579 (elf_machine_reloc): Likewise.
13580 (elf_machine_got_rel): Likewise.
13581 * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Likewise.
13582 * sysdeps/nios2/dl-machine.h (elf_machine_rela): Likewise.
13583 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
13584 Likewise.
13585 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
13586 Likewise.
13587 * sysdeps/riscv/dl-machine.h (elf_machine_rela): Likewise.
13588 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
13589 Likewise.
13590 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
13591 Likewise.
13592 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
13593 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
13594 Likewise.
13595 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
13596 Likewise.
13597 * sysdeps/tile/dl-machine.h (elf_machine_rela): Likewise.
13598 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
13599
13600 2018-04-04 Zack Weinberg <zackw@panix.com>
13601
13602 * sysdeps/generic/internal-signals.h: Include signal.h,
13603 sigsetops.h, and stdbool.h.
13604 (__libc_signal_block_all): Actually block all signals.
13605 (__libc_signal_block_app): Likewise.
13606 (__libc_signal_restore_set): Actually restore the signal mask.
13607
13608 2018-04-04 Florian Weimer <fweimer@redhat.com>
13609
13610 inet: Actually build and run tst-deadline.
13611 * inet/Makefile (tests-internal): Add tst-deadline and do not
13612 overwrite the variable.
13613 (tests-static-internal): Remove variable.
13614
13615 2018-04-03 H.J. Lu <hongjiu.lu@intel.com>
13616
13617 [BZ #22947]
13618 * bits/uio-ext.h (RWF_APPEND): New.
13619 * sysdeps/unix/sysv/linux/bits/uio-ext.h (RWF_APPEND): Likewise.
13620 * manual/llio.texi: Document RWF_APPEND.
13621 * misc/tst-preadvwritev2-common.c (RWF_APPEND): New.
13622 (RWF_SUPPORTED): Add RWF_APPEND.
13623
13624 2018-04-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13625
13626 [BZ #22391]
13627 * nptl/sigaction.c (__sigaction): Use __is_internal_signal to
13628 check for internal nptl signals.
13629 * nptl/sigaction.c (__sigaction): Likewise.
13630 * signal/sigaddset.c (sigaddset): Likewise.
13631 * signal/sigdelset.c (sigdelset): Likewise.
13632 * sysdeps/posix/signal.c (__bsd_signal): Likewise.
13633 * sysdeps/posix/sigset.c (sigset): Call and check sigaddset return
13634 value.
13635 * signal/sigfillset.c (sigfillset): User __clear_internal_signals
13636 to filter out internal nptl signals.
13637 * signal/tst-sigset.c (do_test): Check ech signal indidually and
13638 also check realtime signals using standard macros.
13639 * sysdeps/generic/internal-signals.h (__clear_internal_signals,
13640 __is_internal_signal, __libc_signal_block_all,
13641 __libc_signal_block_app, __libc_signal_restore_set): New functions.
13642 * sysdeps/nptl/sigfillset.c: Remove file.
13643 * sysdeps/unix/sysv/linux/internal-signals.h (__is_internal_signal):
13644 Change return to bool.
13645 (__clear_internal_signals): Remove SIGTIMER clean since it is
13646 equal to SIGCANEL on Linux.
13647 * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Assume
13648 signal set was constructed using standard functions.
13649
13650 2018-04-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
13651
13652 * sysdeps/mach/hurd/if_index.c (__if_nametoindex): Return ENODEV if
13653 ifname is too long.
13654 * hurd/hurdsig.c (interrupted_reply_port_location): Use
13655 DIAG_IGNORE_NEEDS_COMMENT to silence warning with GCC 6 and before.
13656 * sysdeps/mach/hurd/i386/exc2signal.c (_hurd_exception2signal): Add
13657 hidden def.
13658 * mach/spin-lock.c (__mutex_unlock): Add hidden def.
13659 * signal/sigaddset.c: Include <sigsetopts.h>.
13660 * signal/sigdelset.c: Likewise.
13661
13662 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13663
13664 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Cleanup ifdefs.
13665 (__cos): Likewise.
13666 * sysdeps/ieee754/dbl-64/s_sin.c (__sincos): Refactor using the same
13667 logic as sin and cos.
13668
13669 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13670
13671 * sysdeps/ieee754/dbl-64/s_sin.c (do_sin): Use TAYLOR_SIN for small
13672 inputs. Return correct sign.
13673 (do_sincos): Remove small input check before do_sin, let do_sin set
13674 the sign.
13675 (__sin): Likewise.
13676 (__cos): Likewise.
13677
13678 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13679
13680 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SLOW): Remove.
13681 (do_cos_slow): Likewise.
13682 (do_sin_slow): Likewise.
13683 (reduce_and_compute): Likewise.
13684 (slow): Likewise.
13685 (slow1): Likewise.
13686 (slow2): Likewise.
13687 (sloww): Likewise.
13688 (sloww1): Likewise.
13689 (sloww2): Likewise.
13690 (bslow): Likewise.
13691 (bslow1): Likewise.
13692 (bslow2): Likewise.
13693 (cslow2): Likewise.
13694
13695 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13696
13697 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SIN): Remove cor parameter.
13698 (do_cos): Remove corp parameter and calculations.
13699 (do_sin): Likewise.
13700 (do_sincos): Remove cor variable.
13701 (__sin): Use do_sincos for huge inputs.
13702 (__cos): Likewise.
13703 * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Likewise.
13704 (reduce_and_compute_sincos): Remove unused function.
13705
13706 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13707
13708 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_sincos_1): Rename to
13709 reduce_sincos, improve accuracy to 136 bits.
13710 (do_sincos_1): Rename to do_sincos, remove fallbacks to slow functions.
13711 (__sin): Use improved reduction and simplified do_sincos calculation.
13712 (__cos): Likewise.
13713 * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Likewise.
13714
13715 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13716
13717 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_sincos_2): Remove function.
13718 (do_sincos_2): Likewise.
13719 (__sin): Remove middle range reduction case.
13720 (__cos): Likewise.
13721 * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Remove middle range
13722 reduction case.
13723
13724 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13725
13726 * sysdeps/aarch64/libm-test-ulps: Update ULP for sin, cos, sincos.
13727 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove slow paths for small
13728 inputs.
13729 (__cos): Likewise.
13730 * sysdeps/x86_64/fpu/libm-test-ulps: Update ULP for sin, cos, sincos.
13731
13732 2018-04-03 Joseph Myers <joseph@codesourcery.com>
13733
13734 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
13735 version to 4.16
13736
13737 2018-04-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13738
13739 * sysdeps/posix/opendir.c (o_directory_works, tryopen_o_directory):
13740 Remove definitions.
13741 (opendir_oflags): Use O_DIRECTORY regardless.
13742 (__opendir, __opendirat): Remove need_isdir_precheck usage.
13743 * sysdeps/unix/sysv/linux/opendir.c: Remove file.
13744
13745 2018-04-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
13746
13747 * sysdeps/mach/hurd/bits/local_lim.h (_POSIX_THREAD_KEYS_MAX,
13748 _POSIX_THREAD_DESTRUCTOR_ITERATIONS, _POSIX_THREAD_THREADS_MAX): Define
13749 macros.
13750 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_THREADS,
13751 _POSIX_THREAD_ATTR_STACKSIZE, _POSIX_THREAD_ATTR_STACKADDR,
13752 _POSIX_SEMAPHORES, _POSIX_READER_WRITER_LOCKS, _POSIX_TIMEOUTS,
13753 _POSIX_SPIN_LOCKS, _POSIX_BARRIERS): Define macros to 200809L.
13754 * sysdeps/mach/hurd/net/if_ppp.h: Remove file.
13755 * sysdeps/mach/hurd/Makefile (sysdep_headers): Remove net/if_ppp.h.
13756
13757 * htl/Makefile: Bump licence to LGPL 2.1+.
13758 * htl/alloca_cutoff.c: Likewise.
13759 * htl/cthreads-compat.c: Likewise.
13760 * htl/lockfile.c: Likewise.
13761 * htl/pt-alloc.c: Likewise.
13762 * htl/pt-cancel.c: Likewise.
13763 * htl/pt-cleanup.c: Likewise.
13764 * htl/pt-create.c: Likewise.
13765 * htl/pt-dealloc.c: Likewise.
13766 * htl/pt-detach.c: Likewise.
13767 * htl/pt-exit.c: Likewise.
13768 * htl/pt-getattr.c: Likewise.
13769 * htl/pt-initialize.c: Likewise.
13770 * htl/pt-internal.h: Likewise.
13771 * htl/pt-join.c: Likewise.
13772 * htl/pt-self.c: Likewise.
13773 * htl/pt-setcancelstate.c: Likewise.
13774 * htl/pt-setcanceltype.c: Likewise.
13775 * htl/pt-sigmask.c: Likewise.
13776 * htl/pt-spin-inlines.c: Likewise.
13777 * htl/pt-testcancel.c: Likewise.
13778 * htl/pt-yield.c: Likewise.
13779 * htl/tests/test-1.c: Likewise.
13780 * htl/tests/test-10.c: Likewise.
13781 * htl/tests/test-11.c: Likewise.
13782 * htl/tests/test-12.c: Likewise.
13783 * htl/tests/test-13.c: Likewise.
13784 * htl/tests/test-14.c: Likewise.
13785 * htl/tests/test-15.c: Likewise.
13786 * htl/tests/test-16.c: Likewise.
13787 * htl/tests/test-17.c: Likewise.
13788 * htl/tests/test-2.c: Likewise.
13789 * htl/tests/test-3.c: Likewise.
13790 * htl/tests/test-4.c: Likewise.
13791 * htl/tests/test-5.c: Likewise.
13792 * htl/tests/test-6.c: Likewise.
13793 * htl/tests/test-7.c: Likewise.
13794 * htl/tests/test-8.c: Likewise.
13795 * htl/tests/test-9.c: Likewise.
13796 * htl/tests/test-__pthread_destroy_specific-skip.c: Likewise.
13797 * sysdeps/htl/bits/cancelation.h: Likewise.
13798 * sysdeps/htl/bits/pthread-np.h: Likewise.
13799 * sysdeps/htl/bits/pthread.h: Likewise.
13800 * sysdeps/htl/bits/pthreadtypes.h: Likewise.
13801 * sysdeps/htl/bits/semaphore.h: Likewise.
13802 * sysdeps/htl/bits/types/__pthread_key.h: Likewise.
13803 * sysdeps/htl/bits/types/struct___pthread_attr.h: Likewise.
13804 * sysdeps/htl/bits/types/struct___pthread_barrier.h: Likewise.
13805 * sysdeps/htl/bits/types/struct___pthread_barrierattr.h: Likewise.
13806 * sysdeps/htl/bits/types/struct___pthread_cond.h: Likewise.
13807 * sysdeps/htl/bits/types/struct___pthread_condattr.h: Likewise.
13808 * sysdeps/htl/bits/types/struct___pthread_mutex.h: Likewise.
13809 * sysdeps/htl/bits/types/struct___pthread_mutexattr.h: Likewise.
13810 * sysdeps/htl/bits/types/struct___pthread_once.h: Likewise.
13811 * sysdeps/htl/bits/types/struct___pthread_rwlock.h: Likewise.
13812 * sysdeps/htl/bits/types/struct___pthread_rwlockattr.h: Likewise.
13813 * sysdeps/htl/old_pt-atfork.c: Likewise.
13814 * sysdeps/htl/pt-atfork.c: Likewise.
13815 * sysdeps/htl/pt-attr-destroy.c: Likewise.
13816 * sysdeps/htl/pt-attr-getdetachstate.c: Likewise.
13817 * sysdeps/htl/pt-attr-getguardsize.c: Likewise.
13818 * sysdeps/htl/pt-attr-getinheritsched.c: Likewise.
13819 * sysdeps/htl/pt-attr-getschedparam.c: Likewise.
13820 * sysdeps/htl/pt-attr-getschedpolicy.c: Likewise.
13821 * sysdeps/htl/pt-attr-getscope.c: Likewise.
13822 * sysdeps/htl/pt-attr-getstack.c: Likewise.
13823 * sysdeps/htl/pt-attr-getstackaddr.c: Likewise.
13824 * sysdeps/htl/pt-attr-getstacksize.c: Likewise.
13825 * sysdeps/htl/pt-attr-init.c: Likewise.
13826 * sysdeps/htl/pt-attr-setdetachstate.c: Likewise.
13827 * sysdeps/htl/pt-attr-setguardsize.c: Likewise.
13828 * sysdeps/htl/pt-attr-setinheritsched.c: Likewise.
13829 * sysdeps/htl/pt-attr-setschedparam.c: Likewise.
13830 * sysdeps/htl/pt-attr-setschedpolicy.c: Likewise.
13831 * sysdeps/htl/pt-attr-setscope.c: Likewise.
13832 * sysdeps/htl/pt-attr-setstack.c: Likewise.
13833 * sysdeps/htl/pt-attr-setstackaddr.c: Likewise.
13834 * sysdeps/htl/pt-attr-setstacksize.c: Likewise.
13835 * sysdeps/htl/pt-attr.c: Likewise.
13836 * sysdeps/htl/pt-barrier-destroy.c: Likewise.
13837 * sysdeps/htl/pt-barrier-init.c: Likewise.
13838 * sysdeps/htl/pt-barrier-wait.c: Likewise.
13839 * sysdeps/htl/pt-barrier.c: Likewise.
13840 * sysdeps/htl/pt-barrierattr-destroy.c: Likewise.
13841 * sysdeps/htl/pt-barrierattr-getpshared.c: Likewise.
13842 * sysdeps/htl/pt-barrierattr-init.c: Likewise.
13843 * sysdeps/htl/pt-barrierattr-setpshared.c: Likewise.
13844 * sysdeps/htl/pt-cond-brdcast.c: Likewise.
13845 * sysdeps/htl/pt-cond-destroy.c: Likewise.
13846 * sysdeps/htl/pt-cond-init.c: Likewise.
13847 * sysdeps/htl/pt-cond-signal.c: Likewise.
13848 * sysdeps/htl/pt-cond-timedwait.c: Likewise.
13849 * sysdeps/htl/pt-cond-wait.c: Likewise.
13850 * sysdeps/htl/pt-cond.c: Likewise.
13851 * sysdeps/htl/pt-condattr-destroy.c: Likewise.
13852 * sysdeps/htl/pt-condattr-getclock.c: Likewise.
13853 * sysdeps/htl/pt-condattr-getpshared.c: Likewise.
13854 * sysdeps/htl/pt-condattr-init.c: Likewise.
13855 * sysdeps/htl/pt-condattr-setclock.c: Likewise.
13856 * sysdeps/htl/pt-condattr-setpshared.c: Likewise.
13857 * sysdeps/htl/pt-destroy-specific.c: Likewise.
13858 * sysdeps/htl/pt-equal.c: Likewise.
13859 * sysdeps/htl/pt-getconcurrency.c: Likewise.
13860 * sysdeps/htl/pt-getcpuclockid.c: Likewise.
13861 * sysdeps/htl/pt-getschedparam.c: Likewise.
13862 * sysdeps/htl/pt-getspecific.c: Likewise.
13863 * sysdeps/htl/pt-init-specific.c: Likewise.
13864 * sysdeps/htl/pt-key-create.c: Likewise.
13865 * sysdeps/htl/pt-key-delete.c: Likewise.
13866 * sysdeps/htl/pt-key.h: Likewise.
13867 * sysdeps/htl/pt-mutex-destroy.c: Likewise.
13868 * sysdeps/htl/pt-mutex-getprioceiling.c: Likewise.
13869 * sysdeps/htl/pt-mutex-init.c: Likewise.
13870 * sysdeps/htl/pt-mutex-lock.c: Likewise.
13871 * sysdeps/htl/pt-mutex-setprioceiling.c: Likewise.
13872 * sysdeps/htl/pt-mutex-timedlock.c: Likewise.
13873 * sysdeps/htl/pt-mutex-trylock.c: Likewise.
13874 * sysdeps/htl/pt-mutex-unlock.c: Likewise.
13875 * sysdeps/htl/pt-mutexattr-destroy.c: Likewise.
13876 * sysdeps/htl/pt-mutexattr-getprioceiling.c: Likewise.
13877 * sysdeps/htl/pt-mutexattr-getprotocol.c: Likewise.
13878 * sysdeps/htl/pt-mutexattr-getpshared.c: Likewise.
13879 * sysdeps/htl/pt-mutexattr-gettype.c: Likewise.
13880 * sysdeps/htl/pt-mutexattr-init.c: Likewise.
13881 * sysdeps/htl/pt-mutexattr-setprioceiling.c: Likewise.
13882 * sysdeps/htl/pt-mutexattr-setprotocol.c: Likewise.
13883 * sysdeps/htl/pt-mutexattr-setpshared.c: Likewise.
13884 * sysdeps/htl/pt-mutexattr-settype.c: Likewise.
13885 * sysdeps/htl/pt-mutexattr.c: Likewise.
13886 * sysdeps/htl/pt-once.c: Likewise.
13887 * sysdeps/htl/pt-rwlock-attr.c: Likewise.
13888 * sysdeps/htl/pt-rwlock-destroy.c: Likewise.
13889 * sysdeps/htl/pt-rwlock-init.c: Likewise.
13890 * sysdeps/htl/pt-rwlock-rdlock.c: Likewise.
13891 * sysdeps/htl/pt-rwlock-timedrdlock.c: Likewise.
13892 * sysdeps/htl/pt-rwlock-timedwrlock.c: Likewise.
13893 * sysdeps/htl/pt-rwlock-tryrdlock.c: Likewise.
13894 * sysdeps/htl/pt-rwlock-trywrlock.c: Likewise.
13895 * sysdeps/htl/pt-rwlock-unlock.c: Likewise.
13896 * sysdeps/htl/pt-rwlock-wrlock.c: Likewise.
13897 * sysdeps/htl/pt-rwlockattr-destroy.c: Likewise.
13898 * sysdeps/htl/pt-rwlockattr-getpshared.c: Likewise.
13899 * sysdeps/htl/pt-rwlockattr-init.c: Likewise.
13900 * sysdeps/htl/pt-rwlockattr-setpshared.c: Likewise.
13901 * sysdeps/htl/pt-setconcurrency.c: Likewise.
13902 * sysdeps/htl/pt-setschedparam.c: Likewise.
13903 * sysdeps/htl/pt-setschedprio.c: Likewise.
13904 * sysdeps/htl/pt-setspecific.c: Likewise.
13905 * sysdeps/htl/pt-spin.c: Likewise.
13906 * sysdeps/htl/pt-startup.c: Likewise.
13907 * sysdeps/htl/pthread.h: Likewise.
13908 * sysdeps/htl/sem-close.c: Likewise.
13909 * sysdeps/htl/sem-destroy.c: Likewise.
13910 * sysdeps/htl/sem-getvalue.c: Likewise.
13911 * sysdeps/htl/sem-init.c: Likewise.
13912 * sysdeps/htl/sem-open.c: Likewise.
13913 * sysdeps/htl/sem-post.c: Likewise.
13914 * sysdeps/htl/sem-timedwait.c: Likewise.
13915 * sysdeps/htl/sem-trywait.c: Likewise.
13916 * sysdeps/htl/sem-unlink.c: Likewise.
13917 * sysdeps/htl/sem-wait.c: Likewise.
13918 * sysdeps/hurd/htl/pt-kill.c: Likewise.
13919 * sysdeps/i386/htl/pt-machdep.h: Likewise.
13920 * sysdeps/mach/htl/pt-block.c: Likewise.
13921 * sysdeps/mach/htl/pt-spin.c: Likewise.
13922 * sysdeps/mach/htl/pt-stack-alloc.c: Likewise.
13923 * sysdeps/mach/htl/pt-thread-alloc.c: Likewise.
13924 * sysdeps/mach/htl/pt-thread-start.c: Likewise.
13925 * sysdeps/mach/htl/pt-thread-terminate.c: Likewise.
13926 * sysdeps/mach/htl/pt-timedblock.c: Likewise.
13927 * sysdeps/mach/htl/pt-wakeup.c: Likewise.
13928 * sysdeps/mach/hurd/htl/bits/pthread-np.h: Likewise.
13929 * sysdeps/mach/hurd/htl/bits/types/struct___pthread_mutex.h: Likewise.
13930 * sysdeps/mach/hurd/htl/pt-attr-setstackaddr.c: Likewise.
13931 * sysdeps/mach/hurd/htl/pt-attr-setstacksize.c: Likewise.
13932 * sysdeps/mach/hurd/htl/pt-docancel.c: Likewise.
13933 * sysdeps/mach/hurd/htl/pt-hurd-cond-timedwait.c: Likewise.
13934 * sysdeps/mach/hurd/htl/pt-hurd-cond-wait.c: Likewise.
13935 * sysdeps/mach/hurd/htl/pt-mutex-consistent.c: Likewise.
13936 * sysdeps/mach/hurd/htl/pt-mutex-destroy.c: Likewise.
13937 * sysdeps/mach/hurd/htl/pt-mutex-getprioceiling.c: Likewise.
13938 * sysdeps/mach/hurd/htl/pt-mutex-init.c: Likewise.
13939 * sysdeps/mach/hurd/htl/pt-mutex-lock.c: Likewise.
13940 * sysdeps/mach/hurd/htl/pt-mutex-setprioceiling.c: Likewise.
13941 * sysdeps/mach/hurd/htl/pt-mutex-timedlock.c: Likewise.
13942 * sysdeps/mach/hurd/htl/pt-mutex-transfer-np.c: Likewise.
13943 * sysdeps/mach/hurd/htl/pt-mutex-trylock.c: Likewise.
13944 * sysdeps/mach/hurd/htl/pt-mutex-unlock.c: Likewise.
13945 * sysdeps/mach/hurd/htl/pt-mutex.h: Likewise.
13946 * sysdeps/mach/hurd/htl/pt-mutexattr-destroy.c: Likewise.
13947 * sysdeps/mach/hurd/htl/pt-mutexattr-getprioceiling.c: Likewise.
13948 * sysdeps/mach/hurd/htl/pt-mutexattr-getprotocol.c: Likewise.
13949 * sysdeps/mach/hurd/htl/pt-mutexattr-getpshared.c: Likewise.
13950 * sysdeps/mach/hurd/htl/pt-mutexattr-getrobust.c: Likewise.
13951 * sysdeps/mach/hurd/htl/pt-mutexattr-gettype.c: Likewise.
13952 * sysdeps/mach/hurd/htl/pt-mutexattr-init.c: Likewise.
13953 * sysdeps/mach/hurd/htl/pt-mutexattr-setprioceiling.c: Likewise.
13954 * sysdeps/mach/hurd/htl/pt-mutexattr-setprotocol.c: Likewise.
13955 * sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c: Likewise.
13956 * sysdeps/mach/hurd/htl/pt-mutexattr-setrobust.c: Likewise.
13957 * sysdeps/mach/hurd/htl/pt-mutexattr-settype.c: Likewise.
13958 * sysdeps/mach/hurd/htl/pt-sigstate-destroy.c: Likewise.
13959 * sysdeps/mach/hurd/htl/pt-sigstate-init.c: Likewise.
13960 * sysdeps/mach/hurd/htl/pt-sigstate.c: Likewise.
13961 * sysdeps/mach/hurd/htl/pt-sysdep.c: Likewise.
13962 * sysdeps/mach/hurd/htl/pt-sysdep.h: Likewise.
13963 * sysdeps/mach/hurd/i386/htl/pt-machdep.c: Likewise.
13964 * sysdeps/mach/hurd/i386/htl/pt-setup.c: Likewise.
13965
13966 * NEWS: Announce that glibc now builds unpatched on GNU/Hurd.
13967 * README: Remove the mention of out-of-tree patches needed for
13968 GNU/Hurd.
13969
13970 * sysdeps/mach/hurd/bits/stat.h [!__USE_MISC && __USE_ATFILE]
13971 (UTIME_NOW, UTIME_OMIT): Define macros.
13972
13973 * htl/cthreads-compat.c (__cthread_detach): Call __pthread_detach
13974 instead of pthread_detach.
13975 (__cthread_fork): Call __pthread_create instead of pthread_create.
13976 (__cthread_keycreate): Call __pthread_key_create instead of
13977 pthread_key_create.
13978 (__cthread_getspecific): Call __pthread_getspecific instead of
13979 pthread_getspecific.
13980 (__cthread_setspecific): Call __pthread_setspecific instead of
13981 pthread_setspecific.
13982 * htl/pt-alloc.c (__pthread_alloc): Call __pthread_mutex_lock and
13983 __pthread_mutex_unlock instead of pthread_mutex_lock and
13984 pthread_mutex_unlock.
13985 * htl/pt-cleanup.c (__pthread_get_cleanup_stack): Rename to
13986 ___pthread_get_cleanup_stack.
13987 (__pthread_get_cleanup_stack): New strong alias.
13988 * htl/pt-create.c: Include <pthreadP.h>.
13989 (entry_point): Call __pthread_exit instead of pthread_exit.
13990 (pthread_create): Rename to __pthread_create.
13991 (pthread_create): New strong alias.
13992 * htl/pt-detach.c (pthread_detach): Rename to __pthread_detach.
13993 (pthread_detach): New strong alias.
13994 (__pthread_detach): Call __pthread_cond_broadcast instead of
13995 pthread_cond_broadcast.
13996 * htl/pt-exit.c: Include <pthreadP.h>.
13997 (__pthread_exit): Call __pthread_setcancelstate and
13998 ___pthread_get_cleanup_stack instead of pthread_setcancelstate and
13999 __pthread_get_cleanup_stack.
14000 * htl/pt-testcancel.c: Include <pthreadP.h>.
14001 (pthread_testcancel): Call __pthread_exit instead of pthread_exit.
14002 * sysdeps/htl/pt-attr-getstack.c: Include <pthreadP.h>
14003 (__pthread_attr_getstack): Call __pthread_attr_getstackaddr and
14004 __pthread_attr_getstacksize instead of pthread_attr_getstackaddr and
14005 pthread_attr_getstacksize.
14006 * sysdeps/htl/pt-attr-getstackaddr.c (pthread_attr_getstackaddr):
14007 Rename to __pthread_attr_getstackaddr.
14008 (pthread_attr_getstackaddr): New strong alias.
14009 * sysdeps/htl/pt-attr-getstacksize.c (pthread_attr_getstacksize):
14010 Rename to __pthread_attr_getstacksize.
14011 (pthread_attr_getstacksize): New strong alias.
14012 * sysdeps/htl/pt-attr-setstack.c: Include <pthreadP.h>.
14013 (pthread_attr_setstack): Rename to __pthread_attr_setstack.
14014 (pthread_attr_setstack): New strong alias.
14015 (__pthread_attr_setstack): Call __pthread_attr_getstacksize,
14016 __pthread_attr_setstacksize and __pthread_attr_setstackaddr instead of
14017 pthread_attr_getstacksize, pthread_attr_setstacksize and
14018 pthread_attr_setstackaddr.
14019 * sysdeps/htl/pt-attr-setstackaddr.c (pthread_attr_setstackaddr):
14020 Rename to __pthread_attr_setstackaddr.
14021 (pthread_attr_setstackaddr): New strong alias.
14022 * sysdeps/htl/pt-attr-setstacksize.c (pthread_attr_setstacksize):
14023 Rename to __pthread_attr_setstacksize.
14024 (pthread_attr_setstacksize): New strong alias.
14025 * sysdeps/htl/pt-cond-timedwait.c: Include <pthreadP.h>.
14026 (__pthread_cond_timedwait_internal): Use __pthread_exit instead of
14027 pthread_exit.
14028 * sysdeps/htl/pt-key-create.c: Include <pthreadP.h>.
14029 (__pthread_key_create): New hidden def.
14030 * sysdeps/htl/pt-key.h: Include <pthreadP.h>.
14031 * sysdeps/htl/pthreadP.h (_pthread_mutex_init,
14032 __pthread_cond_broadcast, __pthread_create, __pthread_detach,
14033 __pthread_exit, __pthread_key_create, __pthread_getspecific,
14034 __pthread_setspecific, __pthread_setcancelstate,
14035 __pthread_attr_getstackaddr, __pthread_attr_setstackaddr,
14036 __pthread_attr_getstacksize, __pthread_attr_setstacksize,
14037 __pthread_attr_setstack, ___pthread_get_cleanup_stack): New
14038 declarations.
14039 (__pthread_key_create, _pthread_mutex_init): New hidden declarations.
14040 * sysdeps/mach/hurd/htl/pt-attr-setstackaddr.c
14041 (pthread_attr_setstackaddr): Rename to __pthread_attr_setstackaddr.
14042 (pthread_attr_setstackaddr): New strong alias.
14043 * sysdeps/mach/hurd/htl/pt-attr-setstacksize.c
14044 (pthread_attr_setstacksize): Rename to __pthread_attr_setstacksize.
14045 (pthread_attr_setstacksize): New strong alias.
14046 * sysdeps/mach/hurd/htl/pt-docancel.c: Include <pthreadP.h>.
14047 (call_exit): Call __pthread_exit instead of pthread_exit.
14048 * sysdeps/mach/hurd/htl/pt-mutex-init.c: Include <pthreadP.h>.
14049 (_pthread_mutex_init): New hidden definition.
14050 * sysdeps/mach/hurd/htl/pt-sysdep.c: Include <pthreadP.h>.
14051 (_init_routine): Call __pthread_attr_init and __pthread_attr_setstack
14052 instead of pthread_attr_init and pthread_attr_setstack.
14053
14054 * hurd/hurdauth.c (_S_msg_add_auth): Call __vm_allocate and
14055 __vm_deallocate instead of vm_allocate and vm_deallocate.
14056 * hurd/hurdmsg.c (_S_msg_set_env_variable): Call __setenv instead of
14057 setenv.
14058 * hurd/hurdprio.c (_hurd_priority_which_map): Call __geteuid instead
14059 of geteuid.
14060 * hurd/path-lookup.c (file_name_path_scan): Call __strdup instead of
14061 strdup.
14062 * hurd/siginfo.c: Include <libioP.h>.
14063 (_hurd_siginfo_handler): Call _IO_puts instead of puts.
14064 * hurd/xattr.c (_hurd_xattr_get, _hurd_xattr_set): Call __munmap instead of
14065 munmap.
14066 * mach/devstream.c: Include <libioP.h>.
14067 (dealloc_ref): Call __mach_port_deallocate instead of
14068 mach_port_deallocate.
14069 (mach_open_devstream): Call _IO_fopencookie instead of fopencookie.
14070 Call __mach_port_deallocate instead of mach_port_deallocate.
14071 * stdlib/canonicalize.c (__realpath): Call __pathconf instead of
14072 pathconf.
14073 * sysdeps/mach/hurd/ifreq.c (__ifreq): Call __munmap instead of
14074 munmap.
14075 * sysdeps/mach/hurd/ifreq.h (__if_freereq): Likewise.
14076 * sysdeps/mach/hurd/ptrace.c (ptrace): Call __kill instead of kill.
14077 * sysdeps/mach/hurd/sendfile64.c (sendfile64): Call __munmap instead
14078 of munmap.
14079 * sysdeps/mach/hurd/socketpair.c (__socketpair): Call __close instead
14080 of close.
14081 * sysdeps/posix/clock_getres.c (realtime_getres): Call __sysconf
14082 instead of sysconf.
14083 * sysdeps/pthread/timer_gettime.c (timer_gettime): Call
14084 __clock_gettime instead of clock_gettime.
14085 * sysdeps/pthread/timer_routines.c (thread_func): Likewise.
14086 * sysdeps/pthread/timer_settime.c (timer_settime): Likewise.
14087 * sysdeps/unix/bsd/gtty.c (gtty): Call __ioctl instead of ioctl.
14088 * sysdeps/unix/bsd/stty.c (stty): Likewise.
14089 * sysdeps/unix/bsd/tcflow.c (tcflow): Call __tcgetattr instead of
14090 tcgetattr.
14091 * sysdeps/unix/clock_nanosleep.c (__clock_nanosleep): Call
14092 __clock_gettime and __nanosleep instead of clock_gettime and
14093 nanosleep.
14094 * hurd/catch-signal.c (hurd_catch_signal): Rename to
14095 __hurd_catch_signal.
14096 (hurd_catch_signal): New strong alias.
14097 (hurd_safe_memset, hurd_safe_copyout, hurd_safe_copyin): Call
14098 __hurd_catch_signal instead of hurd_catch_signal.
14099 * hurd/exc2signal.c (_hurd_exception2signal): Add hidden def.
14100 * hurd/hurdexec.c (_hurd_init): Add hidden def.
14101 * hurd/hurdinit.c (_hurd_init): Add hidden def.
14102 * hurd/hurdsig.c: Include <mach/mig_support.h>.
14103 (_hurd_thread_sigstate): Add hidden def.
14104 (_hurd_internal_post_signal): Use __mutex_unlock instead of
14105 mutex_unlock.
14106 * hurd/intern-fd.c (_hurd_intern_fd): Add hidden def.
14107 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add hidden def.
14108 * hurd/path-lookup.c (hurd_file_name_path_lookup): Rename to
14109 __hurd_file_name_path_lookup.
14110 (hurd_file_name_path_lookup): New strong alias.
14111 (file_name_path_lookup): Call __hurd_file_name_path_lookup instead of
14112 hurd_file_name_path_lookup.
14113 * mach/errstring.c (mach_error_type): Add hidden def.
14114 * mach/msg-destroy.c (__mach_msg_destroy): Add hidden def.
14115 * mach/mutex-init.c (__mutex_init): Add hidden def.
14116 * mach/spin-lock.c (__spin_lock_locked, __spin_lock, __spin_unlock,
14117 __spin_try_lock, __mutex_lock, __mutex_trylock): Add hidden defs.
14118 * mach/spin-solid.c (__spin_lock_solid): Add hidden def.
14119 * sysdeps/mach/hurd/getcwd.c
14120 (_hurd_canonicalize_directory_name_internal): Rename to
14121 __hurd_canonicalize_directory_name_internal.
14122 (_hurd_canonicalize_directory_name_internal): New strong alias.
14123 (__canonicalize_directory_name_internal, __getcwd): Call
14124 __hurd_canonicalize_directory_name_internal instead of
14125 _hurd_canonicalize_directory_name_internal.
14126 * sysdeps/mach/hurd/mig-reply.c: Include <mach/mig_support.h>.
14127 (__mig_get_reply_port, __mig_dealloc_reply_port, __mig_init): Add
14128 hidden defs.
14129 * sysdeps/hurd/include/hurd.h: New file.
14130 * sysdeps/hurd/include/hurd/fd.h: New file.
14131 * sysdeps/hurd/include/hurd/signal.h: New file.
14132 * sysdeps/mach/include/lock-intern.h: New file.
14133 * sysdeps/mach/include/mach.h: New file.
14134 * sysdeps/mach/include/mach/mig_support.h: New file.
14135 * sysdeps/mach/include/mach_error.h: New file.
14136 * sysdeps/hurd/include/hurd/signal.h (_hurd_raise_signal): Add hidden
14137 prototype.
14138 * hurd/hurd-raise.c (_hurd_raise_signal): Add hidden def.
14139 * hurd/Makefile ($(inlines:%=$(objpfx)%.c): Define
14140 _HEADER_H_HIDDEN_DEF macro.
14141 * sysdeps/hurd/include/hurd/fd.h (_hurd_fd_error,
14142 _hurd_fd_error_signal): Add hidden prototype.
14143 [_HURD_FD_H_HIDDEN_DEF] (_hurd_fd_error, _hurd_fd_error_signal): Add
14144 hidden def.
14145 * libio/iolibio.h (_IO_puts): New hidden prototype.
14146 * libio/ioputs.c (_IO_puts): New hidden def.
14147 * sysdeps/mach/hurd/localplt.data: New file.
14148
14149 2018-04-02 Agustina Arzille <avarzille@riseup.net>
14150 Amos Jeffries <squid3@treenet.co.nz>
14151 David Michael <fedora.dm0@gmail.com>
14152 Marco Gerards <marco@gnu.org>
14153 Marcus Brinkmann <marcus@gnu.org>
14154 Neal H. Walfield <neal@gnu.org>
14155 Pino Toscano <toscano.pino@tiscali.it>
14156 Richard Braun <rbraun@sceen.net>
14157 Roland McGrath <roland@gnu.org>
14158 Samuel Thibault <samuel.thibault@ens-lyon.org>
14159 Thomas DiModica <ricinwich@yahoo.com>
14160 Thomas Schwinge <tschwinge@gnu.org>
14161
14162 * htl: New directory.
14163 * sysdeps/htl: New directory.
14164 * sysdeps/hurd/htl: New directory.
14165 * sysdeps/i386/htl: New directory.
14166 * sysdeps/mach/htl: New directory.
14167 * sysdeps/mach/hurd/htl: New directory.
14168 * sysdeps/mach/hurd/i386/htl: New directory.
14169 * nscd/Depend, resolv/Depend, rt/Depend: Add htl dependency.
14170 * sysdeps/mach/hurd/i386/Implies: Add mach/hurd/i386/htl imply.
14171 * sysdeps/mach/hurd/i386/libpthread.abilist: New file.
14172
14173 2018-04-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
14174
14175 * sysdeps/pthread/timer_routines.c (__timer_thread_start): Block all
14176 signals in thread created for runing timers.
14177
14178 2018-04-01 Florian Weimer <fweimer@redhat.com>
14179
14180 * support/support_format_addrinfo.c (support_format_addrinfo):
14181 Include unknown error number in formatted result.
14182
14183 2018-03-29 Florian Weimer <fweimer@redhat.com>
14184
14185 * sysdeps/unix/sysv/linux/i386/tst-bz21269.c (do_test): Also
14186 capture SIGBUS.
14187
14188 2018-03-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
14189
14190 * sysdeps/unix/sysv/linux/arch-fork.h [__ASSUME_CLONE_BACKWARDS]
14191 (arch_fork): Issue INLINE_CLONE_SYSCALL if defined.
14192 * sysdeps/unix/sysv/linux/sparc/kernel-features.h
14193 (__ASSUME_CLONE_BACKWARDS): Define.
14194
14195 2018-03-27 Jesse Hathaway <jesse@mbuki-mvuki.org>
14196
14197 [BZ #23024]
14198 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Return
14199 early when linux sentinel value is set.
14200
14201 2018-03-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
14202
14203 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_MEMLOCK): Define.
14204
14205 2018-03-27 Andreas Schwab <schwab@suse.de>
14206
14207 [BZ #23005]
14208 * resolv/res_send.c (__res_context_send): Return ENOMEM if
14209 allocation of private copy of nsaddr_list fails.
14210
14211 2018-03-26 Joseph Myers <joseph@codesourcery.com>
14212
14213 [BZ #16552]
14214 * sysdeps/unix/sysv/linux/generic/umount.c: Move to ....
14215 * sysdeps/unix/sysv/linux/umount.c: ... here.
14216 * sysdeps/unix/sysv/linux/arm/umount.c: Remove file.
14217 * sysdeps/unix/sysv/linux/hppa/umount.c: Likewise.
14218 * sysdeps/unix/sysv/linux/ia64/umount.c: Likewise.
14219 * sysdeps/unix/sysv/linux/mips/mips64/umount.c: Likewise.
14220 * sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c: Likewise.
14221 * sysdeps/unix/sysv/linux/umount.S: Likewise.
14222 * sysdeps/unix/sysv/linux/x86_64/umount.c: Likewise.
14223
14224 2018-03-26 Andreas Schwab <schwab@suse.de>
14225
14226 * elf/elf.h (R_RISCV_BRANCH, R_RISCV_JAL, R_RISCV_CALL)
14227 (R_RISCV_CALL_PLT, R_RISCV_GOT_HI20, R_RISCV_TLS_GOT_HI20)
14228 (R_RISCV_TLS_GD_HI20, R_RISCV_PCREL_HI20, R_RISCV_PCREL_LO12_I)
14229 (R_RISCV_PCREL_LO12_S, R_RISCV_HI20, R_RISCV_LO12_I)
14230 (R_RISCV_LO12_S, R_RISCV_TPREL_HI20, R_RISCV_TPREL_LO12_I)
14231 (R_RISCV_TPREL_LO12_S, R_RISCV_TPREL_ADD, R_RISCV_ADD8)
14232 (R_RISCV_ADD16, R_RISCV_ADD32, R_RISCV_ADD64, R_RISCV_SUB8)
14233 (R_RISCV_SUB16, R_RISCV_SUB32, R_RISCV_SUB64)
14234 (R_RISCV_GNU_VTINHERIT, R_RISCV_GNU_VTENTRY, R_RISCV_ALIGN)
14235 (R_RISCV_RVC_BRANCH, R_RISCV_RVC_JUMP, R_RISCV_RVC_LUI)
14236 (R_RISCV_GPREL_I, R_RISCV_GPREL_S, R_RISCV_TPREL_I)
14237 (R_RISCV_TPREL_S, R_RISCV_RELAX, R_RISCV_SUB6, R_RISCV_SET6)
14238 (R_RISCV_SET8, R_RISCV_SET16, R_RISCV_SET32, R_RISCV_32_PCREL)
14239 (R_RISCV_NUM): Define.
14240
14241 2018-03-25 Samuel Thibault <samuel.thibault@ens-lyon.org>
14242
14243 * include/errno.h [IS_IN(rtld) && !RTLD_PRIVATE_ERRNO]: Do not use the
14244 TLS declaration of errno.
14245 * sysdeps/generic/libc-start.h [!SHARED] (ARCH_SETUP_TLS): Define to
14246 __libc_setup_tls.
14247 * sysdeps/unix/sysv/linux/powerpc/libc-start.h [!SHARED]
14248 (ARCH_SETUP_TLS): Likewise.
14249 * sysdeps/mach/hurd/libc-start.h: New file copied from
14250 sysdeps/generic/libc-start.h, but define ARCH_SETUP_TLS to empty.
14251 * csu/libc-start.c [!SHARED] (LIBC_START_MAIN): Call ARCH_SETUP_TLS
14252 instead of __libc_setup_tls.
14253 * sysdeps/mach/hurd/i386/init-first.c [!SHARED] (init1): Call
14254 __libc_setup_tls before initializing libpthread and running _hurd_init
14255 which starts the signal thread.
14256 * sysdeps/generic/ldsodefs.h [SHARED] (__pthread_initialize_minimal):
14257 Declare function.
14258 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
14259
14260 2018-03-24 H.J. Lu <hongjiu.lu@intel.com>
14261
14262 [BZ #22998]
14263 * elf/Makefile (tests): Add $(tests-execstack-$(have-z-execstack))
14264 after it is defined.
14265
14266 2018-03-23 Andrew Senkevich <andrew.senkevich@intel.com>
14267 Max Horn <max@quendi.de>
14268
14269 [BZ #22644]
14270 CVE-2017-18269
14271 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Fixed
14272 branch conditions.
14273 * string/test-memmove.c (do_test2): New testcase.
14274
14275 2018-03-22 Joseph Myers <joseph@codesourcery.com>
14276
14277 * sysdeps/generic/frame.h: Remove file.
14278 * sysdeps/arm/frame.h: Likewise.
14279 * sysdeps/hppa/frame.h: Likewise.
14280 * sysdeps/generic/sigcontextinfo.h (SIGCONTEXT_EXTRA_ARGS): Remove
14281 macro.
14282 (GET_FRAME): Likewise.
14283 (GET_STACK): Likewise.
14284 (CALL_SIGHANDLER): Likewise.
14285 * sysdeps/mach/hurd/i386/sigcontextinfo.h (SIGCONTEXT_EXTRA_ARGS):
14286 Likewise.
14287 (GET_FRAME): Likewise.
14288 (GET_STACK): Likewise.
14289 (CALL_SIGHANDLER): Likewise.
14290 * sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h
14291 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14292 (GET_FRAME): Likewise.
14293 (GET_STACK): Likewise.
14294 (CALL_SIGHANDLER): Likewise.
14295 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h
14296 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14297 (GET_FRAME): Likewise.
14298 (GET_STACK): Likewise.
14299 (ADVANCE_STACK_FRAME): Likewise.
14300 (CALL_SIGHANDLER): Likewise.
14301 * sysdeps/unix/sysv/linux/i386/sigcontextinfo.h
14302 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14303 (GET_FRAME): Likewise.
14304 (GET_STACK): Likewise.
14305 (CALL_SIGHANDLER): Likewise.
14306 * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h
14307 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14308 (GET_FRAME): Likewise.
14309 (GET_STACK): Likewise.
14310 (CALL_SIGHANDLER): Likewise.
14311 * sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h
14312 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14313 (GET_FRAME): Likewise.
14314 (GET_STACK): Likewise.
14315 (CALL_SIGHANDLER): Likewise.
14316 * sysdeps/unix/sysv/linux/microblaze/sigcontextinfo.h
14317 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14318 (GET_FRAME): Likewise.
14319 (GET_STACK): Likewise.
14320 (CALL_SIGHANDLER): Likewise.
14321 * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h
14322 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14323 (GET_FRAME): Likewise.
14324 (GET_STACK): Likewise.
14325 (CALL_SIGHANDLER): Likewise.
14326 * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h
14327 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14328 (GET_FRAME): Likewise.
14329 (GET_STACK): Likewise.
14330 (CALL_SIGHANDLER): Likewise.
14331 * sysdeps/unix/sysv/linux/riscv/sigcontextinfo.h
14332 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14333 (GET_FRAME): Likewise.
14334 (GET_STACK): Likewise.
14335 (CALL_SIGHANDLER): Likewise.
14336 * sysdeps/unix/sysv/linux/s390/sigcontextinfo.h
14337 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14338 (GET_FRAME): Likewise.
14339 (GET_STACK): Likewise.
14340 (CALL_SIGHANDLER): Likewise.
14341 * sysdeps/unix/sysv/linux/sh/sigcontextinfo.h
14342 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14343 (GET_FRAME): Likewise.
14344 (GET_STACK): Likewise.
14345 (CALL_SIGHANDLER): Likewise.
14346 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
14347 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14348 (FIRST_FRAME_POINTER): Likewise.
14349 (ADVANCE_STACK_FRAME): Likewise.
14350 (GET_STACK): Likewise.
14351 (GET_FRAME): Likewise.
14352 (CALL_SIGHANDLER): Likewise.
14353 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h
14354 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14355 (ADVANCE_STACK_FRAME): Likewise.
14356 (GET_STACK): Likewise.
14357 (GET_FRAME): Likewise.
14358 (CALL_SIGHANDLER): Likewise.
14359 * sysdeps/unix/sysv/linux/tile/sigcontextinfo.h
14360 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14361 (GET_FRAME): Likewise.
14362 (GET_STACK): Likewise.
14363 (CALL_SIGHANDLER): Likewise.
14364 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h
14365 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14366 (GET_FRAME): Likewise.
14367 (GET_STACK): Likewise.
14368 (CALL_SIGHANDLER): Likewise.
14369
14370 2018-03-21 Joseph Myers <joseph@codesourcery.com>
14371
14372 * sysdeps/x86_64/backtrace.c: Move to ....
14373 * debug/backtrace.c: ... here.
14374 * sysdeps/aarch64/backtrace.c: Remove file.
14375 * sysdeps/alpha/backtrace.c: Likewise.
14376 * sysdeps/hppa/backtrace.c: Likewise.
14377 * sysdeps/ia64/backtrace.c: Likewise.
14378 * sysdeps/mips/backtrace.c: Likewise.
14379 * sysdeps/nios2/backtrace.c: Likewise.
14380 * sysdeps/riscv/backtrace.c: Likewise.
14381 * sysdeps/sh/backtrace.c: Likewise.
14382 * sysdeps/tile/backtrace.c: Likewise.
14383
14384 2018-03-20 Joseph Myers <joseph@codesourcery.com>
14385
14386 [BZ #22987]
14387 * sysdeps/powerpc/bits/mathinline.h (fdim): Remove inline
14388 function.
14389 (fdimf): Likewise.
14390 * sysdeps/sparc/fpu/bits/mathinline.h: Remove file.
14391
14392 [BZ #17343]
14393 * stdlib/random_r.c (__random_r): Use unsigned arithmetic for
14394 possibly overflowing computations.
14395
14396 2018-03-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
14397
14398 * manual/errno.texi (EOWNERDEAD, ENOTRECOVERABLE): Remove errno
14399 values from Linux-specific section now that it is in the GNU section.
14400 * sysdeps/gnu/errlist.c: Regenerate.
14401
14402 2018-03-20 Joseph Myers <joseph@codesourcery.com>
14403
14404 * math/Makefile (libm-narrow-fns): Add sub.
14405 (libm-test-funcs-narrow): Likewise.
14406 * math/Versions (GLIBC_2.28): Add narrowing subtract functions.
14407 * math/bits/mathcalls-narrow.h (sub): Use __MATHCALL_NARROW.
14408 * math/gen-auto-libm-tests.c (test_functions): Add sub.
14409 * math/math-narrow.h (CHECK_NARROW_SUB): New macro.
14410 (NARROW_SUB_ROUND_TO_ODD): Likewise.
14411 (NARROW_SUB_TRIVIAL): Likewise.
14412 * sysdeps/ieee754/float128/float128_private.h (__fsubl): New
14413 macro.
14414 (__dsubl): Likewise.
14415 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fsub and
14416 dsub.
14417 (CFLAGS-nldbl-dsub.c): New variable.
14418 (CFLAGS-nldbl-fsub.c): Likewise.
14419 * sysdeps/ieee754/ldbl-opt/Versions (GLIBC_2.28): Add
14420 __nldbl_dsubl.
14421 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl_dsubl): New
14422 prototype.
14423 * manual/arith.texi (Misc FP Arithmetic): Document fsub, fsubl,
14424 dsubl, fMsubfN, fMsubfNx, fMxsubfN and fMxsubfNx.
14425 * math/auto-libm-test-in: Add tests of sub.
14426 * math/auto-libm-test-out-narrow-sub: New generated file.
14427 * math/libm-test-narrow-sub.inc: New file.
14428 * sysdeps/i386/fpu/s_f32xsubf64.c: Likewise.
14429 * sysdeps/ieee754/dbl-64/s_f32xsubf64.c: Likewise.
14430 * sysdeps/ieee754/dbl-64/s_fsub.c: Likewise.
14431 * sysdeps/ieee754/float128/s_f32subf128.c: Likewise.
14432 * sysdeps/ieee754/float128/s_f64subf128.c: Likewise.
14433 * sysdeps/ieee754/float128/s_f64xsubf128.c: Likewise.
14434 * sysdeps/ieee754/ldbl-128/s_dsubl.c: Likewise.
14435 * sysdeps/ieee754/ldbl-128/s_f64xsubf128.c: Likewise.
14436 * sysdeps/ieee754/ldbl-128/s_fsubl.c: Likewise.
14437 * sysdeps/ieee754/ldbl-128ibm/s_dsubl.c: Likewise.
14438 * sysdeps/ieee754/ldbl-128ibm/s_fsubl.c: Likewise.
14439 * sysdeps/ieee754/ldbl-96/s_dsubl.c: Likewise.
14440 * sysdeps/ieee754/ldbl-96/s_fsubl.c: Likewise.
14441 * sysdeps/ieee754/ldbl-opt/nldbl-dsub.c: Likewise.
14442 * sysdeps/ieee754/ldbl-opt/nldbl-fsub.c: Likewise.
14443 * sysdeps/ieee754/soft-fp/s_dsubl.c: Likewise.
14444 * sysdeps/ieee754/soft-fp/s_fsub.c: Likewise.
14445 * sysdeps/ieee754/soft-fp/s_fsubl.c: Likewise.
14446 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14447 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
14448 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
14449 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
14450 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
14451 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
14452 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
14453 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
14454 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
14455 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
14456 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
14457 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
14458 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
14459 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
14460 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
14461 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Likewise.
14462 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
14463 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
14464 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
14465 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
14466 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
14467 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
14468 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
14469 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
14470 * sysdeps/unix/sysv/linux/tile/tilegx32/libm.abilist: Likewise.
14471 * sysdeps/unix/sysv/linux/tile/tilegx64/libm.abilist: Likewise.
14472 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
14473 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
14474
14475 2018-03-19 Joseph Myers <joseph@codesourcery.com>
14476
14477 [BZ #20079]
14478 * elf/elf.h (SHT_X86_64_UNWIND): New macro.
14479
14480 2018-03-19 Wilco Dijkstra <wdijkstr@arm.com>
14481
14482 * benchtests/bench-timing.h (attribute_hidden): Undefine.
14483
14484 2018-03-18 Richard Braun <rbraun@sceen.net>
14485
14486 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Use a temporary
14487 thread reference.
14488
14489 2018-03-18 Agustina Arzille <avarzille@riseup.net>
14490
14491 * sysdeps/mach/libc-lock.h (__libc_cleanup_frame): Define structure.
14492 (__libc_cleanup_fct): Define function.
14493 (__libc_cleanup_region_start, __libc_cleanup_region_end,
14494 __libc_cleanup_end): Rewrite implementation using
14495 __attribute__ ((__cleanup__)).
14496 (__libc_cleanup_push, __libc_cleanup_pop): New macros.
14497 * hurd/Makefile (routines): Add hurdlock.
14498 * hurd/Versions (GLIBC_PRIVATE): Added new entry to export the above
14499 interface.
14500 (HURD_CTHREADS_0.3): Remove __libc_getspecific.
14501 * hurd/hurdpid.c: Include <lowlevellock.h>
14502 (_S_msg_proc_newids): Use lll_wait to synchronize.
14503 * hurd/hurdsig.c: (reauth_proc): Use __mutex_lock and __mutex_unlock.
14504 * hurd/setauth.c: Include <hurdlock.h>, use integer for synchronization.
14505 * mach/Makefile (lock-headers): Remove machine-lock.h.
14506 * mach/lock-intern.h: Include <lowlevellock.h> instead of
14507 <machine-lock.h>.
14508 (__spin_lock_t): New type.
14509 (__SPIN_LOCK_INITIALIZER): New macro.
14510 (__spin_lock, __spin_unlock, __spin_try_lock, __spin_lock_locked,
14511 __mutex_init, __mutex_lock_solid, __mutex_unlock_solid, __mutex_lock,
14512 __mutex_unlock, __mutex_trylock): Use lll to implement locks.
14513 * mach/mutex-init.c: Include <lowlevellock.h> instead of <cthreads.h>.
14514 (__mutex_init): Initialize with lll.
14515 * manual/errno.texi (EOWNERDEAD, ENOTRECOVERABLE): New errno values.
14516 * sysdeps/mach/Makefile: Add libmachuser as dependencies for libs
14517 needing lll.
14518 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
14519 * sysdeps/mach/hurd/cthreads.c (__libc_getspecific): Remove function.
14520 * sysdeps/mach/hurd/bits/libc-lock.h: Remove file.
14521 * sysdeps/mach/hurd/setpgid.c: Include <lowlevellock.h>.
14522 (__setpgid): Use lll for synchronization.
14523 * sysdeps/mach/hurd/setsid.c: Likewise with __setsid.
14524 * sysdeps/mach/bits/libc-lock.h: Include <tls.h> and <lowlevellock.h>
14525 instead of <cthreads.h>.
14526 (_IO_lock_inexpensive): New macro
14527 (__libc_lock_recursive_t, __rtld_lock_recursive_t): New structures.
14528 (__libc_lock_self0): New declaration.
14529 (__libc_lock_owner_self): New macro.
14530 (__libc_key_t): Remove type.
14531 (_LIBC_LOCK_INITIALIZER): New macro.
14532 (__libc_lock_define_initialized, __libc_lock_init, __libc_lock_fini,
14533 __libc_lock_fini_recursive, __rtld_lock_fini_recursive,
14534 __libc_lock_lock, __libc_lock_trylock, __libc_lock_unlock,
14535 __libc_lock_define_initialized_recursive,
14536 __rtld_lock_define_initialized_recursive,
14537 __libc_lock_init_recursive, __libc_lock_trylock_recursive,
14538 __libc_lock_lock_recursive, __libc_lock_unlock_recursive,
14539 __rtld_lock_initialize, __rtld_lock_trylock_recursive,
14540 __rtld_lock_lock_recursive, __rtld_lock_unlock_recursive
14541 __libc_once_define, __libc_mutex_unlock): Reimplement with lll.
14542 (__libc_lock_define_recursive, __rtld_lock_define_recursive,
14543 _LIBC_LOCK_RECURSIVE_INITIALIZER, _RTLD_LOCK_RECURSIVE_INITIALIZER):
14544 New macros.
14545 Include <libc-lockP.h> to reimplement libc_key* with pthread_key*.
14546 * hurd/hurdlock.c: New file.
14547 * hurd/hurdlock.h: New file.
14548 * mach/lowlevellock.h: New file
14549
14550 2018-03-18 Samuel Thibault <samuel.thibault@ens-lyon.org>
14551
14552 * sysdeps/mach/hurd/cthreads.c: Include <cthreads.h>.
14553 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Return ELOOP
14554 when opening a symlink with O_NOFOLLOW.
14555 * hurd/hurdlookup.c (__hurd_file_name_lookup): Do not append '/' to
14556 path when flags contains O_NOFOLLOW.
14557 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Return ENOTDIR
14558 if flags contains O_DIRECTORY and the result is a directory.
14559 * sysdeps/mach/hurd/i386/init-first.c (init): Also find ELF headers by
14560 oneself when the pointer given in D is nul (as set by ext2fs).
14561 * sysdeps/mach/hurd/mlockall.c: New file.
14562 * sysdeps/mach/hurd/munlockall.c: New file.
14563
14564 2018-03-17 Samuel Thibault <samuel.thibault@ens-lyon.org>
14565
14566 * hurd/hurdsig.c: Include <pthread.h>.
14567 (_hurdsig_init): Call pthread_getattr_np and pthread_attr_getstack to
14568 get the signal thread stack layout.
14569 * hurd/Makefile (headers): Remove threadvar.h.
14570 (inline-headers): Remove threadvar.h.
14571 * hurd/Versions (GLIBC_2.0: Remove __hurd_sigthread_stack_base,
14572 __hurd_sigthread_stack_end, __hurd_sigthread_variables,
14573 __hurd_threadvar_max, __hurd_errno_location.
14574 (HURD_CTHREADS_0.3): Add pthread_getattr_np, pthread_attr_getstack.
14575 * hurd/hurd/signal.h: Do not include <hurd/threadvar.h>.
14576 (_hurd_self_sigstate): Use THREAD_SELF to get _hurd_sigstate.
14577 (_HURD_SIGNAL_H_EXTERN_INLINE): Use THREAD_SELF to get _hurd_sigstate,
14578 unless TLS is not initialized yet, in which case we do not need a
14579 critical section yet anyway.
14580 * hurd/hurd/threadvar.h: Include <tls.h>, do not include
14581 <machine-sp.h>.
14582 (__hurd_sigthread_variables, __hurd_threadvar_max): Remove variables
14583 declarations.
14584 (__hurd_threadvar_index): Remove enum.
14585 (_HURD_THREADVAR_H_EXTERN_INLINE): Remove macro.
14586 (__hurd_threadvar_location_from_sp,__hurd_threadvar_location): Remove
14587 inlines.
14588 (__hurd_reply_port0): New variable declaration.
14589 (__hurd_local_reply_port): New macro.
14590 * hurd/hurdsig.c (__hurd_sigthread_variables): Remove variable.
14591 (interrupted_reply_port_location): Add thread_t parameter. Use it
14592 with THREAD_TCB to access thread-local variables.
14593 (_hurdsig_abort_rpcs): Pass ss->thread to
14594 interrupted_reply_port_location.
14595 (_hurd_internal_post_signal): Likewise.
14596 (_hurdsig_init): Use presence of cthread_fork instead of
14597 __hurd_threadvar_stack_mask to start signal thread by hand.
14598 Remove signal thread threadvar initialization.
14599 * hurd/hurdstartup.c: Do not include <hurd/threadvar.h>
14600 * hurd/sigunwind.c: Include <hurd/threadvar.h>
14601 (_hurdsig_longjmp_from_handler): Use __hurd_local_reply_port instead
14602 of threadvar.
14603 * sysdeps/mach/hurd/Versions (libc.GLIBC_PRIVATE): Add
14604 __libc_lock_self0.
14605 (ld.GLIBC_2.0): Remove __hurd_sigthread_stack_base,
14606 __hurd_sigthread_stack_end, __hurd_sigthread_variables.
14607 (ld.GLIBC_PRIVATE): Add __libc_lock_self0.
14608 * sysdeps/mach/hurd/cthreads.c: Add __libc_lock_self0.
14609 * sysdeps/mach/hurd/dl-sysdep.c (errno, __hurd_sigthread_stack_base,
14610 __hurd_sigthread_stack_end, __hurd_sigthread_variables, threadvars,
14611 __hurd_threadvar_stack_offset, __hurd_threadvar_stack_mask): Do not
14612 define variables.
14613 * sysdeps/mach/hurd/errno-loc.c: Do not include <errno.h> and
14614 <hurd/threadvar.h>.
14615 [IS_IN(rtld)] (rtld_errno): New variable.
14616 [IS_IN(rtld)] (__errno_location): New weak function.
14617 [!IS_IN(rtld)]: Include "../../../csu/errno-loc.c".
14618 * sysdeps/mach/hurd/errno.c: Remove file.
14619 * sysdeps/mach/hurd/fork.c: Include <hurd/threadvar.h>
14620 (__fork): Remove THREADVAR_SPACE macro and its use.
14621 * sysdeps/mach/hurd/i386/init-first.c (__hurd_threadvar_max): Remove
14622 variable.
14623 (init): Do not initialize threadvar.
14624 * sysdeps/mach/hurd/i386/libc.abilist (__hurd_threadvar_max): Remove
14625 symbol.
14626 * sysdeps/mach/hurd/i386/sigreturn.c (__sigreturn): Use
14627 __hurd_local_reply_port instead of threadvar.
14628 * sysdeps/mach/hurd/i386/tls.h (tcbhead_t): Add reply_port and
14629 _hurd_sigstate fields.
14630 (HURD_DESC_TLS, __LIBC_NO_TLS, THREAD_TCB): New macro.
14631 * sysdeps/mach/hurd/i386/trampoline.c: Remove outdated comment.
14632 * sysdeps/mach/hurd/libc-lock.h: Do not include <hurd/threadvar.h>.
14633 (__libc_lock_owner_self): Use &__libc_lock_self0 and THREAD_SELF
14634 instead of threadvar.
14635 * sysdeps/mach/hurd/libc-tsd.h: Remove file.
14636 * sysdeps/mach/hurd/mig-reply.c (GETPORT, reply_port): Remove macros.
14637 (use_threadvar, global_reply_port): Remove variables.
14638 (__hurd_reply_port0): New variable.
14639 (__mig_get_reply_port): Use __hurd_local_reply_port and
14640 __hurd_reply_port0 instead of threadvar.
14641 (__mig_dealloc_reply_port): Likewise.
14642 (__mig_init): Do not initialize threadvar.
14643 * sysdeps/mach/hurd/profil.c: Fix comment.
14644 * hurd/Versions (HURD_CTHREADS_0.3): Rename weak refs cthread_fork,
14645 cthread_detach, pthread_getattr_np, pthread_attr_getstack,
14646 cthread_keycreate, cthread_getspecific, cthread_setspecific to
14647 __cthread_fork, __cthread_detach, __pthread_getattr_np,
14648 __pthread_attr_getstack, __cthread_keycreate, __cthread_getspecific,
14649 __cthread_setspecific.
14650 * hurd/hurdsig.c (_hurdsig_init): Use __cthread_fork,
14651 __cthread_detach, __pthread_getattr_np, __pthread_attr_getstack,
14652 __cthread_t instead of cthread_fork, cthread_detach,
14653 pthread_getattr_np, pthread_attr_getstack.
14654 * sysdeps/mach/hurd/cthreads.c (cthread_keycreate): Rename to
14655 __cthread_keycreate.
14656 (cthread_getspecific): Rename to __cthread_getspecific.
14657 (cthread_setspecific): Rename to __cthread_setspecific.
14658 (__libc_getspecific): Use __cthread_getspecific instead of
14659 cthread_getspecific.
14660 * sysdeps/mach/hurd/libc-lock.h (__libc_key_create): Use
14661 __cthread_keycreate instead of cthread_keycreate.
14662 (__libc_setspecific): Use __cthread_setspecific instead of
14663 cthread_setspecific.
14664 * sysdeps/mach/libc-lock.h (__libc_key_create, __libc_setspecific):
14665 Likewise.
14666 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Always include
14667 <dl-sysdep.h>. Test for value of RTLD_PRIVATE_ERRNO instead of
14668 testing whether it is defined.
14669
14670 2018-03-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
14671
14672 * sysdeps/generic/thread_state.h (MACHINE_NEW_THREAD_STATE_FLAVOR):
14673 Define macro.
14674 * sysdeps/mach/thread_state.h (MACHINE_THREAD_STATE_FIX_NEW): New macro.
14675 * sysdeps/mach/i386/thread_state.h
14676 (MACHINE_NEW_THREAD_STATE_FLAVOR): New macro, defined to
14677 i386_THREAD_STATE.
14678 (MACHINE_THREAD_STATE_FLAVOR): Define to i386_REGS_SEGS_STATE instead of
14679 i386_THREAD_STATE.
14680 (MACHINE_THREAD_STATE_FIX_NEW): New macro, reads segments.
14681
14682 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Use
14683 i386_REGS_SEGS_STATE instead of i386_THREAD_STATE.
14684
14685 * sysdeps/mach/hurd/i386/tls.h (TCB_ALIGNMENT, HURD_SEL_LDT): New
14686 macros.
14687 (_hurd_tls_fork): Add original thread parameter, Duplicate existing LDT
14688 descriptor instead of creating a new one.
14689 (_hurd_tls_new): New function, creates a new descriptor and updates tcb.
14690
14691 * mach/setup-thread.c: Include <ldsodefs.h>.
14692 (__mach_setup_thread): Call _dl_allocate_tls, pass
14693 MACHINE_NEW_THREAD_STATE_FLAVOR to __thread_set_state instead of
14694 MACHINE_THREAD_STATE_FLAVOR, before getting
14695 MACHINE_THREAD_STATE_FLAVOR, calling _hurd_tls_new, and setting
14696 MACHINE_THREAD_STATE_FLAVOR with the result.
14697 * hurd/hurdfault.c (_hurdsig_fault_init): Call
14698 MACHINE_THREAD_STATE_FIX_NEW.
14699 * sysdeps/mach/hurd/fork.c (__fork): Call _hurd_tls_fork for sigthread
14700 too. Add original thread parameter.
14701
14702 2018-03-16 Joseph Myers <joseph@codesourcery.com>
14703
14704 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC] (__finite):
14705 Remove inline function.
14706
14707 * sysdeps/i386/fpu/libm-test-ulps: Update.
14708 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
14709
14710 2018-03-16 Wilco Dijkstra <wdijkstr@arm.com>
14711
14712 * sysdeps/m68k/m680x0/fpu/mathimpl.h (__ieee754_sqrt): Revert previous
14713 commit.
14714
14715 2018-03-15 Joseph Myers <joseph@codesourcery.com>
14716
14717 * sysdeps/x86/fpu/bits/mathinline.h [__FAST_MATH__]
14718 (__sincos_code): Remove define and undefine.
14719 [__FAST_MATH__] (__sincos): Remove inline function.
14720 [__FAST_MATH__] (__sincosf): Remove inline function.
14721 [__FAST_MATH__] (__sincosl): Remove inline function.
14722 (__atan2l): Remove inline functions.
14723 [!__GNUC_PREREQ (3, 4)] (__atan2_code): Remove macro.
14724 [!__GNUC_PREREQ (3, 4) && __FAST_MATH__] (atan2): Remove inline
14725 function.
14726 (floor): Remove inline function.
14727 (ceil): Likewise.
14728 [__FAST_MATH__] (__ldexp_code): Remove macro.
14729 [__FAST_MATH__] (ldexp): Remove inline function.
14730 [__FAST_MATH__ && __USE_ISOC99] (ldexpf): Likewise.
14731 [__FAST_MATH__ && __USE_ISOC99] (ldexpl): Likewise.
14732 [__FAST_MATH__ && __USE_ISOC99] (rint): Likewise.
14733 [__USE_ISOC99] (__lrint_code): Remove macro.
14734 [__USE_ISOC99] (__llrint_code): Likewise.
14735 [__USE_ISOC99] (lrintf): Remove inline function.
14736 [__USE_ISOC99] (lrint): Likewise.
14737 [__USE_ISOC99] (lrintl): Likewise.
14738 [__USE_ISOC99] (llrint): Likewise.
14739 [__USE_ISOC99] (llrintf): Likewise.
14740 [__USE_ISOC99] (llrintl): Likewise.
14741
14742 2018-03-15 Wilco Dijkstra <wdijkstr@arm.com>
14743
14744 * sysdeps/aarch64/fpu/math_private.h (__ieee754_sqrt): Remove.
14745 (__ieee754_sqrtf): Remove.
14746 * sysdeps/alpha/fpu/math_private.h (__ieee754_sqrt): Remove.
14747 (__ieee754_sqrtf): Remove.
14748 * sysdeps/generic/math-type-macros.h (M_SQRT): Use sqrt.
14749 * sysdeps/m68k/m680x0/fpu/mathimpl.h (__ieee754_sqrt): Remove.
14750 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Remove.
14751 (__ieee754_sqrtf): Remove.
14752 * sysdeps/s390/fpu/bits/mathinline.h: Remove file.
14753 * sysdeps/sparc/fpu/bits/mathinline.h (sqrt) Remove.
14754 (sqrtf): Remove.
14755 (sqrtl): Remove.
14756 (__ieee754_sqrt): Remove.
14757 (__ieee754_sqrtf): Remove.
14758 (__ieee754_sqrtl): Remove.
14759 * sysdeps/m68k/m680x0/fpu/mathimpl.h (__ieee754_sqrt): Remove.
14760 * sysdeps/x86/fpu/math_private.h (__ieee754_sqrt): Remove.
14761 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Remove.
14762 (__ieee754_sqrtf): Remove.
14763 (__ieee754_sqrtl): Remove.
14764
14765 2018-03-15 Wilco Dijkstra <wdijkstr@arm.com>
14766
14767 * sysdeps/ieee754/dbl-64/e_acosh.c (__ieee754_acosh): Use sqrt.
14768 * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Likewise.
14769 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
14770 * sysdeps/ieee754/dbl-64/e_j0.c (__ieee754_j0): Likewise.
14771 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1): Likewise.
14772 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
14773 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
14774 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
14775 Likewise.
14776 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Likewise.
14777 * sysdeps/ieee754/flt-32/e_acoshf.c (__ieee754_acoshf): Likewise.
14778 * sysdeps/ieee754/flt-32/e_asinf.c (__ieee754_asinf): Likewise.
14779 * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Likewise.
14780 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Likewise.
14781 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_j0f): Likewise.
14782 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_j1f): Likewise.
14783 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Likewise.
14784 * sysdeps/ieee754/flt-32/s_asinhf.c (__asinhf): Likewise.
14785 * sysdeps/ieee754/ldbl-128/e_acoshl.c (__ieee754_acoshl): Use sqrtl.
14786 * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Likewise.
14787 * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Likewise.
14788 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive): Likewise.
14789 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl): Likewise.
14790 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Likewise.
14791 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
14792 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
14793 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
14794 * sysdeps/ieee754/ldbl-128/s_asinhl.c (__ieee754_asinhl): Likewise.
14795 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Likewise.
14796 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
14797 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
14798 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive): Likewise.
14799 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Likewise.
14800 * sysdeps/ieee754/ldbl-128ibm/e_j0l.c (__ieee754_j0l): Likewise.
14801 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c (__ieee754_j1l): Likewise
14802 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
14803 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
14804 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__ieee754_asinhl): Likewise.
14805 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Use sqrtl.
14806 * sysdeps/ieee754/ldbl-96/e_asinl.c (__ieee754_asinl): Likewise.
14807 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive): Likewise.
14808 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Likewise.
14809 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Likewise.
14810 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
14811 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
14812 * sysdeps/ieee754/ldbl-96/s_asinhl.c (__ieee754_asinhl): Likewise.
14813 * sysdeps/m68k/m680x0/fpu/e_pow.c (__ieee754_pow): Likewise.
14814 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Likewise.
14815 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Likewise.
14816
14817 2018-03-15 Wilco Dijkstra <wdijkstr@arm.com>
14818
14819 * include/math.h (sqrt): Declare with asm redirect.
14820 (sqrtf): Likewise.
14821 (sqrtl): Likewise.
14822 (sqrtf128): Likewise.
14823 * Makeconfig: Add -fno-math-errno for libc/libm, but build testsuite,
14824 nonlib and libnldbl with -fmath-errno.
14825 * math/w_sqrt_compat.c: Define NO_MATH_REDIRECT.
14826 * math/w_sqrt_template.c: Likewise.
14827 * math/w_sqrtf_compat.c: Likewise.
14828 * math/w_sqrtl_compat.c: Likewise.
14829 * sysdeps/i386/fpu/w_sqrt.c: Likewise.
14830 * sysdeps/i386/fpu/w_sqrt_compat.c: Likewise.
14831 * sysdeps/generic/math-type-macros-float128.h: Remove math.h and
14832 complex.h.
14833
14834 2018-03-15 Wilco Dijkstra <wdijkstr@arm.com>
14835
14836 * benchtests/Makefile: Define _ISOMAC.
14837 * benchtests/bench-strcoll.c: Add missing sys/stat.h include.
14838 * benchtests/bench-string.h: Define inhibit_loop_to_libcall macro.
14839 * benchtests/bench-strstr.c: Define empty libc_hidden_builtin_def.
14840 * benchtests/bench-strtok.c (oldstrtok): Use rawmemchr.
14841 * benchtests/bench-timing.h: Define attribute_hidden.
14842
14843 2018-03-15 Siddhesh Poyarekar <siddhesh@sourceware.org>
14844
14845 * sysdeps/aarch64/strncmp.S (strncmp): Use lsr instead of
14846 mov + lsr.
14847
14848 2018-03-15 Rafal Luzynski <digitalfreak@lingonborough.com>
14849
14850 [BZ #22963]
14851 * localedata/locales/cs_CZ (mon): Rename to...
14852 (alt_mon): This.
14853 (mon): Import from CLDR (genitive case).
14854
14855 2018-03-15 Rafal Luzynski <digitalfreak@lingonborough.com>
14856
14857 [BZ #22937]
14858 * localedata/locales/el_CY (abmon): Rename to...
14859 (ab_alt_mon): This.
14860 (abmon): Import from CLDR (abbreviated genitive case).
14861 * localedata/locales/el_GR (abmon): Rename to...
14862 (ab_alt_mon): This.
14863 (abmon): Import from CLDR (abbreviated genitive case).
14864
14865 2018-03-15 Rafal Luzynski <digitalfreak@lingonborough.com>
14866
14867 [BZ #22932]
14868 * localedata/locales/lt_LT (abmon): Synchronize with CLDR.
14869
14870 2018-03-15 Robert Buj <robert.buj@gmail.com>
14871
14872 [BZ #22848]
14873 * localedata/locales/ca_ES (abmon): Rename to...
14874 (ab_alt_mon): This, then synchronize with CLDR (nominative case).
14875 (mon): Rename to...
14876 (alt_mon): This.
14877 (abmon): Import from CLDR (genitive case, month names preceded by
14878 "de" or "d’").
14879 (mon): Likewise.
14880 (abday): Synchronize with CLDR.
14881 (d_t_fmt): Likewise.
14882 (d_fmt): Likewise.
14883 (am_pm): Likewise.
14884
14885 (LC_TIME): Improve indentation.
14886 (LC_TELEPHONE): Likewise.
14887 (LC_NAME): Likewise.
14888 (LC_ADDRESS): Likewise.
14889
14890 2018-03-14 Joseph Myers <joseph@codesourcery.com>
14891
14892 * sysdeps/x86/fpu/bits/mathinline.h [!__GNUC_PREREQ (3, 4)]
14893 (lrintf): Remove definitions used only with old GCC.
14894 [!__GNUC_PREREQ (3, 4)] (lrint): Likewise.
14895 [!__GNUC_PREREQ (3, 4)] (llrintf): Likewise.
14896 [!__GNUC_PREREQ (3, 4)] (llrint): Likewise.
14897 [!__GNUC_PREREQ (3, 4)] (fmaxf): Likewise.
14898 [!__GNUC_PREREQ (3, 4)] (fmax): Likewise.
14899 [!__GNUC_PREREQ (3, 4)] (fminf): Likewise.
14900 [!__GNUC_PREREQ (3, 4)] (fmin): Likewise.
14901 [!__GNUC_PREREQ (3, 4)] (rint): Likewise.
14902 [!__GNUC_PREREQ (3, 4)] (rintf): Likewise.
14903 [!__GNUC_PREREQ (3, 4)] (nearbyint): Likewise.
14904 [!__GNUC_PREREQ (3, 4)] (nearbyintf): Likewise.
14905 [!__GNUC_PREREQ (3, 4)] (ceil): Likewise.
14906 [!__GNUC_PREREQ (3, 4)] (ceilf): Likewise.
14907 [!__GNUC_PREREQ (3, 4)] (floor): Likewise.
14908 [!__GNUC_PREREQ (3, 4)] (floorf): Likewise.
14909 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (tan): Likewise.
14910 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (fmod): Likewise.
14911 [__FAST_MATH__ && !__GNUC_PREREQ (3, 4)] (sin): Likewise.
14912 [__FAST_MATH__ && !__GNUC_PREREQ (3, 4)] (cos): Likewise.
14913 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (log10): Likewise.
14914 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (asin): Likewise.
14915 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (acos): Likewise.
14916 [__FAST_MATH__ && !__GNUC_PREREQ (3, 4)] (atan): Likewise.
14917 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (log1p): Likewise.
14918 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (logb): Likewise.
14919 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (log2): Likewise.
14920 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (drem): Likewise.
14921 [__FAST_MATH__] (__M_SQRT2): Remove macro.
14922
14923 2018-03-14 Siddhesh Poyarekar <siddhesh@sourceware.org>
14924
14925 * sysdeps/aarch64/strncmp.S (strncmp): Use a separate shift
14926 instruction to unbreak builds with binutils 2.26 and older.
14927
14928 2018-03-13 Siddhesh Poyarekar <siddhesh@sourceware.org>
14929
14930 * sysdeps/aarch64/strncmp.S (count): New macro.
14931 (strncmp): Store misaligned length in SRC1 in COUNT.
14932 (mutual_align): Adjust.
14933 (misaligned8): Load dword at a time when it is safe.
14934
14935 2018-03-12 Zack Weinberg <zackw@panix.com>
14936
14937 [BZ #1190]
14938 [BZ #19476]
14939 * libio/fileops.c (_IO_new_file_underflow): Return EOF immediately
14940 if the _IO_EOF_SEEN bit is already set; update commentary.
14941 * libio/oldfileops.c (_IO_old_file_underflow): Likewise.
14942 * libio/wfileops.c (_IO_wfile_underflow): Likewise.
14943
14944 * support/support_openpty.c, support/tty.h: New files.
14945 * support/Makefile (libsupport-routines): Add support_openpty.
14946
14947 * libio/tst-fgetc-after-eof.c, wcsmbs/test-fgetwc-after-eof.c:
14948 New test cases.
14949 * libio/Makefile (tests): Add tst-fgetc-after-eof.
14950 * wcsmbs/Makefile (tests): Add tst-fgetwc-after-eof.
14951
14952 2018-03-12 Dmitry V. Levin <ldv@altlinux.org>
14953
14954 * po/pt_BR.po: Update translations.
14955
14956 2018-03-12 David Michael <fedora.dm0@gmail.com>
14957
14958 * sysdeps/mach/hurd/reboot.c: Include <hurd/paths.h>
14959 (reboot): Lookup _SERVERS_STARTUP instead of calling proc_getmsgport to
14960 get a port to the startup server.
14961
14962 2018-03-11 Zack Weinberg <zackw@panix.com>
14963
14964 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Include math.h
14965 before nldbl-compat.h.
14966
14967 2018-03-10 Zack Weinberg <zackw@panix.com>
14968
14969 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Don't include
14970 math.h or math_private.h.
14971
14972 * sysdeps/alpha/fpu/s_isnan.c
14973 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c
14974 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c
14975 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c
14976 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c
14977 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c
14978 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c
14979 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c
14980 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c
14981 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c
14982 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c
14983 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c:
14984 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf.c
14985 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c
14986 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c:
14987 Include math_private.h.
14988
14989 * sysdeps/ieee754/ldbl-64-128/s_finitel.c
14990 * sysdeps/ieee754/ldbl-64-128/s_fpclassifyl.c
14991 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c
14992 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c
14993 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c
14994 * sysdeps/powerpc/power7/fpu/s_logb.c:
14995 Include math.h and math_private.h.
14996
14997 * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Wrap manual
14998 uses of $at in .set noat / .set at.
14999
15000 2018-03-10 H.J. Lu <hongjiu.lu@intel.com>
15001
15002 * include/setjmp.h (__libc_longjmp): Remove libc_hidden_proto.
15003 * setjmp/longjmp.c (__libc_longjmp): Remove libc_hidden_def.
15004 * sysdeps/s390/longjmp.c (__libc_longjmp): Likewise.
15005 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S (__libc_longjmp):
15006 Likewise.
15007
15008 2018-03-09 Florian Weimer <fweimer@redhat.com>
15009
15010 * malloc/malloc.c (prev_size, set_prev_size, prev_chunk): Fix typo
15011 in comment.
15012
15013 2018-03-09 Aurelien Jarno <aurelien@aurel32.net>
15014
15015 [BZ #22919]
15016 * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S (__startcontext):
15017 Add nop before __startcontext, add explaining comments.
15018
15019 2018-03-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
15020
15021 [BZ #22926]
15022 * sysdeps/powerpc/powerpc32/sysdep.h (ABORT_TRANSACTION_IMPL): Define
15023 empty for __SPE__.
15024 * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): Likewise.
15025 * sysdeps/unix/sysv/linux/powerpc/elision-lock.c (__lll_lock_elision):
15026 Do not build hardware transactional code for __SPE__.
15027 * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
15028 (__lll_trylock_elision): Likewise.
15029 * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
15030 (__lll_unlock_elision): Likewise.
15031
15032 * sysdeps/nptl/fork.c (ARCH_FORK): Replace by arch_fork.
15033 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: Remove file.
15034 * sysdeps/unix/sysv/linux/riscv/arch-fork.h: Likewise.
15035 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: Likewise.
15036 * sysdeps/unix/sysv/linux/arm/arch-fork.h: Likewise.
15037 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: Likewise.
15038 * sysdeps/unix/sysv/linux/i386/arch-fork.h: Likewise.
15039 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: Likewise.
15040 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: Likewise.
15041 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: Likewise.
15042 * sysdeps/unix/sysv/linux/mips/arch-fork.h: Likewise.
15043 * sysdeps/unix/sysv/linux/nios2/arch-fork.h: Likewise.
15044 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: Likewise.
15045 * sysdeps/unix/sysv/linux/s390/arch-fork.h: Likewise.
15046 * sysdeps/unix/sysv/linux/sh/arch-fork.h: Likewise.
15047 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: Likewise.
15048 * sysdeps/unix/sysv/linux/tile/arch-fork.h: Likewise.
15049 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: Likewise.
15050 * sysdeps/unix/sysv/linux/arch-fork.h (arch_fork): New function.
15051 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h: New file.
15052 * sysdeps/unix/sysv/linux/riscv/kernel-features.h: Likewise.
15053 * sysdeps/unix/sysv/linux/arm/kernel-features.h
15054 (__ASSUME_CLONE_BACKWARDS): Define.
15055 * sysdeps/unix/sysv/linux/createthread.c (ARCH_CLONE): Define to
15056 __clone2 if __NR_clone2 is defined.
15057 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
15058 (__ASSUME_CLONE_BACKWARDS): Likewise.
15059 * sysdeps/unix/sysv/linux/i386/kernel-features.h
15060 (__ASSUME_CLONE_BACKWARDS): Likewise.
15061 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15062 (__ASSUME_CLONE2): Likewise.
15063 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15064 (__ASSUME_CLONE_BACKWARDS3): Likewise.
15065 * sysdeps/unix/sysv/linux/kernel-features.h: Document possible clone
15066 variants and the define architecture can use.
15067 (__ASSUME_CLONE_DEFAULT): Define as default.
15068 * sysdeps/unix/sysv/linux/mips/kernel-features.h
15069 (__ASSUME_CLONE_BACKWARDS): Likewise.
15070 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
15071 (__ASSUME_CLONE_BACKWARDS): Likewise.
15072 * sysdeps/unix/sysv/linux/s390/kernel-features.h
15073 (__ASSUME_CLONE_BACKWARDS2): Likewise.
15074
15075 2018-03-06 Siddhesh Poyarekar <siddhesh@sourceware.org>
15076
15077 * sysdeps/aarch64/memcmp.S (more16): Fix loop16 branch target.
15078
15079 * sysdeps/aarch64/memcmp.S: Widen comparison to 16 bytes at a
15080 time.
15081
15082 * benchtests/bench-strncmp.c (test_main): Remove 0 length tests.
15083 (do_test_limit): Likewise.
15084
15085 * benchtests/bench-strncmp.c (do_test_limit): Reallocate buffers
15086 for every implementation.
15087 (do_test): Likewise.
15088
15089 * benchtests/bench-strncmp.c: Convert output to json.
15090
15091 2018-03-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
15092
15093 * io/futimens.c: Add missing start-of-file descriptive comment.
15094 * io/utime.c: Likewise.
15095 * misc/futimesat.c: Likewise.
15096 * misc/utimes.c: Likewise.
15097 * sysdeps/mach/hurd/futimesat.c: Likewise.
15098 * sysdeps/mach/hurd/utimes.c: Likewise.
15099 * sysdeps/posix/utime.c: Likewise.
15100 * sysdeps/posix/utimes.c: Likewise.
15101 * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
15102 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
15103 * sysdeps/unix/sysv/linux/generic/utimes.c: Likewise.
15104 * sysdeps/unix/sysv/linux/utimes.c: Likewise.
15105
15106 2018-03-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
15107
15108 * sysdeps/mach/hurd/utime-helper.c (hurd_futimens): Rename function to
15109 hurd_futimes.
15110 * sysdeps/mach/hurd/utimes.c (__utimes): Update call accordingly.
15111 * sysdeps/mach/hurd/lutimes.c (__lutimes): Likewise.
15112 * sysdeps/mach/hurd/futimens.c: Include "utime-helper.c".
15113 (__futimens): Move implementation to...
15114 * sysdeps/mach/hurd/utime-helper.c (utime_ts_from_tspec,
15115 utime_tvalue_from_tspec): ... new helper functions.
15116 (hurd_futimens): New function.
15117 * sysdeps/mach/hurd/futimesat.c: New file.
15118 * sysdeps/mach/hurd/utimensat.c: New file.
15119
15120 2018-03-05 Flávio Cruz <flaviocruz@gmail.com>
15121
15122 * sysdeps/mach/hurd/bits/stat.h [__USE_ATFILE] (UTIME_NOW,
15123 UTIME_OMIT): New macros.
15124 * sysdeps/mach/hurd/futimens.c (__futimens): Try to use __file_utimens
15125 before reverting to converting time spec to time value and calling
15126 __file_utimes.
15127 * sysdeps/mach/hurd/utime-helper.c: New file.
15128 * sysdeps/mach/hurd/futimes.c: Include "utime-helper.c".
15129 (__futimes): Try to use utime_ts_from_tval and __file_utimens before
15130 reverting to utime_tvalue_from_tval and __file_utimes.
15131 * sysdeps/mach/hurd/lutimes.c: Include "utime-helper.c".
15132 (__lutimes): Just call hurd_futimens after lookup.
15133 * sysdeps/mach/hurd/utimes.c: Likewise.
15134
15135 2018-03-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
15136
15137 * bits/sigaction.h: Add include guard.
15138 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
15139 * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
15140 * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: Likewise.
15141 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: Likewise.
15142 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
15143 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Likewise.
15144 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
15145 * sysdeps/unix/sysv/linux/tile/bits/sigaction.h: Likewise.
15146 * hurd/hurd/signal.h: Include <bits/sigaction.h>.
15147
15148 2018-03-05 Joseph Myers <joseph@codesourcery.com>
15149
15150 * iconv/loop.c (UNICODE_TAG_HANDLER): Disable
15151 -Wmaybe-uninitialized for -Os.
15152 * sysdeps/s390/multiarch/8bit-generic.c (BODY): Add comment about
15153 this disabling.
15154
15155 2018-03-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
15156
15157 * bits/dirent.h (__INO_T_MATCHES_INO64_T): Define regardless whether
15158 __INO_T_MATCHES_INO64_T is defined.
15159 * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
15160 * dirent/alphasort.c: Check _DIRENT_MATCHES_DIRENT64 value instead
15161 of definition.
15162 * dirent/alphasort64.c: Likewise.
15163 * dirent/scandir.c: Likewise.
15164 * dirent/scandir64-tail.c: Likewise.
15165 * dirent/scandir64.c: Likewise.
15166 * dirent/scandirat.c: Likewise.
15167 * dirent/scandirat64.c: Likewise.
15168 * dirent/versionsort.c: Likewise.
15169 * dirent/versionsort64.c: Likewise.
15170 * include/dirent.h: Likewise.
15171
15172 * nptl/tst-cancel4-common.h (set_socket_buffer): New function.
15173 * nptl/tst-cancel4-common.c (do_test): Call set_socket_buffer
15174 for socketpair endpoint.
15175 * nptl/tst-cancel4.c (tf_send): Call set_socket_buffer and use
15176 WRITE_BUFFER_SIZE as buffer size for sending socket.
15177 (tf_sendto): Use SOCK_STREAM instead of SOCK_DGRAM and fix an
15178 issue on system where send is implemented with sendto syscall.
15179 * sysdeps/unix/sysv/linux/mips/mips64/Makefile [$(subdir) = socket]
15180 (CFLAGS-recv.c, CFLAGS-send.c): Remove rules.
15181 [$(subdir) = nptl] (CFLAGS-recv.c, CFLAGS-send.c): Likewise.
15182 * sysdeps/unix/sysv/linux/riscv/rv64/Makefile: Remove file.
15183
15184 [BZ #21269]
15185 * sysdeps/unix/sysv/linux/i386/Makefile (tests): Add tst-bz21269.
15186 * sysdeps/unix/sysv/linux/i386/sigaction.c (SET_SA_RESTORER): Clear
15187 sa_restorer for vDSO case.
15188 * sysdeps/unix/sysv/linux/i386/tst-bz21269.c: New file.
15189
15190 2018-03-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
15191
15192 * scripts/check-installed-headers.sh: Ignore Hurd and Mach headers.
15193 * hurd/hurd/id.h: Include <hurd/hurd_types.h>
15194 * hurd/hurd/ioctl.h: Include <mach/port.h>
15195 * hurd/hurd/lookup.h: Include <hurd/hurd_types.h>
15196 * mach/Makefile ($(objpfx)mach-shortcuts.h): Make it include
15197 <mach/mach_types.h> and <mach/message.h>.
15198 (headers): Move mach/param.h to bits/mach/param.h.
15199 * sysdeps/mach/i386/mach/param.h: Move file to ...
15200 * sysdeps/mach/i386/bits/mach/param.h: ... here. Update path in #error.
15201 * sysdeps/mach/hurd/bits/param.h: Include <bits/mach/param.h> instead
15202 of <mach/param.h>.
15203 * hurd/hurd/port.h: Do not include <hurd/signal.h>.
15204 * hurd/hurd/userlink.h [!defined __USE_EXTERN_INLINES ||
15205 !defined _LIBC || !IS_IN (libc)]: Do not include <hurd/signal.h>.
15206 * hurd/hurd/fd.h (_hurd_fd_error): Fix struct initializer to be
15207 trivial, for C++ conformity.
15208 * sysdeps/mach/hurd/dl-sysdep.c: Include <mach/machine/vm_param.h>.
15209 * mach/Machrules ($(patsubst %,$(objpfx)%.h,$(user-interfaces)):
15210 Process mig output through $(migheadersed).
15211 * hurd/Makefile (migheadersed): Define variable.
15212 * mach/mach/mig_support.h [defined __USE_GNU]: Do not #error out.
15213 * scripts/check-installed-headers.sh: Do not ignore Hurd and Mach
15214 headers.
15215 * hurd/hurd.h: Include <bits/types/sigset_t.h>
15216 * hurd/hurd/fd.h: Include <sys/select.h> and <bits/types/sigset_t.h>
15217 (_hurd_fd_read, _hurd_fd_write): Use __loff_t instead of loff_t.
15218 * hurd/hurd/signal.h: Include <bits/types/stack_t.h> and
15219 <bits/types/sigset_t.h>.
15220 [!defined __USE_GNU]: Do not #error out.
15221 (struct hurd_sigstate): Use _NSIG instead of NSIG.
15222 * hurd/hurd/sigpreempt.h (__need_size_t): Define.
15223 Include <stddef.h> and <bits/types/sigset_t.h>
15224 (struct hurd_signal_preemptor, hurd_catch_signal): Use __sighandler_t
15225 instead of sighandler_t.
15226 * stdlib/errno.h (error_t): Move definition to...
15227 * bits/types/error_t.h: ... new header.
15228 * stdlib/Makefile (headers): Add bits/types/error_t.h.
15229 * sysdeps/mach/hurd/bits/errno.h (error_t): Move definition to...
15230 * sysdeps/mach/hurd/bits/types/error_t.h: ... new header.
15231 * sysdeps/mach/hurd/errnos.awk (error_t): Likewise.
15232 * hurd/hurd.h: Include <bits/types/error_t.h>
15233 * hurd/hurd/fd.h: Include <bits/types/error_t.h>
15234 * hurd/hurd/id.h: Include <errno.h> and <bits/types/error_t.h>
15235 * hurd/hurd/lookup.h: Include <errno.h> and <bits/types/error_t.h>
15236 * hurd/hurd/resource.h: Include <bits/types/error_t.h>
15237 * hurd/hurd/signal.h: Include <bits/types/error_t.h>
15238 * hurd/hurd/sigpreempt.h: Include <bits/types/error_t.h>
15239 * sysdeps/mach/hurd/futimens.c: New file.
15240
15241 2018-03-03 Andreas Schwab <schwab@linux-m68k.org>
15242
15243 [BZ #22918]
15244 * nss/nsswitch.h (DEFINE_DATABASE): Don't define __nss_*_database.
15245 * nss/nsswitch.c (DEFINE_DATABASE): Define __nss_*_database here.
15246 * nscd/gai.c (__nss_hosts_database): Readd definition.
15247 * posix/tst-rfc3484.c (__nss_hosts_database): Likewise.
15248 * posix/tst-rfc3484-3.c (__nss_hosts_database): Likewise.
15249 * posix/tst-rfc3484-2.c (__nss_hosts_database): Likewise.
15250
15251 2018-03-02 Joseph Myers <joseph@codesourcery.com>
15252
15253 * sysdeps/powerpc/ifunc-sel.h (ifunc_sel): Make always_inline.
15254 (ifunc_one): Likewise.
15255
15256 2018-03-01 DJ Delorie <dj@delorie.com>
15257
15258 [BZ #22342]
15259 * nscd/netgroupcache.c (addinnetgrX): Include trailing NUL in
15260 key value.
15261
15262 2018-03-01 Maciej W. Rozycki <macro@mips.com>
15263
15264 * nptl_db/td_ta_thr_iter.c (iterate_thread_list): Remove
15265 `match_pid' parameter.
15266 (td_ta_thr_iter): Update accordingly.
15267
15268 2018-03-01 Florian Weimer <fweimer@redhat.com>
15269
15270 * nptl/Makefile (install-lib-ldscripts): Remove.
15271 (install): Remove rule.
15272 ($(inst_libdir)/libpthread.so): Likewise.
15273
15274 2018-03-01 Mike FABIAN <mfabian@redhat.com>
15275
15276 [BZ #22896]
15277 * localedata/locales/an_ES: update month and day names,
15278 improve d_fmt, improve postal_fmt, add country_post,
15279 add country_isbn
15280
15281 2018-03-01 Mike FABIAN <mfabian@redhat.com>
15282
15283 * localedata/locales/bg_BG (LC_COLLATE): The comment mentioned
15284 Ukrainian instead of Bulgarian.
15285
15286 2018-03-01 Florian Weimer <fweimer@redhat.com>
15287
15288 * nptl/Makefile (libpthread.so): Drop libpthread_nonshared.a
15289 reference.
15290
15291 2018-03-01 Florian Weimer <fweimer@redhat.com>
15292
15293 Move pthread_atfork to libc. Remove libpthread_nonshared.a.
15294 * nptl/Makefile (routines): Add pthread_atfork.
15295 (static-only-routines): Set to pthread_atfork.
15296 (libpthread-routines): Remove pthread_atfork.
15297 (libpthread-static-only-routines): Remove.
15298 (install): Update comment.
15299 (libpthread.so): Do not install libpthread_nonshared.a.
15300 (tests): Do not link with libpthread_nonshared.a.
15301 (generated): Remove libpthread_nonshared.a.
15302 * nptl/pthread_atfork.c (pthread_atfork): Turn into weak alias.
15303 * sysdeps/nptl/Makeconfig (shared-thread-library): Do not link
15304 with libpthread_nonshared.a.
15305
15306 2018-02-28 Joseph Myers <joseph@codesourcery.com>
15307
15308 [BZ #22902]
15309 * sysdeps/i386/fpu/fenv_private.h [!__x86_64__]
15310 (libc_feholdexcept_setroundf128): New macro.
15311 [!__x86_64__] (libc_feupdateenv_testf128): Likewise.
15312
15313 [BZ #15105]
15314 * sysdeps/wordsize-32/strtoumax.c (strtoumax): Use
15315 libc_hidden_def.
15316 * sysdeps/wordsize-64/strtoumax.c (strtoumax): Likewise.
15317 * include/inttypes.h: New file.
15318
15319 2018-02-27 Joseph Myers <joseph@codesourcery.com>
15320
15321 * locale/weightwc.h (findidx): Ignore -Wmaybe-uninitialized for
15322 -Os in two more places.
15323
15324 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15325
15326 See this bug https://sourceware.org/bugzilla/show_bug.cgi?id=22898
15327 * localedata/cmn_TW.UTF-8.in: Remove the lines which cannot
15328 be sorted correctly at the moment because of a bug.
15329
15330 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15331
15332 [BZ #22550] - es_ES locale (and other es_* locales): collation should
15333 treat ñ as a primary different character, sync the collation
15334 for Spanish with CLDR.
15335 [BZ #21547] - Tibetan script collation broken (Dzongkha and Tibetan).
15336 * localedata/Makefile: Add new test files.
15337 * localedata/lv_LV.UTF-8.in: Adapt test file to new collation order.
15338 * localedata/sv_SE.ISO-8859-1.in: Adapt test file to new
15339 collation order.
15340 * localedata/uk_UA.UTF-8.in: Adapt test file to new collation order.
15341 * localedata/am_ET.UTF-8.in: New test file.
15342 * localedata/az_AZ.UTF-8.in: Likewise.
15343 * localedata/be_BY.UTF-8.in: Likewise.
15344 * localedata/ber_DZ.UTF-8.in: Likewise.
15345 * localedata/ber_MA.UTF-8.in: Likewise.
15346 * localedata/bg_BG.UTF-8.in: Likewise.
15347 * localedata/br_FR.UTF-8.in: Likewise.
15348 * localedata/cmn_TW.UTF-8.in: Likewise.
15349 * localedata/crh_UA.UTF-8.in: Likewise.
15350 * localedata/csb_PL.UTF-8.in: Likewise.
15351 * localedata/cv_RU.UTF-8.in: Likewise.
15352 * localedata/cy_GB.UTF-8.in: Likewise.
15353 * localedata/dz_BT.UTF-8.in: Likewise.
15354 * localedata/eo.UTF-8.in: Likewise.
15355 * localedata/es_ES.UTF-8.in: Likewise.
15356 * localedata/fa_IR.UTF-8.in: Likewise.
15357 * localedata/fi_FI.UTF-8.in: Likewise.
15358 * localedata/fil_PH.UTF-8.in: Likewise.
15359 * localedata/fur_IT.UTF-8.in: Likewise.
15360 * localedata/gez_ER.UTF-8@abegede.in: Likewise.
15361 * localedata/ha_NG.UTF-8.in: Likewise.
15362 * localedata/ig_NG.UTF-8.in: Likewise.
15363 * localedata/ik_CA.UTF-8.in: Likewise.
15364 * localedata/kk_KZ.UTF-8.in: Likewise.
15365 * localedata/ku_TR.UTF-8.in: Likewise.
15366 * localedata/ky_KG.UTF-8.in: Likewise.
15367 * localedata/ln_CD.UTF-8.in: Likewise.
15368 * localedata/mi_NZ.UTF-8.in: Likewise.
15369 * localedata/ml_IN.UTF-8.in: Likewise.
15370 * localedata/mn_MN.UTF-8.in: Likewise.
15371 * localedata/mr_IN.UTF-8.in: Likewise.
15372 * localedata/mt_MT.UTF-8.in: Likewise.
15373 * localedata/nb_NO.UTF-8.in: Likewise.
15374 * localedata/om_KE.UTF-8.in: Likewise.
15375 * localedata/os_RU.UTF-8.in: Likewise.
15376 * localedata/ps_AF.UTF-8.in: Likewise.
15377 * localedata/ro_RO.UTF-8.in: Likewise.
15378 * localedata/ru_RU.UTF-8.in: Likewise.
15379 * localedata/sc_IT.UTF-8.in: Likewise.
15380 * localedata/se_NO.UTF-8.in: Likewise.
15381 * localedata/sq_AL.UTF-8.in: Likewise.
15382 * localedata/sv_SE.UTF-8.in: Likewise.
15383 * localedata/szl_PL.UTF-8.in: Likewise.
15384 * localedata/tg_TJ.UTF-8.in: Likewise.
15385 * localedata/tk_TM.UTF-8.in: Likewise.
15386 * localedata/tt_RU.UTF-8.in: Likewise.
15387 * localedata/tt_RU.UTF-8@iqtelif.in: Likewise.
15388 * localedata/ug_CN.UTF-8.in: Likewise.
15389 * localedata/uz_UZ.UTF-8.in: Likewise.
15390 * localedata/vi_VN.UTF-8.in: Likewise.
15391 * localedata/yi_US.UTF-8.in: Likewise.
15392 * localedata/yo_NG.UTF-8.in: Likewise.
15393 * localedata/zh_CN.UTF-8.in: Likewise.
15394 * localedata/locales/am_ET: Adapt collation rules to new iso14651_t1_common
15395 file and fix bugs in the collation.
15396 * localedata/locales/az_AZ: Likewise.
15397 * localedata/locales/be_BY: Likewise.
15398 * localedata/locales/ber_DZ: Likewise.
15399 * localedata/locales/ber_MA: Likewise.
15400 * localedata/locales/bg_BG: Likewise.
15401 * localedata/locales/br_FR: Likewise.
15402 * localedata/locales/br_FR@euro: Likewise.
15403 * localedata/locales/ca_ES: Likewise.
15404 * localedata/locales/cns11643_stroke: Likewise.
15405 * localedata/locales/crh_UA: Likewise.
15406 * localedata/locales/cs_CZ: Likewise.
15407 * localedata/locales/csb_PL: Likewise.
15408 * localedata/locales/cv_RU: Likewise.
15409 * localedata/locales/cy_GB: Likewise.
15410 * localedata/locales/da_DK: Likewise.
15411 * localedata/locales/dz_BT: Likewise.
15412 * localedata/locales/en_CA: Likewise.
15413 * localedata/locales/eo: Likewise.
15414 * localedata/locales/es_CU: Likewise.
15415 * localedata/locales/es_EC: Likewise.
15416 * localedata/locales/es_ES: Likewise.
15417 * localedata/locales/es_US: Likewise.
15418 * localedata/locales/et_EE: Likewise.
15419 * localedata/locales/fa_IR: Likewise.
15420 * localedata/locales/fi_FI: Likewise.
15421 * localedata/locales/fil_PH: Likewise.
15422 * localedata/locales/fur_IT: Likewise.
15423 * localedata/locales/gez_ER@abegede: Likewise.
15424 * localedata/locales/ha_NG: Likewise.
15425 * localedata/locales/hr_HR: Likewise.
15426 * localedata/locales/hsb_DE: Likewise.
15427 * localedata/locales/hu_HU: Likewise.
15428 * localedata/locales/ig_NG: Likewise.
15429 * localedata/locales/ik_CA: Likewise.
15430 * localedata/locales/is_IS: Likewise.
15431 * localedata/locales/iso14651_t1_pinyin: Likewise.
15432 * localedata/locales/kk_KZ: Likewise.
15433 * localedata/locales/ku_TR: Likewise.
15434 * localedata/locales/ky_KG: Likewise.
15435 * localedata/locales/ln_CD: Likewise.
15436 * localedata/locales/lt_LT: Likewise.
15437 * localedata/locales/lv_LV: Likewise.
15438 * localedata/locales/mi_NZ: Likewise.
15439 * localedata/locales/ml_IN: Likewise.
15440 * localedata/locales/mn_MN: Likewise.
15441 * localedata/locales/mr_IN: Likewise.
15442 * localedata/locales/mt_MT: Likewise.
15443 * localedata/locales/nb_NO: Likewise.
15444 * localedata/locales/om_KE: Likewise.
15445 * localedata/locales/os_RU: Likewise.
15446 * localedata/locales/pl_PL: Likewise.
15447 * localedata/locales/ps_AF: Likewise.
15448 * localedata/locales/ro_RO: Likewise.
15449 * localedata/locales/ru_RU: Likewise.
15450 * localedata/locales/ru_UA: Likewise.
15451 * localedata/locales/sc_IT: Likewise.
15452 * localedata/locales/se_NO: Likewise.
15453 * localedata/locales/si_LK: Likewise.
15454 * localedata/locales/sq_AL: Likewise.
15455 * localedata/locales/sv_FI: Likewise.
15456 * localedata/locales/sv_FI@euro: Likewise.
15457 * localedata/locales/sv_SE: Likewise.
15458 * localedata/locales/szl_PL: Likewise.
15459 * localedata/locales/tg_TJ: Likewise.
15460 * localedata/locales/ti_ER: Likewise.
15461 * localedata/locales/tk_TM: Likewise.
15462 * localedata/locales/tl_PH: Likewise.
15463 * localedata/locales/tr_TR: Likewise.
15464 * localedata/locales/tt_RU: Likewise.
15465 * localedata/locales/tt_RU@iqtelif: Likewise.
15466 * localedata/locales/ug_CN: Likewise.
15467 * localedata/locales/uk_UA: Likewise.
15468 * localedata/locales/uz_UZ: Likewise.
15469 * localedata/locales/uz_UZ@cyrillic: Likewise.
15470 * localedata/locales/vi_VN: Likewise.
15471 * localedata/locales/yi_US: Likewise.
15472 * localedata/locales/yo_NG: Likewise.
15473
15474 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15475
15476 * gen-locales.mk: Make test files which contain @ modifiers in their
15477 name work.
15478 * localedata/gen-locale.sh: Likewise.
15479
15480 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15481
15482 * posix/tst-fnmatch.input: Fix results for range expressions
15483 for non C locales.
15484 * posix/tst-regexloc.c: Do not use a range expression for
15485 de_DE.ISO-8859-1 locale.
15486
15487 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15488
15489 * posix/bug-regex5.c: Fix test case because with the new
15490 iso14651_t1_common file, the da_DK locale now has 6 collating elements
15491 in the ISO-8859-1 range instead of 4 with the old iso14651_t1_common
15492 file.
15493
15494 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15495
15496 * localedata/da_DK.ISO-8859-1.in: In the new iso14651_t1_common file
15497 downloaded from ISO, the collation order of @-. and space has changed.
15498 Therefore, this test file needed to be adapted.
15499 * localedata/fr_CA.UTF-8.in: Likewise.
15500 * localedata/fr_FR.UTF-8.in: Likewise.
15501 * localedata/uk_UA.UTF-8.in: Likewise.
15502
15503 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15504
15505 * localedata/cs_CZ.UTF-8.in: adapt this test file to the collation
15506 order of ȥ in the new iso14651_t1_common file.
15507 * localedata/pl_PL.UTF-8.in: Likewise.
15508
15509 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15510
15511 * localedata/locales/iso14651_t1_common: Add sections for various
15512 scripts to the iso14651_t1_common file.
15513
15514 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15515
15516 * localedata/locales/iso14651_t1_common: Use the code point of a
15517 character in the fourth collation level instead of IGNORE for all
15518 entries which have IGNORE on all 4 levels.
15519
15520 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15521
15522 * localedata/locales/iso14651_t1_common: Add some convenient collation
15523 symbols like <AFTER-A>, <BEFORE-A> to make tailoring easier using
15524 rules similar to those in CLDR.
15525
15526 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15527
15528 * localedata/locales/iso14651_t1_common: The new version of this
15529 file downloaded from ISO contained several syntax errors which
15530 are fixed by this patch.
15531
15532 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15533
15534 * localedata/locales/iso14651_t1_common: replace all <U.....>
15535 with <U000.....> because glibc understands only 4 digit or 8 digit
15536
15537 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15538
15539 * localedata/locales/iso14651_t1_common: Necessary changes
15540 to make the file downloaded from ISO usable by glibc.
15541
15542 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15543
15544 [BZ #14095]
15545 * localedata/locales/iso14651_t1_common: Update file to
15546 latest version from ISO (ISO14651_2016_TABLE1_en.txt).
15547
15548 2018-02-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
15549
15550 * sysdeps/pthread/timer_routines.c: Include <timer_routines.h> instead
15551 of <nptl/pthreadP.h>
15552 (thread_attr_compare): Move function to...
15553 [!defined DELAYTIMER_MAX] (DELAYTIMER_MAX): Define to INT_MAX.
15554 * sysdeps/nptl/timer_routines.h: ... new header.
15555 * sysdeps/mach/hurd/gai_misc.h: New file.
15556
15557 2018-02-26 Joseph Myers <joseph@codesourcery.com>
15558
15559 * string/strcoll_l.c: Include <libc-diag.h>.
15560 (STRCOLL): Ignore -Wmaybe-uninitialized for -Os around
15561 declarations of seq1 and seq2.
15562
15563 [BZ #15105]
15564 * stdlib/atoi.c (atoi): Use libc_hidden_def.
15565 * include/stdlib.h [!_ISOMAC] (atoi): Use libc_hidden_proto.
15566
15567 2018-02-26 Dmitry V. Levin <ldv@altlinux.org>
15568
15569 [BZ #22433]
15570 [BZ #22807]
15571 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (__ptrace_request): Add
15572 PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS,
15573 PTRACE_GETVRREGS, PTRACE_SETVRREGS, PTRACE_GETEVRREGS,
15574 PTRACE_SETEVRREGS, PTRACE_GETREGS64, PTRACE_SETREGS64,
15575 PTRACE_GET_DEBUGREG, PTRACE_SET_DEBUGREG, PTRACE_GETVSRREGS,
15576 PTRACE_SETVSRREGS, and PTRACE_SINGLEBLOCK.
15577
15578 2018-02-26 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
15579
15580 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Undefine Linux
15581 macros used in __ptrace_request.
15582
15583 2018-02-23 H.J. Lu <hongjiu.lu@intel.com>
15584
15585 [BZ #22792]
15586 * Makerules ($(common-objpfx)%.h): Pass -DGEN_AS_CONST_HEADERS
15587 to $(CC).
15588 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Include
15589 <tcb-offsets.h> only if GEN_AS_CONST_HEADERS isn't defined.
15590 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Don't include
15591 <tcb-offsets.h>.
15592
15593 2018-02-23 Joseph Myers <joseph@codesourcery.com>
15594
15595 [BZ #15105]
15596 * ctype/ctype.c (tolower): Use libc_hidden_def.
15597 (toupper): Likewise.
15598 * include/ctype.h [!_ISOMAC] (tolower): Use libc_hidden_proto.
15599 [!_ISOMAC] (toupper): Likewise.
15600
15601 2018-02-23 Mike FABIAN <mfabian@redhat.com>
15602
15603 * localedata/Makefile: Remove --quiet argument when
15604 installing locales
15605
15606 2018-02-23 Mike FABIAN <mfabian@redhat.com>
15607
15608 [BZ #17438]
15609 * localedata/locales/pt_BR (LC_TIME): use / instead of -
15610 in d_fmt.
15611 * localedata/locales/pt_PT (LC_TIME): likewise
15612
15613 2018-02-23 Mike FABIAN <mfabian@redhat.com>
15614
15615 [BZ #22646]
15616 * localedata/locales/es_CL (LC_TIME): copy "es_BO".
15617 * localedata/locales/es_CU (LC_TIME): copy "es_BO".
15618 * localedata/locales/es_EC (LC_TIME): copy "es_BO".
15619
15620 2018-02-22 Adhemerval Zanella <adhemerval.zanella@linaro.org>
15621
15622 * sysdeps/sparc/fpu/libm-test-ulps: Update.
15623
15624 * nptl/Makefile (routines): Remove unregister-atfork.
15625 * nptl/register-atfork.c (fork_handler_pool): Remove variable.
15626 (fork_handler_alloc): Remove function.
15627 (fork_handlers, fork_handler_init): New variables.
15628 (__fork_lock): Rename to atfork_lock.
15629 (__register_atfork, __unregister_atfork, libc_freeres_fn): Rewrite
15630 to use a dynamic array to add/remove atfork handlers.
15631 * sysdeps/nptl/fork.c (__libc_fork): Likewise.
15632 * sysdeps/nptl/fork.h (__fork_lock, __fork_handlers, __linkin_atfork):
15633 Remove declaration.
15634 (fork_handler): Remove next, refcntr, and need_signal member.
15635 (__run_fork_handler_type): New enum.
15636 (__run_fork_handlers): New prototype.
15637 * nptl/register-atfork.c: Remove file.
15638 * sysdeps/nptl/libc-lockP.h (__libc_atfork): Remove declaration.
15639
15640 * sysdeps/nptl/nptl-signals.h: Move to ...
15641 * sysdeps/generic/internal-signals.h: ... here. Adjust internal
15642 comments.
15643 * sysdeps/unix/sysv/linux/internal-signals.h: Add include guards.
15644 (__nptl_is_internal_signal): Rename to __is_internal_signal and remove
15645 unnecessary check for SIGTIMER.
15646 (__nptl_clear_internal_signals): Rename to __clear_internal_signals and
15647 remove unnecessary removal of SIGTIMER.
15648 * sysdeps/unix/sysv/linux/raise.c: Adjust nptl-signal.h to
15649 include-signals.h rename.
15650 * nptl/pthreadP.h: Likewise.
15651 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Call
15652 __is_internal_signal instead of __nptl_is_internal_signal.
15653
15654 2018-02-22 Andrew Waterman <andrew@sifive.com>
15655
15656 [BZ # 22884]
15657 * sysdeps/riscv/rvd/s_fmax.c (__fmax): Handle sNaNs correctly.
15658 * sysdeps/riscv/rvd/s_fmin.c (__fmin): Likewise.
15659 * sysdeps/riscv/rvf/s_fmaxf.c (__fmaxf): Likewise.
15660 * sysdeps/riscv/rvf/s_fminf.c (__fminf): Likewise.
15661
15662 2018-02-22 DJ Delorie <dj@delorie.com>
15663
15664 * sysdeps/riscv/tls-macros.h: Do not initialize $gp.
15665
15666 2018-02-22 Siddhesh Poyarekar <siddhesh@sourceware.org>
15667
15668 * sysdeps/aarch64/strcmp.S (do_misaligned): Jump back to
15669 do_misaligned, not misaligned8.
15670
15671 2018-02-22 Steve Ellcey <sellcey@cavium.com>
15672
15673 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines):
15674 Add memcpy_thunderx2.
15675 * sysdeps/aarch64/multiarch/ifunc-impl-list.c (MAX_IFUNC):
15676 Increment to 4.
15677 (__libc_ifunc_impl_list): Add __memcpy_thunderx2.
15678 * sysdeps/aarch64/multiarch/memcpy.c (libc_ifunc): Add IS_THUNDERX2
15679 and IS_THUNDERX2PA checks.
15680 * sysdeps/aarch64/multiarch/memcpy_thunderx.S (USE_THUNDERX2):
15681 Use macro to set name appropriately.
15682 (memcpy): Use USE_THUNDERX2 macro to modify prefetches.
15683 * sysdeps/aarch64/multiarch/memcpy_thunderx2.S: New file.
15684 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_THUNDERX2PA):
15685 New macro.
15686 (IS_THUNDERX2): New macro.
15687
15688 2018-02-22 Stefan Liebler <stli@linux.vnet.ibm.com>
15689
15690 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
15691
15692 2018-02-21 Zack Weinberg <zackw@panix.com>
15693
15694 * libio/libio.h (_IO_pos_BAD, _IO_pos_0, _IO_pos_adjust):
15695 Define here, unconditionally.
15696 * libio/iolibio.h (_IO_pos_BAD): Don't define here.
15697 * libio/libioP.h: Remove #if 0 blocks.
15698 (_IO_pos_BAD, _IO_pos_0, _IO_pos_adjust): Don't define here.
15699 (_IO_va_start, COERCE_FILE, MAYBE_SET_EINVAL): Don't define.
15700 (CHECK_FILE): Don't use MAYBE_SET_EINVAL or COERCE_FILE. Fix style.
15701
15702 * libio/clearerr.c, libio/fputc.c, libio/getchar.c:
15703 Assume weak_alias is always defined.
15704
15705 * libio/fileops.c, libio/genops.c, libio/oldfileops.c
15706 * libio/oldpclose.c, libio/pclose.c, libio/wfileops.c:
15707 Remove #if 0 and #ifdef TODO blocks.
15708 Assume text_set_element is always defined.
15709
15710 * libio/iofdopen.c, libio/iogetdelim.c, libio/oldiofdopen.c
15711 Use __set_errno (EINVAL) instead of MAYBE_SET_EINVAL.
15712 * libio/tst-mmap-eofsync.c: Make #if 1 block unconditional.
15713
15714 * libio/libio.h (_IOS_ATEND, _IOS_APPEND, _IOS_TRUNC)
15715 (_IOS_NOCREATE, _IOS_NOREPLACE, _IOS_BIN, _OLD_STDIO_MAGIC)
15716 (_IO_SKIPWS, _IO_LEFT, _IO_RIGHT, _IO_INTERNAL, _IO_DEC)
15717 (_IO_OCT, _IO_HEX, _IO_SHOWBASE, _IO_SHOWPOINT, _IO_UPPERCASE)
15718 (_IO_SHOWPOS, _IO_SCIENTIFIC, _IO_FIXED, _IO_UNITBUF, _IO_STDIO)
15719 (_IO_DONT_CLOSE, _IO_BOOLALPHA, _IO_BAD_SEEN): Remove, unused.
15720 Reformat bit flags for _flags field to make occupancy clearer.
15721 Update commentary.
15722 * libio/bits/types/struct_FILE.h (_IO_EOF_SEEN, _IO_ERR_SEEN):
15723 Keep definitions consistent with those in libio/libio.h.
15724
15725 * libio/libio.h (_IO_file_flags): Remove macro.
15726 All uses changed to _flags.
15727
15728 * libio/libio.h (_IO_UNIFIED_JUMPTABLES, _STDIO_USES_IOSTREAM)
15729 (__HAVE_COLUMN, _IO_BE): Don't define.
15730 (_IO_peekc_unlocked, _IO_getwc_unlocked, _IO_putwc_unlocked)
15731 (_IO_fwide_maybe_incompatible): Use __glibc_unlikely.
15732 * libio/libioP.h (EOF): Don't define.
15733 * libio/iofdopen.c, libio/iofopen.c, libio/iopopen.c
15734 * libio/iovdprintf.c, libio/oldiofdopen.c, libio/oldiofopen.c
15735 * libio/oldiopopen.c, debug/vdprintf_chk.c: Remove #if block
15736 testing _IO_UNIFIED_JUMPTABLES.
15737
15738 * libio/libio.h (_IO_FILE): Delete; all uses changed to FILE.
15739 (_IO_fpos_t): Delete; all uses changed to __fpos_t.
15740 (_IO_fpos64_t): Delete; all uses changed to __fpos64_t.
15741 (_IO_size_t): Delete; all uses changed to size_t.
15742 (_IO_ssize_t): Delete; all uses changed to ssize_t or __ssize_t.
15743 (_IO_off_t): Delete; all uses changed to off_t.
15744 (_IO_off64_t): Delete; all uses changed to off64_t.
15745 (_IO_pid_t): Delete; all uses changed to pid_t.
15746 (_IO_uid_t): Delete; all uses changed to uid_t.
15747 (_IO_wint_t): Delete; all uses changed to wint_t.
15748 (_IO_va_list): Delete; all uses changed to va_list or __gnuc_va_list.
15749 (_IO_BUFSIZ): Delete; all uses changed to BUFSIZ.
15750 (_IO_cookie_io_functions_t): Delete; all uses changed to
15751 cookie_io_functions_t.
15752 (__io_read_fn): Delete; all uses changed to cookie_read_function_t.
15753 (__io_write_fn): Delete; all uses changed to cookie_write_function_t.
15754 (__io_seek_fn): Delete; all uses changed to cookie_seek_function_t.
15755 (__io_close_fn): Delete: all uses changed to cookie_close_function_t.
15756
15757 * libio/iofopncook.c: Remove unnecessary forward declarations.
15758 * libio/iolibio.h: Correct outdated commentary.
15759 * malloc/malloc.c (__malloc_stats): Remove unnecessary casts.
15760 * stdio-common/fxprintf.c (__fxprintf_nocancel):
15761 Remove unnecessary casts.
15762 * stdio-common/getline.c: Use _IO_getdelim directly.
15763 Don't redefine ssize_t.
15764 * stdio-common/printf_fp.c, stdio_common/printf_fphex.c
15765 * stdio-common/printf_size.c: Don't redefine size_t or FILE.
15766 Remove outdated comments.
15767 * stdio-common/vfscanf.c: Don't redefine va_list.
15768
15769 * libio/iolibio.h, libio/libioP.h: Remove extern "C".
15770 * libio/libio.h: Remove __BEGIN_DECLS and __END_DECLS.
15771 Remove preprocessor conditionals on _LIBC and __USE_GNU,
15772 which are always true, and __cplusplus, which is always false.
15773
15774 2018-02-21 Joseph Myers <joseph@codesourcery.com>
15775
15776 [BZ #15105]
15777 [BZ #19463]
15778 * libio/fputc_u.c (fputc_unlocked): Use libc_hidden_def.
15779 * libio/putc_u.c (putc_unlocked): Rename to __putc_unlocked and
15780 define as weak alias of __putc_unlocked. Use libc_hidden_weak.
15781 * include/stdio.h [!_ISOMAC] (fputc_unlocked): Use
15782 libc_hidden_proto.
15783 [!_ISOMAC] (putc_unlocked): Likewise.
15784 [!_ISOMAC] (__putc_unlocked): Declare as hidden function, and
15785 define inline if [__USE_EXTERN_INLINES].
15786 * misc/syslog.c (__vsyslog_chk): Call __putc_unlocked instead of
15787 putc_unlocked.
15788
15789 [BZ #15105]
15790 [BZ #19463]
15791 * libio/getc_u.c (getc_unlocked): Use libc_hidden_weak.
15792 * include/stdio.h [!_ISOMAC] (__getc_unlocked): Use
15793 attribute_hidden, and define inline if [__USE_EXTERN_INLINES].
15794 [!_ISOMAC] (getc_unlocked): Use libc_hidden_proto.
15795 * misc/getttyent.c (__getttyent): Call __getc_unlocked instead of
15796 getc_unlocked.
15797 * time/tzfile.c (__tzfile_read): Likewise.
15798
15799 2018-02-21 Mike FABIAN <mfabian@redhat.com>
15800
15801 [BZ #22517]
15802 * localedata/locales/et_EE (LC_COLLATE): add missing “reorder-end”
15803
15804 2018-02-21 Rical Jasan <ricaljasan@pacific.net>
15805
15806 * io/fcntl.h: Fix a typo in a comment.
15807
15808 2018-02-21 Rical Jasan <ricaljasan@pacific.net>
15809
15810 [BZ #22862]
15811 * include/features.h: Add _ISOC11_SOURCE to test for whether to
15812 define _DEFAULT_SOURCE.
15813 * manual/creature.texi (_DEFAULT_SOURCE): Improve documentation.
15814
15815 2018-02-21 Florian Weimer <fweimer@redhat.com>
15816
15817 [BZ #20890]
15818 * elf/cache.c (save_cache): Call fsync on temporary file before
15819 renaming it.
15820 (save_aux_cache): Call fdatasync on temporary file before renaming
15821 it.
15822
15823 2018-02-21 Florian Weimer <fweimer@redhat.com>
15824
15825 [BZ #22787]
15826 * include/caller.h: Remove file.
15827 * elf/dl-caller.c: Likewise.
15828 * elf/Makefile (dl-routines): Remove dl-caller.
15829 (shared-only-routines): Do not add dl-caller.
15830 * elf/dl-load.c (_dl_map_object_from_fd): Do not call
15831 __check_caller.
15832 * elf/dl-open.c (struct dl_open_args): Remove caller_dl_open
15833 member.
15834 (dl_open_worker): Do not call __check_caller.
15835 (_dl_open): Do not set caller_dl_open member.
15836 * elf/rtld.c (_rtld_global_ro): Do not initialize
15837 _dl_check_caller member.
15838 * sysdeps/generic/ldsodefs.h (rtld_global): Remove
15839 _dl_check_caller member.
15840 (_dl_check_caller): Remove declaration.
15841 * sysdeps/unix/sysv/linux/dl-execstack.c
15842 (_dl_make_stack_executable): Do not call __check_caller.
15843
15844 2018-02-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
15845
15846 * sysdeps/mach/hurd/dl-sysdep.c (_dl_random): New variable.
15847 * sysdeps/mach/hurd/sysdep-cancel.h: New file.
15848
15849 2018-02-20 Rical Jasan <ricaljasan@pacific.net>
15850
15851 * manual/creature.texi (_ISOC99_SOURCE): Update the dated
15852 description.
15853
15854 2018-02-20 Rical Jasan <ricaljasan@pacific.net>
15855
15856 [BZ #16335]
15857 * manual/creature.texi (_POSIX_C_SOURCE): Document special values
15858 of 199606L, 200112L, and 200809L.
15859 (_XOPEN_SOURCE): Document special values of 600 and 700.
15860 (_ISOC11_SOURCE): Document macro.
15861 (_ATFILE_SOURCE): Likewise.
15862 (_FORTIFY_SOURCE): Likewise.
15863
15864 2018-02-19 Joseph Myers <joseph@codesourcery.com>
15865
15866 [BZ #15105]
15867 [BZ #19463]
15868 * libio/ferror_u.c (ferror_unlocked): Rename to __ferror_unlocked
15869 and define as weak alias of __ferror_unlocked. Use
15870 libc_hidden_weak.
15871 * include/stdio.h [!_ISOMAC] (ferror_unlocked): Use
15872 libc_hidden_proto.
15873 [!_ISOMAC] (__ferror_unlocked) New declaration, and inline
15874 function if [__USE_EXTERN_INLINES].
15875 * time/getdate.c (__getdate_r): Call __ferror_unlocked instead of
15876 ferror_unlocked.
15877
15878 2018-02-19 Rical Jasan <ricaljasan@pacific.net>
15879
15880 [BZ #6889]
15881 * manual/filesys.texi (get_current_dir_name): Clarify behaviour.
15882
15883 2018-02-18 Aurelien Jarno <aurelien@aurel32.net>
15884
15885 [BZ #22818]
15886 * posix/tst-glob_lstat_compat.c [__alpha__] (glob): Access
15887 the GLIBC_2.1 version.
15888
15889 2018-02-18 Aurelien Jarno <aurelien@aurel32.net>
15890
15891 [BZ #21508]
15892 * catgets/xopen-msg.awk: Ignore POT-Creation-Date line.
15893 * intl/Makefile ($(objpfx)tst-gettext-de.po): Generate
15894 intl/tst-gettext-de.po from po/de.po by removing the
15895 POT-Creation-Date line.
15896 ($(objpfx)msgs.h): Depend on $(objpfx)tst-gettext-de.po instead of
15897 ../po/de.po.
15898 * intl/tst-gettext.sh: Use ${objpfx}tst-gettext-de.po instead of
15899 ../po/de.po.
15900
15901 2018-02-17 Samuel Thibault <samuel.thibault@ens-lyon.org>
15902
15903 * mach/Makefile (headers): Add mach/param.h.
15904 * sysdeps/mach/hurd/bits/param.h: Include <mach/param.h>.
15905 * sysdeps/mach/i386/mach/param.h: New file, defines EXEC_PAGESIZE
15906 * sysdeps/mach/hurd/ptsname.c: Include <sys/stat.h>.
15907 (__ptsname_r): Move implementation to...
15908 (__ptsname_internal): ... new function. Add filling the STP
15909 structure.
15910
15911 2018-02-17 John David Anglin <danglin@gcc.gnu.org>
15912
15913 * sysdeps/hppa/fpu/libm-test-ulps (pow): Increase double and
15914 idouble to 1 ULP.
15915
15916 2018-02-16 Rical Jasan <ricaljasan@pacific.net>
15917
15918 * manual/platform.texi (__riscv_flush_icache): Fix @deftypefun
15919 syntax.
15920
15921 2018-02-16 Stefan Liebler <stli@linux.vnet.ibm.com>
15922
15923 * nptl/Makefile (tst-mutex8-ENV): Delete.
15924 * nptl/tst-mutex8.c (check_type):
15925 Add runtime check if mutex will be elided.
15926
15927 2018-02-15 Joseph Myers <joseph@codesourcery.com>
15928
15929 [BZ #20980]
15930 [BZ #21234]
15931 * manual/install.texi (Configuring and compiling): Describe
15932 passing CC and CFLAGS on configure command line, not as
15933 environment variables. Use @code markup on those variables.
15934 Specify what options go in CC and what go in CFLAGS. Note the
15935 requirement to compile with optimization.
15936 * INSTALL: Regenerated.
15937
15938 [BZ #18124]
15939 * sysdeps/hppa/bsd-setjmp.S: Include <sysdep.h>.
15940 (setjmp): Use HIDDEN_JUMPTARGET with __sigsetjmp.
15941 * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Call
15942 __sigprocmask instead of sigprocmask.
15943 * sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext):
15944 Likewise.
15945 * sysdeps/unix/sysv/linux/hppa/localplt.data: Remove entries for
15946 __sigsetjmp and sigprocmask.
15947
15948 [BZ #15105]
15949 * include/argz.h (argz_next): Use libc_hidden_proto.
15950 (__argz_next): Likewise.
15951 * string-argz-next.c (__argz_next): Use libc_hidden_def.
15952 (argz_next): Use libc_hidden_weak.
15953
15954 [BZ #15105]
15955 * include/sys/socket.h [!_ISOMAC] (__cmsg_nxthdr): Use
15956 libc_hidden_proto.
15957 * sysdeps/unix/sysv/linux/cmsg_nxthdr.c (__cmsg_nxthdr): Use
15958 libc_hidden_def.
15959
15960 [BZ #15105]
15961 * include/stdio.h [!_ISOMAC && IS_IN (libc)] (fputs): Use
15962 libc_hidden_proto.
15963 * libio/iofputs.c (fputs): Use libc_hidden_weak.
15964
15965 [BZ #15105]
15966 [BZ #19463]
15967 * libio/feof_u.c (feof_unlocked): Rename to __feof_unlocked and
15968 define as weak alias of __feof_unlocked. Use libc_hidden_weak.
15969 * include/stdio.h (feof_unlocked): Use libc_hidden_proto.
15970 (__feof_unlocked): New declaration, and inline function if
15971 [__USE_EXTERN_INLINES].
15972 * iconv/gconv_conf.c (read_conf_file): Call __feof_unlocked
15973 instead of feof_unlocked.
15974 * intl/localealias.c [_LIBC] (FEOF): Likewise.
15975 * nss/nsswitch.c (nss_parse_file): Likewise.
15976 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area):
15977 Likewise.
15978 * time/getdate.c (__getdate_r): Likewise.
15979 * sysdeps/posix/getaddrinfo.c [IS_IN (libc)] (feof_unlocked):
15980 Define as macro to call __feof_unlocked.
15981
15982 2018-02-15 Wilco Dijkstra <wdijkstr@arm.com>
15983
15984 * sysdeps/aarch64/fpu/fpu_control.h: Use <> in include.
15985
15986 2018-02-15 Wilco Dijkstra <wdijkstr@arm.com>
15987
15988 * math/Makefile: Remove mpexp.c and mplog.c
15989 * sysdeps/i386/fpu/mpexp.c: Delete file.
15990 * sysdeps/i386/fpu/mplog.c: Likewise.
15991 * sysdeps/ia64/fpu/mpexp.c: Likewise.
15992 * sysdeps/ia64/fpu/mplog.c: Likewise.
15993 * sysdeps/ieee754/dbl-64/e_exp.c: Remove mention of mpexp and mplog.
15994 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): Remove unused function.
15995 * sysdeps/ieee754/dbl-64/mpexp.c: Delete file.
15996 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
15997 * sysdeps/m68k/m680x0/fpu/mpexp.c: Likewise.
15998 * sysdeps/m68k/m680x0/fpu/mplog.c: Likewise.
15999 * sysdeps/x86_64/fpu/multiarch/Makefile: Remove mpexp* and mplog*.
16000 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: Remove unused defines.
16001 * sysdeps/x86_64/fpu/multiarch/e_log-fma.c: Likewise.
16002 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
16003 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: Delete file.
16004 * sysdeps/x86_64/fpu/multiarch/mpexp-fma.c: Likewise.
16005 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
16006 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: Likewise.
16007 * sysdeps/x86_64/fpu/multiarch/mplog-fma.c: Likewise.
16008 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
16009
16010 2018-02-15 Stefan Liebler <stli@linux.vnet.ibm.com>
16011
16012 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
16013
16014 2018-02-14 Adhemerval Zanella <adhemerval.zanella@linaro.org>
16015
16016 * sysdeps/sh/libm-test-ulps: Update.
16017
16018 2018-02-12 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
16019
16020 * sysdeps/powerpc/fpu/libm-test-ulps (pow): Increase double and
16021 idouble to 1 ULP.
16022
16023 2018-02-12 Zack Weinberg <zackw@panix.com>
16024
16025 [BZ #19239]
16026 * posix/sys/types.h: Don't include sys/sysmacros.h.
16027 * misc/sys/sysmacros.h: Remove the conditional deprecation
16028 warnings for the macros defined by this header.
16029
16030 2018-02-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
16031
16032 * manual/probes.texi: Remove slowexp probes.
16033 * math/Makefile: Remove slowexp.
16034 * sysdeps/generic/math_private.h (__slowexp): Remove.
16035 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Remove __slowexp and
16036 document error bounds.
16037 * sysdeps/i386/fpu/slowexp.c: Remove.
16038 * sysdeps/ia64/fpu/slowexp.c: Remove.
16039 * sysdeps/ieee754/dbl-64/slowexp.c: Remove.
16040 * sysdeps/ieee754/dbl-64/uexp.h (err_0): Remove.
16041 * sysdeps/m68k/m680x0/fpu/slowexp.c: Remove.
16042 * sysdeps/powerpc/power4/fpu/Makefile (CPPFLAGS-slowexp.c): Remove.
16043 * sysdeps/x86_64/fpu/multiarch/Makefile: Remove slowexp-fma.
16044 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c (__slowexp): Remove.
16045 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c (__slowexp): Remove.
16046 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c (__slowexp): Remove.
16047 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: Remove.
16048 * sysdeps/x86_64/fpu/multiarch/slowexp-fma.c: Remove.
16049 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Remove.
16050
16051 2018-02-12 Wilco Dijkstra <wdijkstr@arm.com>
16052
16053 [BZ #13932]
16054 * sysdeps/ieee754/dbl-64/uexp.h (err_1): Remove.
16055 * benchtests/pow-inputs: Update comment for slow path cases.
16056 * manual/probes.texi (slowpow_p10): Delete removed probe.
16057 (slowpow_p10): Likewise.
16058 * math/Makefile: Remove halfulp.c and slowpow.c.
16059 * sysdeps/aarch64/libm-test-ulps: Set ULP of pow to 1.
16060 * sysdeps/generic/math_private.h (__exp1): Remove error argument.
16061 (__halfulp): Remove.
16062 (__slowpow): Remove.
16063 * sysdeps/i386/fpu/halfulp.c: Delete file.
16064 * sysdeps/i386/fpu/slowpow.c: Likewise.
16065 * sysdeps/ia64/fpu/halfulp.c: Likewise.
16066 * sysdeps/ia64/fpu/slowpow.c: Likewise.
16067 * sysdeps/ieee754/dbl-64/e_exp.c (__exp1): Remove error argument,
16068 improve comments and add error analysis.
16069 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Add error analysis.
16070 (power1): Remove function:
16071 (log1): Remove error argument, add error analysis.
16072 (my_log2): Remove function.
16073 * sysdeps/ieee754/dbl-64/halfulp.c: Delete file.
16074 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
16075 * sysdeps/m68k/m680x0/fpu/halfulp.c: Likewise.
16076 * sysdeps/m68k/m680x0/fpu/slowpow.c: Likewise.
16077 * sysdeps/powerpc/power4/fpu/Makefile: Remove CPPFLAGS-slowpow.c.
16078 * sysdeps/x86_64/fpu/libm-test-ulps: Set ULP of pow to 1.
16079 * sysdeps/x86_64/fpu/multiarch/Makefile: Remove slowpow-fma.c,
16080 slowpow-fma4.c, halfulp-fma.c, halfulp-fma4.c.
16081 * sysdeps/x86_64/fpu/multiarch/e_pow-fma.c (__slowpow): Remove define.
16082 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c (__slowpow): Likewise.
16083 * sysdeps/x86_64/fpu/multiarch/halfulp-fma.c: Delete file.
16084 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
16085 * sysdeps/x86_64/fpu/multiarch/slowpow-fma.c: Likewise.
16086 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
16087
16088 2018-02-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
16089
16090 * nscd/connections.c (RWLOCK_INITIALIZER): Define to
16091 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP or
16092
16093 2018-02-10 Dmitry V. Levin <ldv@altlinux.org>
16094
16095 [BZ #22433]
16096 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h (__ptrace_request):
16097 Remove arm-specific PTRACE_GET_THREAD_AREA, PTRACE_GETHBPREGS,
16098 and PTRACE_SETHBPREGS.
16099
16100 2018-02-10 Zack Weinberg <zackw@panix.com>
16101
16102 [BZ #22830]
16103 * malloc/malloc.c (__malloc_stats): Restore stderr->_flags2
16104 correctly.
16105 * malloc/tst-malloc-stats-cancellation.c: New test case.
16106 * malloc/Makefile: Add new test case.
16107
16108 2018-02-10 Wilco Dijkstra <wdijkstr@arm.com>
16109
16110 * sysdeps/aarch64/fpu/fpu_control.h: Add features.h to fix build error.
16111
16112 2018-02-10 Joseph Myers <joseph@codesourcery.com>
16113
16114 * math/Makefile (libm-narrow-fns): Add add.
16115 (libm-test-funcs-narrow): Likewise.
16116 * math/Versions (GLIBC_2.28): Add narrowing add functions.
16117 * math/bits/mathcalls-narrow.h (add): Use __MATHCALL_NARROW .
16118 * math/gen-auto-libm-tests.c (test_functions): Add add.
16119 * math/math-narrow.h (CHECK_NARROW_ADD): New macro.
16120 (NARROW_ADD_ROUND_TO_ODD): Likewise.
16121 (NARROW_ADD_TRIVIAL): Likewise.
16122 * sysdeps/ieee754/float128/float128_private.h (__faddl): New
16123 macro.
16124 (__daddl): Likewise.
16125 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fadd and
16126 dadd.
16127 (CFLAGS-nldbl-dadd.c): New variable.
16128 (CFLAGS-nldbl-fadd.c): Likewise.
16129 * sysdeps/ieee754/ldbl-opt/Versions (GLIBC_2.28): Add
16130 __nldbl_daddl.
16131 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl_daddl): New
16132 prototype.
16133 * manual/arith.texi (Misc FP Arithmetic): Document fadd, faddl,
16134 daddl, fMaddfN, fMaddfNx, fMxaddfN and fMxaddfNx.
16135 * math/auto-libm-test-in: Add tests of add.
16136 * math/auto-libm-test-out-narrow-add: New generated file.
16137 * math/libm-test-narrow-add.inc: New file.
16138 * sysdeps/i386/fpu/s_f32xaddf64.c: Likewise.
16139 * sysdeps/ieee754/dbl-64/s_f32xaddf64.c: Likewise.
16140 * sysdeps/ieee754/dbl-64/s_fadd.c: Likewise.
16141 * sysdeps/ieee754/float128/s_f32addf128.c: Likewise.
16142 * sysdeps/ieee754/float128/s_f64addf128.c: Likewise.
16143 * sysdeps/ieee754/float128/s_f64xaddf128.c: Likewise.
16144 * sysdeps/ieee754/ldbl-128/s_daddl.c: Likewise.
16145 * sysdeps/ieee754/ldbl-128/s_f64xaddf128.c: Likewise.
16146 * sysdeps/ieee754/ldbl-128/s_faddl.c: Likewise.
16147 * sysdeps/ieee754/ldbl-128ibm/s_daddl.c: Likewise.
16148 * sysdeps/ieee754/ldbl-128ibm/s_faddl.c: Likewise.
16149 * sysdeps/ieee754/ldbl-96/s_daddl.c: Likewise.
16150 * sysdeps/ieee754/ldbl-96/s_faddl.c: Likewise.
16151 * sysdeps/ieee754/ldbl-opt/nldbl-dadd.c: Likewise.
16152 * sysdeps/ieee754/ldbl-opt/nldbl-fadd.c: Likewise.
16153 * sysdeps/ieee754/soft-fp/s_daddl.c: Likewise.
16154 * sysdeps/ieee754/soft-fp/s_fadd.c: Likewise.
16155 * sysdeps/ieee754/soft-fp/s_faddl.c: Likewise.
16156 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16157 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
16158 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
16159 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
16160 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
16161 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
16162 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
16163 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
16164 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
16165 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
16166 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
16167 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
16168 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
16169 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
16170 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
16171 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Likewise.
16172 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
16173 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
16174 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
16175 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
16176 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
16177 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
16178 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
16179 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
16180 * sysdeps/unix/sysv/linux/tile/tilegx32/libm.abilist: Likewise.
16181 * sysdeps/unix/sysv/linux/tile/tilegx64/libm.abilist: Likewise.
16182 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
16183 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
16184
16185 * sysdeps/powerpc/powerpc64le/Makefile [$(subdir) = math]
16186 (f128-pairs): New variable.
16187 [$(subdir) = math] ($(foreach suf,$(all-object-suffixes),$(foreach
16188 pair,$(f128-pairs),$(objpfx)test-$(pair)%$(suf)))): Add -mfloat128
16189 to CFLAGS.
16190 [$(subdir) = math] ($(foreach pair,$(f128-pairs),test-$(pair)%)):
16191 Also make tests add $(f128-loader-link) to gnulib-tests.
16192
16193 2018-02-09 DJ Delorie <dj@redhat.com>
16194
16195 [BZ #22827]
16196 * sysdeps/unix/sysv/linux/riscv/readelflib.c (process_elf_file): Use
16197 64-bit ELF type for 64-bit ELF objects.
16198
16199 2018-02-09 Joseph Myers <joseph@codesourcery.com>
16200
16201 * math/libm-test-driver.c (snan_tests_arg): New variable.
16202 * math/libm-test-support.h (snan_tests_arg): New declaration.
16203 * math/libm-test-support.c (enable_test): Check snan_tests_arg.
16204
16205 * math/Makefile (test-type-pairs): New variable.
16206 (test-type-pairs-f64xf128-yes): Likewise.
16207 (tests): Add test-narrow-macros.
16208 (libm-test-funcs-narrow): New variable.
16209 (libm-test-c-narrow): Likewise.
16210 (generated): Add $(libm-test-c-narrow).
16211 (libm-tests-base-narrow): New variable.
16212 (libm-tests-narrow): Likewise.
16213 (libm-tests): Add $(libm-tests-narrow).
16214 (libm-tests-for-type): Handle $(libm-tests-narrow).
16215 (libm-test-c-narrow-obj): New variable.
16216 ($(libm-test-c-narrow-obj)): New rule.
16217 ($(foreach t,$(libm-tests-narrow),$(objpfx)$(t).c)): Likewise.
16218 ($(foreach f,$(libm-test-funcs-narrow),$(objpfx)$(o)-$(f).o)): Use
16219 $(o-iterator) to set dependencies and CFLAGS.
16220 * math/gen-auto-libm-tests.c: Document use for narrowing
16221 functions.
16222 (output_for_one_input_case): Take argument NARROW.
16223 (generate_output): Likewise. Update call to
16224 output_for_one_input_case.
16225 (main): Take --narrow option. Update call to generate_output.
16226 * math/gen-libm-test.pl (_apply_lit): Take macro name as argument.
16227 (apply_lit): Update call to _apply_lit.
16228 (apply_arglit): New function.
16229 (parse_args): Handle "a" arguments.
16230 (parse_auto_input): Handle format names using ":".
16231 * math/README.libm-test: Document "a" parameter type.
16232 * math/libm-test-support.h (ARG_TYPE_MIN): New macro.
16233 (ARG_TYPE_TRUE_MIN): Likewise.
16234 (ARG_TYPE_MAX): Likwise.
16235 (ARG_MIN_EXP): Likewise.
16236 (ARG_MAX_EXP): Likewise.
16237 (ARG_MANT_DIG): Likewise.
16238 (TEST_COND_arg_ibm128): Likewise.
16239 (TEST_COND_ibm128_libgcc): Define conditional on [ARG_FLOAT].
16240 (TEST_COND_arg_fmt): New macro.
16241 (init_max_error): Update prototype.
16242 * math/libm-test-support.c (test_ibm128): New variable.
16243 (init_max_error): Take argument testing_ibm128 and set test_ibm128
16244 instead of using [TEST_COND_ibm128] conditional.
16245 (test_exceptions): Use test_ibm128 instead of TEST_COND_ibm128.
16246 * math/libm-test-driver.c (STR_ARG_FLOAT): New macro.
16247 [TEST_NARROW] (TEST_MSG): New definition.
16248 (arg_plus_zero): New macro.
16249 (arg_minus_zero): Likewise.
16250 (arg_plus_infty): Likewise.
16251 (arg_minus_infty): Likewise.
16252 (arg_qnan_value_pl): Likewise.
16253 (arg_qnan_value): Likewise.
16254 (arg_snan_value_pl): Likewise.
16255 (arg_snan_value): Likewise.
16256 (arg_max_value): Likewise.
16257 (arg_min_value): Likewise.
16258 (arg_min_subnorm_value): Likewise.
16259 [ARG_FLOAT] (struct test_aa_f_data): New struct type.
16260 (RUN_TEST_LOOP_aa_f): New macro.
16261 (TEST_SUFF): New macro.
16262 (TEST_SUFF_STR): Likewise.
16263 [!TEST_MATHVEC] (VEC_SUFF): Don't define.
16264 (TEST_COND_any_ibm128): New macro.
16265 (START): Use TEST_SUFF and TEST_SUFF_STR in initializer for
16266 this_func. Update call to init_max_error.
16267 * math/test-double.h (FUNC_NARROW_PREFIX): New macro.
16268 * math/test-float.h (FUNC_NARROW_PREFIX): Likewise.
16269 * math/test-float128.h (FUNC_NARROW_PREFIX): Likewise.
16270 * math/test-float32.h (FUNC_NARROW_PREFIX): Likewise.
16271 * math/test-float32x.h (FUNC_NARROW_PREFIX): Likewise.
16272 * math/test-float64.h (FUNC_NARROW_PREFIX): Likewise.
16273 * math/test-float64x.h (FUNC_NARROW_PREFIX): Likewise.
16274 * math/test-math-scalar.h (TEST_NARROW): Likewise.
16275 * math/test-math-vector.h (TEST_NARROW): Likewise.
16276 * math/test-arg-double.h: New file.
16277 * math/test-arg-float128.h: Likewise.
16278 * math/test-arg-float32x.h: Likewise.
16279 * math/test-arg-float64.h: Likewise.
16280 * math/test-arg-float64x.h: Likewise.
16281 * math/test-arg-ldouble.h: Likewise.
16282 * math/test-math-narrow.h: Likewise.
16283 * math/test-narrow-macros.c: Likewise.
16284 * sysdeps/ieee754/ldbl-opt/test-narrow-macros-ldbl-64.c: Likewise.
16285 * sysdeps/ieee754/ldbl-opt/Makefile (tests): Add
16286 test-narrow-macros-ldbl-64.
16287 (CFLAGS-test-narrow-macros-ldbl-64.c): New variable.
16288
16289 * math/bits/mathcalls-narrow.h: New file.
16290 * include/bits/mathcalls-narrow.h: Likewise.
16291 * math/math-narrow.h: Likewise.
16292 * math/math.h (__MATHCALL_NARROW_ARGS_1): New macro.
16293 (__MATHCALL_NARROW_ARGS_2): Likewise.
16294 (__MATHCALL_NARROW_ARGS_3): Likewise.
16295 (__MATHCALL_NARROW_NORMAL): Likewise.
16296 (__MATHCALL_NARROW_REDIR): Likewise.
16297 (__MATHCALL_NARROW): Likewise.
16298 [__GLIBC_USE (IEC_60559_BFP_EXT)]: Repeatedly include
16299 <bits/mathcalls-narrow.h> with _Mret_, _Marg_ and __MATHCALL_NAME
16300 defined.
16301 [__GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
16302 * math/Makefile (headers): Add bits/mathcalls-narrow.h.
16303 (libm-narrow-fns): New variable.
16304 (libm-narrow-types-basic): Likewise.
16305 (libm-narrow-types-ldouble-yes): Likewise.
16306 (libm-narrow-types-float128-yes): Likewise.
16307 (libm-narrow-types-float128-alias-yes): Likewise.
16308 (libm-narrow-types): Likewise.
16309 (libm-routines): Add narrowing functions.
16310 * sysdeps/i386/fpu/fenv_private.h [__x86_64__]
16311 (libc_feholdexcept_setroundf128): New macro.
16312 [__x86_64__] (libc_feupdateenv_testf128): Likewise.
16313 * sysdeps/ieee754/float128/float128_private.h: Include
16314 <math/math-narrow.h>.
16315 [libc_feholdexcept_setroundf128] (libc_feholdexcept_setroundl):
16316 Undefine and redefine.
16317 [libc_feupdateenv_testf128] (libc_feupdateenv_testl): Likewise.
16318 (libm_alias_float_ldouble): Undefine and redefine.
16319 (libm_alias_double_ldouble): Likewise.
16320
16321 * math/Makefile [$(PERL) != no] (libm-test-incs): Remove variable.
16322
16323 2018-02-09 Wilco Dijkstra <wdijkstr@arm.com>
16324
16325 * sysdeps/aarch64/fpu/fpu_control.h: Use builtins for accessing
16326 FPCR/FPSR.
16327
16328 2018-02-09 Rical Jasan <ricaljasan@pacific.net>
16329
16330 * manual/creature.texi: Convert references to gcc.info to gcc.
16331 * manual/stdio.texi: Likewise.
16332 * manual/string.texi: Likewise.
16333
16334 2018-02-07 Joseph Myers <joseph@codesourcery.com>
16335
16336 [BZ #17979]
16337 * posix/bits/types.h (__int_least8_t): New typedef.
16338 (__uint_least8_t): Likewise.
16339 (__int_least16_t): Likewise.
16340 (__uint_least16_t): Likewise.
16341 (__int_least32_t): Likewise.
16342 (__uint_least32_t): Likewise.
16343 (__int_least64_t): Likewise.
16344 (__uint_least64_t): Likewise.
16345 * sysdeps/generic/stdint.h (int_least8_t): Define using
16346 __int_least8_t.
16347 (int_least16_t): Define using __int_least16_t.
16348 (int_least32_t): Define using __int_least32_t.
16349 (int_least64_t): Define using __int_least64_t.
16350 (uint_least8_t): Define using __uint_least8_t.
16351 (uint_least16_t): Define using __uint_least16_t.
16352 (uint_least32_t): Define using __uint_least32_t.
16353 (uint_least64_t): Define using __uint_least64_t.
16354 * wcsmbs/uchar.h: Include <bits/types.h>.
16355 (char16_t): Define using __uint_least16_t conditional only on
16356 [!__USE_ISOCXX11].
16357 (char32_t): Define using __uint_least32_t conditional only on
16358 [!__USE_ISOCXX11].
16359 * wcsmbs/test-char-types.c: New file.
16360 * wcsmbs/Makefile (tests): Add test-char-types.
16361
16362 * scripts/build-many-glibcs.py (Context.checkout): Default MPFR
16363 version to 4.0.1.
16364
16365 2018-02-07 Zack Weinberg <zackw@panix.com>
16366
16367 * bits/_G_config.h: Move back to sysdeps/generic/_G_config.h.
16368 Delete all contents except for definitions of _G_HAVE_MMAP and
16369 _G_HAVE_MREMAP. Add commentary explaining those two symbols.
16370 * sysdeps/unix/sysv/linux/bits/_G_config.h: Move back to
16371 sysdeps/unix/sysv/linux/_G_config.h. Make same content
16372 change as above.
16373
16374 * libio/libio.h: Don't include bits/_G_config.h here.
16375 Include stddef.h with __need_wchar_t defined. Include
16376 bits/types/__mbstate_t.h, bits/types/wint_t.h, and gconv.h.
16377 Define _IO_iconv_t here, directly.
16378 Don't define _IO_HAVE_ST_BLKSIZE.
16379 * libio/libioP.h: Include _G_config.h here. Move include of
16380 shlib-compat.h up with rest of includes. Simplify conditionals
16381 controlling definition of _IO_JUMPS_OFFSET.
16382
16383 * csu/init.c: Remove always-true #if around entire file.
16384 Don't include stdio.h. Set _IO_stdin_used to hardwired
16385 constant 0x20001, and update commentary.
16386 * include/stdio.h, sysdeps/ieee754/ldbl-opt/nldbl-compat.h:
16387 Replace all uses of _G_va_list with __gnuc_va_list.
16388 * libio/filedoalloc.c: Use #if defined _STATBUF_ST_BLKSIZE
16389 instead of #if _IO_HAVE_ST_BLKSIZE.
16390 * libio/fileops.c: Test _G_HAVE_MREMAP with #if, not #ifdef.
16391 * libio/iofdopen.c, libio/iofopen.c: Test _G_HAVE_MMAP with #if,
16392 not #ifdef.
16393
16394 * libio/bits/libio.h: Move back to libio/libio.h and adjust
16395 multiple-include guard to match.
16396 Merge contents of libio/bits/libio-ldbl.h and include/libio.h
16397 into this file.
16398 Remove preprocessor conditionals that are always true and/or
16399 redundant to other preprocessor conditionals in the same nest.
16400 Include shlib-compat.h unconditionally.
16401 Error out if _LIBC is not defined, or if _ISOMAC is defined,
16402 or if _IO_MTSAFE_IO is defined but _IO_lock_t_defined is not
16403 defined after including stdio.h.
16404 Use __BEGIN_DECLS/__END_DECLS.
16405
16406 * libio/bits/libio-ldbl.h, include/bits/libio.h: Delete file.
16407 * include/stdio.h, libio/iolibio.h, libio/libioP.h: Include
16408 libio.h as <libio/libio.h> rather than as <bits/libio.h>.
16409
16410 2018-02-07 Zack Weinberg <zackw@panix.com>
16411
16412 * libio/bits/types/__fpos_t.h, libio/bits/types/__fpos64_t.h:
16413 New single-type headers split from _G_config.h.
16414 * libio/bits/types/cookie_io_functions_t.h
16415 * libio/bits/types/struct_FILE.h
16416 New single-type headers split from libio.h.
16417
16418 * libio/Makefile: Install the above new headers. Don't install
16419 libio.h, _G_config.h, bits/libio.h, bits/_G_config.h, or
16420 bits/libio-ldbl.h.
16421 * libio/_G_config.h, libio/libio.h: Delete file.
16422
16423 * libio/bits/libio.h: Remove improper-inclusion guard.
16424 Include stdio.h and don't repeat anything that it does.
16425 Define _IO_fpos_t as __fpos_t, _IO_fpos64_t as __fpos64_t,
16426 _IO_BUFSIZ as BUFSIZ, _IO_va_list as __gnuc_va_list,
16427 __io_read_fn as cookie_read_function_t,
16428 __io_write_fn as cookie_write_function_t,
16429 __io_seek_fn as cookie_seek_function_t,
16430 __io_close_fn as cookie_close_function_t,
16431 and _IO_cookie_io_functions_t as cookie_io_functions_t.
16432 Define _STDIO_USES_IOSTREAM, __HAVE_COLUMN, and _IO_file_flags
16433 here, in the "compatibility defines" section. Remove an #if 0
16434 block. Use the "body" macros from bits/types/struct_FILE.h to
16435 define _IO_getc_unlocked, _IO_putc_unlocked, _IO_feof_unlocked,
16436 and _IO_ferror_unlocked.
16437 Move prototypes of __uflow and __overflow...
16438
16439 * libio/stdio.h: ...here. Don't include bits/libio.h.
16440 Don't define _STDIO_USES_IOSTREAM. Get __gnuc_va_list
16441 directly from stdarg.h. Include bits/types/__fpos_t.h,
16442 bits/types/__fpos64_t.h, bits/types/struct_FILE.h,
16443 and, when __USE_GNU, bits/types/cookie_io_functions_t.h.
16444 Use __gnuc_va_list, not _G_va_list; __fpos_t, not _G_fpos_t;
16445 __fpos64_t, not _G_fpos64_t; FILE, not struct _IO_FILE;
16446 cookie_io_functions_t, not _IO_cookie_io_functions_t;
16447 __ssize_t, not _IO_ssize_t. Unconditionally define
16448 BUFSIZ as 8192 and EOF as (-1).
16449
16450 * libio/bits/stdio.h: Add multiple-include guard. Use the "body"
16451 macros from bits/types/struct_FILE.h instead of _IO_* macros
16452 from libio.h; use __gnuc_va_list instead of va_list and __ssize_t
16453 instead of _IO_ssize_t.
16454 * libio/bits/stdio2.h: Similarly.
16455
16456 * libio/iolibio.h: Add multiple-include guard.
16457 Include bits/libio.h after stdio.h.
16458 * libio/libioP.h: Add multiple-include guard.
16459 Include stdio.h and bits/libio.h before iolibio.h.
16460
16461 * include/bits/types/__fpos_t.h, include/bits/types/__fpos64_t.h
16462 * include/bits/types/cookie_io_functions_t.h
16463 * include/bits/types/struct_FILE.h: New wrappers.
16464
16465 * bits/_G_config.h, sysdeps/unix/sysv/linux/_G_config.h:
16466 Get definitions of _G_fpos_t and _G_fpos64_t from
16467 bits/types/__fpos_t.h and bits/types/__fpos64_t.h
16468 respectively. Remove improper-inclusion guards.
16469
16470 * conform/data/stdio.h-data: Update expectations of va_list.
16471 * scripts/check-installed-headers.sh: Remove special case for
16472 libio.h and _G_config.h.
16473
16474 2018-02-07 Joseph Myers <joseph@codesourcery.com>
16475
16476 [BZ #15105]
16477 [BZ #19463]
16478 * include/sys/sysmacros.h [!_ISOMAC]
16479 (__SYSMACROS_NEED_IMPLEMENTATION): Define macro.
16480 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC]
16481 (_SYS_SYSMACROS_H_WRAPPER): Likewise.
16482 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (gnu_dev_major): Use
16483 libc_hidden_proto.
16484 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (gnu_dev_minor): Likewise.
16485 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (gnu_dev_makedev):
16486 Likewise.
16487 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__SYSMACROS_DECL_TEMPL):
16488 Undefine and redefine to add use __gnu_dev_ prefix.
16489 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__SYSMACROS_IMPL_TEMPL):
16490 Likewise.
16491 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__gnu_dev_major): Declare
16492 and define as hidden inline function.
16493 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__gnu_dev_minor):
16494 Likewise.
16495 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__gnu_dev_makedev):
16496 Likewise.
16497 * misc/makedev.c (OUT_OF_LINE_IMPL_TEMPL): Use __gnu_dev_ prefix.
16498 (gnu_dev_major): Use weak_alias and libc_hidden_weak.
16499 (gnu_dev_minor): Likewise.
16500 (gnu_dev_makedev): Likewise.
16501 * csu/check_fds.c (check_one_fd): Use __gnu_dev_makedev instead of
16502 makedev.
16503 * posix/wordexp.c (exec_comm_child): Likewise.
16504 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Use __gnu_dev_minor
16505 instead of minor and __gnu_dev_major instead of major.
16506 * sysdeps/unix/sysv/linux/device-nrs.h (DEV_TTY_P): Use
16507 __gnu_dev_major instead of major.
16508 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): Use
16509 __gnu_dev_major instead of gnu_dev_major and __gnu_dev_minor
16510 instead of gnu_dev_minor.
16511 * sysdeps/unix/sysv/linux/ptsname.c (MASTER_P): Likewise.
16512 (SLAVE_P): Likewise.
16513 (__ptsname_internal): Use __gnu_dev_minor instead of minor.
16514 * sysdeps/unix/sysv/linux/ttyname.h (is_pty): Use __gnu_dev_major
16515 instead of major.
16516
16517 [BZ #21313]
16518 * locale/weight.h (findidx): Disable -Wmaybe-uninitialized for -Os
16519 in another place.
16520 * locale/weightwc.h (findidx): Likewise.
16521
16522 2018-02-07 Wilco Dijkstra <wdijkstr@arm.com>
16523
16524 * manual/probes.texi (slowlog): Delete documentation of removed probe.
16525 (slowlog_inexact): Likewise
16526 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Remove slow paths.
16527 * sysdeps/ieee754/dbl-64/ulog.h: Remove unused declarations.
16528
16529 2018-02-07 Igor Gnatenko <ignatenko@redhat.com>
16530
16531 [BZ #22797]
16532 * sysdeps/unix/sysv/linux/bits/mman-shared.h (pkey_get): Add
16533 missing second underscore to parameter name.
16534
16535 2018-02-06 Joseph Myers <joseph@codesourcery.com>
16536
16537 [BZ #14508]
16538 [BZ #15512]
16539 [BZ #17082]
16540 [BZ #20530]
16541 * bits/byteswap.h: Update file comment. Do not include
16542 <bits/byteswap-16.h>.
16543 (__bswap_constant_16): Cast result to __uint16_t. Use signed 0xff
16544 constant.
16545 (__bswap_16): Define as inline function.
16546 (__bswap_constant_32): Reformat definition.
16547 (__bswap_32): Always define as inline function, not macro, using
16548 __uint32_t. Use __builtin_bswap32 if [__GNUC_PREREQ (4, 3)],
16549 otherwise __bswap_constant_32.
16550 (__bswap_constant_64): Reformat definition. Do not use
16551 __extension__ here.
16552 (__bswap_64): Always define as inline function, not macro. Use
16553 __extension__ on function definition. Use __builtin_bswap64 if
16554 [__GNUC_PREREQ (4, 3)], otherwise __bswap_constant_64.
16555 * string/test-endian-file-scope.c: New file.
16556 * string/test-endian-sign-conversion.c: Likewise.
16557 * string/Makefile (headers): Remove bits/byteswap-16.h.
16558 (tests): Add test-endian-file-scope and
16559 test-endian-sign-conversion.
16560 (CFLAGS-test-endian-sign-conversion.c): New variable.
16561 * bits/byteswap-16.h: Remove file.
16562 * sysdeps/ia64/bits/byteswap-16.h: Likewise.
16563 * sysdeps/ia64/bits/byteswap.h: Likewise.
16564 * sysdeps/m68k/bits/byteswap.h: Likewise.
16565 * sysdeps/s390/bits/byteswap-16.h: Likewise.
16566 * sysdeps/s390/bits/byteswap.h: Likewise.
16567 * sysdeps/tile/bits/byteswap.h: Likewise.
16568 * sysdeps/x86/bits/byteswap-16.h: Likewise.
16569 * sysdeps/x86/bits/byteswap.h: Likewise.
16570
16571 [BZ #17721]
16572 * misc/sys/cdefs.h [!__GNUC__ && (__cplusplus || (__STDC_VERSION__
16573 && __STDC_VERSION__ >= 199901L))] (__inline): Define to inline.
16574 [!__GNUC_PREREQ (2,92) && __STDC_VERSION__ && __STDC_VERSION__ >=
16575 199901L] (__restrict): Define to restrict.
16576
16577 [BZ #19667]
16578 * string/testcopy.c: Include <support/support.h>. Do not include
16579 <malloc.h>. Use <support/test-driver.c>.
16580 (main): Rename to do_test. Make static. Use xmalloc instead of
16581 malloc.
16582
16583 [BZ #13575]
16584 * posix/bits/posix1_lim.h: Include <bits/wordsize.h>.
16585 [!SSIZE_MAX && !(__WORDSIZE == 64 || __WORDSIZE32_SIZE_ULONG)]
16586 (SSIZE_MAX): Define to INT_MAX.
16587 * posix/test-ssize-max.c: New file.
16588 * posix/Makefile (tests): Add test-ssize-max.
16589
16590 [BZ #19668]
16591 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: Include
16592 <support/support.h>. Do not include <malloc.h>.
16593 (query_auxv): Use xmalloc instead of malloc.
16594
16595 [BZ #14553]
16596 * posix/sys/types.h (loff_t): Only define for [__USE_MISC].
16597 * sysdeps/unix/sysv/linux/sys/quota.h (dqoff): Use __loff_t
16598 instead of loff_t.
16599
16600 2018-02-06 Florian Weimer <fweimer@redhat.com>
16601
16602 [BZ #18023]
16603 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
16604 Use scratch_buffer instead of extend_alloca.
16605
16606 2018-02-06 Zack Weinberg <zackw@panix.com>
16607
16608 * libio/stdio.h: Don't define getc or putc as macros.
16609 * libio/bits/stdio.h (getchar, putchar): Use getc and putc,
16610 not _IO_getc and _IO_putc.
16611
16612 * stdio-common/tstgetln.c: Don't redefine FILE, va_list, or BUFSIZ.
16613 * stdio-common/tstgetln.c: Don't redefine ssize_t.
16614
16615 2018-02-06 Joseph Myers <joseph@codesourcery.com>
16616
16617 * sysdeps/gnu/netinet/tcp.h (TCP_FASTOPEN_KEY): New macro.
16618 (TCP_FASTOPEN_NO_COOKIE): Likewise.
16619
16620 * sysdeps/unix/sysv/linux/bits/in.h (IPV6_FREEBIND): New macro.
16621
16622 [BZ #14890]
16623 * elf/elf.h (NT_PRFPREG): New macro.
16624 (NT_S390_VXRS_LOW): Likewise.
16625 (NT_S390_VXRS_HIGH): Likewise.
16626 (NT_S390_GS_CB): Likewise.
16627 (NT_S390_GS_BC): Likewise.
16628 (NT_S390_RI_CB): Likewise.
16629
16630 * sysdeps/unix/sysv/linux/aarch64/bits/mman.h [__USE_MISC]
16631 (MAP_SYNC): New macro.
16632 * sysdeps/unix/sysv/linux/arm/bits/mman.h [__USE_MISC] (MAP_SYNC):
16633 Likewise.
16634 * sysdeps/unix/sysv/linux/ia64/bits/mman.h [__USE_MISC]
16635 (MAP_SYNC): Likewise.
16636 * sysdeps/unix/sysv/linux/m68k/bits/mman.h [__USE_MISC]
16637 (MAP_SYNC): Likewise.
16638 * sysdeps/unix/sysv/linux/microblaze/bits/mman.h [__USE_MISC]
16639 (MAP_SYNC): Likewise.
16640 * sysdeps/unix/sysv/linux/nios2/bits/mman.h [__USE_MISC]
16641 (MAP_SYNC): Likewise.
16642 * sysdeps/unix/sysv/linux/riscv/bits/mman.h [__USE_MISC]
16643 (MAP_SYNC): Likewise.
16644 * sysdeps/unix/sysv/linux/s390/bits/mman.h [__USE_MISC]
16645 (MAP_SYNC): Likewise.
16646 * sysdeps/unix/sysv/linux/sh/bits/mman.h [__USE_MISC] (MAP_SYNC):
16647 Likewise.
16648 * sysdeps/unix/sysv/linux/x86/bits/mman.h [__USE_MISC] (MAP_SYNC):
16649 Likewise.
16650
16651 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_MISC]
16652 (MAP_SHARED_VALIDATE): New macro.
16653 * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]
16654 (MAP_SHARED_VALIDATE): Likewise.
16655
16656 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
16657
16658 * elf/dl-addr.c (determine_info): Use ADDRIDX with DT_GNU_HASH.
16659 * elf/dl-lookup.c (_dl_setup_hash): Likewise.
16660 * elf/get-dynamic-info.h (elf_get_dynamic_info): Likewise.
16661
16662 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
16663
16664 * elf/elf.h (DT_SYMTAB_SHNDX): New. Set to 34.
16665 (DT_NUM): Updated to 35.
16666
16667 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
16668
16669 * sysdeps/i386/dl-machine.h (elf_machine_rel): Replace
16670 __builtin_expect with __glibc_likely and __glibc_unlikely.
16671 (elf_machine_rela): Likewise.
16672 (elf_machine_lazy_rel): Likewise.
16673
16674 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
16675
16676 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Replace
16677 __builtin_expect with __glibc_likely and __glibc_unlikely.
16678 (elf_machine_lazy_rel): Likewise.
16679
16680 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
16681
16682 [BZ #22638]
16683 * sysdeps/sparc/sparc32/start.S (_start): Check PIC instead of
16684 SHARED.
16685 * sysdeps/sparc/sparc64/start.S (_start): Likewise.
16686
16687 2018-02-05 Andreas Schwab <schwab@suse.de>
16688
16689 [BZ #22761]
16690 * assert/assert-perr.c (__assert_perror_fail): Append %n to format
16691 string.
16692
16693 2018-02-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
16694
16695 * stdlib/test-atexit-race-common.c [!defined PTHREAD_STACK_MIN]: Do
16696 not check against PTHREAD_STACK_MIN.
16697
16698 2018-02-02 Sean McKean <smckean83@gmail.com>
16699
16700 [BZ #22735]
16701 * time/time.h (clock): Reference CLOCKS_PER_SEC in comment.
16702
16703 2018-02-02 Florian Weimer <fweimer@redhat.com>
16704
16705 [BZ #22753]
16706 * sysdeps/posix/preadv2.c (preadv2): Handle offset == -1.
16707 * sysdeps/posix/preadv64v2.c (preadv64v2): Likewise.
16708 * sysdeps/posix/pwritev2.c (pwritev2): Likewise.
16709 * sysdeps/posix/pwritev64v2.c (pwritev64v2): Likweise.
16710 * sysdeps/unix/sysv/linux/preadv2.c (preadv2): Likewise.
16711 * sysdeps/unix/sysv/linux/preadv64v2.c (preadv64v2): Likewise.
16712 * sysdeps/unix/sysv/linux/pwritev2.c (pwritev2): Likewise.
16713 * sysdeps/unix/sysv/linux/pwritev64v2.c (pwritev64v2): Likweise.
16714 * manual/llio.texi (Scatter-Gather): Mention offset -1.
16715 * misc/tst-preadvwritev-common.c (do_test_without_offset): New.
16716 * misc/tst-preadvwritev2.c (do_test): Call it.
16717 * misc/tst-preadvwritev64v2.c (do_test): Likewise.
16718
16719 2018-02-02 Siddhesh Poyarekar <siddhesh@sourceware.org>
16720
16721 * sysdeps/aarch64/memcmp.S: Use L() macro for labels.
16722
16723 * benchtests/bench-memcmp.c: Print json instead of plain text.
16724
16725 * benchtests/bench-memcmp.c (do_test): Call realloc_buf for
16726 every test run.
16727
16728 2018-02-01 Joseph Myers <joseph@codesourcery.com>
16729
16730 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
16731 version to 4.15.
16732 (s390_sthyi): New syscall.
16733
16734 * sysdeps/generic/ldbl-classify-compat.h: New file.
16735 * sysdeps/arm/ldbl-classify-compat.h: Likewise.
16736 * sysdeps/m68k/coldfire/ldbl-classify-compat.h: Likewise.
16737 * sysdeps/microblaze/ldbl-classify-compat.h: Likewise.
16738 * sysdeps/mips/ldbl-classify-compat.h: Likewise.
16739 * sysdeps/nios2/ldbl-classify-compat.h: Likewise.
16740 * sysdeps/sh/ldbl-classify-compat.h: Likewise.
16741 * sysdeps/ieee754/dbl-64/s_finite.c: Include
16742 <ldbl-classify-compat.h>.
16743 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
16744 * sysdeps/ieee754/dbl-64/s_isinf.c: Include
16745 <ldbl-classify-compat.h>.
16746 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
16747 * sysdeps/ieee754/dbl-64/s_isnan.c: Include
16748 <ldbl-classify-compat.h>.
16749 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
16750 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Include
16751 <ldbl-classify-compat.h>.
16752 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
16753 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Include
16754 <ldbl-classify-compat.h>.
16755 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
16756 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Include
16757 <ldbl-classify-compat.h>.
16758 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
16759 * sysdeps/arm/math_private.h (LDBL_CLASSIFY_COMPAT): Remove macro.
16760 * sysdeps/mips/math_private.h (LDBL_CLASSIFY_COMPAT): Likewise.
16761 * sysdeps/m68k/coldfire/math_private.h: Remove file.
16762 * sysdeps/microblaze/math_private.h: Likewise.
16763 * sysdeps/nios2/math_private.h: Likewise.
16764 * sysdeps/sh/math_private.h: Likewise.
16765
16766 * sysdeps/m68k/coldfire/fpu/math_private.h: Move to ....
16767 * sysdeps/m68k/coldfire/math_private.h: ... here.
16768 * sysdeps/m68k/coldfire/nofpu/math_private.h: Remove file.
16769 * sysdeps/tile/math_private.h: Likewise.
16770 * sysdeps/microblaze/math_private.h (libc_feholdexcept_setround):
16771 Remove macro.
16772 * sysdeps/nios2/math_private.h (libc_feholdexcept_setround):
16773 Likewise.
16774
16775 * sysdeps/m68k/coldfire/nofpu/math_private.h (libc_fesetround):
16776 Remove macro.
16777 (libc_fetestexcept): Likewise.
16778 (libc_feupdateenv_test): Likewise.
16779 * sysdeps/microblaze/math_private.h (libc_fesetround): Likewise.
16780 (libc_fetestexcept): Likewise.
16781 (libc_feupdateenv_test): Likewise.
16782 * sysdeps/nios2/math_private.h (libc_fesetround): Likewise.
16783 (libc_fetestexcept): Likewise.
16784 (libc_feupdateenv_test): Likewise.
16785 * sysdeps/tile/math_private.h (libc_fesetround): Likewise.
16786 (libc_fetestexcept): Likewise.
16787 (libc_feupdateenv_test): Likewise.
16788
16789 * sysdeps/generic/math_private.h
16790 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (feholdexcept):
16791 New inline function.
16792 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (__feholdexcept):
16793 Likewise.
16794
16795 * include/fenv.h [!_ISOMAC && !FE_TONEAREST]: Give #error.
16796 [!_ISOMAC] (FE_HAVE_ROUNDING_MODES): New macro.
16797 * sysdeps/generic/math_private.h
16798 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (fegetenv): New
16799 inline function.
16800 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (__fegetenv):
16801 Likewise.
16802 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (fesetenv):
16803 Likewise.
16804 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (__fesetenv):
16805 Likewise.
16806 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (feupdateenv):
16807 Likewise.
16808 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (__feupdateenv):
16809 Likewise.
16810 [!FE_HAVE_ROUNDING_MODES] (fegetround): Likewise.
16811 [!FE_HAVE_ROUNDING_MODES] (__fegetround): Likewise.
16812 [!FE_HAVE_ROUNDING_MODES] (fesetround): Likewise.
16813 [!FE_HAVE_ROUNDING_MODES] (__fesetround): Likewise.
16814 * sysdeps/tile/math_private.h (fegetenv): Remove inline function.
16815 (__fegetenv): Likewise.
16816 (fesetenv): Likewise.
16817 (__fesetenv): Likewise.
16818 (feupdateenv): Likewise.
16819 (__feupdateenv): Likewise.
16820 (fegetround): Likewise.
16821 (__fegetround): Likewise.
16822 (fesetround): Likewise.
16823 (__fesetround): Likewise.
16824
16825 * sysdeps/generic/math_private.h [FE_ALL_EXCEPT == 0]
16826 (feraiseexcept): New macro.
16827 [FE_ALL_EXCEPT == 0] (__feraiseexcept): Likewise.
16828 * sysdeps/m68k/coldfire/nofpu/math_private.h (feraiseexcept):
16829 Remove macro.
16830 (__feraiseexcept): Likewise.
16831 (feclearexcept): Likewise.
16832 * sysdeps/microblaze/math_private.h (feraiseexcept): Likewise.
16833 (__feraiseexcept): Likewise.
16834 (feclearexcept): Likewise.
16835 * sysdeps/nios2/math_private.h (feraiseexcept): Likewise.
16836 (__feraiseexcept): Likewise.
16837 (feclearexcept): Likewise.
16838 * sysdeps/tile/math_private.h (feraiseexcept): Likewise.
16839 (__feraiseexcept): Likewise.
16840 (feclearexcept): Likewise.
16841 (fetestexcept): Likewise.
16842
16843 * sysdeps/m68k/coldfire/math-tests.h: New file.
16844
16845 * sysdeps/m68k/fpu/bits/fenv.h: Move to ....
16846 * sysdeps/m68k/bits/fenv.h: ... here.
16847 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_INEXACT): Do
16848 not define.
16849 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_DIVBYZERO):
16850 Likewise.
16851 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_UNDERFLOW):
16852 Likewise.
16853 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_OVERFLOW):
16854 Likewise.
16855 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_INVALID):
16856 Likewise.
16857 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_ALL_EXCEPT):
16858 Define to 0.
16859 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__]
16860 (__FE_UNDEFINED): New enum constant.
16861 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_TOWARDZERO):
16862 Do not define.
16863 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_DOWNWARD):
16864 Likewise.
16865 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_UPWARD):
16866 Likewise.
16867 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (fenv_t): Define
16868 to match generic bits/fenv.h.
16869 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_NOMASK_ENV):
16870 Do not define.
16871
16872 * soft-fp/double.h (union _FP_UNION_D): Do not use attribute
16873 packed on bits.
16874 * soft-fp/extended.h (union _FP_UNION_E): Likewise.
16875 * soft-fp/half.h (union _FP_UNION_H): Likewise.
16876 * soft-fp/quad.h (union _FP_UNION_Q): Likewise.
16877 * soft-fp/single.h (union _FP_UNION_S): Likewise.
16878
16879 2018-02-01 Carlos O'Donell <carlos@redhat.com>
16880 Ramin Seyed-Moussavi <lordrasmus@gmail.com>
16881 Joseph Myers <joseph@codesourcery.com>
16882
16883 [BZ #21314]
16884 * sysdeps/ieee754/dbl-64/s_log1p.c: Include <libc-diag.h>.
16885 (__log1p): Disable -Wmaybe-uninitialized for -Os around
16886 computation using c.
16887 * sysdeps/ieee754/flt-32/s_log1pf.c: Include <libc-diag.h>.
16888 (__log1pf): Disable -Wmaybe-uninitialized for -Os around
16889 computation using c.
16890
16891 2018-02-01 Dmitry V. Levin <ldv@altlinux.org>
16892
16893 * version.h (RELEASE): Set to "development".
16894 (VERSION): Set to "2.27.9000".
16895 * NEWS (2.28): New section.
16896
16897 * version.h (RELEASE): Set to "stable".
16898 (VERSION): Set to "2.27".
16899 * include/features.h (__GLIBC_MINOR__): Set to 2.27.
16900
16901 * NEWS: Add the list of bugs fixed in 2.27.
16902
16903 2018-02-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
16904
16905 * stdlib/test-atexit-race-common.c (do_test): Check stack size
16906 against PTHREAD_STACK_MIN.
16907
16908 2018-02-01 Dmitry V. Levin <ldv@altlinux.org>
16909
16910 * manual/contrib.texi (Palmer Dabbelt, Arjun Shankar, Florian Weimer):
16911 New entries.
16912 (Rafal Luzynski, Andreas Schwab): Update.
16913
16914 2018-02-01 Rafal Luzynski <digitalfreak@lingonborough.com>
16915
16916 [BZ #10871]
16917 * NEWS: List the languages which actually use the alternative
16918 months feature in this release. Also explain that "alt_mon" and
16919 "ab_alt_mon" are optional.
16920
16921 2018-01-31 Il'ya Malakhov <ilmalakhov@yandex.ru>
16922
16923 [BZ #22765]
16924 * crypt/badsalttest.c (do_test): Set cd.initialized to 0.
16925
16926 2018-01-31 Dmitry V. Levin <ldv@altlinux.org>
16927
16928 * manual/install.texi (Tools for Compilation): Update the newest
16929 versions of gcc, binutils, texinfo, gawk, bison, and sed.
16930 * INSTALL: Regenerated.
16931
16932 2018-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
16933
16934 * sysdeps/pthread/allocalim.h (__libc_use_alloca): Use __glibc_likely
16935 instead of __builtin_expect.
16936
16937 2018-01-30 Florian Weimer <fweimer@redhat.com>
16938
16939 * nss/bug17079.c (do_test): Use nss_files only for reading passwd
16940 data.
16941 * nss/tst-nss-getpwent.c (do_test): Likewise.
16942
16943 2018-01-30 Rafal Luzynski <digitalfreak@lingonborough.com>
16944
16945 [BZ #10871]
16946 * localedata/locales/hr_HR (mon): Rename to...
16947 (alt_mon): This.
16948 (mon): Import from CLDR (genitive case).
16949 (d_t_fmt): Update the comment.
16950
16951 2018-01-29 Andreas Schwab <schwab@linux-m68k.org>
16952
16953 * sysdeps/posix/fpathconf.c (__fpathconf): Verify the values of
16954 _POSIX_CHOWN_RESTRICTED, _POSIX_NO_TRUNC, _POSIX_VDISABLE.
16955 * sysdeps/posix/pathconf.c (__pathconf): Likewise.
16956
16957 2018-01-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
16958
16959 * mach/Versions: Fix version when __mach_host_self_ was added.
16960 * hurd/Versions: Fix version when _hurd_exec_paths was added.
16961 * sysdeps/mach/hurd/i386/ld.abilist: New file.
16962 * sysdeps/mach/hurd/i386/libBrokenLocale.abilist: New file.
16963 * sysdeps/mach/hurd/i386/libanl.abilist: New file.
16964 * sysdeps/mach/hurd/i386/libc.abilist: New file.
16965 * sysdeps/mach/hurd/i386/libcrypt.abilist: New file.
16966 * sysdeps/mach/hurd/i386/libdl.abilist: New file.
16967 * sysdeps/mach/hurd/i386/libm.abilist: New file.
16968 * sysdeps/mach/hurd/i386/libnsl.abilist: New file.
16969 * sysdeps/mach/hurd/i386/libresolv.abilist: New file.
16970 * sysdeps/mach/hurd/i386/librt.abilist: New file.
16971 * sysdeps/mach/hurd/i386/libutil.abilist: New file.
16972 * sysdeps/pthread/allocalim.h (__libc_use_alloca): Commute operands of
16973 || to respect codestyle.
16974 * libio/tst-memstream3.c (_FWRITE): Rename to FWRITE_FUNC.
16975 (do_test_bz20181): Rename accordingly.
16976 * malloc/malloc.c: Include <assert.h>.
16977 (assert): Do not define.
16978 [!defined NDEBUG] (__assert_fail): Define to __malloc_assert.
16979 * bits/fcntl.h: Fix comment for FREAD and FWRITE.
16980 * sysdeps/mach/hurd/bits/fcntl.h: Likewise.
16981 * sysdeps/mach/hurd/hp-timing.h: New file.
16982 * sysdeps/mach/hurd/i386/tlsdesc.sym: New file.
16983
16984 2018-01-29 Darius Rad <darius@bluespec.com>
16985
16986 * sysdeps/unix/sysv/linux/riscv/ipc_priv.h: New file.
16987
16988 2018-01-29 Palmer Dabbelt <palmer@sifive.com>
16989
16990 * sysdeps/init_array/crti.S (.section .init_array): Add
16991 PREINIT_FUNCTION when defined.
16992 * manual/math.texi: RISC-V supports _Float128 and _Float64x.
16993 * config.h.in: Regenerate.
16994 * manual/platform.texi: Add RISC-V documenation for
16995 __riscv_flush_icache.
16996 * sysdeps/riscv/__longjmp.S: New file.
16997 * sysdeps/riscv/backtrace.c: Likewise.
16998 * sysdeps/riscv/bits/endian.h: Likewise.
16999 * sysdeps/riscv/bits/setjmp.h: Likewise.
17000 * sysdeps/riscv/bits/wordsize.h: Likewise.
17001 * sysdeps/riscv/bsd-_setjmp.c: Likewise.
17002 * sysdeps/riscv/bsd-setjmp.c: Likewise.
17003 * sysdeps/riscv/dl-trampoline.S: Likewise.
17004 * sysdeps/riscv/gccframe.h: Likewise.
17005 * sysdeps/riscv/jmpbuf-offsets.h: Likewise.
17006 * sysdeps/riscv/jmpbuf-unwind.h: Likewise.
17007 * sysdeps/riscv/machine-gmon.h: Likewise.
17008 * sysdeps/riscv/memusage.h: Likewise.
17009 * sysdeps/riscv/setjmp.S: Likewise.
17010 * sysdeps/riscv/sys/asm.h: Likewise.
17011 * sysdeps/riscv/tls-macros.h: Likewise.
17012 * sysdeps/riscv/dl-tls.h: New file.
17013 * sysdeps/riscv/libc-tls.c: Likewise.
17014 * sysdeps/riscv/nptl/tcb-offsets.sym: Likewise.
17015 * sysdeps/riscv/nptl/tls.h: Likewise.
17016 * sysdeps/riscv/stackinfo.h: Likewise.
17017 * sysdeps/riscv/bits/fenv.h: New file.
17018 * sysdeps/riscv/e_sqrtl.c: Likewise.
17019 * sysdeps/riscv/fpu_control.h: Likewise.
17020 * sysdeps/riscv/math-tests.h: Likewise.
17021 * sysdeps/riscv/nofpu/Implies: Likewise.
17022 * sysdeps/riscv/sfp-machine.h: Likewise.
17023 * sysdeps/riscv/tininess.h: Likewise.
17024 * sysdeps/riscv/rv64/rvd/s_ceil.c: New file.
17025 * sysdeps/riscv/rv64/rvd/s_floor.c: Likewise.
17026 * sysdeps/riscv/rv64/rvd/s_llrint.c: Likewise.
17027 * sysdeps/riscv/rv64/rvd/s_llround.c: Likewise.
17028 * sysdeps/riscv/rv64/rvd/s_lrint.c: Likewise.
17029 * sysdeps/riscv/rv64/rvd/s_lround.c: Likewise.
17030 * sysdeps/riscv/rv64/rvd/s_nearbyint.c: Likewise.
17031 * sysdeps/riscv/rv64/rvd/s_rint.c: Likewise.
17032 * sysdeps/riscv/rv64/rvd/s_round.c: Likewise.
17033 * sysdeps/riscv/rv64/rvd/s_roundeven.c: Likewise.
17034 * sysdeps/riscv/rv64/rvd/s_trunc.c: Likewise.
17035 * sysdeps/riscv/rv64/rvf/s_llrintf.c: Likewise.
17036 * sysdeps/riscv/rv64/rvf/s_llroundf.c: Likewise.
17037 * sysdeps/riscv/rv64/rvf/s_lrintf.c: Likewise.
17038 * sysdeps/riscv/rv64/rvf/s_lroundf.c: Likewise.
17039 * sysdeps/riscv/rvd/e_sqrt.c: Likewise.
17040 * sysdeps/riscv/rvd/s_copysign.c: Likewise.
17041 * sysdeps/riscv/rvd/s_finite.c: Likewise.
17042 * sysdeps/riscv/rvd/s_fma.c: Likewise.
17043 * sysdeps/riscv/rvd/s_fmax.c: Likewise.
17044 * sysdeps/riscv/rvd/s_fmin.c: Likewise.
17045 * sysdeps/riscv/rvd/s_fpclassify.c: Likewise.
17046 * sysdeps/riscv/rvd/s_isinf.c: Likewise.
17047 * sysdeps/riscv/rvd/s_isnan.c: Likewise.
17048 * sysdeps/riscv/rvd/s_issignaling.c: Likewise.
17049 * sysdeps/riscv/rvf/e_sqrtf.c: Likewise.
17050 * sysdeps/riscv/rvf/fclrexcpt.c: Likewise.
17051 * sysdeps/riscv/rvf/fegetenv.c: Likewise.
17052 * sysdeps/riscv/rvf/fegetmode.c: Likewise.
17053 * sysdeps/riscv/rvf/fegetround.c: Likewise.
17054 * sysdeps/riscv/rvf/feholdexcpt.c: Likewise.
17055 * sysdeps/riscv/rvf/fesetenv.c: Likewise.
17056 * sysdeps/riscv/rvf/fesetexcept.c: Likewise.
17057 * sysdeps/riscv/rvf/fesetmode.c: Likewise.
17058 * sysdeps/riscv/rvf/fesetround.c: Likewise.
17059 * sysdeps/riscv/rvf/feupdateenv.c: Likewise.
17060 * sysdeps/riscv/rvf/fgetexcptflg.c: Likewise.
17061 * sysdeps/riscv/rvf/fraiseexcpt.c: Likewise.
17062 * sysdeps/riscv/rvf/fsetexcptflg.c: Likewise.
17063 * sysdeps/riscv/rvf/ftestexcept.c: Likewise.
17064 * sysdeps/riscv/rvf/get-rounding-mode.h: Likewise.
17065 * sysdeps/riscv/rvf/math_private.h: Likewise.
17066 * sysdeps/riscv/rvf/s_ceilf.c: Likewise.
17067 * sysdeps/riscv/rvf/s_copysignf.c: Likewise.
17068 * sysdeps/riscv/rvf/s_finitef.c: Likewise.
17069 * sysdeps/riscv/rvf/s_floorf.c: Likewise.
17070 * sysdeps/riscv/rvf/s_fmaf.c: Likewise.
17071 * sysdeps/riscv/rvf/s_fmaxf.c: Likewise.
17072 * sysdeps/riscv/rvf/s_fminf.c: Likewise.
17073 * sysdeps/riscv/rvf/s_fpclassifyf.c: Likewise.
17074 * sysdeps/riscv/rvf/s_isinff.c: Likewise.
17075 * sysdeps/riscv/rvf/s_isnanf.c: Likewise.
17076 * sysdeps/riscv/rvf/s_issignalingf.c: Likewise.
17077 * sysdeps/riscv/rvf/s_nearbyintf.c: Likewise.
17078 * sysdeps/riscv/rvf/s_rintf.c: Likewise.
17079 * sysdeps/riscv/rvf/s_roundevenf.c: Likewise.
17080 * sysdeps/riscv/rvf/s_roundf.c: Likewise.
17081 * sysdeps/riscv/rvf/s_truncf.c: Likewise.
17082 * sysdeps/riscv/nptl/bits/pthreadtypes-arch.h: New file.
17083 * sysdeps/riscv/nptl/bits/semaphore.h: Likewise.
17084 * sysdeps/riscv/nptl/libc-lowlevellock.c: Likewise.
17085 * sysdeps/unix/sysv/linux/riscv/atomic-machine.h: Likewise.
17086 * sysdeps/riscv/nptl/nptl-sysdep.S: New file.
17087 * sysdeps/unix/sysv/linux/riscv/arch-fork.h: Likewise.
17088 * sysdeps/unix/sysv/linux/riscv/clone.S: Likewise.
17089 * sysdeps/unix/sysv/linux/riscv/profil-counter.h: Likewise.
17090 * sysdeps/unix/sysv/linux/riscv/pt-vfork.S: Likewise.
17091 * sysdeps/unix/sysv/linux/riscv/syscall.c: Likewise.
17092 * sysdeps/unix/sysv/linux/riscv/sysdep.S: Likewise.
17093 * sysdeps/unix/sysv/linux/riscv/sysdep.h: Likewise.
17094 * sysdeps/unix/sysv/linux/riscv/vfork.S: Likewise.
17095 * sysdeps/riscv/nptl/pthread-offsets.h: New file.
17096 * sysdeps/riscv/nptl/pthreaddef.h: Likewise.
17097 * sysdeps/unix/sysv/linux/riscv/bits/fcntl.h: Likewise.
17098 * sysdeps/unix/sysv/linux/riscv/bits/mman.h: Likewise.
17099 * sysdeps/unix/sysv/linux/riscv/bits/sigcontext.h: Likewise.
17100 * sysdeps/unix/sysv/linux/riscv/dl-cache.h: Likewise.
17101 * sysdeps/unix/sysv/linux/riscv/flush-icache.c: Likewise.
17102 * sysdeps/unix/sysv/linux/riscv/getcontext.S: Likewise.
17103 * sysdeps/unix/sysv/linux/riscv/init-first.c: Likewise.
17104 * sysdeps/unix/sysv/linux/riscv/libc-vdso.h: Likewise.
17105 * sysdeps/unix/sysv/linux/riscv/makecontext.c: Likewise.
17106 * sysdeps/unix/sysv/linux/riscv/readelflib.c: Likewise.
17107 * sysdeps/unix/sysv/linux/riscv/register-dump.h: Likewise.
17108 * sysdeps/unix/sysv/linux/riscv/setcontext.S: Likewise.
17109 * sysdeps/unix/sysv/linux/riscv/sigcontextinfo.h: Likewise.
17110 * sysdeps/unix/sysv/linux/riscv/swapcontext.S: Likewise.
17111 * sysdeps/unix/sysv/linux/riscv/sys/cachectl.h: Likewise.
17112 * sysdeps/unix/sysv/linux/riscv/sys/procfs.h: Likewise.
17113 * sysdeps/unix/sysv/linux/riscv/sys/ucontext.h: Likewise.
17114 * sysdeps/unix/sysv/linux/riscv/sys/user.h: Likewise.
17115 * sysdeps/unix/sysv/linux/riscv/ucontext-macros.h: Likewise.
17116 * sysdeps/unix/sysv/linux/riscv/ucontext_i.sym: Likewise.
17117 * sysdeps/unix/sysv/linux/riscv/dl-static.c: New file.
17118 * sysdeps/unix/sysv/linux/riscv/ldconfig.h: Likewise.
17119 * sysdeps/unix/sysv/linux/riscv/ldsodefs.h: Likewise.
17120 * sysdeps/riscv/nofpu/libm-test-ulps: New file.
17121 * sysdeps/riscv/nofpu/libm-test-ulps-name: Likewise.
17122 * sysdeps/riscv/rv64/rvd/libm-test-ulps: Likewise.
17123 * sysdeps/riscv/rv64/rvd/libm-test-ulps-name: Likewise.
17124 * sysdeps/unix/sysv/linux/riscv/localplt.data: Likewise.
17125 * sysdeps/unix/sysv/linux/riscv/rv64/c++-types.data: Likewise.
17126 * sysdeps/unix/sysv/linux/riscv/rv64/ld.abilist: Likewise.
17127 * sysdeps/unix/sysv/linux/riscv/rv64/libanl.abilist: Likewise.
17128 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
17129 * sysdeps/unix/sysv/linux/riscv/rv64/libdl.abilist: Likewise.
17130 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
17131 * sysdeps/unix/sysv/linux/riscv/rv64/libnsl.abilist: Likewise.
17132 * sysdeps/unix/sysv/linux/riscv/rv64/librt.abilist: Likewise.
17133 * sysdeps/unix/sysv/linux/riscv/rv64/libutil.abilist: Likewise.
17134 * sysdeps/riscv/Implies: New file.
17135 * sysdeps/riscv/Makefile: Likewise.
17136 * sysdeps/riscv/configure: Likewise.
17137 * sysdeps/riscv/configure.ac: Likewise.
17138 * sysdeps/riscv/nptl/Makefile: Likewise.
17139 * sysdeps/riscv/preconfigure: Likewise.
17140 * sysdeps/riscv/rv64/Implies-after: Likewise.
17141 * sysdeps/riscv/rv64/rvd/Implies: Likewise.
17142 * sysdeps/riscv/rv64/rvf/Implies: Likewise.
17143 * sysdeps/unix/sysv/linux/riscv/Implies: Likewise.
17144 * sysdeps/unix/sysv/linux/riscv/Makefile: Likewise.
17145 * sysdeps/unix/sysv/linux/riscv/Versions: Likewise.
17146 * sysdeps/unix/sysv/linux/riscv/configure: Likewise.
17147 * sysdeps/unix/sysv/linux/riscv/configure.ac: Likewise.
17148 * sysdeps/unix/sysv/linux/riscv/ldd-rewrite.sed: Likewise.
17149 * sysdeps/unix/sysv/linux/riscv/rv64/Implies: Likewise.
17150 * sysdeps/unix/sysv/linux/riscv/rv64/Makefile: Likewise.
17151 * sysdeps/unix/sysv/linux/riscv/shlib-versions: Likewise.
17152 * scripts/build-many-glibcs.py (Context): Add RISC-V targets.
17153 (Config): Likewise.
17154
17155 2018-01-29 Florian Weimer <fweimer@redhat.com>
17156
17157 [BZ #22701]
17158 * include/rpcsvc/nislib.h (__nis_default_ttl): Add
17159 libnsl_hidden_proto.
17160 * include/rpcsvc/yp.h (yp_xdrall): Declare with
17161 libnsl_hidden_proto.
17162 * include/rpcsvc/ypclnt.h (yp_maplist): Likewise.
17163 * nis/Makefile (libnsl-routines): Add nss-default only for
17164 build-obsolete-nsl.
17165 * nis/nis_defaults.c (__nis_default_ttl): Add
17166 libnsl_hidden_nolink_def.
17167 * nis/rpcsvc/ypclnt.h (yp_maplist): Remove #ifdef'ed-out
17168 declaration.
17169 * nis/yp_xdr.c (xdr_ypall): Add libnsl_hidden_nolink_def.
17170 * nis/ypclnt.c (yp_maplist): Likewise.
17171
17172 2018-01-29 Romain Naour <romain.naour@gmail.com> (tiny change)
17173
17174 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17175 (__ASSUME_COPY_FILE_RANGE) [__LINUX_KERNEL_VERSION < 0x040A00]: Undef.
17176
17177 2018-01-29 Joseph Myers <joseph@codesourcery.com>
17178
17179 * scripts/build-many-glibcs.py (Context.git_checkout): Use git
17180 clean -dxfq for git updates when replacing sources.
17181
17182 * scripts/build-many-glibcs.py (Config.build_gcc): Use
17183 --disable-libcilkrts unconditionally, not just for the final GCC
17184 build for Hurd.
17185
17186 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
17187 version to 4.15.
17188
17189 2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
17190
17191 [BZ #10871]
17192 * localedata/locales/lt_LT (alt_mon): Import from CLDR (nominative
17193 case).
17194
17195 2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
17196
17197 [BZ #10871]
17198 * localedata/locales/be_BY (mon): Rename to...
17199 (alt_mon): This, then synchronize with CLDR (nominative case).
17200 (abmon): Rename to...
17201 (ab_alt_mon): This, then synchronize with CLDR (nominative case).
17202 (mon): Import from CLDR (genitive case).
17203 (abmon): Likewise.
17204 * localedata/locales/be_BY@latin (mon): Rename to...
17205 (alt_mon): This.
17206 (mon): Add, proper genitive forms provided by Viktar Siarheichyk.
17207
17208 * localedata/locales/be_BY@latin (lang_name): Reworded to
17209 "biełaruskaja mova".
17210
17211 2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
17212
17213 [BZ #10871]
17214 * localedata/locales/el_CY (mon): Renamed to...
17215 (alt_mon): This.
17216 (mon): Import from CLDR (genitive case).
17217 * localedata/locales/el_GR: Likewise.
17218
17219 2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
17220
17221 [BZ #10871]
17222 * localedata/locales/ru_RU (mon): Rename to...
17223 (alt_mon): This.
17224 (abmon): Rename to...
17225 (ab_alt_mon): This.
17226 (mon): Import from CLDR (genitive case).
17227 (abmon): Copy from the old content except the 5th month which is
17228 now in the genitive case, even when abbreviated.
17229 * localedata/locales/ru_UA: Likewise.
17230 * time/tst-strptime.c (day_tests): Add an actual example of
17231 a difference between %b and %Ob in Russian.
17232
17233 2018-01-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
17234
17235 * sysdeps/mach/hurd/xmknodat.c: Include <sys/sysmacros.h>.
17236 * sysdeps/mach/hurd/profil.c: Reuse `a' variable instead of introducing
17237 a `c' variable.
17238 * resolv/res-close.c: Include <stdlib.h>.
17239 * sysdeps/generic/not-cancel.h: Include <fcntl.h>, <unistd.h>,
17240 <sys/wait.h>, <time.h>, <sys/uio.h>.
17241 (NOT_CANCEL_H): Add inclusion guard.
17242 * sysdeps/generic/sigset-cvt-mask.h: Include <sigsetops.h>.
17243 * sysdeps/generic/sigsetops.h (__sigemptyset, __sigfillset,
17244 __sigandset, __sigorset, __sigaddset, __sigdelset): Make them really
17245 return 0.
17246 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Cast
17247 vm_address_t * to ElfW(Addr) * for dl_main parameter.
17248 * sysdeps/pthread/posix-timer.h (timer_ptr2id): Cast to timer_t
17249 instead of void *.
17250 * sysdeps/pthread/timer_create.c (timer_create): Do not use
17251 timer_ptr2id to cast struct timer_node * to void *.
17252 * scripts/build-many-glibcs.py [os == gnu] (build_gcc): Pass
17253 --disable-libcilkrts to gcc configure.
17254 (checkout_vcs): Add mig and gnumach repository URLs, run autoreconf,
17255 and make them the default for now.
17256 * sysdeps/mach/hurd/Makefile [$(subdir)==nis]: Add
17257 -DUSE_BINDINGDIR=1 to CFLAGS-ypclnt.c.
17258 * mach/Machrules (MIGFLAGS): Do not set -DMACH_IPC_COMPAT=0.
17259 * mach/mach/mach_traps.h: Drop comment about MACH_IPC_COMPAT.
17260 * sysdeps/mach/hurd/fork.c (__fork): Drop special casing
17261 MACH_IPC_COMPAT.
17262 * sysdeps/mach/hurd/dl-sysdep.c (_exit): Call LOSE and abort() if
17263 __task_terminate would ever return successfully.
17264 * sysdeps/mach/hurd/profil.c (special_profil_failure): Move variable
17265 to global scope.
17266 * sysdeps/mach/pagecopy.h (PAGE_THRESHOLD): Rename to
17267 PAGE_COPY_THRESHOLD and set to benchmarked 16384.
17268 * sysdeps/mach/hurd/getresgid.c (__getresgid): Set result from
17269 critical section to make code simpler and avoid warning.
17270 * sysdeps/mach/hurd/getresuid.c (__getresuid): Set result from
17271 critical section to make code simpler and avoid warning.
17272 * sysdeps/mach/hurd/spawni.c (__spawni): Make relpath and abspath
17273 const char * instead of char *.
17274 * hurd/hurd/lookup.h (__hurd_file_name_lookup, hurd_file_name_lookup,
17275 __hurd_file_name_split, hurd_file_name_split,
17276 __hurd_directory_name_split, hurd_directory_name_split,
17277 __hurd_file_name_lookup_retry, hurd_file_name_lookup_retry,
17278 hurd_file_name_path_lookup): Make lookup function parameter take a
17279 const char *name instead of char *name.
17280 * hurd/hurdlookup.c (__hurd_file_name_lookup, __hurd_file_name_split,
17281 __hurd_directory_name_split): Likewise.
17282 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Likewise.
17283 * hurd/path-lookup.c (hurd_file_name_path_lookup): Likewise.
17284 * sysdeps/mach/hurd/check_native.c: New file.
17285 * sysdeps/mach/hurd/check_pf.c: New file.
17286 * nscd/gai.c (__getifaddrs): Define macro to getifaddrs.
17287 (__freeifaddrs): Define macro to freeifaddrs.
17288 * sysdeps/mach/hurd/libhurduser.abilist: New file.
17289 * sysdeps/mach/libmachuser.abilist: New file.
17290 * libio/tst-memstream3.c (FWRITE): Rename to _FWRITE.
17291 (do_test_bz20181): Rename accordingly.
17292 * libio/tst-wmemstream3.c (FWRITE): Rename accordingly.
17293 * io/tst-copy_file_range.c [!defined CLONE_NEWNS]: Do not include
17294 <sys/mount.h>.
17295 * hurd/hurd.h (__hurd_fail): Always declare function, and provide inline
17296 version only if __USE_EXTERN_INLINES is defined.
17297 * hurd/hurd/fd.h (_hurd_fd_error_signal, _hurd_fd_error, __hurd_dfail,
17298 __hurd_sockfail): Likewise.
17299 (_hurd_fd_get): Always declare functions, and provide inline versions
17300 only if __USE_EXTERN_INLINES and _LIBC are defined and IS_IN(libc).
17301 * hurd/hurd/port.h (_hurd_port_init, _hurd_port_locked_get,
17302 _hurd_port_get, _hurd_port_free, _hurd_port_locked_set,
17303 _hurd_port_set): Always declare functions, and provide inline versions
17304 only if __USE_EXTERN_INLINES and _LIBC are defined and
17305 IS_IN(libc).
17306 * hurd/hurd/signal.h (_hurd_self_sigstate, _hurd_critical_section_lock,
17307 _hurd_critical_section_unlock): Likewise.
17308 * hurd/hurd/threadvar.h (__hurd_threadvar_location_from_sp,
17309 * __hurd_threadvar_location): Likewise.
17310 * hurd/hurd/userlink.h (_hurd_userlink_link, _hurd_userlink_unlink,
17311 _hurd_userlink_clear): Likewise.
17312 * mach/lock-intern.h (__spin_lock_init, __spin_lock, __mutex_lock,
17313 __mutex_unlock, __mutex_trylock): Always declare functions, and provide
17314 inline versions only if __USE_EXTERN_INLINES and _LIBC are defined.
17315 * mach/mach/mig_support.h (__mig_strncpy): Likewise.
17316 * sysdeps/generic/machine-lock.h (__spin_unlock, __spin_try_lock,
17317 __spin_lock_locked): Likewise.
17318 * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock,
17319 __spin_lock_locked): Likewise.
17320 * mach/spin-lock.c (__USE_EXTERN_INLINES): Define to 1.
17321 * hurd/Versions (libc: GLIBC_2.27): Add _hurd_fd_error_signal,
17322 _hurd_fd_error, __hurd_dfail, __hurd_sockfail, _hurd_port_locked_set,
17323 __hurd_threadvar_location_from_sp, __hurd_threadvar_location,
17324 _hurd_userlink_link, _hurd_userlink_unlink, _hurd_userlink_clear.
17325 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_CHOWN_RESTRICTED,
17326 _POSIX_NO_TRUNC): Define to 0.
17327 * sysdeps/pthread/allocalim.h [!defined PTHREAD_STACK_MIN]: Do not
17328 check size against PTHREAD_STACK_MIN.
17329 * hurd/hurd/signal.h [__USE_EXTERN_INLINES][_LIBC][IS_IN(libc) ||
17330 IS_IN(libpthread)]: Include <sigsetops.h>.
17331 * mach/Makefile (user-interfaces): Add mach/gnumach.
17332 * sysdeps/mach/configure.ac (mach_interface_list): Add gnumach.
17333 * sysdeps/mach/configure (mach_interface_list): Regenerate.
17334 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_VDISABLE): Set to '\0'
17335 instead of invalid -1.
17336 * sysdeps/mach/hurd/net/ethernet.h: Include <stdint.h>.
17337 * sysdeps/mach/hurd/net/if_arp.h: Include <stdint.h>.
17338 * sysdeps/mach/hurd/net/if_ppp.h: Do not include non-existing
17339 <net/ppp_defs.h>.
17340
17341 2018-01-27 Thomas Schwinge <tschwinge@gnu.org>
17342
17343 * hurd/fcntl-internal.h: New file.
17344
17345 2018-01-27 James Clarke <jrtc27@jrtc27.com>
17346
17347 * sysdeps/hppa/fpu/libm-test-ulps: Update.
17348
17349 * sysdeps/alpha/fpu/libm-test-ulps: Update.
17350
17351 2018-01-26 Andreas Schwab <schwab@linux-m68k.org>
17352
17353 [BZ #22701]
17354 * nis/Makefile (libnsl-inhibit-o) [$(build-obsolete-nsl) != yes]:
17355 Build only shared objects.
17356
17357 2018-01-26 Carlos O'Donell <carlos@redhat.com>
17358
17359 * README: Update for hppa.
17360
17361 2018-01-26 Patrick McGehearty <patrick.mcgehearty@oracle.com>
17362
17363 * sysdeps/sparc/fpu/libm-test-ulps: Update
17364 cpow, ctan, ctanh, j0, j1, y0, yn ulps.
17365
17366 2018-01-26 Carlos O'Donell <carlos@redhat.com>
17367
17368 Revert:
17369
17370 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
17371
17372 [BZ #22563]
17373 * sysdeps/i386/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
17374 * sysdeps/i386/nptl/tls.h (tcbhead_t): Add feature_1.
17375 * sysdeps/x86_64/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
17376 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Rename __glibc_unused1
17377 to feature_1.
17378
17379 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
17380
17381 [BZ #22563]
17382 * bits/types/__cancel_jmp_buf_tag.h: New file.
17383 * sysdeps/unix/sysv/linux/x86/bits/types/__cancel_jmp_buf_tag.h
17384 * sysdeps/unix/sysv/linux/x86/pthreaddef.h: Likewise.
17385 * sysdeps/unix/sysv/linux/x86/nptl/pthreadP.h: Likewise.
17386 * nptl/Makefile (headers): Add
17387 bits/types/__cancel_jmp_buf_tag.h.
17388 * nptl/descr.h [NEED_SAVED_MASK_IN_CANCEL_JMP_BUF]
17389 (pthread_unwind_buf): Add saved_mask to cancel_jmp_buf.
17390 * sysdeps/nptl/pthread.h: Include
17391 <bits/types/__cancel_jmp_buf_tag.h>.
17392 (__pthread_unwind_buf_t): Use struct __cancel_jmp_buf_tag with
17393 __cancel_jmp_buf.
17394 * sysdeps/unix/sysv/linux/hppa/pthread.h: Likewise.
17395
17396 2018-01-25 Rafal Luzynski <digitalfreak@lingonborough.com>
17397
17398 [BZ #10871]
17399 * localedata/locales/uk_UA (mon): Renamed to...
17400 (alt_mon): This.
17401 (alt_digits): "0" removed and then renamed to...
17402 (mon): This.
17403 (date_fmt): Definition changed not to use the alternative
17404 digits hack.
17405
17406 2018-01-25 Palmer Dabbelt <palmer@sifive.com>
17407
17408 * elf/cache.c (print_entry): Add FLAG_RISCV_FLOAT_ABI_SOFT and
17409 FLAG_RISCV_FLOAT_ABI_DOUBLE.
17410 * elf/elf.h (EF_RISCV_RVC): New define.
17411 (EF_RISCV_FLOAT_ABI): Likewise.
17412 (EF_RISCV_FLOAT_ABI_SOFT): Likewise.
17413 (EF_RISCV_FLOAT_ABI_SINGLE): Likewise.
17414 (EF_RISCV_FLOAT_ABI_DOUBLE): Likewise.
17415 (EF_RISCV_FLOAT_ABI_QUAD): Likewise.
17416 * sysdeps/generic/ldconfig.h (FLAG_RISCV_FLOAT_ABI_SOFT): New
17417 define.
17418 (FLAG_RISCV_FLOAT_ABI_DOUBLE): Likewise.
17419
17420 2018-01-25 Andreas Schwab <schwab@suse.de>
17421
17422 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): Consistently put arguments in
17423 single quotes.
17424 * sysdeps/gnu/configure: Regenerate.
17425 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerate.
17426 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
17427 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
17428 * sysdeps/unix/sysv/linux/s390/s390-64/configure: Regenerate.
17429 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: Regenerate.
17430 * sysdeps/unix/sysv/linux/tile/configure: Regenerate.
17431 * sysdeps/unix/sysv/linux/x86_64/64/configure: Regenerate.
17432 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Regenerate.
17433
17434 2018-01-25 Samuel Thibault <samuel.thibault@ens-lyon.org>
17435
17436 * scripts/build-many-glibcs.py (checkout_vcs): Add hurd repository
17437 URL, and run autoconf, make it the default for now.
17438
17439 2018-01-24 Joseph Myers <joseph@codesourcery.com>
17440
17441 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
17442 soft-float ColdFire configuration.
17443
17444 * sysdeps/unix/sysv/linux/m68k/localplt.data: Move to ....
17445 * sysdeps/unix/sysv/linux/m68k/m680x0/localplt.data: ... here.
17446 * sysdeps/unix/sysv/linux/m68k/coldfire/localplt.data: New file.
17447
17448 * sysdeps/m68k/coldfire/nofpu/math_private.h: New file. Based on
17449 MicroBlaze file.
17450
17451 * sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h: Move to
17452 ....
17453 * sysdeps/unix/sysv/linux/m68k/coldfire/fpu/jmp_buf-macros.h:
17454 ... here.
17455 * sysdeps/unix/sysv/linux/m68k/coldfire/nofpu/jmp_buf-macros.h:
17456 New file.
17457
17458 * sysdeps/unix/sysv/linux/m68k/jmp_buf-macros.h: Move to ....
17459 * sysdeps/unix/sysv/linux/m68k/m680x0/jmp_buf-macros.h: ... here.
17460 * sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h: New
17461 file.
17462
17463 2018-01-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
17464
17465 [BZ #22742]
17466 * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h (__glibc_reserved1):
17467 Rename to __reserved and add comment.
17468 * sysdeps/unix/sysv/linux/aarch64/ucontext_i.sym (__glibc_reserved1):
17469 Rename to __reserved.
17470
17471 2018-01-24 Joseph Myers <joseph@codesourcery.com>
17472
17473 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
17474 i686-gnu configurations.
17475 (Context.run_builds): Include mig, gnumach and hurd in components
17476 considered.
17477 (Context.checkout): Add mig, gnumach and hurd to components.
17478 (Context.checkout_tar): Add URL mappings for mig, gnumach and
17479 hurd.
17480 (Context.bot_cycle): Check for changes to mig, gnumach and hurd.
17481 (Config.build): Install gnumach headers, build mig and install
17482 hurd headers for 'gnu' OS.
17483 (Config.install_gnumach_headers): New function.
17484 (Config.install_hurd_headers): Likewise.
17485 (Glibc.build_glibc): Do not use /usr for 'gnu' OS. Specifiy MIG
17486 when building for 'gnu' OS.
17487
17488 2018-01-23 Tobias Klauser <tklauser@distanz.ch>
17489
17490 * manual/tunables.texi (Hardware Capability Tunables): Fix
17491 spelling.
17492
17493 2018-01-22 Rical Jasan <ricaljasan@pacific.net>
17494
17495 * manual/locale.texi (ALTMON_1, ALTMON_2, ALTMON_3, ALTMON_4)
17496 (ALTMON_5, ALTMON_6, ALTMON_7, ALTMON_8, ALTMON_9, ALTMON_10)
17497 (ALTMON_11, ALTMON_12): Improve documentation.
17498 * manual/time.texi (strftime): Likewise.
17499
17500 2018-01-22 Rafal Luzynski <digitalfreak@lingonborough.com>
17501
17502 [BZ #10871]
17503 * localedata/locales/pl_PL: Alternative month names added,
17504 primary month names are genitive now.
17505 * time/tst-strptime.c (day_tests): Actually use a genitive case
17506 of a month name in Polish language.
17507
17508 2018-01-22 Rafal Luzynski <digitalfreak@lingonborough.com>
17509
17510 [BZ #10871]
17511 * manual/locale.texi: Document ALTMON_1..12 constants for
17512 nl_langinfo. Specify when to use ALTMON instead of MON.
17513 * manual/time.texi (strftime, strptime): Document GNU extension
17514 permitting O modifier with %B and %b. Specify when to use
17515 %OB instead of %B.
17516
17517 2018-01-22 Rafal Luzynski <digitalfreak@lingonborough.com>
17518
17519 [BZ #10871]
17520 * locale/C-time.c (_nl_C_LC_TIME): Add abbreviated alternative month
17521 names, define them as the same as abbreviated month names explicitly.
17522 * locale/categories.def (LC_TIME): Add ab_alt_mon and wide-ab_alt_mon.
17523 * locale/langinfo.h: (_NL_ABALTMON_1, _NL_ABALTMON_2, _NL_ABALTMON_3,
17524 _NL_ABALTMON_4, _NL_ABALTMON_5, _NL_ABALTMON_6, _NL_ABALTMON_7,
17525 _NL_ABALTMON_8, _NL_ABALTMON_9, _NL_ABALTMON_10, _NL_ABALTMON_11,
17526 _NL_ABALTMON_12, _NL_WABALTMON_1, _NL_WABALTMON_2, _NL_WABALTMON_3,
17527 _NL_WABALTMON_4, _NL_WABALTMON_5, _NL_WABALTMON_6, _NL_WABALTMON_7,
17528 _NL_WABALTMON_8, _NL_WABALTMON_9, _NL_WABALTMON_10, _NL_WABALTMON_11,
17529 _NL_WABALTMON_12): New enum constants.
17530 * locale/programs/ld-time.c (struct locale_time_t): Add ab_alt_mon,
17531 wab_alt_mon, and ab_alt_mon_defined members.
17532 (time_output): Output ab_alt_mon and wab_alt_mon members.
17533 (time_read): Read them, initialize them as copies of abmon and wabmon
17534 respectively if they are missing, initialize ab_alt_mon_defined.
17535 * locale/programs/locfile-kw.gperf (ab_alt_mon): Define.
17536 * locale/programs/locfile-kw.h: Regenerate.
17537 * locale/programs/locfile-token.h (tok_ab_alt_mon): New enum constant.
17538 * time/Makefile [$(run-built-tests) = yes] (LOCALES): Add es_ES.UTF-8
17539 and ru_RU.UTF-8.
17540 * time/strftime_l.c (a_altmonth, aam_len): New macros.
17541 [!COMPILE_WIDE] (ABALTMON_1): New macro.
17542 (__strftime_internal): Handle %Ob and %Oh formats.
17543 * time/strptime_l.c [_LIBC] (ab_alt_month_name): New macro.
17544 (__strptime_internal): Handle %Ob and %Oh formats.
17545 * time/tst-strptime.c (day_tests): Add more tests to parse different
17546 forms of month names including the new %Ob format specifier.
17547
17548 2018-01-22 Rafal Luzynski <digitalfreak@lingonborough.com>
17549
17550 [BZ #10871]
17551 * locale/C-time.c (_nl_C_LC_TIME): Add alternative month names,
17552 define them as the same as primary full month names explicitly.
17553 * locale/categories.def (LC_TIME): Add alt_mon and wide-alt_mon.
17554 * locale/langinfo.h (__ALTMON_1, __ALTMON_2, __ALTMON_3, __ALTMON_4,
17555 __ALTMON_5, __ALTMON_6, __ALTMON_7, __ALTMON_8, __ALTMON_9, __ALTMON_10,
17556 __ALTMON_11, __ALTMON_12, _NL_WALTMON_1, _NL_WALTMON_2, _NL_WALTMON_3,
17557 _NL_WALTMON_4, _NL_WALTMON_5, _NL_WALTMON_6, _NL_WALTMON_7,
17558 _NL_WALTMON_8, _NL_WALTMON_9, _NL_WALTMON_10, _NL_WALTMON_11,
17559 _NL_WALTMON_12): New enum constants.
17560 [__USE_GNU] (ALTMON_1, ALTMON_2, ALTMON_3, ALTMON_4, ALTMON_5, ALTMON_6,
17561 ALTMON_7, ALTMON_8, ALTMON_9, ALTMON_10, ALTMON_11, ALTMON_12): New
17562 macros.
17563 * locale/programs/ld-time.c (struct locale_time_t): Add alt_mon,
17564 walt_mon, and alt_mon_defined members.
17565 (time_output): Output alt_mon and walt_mon members.
17566 (time_read): Read them, initialize them as copies of mon and wmon
17567 respectively if they are missing, initialize alt_mon_defined.
17568 * locale/programs/locfile-kw.gperf (alt_mon): Define.
17569 * locale/programs/locfile-kw.h: Regenerate.
17570 * locale/programs/locfile-token.h (tok_alt_mon): New enum constant.
17571 * localedata/tst-langinfo.c (map): Add tests for the new constants
17572 ALTMON_1 .. ALTMON_12.
17573 * time/Makefile [$(run-built-tests) = yes] (LOCALES): Add fr_FR.UTF-8
17574 and pl_PL.UTF-8.
17575 * time/strftime_l.c (f_altmonth): New macro.
17576 (__strftime_internal): Handle %OB format.
17577 * time/strptime_l.c [_LIBC] (alt_month_name): New macro.
17578 (__strptime_internal): Handle %OB format.
17579 * time/tst-strptime.c (day_tests): Add tests to parse different forms
17580 of month names including the new %OB format specifier.
17581
17582 2018-01-19 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
17583
17584 [BZ #22685]
17585 * sysdeps/powerpc/powerpc32/sysdep.h (ABORT_TRANSACTION_IMPL): Renamed
17586 from ABORT_TRANSACTION.
17587 (ABORT_TRANSACTION): Redirect to ABORT_TRANSACTION_IMPL.
17588 * sysdeps/powerpc/powerpc64/sysdep.h (ABORT_TRANSACTION,
17589 ABORT_TRANSACTION_IMPL): Likewise.
17590 * sysdeps/unix/sysv/linux/powerpc/not-errno.h: New file. Reuse
17591 Linux code, but remove the code that aborts transactions.
17592
17593 2018-01-19 Samuel Thibault <samuel.thibault@ens-lyon.org>
17594
17595 * sysdeps/generic/netinet/if_ether.h: Include <stdint.h>.
17596
17597 2018-01-19 Rafal Luzynski <digitalfreak@lingonborough.com>
17598
17599 * localedata/locales/gu_IN (LC_IDENTIFICATION): Fix an obvious typo
17600 in date: "2004-14-09" should be "2004-09-14".
17601 * localedata/locales/lo_LA: Fix an obvious typo in date in the header:
17602 "2003-15-09" should be "2003-09-15".
17603
17604 2018-01-18 Arjun Shankar <arjun@redhat.com>
17605
17606 [BZ #22343]
17607 [BZ #22774]
17608 CVE-2018-6485
17609 CVE-2018-6551
17610 * malloc/malloc.c (checked_request2size): call REQUEST_OUT_OF_RANGE
17611 after padding.
17612 (_int_memalign): check for integer overflow before calling
17613 _int_malloc.
17614 * malloc/tst-malloc-too-large.c: New test.
17615 * malloc/Makefile: Add tst-malloc-too-large.
17616
17617 2018-01-18 Rafal Luzynski <digitalfreak@lingonborough.com>
17618
17619 * localedata/locales/bho_NP (LC_IDENTIFICATION): Fix an obvious typo
17620 in date: "2017-24-07" should be "2017-07-24".
17621 * localedata/locales/mai_IN: Likewise.
17622 * localedata/locales/mai_NP: Likewise.
17623
17624 2018-01-17 Dmitry V. Levin <ldv@altlinux.org>
17625
17626 * po/ru.po: Update translations.
17627
17628 2018-01-17 Joseph Myers <joseph@codesourcery.com>
17629
17630 [BZ #22719]
17631 * sysdeps/hppa/backtrace.c: New file.
17632
17633 2018-01-17 H.J. Lu <hongjiu.lu@intel.com>
17634
17635 [BZ #22715]
17636 * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_profile): Properly
17637 align La_x86_64_retval to VEC_SIZE.
17638
17639 2018-01-16 Joseph Myers <joseph@codesourcery.com>
17640
17641 * sysdeps/x86_64/backtrace.c: Include <gnu/lib-names.h>.
17642 (init): Use LIBGCC_S_SO not hardcoded "libgcc_s.so.1".
17643
17644 2018-01-16 Florian Weimer <fweimer@redhat.com>
17645
17646 * nptl/Makefile [$(have-cxx-thread_local)] (tests-unsupported):
17647 Move tst-thread-exit-clobber ...
17648 [$(CXX)] (tests-unsupported): ... to here.
17649
17650 2018-01-16 Szabolcs Nagy <szabolcs.nagy@arm.com>
17651
17652 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_SHA3): Define.
17653 (HWCAP_SM3, HWCAP_SM4, HWCAP_ASIMDDP, HWCAP_SHA512, HWCAP_SVE): Define.
17654 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c
17655 (_dl_aarch64_cap_flags): Update.
17656 (_DL_HWCAP_COUNT): Update.
17657
17658 2018-01-16 Szabolcs Nagy <szabolcs.nagy@arm.com>
17659
17660 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
17661 (_DL_HWCAP_LAST): Remove.
17662 (_DL_HWCAP_COUNT): Move to ...
17663 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c
17664 (_DL_HWCAP_COUNT): ... here.
17665
17666 2018-01-16 Florian Weimer <fweimer@redhat.com>
17667
17668 * nptl/Makefile (CFLAGS-tst-minstack-throw.o): Compile in C++11
17669 mode with GNU extensions.
17670
17671 2018-01-15 Alan Hayward <alan.hayward@arm.com>
17672
17673 * elf/elf.h (NT_ARM_SVE): Define.
17674
17675 2018-01-15 Florian Weimer <fweimer@redhat.com>
17676
17677 [BZ #22636]
17678 * nptl/tst-minstack-throw.cc: New file.
17679 * nptl/Makefile (tests): Add tst-minstack-throw.
17680 (LDLIBS-tst-minstack-throw): Link with libstdc++.
17681 [!CXX] (tests-unsupported): Add tst-minstack-throw.
17682
17683 2018-01-15 Joseph Myers <joseph@codesourcery.com>
17684
17685 * scripts/build-many-glibcs.py (Context.checkout): Default
17686 binutils version to 2.30 branch, MPFR version to 4.0.0 and MPC
17687 version to 1.1.0.
17688
17689 2018-01-13 Carlos O'Donell <carlos@redhat.com>
17690
17691 [BZ #22707]
17692 * elf/elf.h (DF_1_STUB): Define.
17693 (DF_1_PIE): Define.
17694
17695 2018-01-12 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
17696
17697 [BZ #22697]
17698 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
17699 Do not add 0.5 to integer or out-of-range arguments.
17700
17701 2018-01-12 Dmitry V. Levin <ldv@altlinux.org>
17702
17703 * po/bg.po: Update translations.
17704 * po/cs.po: Likewise.
17705 * po/de.po: Likewise.
17706 * po/ko.po: Likewise.
17707 * po/pl.po: Likewise.
17708 * po/sv.po: Likewise.
17709 * po/uk.po: Likewise.
17710 * po/vi.po: Likewise.
17711
17712 2018-01-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
17713
17714 * aarch64/start.S (_start): Use __wrap_main.
17715 (__wrap_main): New local symbol.
17716
17717 2018-01-12 Dmitry V. Levin <ldv@altlinux.org>
17718
17719 [BZ #22679]
17720 CVE-2018-1000001
17721 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Fall back to
17722 generic_getcwd if the path returned by getcwd syscall is not absolute.
17723 * io/tst-getcwd-abspath.c: New test.
17724 * io/Makefile (tests): Add tst-getcwd-abspath.
17725
17726 2018-01-12 Istvan Kurucsai <pistukem@gmail.com>
17727
17728 * malloc/malloc.c (malloc_consolidate): Add size check.
17729
17730 2018-01-12 Florian Weimer <fweimer@redhat.com>
17731
17732 * support/write_message.c (write_message): Preserve errno.
17733 * support/check.c (print_failure): Likewise.
17734 * support/support_test_verify_impl.c (support_test_verify_impl):
17735 Likewise.
17736 * support/support_test_compare_failure.c
17737 (support_test_compare_failure): Likewise.
17738
17739 2018-01-12 Florian Weimer <fweimer@redhat.com>
17740
17741 [BZ #22701]
17742 * nis/Makefile (install-lib-ldscripts, $(inst_libdir)/libnsl.so):
17743 Prevent installation of libnsl.so.
17744 (libnsl-inhibit-o): Do not build (or install) static libraries.
17745
17746 2018-01-12 Egmont Koblinger <egmont@gmail.com>
17747
17748 [BZ #22657]
17749 * localedata/locales/hu_HU (d_t_fmt): Avoid a leading space
17750 before the day number which may produce a double space.
17751 (date_fmt): Likewise.
17752
17753 2018-01-12 Joseph Myers <joseph@codesourcery.com>
17754
17755 * sysdeps/s390/fpu/feholdexcpt.c (__feholdexcept): Call __fegetenv
17756 instead of fegetenv.
17757
17758 2018-01-11 Joseph Myers <joseph@codesourcery.com>
17759
17760 [BZ #22702]
17761 * sysdeps/generic/math_private.h (libc_feresetround_noex): Update
17762 comment to say exceptions are discarded.
17763 (libc_feholdsetround_noex_ctx): Use __feholdexcept instead of
17764 __fegetenv.
17765 (SET_RESTORE_ROUND_NOEX): Update comment to say non-stop mode must
17766 be enabled.
17767
17768 2018-01-11 Florian Weimer <fweimer@redhat.com>
17769
17770 * sysdeps/gnu/unwind-resume.c (__libgcc_s_init): Update comment
17771 and error message.
17772
17773 2018-01-11 Florian Weimer <fweimer@redhat.com>
17774
17775 [BZ #22636]
17776 * nptl/Makefile (tests): Add tst-minstack-cancel, tst-minstack-exit.
17777 * nptl/tst-minstack-cancel.c, nptl/tst-minstack-exit.c: New files.
17778
17779 2018-01-10 Joseph Myers <joseph@codesourcery.com>
17780
17781 [BZ #22693]
17782 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Handle
17783 negative arguments in test for NaN or infinity argument.
17784
17785 2018-01-10 Dmitry V. Levin <ldv@altlinux.org>
17786
17787 * po/libc.pot: Regenerate.
17788
17789 2018-01-10 Florian Weimer <fweimer@redhat.com>
17790
17791 [BZ #22636]
17792 * sysdeps/nptl/unwind-forcedunwind.c (pthread_cancel_init): Open
17793 libgcc.so with RTLD_NOW, to avoid lazy binding during unwind.
17794
17795 2018-01-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
17796
17797 * hurd/hurd/fd.h: Include <fcntl.h>
17798 (__hurd_at_flags): New function.
17799 * hurd/lookup-at.c (__file_name_lookup_at): Replace flag computation
17800 with call to __hurd_at_flags.
17801 * include/unistd.h (__faccessat, __faccessat_noerrno): Add declaration.
17802 * sysdeps/mach/hurd/access.c (access_common): Move implementation to
17803 __faccessat
17804 (hurd_fail_seterrno, hurd_fail_noerrno): Move to sysdeps/mach/hurd/faccessat.c.
17805 (__access_noerrno): Use __faccessat_common instead of access_common.
17806 (__access): Likewise.
17807 * sysdeps/mach/hurd/euidaccess.c (__euidaccess): Replace implementation
17808 with a call to __faccessat.
17809 * sysdeps/mach/hurd/faccessat.c (faccessat): Rename into...
17810 (__faccessat_common): ... this. Move implementation of __access into it when
17811 AT_FLAGS does not contain AT_EACCESS. Make it call __hurd_at_flags, add
17812 reauthenticate_cwdir_at helper to implement AT mechanism.
17813 (__faccessat_noerrno): New function, just calls __faccessat_common.
17814 (__faccessat): New function, just calls __faccessat_common.
17815 (faccessat): Define weak alias.
17816
17817 2018-01-10 Joseph Myers <joseph@codesourcery.com>
17818
17819 [BZ #22691]
17820 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17821 (CFLAGS-s_fmaxmagl.c): New variable.
17822 [$(subdir) = math] (CFLAGS-s_fminmagl.c: Likewise.
17823
17824 [BZ #22690]
17825 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Use unsigned
17826 long int for arguments of possibly overflowing addition or
17827 subtraction.
17828 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
17829
17830 2018-01-09 Joseph Myers <joseph@codesourcery.com>
17831
17832 [BZ #22688]
17833 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17834 (CFLAGS-e_remainderl.c): New variable.
17835
17836 [BZ #22687]
17837 * sysdeps/powerpc/nofpu/Makefile (CFLAGS-s_cacosl.c): New
17838 variable.
17839 (CFLAGS-s_cacoshl.c): Likewise.
17840 (CFLAGS-s_casinhl.c): Likewise.
17841 (CFLAGS-s_catanl.c): Likewise.
17842 (CFLAGS-s_catanhl.c): Likewise.
17843 (CFLAGS-s_cexpl.c): Likewise.
17844 (CFLAGS-s_ccoshl.c): Add -fsignaling-nans.
17845 (CFLAGS-s_csinhl.c): Likewise.
17846 (CFLAGS-s_clogl.c): Likewise.
17847 (CFLAGS-s_clog10l.c): Likewise.
17848 (CFLAGS-s_csinl.c): Likewise.
17849 (CFLAGS-s_csqrtl.c): Likewise.
17850
17851 2017-01-09 Emilio Pozuelo Monfort <pochu27@gmail.com>
17852 2017-01-09 Svante Signell <svante.signell@gmail.com>
17853
17854 * hurd/hurdexec.c (_hurd_exec): Deprecate function.
17855 (_hurd_exec_paths): New function.
17856 * hurd/hurd.h (_hurd_exec): Deprecate function.
17857 (_hurd_exec_paths): Declare function.
17858 * hurd/Versions: Export _hurd_exec_paths.
17859 * sysdeps/mach/hurd/execve.c: Include <stdlib.h> and <stdio.h>
17860 (__execve): Use __getcwd to build absolute path, and use
17861 _hurd_exec_paths instead of _hurd_exec.
17862 * sysdeps/mach/hurd/spawni.c: Likewise.
17863 * sysdeps/mach/hurd/fexecve.c: Use _hurd_exec_paths instead of
17864 _hurd_exec.
17865
17866 2018-01-08 Dmitry V. Levin <ldv@altlinux.org>
17867
17868 * sysdeps/unix/sysv/linux/tst-ttyname.c (do_in_chroot_1): Skip the
17869 test instead of failing in case of ENOENT returned by posix_openpt.
17870
17871 2018-01-08 Florian Weimer <fweimer@redhat.com>
17872
17873 resolv: Support binary labels in test framework.
17874 * support/resolv_test.c (struct to_be_freed): Remove.
17875 (struct compressed_name): New.
17876 (allocate_compressed_name, ascii_tolower)
17877 (compare_compressed_name): New functions.
17878 (struct resolv_response_builder): Update type of
17879 compression_offsets for use with tsearch. Rempve to_be_freed.
17880 (response_push_pointer_to_free): Remove function.
17881 (resolv_response_add_name): Rewrite using struct compressed_name
17882 and tsearch instead of hsearch_r.
17883 (response_builder_allocate): Remove initialization of
17884 compression_offsets.
17885 (response_builder_free): Update for removal of to_be_freed. Use
17886 tdestroy instead of hdestroy_r.
17887 * resolv/Makefile (tests): Add tst-resolv-binary.
17888 (tst-resolv-binary): Link with -lresolv -lpthread.
17889
17890 2018-01-08 Florian Weimer <fweimer@redhat.com>
17891
17892 * support/check.h (TEST_COMPARE): Allow sign mismatch at compile
17893 time. Pass positive flag instead of negative flag to
17894 support_test_compare_failure.
17895 (support_test_compare_failure): Change negative parameter to
17896 positive.
17897 * support/support_test_compare_failure.c (report)
17898 (support_test_compare_failure): Likewise.
17899 * support/tst-test_compare.c (return_ssize_t, return_int): New.
17900 (do_test): Check int/size_t, ssize_t/size_t comparisons.
17901
17902 2018-01-08 Szabolcs Nagy <szabolcs.nagy@arm.com>
17903
17904 [BZ #22637]
17905 * nptl/descr.h (stackblock, stackblock_size): Update comments.
17906 * nptl/allocatestack.c (allocate_stack): Add guardsize to stacksize.
17907 * nptl/nptl-init.c (__pthread_get_minstack): Remove guardsize from
17908 stacksize.
17909 * nptl/pthread_getattr_np.c (pthread_getattr_np): Likewise.
17910
17911 2018-01-08 H.J. Lu <hongjiu.lu@intel.com>
17912
17913 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
17914 Add s_sincosf-sse2 and s_sincosf-fma.
17915 (CFLAGS-s_sincosf-fma.c): New.
17916 * sysdeps/x86_64/fpu/multiarch/s_sincosf-fma.c: New file.
17917 * sysdeps/x86_64/fpu/multiarch/s_sincosf-sse2.S: Likewise.
17918 * sysdeps/x86_64/fpu/multiarch/s_sincosf.c: Likewise.
17919 * sysdeps/x86_64/fpu/s_sincosf.S: Don't add alias if
17920 __sincosf is defined.
17921
17922 2018-01-08 Florian Weimer <fweimer@redhat.com>
17923
17924 * nptl/tst-thread-exit-clobber.cc: New file.
17925 * nptl/Makefile (CFLAGS-tst-thread-exit-clobber.o): Compile in
17926 C++11 mode.
17927 (LDLIBS-tst-thread-exit-clobber): Link with libstdc++.
17928 (tests): Add tst-thread-exit-clobber.
17929 [!CXX] (tests-unsupported): Add tst-thread-exit-clobber.
17930
17931 2018-01-08 Florian Weimer <fweimer@redhat.com>
17932
17933 * support/check.h (support_static_assert): Define.
17934 (TEST_COMPARE): Use it.
17935
17936 2018-01-07 Aurelien Jarno <aurelien@aurel32.net>
17937
17938 * sysdeps/unix/sysv/linux/getrlimit64 (getrlimit64)
17939 [!__RLIM_T_MATCHES_RLIM64_T]
17940 [!SHLIB_COMPAT (libc, GLIBC_2_1, GLIBC_2_2)]: Define as weak alias of
17941 __getrlimit64. Add libc_hidden_weak.
17942
17943 2018-01-06 Palmer Dabbelt <palmer@sifive.com>
17944
17945 * elf/elf.h (R_RISCV_NONE): New define.
17946 (R_RISCV_32): Likewise.
17947 (R_RISCV_64): Likewise.
17948 (R_RISCV_RELATIVE): Likewise.
17949 (R_RISCV_COPY): Likewise.
17950 (R_RISCV_JUMP_SLOT): Likewise.
17951 (R_RISCV_TLS_DTPMOD32): Likewise.
17952 (R_RISCV_TLS_DTPMOD64): Likewise.
17953 (R_RISCV_TLS_DTPREL32): Likewise.
17954 (R_RISCV_TLS_DTPREL64): Likewise.
17955 (R_RISCV_TLS_TPREL32): Likewise.
17956 (R_RISCV_TLS_TPREL64): Likewise.
17957 * Makerules (make-link-multidir): Make directories before linking into
17958 them.
17959 * sysdeps/unix/sysv/linux/dl-vdso.h (VDSO_NAME_LINUX_4_15): New
17960 define.
17961 (VDSO_HASH_LINUX_4_15): Likewise.
17962 * scripts/build-many-glibcs.py (class Glibc): Strip shared objects
17963 in subdirectories of lib.
17964 * nptl/Makefile (/librt.so): Always depend on
17965 "$(shared-thread-library)".
17966
17967 2018-01-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
17968
17969 * sysdeps/mach/hurd/i386/jmp_buf-macros.h: New file.
17970 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic) [NO_RTLD_HIDDEN]: Call
17971 JUMPTARGET (___tls_get_addr) instead of HIDDEN_JUMPTARGET
17972 (___tls_get_addr).
17973 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Likewise.
17974 * sysdeps/i386/fpu/libm-test-ulps: Regenerated for GCC 7 with
17975 "-O2 -march=i686".
17976 * posix/tst-glob_symlinks.c [!PATH_MAX]: Define PATH_MAX macro.
17977 * sysdeps/gnu/glob64.c (__glob): Define macro instead of glob macro.
17978 (__glob64): Define GLIBC_2_27 versioned symbol instead of glob64.
17979 * sysdeps/gnu/glob-lstat-compat.c: New file.
17980 * sysdeps/gnu/glob64-lstat-compat.c: New file.
17981 * sysdeps/posix/pwritev_common.c: Add PROT_READ to __mmap prot.
17982
17983 2018-01-05 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
17984
17985 * sysdeps/powerpc/powerpc64/dl-machine.c (_dl_reloc_overflow):
17986 Reserve 16 chars to reloc_addr before calling _itoa_word.
17987
17988 2018-01-05 Aurelien Jarno <aurelien@aurel32.net>
17989
17990 [BZ #22678]
17991 * sysdeps/unix/sysv/linux/prlimit.c (prlimit): Translate
17992 old_rlimit from RLIM64_INFINITY to RLIM_INFINITY.
17993
17994 * sysdeps/unix/sysv/linux/tst-rlimit-infinity.c: New file.
17995 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-rlimit-infinity.
17996
17997 * resource/tst-getrlimit.c: Add copyright header.
17998
17999 2018-01-05 Aurelien Jarno <aurelien@aurel32.net>
18000 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18001
18002 * sysdeps/unix/sysv/linux/getrlimit64.c [USE_VERSIONED_RLIMIT]: Do not
18003 define getrlimit and getrlimit64 as weak aliases of __getrlimit64.
18004 Define __GI_getrlimit64 as weak alias of __getrlimit64.
18005 [__RLIM_T_MATCHES_RLIM64_T]: Do not redefine SHLIB_COMPAT, use #elif
18006 instead.
18007 * sysdeps/unix/sysv/linux/setrlimit64.c [USE_VERSIONED_RLIMIT]: Do not
18008 define setrlimit and setrlimit64 as weak aliases of __setrlimit64.
18009 * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIM_INFINITY,
18010 RLIM64_INFINITY): Fix values to match the kernel ones.
18011 * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: Define
18012 USE_VERSIONED_RLIMIT. Rename __getrlimit64 into __old_getrlimit64 and
18013 provide it as getrlimit@@GLIBC_2_0 and getrlimit64@@GLIBC_2_1. Add a
18014 __getrlimit64 function and provide it as getrlimit@@GLIBC_2_27 and
18015 getrlimit64@@GLIBC_2_27.
18016 * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: Ditto with setrlimit
18017 and setrlimit64.
18018 * sysdeps/unix/sysv/linux/alpha/libc.abilist (GLIBC_2.27): Add
18019 getrlimit, setrlimit, getrlimit64 and setrlimit64.
18020 * sysdeps/unix/sysv/linux/alpha/Versions (libc): Add getrlimit,
18021 setrlimit, getrlimit64 and setrlimit64.
18022
18023 2018-01-05 Aurelien Jarno <aurelien@aurel32.net>
18024
18025 [BZ #22648]
18026 * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
18027 * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: Ditto.
18028
18029 2018-01-04 Joseph Myers <joseph@codesourcery.com>
18030
18031 * malloc/tst-malloc-tcache-leak.c (TIMEOUT): Define to 50.
18032 * posix/tst-glob-tilde.c (TIMEOUT): Define to 200.
18033 * resolv/tst-resolv-res_ninit.c (TIMEOUT): Define to 50.
18034
18035 2018-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18036
18037 [BZ #15479]
18038 [BZ #22666]
18039 * sysdeps/alpha/fpu/s_trunc.c: Remove file.
18040 * sysdeps/alpha/fpu/s_truncf.c: Likewise.
18041
18042 [BZ #15479]
18043 [BZ #22665]
18044 * sysdeps/alpha/fpu/s_ceil.c: Remove file.
18045 * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
18046 * sysdeps/alpha/fpu/s_floor.c: Likewise.
18047 * sysdeps/alpha/fpu/s_floorf.c: Likewise.
18048
18049 2018-01-04 Florian Weimer <fweimer@redhat.com>
18050
18051 [BZ #22667]
18052 * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext):
18053 Align the stack before calling exit.
18054 * stdlib/tst-makecontext-align.c: New file.
18055 * stdlib/Makefile (tests): Add tst-makecontext-align.
18056
18057 2018-01-04 Florian Weimer <fweimer@redhat.com>
18058
18059 Add support for calling dlvsym from libc.so.
18060 * include/dlfcn.h (__libc_dlvsym): Declare.
18061 * elf/Makefile (tests-static-internal): Add
18062 tst-libc_dlvsym-static.
18063 (tests-internal): Add tst-libc_dlvsym.
18064 (modules-names): Add tst-libc_dlvsym-dso.
18065 (tst-libc_dlvsym, tst-libc_dlvsym-static): Link with libdl.
18066 (tst-libc_dlvsym-dso.so): Link with libdl, libsupport.
18067 (tst-libc_dlvsym.out, tst-libc_dlvsym-static.out): The shared
18068 object tst-libc_dlvsym-dso.so needs to be built before running
18069 these tests.
18070 (tst-libc_dlvsym-static-ENV): Set LD_LIBRARY_PATH.
18071 * elf/Versions: Export __libc_dlvsym.
18072 * elf/dl-libc.c (struct do_dlvsym_args): New.
18073 (do_dlvsym, __libc_dlvsym): New functions.
18074 (struct dl_open_hook, _dl_open_hook): Add dlvsym member.
18075 (_dl_open_hook2): New variable.
18076 (__libc_register_dl_open_hook): Set it.
18077 * elf/tst-libc_dlvsym-dso.c: New file.
18078 * elf/tst-libc_dlvsym-static.c: Likewise.
18079 * elf/tst-libc_dlvsym.c: Likewise.
18080 * elf/tst-libc_dlvsym.h: Likewise.
18081
18082 2018-01-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
18083
18084 * support/support_enter_mount_namespace.c [!CLONE_NEWNS]: Do not
18085 include <sys/mount.h>.
18086
18087 2018-01-02 Wilco Dijkstra <wdijkstr@arm.com>
18088
18089 * math/math.h (math_errhandling): Set to 0 with __FAST_MATH__.
18090 Add __NO_MATH_ERRNO__ check.
18091
18092 2018-01-02 Joseph Myers <joseph@codesourcery.com>
18093
18094 * sysdeps/mips/mips32/libm-test-ulps: Update.
18095 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
18096
18097 2018-01-02 Florian Weimer <fweimer@redhat.com>
18098
18099 * misc/tst-pselect.c: Add copyright header.
18100
18101 2018-01-02 Aurelien Jarno <aurelien@aurel32.net>
18102
18103 * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: Fix a typo in the
18104 comment.
18105 * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: Fix a typo in the
18106 comment.
18107 (settrlimit): Rename into setrlimit.
18108 (__sttrlimit): Rename into __setrlimit.
18109
18110 * sysdeps/unix/sysv/linux/alpha/getrlimit64.c (__old_getrlimit64):
18111 Drop __RLIM_T_MATCHES_RLIM64_T conditional as __old_getrlimit64 is
18112 never defined in that case.
18113
18114 2018-01-02 Joseph Myers <joseph@codesourcery.com>
18115
18116 * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
18117
18118 * sysdeps/arm/libm-test-ulps: Update.
18119
18120 * math/Makefile (run-regen-ulps): Add $(objpfx) to test name here.
18121 (regen-ulps): Use $(libm-tests) not $^ in shell loop.
18122
18123 2018-01-02 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18124
18125 * NEWS: Add cosf and sincosf to list of optimized functions.
18126
18127 2018-01-02 Aurelien Jarno <aurelien@aurel32.net>
18128
18129 [BZ #22660]
18130 * sysdeps/alpha/fpu/s_fmax.S: Remove file.
18131 * sysdeps/alpha/fpu/s_fmaxf.S: Likewise.
18132 * sysdeps/alpha/fpu/s_fmin.S: Likewise.
18133 * sysdeps/alpha/fpu/s_fminf.S: Likewise.
18134
18135 2018-01-01 Dmitry V. Levin <ldv@altlinux.org>
18136
18137 [BZ #22433]
18138 * sysdeps/unix/sysv/linux/arm/sys/ptrace.h: New file.
18139
18140 * elf/dl-load.c (decompose_rpath): Check for rpath emptiness before
18141 making a copy of it.
18142
18143 2018-01-01 Joseph Myers <joseph@codesourcery.com>
18144
18145 * manual/texinfo.tex: Update to version 2017-12-26.21 with
18146 trailing whitespace removed.
18147 * scripts/config.guess: Update to version 2018-01-01.
18148 * scripts/config.sub: Update to version 2018-01-01.
18149 * scripts/move-if-change: Update from gnulib.
18150
18151 * NEWS: Update copyright dates.
18152 * catgets/gencat.c (print_version): Likewise.
18153 * csu/version.c (banner): Likewise.
18154 * debug/catchsegv.sh: Likewise.
18155 * debug/pcprofiledump.c (print_version): Likewise.
18156 * debug/xtrace.sh (do_version): Likewise.
18157 * elf/ldconfig.c (print_version): Likewise.
18158 * elf/ldd.bash.in: Likewise.
18159 * elf/pldd.c (print_version): Likewise.
18160 * elf/sotruss.sh: Likewise.
18161 * elf/sprof.c (print_version): Likewise.
18162 * iconv/iconv_prog.c (print_version): Likewise.
18163 * iconv/iconvconfig.c (print_version): Likewise.
18164 * locale/programs/locale.c (print_version): Likewise.
18165 * locale/programs/localedef.c (print_version): Likewise.
18166 * login/programs/pt_chown.c (print_version): Likewise.
18167 * malloc/memusage.sh (do_version): Likewise.
18168 * malloc/memusagestat.c (print_version): Likewise.
18169 * malloc/mtrace.pl: Likewise.
18170 * manual/libc.texinfo: Likewise.
18171 * nptl/version.c (banner): Likewise.
18172 * nscd/nscd.c (print_version): Likewise.
18173 * nss/getent.c (print_version): Likewise.
18174 * nss/makedb.c (print_version): Likewise.
18175 * posix/getconf.c (main): Likewise.
18176 * scripts/test-installation.pl: Likewise.
18177 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
18178
18179 * All files with FSF copyright notices: Update copyright dates
18180 using scripts/update-copyrights.
18181 * locale/programs/charmap-kw.h: Regenerated.
18182 * locale/programs/locfile-kw.h: Likewise.
18183
18184 2017-12-31 Zack Weinberg <zackw@panix.com>
18185
18186 * libio/bits/libio-ldbl.h: Correct check for improper
18187 inclusion. Add own multiple include guard.
18188
18189 2017-12-30 Aurelien Jarno <aurelien@aurel32.net>
18190 Dmitry V. Levin <ldv@altlinux.org>
18191
18192 [BZ #22625]
18193 CVE-2017-16997
18194 * elf/dl-load.c (fillin_rpath): Check for empty tokens before dynamic
18195 string token expansion. Check for NULL pointer or empty string possibly
18196 returned by expand_dynamic_string_token.
18197 (decompose_rpath): Check for empty path after dynamic string
18198 token expansion.
18199
18200 2017-12-29 Dmitry V. Levin <ldv@altlinux.org>
18201
18202 [BZ #22433]
18203 * sysdeps/unix/sysv/linux/x86/sys/ptrace.h: New file.
18204
18205 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Add comments
18206 about PTRACE_PEEKSIGINFO, PTRACE_GETSIGMASK, PTRACE_SETSIGMASK, and
18207 PTRACE_SECCOMP_GET_FILTER. Update comments about PTRACE_SINGLESTEP
18208 and PTRACE_SYSCALL.
18209 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h: Likewise.
18210 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
18211 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18212 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18213 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18214 * sysdeps/unix/sysv/linux/tile/sys/ptrace.h: Likewise.
18215
18216 * sysdeps/unix/sysv/linux/sys/ptrace.h: Include <bits/ptrace-shared.h>.
18217 (__ptrace_setoptions, __ptrace_eventcodes, __ptrace_peeksiginfo_args,
18218 __ptrace_peeksiginfo_flags, ptrace): Move to ...
18219 * sysdeps/unix/sysv/linux/bits/ptrace-shared.h: ... new file.
18220 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
18221 bits/ptrace-shared.h.
18222 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h: Include
18223 <bits/ptrace-shared.h>.
18224 (__ptrace_setoptions, __ptrace_eventcodes, __ptrace_peeksiginfo_args,
18225 __ptrace_peeksiginfo_flags, ptrace): Remove.
18226 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
18227 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18228 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18229 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18230 * sysdeps/unix/sysv/linux/tile/sys/ptrace.h: Likewise.
18231
18232 2017-12-29 Aurelien Jarno <aurelien@aurel32.net>
18233
18234 [BZ #17804]
18235 * dirent/scandir-tail.c (SCANDIR_TAIL): Move __set_errno (0) at the
18236 end of the loop. Improve comments.
18237
18238 2017-12-29 Zack Weinberg <zackw@panix.com>
18239
18240 [BZ #22615]
18241 * manual/errno.texi (Checking for Errors): Explicitly say that errno
18242 might be set on success.
18243
18244 2017-12-29 Aurelien Jarno <aurelien@aurel32.net>
18245
18246 [BZ #22611]
18247 * malloc/tst-realloc.c (do_test): Remove the test checking that errno
18248 is unchanged on success.
18249
18250 2017-12-27 Dmitry V. Levin <ldv@altlinux.org>
18251
18252 * elf/dl-dst.h (DL_DST_COUNT): Remove is_path argument, all callers
18253 updated.
18254 * elf/dl-load.c (is_dst, _dl_dst_count, _dl_dst_substitute,
18255 expand_dynamic_string_token): Likewise.
18256 * sysdeps/generic/ldsodefs.h (_dl_dst_count, _dl_dst_substitute): Remove
18257 is_path argument.
18258
18259 * elf/dl-load.c (is_dst): Remove checks that is_path is set and name
18260 contains ':'.
18261
18262 * elf/dl-load.c (_dl_dst_substitute): Remove checks that is_path
18263 is set and name contains ':', and all code depending on these checks.
18264
18265 2017-12-24 Zack Weinberg <zackw@panix.com>
18266
18267 * libio/libio.h, libio/_G_config.h: New stub headers which issue a
18268 deprecation warning and then include <bits/libio.h>, <bits/_G_config.h>
18269 respectively.
18270 * libio/libio.h: Rename the original version of this file to
18271 libio/bits/libio.h. Error out if not included by stdio.h or the
18272 stub libio.h.
18273 * include/libio.h: Move to include/bits. Forward to libio/bits/libio.h.
18274 * sysdeps/generic/_G_config.h: Move to top-level bits/. Error out
18275 if not included by bits/libio.h or the stub _G_config.h.
18276 * sysdeps/unix/sysv/linux/_G_config.h: Move to
18277 sysdeps/unix/sysv/linux/bits. Error out if not included by
18278 bits/libio.h or the stub _G_config.h.
18279 * libio/stdio.h: Include bits/libio.h, not libio.h.
18280 * libio/Makefile: Install bits/libio.h and bits/_G_config.h as
18281 well as libio.h and _G_config.h.
18282
18283 * csu/init.c, libio/fmemopen.c, libio/iolibio.h, libio/oldfmemopen.c
18284 * libio/strfile.h, stdio-common/vfscanf.c
18285 * sysdeps/pthread/flockfile.c, sysdeps/pthread/funlockfile.c
18286 Include stdio.h, not _G_config.h nor libio.h.
18287 * libio/iofgetpos.c: Also rename fgetpos64 out of the way.
18288 * libio/iofsetpos.c: Also rename fsetpos64 out of the way.
18289
18290 * scripts/check-installed-headers.sh: Skip libio.h and _G_config.h.
18291
18292 2017-12-23 Dmitry V. Levin <ldv@altlinux.org>
18293
18294 [BZ #22347]
18295 * stdlib/getrandom.c (getrandom): Fix comment.
18296 * sysdeps/unix/sysv/linux/getrandom.c (getrandom): Likewise.
18297
18298 2017-12-23 Aurelien Jarno <aurelien@aurel32.net>
18299
18300 [BZ #21161]
18301 * manual/arith.texi (strtoul): Fix a typo.
18302
18303 [BZ #22596]
18304 * manual/arith.texi (finite): Fix the description of the return
18305 value.
18306
18307 2017-12-22 Eric Blake <ebb9@byu.net>
18308
18309 Avoid gcc warnings on cygwin
18310 * posix/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
18311 * posix/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
18312 Avoid unused variable.
18313
18314 2017-12-22 Florian Weimer <fweimer@redhat.com>
18315
18316 * io/Makefile (routines): Add copy_file_range.
18317 (tests): Add tst-copy_file_range.
18318 (tests-static, tests-internal): Add tst-copy_file_range-compat.
18319 * io/Versions (GLIBC_2.27): Export copy_file_range.
18320 * io/copy_file_range-compat.c: New file.
18321 * io/copy_file_range.c: Likewise.
18322 * io/tst-copy_file_range-compat.c: Likewise.
18323 * io/tst-copy_file_range.c: Likewise.
18324 * manual/llio.texi (Copying File Data): New section.
18325 * posix/unistd.h [__USE_GNU] (copy_file_range): Declare.
18326 * support/Makefile (libsupport-routines): Add support-xfstat,
18327 xftruncate, xlseek.
18328 * support/support-xfstat.c: New file.
18329 * support/xftruncate.c: Likewise.
18330 * support/xlseek.c: Likewise.
18331 * support/xunistd.h (xfstat, xftruncate, xlseek): Declare.
18332 * sysdeps/unix/sysv/linux/**.abilist: Update.
18333 * sysdeps/unix/sysv/linux/copy_file_range.c: New file.
18334
18335 2017-12-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
18336
18337 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
18338 disable-multi-arch variant to aarch64-linux-gnu.
18339
18340 2017-12-20 Joseph Myers <joseph@codesourcery.com>
18341
18342 * manual/texinfo.tex: Update to version 2017-12-18.20 with
18343 trailing whitespace removed.
18344 * scripts/config.guess: Update to version 2017-12-17.
18345 * scripts/config.sub: Update to version 2017-11-23.
18346 * scripts/install-sh: Update to version 2017-09-23.17.
18347 * scripts/move-if-change: Update to version 2017-09-13 06:45.
18348
18349 2017-12-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18350
18351 * sysdeps/tile/__longjmp.S (__longjmp): Use lowercase instructions.
18352 * sysdeps/tile/__tls_get_addr.S (__tls_get_addr): Likewise.
18353 * sysdeps/tile/_mcount.S (__mcount): Likewise.
18354 * sysdeps/tile/crti.S (_init, _fini): Likewise.
18355 * sysdeps/tile/crtn.S: Likewise.
18356 * sysdeps/tile/dl-start.S (_start): Likewise.
18357 * sysdeps/tile/dl-trampoline.S: Likewise.
18358 * sysdeps/tile/setjmp.S (__sigsetjmp): Likewise.
18359 * sysdeps/tile/start.S (_start): Likewise.
18360 * sysdeps/unix/sysv/linux/tile/clone.S (_clone): Likewise.
18361 * sysdeps/unix/sysv/linux/tile/getcontext.S (__getcontext): Likewise.
18362 * sysdeps/unix/sysv/linux/tile/ioctl.S (__ioctl): Likewise.
18363 * sysdeps/unix/sysv/linux/tile/setcontext.S (__setcontext): Likewise.
18364 * sysdeps/unix/sysv/linux/tile/swapcontext.S (__swapcontext): Likewise.
18365 * sysdeps/unix/sysv/linux/tile/syscall.S (syscall): Likewise.
18366 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Likewise.
18367
18368 * stdlib/bug-getcontext.c (do_test): Remove tilepro mention in
18369 comment.
18370 * sysdeps/tile/preconfigure: Remove tilegx folder.
18371 * sysdeps/tile/tilegx/Implies: Move definitions to ...
18372 * sysdeps/tile/Implies: ... here.
18373 * sysdeps/tile/tilegx/Makefile: Move rules to ...
18374 * sysdeps/tile/Makefile: ... here.
18375 * sysdeps/tile/tilegx/atomic-machine.h: Move definitions to ...
18376 * sysdeps/tile/atomic-machine.h: ... here. Add include guards.
18377 * sysdeps/tile/tilegx/bits/wordsize.h: Move to ...
18378 * sysdeps/tile/bits/wordsize.h: ... here.
18379 * sysdeps/tile/tilegx/*: Move to ...
18380 * sysdeps/tile/*: ... here.
18381 * sysdeps/tile/tilegx/tilegx32/Implies: Move to ...
18382 * sysdeps/tile/tilegx32/Implies: ... here.
18383 * sysdeps/tile/tilegx/tilegx64/Implies: Move to ...
18384 * sysdeps/tile/tilegx64/Implies: ... here.
18385 * sysdeps/unix/sysv/linux/tile/tilegx/Makefile: Move definitions
18386 to ...
18387 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
18388 * sysdeps/unix/sysv/linux/tile/tilegx/*: Move to ...
18389 * sysdeps/unix/sysv/linux/tile/*: ... here.
18390 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/*: Move to ...
18391 * sysdeps/unix/sysv/linux/tile/tilegx32/*: ... here.
18392 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/*: Move to ...
18393 * sysdeps/unix/sysv/linux/tile/tilegx64/*: ... here.
18394
18395 * README: Remove tilepro-*-linux-gnu from supported architecture.
18396 * scripts/build-many-glibcs.py: Likewise.
18397 * sysdeps/tile/__tls_get_addr.S (__tls_get_addr): Likewise.
18398 * sysdeps/tile/crti.S (PREINIT_FUNCTION): Likewise.
18399 * sysdeps/tile/dl-machine.h (ELF_MACHINE_NAME,
18400 elf_machine_matches_host, elf_machine_dynamic,
18401 elf_machine_load_address, elf_machine_runtime_setup, reloc_howto
18402 howto, elf_machine_rela): Likewise.
18403 * sysdeps/tile/dl-start.S (_start): Likewise.
18404 * sysdeps/tile/memcmp.c (DBLALIGN, REVBYTES): Likewise.
18405 * sysdeps/tile/memcopy.h (MEMCPY_OK_FOR_FWD_MEMMOVE,
18406 MEMCPY_OK_FOR_FWD_MEMMOVE, op_t): Likewise.
18407 * sysdeps/tile/nptl/pthread_spin_lock.c (TNS, CMPTNS): Likewise.
18408 * sysdeps/tile/nptl/pthread_spin_trylock.c (TNS): Likewise.
18409 * sysdeps/tile/nptl/pthread_spin_unlock.c (pthread_spin_unlock):
18410 Likewise.
18411 * sysdeps/tile/nptl/tls.h (DB_THREAD_SELF): Likewise.
18412 * sysdeps/tile/preconfigure: Likewise.
18413 * sysdeps/tile/stackguard-macros.h (STACK_CHK_GUARD,
18414 POINTER_CHK_GUARD): Likewise.
18415 * sysdeps/tile/stackinfo.h (__stackinfo_sub): Likewise.
18416 * sysdeps/tile/start.S (_start): Likewise.
18417 * sysdeps/tile/tls-macros.h (TLS_GD_OFFSET, TLS_IE_OFFSET, _TLS_LE):
18418 Likewise.
18419 * sysdeps/tile/sysdep.h (REGSIZE): Likewise.
18420 (LD, LD4U, ST, ST4, BNEZ, BEQZ, BEQZT, BGTZ, CMPEQI, CMPEQ, CMOVEQZ,
18421 CMOVNEZ): Remove.
18422 * sysdeps/unix/sysv/linux/tile/bits/environments.h
18423 (__ILP32_OFF32_CFLAGS, __ILP32_OFFBIG_CFLAGS, __ILP32_OFF32_LDFLAGS,
18424 __ILP32_OFFBIG_LDFLAGS, __LP64_OFF64_CFLAGS, __LP64_OFF64_LDFLAGS):
18425 Likewise.
18426 * sysdeps/tile/wordcopy.c (DBLALIGN): Likewise.
18427 * sysdeps/tile/tilepro/Implies: Remove file.
18428 * sysdeps/tile/tilepro/atomic-machine.h: Likewise.
18429 * sysdeps/tile/tilepro/bits/wordsize.h: Likewise.
18430 * sysdeps/tile/tilepro/memchr.c: Likewise.
18431 * sysdeps/tile/tilepro/memcpy.S: Likewise.
18432 * sysdeps/tile/tilepro/memset.c: Likewise.
18433 * sysdeps/tile/tilepro/memusage.h: Likewise.
18434 * sysdeps/tile/tilepro/rawmemchr.c: Likewise.
18435 * sysdeps/tile/tilepro/strchr.c: Likewise.
18436 * sysdeps/tile/tilepro/strchrnul.c: Likewise.
18437 * sysdeps/tile/tilepro/strlen.c: Likewise.
18438 * sysdeps/tile/tilepro/strrchr.c: Likewise.
18439 * sysdeps/unix/sysv/linux/tile/tilepro/Implies: Likewise.
18440 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: Likewise.
18441 * sysdeps/unix/sysv/linux/tile/tilepro/jmp_buf-macros.h: Likewise.
18442 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: Likewise.
18443 * sysdeps/unix/sysv/linux/tile/tilepro/ldconfig.h: Likewise.
18444 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
18445 Likewise.
18446 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: Likewise.
18447 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
18448 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: Likewise.
18449 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: Likewise.
18450 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
18451 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: Likewise.
18452 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: Likewise.
18453 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: Likewise.
18454 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: Likewise.
18455 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: Likewise.
18456 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: Likewise.
18457 * sysdeps/unix/sysv/linux/tile/tilepro/register-dump.h: Likewise.
18458 * sysdeps/unix/sysv/linux/tile/sysconf.c (linux_sysconf): Remove
18459 tilepro mention in comment.
18460
18461 * nptl/Makefile (libpthread-routines): Add pthread_join_common.
18462 * nptl/pthreadP.h (__pthread_timedjoin_ex): New prototype.
18463 * nptl/pthread_join_common.c: New file: common function used on
18464 pthread_join, pthread_timedjoin_np, pthread_tryjoin_np.
18465 * nptl/pthread_join.c (pthread_join): Use __pthread_timedjoin_ex.
18466 * nptl/pthread_tryjoin.c (pthread_tryjoin): Likewise.
18467 * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
18468 (cleanup): Move definition to pthread_join_common.c.
18469 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (__lll_timedwait_tid):
18470 Remove superflous checks.
18471 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (__lll_timedwait_tid):
18472 Likewise.
18473
18474 2017-12-20 Szabolcs Nagy <szabolcs.nagy@arm.com>
18475
18476 * sysdeps/aarch64/libm-test-ulps: Update.
18477
18478 2017-12-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18479
18480 * sysdeps/aarch64/memset.S (MEMSET): Define.
18481
18482 2017-12-20 Florian Weimer <fweimer@redhat.com>
18483
18484 [BZ #22635]
18485 nptl: Provide full implementation of pthread_self in libc.so.
18486 * nptl/Makefile (routines): Add pthread_self.
18487 (libpthread-routines): Replace pthread_self with
18488 compat-pthread_self.
18489 * nptl/forward.c (pthread_self): Remove.
18490 * nptl/nptl-init.c (pthread_functions): Do not initialize
18491 ptr_pthread_self.
18492 * nptl/pthread_self.c (pthread_self): Remove weak alias.
18493 * nptl/compat-pthread_self.c: New file.
18494 * sysdeps/nptl/pthread-functions.h (struct pthread_functions):
18495 Remove ptr_pthread_self.
18496
18497 2017-12-19 Arnold D. Robbins <arnold@skeeve.com>
18498
18499 * posix/regcomp.c: Fix spelling in comments.
18500 * posix/regex.h: Likewise.
18501 * posix/regex_internal.c: Likewise.
18502 * posix/regexec.c: Likewise.
18503
18504 2017-12-19 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
18505
18506 [BZ #22377]
18507 * math/Makefile [C++] (tests): Add test for iseqsig.
18508 * math/math.h [C++] (iseqsig): New implementation, which does
18509 not rely on __MATH_TG/__builtin_types_compatible_p.
18510 * math/test-math-iseqsig.cc: New file.
18511 * sysdeps/powerpc/powerpc64le/Makefile
18512 (CFLAGS-test-math-iseqsig.cc): New variable.
18513
18514 2017-12-19 Dmitry V. Levin <ldv@altlinux.org>
18515
18516 * elf/dl-load.c (is_trusted_path): Remove.
18517 (fillin_rpath): Remove check_trusted argument and its use,
18518 all callers changed.
18519
18520 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
18521
18522 [BZ #22630]
18523 * Makeconfig (link-pie-before-libc): Replace -pie with
18524 $(if $($(@F)-no-pie),$(no-pie-ldflag),-pie).
18525 * elf/Makefile (LDFLAGS-tst-dlopen-aout): Removed.
18526 (tst-dlopen-aout-no-pie): New.
18527 (LDFLAGS-tst-prelink): Removed.
18528 (tst-prelink-no-pie): New.
18529 (LDFLAGS-tst-main1): Removed.
18530 (tst-main1-no-pie): New.
18531 * gmon/Makefile (LDFLAGS-tst-gmon): Removed.
18532 (tst-gmon-no-pie): New.
18533
18534 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
18535
18536 * manual/install.texi: Document that --enable-static-pie
18537 implies PIE.
18538 * INSTALL: Regenerated.
18539
18540 2017-12-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
18541
18542 [BZ #21309]
18543 * sysdeps/ieee754/dbl-64/e_pow.c (checkint): Make m and n
18544 unsigned.
18545
18546 2017-12-19 Joseph Myers <joseph@codesourcery.com>
18547
18548 Revert:
18549
18550 2017-12-19 Joseph Myers <joseph@codesourcery.com>
18551
18552 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18553
18554 2017-12-19 Patrick McGehearty <patrick.mcgehearty@oracle.com>
18555
18556 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math-svid-compat.h> and
18557 <errno.h>. Include "eexp.tbl".
18558 (half): New constant.
18559 (one): Likewise.
18560 (__ieee754_exp): Rewrite.
18561 (__slowexp): Remove prototype.
18562 * sysdeps/ieee754/dbl-64/eexp.tbl: New file.
18563 * sysdeps/ieee754/dbl-64/slowexp.c: Remove file.
18564 * sysdeps/i386/fpu/slowexp.c: Likewise.
18565 * sysdeps/ia64/fpu/slowexp.c: Likewise.
18566 * sysdeps/m68k/m680x0/fpu/slowexp.c: Likewise.
18567 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: Likewise.
18568 * sysdeps/x86_64/fpu/multiarch/slowexp-fma.c: Likewise.
18569 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
18570 * sysdeps/generic/math_private.h (__slowexp): Remove prototype.
18571 * sysdeps/ieee754/dbl-64/e_pow.c: Remove mention of slowexp.c in
18572 comment.
18573 * sysdeps/powerpc/power4/fpu/Makefile [$(subdir) = math]
18574 (CPPFLAGS-slowexp.c): Remove variable.
18575 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
18576 Remove slowexp-fma, slowexp-fma4 and slowexp-avx.
18577 (CFLAGS-slowexp-fma.c): Remove variable.
18578 (CFLAGS-slowexp-fma4.c): Likewise.
18579 (CFLAGS-slowexp-avx.c): Likewise.
18580 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c (__slowexp): Do not
18581 define as macro.
18582 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c (__slowexp): Likewise.
18583 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c (__slowexp): Likewise.
18584 * math/Makefile (type-double-routines): Remove slowexp.
18585 * manual/probes.texi (slowexp_p6): Remove.
18586 (slowexp_p32): Likewise.
18587
18588 2017-12-19 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18589
18590 * lib/glob.c (glob): Use a 'char *', not a 'void *', in pointer
18591 arithmetic.
18592
18593 * lib/glob.c (glob): Do not pass NULL to mempcpy.
18594
18595 2017-12-19 Joseph Myers <joseph@codesourcery.com>
18596
18597 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18598
18599 2017-12-19 Patrick McGehearty <patrick.mcgehearty@oracle.com>
18600
18601 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math-svid-compat.h> and
18602 <errno.h>. Include "eexp.tbl".
18603 (half): New constant.
18604 (one): Likewise.
18605 (__ieee754_exp): Rewrite.
18606 (__slowexp): Remove prototype.
18607 * sysdeps/ieee754/dbl-64/eexp.tbl: New file.
18608 * sysdeps/ieee754/dbl-64/slowexp.c: Remove file.
18609 * sysdeps/i386/fpu/slowexp.c: Likewise.
18610 * sysdeps/ia64/fpu/slowexp.c: Likewise.
18611 * sysdeps/m68k/m680x0/fpu/slowexp.c: Likewise.
18612 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: Likewise.
18613 * sysdeps/x86_64/fpu/multiarch/slowexp-fma.c: Likewise.
18614 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
18615 * sysdeps/generic/math_private.h (__slowexp): Remove prototype.
18616 * sysdeps/ieee754/dbl-64/e_pow.c: Remove mention of slowexp.c in
18617 comment.
18618 * sysdeps/powerpc/power4/fpu/Makefile [$(subdir) = math]
18619 (CPPFLAGS-slowexp.c): Remove variable.
18620 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
18621 Remove slowexp-fma, slowexp-fma4 and slowexp-avx.
18622 (CFLAGS-slowexp-fma.c): Remove variable.
18623 (CFLAGS-slowexp-fma4.c): Likewise.
18624 (CFLAGS-slowexp-avx.c): Likewise.
18625 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c (__slowexp): Do not
18626 define as macro.
18627 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c (__slowexp): Likewise.
18628 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c (__slowexp): Likewise.
18629 * math/Makefile (type-double-routines): Remove slowexp.
18630 * manual/probes.texi (slowexp_p6): Remove.
18631 (slowexp_p32): Likewise.
18632
18633 2017-12-19 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18634 James Clarke <jrtc27@jrtc27.com>
18635
18636 [BZ #22603]
18637 * sysdeps/ia64/memchr.S (__memchr): Avoid overflow in pointer
18638 addition.
18639
18640 2017-12-19 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18641
18642 [BZ #22605]
18643 * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Fix exit return
18644 code.
18645
18646 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
18647
18648 [BZ #22563]
18649 * sysdeps/i386/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
18650 * sysdeps/i386/nptl/tls.h (tcbhead_t): Add feature_1.
18651 * sysdeps/x86_64/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
18652 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Rename __glibc_unused1
18653 to feature_1.
18654
18655 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
18656
18657 [BZ #22563]
18658 * bits/types/__cancel_jmp_buf_tag.h: New file.
18659 * sysdeps/unix/sysv/linux/x86/bits/types/__cancel_jmp_buf_tag.h
18660 * sysdeps/unix/sysv/linux/x86/pthreaddef.h: Likewise.
18661 * sysdeps/unix/sysv/linux/x86/nptl/pthreadP.h: Likewise.
18662 * nptl/Makefile (headers): Add
18663 bits/types/__cancel_jmp_buf_tag.h.
18664 * nptl/descr.h [NEED_SAVED_MASK_IN_CANCEL_JMP_BUF]
18665 (pthread_unwind_buf): Add saved_mask to cancel_jmp_buf.
18666 * sysdeps/nptl/pthread.h: Include
18667 <bits/types/__cancel_jmp_buf_tag.h>.
18668 (__pthread_unwind_buf_t): Use struct __cancel_jmp_buf_tag with
18669 __cancel_jmp_buf.
18670 * sysdeps/unix/sysv/linux/hppa/pthread.h: Likewise.
18671
18672 2017-12-18 H.J. Lu <hongjiu.lu@intel.com>
18673
18674 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
18675 --enable-static-pie variants to x86_64, x32 and i686.
18676
18677 2017-12-19 Joseph Myers <joseph@codesourcery.com>
18678
18679 [BZ #22631]
18680 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h (__m81_defun): Add
18681 argument for attrubutes. All callers changed.
18682 (__inline_mathop1): Likewise. All callers changed.
18683 (__inline_mathop): Likewise. All callers changed.
18684 [__USE_MISC] (scalbn): Use __inline_forward instead of
18685 __inline_forward_c.
18686 [__USE_ISOC99] (scalbln): Likewise.
18687 [__USE_ISOC99] (nearbyint): Likewise.
18688 [__USE_ISOC99] (lrint): Likewise.
18689 [__USE_MISC] (scalbnf): Likewise.
18690 [__USE_ISOC99] (scalblnf): Likewise.
18691 [__USE_ISOC99] (nearbyintf): Likewise.
18692 [__USE_ISOC99] (lrintf): Likewise.
18693 [__USE_MISC] (scalbnl): Likewise.
18694 [__USE_ISOC99] (scalblnl): Likewise.
18695 [__USE_ISOC99] (nearbyintl): Likewise.
18696 [__USE_ISOC99] (lrintl): Likewise.
18697 * sysdeps/m68k/m680x0/fpu/mathimpl.h: All callers of
18698 __inline_mathop and __m81_defun changed.
18699
18700 * scripts/build-many-glibcs.py (Context.add_all_configs): Specify
18701 CPU or FPU for ARM hard-float configurations.
18702
18703 2017-12-18 Joseph Myers <joseph@codesourcery.com>
18704
18705 * nptl/tst-attr3.c: Include <libc-diag.h>.
18706 (do_test) [__GNUC_PREREQ (7, 0)]: Ignore -Wrestrict for two tests.
18707
18708 * posix/tst-glob_symlinks.c (do_test): Increase size of buf.
18709
18710 * string/tester.c (test_strncat): Also disable -Warray-bounds
18711 warnings for two tests.
18712
18713 2017-12-18 H.J. Lu <hongjiu.lu@intel.com>
18714
18715 [BZ #22614]
18716 * Makeconfig (no-pie-ldflag): Set to -no-pie only if
18717 $(cc-pie-default) == yes.
18718 * config.make.in (cc-pie-default): New.
18719 * configure.ac (libc_cv_pie_default): Renamed to ...
18720 (libc_cv_cc_pie_default): This.
18721 (libc_cv_pie_default): Set to $libc_cv_cc_pie_default.
18722 * configure: Regenerated.
18723
18724 2017-12-18 Florian Weimer <fweimer@redhat.com>
18725
18726 [BZ #20204]
18727 ld.so: Harden dl-libc/libdl hooks.
18728 * sysdeps/generic/ldsodefs.h (_dl_init_all_dirs): Update comment.
18729 (rtld_active): New function.
18730 * dlfcn/dladdr.c (__dladdr): Call it.
18731 * dlfcn/dladdr1.c (__dladdr1): Likewise.
18732 * dlfcn/dlclose.c (__dlcose): Likewise.
18733 * dlfcn/dlerror.c (__dlerror): Likewise.
18734 * dlfcn/dlinfo.c (__dlinfo): Likewise.
18735 * dlfcn/dlmopen.c (__dlmopen): Likewise.
18736 * dlfcn/dlopen.c (__dlopen): Likewise.
18737 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18738 * dlfcn/dlsym.c (__dlsym): Likewise.
18739 * dlfcn/dlvsym.c (__dlvsym): Likewise.
18740 * libio/vtables.c (_IO_vtable_check): Likewise.
18741 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym)
18742 (__libc_dlclose): Likewise.
18743 * elf/rtld.c (dl_main): Update comment on the _dl_init_all_dirs
18744 assignment.
18745
18746 2017-12-18 Joseph Myers <joseph@codesourcery.com>
18747
18748 [BZ #22446]
18749 * nscd/connections.c (handle_request) [SO_PEERCRED]: Use separate
18750 buffers for readlink input and output.
18751
18752 2017-12-18 Sergei Trofimovich <slyfox@gentoo.org>
18753
18754 [BZ #22624]
18755 * sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Use
18756 inhibit_stack_protector.
18757
18758 [BZ #22624]
18759 * sysdeps/mips/mips64/setjmp_aux.c (__sigsetjmp_aux): Use
18760 inhibit_stack_protector.
18761
18762 2017-12-18 Dmitry V. Levin <ldv@altlinux.org>
18763
18764 [BZ #22627]
18765 * elf/dl-load.c (_dl_init_paths): Remove _dl_dst_substitute preparatory
18766 code and invocation.
18767
18768 2017-12-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
18769
18770 * sysdeps/aarch64/start.S (_start): Handle PIC && !SHARED case.
18771
18772 2017-12-16 Aurelien Jarno <aurelien@aurel32.net>
18773
18774 [BZ #22505]
18775 * elf/ldconfig.c (main): Call setlocale to force LC_COLLATE to C.
18776
18777 2017-12-16 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18778
18779 * sysdeps/s390/fpu/libm-test-ulps: Update.
18780
18781 2017-12-16 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18782
18783 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18784
18785 2017-12-16 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18786
18787 * sysdeps/ieee754/flt-32/s_cosf.c: Move reduced() and
18788 constants to s_sincosf.h file.
18789 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
18790 * sysdeps/ieee754/flt-32/s_sincosf.c: New
18791 implementation.
18792 * sysdeps/ieee754/flt-32/s_sincosf.h:
18793 New file.
18794
18795 2017-12-12 Carlos O'Donell <carlos@redhat.com>
18796
18797 [BZ #14681]
18798 * elf/tst-leaks1.c (do_test): Call one dlopen with $ORIGIN expansion
18799 before mtrace.
18800
18801 2017-12-15 H.J. Lu <hongjiu.lu@intel.com>
18802
18803 [BZ #19574]
18804 * INSTALL: Regenerated.
18805 * Makeconfig (real-static-start-installed-name): New.
18806 (pic-default): Updated for --enable-static-pie.
18807 (pie-default): New for --enable-static-pie.
18808 (default-pie-ldflag): Likewise.
18809 (+link-static-before-libc): Replace $(DEFAULT-LDFLAGS-$(@F))
18810 with $(if $($(@F)-no-pie),$(no-pie-ldflag),$(default-pie-ldflag)).
18811 Replace $(static-start-installed-name) with
18812 $(real-static-start-installed-name).
18813 (+prectorT): Updated for --enable-static-pie.
18814 (+postctorT): Likewise.
18815 (CFLAGS-.o): Add $(pie-default).
18816 (CFLAGS-.op): Likewise.
18817 * NEWS: Mention --enable-static-pie.
18818 * config.h.in (ENABLE_STATIC_PIE): New.
18819 * configure.ac (--enable-static-pie): New configure option.
18820 (have-no-dynamic-linker): New LIBC_CONFIG_VAR.
18821 (have-static-pie): Likewise.
18822 Enable static PIE if linker supports --no-dynamic-linker.
18823 (ENABLE_STATIC_PIE): New AC_DEFINE.
18824 (enable-static-pie): New LIBC_CONFIG_VAR.
18825 * configure: Regenerated.
18826 * csu/Makefile (omit-deps): Add r$(start-installed-name) and
18827 gr$(start-installed-name) for --enable-static-pie.
18828 (extra-objs): Likewise.
18829 (install-lib): Likewise.
18830 (extra-objs): Add static-reloc.o and static-reloc.os
18831 ($(objpfx)$(start-installed-name)): Also depend on
18832 $(objpfx)static-reloc.o.
18833 ($(objpfx)r$(start-installed-name)): New.
18834 ($(objpfx)g$(start-installed-name)): Also depend on
18835 $(objpfx)static-reloc.os.
18836 ($(objpfx)gr$(start-installed-name)): New.
18837 * csu/libc-start.c (LIBC_START_MAIN): Call _dl_relocate_static_pie
18838 in libc.a.
18839 * csu/libc-tls.c (__libc_setup_tls): Add main_map->l_addr to
18840 initimage.
18841 * csu/static-reloc.c: New file.
18842 * elf/Makefile (routines): Add dl-reloc-static-pie.
18843 (elide-routines.os): Likewise.
18844 (DEFAULT-LDFLAGS-tst-tls1-static-non-pie): Removed.
18845 (tst-tls1-static-non-pie-no-pie): New.
18846 * elf/dl-reloc-static-pie.c: New file.
18847 * elf/dl-support.c (_dl_get_dl_main_map): New function.
18848 * elf/dynamic-link.h (ELF_DURING_STARTUP): Also check
18849 STATIC_PIE_BOOTSTRAP.
18850 * elf/get-dynamic-info.h (elf_get_dynamic_info): Likewise.
18851 * gmon/Makefile (tests): Add tst-gmon-static-pie.
18852 (tests-static): Likewise.
18853 (DEFAULT-LDFLAGS-tst-gmon-static): Removed.
18854 (tst-gmon-static-no-pie): New.
18855 (CFLAGS-tst-gmon-static-pie.c): Likewise.
18856 (CRT-tst-gmon-static-pie): Likewise.
18857 (tst-gmon-static-pie-ENV): Likewise.
18858 (tests-special): Likewise.
18859 ($(objpfx)tst-gmon-static-pie.out): Likewise.
18860 (clean-tst-gmon-static-pie-data): Likewise.
18861 ($(objpfx)tst-gmon-static-pie-gprof.out): Likewise.
18862 * gmon/tst-gmon-static-pie.c: New file.
18863 * manual/install.texi: Document --enable-static-pie.
18864 * sysdeps/generic/ldsodefs.h (_dl_relocate_static_pie): New.
18865 (_dl_get_dl_main_map): Likewise.
18866 * sysdeps/i386/configure.ac: Check if linker supports static PIE.
18867 * sysdeps/x86_64/configure.ac: Likewise.
18868 * sysdeps/i386/configure: Regenerated.
18869 * sysdeps/x86_64/configure: Likewise.
18870 * sysdeps/mips/Makefile (ASFLAGS-.o): Add $(pie-default).
18871 (ASFLAGS-.op): Likewise.
18872
18873 2017-12-15 Joseph Myers <joseph@codesourcery.com>
18874
18875 * io/Makefile (tst-open-tmpfile-ARGS): New variable.
18876 * posix/tst-mmap-offset.c (fname): Use /tmp.
18877 * stdlib/tst-setcontext3.sh (tempfile): Use ${objpfx}.
18878
18879 2017-12-15 Steve Ellcey <sellcey@cavium.com>
18880
18881 * nscd/dbg_log.c (dbg_log): Increase msg buffer size.
18882
18883 2017-12-15 Thomas Schwinge <thomas@codesourcery.com>
18884
18885 * sysdeps/mach/hurd/dl-sysdep.c (__access_noerrno): Don't set
18886 errno.
18887
18888 2017-12-15 Joseph Myers <joseph@codesourcery.com>
18889
18890 * scripts/build-many-glibcs.py (Context.add_all_configs): Use
18891 --with-float=hard for arm-linux-gnueabihf configurations.
18892
18893 [BZ #14121]
18894 * po/Makefile (generated): Add $(ALL_LINGUAS:%=%.mo).
18895 (%.mo): Change to $(objpfx)%.mo. Use $(make-target-directory).
18896 ($(mo-installed)): Use $(objpfx)%.mo.
18897 (realclean): Remove rule.
18898
18899 * po/Makefile (linguas): Remove rule and dependencies.
18900 (linguas.mo): Likewise.
18901 (.PHONY): Do not depend on linguas and linguas.mo.
18902 (podir): Remove variable.
18903 (pofiles): Likewise.
18904 [$(pofiles)] (%.po): Remove rule.
18905
18906 * sysdeps/sparc/sparc32/Makefile
18907 ($(divrem:%=$(sysdep_dir)/sparc/sparc32/%.S)): Do not include
18908 start-of-line whitespace in argument of echo.
18909 * sysdeps/sparc/sparc32/divrem.m4: Avoid generating lines starting
18910 with whitespace. Generate __wrap_.udiv alias.
18911 * sysdeps/sparc/sparc32/rem.S: Regenerated.
18912 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
18913 * sysdeps/sparc/sparc32/udiv.S: Likewise.
18914 * sysdeps/sparc/sparc32/urem.S: Likewise.
18915
18916 2017-12-15 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18917
18918 * sysdeps/powerpc/powerpc64/power8/strcpy.S: Use vectors
18919 for aligned inputs.
18920
18921 2017-12-14 Siddhesh Poyarekar <siddhesh@sourceware.org>
18922
18923 * benchtests/bench-strcmp.c: Print output in JSON format.
18924
18925 * elf/dl-tunables.list: Remove redundant SXID_ERASE.
18926
18927 2017-12-14 Florian Weimer <fweimer@redhat.com>
18928
18929 [BZ #22607]
18930 CVE-2017-1000409
18931 * elf/dl-load.c (_dl_init_paths): Compute number of components in
18932 the expanded path string.
18933
18934 2017-12-14 Florian Weimer <fweimer@redhat.com>
18935
18936 [BZ #22606]
18937 CVE-2017-1000408
18938 * elf/dl-load.c (system_dirs): Update comment.
18939 (nsystem_dirs_len): Use array_length.
18940 (_dl_init_paths): Use nsystem_dirs_len to compute the array size.
18941
18942 2017-12-14 Florian Weimer <fweimer@redhat.com>
18943
18944 Simplify compiling most of support/ outside of glibc.
18945 * support/check_addrinfo.c: Include <string.h>.
18946 * support/check_dns_packet.c: Likewise.
18947 * support/check_hostent.c: Likewise.
18948 * support/support_can_chroot.c: Include <support/xunistd.h>.
18949 * support/support_format_addrinfo.c: Include <stdlib.h>
18950 * support/support_format_dns_packet.c: Include <stdbool.h>.
18951 * support/support_format_hostent.c: Include <stdlib.h>.
18952 * support/support_format_netent.c: Likewise.
18953 * support/support_write_string.c: Include <support/xunistd.h>.
18954 * support/xdlfcn.c: Include <stddef.h>.
18955
18956 2017-12-14 H.J. Lu <hongjiu.lu@intel.com>
18957
18958 * sysdeps/x86_64/fpu/s_cosf.S: Removed.
18959
18960 2017-12-14 Patrick McGehearty <patrick.mcgehearty@oracle.com>
18961 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18962
18963 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile
18964 (sysdeps_routines): Add memset-niagara7.
18965 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdes_rotuines):
18966 Likewise.
18967 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara7.S: New
18968 file.
18969 * sysdeps/sparc/sparc64/multiarch/memset-niagara7.S: Likewise.
18970 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c
18971 (__libc_ifunc_impl_list): Add __bzero_niagara7 and __memset_niagara7.
18972 * sysdeps/sparc/sparc64/multiarch/ifunc-memset.h (IFUNC_SELECTOR):
18973 Add niagara7 option.
18974 * NEWS: Mention sparc m7 optimized memcpy, mempcpy, memmove, and
18975 memset.
18976
18977 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile
18978 (sysdeps_routines): Add memcpy-memmove-niagara7 and memmove-ultra1.
18979 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdeps_routines):
18980 Likewise.
18981 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-memmove-niagara7.S:
18982 New file.
18983 * sysdeps/sparc/sparc32/sparcv9/multiarch/memmove-ultra1.S: Likewise.
18984 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memmove.c: Likewise.
18985 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c
18986 (__libc_ifunc_impl_list): Add __memcpy_niagara7, __mempcpy_niagara7,
18987 and __memmove_niagara7.
18988 * sysdeps/sparc/sparc64/multiarch/ifunc-memcpy.h (IFUNC_SELECTOR):
18989 Add niagara7 option.
18990 * sysdeps/sparc/sparc64/multiarch/memmove.c: New file.
18991 * sysdeps/sparc/sparc64/multiarch/ifunc-memmove.h: Likewise.
18992 * sysdeps/sparc/sparc64/multiarch/memcpy-memmove-niagara7.S: Likewise.
18993 * sysdeps/sparc/sparc64/multiarch/memmove-ultra1.S: Likewise.
18994 * sysdeps/sparc/sparc64/multiarch/rtld-memmove.c: Likewise.
18995
18996 2017-12-14 Jose E. Marchesi <jose.marchesi@oracle.com>
18997
18998 * sysdeps/sparc/sparc32/sparcv9/memmove.S: New file.
18999 * sysdeps/sparc/sparc32/sparcv9/rtld-memmove.c: Likewise.
19000 * sysdeps/sparc/sparc64/memmove.S: Likewise.
19001 * sysdeps/sparc/sparc64/rtld-memmove.c: Likewise.
19002
19003 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_ADP): Defined.
19004 * sysdeps/sparc/dl-procinfo.c: Added "adp" to the
19005 _dl_sparc_cap_flags array.
19006 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increment.
19007
19008 2017-12-13 Siddhesh Poyarekar <siddhesh@sourceware.org>
19009
19010 * sysdeps/aarch64/strcmp.S (misaligned8): Compare dword at a
19011 time whenever possible.
19012
19013 2017-12-12 Carlos O'Donell <carlos@redhat.com>
19014
19015 * elf/Makefile [$(nss-crypt)$(static-nss-crypt) == yesno]
19016 (CFLAGS-tst-linkall-static.c): Undefine USE_CRYPT first.
19017
19018 2017-12-12 Joseph Myers <joseph@codesourcery.com>
19019
19020 * soft-fp/fmadf4.c: Move to ....
19021 * sysdeps/ieee754/soft-fp/s_fma.c: ... here.
19022 * soft-fp/fmasf4.c: Move to ....
19023 * sysdeps/ieee754/soft-fp/s_fmaf.c: ... here.
19024 * soft-fp/fmatf4.c: Move to ....
19025 * sysdeps/ieee754/soft-fp/s_fmal.c: ... here.
19026 * sysdeps/ieee754/soft-fp/Makefile: New file.
19027 * sysdeps/arm/preconfigure.ac: Define with_fp_cond.
19028 * sysdeps/arm/preconfigure: Regenerated.
19029 * sysdeps/arm/nofpu/Implies: New file.
19030 * sysdeps/arm/s_fma.c: Remove file.
19031 * sysdeps/arm/s_fmaf.c: Likewise.
19032 * sysdeps/m68k/coldfire/nofpu/Implies: New file.
19033 * sysdeps/m68k/coldfire/nofpu/s_fma.c: Remove file.
19034 * sysdeps/m68k/coldfire/nofpu/s_fmaf.c: Likewise.
19035 * sysdeps/microblaze/Implies: Add ieee754/soft-fp.
19036 * sysdeps/microblaze/s_fma.c: Remove file.
19037 * sysdeps/microblaze/s_fmaf.c: Likewise.
19038 * sysdeps/mips/mips32/nofpu/Implies: New file.
19039 * sysdeps/mips/mips64/n32/fpu/s_fma.c: Likewise.
19040 * sysdeps/mips/mips64/n32/nofpu/Implies: Likewise.
19041 * sysdeps/mips/mips64/n64/fpu/s_fma.c: Likewise.
19042 * sysdeps/mips/mips64/n64/nofpu/Implies: Likewise.
19043 * sysdeps/mips/ieee754/s_fma.c: Remove file.
19044 * sysdeps/mips/ieee754/s_fmaf.c: Likewise.
19045 * sysdeps/mips/ieee754/s_fmal.c: Update include for move of fmal
19046 implementation.
19047 * sysdeps/nios2/Implies: Add ieee754/soft-fp.
19048 * sysdeps/nios2/s_fma.c: Remove file.
19049 * sysdeps/nios2/s_fmaf.c: Likewise.
19050 * sysdeps/sh/nofpu/Implies: New file.
19051 * sysdeps/sh/s_fma.c: Remove file.
19052 * sysdeps/sh/s_fmaf.c: Likewise.
19053 * sysdeps/tile/Implies: Add ieee754/soft-fp.
19054 * sysdeps/tile/s_fma.c: Remove file.
19055 * sysdeps/tile/s_fmaf.c: Likewise.
19056
19057 2017-12-12 H.J. Lu <hongjiu.lu@intel.com>
19058
19059 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
19060 Add s_cosf-sse2 and s_cosf-fma.
19061 (CFLAGS-s_cosf-fma.c): New.
19062 * sysdeps/x86_64/fpu/multiarch/s_cosf-fma.c: New file.
19063 * sysdeps/x86_64/fpu/multiarch/s_cosf-sse2.c: Likewise.
19064 * sysdeps/x86_64/fpu/multiarch/s_cosf.c: Likewise.
19065
19066 2017-12-12 Steve Ellcey <sellcey@cavium.com>
19067
19068 * nscd/nscd.h (init_traced_file): Change strncpy to memcpy.
19069
19070 2017-12-12 Adhemerval Zanella <adhemerval.zanella@linaro.org>
19071
19072 * libio/Makefile (tests): Add tst-bz22415.
19073 (tst-bz22415-ENV): New rule.
19074 (generated): Add tst-bz22415.mtrace and tst-bz22415.check.
19075 (tests-special): Add tst-bz22415-mem.out.
19076 ($(objpfx)tst-bz22415-mem.out): New rule.
19077 * libio/fileops.c (_IO_new_file_seekoff): Call _IO_free_backup_area
19078 in case of a successful seek operation.
19079 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
19080 (_IO_wfile_overflow): Call _IO_free_wbackup_area in case a write
19081 buffer is required.
19082 * libio/tst-bz22415.c: New test.
19083
19084 * sysdeps/ia64/fpu/libm-test-ulps: Update.
19085
19086 2017-12-12 James Clarke <jrtc27@jrtc27.com>
19087
19088 * sysdeps/unix/sysv/linux/ia64/ipc_priv.h: New file defining
19089 __IPC_64 to 0 to avoid IPC_64 being set.
19090
19091 2017-12-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
19092
19093 [BZ #22593]
19094 * math/bits/mathcalls.h (nextafter): Remove const.
19095 (nexttoward): Likewise.
19096
19097 2017-12-12 Joseph Myers <joseph@codesourcery.com>
19098
19099 * configure.ac (--with-fp): Remove configure option.
19100 (with_fp_cond): New variable.
19101 (libc_cv_with_fp): New configure test. Use this variable instead
19102 of with_fp.
19103 * configure: Regenerated.
19104 * config.make.in (with-fp): Use @libc_cv_with_fp@.
19105 * manual/install.texi (Configuring and compiling): Remove
19106 --without-fp.
19107 * INSTALL: Regenerated.
19108 * sysdeps/m68k/preconfigure (with_fp_cond): Define for ColdFire.
19109 * sysdeps/mips/preconfigure (with_fp_cond): Define.
19110 * sysdeps/powerpc/preconfigure (with_fp_cond): Define for 32-bit.
19111 * sysdeps/sh/preconfigure (with_fp_cond): Define.
19112 * scripts/build-many-glibcs.py (Context.add_all_configs): Do not
19113 use --without-fp to configure glibc.
19114
19115 2017-12-12 Rical Jasan <ricaljasan@pacific.net>
19116
19117 * manual/locale.texi (nl_langinfo): Fix a typo.
19118
19119 2017-12-12 Aurelien Jarno <aurelien@aurel32.net>
19120
19121 [BZ #22588]
19122 * manual/conf.texi (SC_SSIZE_MAX): Rename into _SC_SSIZE_MAX.
19123
19124 2017-12-11 H.J. Lu <hongjiu.lu@intel.com>
19125
19126 * argp/Makefile (CFLAGS-argp-help.c): Replace = with +=.
19127 (CFLAGS-argp-parse.c): Likewise.
19128 (CFLAGS-argp-fmtstream.c): Likewise.
19129 * crypt/Makefile (CPPFLAGS-sha256-crypt.c): Likewise.
19130 (CPPFLAGS-sha512-crypt.c): Likewise.
19131 (CPPFLAGS-md5-crypt.c): Likewise.
19132 * debug/Makefile (CFLAGS-stack_chk_fail.c): Likewise.
19133 (CFLAGS-stack_chk_fail_local.c): Likewise.
19134 (CFLAGS-backtrace.c): Likewise.
19135 (CFLAGS-sprintf_chk.c): Likewise.
19136 (CFLAGS-snprintf_chk.c): Likewise.
19137 (CFLAGS-vsprintf_chk.c): Likewise.
19138 (CFLAGS-vsnprintf_chk.c): Likewise.
19139 (CFLAGS-asprintf_chk.c): Likewise.
19140 (CFLAGS-vasprintf_chk.c): Likewise.
19141 (CFLAGS-obprintf_chk.c): Likewise.
19142 (CFLAGS-dprintf_chk.c): Likewise.
19143 (CFLAGS-vdprintf_chk.c): Likewise.
19144 (CFLAGS-printf_chk.c): Likewise.
19145 (CFLAGS-fprintf_chk.c): Likewise.
19146 (CFLAGS-vprintf_chk.c): Likewise.
19147 (CFLAGS-vfprintf_chk.c): Likewise.
19148 (CFLAGS-gets_chk.c): Likewise.
19149 (CFLAGS-fgets_chk.c): Likewise.
19150 (CFLAGS-fgets_u_chk.c): Likewise.
19151 (CFLAGS-fread_chk.c): Likewise.
19152 (CFLAGS-fread_u_chk.c): Likewise.
19153 (CFLAGS-swprintf_chk.c): Likewise.
19154 (CFLAGS-vswprintf_chk.c): Likewise.
19155 (CFLAGS-wprintf_chk.c): Likewise.
19156 (CFLAGS-fwprintf_chk.c): Likewise.
19157 (CFLAGS-vwprintf_chk.c): Likewise.
19158 (CFLAGS-vfwprintf_chk.c): Likewise.
19159 (CFLAGS-fgetws_chk.c): Likewise.
19160 (CFLAGS-fgetws_u_chk.c): Likewise.
19161 (CFLAGS-read_chk.c): Likewise.
19162 (CFLAGS-pread_chk.c): Likewise.
19163 (CFLAGS-pread64_chk.c): Likewise.
19164 (CFLAGS-recv_chk.c): Likewise.
19165 (CFLAGS-recvfrom_chk.c): Likewise.
19166 (CFLAGS-tst-longjmp_chk.c): Likewise.
19167 (CPPFLAGS-tst-longjmp_chk.c): Likewise.
19168 (CFLAGS-tst-longjmp_chk2.c): Likewise.
19169 (CPPFLAGS-tst-longjmp_chk2.c): Likewise.
19170 (CFLAGS-tst-longjmp_chk3.c): Likewise.
19171 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19172 (CFLAGS-tst-chk1.c): Likewise.
19173 (CFLAGS-tst-chk2.c): Likewise.
19174 (CFLAGS-tst-chk3.c): Likewise.
19175 (CFLAGS-tst-chk4.cc): Likewise.
19176 (CFLAGS-tst-chk5.cc): Likewise.
19177 (CFLAGS-tst-chk6.cc): Likewise.
19178 (CFLAGS-tst-lfschk1.c): Likewise.
19179 (CFLAGS-tst-lfschk2.c): Likewise.
19180 (CFLAGS-tst-lfschk3.c): Likewise.
19181 (CFLAGS-tst-lfschk4.cc): Likewise.
19182 (CFLAGS-tst-lfschk5.cc): Likewise.
19183 (CFLAGS-tst-lfschk6.cc): Likewise.
19184 (CFLAGS-tst-ssp-1.c): Likewise.
19185 * dirent/Makefile (CFLAGS-scandir.c): Likewise.
19186 (CFLAGS-scandir64.c): Likewise.
19187 (CFLAGS-scandir-tail.c): Likewise.
19188 (CFLAGS-scandir64-tail.c): Likewise.
19189 * elf/Makefile (CPPFLAGS-dl-tunables.c): Likewise.
19190 (CFLAGS-dl-tunables.c): Likewise.
19191 (CFLAGS-dl-runtime.c): Likewise.
19192 (CFLAGS-dl-lookup.c): Likewise.
19193 (CFLAGS-dl-iterate-phdr.c): Likewise.
19194 (CFLAGS-vismain.c): Likewise.
19195 (CFLAGS-tst-linkall-static.c): Likewise.
19196 (CFLAGS-tst-linkall-static.c): Likewise.
19197 (CPPFLAGS-dl-load.c): Likewise.
19198 (CFLAGS-ldconfig.c): Likewise.
19199 (CFLAGS-dl-cache.c): Likewise.
19200 (CFLAGS-cache.c): Likewise.
19201 (CFLAGS-rtld.c): Likewise.
19202 (CFLAGS-multiload.c): Likewise.
19203 (CFLAGS-filtmod1.c): Likewise.
19204 (CFLAGS-tst-align.c): Likewise.
19205 (CFLAGS-tst-align2.c): Likewise.
19206 (CFLAGS-tst-alignmod.c): Likewise.
19207 (CFLAGS-tst-alignmod2.c): Likewise.
19208 (CPPFLAGS-tst-execstack.c): Likewise.
19209 (CFLAGS-tst-ptrguard1-static.c): Likewise.
19210 (CFLAGS-tst-latepthreadmod.c): Likewise.
19211 * grp/Makefile (CFLAGS-getgrgid_r.c): Likewise.
19212 (CFLAGS-getgrnam_r.c): Likewise.
19213 (CFLAGS-getgrent_r.c): Likewise.
19214 (CFLAGS-getgrent.c): Likewise.
19215 (CFLAGS-fgetgrent.c): Likewise.
19216 (CFLAGS-fgetgrent_r.c): Likewise.
19217 (CFLAGS-putgrent.c): Likewise.
19218 (CFLAGS-initgroups.c): Likewise.
19219 (CFLAGS-getgrgid.c): Likewise.
19220 * gshadow/Makefile (CFLAGS-getsgent_r.c): Likewise.
19221 (CFLAGS-getsgent.c): Likewise.
19222 (CFLAGS-fgetsgent.c): Likewise.
19223 (CFLAGS-fgetsgent_r.c): Likewise.
19224 (CFLAGS-putsgent.c): Likewise.
19225 (CFLAGS-getsgnam.c): Likewise.
19226 (CFLAGS-getsgnam_r.c): Likewise.
19227 * iconv/Makefile (CFLAGS-iconv_prog.c): Likewise.
19228 (CFLAGS-iconv_charmap.c): Likewise.
19229 (CFLAGS-dummy-repertoire.c): Likewise.
19230 (CFLAGS-charmap.c): Likewise.
19231 (CFLAGS-linereader.c): Likewise.
19232 (CFLAGS-simple-hash.c): Likewise.
19233 (CFLAGS-gconv_conf.c): Likewise.
19234 (CFLAGS-iconvconfig.c): Likewise.
19235 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
19236 (CFLAGS-gethstbyad.c): Likewise.
19237 (CFLAGS-gethstbynm_r.c): Likewise.
19238 (CFLAGS-gethstbynm.c): Likewise.
19239 (CFLAGS-gethstbynm2_r.c): Likewise.
19240 (CFLAGS-gethstbynm2.c): Likewise.
19241 (CFLAGS-gethstent_r.c): Likewise.
19242 (CFLAGS-gethstent.c): Likewise.
19243 (CFLAGS-rcmd.c): Likewise.
19244 (CFLAGS-getnetbynm_r.c): Likewise.
19245 (CFLAGS-getnetbynm.c): Likewise.
19246 (CFLAGS-getnetbyad_r.c): Likewise.
19247 (CFLAGS-getnetbyad.c): Likewise.
19248 (CFLAGS-getnetent_r.c): Likewise.
19249 (CFLAGS-getnetent.c): Likewise.
19250 (CFLAGS-getaliasent_r.c): Likewise.
19251 (CFLAGS-getaliasent.c): Likewise.
19252 (CFLAGS-getrpcent_r.c): Likewise.
19253 (CFLAGS-getrpcent.c): Likewise.
19254 (CFLAGS-getservent_r.c): Likewise.
19255 (CFLAGS-getservent.c): Likewise.
19256 (CFLAGS-getprtent_r.c): Likewise.
19257 (CFLAGS-getprtent.c): Likewise.
19258 (CFLAGS-either_ntoh.c): Likewise.
19259 (CFLAGS-either_hton.c): Likewise.
19260 (CFLAGS-getnetgrent.c): Likewise.
19261 (CFLAGS-getnetgrent_r.c): Likewise.
19262 (CFLAGS-tst-checks-posix.c): Likewise.
19263 (CFLAGS-tst-sockaddr.c): Likewise.
19264 * intl/Makefile (CFLAGS-tst-gettext.c): Likewise.
19265 (CFLAGS-tst-translit.c): Likewise.
19266 (CFLAGS-tst-gettext2.c): Likewise.
19267 (CFLAGS-tst-codeset.c): Likewise.
19268 (CFLAGS-tst-gettext3.c): Likewise.
19269 (CFLAGS-tst-gettext4.c): Likewise.
19270 (CFLAGS-tst-gettext5.c): Likewise.
19271 (CFLAGS-tst-gettext6.c): Likewise.
19272 * io/Makefile (CFLAGS-open.c): Likewise.
19273 (CFLAGS-open64.c): Likewise.
19274 (CFLAGS-creat.c): Likewise.
19275 (CFLAGS-creat64.c): Likewise.
19276 (CFLAGS-fcntl.c): Likewise.
19277 (CFLAGS-poll.c): Likewise.
19278 (CFLAGS-ppoll.c): Likewise.
19279 (CFLAGS-lockf.c): Likewise.
19280 (CFLAGS-statfs.c): Likewise.
19281 (CFLAGS-fstatfs.c): Likewise.
19282 (CFLAGS-statvfs.c): Likewise.
19283 (CFLAGS-fstatvfs.c): Likewise.
19284 (CFLAGS-fts.c): Likewise.
19285 (CFLAGS-fts64.c): Likewise.
19286 (CFLAGS-ftw.c): Likewise.
19287 (CFLAGS-ftw64.c): Likewise.
19288 (CFLAGS-lockf.c): Likewise.
19289 (CFLAGS-posix_fallocate.c): Likewise.
19290 (CFLAGS-posix_fallocate64.c): Likewise.
19291 (CFLAGS-fallocate.c): Likewise.
19292 (CFLAGS-fallocate64.c): Likewise.
19293 (CFLAGS-read.c): Likewise.
19294 (CFLAGS-write.c): Likewise.
19295 (CFLAGS-test-stat.c): Likewise.
19296 (CFLAGS-test-lfs.c): Likewise.
19297 * libio/Makefile (CFLAGS-fileops.c): Likewise.
19298 (CFLAGS-fputc.c): Likewise.
19299 (CFLAGS-fputwc.c): Likewise.
19300 (CFLAGS-freopen64.c): Likewise.
19301 (CFLAGS-freopen.c): Likewise.
19302 (CFLAGS-fseek.c): Likewise.
19303 (CFLAGS-fseeko64.c): Likewise.
19304 (CFLAGS-fseeko.c): Likewise.
19305 (CFLAGS-ftello64.c): Likewise.
19306 (CFLAGS-ftello.c): Likewise.
19307 (CFLAGS-fwide.c): Likewise.
19308 (CFLAGS-genops.c): Likewise.
19309 (CFLAGS-getc.c): Likewise.
19310 (CFLAGS-getchar.c): Likewise.
19311 (CFLAGS-getwc.c): Likewise.
19312 (CFLAGS-getwchar.c): Likewise.
19313 (CFLAGS-iofclose.c): Likewise.
19314 (CFLAGS-iofflush.c): Likewise.
19315 (CFLAGS-iofgetpos64.c): Likewise.
19316 (CFLAGS-iofgetpos.c): Likewise.
19317 (CFLAGS-iofgets.c): Likewise.
19318 (CFLAGS-iofgetws.c): Likewise.
19319 (CFLAGS-iofputs.c): Likewise.
19320 (CFLAGS-iofputws.c): Likewise.
19321 (CFLAGS-iofread.c): Likewise.
19322 (CFLAGS-iofsetpos64.c): Likewise.
19323 (CFLAGS-iofsetpos.c): Likewise.
19324 (CFLAGS-ioftell.c): Likewise.
19325 (CFLAGS-iofwrite.c): Likewise.
19326 (CFLAGS-iogetdelim.c): Likewise.
19327 (CFLAGS-iogetline.c): Likewise.
19328 (CFLAGS-iogets.c): Likewise.
19329 (CFLAGS-iogetwline.c): Likewise.
19330 (CFLAGS-ioputs.c): Likewise.
19331 (CFLAGS-ioseekoff.c): Likewise.
19332 (CFLAGS-ioseekpos.c): Likewise.
19333 (CFLAGS-iosetbuffer.c): Likewise.
19334 (CFLAGS-iosetvbuf.c): Likewise.
19335 (CFLAGS-ioungetc.c): Likewise.
19336 (CFLAGS-ioungetwc.c): Likewise.
19337 (CFLAGS-oldfileops.c): Likewise.
19338 (CFLAGS-oldiofclose.c): Likewise.
19339 (CFLAGS-oldiofgetpos64.c): Likewise.
19340 (CFLAGS-oldiofgetpos.c): Likewise.
19341 (CFLAGS-oldiofsetpos64.c): Likewise.
19342 (CFLAGS-oldiofsetpos.c): Likewise.
19343 (CFLAGS-peekc.c): Likewise.
19344 (CFLAGS-putc.c): Likewise.
19345 (CFLAGS-putchar.c): Likewise.
19346 (CFLAGS-putwc.c): Likewise.
19347 (CFLAGS-putwchar.c): Likewise.
19348 (CFLAGS-rewind.c): Likewise.
19349 (CFLAGS-wfileops.c): Likewise.
19350 (CFLAGS-wgenops.c): Likewise.
19351 (CFLAGS-oldiofopen.c): Likewise.
19352 (CFLAGS-iofopen.c): Likewise.
19353 (CFLAGS-iofopen64.c): Likewise.
19354 (CFLAGS-oldtmpfile.c): Likewise.
19355 (CFLAGS-tst_putwc.c): Likewise.
19356 * locale/Makefile (CFLAGS-md5.c): Likewise.
19357 (CFLAGS-charmap.c): Likewise.
19358 (CFLAGS-locfile.c): Likewise.
19359 (CFLAGS-charmap-dir.c): Likewise.
19360 * login/Makefile (CFLAGS-grantpt.c): Likewise.
19361 (CFLAGS-getpt.c): Likewise.
19362 (CFLAGS-pt_chown.c): Likewise.
19363 * malloc/Makefile (CFLAGS-mcheck-init.c): Likewise.
19364 (CFLAGS-obstack.c): Likewise.
19365 * math/Makefile (CFLAGS-test-tgmath3.c): Likewise.
19366 (CFLAGS-test-double-vlen4-wrappers.c): Likewise.
19367 (CFLAGS-test-double-vlen8-wrappers.c): Likewise.
19368 (CFLAGS-test-float-vlen8-wrappers.c): Likewise.
19369 (CFLAGS-test-float-vlen16-wrappers.c): Likewise.
19370 (CFLAGS-test-tgmath.c): Likewise.
19371 (CFLAGS-test-tgmath2.c): Likewise.
19372 (CFLAGS-test-tgmath-ret.c): Likewise.
19373 (CFLAGS-test-powl.c): Likewise.
19374 (CFLAGS-test-snan.c): Likewise.
19375 (CFLAGS-test-signgam-finite.c): Likewise.
19376 (CFLAGS-test-signgam-finite-c99.c): Likewise.
19377 (CFLAGS-test-signgam-finite-c11.c): Likewise.
19378 (CFLAGS-test-signgam-uchar.c): Likewise.
19379 (CFLAGS-test-signgam-uchar-init.c): Likewise.
19380 (CFLAGS-test-signgam-uchar-static.c): Likewise.
19381 (CFLAGS-test-signgam-uchar-init-static.c): Likewise.
19382 (CFLAGS-test-signgam-uint.c): Likewise.
19383 (CFLAGS-test-signgam-uint-init.c): Likewise.
19384 (CFLAGS-test-signgam-uint-static.c): Likewise.
19385 (CFLAGS-test-signgam-uint-init-static.c): Likewise.
19386 (CFLAGS-test-signgam-ullong.c): Likewise.
19387 (CFLAGS-test-signgam-ullong-init.c): Likewise.
19388 (CFLAGS-test-signgam-ullong-static.c): Likewise.
19389 (CFLAGS-test-signgam-ullong-init-static.c): Likewise.
19390 (CFLAGS-test-math-cxx11.cc): Likewise.
19391 (CFLAGS-test-math-isinff.cc): Likewise.
19392 (CFLAGS-test-math-iszero.cc): Likewise.
19393 (CFLAGS-test-math-issignaling.cc): Likewise.
19394 (CFLAGS-test-math-iscanonical.cc): Likewise.
19395 (CFLAGS-test-iszero-excess-precision.c): Likewise.
19396 (CFLAGS-test-iseqsig-excess-precision.c): Likewise.
19397 (CFLAGS-test-flt-eval-method.c): Likewise.
19398 (CFLAGS-test-fe-snans-always-signal.c): Likewise.
19399 (CFLAGS-test-finite-macros.c): Likewise.
19400 * misc/Makefile (CFLAGS-select.c): Likewise.
19401 (CFLAGS-tsearch.c): Likewise.
19402 (CFLAGS-lsearch.c): Likewise.
19403 (CFLAGS-pselect.c): Likewise.
19404 (CFLAGS-readv.c): Likewise.
19405 (CFLAGS-writev.c): Likewise.
19406 (CFLAGS-preadv.c): Likewise.
19407 (CFLAGS-preadv64.c): Likewise.
19408 (CFLAGS-pwritev.c): Likewise.
19409 (CFLAGS-pwritev64.c): Likewise.
19410 (CFLAGS-preadv2.c): Likewise.
19411 (CFLAGS-preadv64v2.c): Likewise.
19412 (CFLAGS-pwritev2.c): Likewise.
19413 (CFLAGS-pwritev64v2.c): Likewise.
19414 (CFLAGS-usleep.c): Likewise.
19415 (CFLAGS-syslog.c): Likewise.
19416 (CFLAGS-error.c): Likewise.
19417 (CFLAGS-getpass.c): Likewise.
19418 (CFLAGS-mkstemp.c): Likewise.
19419 (CFLAGS-mkstemp64.c): Likewise.
19420 (CFLAGS-getsysstats.c): Likewise.
19421 (CFLAGS-getusershell.c): Likewise.
19422 (CFLAGS-err.c): Likewise.
19423 (CFLAGS-tst-tsearch.c): Likewise.
19424 (CFLAGS-msync.c): Likewise.
19425 (CFLAGS-fdatasync.c): Likewise.
19426 (CFLAGS-fsync.c): Likewise.
19427 * nptl/Makefile (CFLAGS-nptl-init.c): Likewise.
19428 (CFLAGS-unwind.c): Likewise.
19429 (CFLAGS-unwind-forcedunwind.c): Likewise.
19430 (CFLAGS-pthread_cancel.c): Likewise.
19431 (CFLAGS-pthread_setcancelstate.c): Likewise.
19432 (CFLAGS-pthread_setcanceltype.c): Likewise.
19433 (CFLAGS-cancellation.c): Likewise.
19434 (CFLAGS-libc-cancellation.c): Likewise.
19435 (CFLAGS-pthread_exit.c): Likewise.
19436 (CFLAGS-forward.c): Likewise.
19437 (CFLAGS-pthread_testcancel.c): Likewise.
19438 (CFLAGS-pthread_join.c): Likewise.
19439 (CFLAGS-pthread_timedjoin.c): Likewise.
19440 (CFLAGS-pthread_once.c): Likewise.
19441 (CFLAGS-pthread_cond_wait.c): Likewise.
19442 (CFLAGS-sem_wait.c): Likewise.
19443 (CFLAGS-sem_timedwait.c): Likewise.
19444 (CFLAGS-fcntl.c): Likewise.
19445 (CFLAGS-lockf.c): Likewise.
19446 (CFLAGS-pread.c): Likewise.
19447 (CFLAGS-pread64.c): Likewise.
19448 (CFLAGS-pwrite.c): Likewise.
19449 (CFLAGS-pwrite64.c): Likewise.
19450 (CFLAGS-wait.c): Likewise.
19451 (CFLAGS-waitpid.c): Likewise.
19452 (CFLAGS-sigwait.c): Likewise.
19453 (CFLAGS-msgrcv.c): Likewise.
19454 (CFLAGS-msgsnd.c): Likewise.
19455 (CFLAGS-tcdrain.c): Likewise.
19456 (CFLAGS-open.c): Likewise.
19457 (CFLAGS-open64.c): Likewise.
19458 (CFLAGS-pause.c): Likewise.
19459 (CFLAGS-recv.c): Likewise.
19460 (CFLAGS-send.c): Likewise.
19461 (CFLAGS-accept.c): Likewise.
19462 (CFLAGS-sendto.c): Likewise.
19463 (CFLAGS-connect.c): Likewise.
19464 (CFLAGS-recvfrom.c): Likewise.
19465 (CFLAGS-recvmsg.c): Likewise.
19466 (CFLAGS-sendmsg.c): Likewise.
19467 (CFLAGS-close.c): Likewise.
19468 (CFLAGS-read.c): Likewise.
19469 (CFLAGS-write.c): Likewise.
19470 (CFLAGS-nanosleep.c): Likewise.
19471 (CFLAGS-sigsuspend.c): Likewise.
19472 (CFLAGS-msync.c): Likewise.
19473 (CFLAGS-fdatasync.c): Likewise.
19474 (CFLAGS-fsync.c): Likewise.
19475 (CFLAGS-pt-system.c): Likewise.
19476 (CFLAGS-tst-cleanup2.c): Likewise.
19477 (CFLAGS-tst-cleanupx2.c): Likewise.
19478 (CFLAGS-flockfile.c): Likewise.
19479 (CFLAGS-ftrylockfile.c): Likewise.
19480 (CFLAGS-funlockfile.c): Likewise.
19481 (CFLAGS-tst-initializers1.c): Likewise.
19482 (CFLAGS-tst-initializers1-c89.c): Likewise.
19483 (CFLAGS-tst-initializers1-c99.c): Likewise.
19484 (CFLAGS-tst-initializers1-c11.c): Likewise.
19485 (CFLAGS-tst-initializers1-gnu89.c): Likewise.
19486 (CFLAGS-tst-initializers1-gnu99.c): Likewise.
19487 (CFLAGS-tst-initializers1-gnu11.c): Likewise.
19488 * nscd/Makefile (CFLAGS-nscd_getpw_r.c): Likewise.
19489 (CFLAGS-nscd_getgr_r.c): Likewise.
19490 (CFLAGS-nscd_gethst_r.c): Likewise.
19491 (CFLAGS-nscd_getai.c): Likewise.
19492 (CFLAGS-nscd_initgroups.c): Likewise.
19493 * posix/Makefile (CFLAGS-getaddrinfo.c): Likewise.
19494 (CFLAGS-pause.c): Likewise.
19495 (CFLAGS-pread.c): Likewise.
19496 (CFLAGS-pread64.c): Likewise.
19497 (CFLAGS-pwrite.c): Likewise.
19498 (CFLAGS-pwrite64.c): Likewise.
19499 (CFLAGS-sleep.c): Likewise.
19500 (CFLAGS-wait.c): Likewise.
19501 (CFLAGS-waitid.c): Likewise.
19502 (CFLAGS-waitpid.c): Likewise.
19503 (CFLAGS-getopt.c): Likewise.
19504 (CFLAGS-wordexp.c): Likewise.
19505 (CFLAGS-sysconf.c): Likewise.
19506 (CFLAGS-pathconf.c): Likewise.
19507 (CFLAGS-fpathconf.c): Likewise.
19508 (CFLAGS-spawn.c): Likewise.
19509 (CFLAGS-spawnp.c): Likewise.
19510 (CFLAGS-spawni.c): Likewise.
19511 (CFLAGS-glob.c): Likewise.
19512 (CFLAGS-glob64.c): Likewise.
19513 (CFLAGS-getconf.c): Likewise.
19514 (CFLAGS-nanosleep.c): Likewise.
19515 * pwd/Makefile (CFLAGS-getpwent_r.c): Likewise.
19516 (CFLAGS-getpwent.c): Likewise.
19517 (CFLAGS-getpw.c): Likewise.
19518 (CFLAGS-fgetpwent_r.c): Likewise.
19519 * resolv/Makefile (CFLAGS-res_hconf.c): Likewise.
19520 * rt/Makefile (CFLAGS-aio_suspend.c): Likewise.
19521 (CFLAGS-mq_timedreceive.c): Likewise.
19522 (CFLAGS-mq_timedsend.c): Likewise.
19523 (CFLAGS-clock_nanosleep.c): Likewise.
19524 (CFLAGS-librt-cancellation.c): Likewise.
19525 * shadow/Makefile (CFLAGS-getspent_r.c): Likewise.
19526 (CFLAGS-getspent.c): Likewise.
19527 (CFLAGS-fgetspent.c): Likewise.
19528 (CFLAGS-fgetspent_r.c): Likewise.
19529 (CFLAGS-putspent.c): Likewise.
19530 (CFLAGS-getspnam.c): Likewise.
19531 (CFLAGS-getspnam_r.c): Likewise.
19532 * signal/Makefile (CFLAGS-sigpause.c): Likewise.
19533 (CFLAGS-sigsuspend.c): Likewise.
19534 (CFLAGS-sigtimedwait.c): Likewise.
19535 (CFLAGS-sigwait.c): Likewise.
19536 (CFLAGS-sigwaitinfo.c): Likewise.
19537 (CFLAGS-sigreturn.c): Likewise.
19538 * stdio-common/Makefile (CFLAGS-vfprintf.c): Likewise.
19539 (CFLAGS-vfwprintf.c): Likewise.
19540 (CFLAGS-tmpfile.c): Likewise.
19541 (CFLAGS-tmpfile64.c): Likewise.
19542 (CFLAGS-tempname.c): Likewise.
19543 (CFLAGS-psignal.c): Likewise.
19544 (CFLAGS-vprintf.c): Likewise.
19545 (CFLAGS-cuserid.c): Likewise.
19546 (CFLAGS-errlist.c): Likewise.
19547 (CFLAGS-siglist.c): Likewise.
19548 (CFLAGS-scanf15.c): Likewise.
19549 (CFLAGS-scanf17.c): Likewise.
19550 * stdlib/Makefile (CFLAGS-bsearch.c): Likewise.
19551 (CFLAGS-msort.c): Likewise.
19552 (CFLAGS-qsort.c): Likewise.
19553 (CFLAGS-system.c): Likewise.
19554 (CFLAGS-fmtmsg.c): Likewise.
19555 (CFLAGS-strfmon.c): Likewise.
19556 (CFLAGS-strfmon_l.c): Likewise.
19557 (CFLAGS-strfromd.c): Likewise.
19558 (CFLAGS-strfromf.c): Likewise.
19559 (CFLAGS-strfroml.c): Likewise.
19560 (CFLAGS-tst-bsearch.c): Likewise.
19561 (CFLAGS-tst-qsort.c): Likewise.
19562 (CFLAGS-tst-makecontext2.c): Likewise.
19563 * sunrpc/Makefile (CFLAGS-xbootparam_prot.c): Likewise.
19564 (CFLAGS-xnlm_prot.c): Likewise.
19565 (CFLAGS-xrstat.c): Likewise.
19566 (CFLAGS-xyppasswd.c): Likewise.
19567 (CFLAGS-xklm_prot.c): Likewise.
19568 (CFLAGS-xrex.c): Likewise.
19569 (CFLAGS-xsm_inter.c): Likewise.
19570 (CFLAGS-xmount.c): Likewise.
19571 (CFLAGS-xrusers.c): Likewise.
19572 (CFLAGS-xspray.c): Likewise.
19573 (CFLAGS-xnfs_prot.c): Likewise.
19574 (CFLAGS-xrquota.c): Likewise.
19575 (CFLAGS-xkey_prot.c): Likewise.
19576 (CFLAGS-auth_unix.c): Likewise.
19577 (CFLAGS-key_call.c): Likewise.
19578 (CFLAGS-pmap_rmt.c): Likewise.
19579 (CFLAGS-clnt_perr.c): Likewise.
19580 (CFLAGS-openchild.c): Likewise.
19581 * sysvipc/Makefile (CFLAGS-msgrcv.c): Likewise.
19582 (CFLAGS-msgsnd.c): Likewise.
19583 * termios/Makefile (CFLAGS-tcdrain.c): Likewise.
19584 * time/Makefile (CFLAGS-tzfile.c): Likewise.
19585 (CFLAGS-tzset.c): Likewise.
19586 (CFLAGS-getdate.c): Likewise.
19587 (CFLAGS-test_time.c): Likewise.
19588 (CPPFLAGS-tst-tzname.c): Likewise.
19589 * timezone/Makefile (CFLAGS-zdump.c): Likewise.
19590 (CFLAGS-zic.c): Likewise.
19591 * wcsmbs/Makefile (CFLAGS-wcwidth.c): Likewise.
19592 (CFLAGS-wcswidth.c): Likewise.
19593 (CFLAGS-wcstol.c): Likewise.
19594 (CFLAGS-wcstoul.c): Likewise.
19595 (CFLAGS-wcstoll.c): Likewise.
19596 (CFLAGS-wcstoull.c): Likewise.
19597 (CFLAGS-wcstod.c): Likewise.
19598 (CFLAGS-wcstold.c): Likewise.
19599 (CFLAGS-wcstof128.c): Likewise.
19600 (CFLAGS-wcstof.c): Likewise.
19601 (CFLAGS-wcstol_l.c): Likewise.
19602 (CFLAGS-wcstoul_l.c): Likewise.
19603 (CFLAGS-wcstoll_l.c): Likewise.
19604 (CFLAGS-wcstoull_l.c): Likewise.
19605 (CFLAGS-wcstod_l.c): Likewise.
19606 (CFLAGS-wcstold_l.c): Likewise.
19607 (CFLAGS-wcstof128_l.c): Likewise.
19608 (CFLAGS-wcstof_l.c): Likewise.
19609 (CPPFLAGS-tst-wchar-h.c): Likewise.
19610 (CPPFLAGS-wcstold_l.c): Likewise.
19611
19612 2017-12-11 Paul A. Clarke <pc@us.ibm.com>
19613
19614 * sysdeps/ieee754/flt-32/s_cosf.c: New implementation.
19615
19616 2017-12-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19617 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
19618
19619 * manual/tunables.texi (Hardware Capability Tunables): Document
19620 glibc.tune.cached_memopt.
19621 * sysdeps/powerpc/cpu-features.c: New file.
19622 * sysdeps/powerpc/cpu-features.h: New file.
19623 * sysdeps/powerpc/dl-procinfo.c [!IS_IN(ldconfig)]: Add
19624 _dl_powerpc_cpu_features.
19625 * sysdeps/powerpc/dl-tunables.list: New file.
19626 * sysdeps/powerpc/ldsodefs.h: Include cpu-features.h.
19627 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
19628 (INIT_ARCH): Initialize use_aligned_memopt.
19629 * sysdeps/powerpc/powerpc64/dl-machine.h [defined(SHARED &&
19630 IS_IN(rtld))]: Restrict dl_platform_init availability and
19631 initialize CPU features used by tunables.
19632 * sysdeps/powerpc/powerpc64/multiarch/Makefile (sysdep_routines):
19633 Add memcpy-power8-cached.
19634 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add
19635 __memcpy_power8_cached.
19636 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
19637 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power8-cached.S:
19638 New file.
19639
19640 2017-12-11 H.J. Lu <hongjiu.lu@intel.com>
19641
19642 * string/Makefile (CFLAGS-inl-tester.c): Replace = with +=.
19643 (CFLAGS-noinl-tester.c): Likewise.
19644 (CFLAGS-tst-strlen.c): Likewise.
19645 (CFLAGS-stratcliff.c): Likewise.
19646 (CFLAGS-test-ffs.c): Likewise.
19647 (CFLAGS-tst-inlcall.c): Likewise.
19648 (CFLAGS-tst-xbzero-opt.c): Likewise.
19649 (CFLAGS-memcpy.c): Likewise.
19650 (CFLAGS-wordcopy.c): Likewise.
19651
19652 2017-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
19653
19654 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_resolve):
19655 Store r15 on stack and add cfi rule.
19656 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve):
19657 Likewise.
19658
19659 2017-12-10 Aurelien Jarno <aurelien@aurel32.net>
19660
19661 [BZ #22577]
19662 * elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf
19663 call.
19664
19665 2017-12-07 H.J. Lu <hongjiu.lu@intel.com>
19666
19667 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
19668 Add s_sinf-sse2 and s_sinf-fma.
19669 (CFLAGS-s_sinf-fma.c): New.
19670 * sysdeps/x86_64/fpu/multiarch/s_sinf-fma.c: New file.
19671 * sysdeps/x86_64/fpu/multiarch/s_sinf-sse2.c: Likewise.
19672 * sysdeps/x86_64/fpu/multiarch/s_sinf.c: Likewise.
19673
19674 2017-12-07 H.J. Lu <hongjiu.lu@intel.com>
19675
19676 * sysdeps/x86_64/fpu/s_sinf.S: Removed.
19677
19678 2017-12-07 Joseph Myers <joseph@codesourcery.com>
19679
19680 [BZ #22568]
19681 * math/s_ctan_template.c (M_DECL_FUNC (__ctan)): Set imaginary
19682 part of result to imaginary part of argument if it is zero and the
19683 real part of the argument is not finite.
19684 * math/s_ctanh_template.c (M_DECL_FUNC (__ctanh)): Set real part
19685 of result to real part of argument if it is zero and the imaginary
19686 part of the argument is not finite.
19687
19688 2017-12-07 Mike FABIAN <mfabian@redhat.com>
19689
19690 [BZ #22524]
19691 * localedata/Makefile: Add lt_LT.UTF-8 to test-input
19692 and to the list of locales to be built for testing.
19693 * localedata/lt_LT.UTF-8.in: New file for testing the collation.
19694 * localedata/locales/lt_LT (LC_COLLATE): Use “copy "iso14651_t1"”
19695 and build the collation rules upon that.
19696
19697 2017-12-07 Joseph Myers <joseph@codesourcery.com>
19698
19699 * bits/floatn-common.h (__HAVE_FLOAT32): Define to 1.
19700 * manual/math.texi (Mathematics): Document support for _Float32.
19701 * math/Makefile (test-types): Add float32.
19702 * math/Versions (GLIBC_2.27): Add _Float32 functions.
19703 * stdlib/Versions (GLIBC_2.27): Likewise.
19704 * wcsmbs/Versions (GLIBC_2.27): Likewise.
19705 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Update.
19706 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
19707 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
19708 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
19709 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
19710 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
19711 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
19712 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
19713 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
19714 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
19715 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
19716 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
19717 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
19718 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
19719 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
19720 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
19721 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
19722 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
19723 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
19724 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
19725 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist:
19726 Likewise.
19727 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
19728 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
19729 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
19730 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
19731 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
19732 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
19733 Likewise.
19734 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
19735 Likewise.
19736 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
19737 Likewise.
19738 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
19739 Likewise.
19740
19741 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
19742 Likewise.
19743 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
19744 Likewise.
19745 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
19746 Likewise.
19747 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
19748 Likewise.
19749 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
19750 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
19751 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
19752 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
19753 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
19754 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
19755 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
19756 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
19757 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
19758 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
19759 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist:
19760 Likewise.
19761 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
19762 Likewise.
19763 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
19764 Likewise.
19765 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
19766 Likewise.
19767 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
19768 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
19769 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
19770 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
19771 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
19772 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
19773 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
19774 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
19775
19776 2017-12-06 Joseph Myers <joseph@codesourcery.com>
19777
19778 * stdlib/strtof.c: Include <bits/floatn.h>
19779 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (strtof32): Define
19780 and later undefine as macro. Define as weak alias if
19781 [!USE_WIDE_CHAR].
19782 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (wcstof32): Define
19783 and later undefine as macro. Define as weak alias if
19784 [USE_WIDE_CHAR].
19785 * stdlib/strtof_l.c: Include <bits/floatn.h>
19786 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (strtof32_l): Define
19787 and later undefine as macro. Define as weak alias if
19788 [!USE_WIDE_CHAR].
19789 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (wcstof32_l): Define
19790 and later undefine as macro. Define as weak alias if
19791 [USE_WIDE_CHAR].
19792
19793 * stdlib/strfromf.c: Include <bits/floatn.h>.
19794 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (strfromf32): Define
19795 and later undefine as macro and define as weak alias.
19796
19797 * math/test-float32.h: New file.
19798
19799 * sysdeps/generic/libm-alias-float.h: Include <bits/floatn.h>.
19800 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32]
19801 (libm_alias_float_other_r): Create f32 alias.
19802 (libm_alias_float_r): Use semicolon before call to
19803 libm_alias_float_other_r.
19804
19805 * sysdeps/ia64/fpu/e_exp2f.S (__exp2f): Use exp2 not __exp2 as
19806 second argument to libm_alias_float_other.
19807 * sysdeps/ia64/fpu/e_log2f.S (__log2f): Use log2 not __log2 as
19808 second argument to libm_alias_float_other.
19809 * sysdeps/ia64/fpu/e_powf.S (__powf): Use pow not __pow as second
19810 argument to libm_alias_float_other.
19811
19812 [BZ #22561]
19813 * math/s_cacosh_template.c (M_DECL_FUNC (__cacosh)): Use pi/2 for
19814 real part of result for argument 0 + i * NaN.
19815 * math/libm-test-cacosh.inc (cacosh_test_data): Update expected
19816 results for tests of 0 + i * NaN.
19817
19818 2017-12-06 Adhemerval Zanella <adhemerval.zanella@linaro.org>
19819
19820 * sysdeps/alpha/fpu/libm-test-ulps: Update.
19821
19822 2017-12-06 David S. Miller <davem@davemloft.net>
19823
19824 * sysdeps/sparc/fpu/libm-test-ulps: Update
19825 exp_{downward,towardzero,upward} ulps.
19826
19827 2017-12-06 Joseph Myers <joseph@codesourcery.com>
19828
19829 * sysdeps/ieee754/ldbl-96/e_j1l.c (qone): Don't make local
19830 variables static.
19831
19832 * sysdeps/ieee754/ldbl-128/e_j0l.c (Y0_2N): Make const.
19833 (Y0_2D): Likewise.
19834 * sysdeps/ieee754/ldbl-128/e_j1l.c (Y0_2N): Likewise.
19835 (Y0_2D): Likewise.
19836 * sysdeps/ieee754/ldbl-128ibm/e_j0l.c (Y0_2N): Likewise.
19837 (Y0_2D): Likewise.
19838 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c (Y0_2N): Likewise.
19839 (Y0_2D): Likewise.
19840
19841 2017-12-06 Mike FABIAN <mfabian@redhat.com>
19842
19843 [BZ #22515]
19844 * localedata/Makefile: Add hsb_DE.UTF-8 to test-input
19845 and to the list of locales to be built for testing.
19846 * localedata/hsb_DE.UTF-8.in: New file for testing the collation.
19847 * localedata/locales/hsb_DE (LC_COLLATE): Use “copy "iso14651_t1"”
19848 and build the collation rules upon that.
19849
19850 2017-12-06 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
19851
19852 * NEWS: Add sinf to list of optimized functions.
19853
19854 2017-12-06 Joseph Myers <joseph@codesourcery.com>
19855
19856 * bits/floatn-common.h (__HAVE_FLOAT64): Define to 1.
19857 (__HAVE_FLOAT32X): Likewise.
19858 * manual/math.texi (Mathematics): Document support for _Float64
19859 and _Float32x.
19860 * math/Makefile (test-types): Add float64 and float32x.
19861 * math/Versions (GLIBC_2.27): Add _Float64 and _Float32x
19862 functions.
19863 * stdlib/Versions (GLIBC_2.27): Likewise.
19864 * wcsmbs/Versions (GLIBC_2.27): Likewise.
19865 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Update.
19866 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
19867 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
19868 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
19869 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
19870 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
19871 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
19872 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
19873 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
19874 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
19875 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
19876 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
19877 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
19878 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
19879 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
19880 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
19881 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
19882 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
19883 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
19884 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
19885 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist:
19886 Likewise.
19887 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
19888 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
19889 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
19890 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
19891 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
19892 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
19893 Likewise.
19894 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
19895 Likewise.
19896 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
19897 Likewise.
19898 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
19899 Likewise.
19900 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
19901 Likewise.
19902 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
19903 Likewise.
19904 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
19905 Likewise.
19906 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
19907 Likewise.
19908 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
19909 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
19910 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
19911 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
19912 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
19913 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
19914 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
19915 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
19916 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
19917 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
19918 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist:
19919 Likewise.
19920 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
19921 Likewise.
19922 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
19923 Likewise.
19924 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
19925 Likewise.
19926 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
19927 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
19928 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
19929 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
19930 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
19931 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
19932 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
19933 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
19934
19935 2017-12-05 Joseph Myers <joseph@codesourcery.com>
19936
19937 * bits/floatn-common.h: Include <bits/long-double.h>.
19938 [__HAVE_FLOAT64 && (!__GNUC_PREREQ (7, 0) || defined __cplusplus)
19939 && __NO_LONG_DOUBLE_MATH] (__f64): Use suffix 'l'.
19940 [__HAVE_FLOAT64 && (!__GNUC_PREREQ (7, 0) || defined __cplusplus)
19941 && __NO_LONG_DOUBLE_MATH] (__CFLOAT64): Use _Complex long double.
19942 [__HAVE_FLOAT64 && (!__GNUC_PREREQ (7, 0) || defined __cplusplus)
19943 && __NO_LONG_DOUBLE_MATH] (_Float64): Use long double.
19944 [__HAVE_FLOAT64 && !__GNUC_PREREQ (7, 0) && __NO_LONG_DOUBLE_MATH]
19945 (__builtin_huge_valf64): Use __builtin_huge_vall.
19946 [__HAVE_FLOAT64 && !__GNUC_PREREQ (7, 0) && __NO_LONG_DOUBLE_MATH]
19947 (__builtin_inff64): Use __builtin_infl.
19948 [__HAVE_FLOAT64 && !__GNUC_PREREQ (7, 0) && __NO_LONG_DOUBLE_MATH]
19949 (__builtin_nanf64): Use __builtin_nanl.
19950 [__HAVE_FLOAT64 && !__GNUC_PREREQ (7, 0) && __NO_LONG_DOUBLE_MATH]
19951 (__builtin_nansf64): Use __builtin_nansl.
19952
19953 2017-12-05 Rogerio A. Cardoso <rcardoso@linux.vnet.ibm.com>
19954 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
19955 Carlos O'Donnell <carlos@redhat.com>
19956
19957 * elf/dl-tunables.list: Add elision parameters.
19958 * manual/tunables.texi: Add entries about elision tunable.
19959 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c:
19960 Add callback functions to dynamically enable/disable elision.
19961 Add multiple callbacks functions to set elision parameters.
19962 Deleted __libc_enable_secure check.
19963 * sysdeps/unix/sysv/linux/s390/elision-conf.c: Likewise.
19964 * sysdeps/unix/sysv/linux/x86/elision-conf.c: Likewise.
19965 * configure: Regenerated.
19966 * configure.ac: Option enable_lock_elision was deleted.
19967 * config.h.in: ENABLE_LOCK_ELISION flag was deleted.
19968 * config.make.in: Remove references to enable_lock_elision.
19969 * manual/install.texi: Elision configure option was removed.
19970 * INSTALL: Regenerated to remove enable_lock_elision.
19971 * nptl/Makefile:
19972 Disable elision so it can verify error case for destroying a mutex.
19973 * sysdeps/powerpc/nptl/elide.h:
19974 Cleanup ENABLE_LOCK_ELISION check.
19975 Deleted macros for the case when ENABLE_LOCK_ELISION was not defined.
19976 * sysdeps/s390/configure: Regenerated.
19977 * sysdeps/s390/configure.ac: Remove references to enable_lock_elision..
19978 * nptl/tst-mutex8.c:
19979 Deleted all #ifndef ENABLE_LOCK_ELISION from the test.
19980 * sysdeps/powerpc/powerpc32/sysdep.h:
19981 Deleted all ENABLE_LOCK_ELISION checks.
19982 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
19983 * sysdeps/powerpc/sysdep.h: Likewise.
19984 * sysdeps/s390/nptl/bits/pthreadtypes-arch.h: Likewise.
19985 * sysdeps/unix/sysv/linux/powerpc/force-elision.h: Likewise.
19986 * sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
19987 * sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
19988 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
19989 * sysdeps/unix/sysv/linux/s390/Makefile: Remove references to
19990 enable-lock-elision.
19991
19992 2017-12-05 Joseph Myers <joseph@codesourcery.com>
19993
19994 * stdlib/strtod.c: Include <bits/floatn.h>.
19995 (BUILD_DOUBLE): New macro.
19996 [BUILD_DOUBLE && __HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64]
19997 (strtof64): Define and later undefine as macro. Define as weak
19998 alias if [!USE_WIDE_CHAR].
19999 [BUILD_DOUBLE && __HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64]
20000 (wcstof64): Define and later undefine as macro. Define as weak
20001 alias if [USE_WIDE_CHAR].
20002 [BUILD_DOUBLE && __HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X]
20003 (strtof32x): Define and later undefine as macro. Define as weak
20004 alias if [!USE_WIDE_CHAR].
20005 [BUILD_DOUBLE && __HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X]
20006 (wcstof32x): Define and later undefine as macro. Define as weak
20007 alias if [USE_WIDE_CHAR].
20008 * stdlib/strtod_l.c: Include <bits/floatn.h>.
20009 (BUILD_DOUBLE): New macro.
20010 [BUILD_DOUBLE && __HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64]
20011 (strtof64_l): Define and later undefine as macro. Define as weak
20012 alias if [!USE_WIDE_CHAR].
20013 [BUILD_DOUBLE && __HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64]
20014 (wcstof64_l): Define and later undefine as macro. Define as weak
20015 alias if [USE_WIDE_CHAR].
20016 [BUILD_DOUBLE && __HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X]
20017 (strtof32x_l): Define and later undefine as macro. Define as weak
20018 alias if [!USE_WIDE_CHAR].
20019 [BUILD_DOUBLE && __HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X]
20020 (wcstof32x_l): Define and later undefine as macro. Define as weak
20021 alias if [USE_WIDE_CHAR].
20022
20023 2017-12-05 Adhemerval Zanella <adhemerval.zanella@linaro.org>
20024
20025 * sysdeps/ieee754/flt-32/s_sinf.c (ones): Define as double.
20026 (reduced): Use ones as double instead of integer.
20027
20028 2017-12-05 Szabolcs Nagy <szabolcs.nagy@arm.com>
20029
20030 * sysdeps/ieee754/flt-32/s_sinf.c (sinf): Use isless.
20031
20032 2017-12-05 Joseph Myers <joseph@codesourcery.com>
20033
20034 * stdlib/strfromd.c: Include <bits/floatn.h>.
20035 [__HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64] (strfromf64): Define
20036 and later undefine as macro and define as weak alias.
20037 [__HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X] (strfromf32x):
20038 Likewise.
20039
20040 * math/test-float32x.h: New file.
20041 * math/test-float64.h: Likewise.
20042
20043 * sysdeps/generic/libm-alias-double.h: Include <bits/floatn.h>.
20044 (libm_alias_double_other_r_f64): New macro.
20045 (libm_alias_double_other_r_f32x): Likewise.
20046 (libm_alias_double_other_r): Use libm_alias_double_other_r_f64 and
20047 libm_alias_double_other_r_f32x.
20048 (libm_alias_double_r): Use semicolon before call to
20049 libm_alias_double_other_r.
20050 * sysdeps/ieee754/ldbl-opt/libm-alias-double.h: Include
20051 <bits/floatn.h>.
20052 (libm_alias_double_other_r_f64): New macro.
20053 (libm_alias_double_other_r_f32x): Likewise.
20054 (libm_alias_double_other_r): Use libm_alias_double_other_r_f64 and
20055 libm_alias_double_other_r_f32x.
20056
20057 2017-12-05 H.J. Lu <hongjiu.lu@intel.com>
20058
20059 * sysdeps/ieee754/flt-32/s_sinf.c (reduced): Replace long with
20060 int.
20061 (SINF_FUNC): Likewise. Replace floor with simple casts.
20062
20063 2017-12-05 Mike FABIAN <mfabian@redhat.com>
20064
20065 [BZ #22517]
20066 * localedata/Makefile: Add et_EE.UTF-8 to test-input
20067 and to the list of locales to be built for testing.
20068 * localedata/et_EE.UTF-8.in: New file for testing the collation.
20069 * localedata/locales/et_EE (LC_COLLATE): Use “copy "iso14651_t1"”
20070 and build the collation rules upon that.
20071
20072 2017-12-05 Chris Metcalf <cmetcalf@mellanox.com>
20073
20074 * sysdeps/tile/tilegx/string-endian.h (VECOP): Provide working
20075 replacements for __insn_xxx builtins for v1cmpeq, v1cmpltu,
20076 v1cmpne, v1add, v1shru, v1shl (register and immediate versions).
20077 * sysdeps/tile/tilegx/memchr.c (__memchr): Use VECOP function
20078 instead of __insn__xxx.
20079 * sysdeps/tile/tilegx/rawmemchr.c (__rawmemchr): Likewise.
20080 * sysdeps/tile/tilegx/strstr.c (strcasechr): Likewise.
20081 * sysdeps/tile/tilegx/strrchr.c (strrchr): Likewise.
20082 * sysdeps/tile/tilegx/strlen.c (strlen): Likewise.
20083 * sysdeps/tile/tilegx/strchrnul.c (__strchrnul): Likewise.
20084 * sysdeps/tile/tilegx/strchr.c (strchr): Likewise.
20085
20086 2017-12-05 Florian Weimer <fweimer@redhat.com>
20087
20088 Linux: Implement interfaces for memory protection keys
20089 * support/Makefile (libsupport-routines): Add xraise, xsigaction,
20090 xsignal, xsysconf.
20091 * support/xsignal.h (xraise, xsignal, xsigaction): Declare.
20092 * support/xunistd.h (xsysconf): Declare.
20093 * support/xraise.c: New file.
20094 * support/xsigaction.c: Likewise.
20095 * support/xsignal.c: Likewise.
20096 * support/xsysconf.c: Likewise.
20097 * sysdeps/unix/sysv/linux/Makefile [misc] (routines): Add
20098 pkey_set, pkey_get, pkey_mprotect.
20099 [misc] (tests): Add tst-pkey.
20100 (tst-pkey): Link with -lpthread.
20101 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.27): Add pkey_alloc,
20102 pkey_free, pkey_set, pkey_get, pkey_mprotect.
20103 * sysdeps/unix/sysv/linux/bits/mman-linux.h (PKEY_DISABLE_ACCESS)
20104 (PKEY_DISABLE_WRITE): Define.
20105 (pkey_alloc, pkey_free, pkey_set, pkey_get, pkey_mprotect):
20106 Declare.
20107 * sysdeps/unix/sysv/linux/bits/siginfo-consts.h (SEGV_BNDERR)
20108 (SEGV_PKUERR): Add.
20109 * sysdeps/unix/sysv/linux/pkey_get.c: New file.
20110 * sysdeps/unix/sysv/linux/pkey_set.c: Likewise.
20111 * sysdeps/unix/sysv/linux/pkey_mprotect.c: Likewise.
20112 * sysdeps/unix/sysv/linux/syscalls.list (pkey_alloc, pkey_free):
20113 Add.
20114 * sysdeps/unix/sysv/linux/tst-pkey.c: New file.
20115 * sysdeps/unix/sysv/linux/x86/arch-pkey.h: Likewise.
20116 * sysdeps/unix/sysv/linux/x86/pkey_get.c: Likewise.
20117 * sysdeps/unix/sysv/linux/x86/pkey_set.c: Likewise.
20118 * sysdeps/unix/sysv/linux/**.abilist: Update.
20119
20120 2017-12-05 Florian Weimer <fweimer@redhat.com>
20121
20122 * support/tst-test_compare.c (subprocess): Use long long instead
20123 of long argument for consistent type width across 32-bit and
20124 64-bit architectures.
20125 (do_test): Adjust expected output.
20126
20127 2017-12-05 Joseph Myers <joseph@codesourcery.com>
20128
20129 * sysdeps/powerpc/fpu/s_cosf.c: Include <libm-alias-float.h>.
20130 (cosf): Define using libm_alias_float.
20131 * sysdeps/powerpc/fpu/s_fabs.S: Include <libm-alias-float.h>.
20132 (fabsf): Define using libm_alias_float.
20133 * sysdeps/powerpc/fpu/s_fmaf.S: Include <libm-alias-float.h>.
20134 (fmaf): Define using libm_alias_float.
20135 * sysdeps/powerpc/fpu/s_rintf.c: Include <libm-alias-float.h>.
20136 (rintf): Define using libm_alias_float.
20137 * sysdeps/powerpc/fpu/s_sinf.c: Include <libm-alias-float.h>.
20138 (sinf): Define using libm_alias_float.
20139 * sysdeps/powerpc/power5+/fpu/s_modff.c: Include
20140 <libm-alias-float.h>.
20141 (modff): Define using libm_alias_float.
20142 * sysdeps/powerpc/power7/fpu/s_logbf.c: Include
20143 <libm-alias-float.h>.
20144 (logbf): Define using libm_alias_float.
20145 * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Include
20146 <libm-alias-float.h>.
20147 (ceilf): Define using libm_alias_float.
20148 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Include
20149 <libm-alias-float.h>.
20150 (copysignf): Define using libm_alias_float.
20151 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Include
20152 <libm-alias-float.h>.
20153 (floorf): Define using libm_alias_float.
20154 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Include
20155 <libm-alias-float.h>.
20156 (llrintf): Define using libm_alias_float.
20157 * sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: Include
20158 <libm-alias-float.h>.
20159 (llroundf): Define using libm_alias_float.
20160 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Include
20161 <libm-alias-float.h>.
20162 (lrintf): Define using libm_alias_float.
20163 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Include
20164 <libm-alias-float.h>.
20165 (lroundf): Define using libm_alias_float.
20166 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: Include
20167 <libm-alias-float.h>.
20168 (nearbyintf): Define using libm_alias_float.
20169 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Include
20170 <libm-alias-float.h>.
20171 (rintf): Define using libm_alias_float.
20172 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Include
20173 <libm-alias-float.h>.
20174 (roundf): Define using libm_alias_float.
20175 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Include
20176 <libm-alias-float.h>.
20177 (truncf): Define using libm_alias_float.
20178 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c:
20179 Include <libm-alias-float.h>.
20180 (ceilf): Define using libm_alias_float.
20181 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c:
20182 Include <libm-alias-float.h>.
20183 (copysignf): Define using libm_alias_float.
20184 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c:
20185 Include <libm-alias-float.h>.
20186 (floorf): Define using libm_alias_float.
20187 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c:
20188 Include <libm-alias-float.h>.
20189 (llrintf): Define using libm_alias_float.
20190 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c:
20191 Include <libm-alias-float.h>.
20192 (llroundf): Define using libm_alias_float.
20193 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c:
20194 Include <libm-alias-float.h>.
20195 (logbf): Define using libm_alias_float.
20196 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c:
20197 Include <libm-alias-float.h>.
20198 (lrintf): Define using libm_alias_float.
20199 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c:
20200 Include <libm-alias-float.h>.
20201 (lroundf): Define using libm_alias_float.
20202 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c:
20203 Include <libm-alias-float.h>.
20204 (modff): Define using libm_alias_float.
20205 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c:
20206 Include <libm-alias-float.h>.
20207 (roundf): Define using libm_alias_float.
20208 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c:
20209 Include <libm-alias-float.h>.
20210 (truncf): Define using libm_alias_float.
20211 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Include
20212 <libm-alias-float.h>.
20213 (llrintf): Define using libm_alias_float.
20214 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Include
20215 <libm-alias-float.h>.
20216 (llroundf): Define using libm_alias_float.
20217 * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: Include
20218 <libm-alias-float.h>.
20219 (ceilf): Define using libm_alias_float.
20220 * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: Include
20221 <libm-alias-float.h>.
20222 (floorf): Define using libm_alias_float.
20223 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Include
20224 <libm-alias-float.h>.
20225 (llroundf): Define using libm_alias_float.
20226 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Include
20227 <libm-alias-float.h>.
20228 (lroundf): Define using libm_alias_float.
20229 * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: Include
20230 <libm-alias-float.h>.
20231 (roundf): Define using libm_alias_float.
20232 * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: Include
20233 <libm-alias-float.h>.
20234 (truncf): Define using libm_alias_float.
20235 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Include
20236 <libm-alias-float.h>.
20237 (copysignf): Define using libm_alias_float.
20238 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Include
20239 <libm-alias-float.h>.
20240 (llrintf): Define using libm_alias_float.
20241 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Include
20242 <libm-alias-float.h>.
20243 (llroundf): Define using libm_alias_float.
20244 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: Include
20245 <libm-alias-float.h>.
20246 (lrintf): Define using libm_alias_float.
20247 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Include
20248 <libm-alias-float.h>.
20249 (lroundf): Define using libm_alias_float.
20250 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: Include
20251 <libm-alias-float.h>.
20252 (ceilf): Define using libm_alias_float.
20253 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: Include
20254 <libm-alias-float.h>.
20255 (copysignf): Define using libm_alias_float.
20256 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf.c: Include
20257 <libm-alias-float.h>.
20258 (cosf): Define using libm_alias_float.
20259 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: Include
20260 <libm-alias-float.h>.
20261 (floorf): Define using libm_alias_float.
20262 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrintf.c: Include
20263 <libm-alias-float.h>.
20264 (llrintf): Define using libm_alias_float.
20265 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llroundf.c: Include
20266 <libm-alias-float.h>.
20267 (llroundf): Define using libm_alias_float.
20268 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: Include
20269 <libm-alias-float.h>.
20270 (logbf): Define using libm_alias_float.
20271 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c: Include
20272 <libm-alias-float.h>.
20273 (modff): Define using libm_alias_float.
20274 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: Include
20275 <libm-alias-float.h>.
20276 (roundf): Define using libm_alias_float.
20277 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf.c: Include
20278 <libm-alias-float.h>.
20279 (sinf): Define using libm_alias_float.
20280 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: Include
20281 <libm-alias-float.h>.
20282 (truncf): Define using libm_alias_float.
20283 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Include
20284 <libm-alias-float.h>.
20285 (ceilf): Define using libm_alias_float.
20286 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Include
20287 <libm-alias-float.h>.
20288 (copysignf): Define using libm_alias_float.
20289 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Include
20290 <libm-alias-float.h>.
20291 (floorf): Define using libm_alias_float.
20292 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Include
20293 <libm-alias-float.h>.
20294 (llrintf): Define using libm_alias_float.
20295 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Include
20296 <libm-alias-float.h>.
20297 (llroundf): Define using libm_alias_float.
20298 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Include
20299 <libm-alias-float.h>.
20300 (nearbyintf): Define using libm_alias_float.
20301 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Include
20302 <libm-alias-float.h>.
20303 (rintf): Define using libm_alias_float.
20304 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Include
20305 <libm-alias-float.h>.
20306 (roundf): Define using libm_alias_float.
20307 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Include
20308 <libm-alias-float.h>.
20309 (truncf): Define using libm_alias_float.
20310 * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: Include
20311 <libm-alias-float.h>.
20312 (ceilf): Define using libm_alias_float.
20313 * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: Include
20314 <libm-alias-float.h>.
20315 (floorf): Define using libm_alias_float.
20316 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Include
20317 <libm-alias-float.h>.
20318 (llroundf): Define using libm_alias_float.
20319 * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: Include
20320 <libm-alias-float.h>.
20321 (roundf): Define using libm_alias_float.
20322 * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: Include
20323 <libm-alias-float.h>.
20324 (truncf): Define using libm_alias_float.
20325 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Include
20326 <libm-alias-float.h>.
20327 (copysignf): Define using libm_alias_float.
20328 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Include
20329 <libm-alias-float.h>.
20330 (llrintf): Define using libm_alias_float.
20331 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Include
20332 <libm-alias-float.h>.
20333 (llroundf): Define using libm_alias_float.
20334 * sysdeps/powerpc/powerpc64/power8/fpu/s_cosf.S: Include
20335 <libm-alias-float.h>.
20336 (cosf): Define using libm_alias_float.
20337 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: Include
20338 <libm-alias-float.h>.
20339 (llrintf): Define using libm_alias_float.
20340 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: Include
20341 <libm-alias-float.h>.
20342 (llroundf): Define using libm_alias_float.
20343 * sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.S: Include
20344 <libm-alias-float.h>.
20345 (sinf): Define using libm_alias_float.
20346
20347 2017-12-04 Florian Weimer <fweimer@redhat.com>
20348
20349 * support/check.h (TEST_COMPARE): Define.
20350 (support_test_compare_failure): Declare.
20351 * support/Makefile (libsupport-routines): Add
20352 support_test_compare_failure.
20353 (tests): Add tst-test_compare.
20354 * support /support_test_compare_failure.c: New file.
20355 * support/tst-test_compare.c: Likewise.
20356
20357 2017-12-04 Mike FABIAN <mfabian@redhat.com>
20358
20359 [BZ #22527]
20360 * localedata/locales/tr_TR (LC_COLLATE): Base collation rules
20361 on iso14651_t1. A test file localedata/tr_TR.UTF-8.in is already
20362 available, this rewrite of the collation rules does reproduce
20363 the test file in the same order.
20364
20365 2017-12-04 Mike FABIAN <mfabian@redhat.com>
20366
20367 [BZ #10580]
20368 * localedata/locales/hr_HR (LC_TIME): Use two letters for the
20369 digraphs in the month and day names. Using single code points for
20370 digraphs is deprecated. While there are dedicated Unicode
20371 codepoints, for the digraphs, these are included for backwards
20372 compatibility and modern texts use a sequence of Basic Latin
20373 characters. See: https://www.unicode.org/faq/ligature_digraph.html
20374 This makes the month and day names agree exactly with CLDR now,
20375 CLDR does not use the single code points for the digraphs either.
20376
20377 2017-12-04 Chris Metcalf <cmetcalf@mellanox.com>
20378
20379 * sysdeps/tile/libm-test-ulps: Update ca{cos,sin,tan}{,h} ulps.
20380
20381 2017-12-04 Joseph Myers <joseph@codesourcery.com>
20382
20383 * sysdeps/ieee754/flt-32/s_sinf.c (SINF_FUNC): Use __floor instead
20384 of floor.
20385
20386 2017-12-04 Siddhesh Poyarekar <siddhesh@sourceware.org>
20387
20388 * sysdeps/aarch64/multiarch/memcpy_generic.S (__GI_memcpy):
20389 Define only for libc.so.
20390
20391 2017-12-04 Stefan Liebler <stli@linux.vnet.ibm.com>
20392
20393 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
20394 (INTERNAL_VSYSCALL_CALL, CLOBBER_0, CLOBBER_1, CLOBBER_2,
20395 CLOBBER_3, CLOBBER_4, CLOBBER_5, CLOBBER_6,
20396 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Remove.
20397 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
20398
20399 2017-12-04 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
20400
20401 [BZ #5997]
20402 * sysdeps/ieee754/flt-32/s_sinf.c: New implementation.
20403
20404 2017-12-02 John David Anglin <danglin@gcc.gnu.org>
20405
20406 [BZ libc/19170]
20407 * sysdeps/hppa/crti.S: Declare PREINIT_FUNCTION weak_extern when
20408 PREINIT_FUNCTION_WEAK is nonzero.
20409 (gmon_initializer): New function. Put procedure label for it in
20410 .init_array section.
20411 (_init): Don't call PREINIT_FUNCTION.
20412 * sysdeps/hppa/crtn.S (__gmon_start__): Remove.
20413 * sysdeps/hppa/dl-lookupcfg.h (DL_FIXUP_MAKE_VALUE): Create null fixup
20414 value when map argument is null.
20415
20416 * sysdeps/hppa/dl-fptr.c (elf_machine_resolve): Remove unnecessary
20417 depi instruction from PIC pc-relative sequence.
20418 * sysdeps/hppa/dl-fptr.h (ELF_MACHINE_LOAD_ADDRESS): Likewise.
20419 * sysdeps/hppa/dl-machine.h (elf_machine_dynamic): Likewise.
20420 (elf_machine_load_address): Likewise.
20421 (elf_machine_runtime_setup): Likewise.
20422
20423 2017-12-02 Joseph Myers <joseph@codesourcery.com>
20424
20425 * sysdeps/powerpc/power7/fpu/s_logb.c: Include
20426 <libm-alias-double.h>.
20427 (logb): Define using libm_alias_double.
20428 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Include
20429 <libm-alias-double.h>.
20430 (copysign): Define using libm_alias_double.
20431 * sysdeps/powerpc/powerpc32/fpu/s_llrint.c: Include
20432 <libm-alias-double.h>.
20433 (llrint): Define using libm_alias_double.
20434 * sysdeps/powerpc/powerpc32/fpu/s_llround.c: Include
20435 <libm-alias-double.h>.
20436 (llround): Define using libm_alias_double.
20437 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Include
20438 <libm-alias-double.h>.
20439 (lrint): Define using libm_alias_double.
20440 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Include
20441 <libm-alias-double.h>.
20442 (lround): Define using libm_alias_double.
20443 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
20444 Include <libm-alias-double.h>.
20445 (copysign): Define using libm_alias_double.
20446 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c:
20447 Include <libm-alias-double.h>.
20448 (llrint): Define using libm_alias_double.
20449 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c:
20450 Include <libm-alias-double.h>.
20451 (llround): Define using libm_alias_double.
20452 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: Include
20453 <libm-alias-double.h>.
20454 (logb): Define using libm_alias_double.
20455 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c:
20456 Include <libm-alias-double.h>.
20457 (lrint): Define using libm_alias_double.
20458 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c:
20459 Include <libm-alias-double.h>.
20460 (lround): Define using libm_alias_double.
20461 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Include
20462 <libm-alias-double.h>.
20463 (llrint): Define using libm_alias_double.
20464 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Include
20465 <libm-alias-double.h>.
20466 (llround): Define using libm_alias_double.
20467 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Include
20468 <libm-alias-double.h>.
20469 (llround): Define using libm_alias_double.
20470 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Include
20471 <libm-alias-double.h>.
20472 (lround): Define using libm_alias_double.
20473 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Include
20474 <libm-alias-double.h>.
20475 (copysign): Define using libm_alias_double.
20476 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Include
20477 <libm-alias-double.h>.
20478 (llrint): Define using libm_alias_double.
20479 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Include
20480 <libm-alias-double.h>.
20481 (llround): Define using libm_alias_double.
20482 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: Include
20483 <libm-alias-double.h>.
20484 (lrint): Define using libm_alias_double.
20485 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Include
20486 <libm-alias-double.h>.
20487 (lround): Define using libm_alias_double.
20488 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Include
20489 <libm-alias-double.h>.
20490 (copysign): Define using libm_alias_double.
20491 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: Include
20492 <libm-alias-double.h>.
20493 (llrint): Define using libm_alias_double.
20494 (lrint): Likewise.
20495 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: Include
20496 <libm-alias-double.h>.
20497 (llround): Define using libm_alias_double.
20498 (lround): Likewise.
20499 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: Include
20500 <libm-alias-double.h>.
20501 (logb): Define using libm_alias_double.
20502 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Include
20503 <libm-alias-double.h>.
20504 (copysign): Define using libm_alias_double.
20505 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Include
20506 <libm-alias-double.h>.
20507 (llrint): Define using libm_alias_double.
20508 (lrint): Likewise.
20509 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Include
20510 <libm-alias-double.h>.
20511 (llround): Define using libm_alias_double.
20512 (lround): Likewise.
20513 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Include
20514 <libm-alias-double.h>.
20515 (llround): Define using libm_alias_double.
20516 (lround): Likewise.
20517 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Include
20518 <libm-alias-double.h>.
20519 (copysign): Define using libm_alias_double.
20520 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Include
20521 <libm-alias-double.h>.
20522 (llrint): Define using libm_alias_double.
20523 (lrint): Likewise.
20524 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Include
20525 <libm-alias-double.h>.
20526 (llround): Define using libm_alias_double.
20527 (lround): Likewise.
20528 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: Include
20529 <libm-alias-double.h>.
20530 (llrint): Define using libm_alias_double.
20531 (lrint): Likewise.
20532 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: Include
20533 <libm-alias-double.h>.
20534 (llround): Define using libm_alias_double.
20535 (lround): Likewise.
20536
20537 2017-12-01 Joseph Myers <joseph@codesourcery.com>
20538
20539 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
20540 [LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)] (lroundl): Do not define
20541 compat symbol based on llround.
20542
20543 * sysdeps/powerpc/power7/fpu/s_logb.c
20544 [LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (logbl): Define as compat
20545 symbol based on __logb, not on logb.
20546 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c
20547 [LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (logbl): Likewise.
20548 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c
20549 [LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (logbl): Likewise.
20550
20551 * sysdeps/powerpc/fpu/s_rint.c: Include <libm-alias-double.h>.
20552 (rint): Define using libm_alias_double.
20553 * sysdeps/powerpc/power5+/fpu/s_modf.c: Include
20554 <libm-alias-double.h>.
20555 (modf): Define using libm_alias_double.
20556 * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Include
20557 <libm-alias-double.h>.
20558 (ceil): Define using libm_alias_double.
20559 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Include
20560 <libm-alias-double.h>.
20561 (floor): Define using libm_alias_double.
20562 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: Include
20563 <libm-alias-double.h>.
20564 (nearbyint): Define using libm_alias_double.
20565 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Include
20566 <libm-alias-double.h>.
20567 (rint): Define using libm_alias_double.
20568 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Include
20569 <libm-alias-double.h>.
20570 (round): Define using libm_alias_double.
20571 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Include
20572 <libm-alias-double.h>.
20573 (trunc): Define using libm_alias_double.
20574 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: Include
20575 <libm-alias-double.h>.
20576 (ceil): Define using libm_alias_double.
20577 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c:
20578 Include <libm-alias-double.h>.
20579 (floor): Define using libm_alias_double.
20580 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: Include
20581 <libm-alias-double.h>.
20582 (modf): Define using libm_alias_double.
20583 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c:
20584 Include <libm-alias-double.h>.
20585 (round): Define using libm_alias_double.
20586 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c:
20587 Include <libm-alias-double.h>.
20588 (trunc): Define using libm_alias_double.
20589 * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: Include
20590 <libm-alias-double.h>.
20591 (ceil): Define using libm_alias_double.
20592 * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: Include
20593 <libm-alias-double.h>.
20594 (floor): Define using libm_alias_double.
20595 * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: Include
20596 <libm-alias-double.h>.
20597 (round): Define using libm_alias_double.
20598 * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: Include
20599 <libm-alias-double.h>.
20600 (trunc): Define using libm_alias_double.
20601 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: Include
20602 <libm-alias-double.h>.
20603 (ceil): Define using libm_alias_double.
20604 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: Include
20605 <libm-alias-double.h>.
20606 (floor): Define using libm_alias_double.
20607 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Include
20608 <libm-alias-double.h>.
20609 (modf): Define using libm_alias_double.
20610 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: Include
20611 <libm-alias-double.h>.
20612 (round): Define using libm_alias_double.
20613 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: Include
20614 <libm-alias-double.h>.
20615 (trunc): Define using libm_alias_double.
20616 * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Include
20617 <libm-alias-double.h>.
20618 (ceil): Define using libm_alias_double.
20619 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Include
20620 <libm-alias-double.h>.
20621 (floor): Define using libm_alias_double.
20622 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: Include
20623 <libm-alias-double.h>.
20624 (nearbyint): Define using libm_alias_double.
20625 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Include
20626 <libm-alias-double.h>.
20627 (rint): Define using libm_alias_double.
20628 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Include
20629 <libm-alias-double.h>.
20630 (round): Define using libm_alias_double.
20631 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Include
20632 <libm-alias-double.h>.
20633 (trunc): Define using libm_alias_double.
20634 * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: Include
20635 <libm-alias-double.h>.
20636 (ceil): Define using libm_alias_double.
20637 * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: Include
20638 <libm-alias-double.h>.
20639 (floor): Define using libm_alias_double.
20640 * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: Include
20641 <libm-alias-double.h>.
20642 (round): Define using libm_alias_double.
20643 * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: Include
20644 <libm-alias-double.h>.
20645 (trunc): Define using libm_alias_double.
20646
20647 * sysdeps/powerpc/fpu/s_fabs.S: Include <libm-alias-double.h>.
20648 (fabs): Define using libm_alias_double.
20649 * sysdeps/powerpc/fpu/s_fma.S: Include <libm-alias-double.h>.
20650 (fma): Define using libm_alias_double.
20651 * sysdeps/powerpc/powerpc32/fpu/s_fabs.S: Remove file.
20652 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: Likewise.
20653 * sysdeps/powerpc/powerpc64/fpu/s_fabs.S: Likewise.
20654 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: Likewise.
20655
20656 2017-12-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
20657
20658 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Remove file.
20659
20660 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC_DFLT,
20661 SPARC_ASM_IFUNC1, SPARC_ASM_IFUNC2, SET, SPARC_ASM_VIS2_IFUNC,
20662 SPARC_ASM_VIS3_IFUNC, SPARC_ASM_VIS3_VIS2_IFUNC): Remove macros.
20663
20664 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c: Fix build
20665 due redirect macro.
20666
20667 2017-12-01 Andreas Schwab <schwab@linux-m68k.org>
20668
20669 * intl/Makefile ($(objpfx)plural.c): Add $(make-target-directory).
20670
20671 2017-12-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
20672
20673 * sysdeps/sparc/sparc64/cpu_relax.c: New file.
20674 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.c: Likewise.
20675 * sysdeps/sparc/sparc64/cpu_relax.S: Remove file.
20676 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Likewise.
20677
20678 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
20679 (libm-sysdep_routines): Add s_nearbyintf-generic and
20680 s_nearbyint-generic.
20681 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-generic.S:
20682 New file.
20683 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.c: Likewise.
20684 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-generic.S:
20685 Likewise.
20686 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.c:
20687 Likewise.
20688 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: Remove
20689 file.
20690 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S:
20691 Likewise.
20692
20693 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
20694 (libm-sysdep_routines): Add s_rintf-generic and s_rint-generic.
20695 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-generic.S: New
20696 file.
20697 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.c: Likewise.
20698 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-generic.S:
20699 Likewise.
20700 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.c: Likewise.
20701 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Remove file.
20702 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
20703
20704 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
20705 (libm-sysdep_routines): Add s_llrintf-generic and s_llrint-generic.
20706 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-generic.S: New
20707 file.
20708 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.c: Likewise.
20709 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-generic.S:
20710 Likewise.
20711 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.c: Likewise.
20712 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Remove file.
20713 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: Likewise.
20714
20715 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
20716 (libm-sysdep_routines): Add s_fabsf-generic and s_fabs-generic.
20717 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-generic.S: New
20718 file.
20719 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.c: Likewise.
20720 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-generic.S:
20721 Likewise.
20722 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.c: Likewise.
20723 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Remove file.
20724 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
20725
20726 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
20727 (sysdep_calls): New rule.
20728 (sysdep_routines): Use sysdep_calls as base.
20729 (libm-sysdep_routines): Add generic rule for symbols shared with
20730 libc. Add s_copysign-generic and s_copysign-generic objects.
20731 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-generic.S:
20732 New file.
20733 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c: Likewise.
20734 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-generic.S:
20735 Likewise.
20736 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.c: Likewise.
20737 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: Remove file.
20738 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: Likewise.
20739
20740 2017-12-01 Mike FABIAN <mfabian@redhat.com>
20741
20742 [BZ #22519]
20743 * localedata/Makefile: Add is_IS.UTF-8 to test-input and to
20744 the list of locales to be built for testing.
20745 * localedata/is_IS.UTF-8.in: New file.
20746 * localedata/locales/is_IS (LC_COLLATE): Base collation rules
20747 on iso14651_t1.
20748
20749 2017-12-01 Joseph Myers <joseph@codesourcery.com>
20750
20751 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Include
20752 <libm-alias-float.h>.
20753 (fabsf): Define using libm_alias_float.
20754
20755 2017-11-30 H.J. Lu <hongjiu.lu@intel.com>
20756
20757 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Expand MIN.
20758
20759 2017-11-30 Joseph Myers <joseph@codesourcery.com>
20760
20761 * sysdeps/m68k/coldfire/fpu/s_fabsf.c: Include
20762 <libm-alias-float.h>.
20763 (fabsf): Define using libm_alias_float.
20764 * sysdeps/m68k/coldfire/fpu/s_lrintf.c: Include
20765 <libm-alias-float.h>.
20766 (lrintf): Define using libm_alias_float.
20767 * sysdeps/m68k/coldfire/fpu/s_rintf.c: Include
20768 <libm-alias-float.h>.
20769 (rintf): Define using libm_alias_float.
20770
20771 * sysdeps/m68k/coldfire/fpu/s_fabs.c: Include
20772 <libm-alias-double.h>.
20773 (fabs): Define using libm_alias_double.
20774 * sysdeps/m68k/coldfire/fpu/s_lrint.c: Include
20775 <libm-alias-double.h>.
20776 (lrint): Define using libm_alias_double.
20777 * sysdeps/m68k/coldfire/fpu/s_rint.c: Include
20778 <libm-alias-double.h>.
20779 (rint): Define using libm_alias_double.
20780
20781 * sysdeps/m68k/m680x0/fpu/s_atan_template.c: New file.
20782 * sysdeps/m68k/m680x0/fpu/s_ceil_template.c: Likewise.
20783 * sysdeps/m68k/m680x0/fpu/s_cos_template.c: Likewise.
20784 * sysdeps/m68k/m680x0/fpu/s_expm1_template.c: Likewise.
20785 * sysdeps/m68k/m680x0/fpu/s_fabs_template.c: Likewise.
20786 * sysdeps/m68k/m680x0/fpu/s_floor_template.c: Likewise.
20787 * sysdeps/m68k/m680x0/fpu/s_frexp_template.c: Likewise.
20788 * sysdeps/m68k/m680x0/fpu/s_lrint_template.c: Likewise.
20789 * sysdeps/m68k/m680x0/fpu/s_modf_template.c: Likewise.
20790 * sysdeps/m68k/m680x0/fpu/s_nearbyint_template.c: Likewise.
20791 * sysdeps/m68k/m680x0/fpu/s_remquo_template.c: Likewise.
20792 * sysdeps/m68k/m680x0/fpu/s_rint_template.c: Likewise.
20793 * sysdeps/m68k/m680x0/fpu/s_sin_template.c: Likewise.
20794 * sysdeps/m68k/m680x0/fpu/s_sincos_template.c: Likewise.
20795 * sysdeps/m68k/m680x0/fpu/s_tan_template.c: Likewise.
20796 * sysdeps/m68k/m680x0/fpu/s_tanh_template.c: Likewise.
20797 * sysdeps/m68k/m680x0/fpu/s_trunc_template.c: Likewise.
20798 * sysdeps/m68k/m680x0/fpu/s_atan.c: Reimplement to use
20799 s_atan_template.c.
20800 * sysdeps/m68k/m680x0/fpu/s_atanf.c: Likewise.
20801 * sysdeps/m68k/m680x0/fpu/s_atanl.c: Likewise.
20802 * sysdeps/m68k/m680x0/fpu/s_ceil.c: Reimplement to use
20803 s_ceil_template.c.
20804 * sysdeps/m68k/m680x0/fpu/s_ceilf.c: Likewise.
20805 * sysdeps/m68k/m680x0/fpu/s_ceill.c: Likewise.
20806 * sysdeps/m68k/m680x0/fpu/s_cos.c: Reimplement to use
20807 s_cos_template.c.
20808 * sysdeps/m68k/m680x0/fpu/s_cosf.c: Likewise.
20809 * sysdeps/m68k/m680x0/fpu/s_cosl.c: Likewise.
20810 * sysdeps/m68k/m680x0/fpu/s_expm1.c: Reimplement to use
20811 s_expm1_template.c.
20812 * sysdeps/m68k/m680x0/fpu/s_expm1f.c: Likewise.
20813 * sysdeps/m68k/m680x0/fpu/s_expm1l.c: Likewise.
20814 * sysdeps/m68k/m680x0/fpu/s_fabs.c: Reimplement to use
20815 s_fabs_template.c.
20816 * sysdeps/m68k/m680x0/fpu/s_fabsf.c: Likewise.
20817 * sysdeps/m68k/m680x0/fpu/s_fabsl.c: Likewise.
20818 * sysdeps/m68k/m680x0/fpu/s_floor.c: Reimplement to use
20819 s_floor_template.c.
20820 * sysdeps/m68k/m680x0/fpu/s_floorf.c: Likewise.
20821 * sysdeps/m68k/m680x0/fpu/s_floorl.c: Likewise.
20822 * sysdeps/m68k/m680x0/fpu/s_frexp.c: Reimplement to use
20823 s_frexp_template.c.
20824 * sysdeps/m68k/m680x0/fpu/s_frexpf.c: Likewise.
20825 * sysdeps/m68k/m680x0/fpu/s_lrint.c: Reimplement to use
20826 s_lrint_template.c.
20827 * sysdeps/m68k/m680x0/fpu/s_lrintf.c: Likewise.
20828 * sysdeps/m68k/m680x0/fpu/s_lrintl.c: Likewise.
20829 * sysdeps/m68k/m680x0/fpu/s_modf.c: Reimplement to use
20830 s_modf_template.c.
20831 * sysdeps/m68k/m680x0/fpu/s_modff.c: Likewise.
20832 * sysdeps/m68k/m680x0/fpu/s_modfl.c: Likewise.
20833 * sysdeps/m68k/m680x0/fpu/s_nearbyint.c: Reimplement to use
20834 s_nearbyint_template.c.
20835 * sysdeps/m68k/m680x0/fpu/s_nearbyintf.c: Likewise.
20836 * sysdeps/m68k/m680x0/fpu/s_nearbyintl.c: Likewise.
20837 * sysdeps/m68k/m680x0/fpu/s_remquo.c: Reimplement to use
20838 s_remquo_template.c.
20839 * sysdeps/m68k/m680x0/fpu/s_remquof.c: Likewise.
20840 * sysdeps/m68k/m680x0/fpu/s_remquol.c: Likewise.
20841 * sysdeps/m68k/m680x0/fpu/s_rint.c: Reimplement to use
20842 s_rint_template.c.
20843 * sysdeps/m68k/m680x0/fpu/s_rintf.c: Likewise.
20844 * sysdeps/m68k/m680x0/fpu/s_rintl.c: Likewise.
20845 * sysdeps/m68k/m680x0/fpu/s_sin.c: Reimplement to use
20846 s_sin_template.c.
20847 * sysdeps/m68k/m680x0/fpu/s_sinf.c: Likewise.
20848 * sysdeps/m68k/m680x0/fpu/s_sinl.c: Likewise.
20849 * sysdeps/m68k/m680x0/fpu/s_sincos.c: Reimplement to use
20850 s_sincos_template.c.
20851 * sysdeps/m68k/m680x0/fpu/s_sincosf.c: Likewise.
20852 * sysdeps/m68k/m680x0/fpu/s_sincosl.c: Likewise.
20853 * sysdeps/m68k/m680x0/fpu/s_tan.c: Reimplement to use
20854 s_tan_template.c.
20855 * sysdeps/m68k/m680x0/fpu/s_tanf.c: Likewise.
20856 * sysdeps/m68k/m680x0/fpu/s_tanl.c: Likewise.
20857 * sysdeps/m68k/m680x0/fpu/s_tanh.c: Reimplement to use
20858 s_tanh_template.c.
20859 * sysdeps/m68k/m680x0/fpu/s_tanhf.c: Likewise.
20860 * sysdeps/m68k/m680x0/fpu/s_tanhl.c: Likewise.
20861 * sysdeps/m68k/m680x0/fpu/s_trunc.c: Reimplement to use
20862 s_trunc_template.c.
20863 * sysdeps/m68k/m680x0/fpu/s_truncf.c: Likewise.
20864 * sysdeps/m68k/m680x0/fpu/s_truncl.c: Likewise.
20865 * sysdeps/m68k/m680x0/fpu/s_significand.c: Reimplement based on
20866 s_atan.c instead of including s_atan.c.
20867 * sysdeps/m68k/m680x0/fpu/s_significandf.c: Reimplement based on
20868 s_atanf.c instead of including s_atanf.c.
20869 * sysdeps/m68k/m680x0/fpu/s_significandl.c: Reimplement based on
20870 s_atanl.c instead of including s_atanl.c.
20871 * sysdeps/m68k/m680x0/fpu/s_log1p.c: Include s_significand.c
20872 instead of s_atan.c.
20873 * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Include s_significandf.c
20874 instead of s_atanf.c.
20875 * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Include s_significandl.c
20876 instead of s_atanl.c.
20877
20878 * scripts/update-copyrights: Do not handle intl/plural.c
20879 specially.
20880
20881 2017-11-30 Juro Bystricky <juro.bystricky@linux.intel.com>
20882
20883 [BZ #22432]
20884 * configure.ac (BISON): Require to be present.
20885 * configure: Regenerated.
20886 * intl/Makefile (generated): Add plural.c.
20887 [$(BISON) != no]: Make code unconditional.
20888 (plural.c): Change rule to $(objpfx)plural.c.
20889 ($(objpfx)plural.o): Depend on $(objpfx)plural.c.
20890 * intl/plural.c: Remove.
20891 * manual/install.texi (Tools for Compilation): Document bison as
20892 required.
20893 * INSTALL: Regenerated.
20894
20895 2017-11-30 Joseph Myers <joseph@codesourcery.com>
20896
20897 * sysdeps/m68k/m680x0/fpu/s_llrint.c: Include
20898 <libm-alias-double.h>.
20899 (llrint): Define using libm_alias_double.
20900 * sysdeps/m68k/m680x0/fpu/s_llrintf.c: Include
20901 <libm-alias-float.h>.
20902 (llrintf): Define using libm_alias_float.
20903 * sysdeps/m68k/m680x0/fpu/s_llrintl.c: Include
20904 <libm-alias-ldouble.h>.
20905 (llrintl): Define using libm_alias_ldouble.
20906
20907 * sysdeps/m68k/m680x0/fpu/s_ccosh_template.c (ccosh): Use
20908 declare_mgen_alias instead of weak_alias.
20909 * sysdeps/m68k/m680x0/fpu/s_cexp_template.c (cexp): Likewise.
20910 * sysdeps/m68k/m680x0/fpu/s_csin_template.c (csin): Likewise.
20911 * sysdeps/m68k/m680x0/fpu/s_csinh_template.c (csinh): Likewise.
20912
20913 2017-11-30 Adhemerval Zanella <adhemerval.zanella@linaro.org>
20914
20915 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
20916 Add add_n-generic.
20917 * sysdeps/sparc/sparc64/multiarch/add_n-generic.S: New file.
20918 * sysdeps/sparc/sparc64/multiarch/add_n.c: Likewise.
20919 * sysdeps/sparc/sparc64/multiarch/add_n.S: Remove file.
20920
20921 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
20922 Add submul_1-generic.
20923 * sysdeps/sparc/sparc64/multiarch/submul_1-generic.S: New file.
20924 * sysdeps/sparc/sparc64/multiarch/submul_1.c: Likewise.
20925 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Remove file.
20926
20927 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
20928 Add addmul_1-generic.
20929 * sysdeps/sparc/sparc64/multiarch/addmul_1-generic.S: New file.
20930 * sysdeps/sparc/sparc64/multiarch/addmul_1.c: Likewise.
20931 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Remove file.
20932
20933 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
20934 Add sub_n-generic.
20935 * sysdeps/sparc/sparc64/multiarch/sub_n-generic.S: New file.
20936 * sysdeps/sparc/sparc64/multiarch/sub_n.c: Likewise.
20937 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Remove file.
20938
20939 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
20940 Add mul_1-generic.
20941 * sysdeps/sparc/sparc64/multiarch/mul_1-generic.S: New file.
20942 * sysdeps/sparc/sparc64/multiarch/mul_1.c: Likewise.
20943 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Remove file.
20944
20945 2017-11-30 Mike FABIAN <mfabian@redhat.com>
20946
20947 According to CLDR, collation rules for Serbian and Bosnian
20948 should be the same as for Croatian.
20949
20950 [BZ #22534]
20951 * localedata/Makefile: Add sr_RS.UTF-8 and bs_BA.UTF-8 to test-input
20952 and to the list of locales to be built for testing.
20953 * localedata/bs_BA.UTF-8.in: New file (same as hr_HR.UTF-8.in).
20954 * localedata/sr_RS.UTF-8.in: New file (same as hr_HR.UTF-8.in).
20955 * localedata/locales/bs_BA (LC_COLLATE): Use “copy "hr_HR"”.
20956 * localedata/locales/sr_RS (LC_COLLATE): Use “copy "hr_HR"”.
20957
20958 2017-11-30 Mike FABIAN <mfabian@redhat.com>
20959
20960 * localedata/locales/hr_HR (LC_COLLATE): Fix collation
20961 to make test case pass.
20962 * localedata/hr_HR.UTF-8.in: Add more test strings.
20963
20964 2017-11-30 Mike FABIAN <mfabian@redhat.com>
20965
20966 * stdlib/tst-strfmon_l.c: Fix testcase. Needed because of [BZ #10580]
20967
20968 2017-11-30 Dragan Stanojević - Nevidljivi <invisible@hidden-city.net>
20969
20970 * localedata/Makefile: Add hr_HR.UTF-8 to test-input and to
20971 the list of locales to built for testing.
20972 * localedata/hr_HR.UTF-8.in: New file.
20973
20974 2017-11-30 Dragan Stanojević - Nevidljivi <invisible@hidden-city.net>
20975
20976 [BZ #10580]
20977 * localedata/locales/hr_HR (LC_COLLATE): Base collation rules on
20978 iso14651_t1.
20979 * localedata/locales/hr_HR (LC_TIME): Sync month and day names with
20980 CLDR (except use ligatures for the digraphs, CLDR does not use
20981 the ligatures), add first_workday, some fixes in the date and time
20982 formats.
20983 * localedata/locales/hr_HR (LC_CTYPE): Add transliteration rules
20984 for Đ and đ.
20985 * localedata/locales/hr_HR (LC_MONETARY): Change currency_symbol to
20986 lower case. p_cs_precedes and n_cs_precedes should be 0 instead of 1.
20987 Add int_p_cs_precedes and int_n_cs_precedes.
20988 * localedata/locales/hr_HR (LC_NUMERIC): Change thousands_sep to
20989 "<U202F>" (NARROW NO-BREAK SPACE) and grouping to 3;3 (Agrees with
20990 LC_MONETARY now).
20991 * localedata/locales/hr_HR (LC_TELEPHONE): Add tel_dom_fmt.
20992 * localedata/locales/hr_HR (LC_NAME): Add name_mr, name_mrs, and
20993 name_miss.
20994 * localedata/locales/hr_HR (LC_ADDRESS): Add country_post, country_isbn,
20995 and lang_lib. Change postal_fmt.
20996
20997 2017-11-30 H.J. Lu <hongjiu.lu@intel.com>
20998
20999 * debug/longjmp_chk.c: Include <setjmpP.h> instead of
21000 <setjmp.h>.
21001 * setjmp/longjmp.c: Include <setjmpP.h> instead of <setjmp.h>.
21002 (__libc_siglongjmp): Cast &env[0].__saved_mask to "sigset_t *".
21003 * setjmp/sigjmp.c: Include <setjmpP.h> instead of <setjmp.h>.
21004 (__sigjmp_save): Cast &env[0].__saved_mask to "sigset_t *".
21005 * sysdeps/generic/setjmpP.h: New file.
21006 * sysdeps/unix/sysv/linux/x86/jmp_buf-ssp.sym: Likewise.
21007 * sysdeps/unix/sysv/linux/x86/setjmpP.h: Likewise.
21008 * sysdeps/unix/sysv/linux/x86/tst-saved_mask-1.c: Likewise.
21009 * sysdeps/unix/sysv/linux/x86/Makefile (gen-as-const-headers):
21010 Add jmp_buf-ssp.sym.
21011 (tests): Add tst-saved_mask-1.
21012
21013 2017-11-30 Arjun Shankar <arjun@redhat.com>
21014
21015 [BZ #22375]
21016 CVE-2017-17426
21017 * malloc/malloc.c (__libc_malloc): Use checked_request2size
21018 instead of request2size.
21019
21020 2017-11-30 Joseph Myers <joseph@codesourcery.com>
21021
21022 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S
21023 (__lllrint): Remove alias.
21024 (lllrint): Likewise.
21025 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S
21026 (__lllrintf): Likewise.
21027 (lllrintf): Likewise.
21028
21029 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: Include
21030 <libm-alias-float.h>.
21031 (copysignf): Define using libm_alias_float.
21032 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Include
21033 <libm-alias-float.h>.
21034 (fabsf): Define using libm_alias_float.
21035 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
21036 Include <libm-alias-float.h>.
21037 (copysignf): Define using libm_alias_float.
21038 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Include
21039 <libm-alias-float.h>.
21040 (fabsf): Define using libm_alias_float.
21041 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.c: Include
21042 <libm-alias-float.h>.
21043 (fdimf): Define using libm_alias_float.
21044 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: Include
21045 <libm-alias-float.h>.
21046 (fmaf): Define using libm_alias_float.
21047 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: Include
21048 <libm-alias-float.h>.
21049 (llrintf): Define using libm_alias_float.
21050 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S:
21051 Include <libm-alias-float.h>.
21052 (nearbyintf): Define using libm_alias_float.
21053 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Include
21054 <libm-alias-float.h>.
21055 (rintf): Define using libm_alias_float.
21056 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: Include
21057 <libm-alias-float.h>.
21058 (llrintf): Define using libm_alias_float.
21059 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: Include
21060 <libm-alias-float.h>.
21061 (lrintf): Define using libm_alias_float.
21062 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: Include
21063 <libm-alias-float.h>.
21064 (nearbyintf): Define using libm_alias_float.
21065 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Include
21066 <libm-alias-float.h>.
21067 (rintf): Define using libm_alias_float.
21068 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.c: Include
21069 <libm-alias-float.h>.
21070 (ceilf): Define using libm_alias_float.
21071 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.c: Include
21072 <libm-alias-float.h>.
21073 (floorf): Define using libm_alias_float.
21074 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: Include
21075 <libm-alias-float.h>.
21076 (fmaf): Define using libm_alias_float.
21077 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.c: Include
21078 <libm-alias-float.h>.
21079 (lrintf): Define using libm_alias_float.
21080 (llrintf): Likewise.
21081 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.c: Include
21082 <libm-alias-float.h>.
21083 (nearbyintf): Define using libm_alias_float.
21084 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.c: Include
21085 <libm-alias-float.h>.
21086 (rintf): Define using libm_alias_float.
21087 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.c: Include
21088 <libm-alias-float.h>.
21089 (truncf): Define using libm_alias_float.
21090 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: Include
21091 <libm-alias-float.h>.
21092 (copysignf): Define using libm_alias_float.
21093 * sysdeps/sparc/sparc64/fpu/s_fabsf.c: Include
21094 <libm-alias-float.h>.
21095 (fabsf): Define using libm_alias_float.
21096 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: Include
21097 <libm-alias-float.h>.
21098 (lrintf): Define using libm_alias_float.
21099 (llrintf): Likewise.
21100 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: Include
21101 <libm-alias-float.h>.
21102 (nearbyintf): Define using libm_alias_float.
21103 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Include
21104 <libm-alias-float.h>.
21105 (rintf): Define using libm_alias_float.
21106
21107 2017-11-29 Joseph Myers <joseph@codesourcery.com>
21108
21109 * sysdeps/sparc/sparc32/fpu/s_copysign.S: Include
21110 <libm-alias-double.h>.
21111 (copysign): Define using libm_alias_double.
21112 * sysdeps/sparc/sparc32/fpu/s_fabs.S: Include
21113 <libm-alias-double.h>.
21114 (fabs): Define using libm_alias_double.
21115 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
21116 Include <libm-alias-double.h>.
21117 (copysign): Define using libm_alias_double.
21118 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Include
21119 <libm-alias-double.h>.
21120 (fabs): Define using libm_alias_double.
21121 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c: Include
21122 <libm-alias-double.h>.
21123 (fdim): Define using libm_alias_double.
21124 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: Include
21125 <libm-alias-double.h>.
21126 (fma): Define using libm_alias_double.
21127 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Include
21128 <libm-alias-double.h>.
21129 (llrint): Define using libm_alias_double.
21130 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S:
21131 Include <libm-alias-double.h>.
21132 (nearbyint): Define using libm_alias_double.
21133 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Include
21134 <libm-alias-double.h>.
21135 (rint): Define using libm_alias_double.
21136 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Include
21137 <libm-alias-double.h>.
21138 (fabs): Define using libm_alias_double.
21139 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Include
21140 <libm-alias-double.h>.
21141 (llrint): Define using libm_alias_double.
21142 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: Include
21143 <libm-alias-double.h>.
21144 (nearbyint): Define using libm_alias_double.
21145 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Include
21146 <libm-alias-double.h>.
21147 (rint): Define using libm_alias_double.
21148 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.c: Include
21149 <libm-alias-double.h>.
21150 (ceil): Define using libm_alias_double.
21151 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.c: Include
21152 <libm-alias-double.h>.
21153 (floor): Define using libm_alias_double.
21154 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: Include
21155 <libm-alias-double.h>.
21156 (fma): Define using libm_alias_double.
21157 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.c: Include
21158 <libm-alias-double.h>.
21159 (lrint): Define using libm_alias_double.
21160 (llrint): Likewise.
21161 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.c: Include
21162 <libm-alias-double.h>.
21163 (nearbyint): Define using libm_alias_double.
21164 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.c: Include
21165 <libm-alias-double.h>.
21166 (rint): Define using libm_alias_double.
21167 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.c: Include
21168 <libm-alias-double.h>.
21169 (trunc): Define using libm_alias_double.
21170 * sysdeps/sparc/sparc64/fpu/s_copysign.S: Include
21171 <libm-alias-double.h>.
21172 (copysign): Define using libm_alias_double.
21173 * sysdeps/sparc/sparc64/fpu/s_fabs.c: Include
21174 <libm-alias-double.h>.
21175 (fabs): Define using libm_alias_double.
21176 * sysdeps/sparc/sparc64/fpu/s_lrint.S: Include
21177 <libm-alias-double.h>.
21178 (lrint): Define using libm_alias_double.
21179 (llrint): Likewise.
21180 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: Include
21181 <libm-alias-double.h>.
21182 (nearbyint): Define using libm_alias_double.
21183 * sysdeps/sparc/sparc64/fpu/s_rint.S: Include
21184 <libm-alias-double.h>.
21185 (rint): Define using libm_alias_double.
21186
21187 [BZ #22229]
21188 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Include
21189 <math_ldbl_opt.h>.
21190 (fabsl): Define as compat symbol at version GLIBC_2_0 for libm.
21191
21192 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
21193 SPARC --disable-multi-arch glibc variants.
21194
21195 * sysdeps/x86_64/fpu/multiarch/e_exp2f.c: Include
21196 <libm-alias-float.h>.
21197 (exp2f): Define using libm_alias_float, or libm_alias_float_other
21198 if [SHARED].
21199 * sysdeps/x86_64/fpu/multiarch/e_expf.c: Include
21200 <libm-alias-float.h>.
21201 (exp2f): Define using libm_alias_float, or libm_alias_float_other
21202 if [SHARED].
21203 * sysdeps/x86_64/fpu/multiarch/e_log2f.c: Include
21204 <libm-alias-float.h>.
21205 (exp2f): Define using libm_alias_float, or libm_alias_float_other
21206 if [SHARED].
21207 * sysdeps/x86_64/fpu/multiarch/e_logf.c: Include
21208 <libm-alias-float.h>.
21209 (exp2f): Define using libm_alias_float, or libm_alias_float_other
21210 if [SHARED].
21211 * sysdeps/x86_64/fpu/multiarch/e_powf.c: Include
21212 <libm-alias-float.h>.
21213 (exp2f): Define using libm_alias_float, or libm_alias_float_other
21214 if [SHARED].
21215 * sysdeps/x86_64/fpu/multiarch/s_ceilf.c: Include
21216 <libm-alias-float.h>.
21217 (ceilf): Define using libm_alias_float.
21218 * sysdeps/x86_64/fpu/multiarch/s_floorf.c: Include
21219 <libm-alias-float.h>.
21220 (floorf): Define using libm_alias_float.
21221 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Include
21222 <libm-alias-float.h>.
21223 (fmaf): Define using libm_alias_float.
21224 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.c: Include
21225 <libm-alias-float.h>.
21226 (nearbyintf): Define using libm_alias_float.
21227 * sysdeps/x86_64/fpu/multiarch/s_rintf.c: Include
21228 <libm-alias-float.h>.
21229 (rintf): Define using libm_alias_float.
21230 * sysdeps/x86_64/fpu/multiarch/s_truncf.c: Include
21231 <libm-alias-float.h>.
21232 (truncf): Define using libm_alias_float.
21233 * sysdeps/x86_64/fpu/s_copysignf.S: Include <libm-alias-float.h>.
21234 (copysignf): Define using libm_alias_float.
21235 * sysdeps/x86_64/fpu/s_cosf.S: Include <libm-alias-float.h>.
21236 (cosf): Define using libm_alias_float.
21237 * sysdeps/x86_64/fpu/s_fabsf.c: Include <libm-alias-float.h>.
21238 (fabsf): Define using libm_alias_float.
21239 * sysdeps/x86_64/fpu/s_fmaxf.S: Include <libm-alias-float.h>.
21240 (fmaxf): Define using libm_alias_float.
21241 * sysdeps/x86_64/fpu/s_fminf.S: Include <libm-alias-float.h>.
21242 (fminf): Define using libm_alias_float.
21243 * sysdeps/x86_64/fpu/s_llrintf.S: Include <libm-alias-float.h>.
21244 (llrintf): Define using libm_alias_float.
21245 [!__ILP32__] (lrintf): Likewise.
21246 * sysdeps/x86_64/fpu/s_sincosf.S: Include <libm-alias-float.h>.
21247 (sincosf): Define using libm_alias_float.
21248 * sysdeps/x86_64/fpu/s_sinf.S: Include <libm-alias-float.h>.
21249 (sinf): Define using libm_alias_float.
21250 * sysdeps/x86_64/x32/fpu/s_lrintf.S: Include <libm-alias-float.h>.
21251 (lrintf): Define using libm_alias_float.
21252
21253 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Include
21254 <libm-alias-double.h>.
21255 (atan): Define using libm_alias_double.
21256 * sysdeps/x86_64/fpu/multiarch/s_ceil.c: Include
21257 <libm-alias-double.h>.
21258 (ceil): Define using libm_alias_double.
21259 * sysdeps/x86_64/fpu/multiarch/s_floor.c: Include
21260 <libm-alias-double.h>.
21261 (floor): Define using libm_alias_double.
21262 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Include
21263 <libm-alias-double.h>.
21264 (fma): Define using libm_alias_double.
21265 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.c: Include
21266 <libm-alias-double.h>.
21267 (nearbyint): Define using libm_alias_double.
21268 * sysdeps/x86_64/fpu/multiarch/s_rint.c: Include
21269 <libm-alias-double.h>.
21270 (rint): Define using libm_alias_double.
21271 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Include
21272 <libm-alias-double.h>.
21273 (sin): Define using libm_alias_double.
21274 (cos): Likewise.
21275 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Include
21276 <libm-alias-double.h>.
21277 (tan): Define using libm_alias_double.
21278 * sysdeps/x86_64/fpu/multiarch/s_trunc.c: Include
21279 <libm-alias-double.h>.
21280 (trunc): Define using libm_alias_double.
21281 * sysdeps/x86_64/fpu/s_copysign.S: Include <libm-alias-double.h>.
21282 (copysign): Define using libm_alias_double.
21283 * sysdeps/x86_64/fpu/s_fabs.c: Include <libm-alias-double.h>.
21284 (fabs): Define using libm_alias_double.
21285 * sysdeps/x86_64/fpu/s_fmax.S: Include <libm-alias-double.h>.
21286 (fmax): Define using libm_alias_double.
21287 * sysdeps/x86_64/fpu/s_fmin.S: Include <libm-alias-double.h>.
21288 (fmin): Define using libm_alias_double.
21289 * sysdeps/x86_64/fpu/s_llrint.S: Include <libm-alias-double.h>.
21290 (llrint): Define using libm_alias_double.
21291 [!__ILP32__] (lrint): Likewise.
21292 * sysdeps/x86_64/x32/fpu/s_lrint.S: Include <libm-alias-double.h>.
21293 (lrint): Define using libm_alias_double.
21294
21295 2017-11-29 Adhemerval Zanella <adhemerval.zanella@linaro.org>
21296
21297 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
21298 (libm-sysdep_routines): Add s_rintf-generic and s_rint-generic
21299 objects.
21300 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-generic.S: New file.
21301 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.c: Likewise.
21302 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-generic.S: Likewise.
21303 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.c: Likewise.
21304 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Remove file.
21305 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
21306
21307 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
21308 (libm-sysdep_routines): Add s_lrint-generic and s_lrintf-generic
21309 objects.
21310 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-generic.S: New file.
21311 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.c: Likewise.
21312 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-generic.S: Likewise.
21313 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.c: Likewise.
21314 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Remove file.
21315 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
21316
21317 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
21318 (libm-sysdep_routines): Add s_nearbyint-generic and
21319 s_nearbyintf-generic objects.
21320 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-generic.S: New file.
21321 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.c: Likewise.
21322 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-generic.S: Likewise.
21323 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.c: Likewise.
21324 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: Remove file.
21325 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: Likewise.
21326
21327 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile (sysdeps_calls):
21328 Add s_finitef-generic and s_finite-generic objects.
21329 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-generic.S: New file.
21330 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.c: Likewise.
21331 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-generic.S: Likewise.
21332 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.c: Likewise.
21333 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Remove file.
21334 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Remove file.
21335
21336 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile (sysdeps_calls):
21337 Add s_isinff-generic and s_isinf-generic objects.
21338 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-generic.S: New file.
21339 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.c: Likewise.
21340 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-generic.S: Likewise.
21341 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.c: Likewise.
21342 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Remove file.
21343 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
21344
21345 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile (sysdeps_calls):
21346 Add s_isnanf-generic and s_isnan-generic objects.
21347 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-generic.S: New file.
21348 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-generic.S: Likewise.
21349 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.c: Likewise.
21350 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.c: Likewise.
21351 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Remove file.
21352 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
21353
21354 * sysdeps/sparc/sparc-ifunc.h (sparc_libm_ifunc_redirected): New
21355 macro.
21356 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile (sysdep_calls): New
21357 rule.
21358 (sysdep_routines): Use sysdep_calls as base.
21359 (libm-sysdep_routines): Add generic rule for symbols shared with
21360 libc. Add s_signbit-generic and s_signbitf-generic objects.
21361 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.c: New file.
21362 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.c: Likewise.
21363 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-generic.S: Likewise.
21364 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-generic.S: Likewise.
21365 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Remove file.
21366 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
21367
21368 2017-11-29 Joseph Myers <joseph@codesourcery.com>
21369
21370 * sysdeps/ia64/fpu/libm-symbols.h: Include <libm-alias-float.h>.
21371 * sysdeps/ia64/fpu/e_acosf.S (acosf): Use libm_alias_float_other.
21372 * sysdeps/ia64/fpu/e_acoshf.S (acoshf): Likewise.
21373 * sysdeps/ia64/fpu/e_asinf.S (asinf): Likewise.
21374 * sysdeps/ia64/fpu/e_atan2f.S (atan2f): Likewise.
21375 * sysdeps/ia64/fpu/e_atanhf.S (atanhf): Likewise.
21376 * sysdeps/ia64/fpu/e_coshf.S (coshf): Likewise.
21377 * sysdeps/ia64/fpu/e_exp10f.S (exp10f): Likewise.
21378 * sysdeps/ia64/fpu/e_exp2f.S (exp2f): Likewise.
21379 * sysdeps/ia64/fpu/e_expf.S (expf): Likewise.
21380 * sysdeps/ia64/fpu/e_fmodf.S (fmodf): Likewise.
21381 * sysdeps/ia64/fpu/e_hypotf.S (hypotf): Likewise.
21382 * sysdeps/ia64/fpu/e_lgammaf_r.c (lgammaf_r): Define using
21383 libm_alias_float_r.
21384 * sysdeps/ia64/fpu/e_log2f.S (log2f): Use libm_alias_float_other.
21385 * sysdeps/ia64/fpu/e_logf.S (log10f): Likewise.
21386 (logf): Likewise.
21387 * sysdeps/ia64/fpu/e_powf.S (powf): Likewise.
21388 * sysdeps/ia64/fpu/e_remainderf.S (remainderf): Likewise.
21389 * sysdeps/ia64/fpu/e_sinhf.S (sinhf): Likewise.
21390 * sysdeps/ia64/fpu/e_sqrtf.S (sqrtf): Likewise.
21391 * sysdeps/ia64/fpu/libm_sincosf.S (sincosf): Likewise.
21392 * sysdeps/ia64/fpu/s_asinhf.S (asinhf): Likewise.
21393 * sysdeps/ia64/fpu/s_atanf.S (atanf): Likewise.
21394 * sysdeps/ia64/fpu/s_cbrtf.S (cbrtf): Likewise.
21395 * sysdeps/ia64/fpu/s_ceilf.S (ceilf): Likewise.
21396 * sysdeps/ia64/fpu/s_copysign.S (copysignf): Define using
21397 libm_alias_float.
21398 * sysdeps/ia64/fpu/s_cosf.S (sinf): Use libm_alias_float_other.
21399 (cosf): Likewise.
21400 * sysdeps/ia64/fpu/s_erfcf.S (erfcf): Likewise.
21401 * sysdeps/ia64/fpu/s_erff.S (erff): Likewise.
21402 * sysdeps/ia64/fpu/s_expm1f.S (expm1f): Likewise.
21403 * sysdeps/ia64/fpu/s_fabsf.S (fabsf): Likewise.
21404 * sysdeps/ia64/fpu/s_fdimf.S (fdimf): Likewise.
21405 * sysdeps/ia64/fpu/s_floorf.S (floorf): Likewise.
21406 * sysdeps/ia64/fpu/s_fmaf.S (fmaf): Likewise.
21407 * sysdeps/ia64/fpu/s_fmaxf.S (fmaxf): Likewise.
21408 * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Likewise.
21409 * sysdeps/ia64/fpu/s_ldexpf.c (ldexpf): Likewise.
21410 * sysdeps/ia64/fpu/s_log1pf.S (log1pf): Likewise.
21411 * sysdeps/ia64/fpu/s_logbf.S (logbf): Likewise.
21412 * sysdeps/ia64/fpu/s_modff.S (modff): Likewise.
21413 * sysdeps/ia64/fpu/s_nearbyintf.S (nearbyintf): Likewise.
21414 * sysdeps/ia64/fpu/s_nextafterf.S (nextafterf): Likewise.
21415 * sysdeps/ia64/fpu/s_rintf.S (rintf): Likewise.
21416 * sysdeps/ia64/fpu/s_roundf.S (roundf): Likewise.
21417 * sysdeps/ia64/fpu/s_scalblnf.c (scalblnf): Likewise.
21418 * sysdeps/ia64/fpu/s_scalbnf.c (scalbnf): Define using
21419 libm_alias_float.
21420 * sysdeps/ia64/fpu/s_tanf.S (tanf): Use libm_alias_float_other.
21421 * sysdeps/ia64/fpu/s_tanhf.S (tanhf): Likewise.
21422 * sysdeps/ia64/fpu/s_truncf.S (truncf): Likewise.
21423 * sysdeps/ia64/fpu/w_lgammaf_main.c
21424 [BUILD_LGAMMA && !USE_AS_COMPAT] (lgammaf): Likewise.
21425 * sysdeps/ia64/fpu/w_tgammaf_compat.S (tgammaf): Likewise.
21426
21427 2017-11-28 Mike FABIAN <mfabian@redhat.com>
21428 Alexandre Oliva <aoliva@redhat.com>
21429
21430 [BZ #17750]
21431 * Makefile: add fr_CA.UTF-8 to test-input and LOCALES.
21432 * localedata/fr_CA.UTF-8.in: New file with test data for backward
21433 accents sorting.
21434 * localedata/fr_FR.UTF-8.in: Fix test data for forward accents
21435 sorting.
21436 * localedata/locales/cs_CZ (LC_COLLATE): Remove “define DIACRIT_FORWARD”
21437 * localedata/locales/de_DE (LC_COLLATE): Likewise.
21438 * localedata/locales/hu_HU (LC_COLLATE): Likewise.
21439 * localedata/locales/lb_LU (LC_COLLATE): Likewise.
21440 * localedata/locales/yuw_PG (LC_COLLATE): Likewise.
21441 * localedata/locales/fr_CA (LC_COLLATE): Add “define DIACRIT_BACKWARD”
21442 * localedata/locales/iso14651_t1_common: Use “ifdef DIACRIT_FORWARD”
21443 instead of “ifdef DIACRIT_BACKWARD”.
21444
21445 2017-11-29 Adhemerval Zanella <adhemerval.zanella@linaro.org>
21446
21447 * config.h.in (HAVE_AS_VIS3_SUPPORT): Remove check for VIS3 support.
21448 * sysdeps/sparc/configure.ac (HAVE_AS_VIS3_SUPPORT): Likewise.
21449 * sysdeps//sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c: Likewise.
21450 * sysdeps//sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.c: Likewise.
21451 * sysdeps//sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: Likewise.
21452 * sysdeps//sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: Likewise.
21453 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.c: Likewise.
21454 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.c: Likewise.
21455 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.c: Likewise.
21456 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.c: Likewise.
21457 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: Likewise.
21458 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: Likewise.
21459 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.c: Likewise.
21460 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.c: Likewise.
21461 * sysdeps/sparc/sparc-ifunc.h [!HAVE_AS_VIS3_SUPPORT]
21462 (SPARC_ASM_VIS3_IFUNC, SPARC_ASM_VIS3_VIS2_IFUNC): Remove macros.
21463 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(have-as-vis3) != yes]
21464 (ASFLAGS.o, ASFLAGS-.os, ASFLAGS-.op, ASFLAGS-.oS): Remove rules.
21465 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
21466 ($(have-as-vis3) == yes): Remove conditional.
21467 * sysdeps/sparc/sparc64/Makefile (($(have-as-vis3) == yes)):
21468 Likewise.
21469 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-generic.c: New
21470 file.
21471 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-generic.c: New
21472 file.
21473 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-generic.c: New
21474 file.
21475 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-generic.c: New
21476 file.
21477 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-generic.c: New file.
21478 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-generic.c: New file.
21479 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-generic.c: New file.
21480 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-generic.c: New file.
21481 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-generic.c: New file.
21482 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-generic.c: New file.
21483 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-generic.c: New file.
21484 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-generic.c: New file.
21485
21486 2017-11-29 Joseph Myers <joseph@codesourcery.com>
21487
21488 * sysdeps/ia64/fpu/libm-symbols.h: Include <libm-alias-double.h>.
21489 * sysdeps/ia64/fpu/e_acos.S (acos): Use libm_alias_double_other.
21490 * sysdeps/ia64/fpu/e_acosh.S (acosh): Likewise.
21491 * sysdeps/ia64/fpu/e_asin.S (asin): Likewise.
21492 * sysdeps/ia64/fpu/e_atan2.S (atan2): Likewise.
21493 * sysdeps/ia64/fpu/e_atanh.S (atanh): Likewise.
21494 * sysdeps/ia64/fpu/e_cosh.S (cosh): Likewise.
21495 * sysdeps/ia64/fpu/e_exp.S (exp): Likewise.
21496 * sysdeps/ia64/fpu/e_exp10.S (exp10): Likewise.
21497 * sysdeps/ia64/fpu/e_exp2.S (exp2): Likewise.
21498 * sysdeps/ia64/fpu/e_fmod.S (fmod): Likewise.
21499 * sysdeps/ia64/fpu/e_hypot.S (hypot): Likewise.
21500 * sysdeps/ia64/fpu/e_lgamma_r.c (lgamma_r): Define using
21501 libm_alias_double_r.
21502 * sysdeps/ia64/fpu/e_log.S (log10): Use libm_alias_double_other.
21503 (log): Likewise.
21504 * sysdeps/ia64/fpu/e_log2.S (log2): Likewise.
21505 * sysdeps/ia64/fpu/e_pow.S (pow): Likewise.
21506 * sysdeps/ia64/fpu/e_remainder.S (remainder): Likewise.
21507 * sysdeps/ia64/fpu/e_sinh.S (sinh): Likewise.
21508 * sysdeps/ia64/fpu/e_sqrt.S (sqrt): Likewise.
21509 * sysdeps/ia64/fpu/libm_sincos.S (sincos): Likewise.
21510 * sysdeps/ia64/fpu/s_asinh.S (asinh): Likewise.
21511 * sysdeps/ia64/fpu/s_atan.S (atan): Likewise.
21512 * sysdeps/ia64/fpu/s_cbrt.S (cbrt): Likewise.
21513 * sysdeps/ia64/fpu/s_ceil.S (ceil): Likewise.
21514 * sysdeps/ia64/fpu/s_copysign.S (copysign): Define using
21515 libm_alias_double.
21516 * sysdeps/ia64/fpu/s_cos.S (sin): Use libm_alias_double_other.
21517 (cos): Likewise.
21518 * sysdeps/ia64/fpu/s_erf.S (erf): Likewise.
21519 * sysdeps/ia64/fpu/s_erfc.S (erfc): Likewise.
21520 * sysdeps/ia64/fpu/s_expm1.S (expm1): Likewise.
21521 * sysdeps/ia64/fpu/s_fabs.S (fabs): Likewise.
21522 * sysdeps/ia64/fpu/s_fdim.S (fdim): Likewise.
21523 * sysdeps/ia64/fpu/s_floor.S (floor): Likewise.
21524 * sysdeps/ia64/fpu/s_fma.S (fma): Likewise.
21525 * sysdeps/ia64/fpu/s_fmax.S (fmax): Likewise.
21526 * sysdeps/ia64/fpu/s_frexp.c (frexp): Likewise.
21527 * sysdeps/ia64/fpu/s_ldexp.c (ldexp): Likewise.
21528 * sysdeps/ia64/fpu/s_log1p.S (log1p): Likewise.
21529 * sysdeps/ia64/fpu/s_logb.S (logb): Likewise.
21530 * sysdeps/ia64/fpu/s_modf.S (modf): Likewise.
21531 * sysdeps/ia64/fpu/s_nearbyint.S (nearbyint): Likewise.
21532 * sysdeps/ia64/fpu/s_nextafter.S (nextafter): Likewise.
21533 * sysdeps/ia64/fpu/s_rint.S (rint): Likewise.
21534 * sysdeps/ia64/fpu/s_round.S (round): Likewise.
21535 * sysdeps/ia64/fpu/s_scalbn.c (scalbn): Define using
21536 libm_alias_double.
21537 * sysdeps/ia64/fpu/s_tan.S (tan): Use libm_alias_double_other.
21538 * sysdeps/ia64/fpu/s_tanh.S (tanh): Likewise.
21539 * sysdeps/ia64/fpu/s_trunc.S (trunc): Likewise.
21540 * sysdeps/ia64/fpu/w_lgamma_main.c
21541 [BUILD_LGAMMA && !USE_AS_COMPAT] (lgamma): Likewise.
21542 * sysdeps/ia64/fpu/w_tgamma_compat.S (tgamma): Likewise.
21543
21544 2017-11-28 John David Anglin <danglin@gcc.gnu.org>
21545
21546 * sysdeps/hppa/start.S (_start): Check PIC instead of SHARED. Load
21547 address of $global$ into %dp register earlier. Use pc-relative
21548 instruction sequence for PIC case.
21549
21550 2017-11-28 Joseph Myers <joseph@codesourcery.com>
21551
21552 * sysdeps/i386/fpu/s_asinhf.S: Include <libm-alias-float.h>.
21553 (asinhf): Define using libm_alias_float.
21554 * sysdeps/i386/fpu/s_atanf.S: Include <libm-alias-float.h>.
21555 (atanf): Define using libm_alias_float.
21556 * sysdeps/i386/fpu/s_cbrtf.S: Include <libm-alias-float.h>.
21557 (cbrtf): Define using libm_alias_float.
21558 * sysdeps/i386/fpu/s_ceilf.S: Include <libm-alias-float.h>.
21559 (ceilf): Define using libm_alias_float.
21560 * sysdeps/i386/fpu/s_copysignf.S: Include <libm-alias-float.h>.
21561 (copysignf): Define using libm_alias_float.
21562 * sysdeps/i386/fpu/s_expm1f.S: Include <libm-alias-float.h>.
21563 (expm1f): Define using libm_alias_float.
21564 * sysdeps/i386/fpu/s_fabsf.S: Include <libm-alias-float.h>.
21565 (fabsf): Define using libm_alias_float.
21566 * sysdeps/i386/fpu/s_floorf.S: Include <libm-alias-float.h>.
21567 (floorf): Define using libm_alias_float.
21568 * sysdeps/i386/fpu/s_fmaxf.S: Include <libm-alias-float.h>.
21569 (fmaxf): Define using libm_alias_float.
21570 * sysdeps/i386/fpu/s_fminf.S: Include <libm-alias-float.h>.
21571 (fminf): Define using libm_alias_float.
21572 * sysdeps/i386/fpu/s_frexpf.S: Include <libm-alias-float.h>.
21573 (frexpf): Define using libm_alias_float.
21574 * sysdeps/i386/fpu/s_llrintf.S: Include <libm-alias-float.h>.
21575 (llrintf): Define using libm_alias_float.
21576 * sysdeps/i386/fpu/s_logbf.S: Include <libm-alias-float.h>.
21577 (logbf): Define using libm_alias_float.
21578 * sysdeps/i386/fpu/s_lrintf.S: Include <libm-alias-float.h>.
21579 (lrintf): Define using libm_alias_float.
21580 * sysdeps/i386/fpu/s_nearbyintf.S: Include <libm-alias-float.h>.
21581 (nearbyintf): Define using libm_alias_float.
21582 * sysdeps/i386/fpu/s_remquof.S: Include <libm-alias-float.h>.
21583 (remquof): Define using libm_alias_float.
21584 * sysdeps/i386/fpu/s_rintf.S: Include <libm-alias-float.h>.
21585 (rintf): Define using libm_alias_float.
21586 * sysdeps/i386/fpu/s_truncf.S: Include <libm-alias-float.h>.
21587 (truncf): Define using libm_alias_float.
21588 * sysdeps/i386/i686/fpu/multiarch/e_exp2f.c: Include
21589 <libm-alias-float.h>.
21590 (exp2f): Define using libm_alias_float, or libm_alias_float_other
21591 if [SHARED].
21592 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Include
21593 <libm-alias-float.h>.
21594 (expf): Define using libm_alias_float, or libm_alias_float_other
21595 if [SHARED].
21596 * sysdeps/i386/i686/fpu/multiarch/e_log2f.c: Include
21597 <libm-alias-float.h>.
21598 (log2f): Define using libm_alias_float, or libm_alias_float_other
21599 if [SHARED].
21600 * sysdeps/i386/i686/fpu/multiarch/e_logf.c: Include
21601 <libm-alias-float.h>.
21602 (logf): Define using libm_alias_float, or libm_alias_float_other
21603 if [SHARED].
21604 * sysdeps/i386/i686/fpu/multiarch/e_powf.c: Include
21605 <libm-alias-float.h>.
21606 (powf): Define using libm_alias_float, or libm_alias_float_other
21607 if [SHARED].
21608 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Include
21609 <libm-alias-float.h>.
21610 (cosf): Define using libm_alias_float.
21611 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: Include
21612 <libm-alias-float.h>.
21613 (sincosf): Define using libm_alias_float.
21614 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: Include
21615 <libm-alias-float.h>.
21616 (sinf): Define using libm_alias_float.
21617 * sysdeps/i386/i686/fpu/s_fmaxf.S: Include <libm-alias-float.h>.
21618 (fmaxf): Define using libm_alias_float.
21619 * sysdeps/i386/i686/fpu/s_fminf.S: Include <libm-alias-float.h>.
21620 (fminf): Define using libm_alias_float.
21621 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
21622 <libm-alias-float.h>.
21623 (fmaf): Define using libm_alias_float.
21624
21625 * sysdeps/i386/fpu/s_asinh.S: Include <libm-alias-double.h>.
21626 (asinh): Define using libm_alias_double.
21627 * sysdeps/i386/fpu/s_atan.S: Include <libm-alias-double.h>.
21628 (atan): Define using libm_alias_double.
21629 * sysdeps/i386/fpu/s_cbrt.S: Include <libm-alias-double.h>.
21630 (cbrt): Define using libm_alias_double.
21631 * sysdeps/i386/fpu/s_ceil.S: Include <libm-alias-double.h>.
21632 (ceil): Define using libm_alias_double.
21633 * sysdeps/i386/fpu/s_copysign.S: Include <libm-alias-double.h>.
21634 (copysign): Define using libm_alias_double.
21635 * sysdeps/i386/fpu/s_expm1.S: Include <libm-alias-double.h>.
21636 (expm1): Define using libm_alias_double.
21637 * sysdeps/i386/fpu/s_fabs.S: Include <libm-alias-double.h>.
21638 (fabs): Define using libm_alias_double.
21639 * sysdeps/i386/fpu/s_fdim.c: Include <libm-alias-double.h>.
21640 (fdim): Define using libm_alias_double.
21641 * sysdeps/i386/fpu/s_floor.S: Include <libm-alias-double.h>.
21642 (floor): Define using libm_alias_double.
21643 * sysdeps/i386/fpu/s_fmax.S: Include <libm-alias-double.h>.
21644 (fmax): Define using libm_alias_double.
21645 * sysdeps/i386/fpu/s_fmin.S: Include <libm-alias-double.h>.
21646 (fmin): Define using libm_alias_double.
21647 * sysdeps/i386/fpu/s_frexp.S: Include <libm-alias-double.h>.
21648 (frexp): Define using libm_alias_double.
21649 * sysdeps/i386/fpu/s_llrint.S: Include <libm-alias-double.h>.
21650 (llrint): Define using libm_alias_double.
21651 * sysdeps/i386/fpu/s_logb.S: Include <libm-alias-double.h>.
21652 (logb): Define using libm_alias_double.
21653 * sysdeps/i386/fpu/s_lrint.S: Include <libm-alias-double.h>.
21654 (lrint): Define using libm_alias_double.
21655 * sysdeps/i386/fpu/s_nearbyint.S: Include <libm-alias-double.h>.
21656 (nearbyint): Define using libm_alias_double.
21657 * sysdeps/i386/fpu/s_remquo.S: Include <libm-alias-double.h>.
21658 (remquo): Define using libm_alias_double.
21659 * sysdeps/i386/fpu/s_rint.S: Include <libm-alias-double.h>.
21660 (rint): Define using libm_alias_double.
21661 * sysdeps/i386/fpu/s_trunc.S: Include <libm-alias-double.h>.
21662 (trunc): Define using libm_alias_double.
21663 * sysdeps/i386/i686/fpu/s_fmax.S: Include <libm-alias-double.h>.
21664 (fmax): Define using libm_alias_double.
21665 * sysdeps/i386/i686/fpu/s_fmin.S: Include <libm-alias-double.h>.
21666 (fmin): Define using libm_alias_double.
21667 * sysdeps/i386/i686/multiarch/s_fma.c: Include <libm-alias-double.h>.
21668 (fma): Define using libm_alias_double.
21669
21670 2017-11-28 H.J. Lu <hongjiu.lu@intel.com>
21671
21672 [BZ #22370]
21673 * elf/dl-hwcaps.c (ROUND): Removed.
21674 (_dl_important_hwcaps): Replace ROUND with ELF_NOTE_DESC_OFFSET
21675 and ELF_NOTE_NEXT_OFFSET.
21676 * elf/dl-load.c (ROUND): Removed.
21677 (open_verify): Replace ROUND with ELF_NOTE_NEXT_OFFSET.
21678 * elf/readelflib.c (ROUND): Removed.
21679 (process_elf_file): Replace ROUND with ELF_NOTE_NEXT_OFFSET.
21680 * include/elf.h [!_ISOMAC]: Include <libc-pointer-arith.h>.
21681 [!_ISOMAC] (ELF_NOTE_DESC_OFFSET): New.
21682 [!_ISOMAC] (ELF_NOTE_NEXT_OFFSET): Likewise.
21683
21684 2017-11-28 Joseph Myers <joseph@codesourcery.com>
21685
21686 * sysdeps/s390/fpu/s_fmaf.c: Include <libm-alias-float.h>.
21687 [!__fmaf] (fmaf): Define using libm_alias_float.
21688
21689 * sysdeps/s390/fpu/s_fma.c: Include <libm-alias-double.h>.
21690 [!__fma] (fma): Define using libm_alias_double.
21691 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: Remove.
21692
21693 2017-11-28 Mike FABIAN <mfabian@redhat.com>
21694
21695 [BZ #22336]
21696 * localedata/locales/cs_CZ (LC_COLLATE): Use “copy "iso14651_t1"”
21697 and implement the collation rules for cs from CLDR on top of that.
21698 * Makefile: Add cs_CZ.UTF-8 to test-input.
21699 * cs_CZ.UTF-8.in: New file with test data to test the Czech sorting.
21700
21701 2017-11-28 Siddhesh Poyarekar <siddhesh@sourceware.org>
21702
21703 * localedata/Makefile (LOCALES): Remove duplicate cs_CZ.UTF-8.
21704
21705 2017-11-28 Victor Rodriguez <victor.rodriguez.bahena@intel.com>
21706 Icarus Sparry <icarus.w.sparry@intel.com>
21707
21708 * benchtests/Makefile:Add BENCHSET to allow subsets of
21709 benchmarks to be run.
21710 * benchtests/README: Add documentation for: Running subsets of
21711 benchmarks.
21712
21713 2017-11-28 Victor Rodriguez <victor.rodriguez.bahena@intel.com>
21714
21715 * benchtests/scripts/benchout.schema.json: Fix regex to accept a wider
21716 range of tests names.
21717
21718 * benchtests/scripts/benchout.schema.json: Add throughput as accepted
21719 result from property and remove "max", min" and "mean" from
21720 required properties based on benchtests/bench-skeleton.c.
21721
21722 2017-11-28 Florian Weimer <fweimer@redhat.com>
21723
21724 [BZ #20826]
21725 Turn posix/tst-getaddrinfo4, posix/tst-getaddrinfo5 into xtests
21726 due to Internet requirement.
21727 * posix/Makefile (tests): Remove tst-getaddrinfo4,
21728 tst-getaddrinfo5.
21729 (xtests): Add tst-getaddrinfo4, tst-getaddrinfo5.
21730
21731 2017-11-28 Adhemerval Zanella <adhemerval.zanella@linaro.org>
21732
21733 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile
21734 [$(subdir) = string] (sysdep_routines): Add memset-ultra1.
21735 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = string]
21736 (sysdep_routines): Add memset-ultra1.
21737 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-ultra1.S: New
21738 file.
21739 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset.c: Likewise.
21740 * sysdeps/sparc/sparc32/sparcv9/multiarch/bzero.c: Likewise.
21741 * sysdeps/sparc/sparc64/multiarch/ifunc-memset.h: Likewise.
21742 * sysdeps/sparc/sparc64/multiarch/memset-ultra1.S: Likewise.
21743 * sysdeps/sparc/sparc64/multiarch/memset.c: Likewise.
21744 * sysdeps/sparc/sparc64/multiarch/bzero.c: Likewise.
21745 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset.S: Remove file.
21746 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
21747
21748 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-ultra1.S: New
21749 file.
21750 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy.c: Likewise.
21751 * sysdeps/sparc/sparc32/sparcv9/multiarch/mempcpy.c: Likewise.
21752 * sysdeps/sparc/sparc64/multiarch/ifunc-memcpy.h: Likewise.
21753 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra1.S: Likewise.
21754 * sysdeps/sparc/sparc64/multiarch/memcpy.c: Likewise.
21755 * sysdeps/sparc/sparc64/multiarch/mempcpy.c: Likewise.
21756 * sysdeps/sparc/sparc-ifunc.h (sparc_libc_ifunc_redirected): New
21757 macro.
21758 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile
21759 [$(subdir) = string] (sysdep_routines): Add memcpy-ultra1.
21760 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = string]
21761 (sysdep_routines): Add memcpy-ultra1.
21762 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Remove file.
21763 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy.S: Likewise.
21764
21765 2017-11-28 Joseph Myers <joseph@codesourcery.com>
21766
21767 * sysdeps/alpha/fpu/cfloat-compat.h: Include <libm-alias-float.h>.
21768 (cfloat_versions): Take function argument without trailing 'f'.
21769 Call libm_alias_float_other.
21770 * sysdeps/alpha/fpu/cabsf.c: Update call to cfloat_versions.
21771 * sysdeps/alpha/fpu/cargf.c: Likewise.
21772 * sysdeps/alpha/fpu/cimagf.c: Likewise.
21773 * sysdeps/alpha/fpu/conjf.c: Likewise.
21774 * sysdeps/alpha/fpu/crealf.c: Likewise.
21775 * sysdeps/alpha/fpu/s_cacosf.c: Likewise.
21776 * sysdeps/alpha/fpu/s_cacoshf.c: Likewise.
21777 * sysdeps/alpha/fpu/s_casinf.c: Likewise.
21778 * sysdeps/alpha/fpu/s_casinhf.c: Likewise.
21779 * sysdeps/alpha/fpu/s_catanf.c: Likewise.
21780 * sysdeps/alpha/fpu/s_catanhf.c: Likewise.
21781 * sysdeps/alpha/fpu/s_ccosf.c: Likewise.
21782 * sysdeps/alpha/fpu/s_ccoshf.c: Likewise.
21783 * sysdeps/alpha/fpu/s_cexpf.c: Likewise.
21784 * sysdeps/alpha/fpu/s_clogf.c: Likewise.
21785 * sysdeps/alpha/fpu/s_cpowf.c: Likewise.
21786 * sysdeps/alpha/fpu/s_cprojf.c: Likewise.
21787 * sysdeps/alpha/fpu/s_csinf.c: Likewise.
21788 * sysdeps/alpha/fpu/s_csinhf.c: Likewise.
21789 * sysdeps/alpha/fpu/s_csqrtf.c: Likewise.
21790 * sysdeps/alpha/fpu/s_ctanf.c: Likewise.
21791 * sysdeps/alpha/fpu/s_ctanhf.c: Likewise.
21792 * sysdeps/alpha/fpu/s_clog10f.c: Include <libm-alias-float.h>.
21793 (clog10f): Use libm_alias_float_other.
21794 * sysdeps/alpha/fpu/s_ceilf.c: Include <libm-alias-float.h>.
21795 (ceilf): Define using libm_alias_float.
21796 * sysdeps/alpha/fpu/s_copysignf.c: Include <libm-alias-float.h>.
21797 (copysignf): Define using libm_alias_float.
21798 * sysdeps/alpha/fpu/s_fabsf.c: Include <libm-alias-float.h>.
21799 (fabsf): Define using libm_alias_float.
21800 * sysdeps/alpha/fpu/s_floorf.c: Include <libm-alias-float.h>.
21801 (floorf): Define using libm_alias_float.
21802 * sysdeps/alpha/fpu/s_fmax.S: Include <libm-alias-float.h>.
21803 (fmaxf): Define using libm_alias_float.
21804 * sysdeps/alpha/fpu/s_fmin.S: Include <libm-alias-float.h>.
21805 (fminf): Define using libm_alias_float.
21806 * sysdeps/alpha/fpu/s_lrintf.c: Include <libm-alias-float.h>.
21807 (lrintf): Define using libm_alias_float.
21808 (llrintf): Likewise.
21809 * sysdeps/alpha/fpu/s_lroundf.c: Include <libm-alias-float.h>.
21810 (lroundf): Define using libm_alias_float.
21811 (llroundf): Likewise.
21812 * sysdeps/alpha/fpu/s_rintf.c: Include <libm-alias-float.h>.
21813 (rintf): Define using libm_alias_float.
21814 * sysdeps/alpha/fpu/s_truncf.c: Include <libm-alias-float.h>.
21815 (truncf): Define using libm_alias_float.
21816
21817 * sysdeps/aarch64/fpu/s_ceilf.c: Include <libm-alias-float.h>.
21818 (ceilf): Define using libm_alias_float.
21819 * sysdeps/aarch64/fpu/s_floorf.c: Include <libm-alias-float.h>.
21820 (floorf): Define using libm_alias_float.
21821 * sysdeps/aarch64/fpu/s_fmaf.c: Include <libm-alias-float.h>.
21822 (fmaf): Define using libm_alias_float.
21823 * sysdeps/aarch64/fpu/s_fmaxf.c: Include <libm-alias-float.h>.
21824 (fmaxf): Define using libm_alias_float.
21825 * sysdeps/aarch64/fpu/s_fminf.c: Include <libm-alias-float.h>.
21826 (fminf): Define using libm_alias_float.
21827 * sysdeps/aarch64/fpu/s_llrintf.c: Include <libm-alias-float.h>.
21828 (llrintf): Define using libm_alias_float.
21829 * sysdeps/aarch64/fpu/s_llroundf.c: Include <libm-alias-float.h>.
21830 (llroundf): Define using libm_alias_float.
21831 * sysdeps/aarch64/fpu/s_lrintf.c: Include <libm-alias-float.h>.
21832 (lrintf): Define using libm_alias_float.
21833 * sysdeps/aarch64/fpu/s_lroundf.c: Include <libm-alias-float.h>.
21834 (lroundf): Define using libm_alias_float.
21835 * sysdeps/aarch64/fpu/s_nearbyintf.c: Include
21836 <libm-alias-float.h>.
21837 (nearbyintf): Define using libm_alias_float.
21838 * sysdeps/aarch64/fpu/s_rintf.c: Include <libm-alias-float.h>.
21839 (rintf): Define using libm_alias_float.
21840 * sysdeps/aarch64/fpu/s_roundf.c: Include <libm-alias-float.h>.
21841 (roundf): Define using libm_alias_float.
21842 * sysdeps/aarch64/fpu/s_truncf.c: Include <libm-alias-float.h>.
21843 (truncf): Define using libm_alias_float.
21844
21845 * sysdeps/alpha/fpu/s_ceil.c: Include <libm-alias-double.h>.
21846 (ceil): Define using libm_alias_double.
21847 * sysdeps/alpha/fpu/s_copysign.c: Include <libm-alias-double.h>.
21848 (copysign): Define using libm_alias_double.
21849 * sysdeps/alpha/fpu/s_fabs.c: Include <libm-alias-double.h>.
21850 (fabs): Define using libm_alias_double.
21851 * sysdeps/alpha/fpu/s_floor.c: Include <libm-alias-double.h>.
21852 (floor): Define using libm_alias_double.
21853 * sysdeps/alpha/fpu/s_fmax.S: Include <libm-alias-double.h>.
21854 (fmax): Define using libm_alias_double.
21855 * sysdeps/alpha/fpu/s_fmin.S: Include <libm-alias-double.h>.
21856 (fmin): Define using libm_alias_double.
21857 * sysdeps/alpha/fpu/s_lrint.c: Include <libm-alias-double.h>.
21858 (lrint): Define using libm_alias_double.
21859 (llrint): Likewise.
21860 * sysdeps/alpha/fpu/s_lround.c: Include <libm-alias-double.h>.
21861 (lround): Define using libm_alias_double.
21862 (llround): Likewise.
21863 * sysdeps/alpha/fpu/s_rint.c: Include <libm-alias-double.h>.
21864 (rint): Define using libm_alias_double.
21865 * sysdeps/alpha/fpu/s_trunc.c: Include <libm-alias-double.h>.
21866 (trunc): Define using libm_alias_double.
21867
21868 * sysdeps/ieee754/ldbl-opt/libm-alias-double.h
21869 (libm_alias_double_r): Add semicolon after weak_alias call.
21870
21871 2017-11-27 Joseph Myers <joseph@codesourcery.com>
21872
21873 * sysdeps/aarch64/fpu/s_ceil.c: Include <libm-alias-double.h>.
21874 (ceil): Define using libm_alias_double.
21875 * sysdeps/aarch64/fpu/s_floor.c: Include <libm-alias-double.h>.
21876 (floor): Define using libm_alias_double.
21877 * sysdeps/aarch64/fpu/s_fma.c: Include <libm-alias-double.h>.
21878 (fma): Define using libm_alias_double.
21879 * sysdeps/aarch64/fpu/s_fmax.c: Include <libm-alias-double.h>.
21880 (fmax): Define using libm_alias_double.
21881 * sysdeps/aarch64/fpu/s_fmin.c: Include <libm-alias-double.h>.
21882 (fmin): Define using libm_alias_double.
21883 * sysdeps/aarch64/fpu/s_llrint.c: Include <libm-alias-double.h>.
21884 (llrint): Define using libm_alias_double.
21885 * sysdeps/aarch64/fpu/s_llround.c: Include <libm-alias-double.h>.
21886 (llround): Define using libm_alias_double.
21887 * sysdeps/aarch64/fpu/s_lrint.c: Include <libm-alias-double.h>.
21888 (lrint): Define using libm_alias_double.
21889 * sysdeps/aarch64/fpu/s_lround.c: Include <libm-alias-double.h>.
21890 (lround): Define using libm_alias_double.
21891 * sysdeps/aarch64/fpu/s_nearbyint.c: Include <libm-alias-double.h>.
21892 (nearbyint): Define using libm_alias_double.
21893 * sysdeps/aarch64/fpu/s_rint.c: Include <libm-alias-double.h>.
21894 (rint): Define using libm_alias_double.
21895 * sysdeps/aarch64/fpu/s_round.c: Include <libm-alias-double.h>.
21896 (round): Define using libm_alias_double.
21897 * sysdeps/aarch64/fpu/s_trunc.c: Include <libm-alias-double.h>.
21898 (trunc): Define using libm_alias_double.
21899
21900 2017-11-27 Florian Weimer <fweimer@redhat.com>
21901
21902 * sysdeps/unix/sysv/linux/mlock2.c: New file.
21903 * sysdeps/unix/sysv/linux/tst-mlock2.c: Likewise.
21904 * sysdeps/unix/sysv/linux/Makefile (routines): Add mlock2.
21905 (tests): Add tst-mlock2.
21906 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.27): Export mlock2.
21907 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_MLOCK2)
21908 [__LINUX_KERNEL_VERSION >= 4.4]: Define.
21909 * sysdeps/unix/sysv/linux/libc**.abilist: Update.
21910 * manual/memory.texi (Page Lock Functions): Move @end deftypefun
21911 for mlock. Document mlock2.
21912
21913 2017-11-27 Joseph Myers <joseph@codesourcery.com>
21914
21915 * sysdeps/ia64/Makeconfig (float64x-alias-fcts): New variable.
21916 * sysdeps/ieee754/float128/Makeconfig (float64x-alias-fcts):
21917 Likewise.
21918 * sysdeps/ieee754/ldbl-128/Makeconfig (float64x-alias-fcts):
21919 Likewise.
21920 * sysdeps/x86/Makeconfig: New file.
21921 * bits/floatn-common.h (__HAVE_FLOAT64X): Remove macro.
21922 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21923 * bits/floatn.h (__HAVE_FLOAT64X): New macro.
21924 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21925 * sysdeps/ia64/bits/floatn.h (__HAVE_FLOAT64X): Likewise.
21926 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21927 * sysdeps/ieee754/ldbl-128/bits/floatn.h (__HAVE_FLOAT64X):
21928 Likewise.
21929 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21930 * sysdeps/mips/ieee754/bits/floatn.h (__HAVE_FLOAT64X): Likewise.
21931 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21932 * sysdeps/powerpc/bits/floatn.h (__HAVE_FLOAT64X): Likewise.
21933 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21934 * sysdeps/x86/bits/floatn.h (__HAVE_FLOAT64X): Likewise.
21935 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21936 * manual/math.texi (Mathematics): Document support for _Float64x.
21937 * math/Versions (GLIBC_2.27): Add _Float64x functions.
21938 * stdlib/Versions (GLIBC_2.27): Likewise.
21939 * wcsmbs/Versions (GLIBC_2.27): Likewise.
21940 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Update.
21941 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
21942 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
21943 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
21944 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
21945 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
21946 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
21947 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
21948 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
21949 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
21950 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
21951 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
21952 Likewise.
21953 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
21954 Likewise.
21955 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
21956 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
21957 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
21958 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
21959 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
21960 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
21961 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
21962 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
21963 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
21964 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
21965 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
21966 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
21967 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
21968 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
21969
21970 2017-11-27 Andreas Schwab <schwab@suse.de>
21971
21972 * elf/Makefile (dl-routines): Add dl-sort-maps.
21973 * elf/dl-sort-maps.c: New file.
21974 * sysdeps/generic/ldsodefs.h (_dl_sort_fini): Don't declare.
21975 (_dl_sort_maps): Declare.
21976 * elf/dl-fini.c (_dl_sort_fini): Remove.
21977 (_dl_fini): Use _dl_sort_maps instead of _dl_sort_fini.
21978 * elf/dl-close.c (_dl_close_worker): Likewise.
21979 * elf/dl-deps.c (_dl_map_object_deps): Use _dl_sort_maps instead of
21980 open-coding it.
21981 * elf/dl-open.c (dl_open_worker): Likewise.
21982
21983 2017-11-24 Joseph Myers <joseph@codesourcery.com>
21984
21985 * sysdeps/ieee754/float128/s_fromfpf128.c (fromfpf128): Define
21986 using libm_alias_float128.
21987 * sysdeps/ieee754/float128/s_fromfpxf128.c (fromfpxf128):
21988 Likewise.
21989 * sysdeps/ieee754/float128/s_setpayloadf128.c (setpayloadf128):
21990 Likewise.
21991 * sysdeps/ieee754/float128/s_setpayloadsigf128.c
21992 (setpayloadsigf128): Likewise.
21993 * sysdeps/ieee754/float128/s_ufromfpf128.c (ufromfpf128):
21994 Likewise.
21995 * sysdeps/ieee754/float128/s_ufromfpxf128.c (ufromfpxf128):
21996 Likewise.
21997
21998 * sysdeps/powerpc/powerpc64le/Makefile ($(foreach
21999 suf,$(all-object-suffixes),$(objpfx)test-float64x%$(suf))): Add
22000 -mfloat128 to CFLAGS.
22001 ($(foreach
22002 suf,$(all-object-suffixes),$(objpfx)test-ifloat64x%$(suf))):
22003 Likewise.
22004 (CFLAGS-libm-test-support-float64x.c): New variable.
22005 ($(objpfx)test-float64x% $(objpfx)test-ifloat64x%): Add
22006 $(f128-loader-link) to gnulib-tests.
22007
22008 * sysdeps/generic/libm-alias-float128.h: Include <bits/floatn.h>.
22009 (libm_alias_float128_other_r): If
22010 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE], define f64x
22011 alias.
22012 (libm_alias_float128_r): Add semicolon after weak_alias call.
22013 * sysdeps/generic/libm-alias-ldouble.h
22014 (libm_alias_ldouble_other_r_f128): New macro.
22015 (libm_alias_ldouble_other_r_f64x): Likewise.
22016 (libm_alias_ldouble_other_r): Use libm_alias_ldouble_other_r_f128
22017 and libm_alias_ldouble_other_r_f64x.
22018 (libm_alias_ldouble_r): Add semicolon after weak_alias call.
22019 * sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h
22020 (libm_alias_ldouble_other_r_f128): New macro.
22021 (libm_alias_ldouble_other_r_f64x): Likewise.
22022 (libm_alias_ldouble_other_r): Use libm_alias_ldouble_other_r_f128
22023 and libm_alias_ldouble_other_r_f64x.
22024
22025 * stdlib/strfroml.c: Always include <stdlib.h>.
22026 [__HAVE_FLOAT64X_LONG_DOUBLE] (strfromf64x): Define and later
22027 undefine as macro and define as weak alias.
22028 * sysdeps/ieee754/float128/strfromf128.c: Include <bits/floatn.h>.
22029 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE]: Include
22030 <stdlib.h>.
22031 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (strfromf64x):
22032 Define and later undefine as macro and define as weak alias.
22033
22034 * stdlib/strtold.c [__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x):
22035 Define and later undefine as macro. Define as weak alias if
22036 [!USE_WIDE_CHAR].
22037 [__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x): Define and later
22038 undefine as macro. Define as weak alias if [USE_WIDE_CHAR].
22039 * sysdeps/ieee754/float128/strtof128.c: Include <bits/floatn.h>.
22040 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x):
22041 Define and later undefine as macro. Define as weak alias if
22042 [!USE_WIDE_CHAR].
22043 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x):
22044 Define and later undefine as macro. Define as weak alias if
22045 [USE_WIDE_CHAR].
22046 * sysdeps/ieee754/float128/strtof128_l.c
22047 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x_l):
22048 Define and later undefine as macro. Define as weak alias if
22049 [!USE_WIDE_CHAR].
22050 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x_l):
22051 Define and later undefine as macro. Define as weak alias if
22052 [USE_WIDE_CHAR].
22053 * sysdeps/ieee754/ldbl-128/strtold_l.c
22054 [__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x_l): Define and later
22055 undefine as macro. Define as weak alias if [!USE_WIDE_CHAR].
22056 [__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x_l): Define and later
22057 undefine as macro. Define as weak alias if [USE_WIDE_CHAR].
22058 * sysdeps/ieee754/ldbl-64-128/strtold_l.c
22059 [__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x_l): Define and later
22060 undefine as macro. Define as weak alias if [!USE_WIDE_CHAR].
22061 [__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x_l): Define and later
22062 undefine as macro. Define as weak alias if [USE_WIDE_CHAR].
22063 * sysdeps/ieee754/ldbl-96/strtold_l.c
22064 [__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x_l): Define and later
22065 undefine as macro. Define as weak alias if [!USE_WIDE_CHAR].
22066 [__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x_l): Define and later
22067 undefine as macro. Define as weak alias if [USE_WIDE_CHAR].
22068
22069 * math/test-float64x.h: New file.
22070 * math/Makefile (type-float64x-yes): New variable.
22071 (test-types): Add $(type-float64x-$(float64x-alias-fcts)).
22072
22073 * sysdeps/generic/math_private.h (min_of_type_f): Make into a
22074 function-like macro.
22075 (min_of_type_): Likewise.
22076 (min_of_type_l): Likewise.
22077 (min_of_type_f128): Likewise.
22078 (min_of_type): Pass () as last argument of __MATH_TG.
22079
22080 * stdlib/tst-strtod-round-skeleton.c
22081 (__STDC_WANT_IEC_60559_TYPES_EXT__): Define before including
22082 headers.
22083
22084 * math/gen-tgmath-tests.py (Type.init_types): Pass suffix argument
22085 for combinations of long double with _Float64 and _Float64x.
22086
22087 * bits/libm-simd-decl-stubs.h (__DECL_SIMD_cosf16): New macro.
22088 (__DECL_SIMD_cosf32): Likewise.
22089 (__DECL_SIMD_cosf64): Likewise.
22090 (__DECL_SIMD_cosf32x): Likewise.
22091 (__DECL_SIMD_cosf64x): Likewise.
22092 (__DECL_SIMD_cosf128x): Likewise.
22093 (__DECL_SIMD_sinf16): Likewise.
22094 (__DECL_SIMD_sinf32): Likewise.
22095 (__DECL_SIMD_sinf64): Likewise.
22096 (__DECL_SIMD_sinf32x): Likewise.
22097 (__DECL_SIMD_sinf64x): Likewise.
22098 (__DECL_SIMD_sinf128x): Likewise.
22099 (__DECL_SIMD_sincosf16): Likewise.
22100 (__DECL_SIMD_sincosf32): Likewise.
22101 (__DECL_SIMD_sincosf64): Likewise.
22102 (__DECL_SIMD_sincosf32x): Likewise.
22103 (__DECL_SIMD_sincosf64x): Likewise.
22104 (__DECL_SIMD_sincosf128x): Likewise.
22105 (__DECL_SIMD_logf16): Likewise.
22106 (__DECL_SIMD_logf32): Likewise.
22107 (__DECL_SIMD_logf64): Likewise.
22108 (__DECL_SIMD_logf32x): Likewise.
22109 (__DECL_SIMD_logf64x): Likewise.
22110 (__DECL_SIMD_logf128x): Likewise.
22111 (__DECL_SIMD_expf16): Likewise.
22112 (__DECL_SIMD_expf32): Likewise.
22113 (__DECL_SIMD_expf64): Likewise.
22114 (__DECL_SIMD_expf32x): Likewise.
22115 (__DECL_SIMD_expf64x): Likewise.
22116 (__DECL_SIMD_expf128x): Likewise.
22117 (__DECL_SIMD_powf16): Likewise.
22118 (__DECL_SIMD_powf32): Likewise.
22119 (__DECL_SIMD_powf64): Likewise.
22120 (__DECL_SIMD_powf32x): Likewise.
22121 (__DECL_SIMD_powf64x): Likewise.
22122 (__DECL_SIMD_powf128x): Likewise.
22123
22124 * stdlib/Versions (libc): Move entries for wcstof128 and
22125 wcstof128_l to ....
22126 * wcsmbs/Versions (libc): ... here.
22127 Include <float128-abi.h>.
22128
22129 2017-11-24 Florian Weimer <fweimer@redhat.com>
22130
22131 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
22132 bits/mman-shared.h.
22133 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Include
22134 <bits/mman-shared.h>.
22135 (MFD_CLOEXEC, MFD_ALLOW_SEALING, MFD_HUGETLB, memfd_create): Move
22136 to ...
22137 * sysdeps/unix/sysv/linux/bits/mman-shared.h: ... this new file.
22138 Add #ifndef guard for the MFD_* constants based on MFD_CLOEXEC.
22139 * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Include
22140 <bits/mman-shared.h>.
22141
22142 2017-11-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
22143
22144 [BZ #22457]
22145 * sysdeps/posix/preadv_common.c (PREADV): Use mmap/munmap instead of
22146 posix_memalign/free.
22147 * sysdeps/posix/pwritev_common.c (PWRITEV): Likewise.
22148
22149 2017-11-22 Mike FABIAN <mfabian@redhat.com>
22150
22151 [BZ #22469]
22152 * localedata/locales/pl_PL (LC_COLLATE): Use “copy "iso14651_t1"”
22153 and implement the collation rules for pl from CLDR on top of that.
22154 * Makefile: Add pl_PL.UTF-8 to test-input and to the list
22155 of locales to be built for testing.
22156 * pl_PL.UTF-8.in: New file with test data to test the Polish sorting.
22157
22158 2017-11-23 Joseph Myers <joseph@codesourcery.com>
22159
22160 * sysdeps/ia64/fpu/libm-symbols.h: Include <libm-alias-ldouble.h>.
22161 * sysdeps/ia64/fpu/e_acoshl.S (acoshl): Use
22162 libm_alias_ldouble_other.
22163 * sysdeps/ia64/fpu/e_acosl.S (acosl): Likewise.
22164 * sysdeps/ia64/fpu/e_asinl.S (asinl): Likewise.
22165 * sysdeps/ia64/fpu/e_atanhl.S (atanhl): Likewise.
22166 * sysdeps/ia64/fpu/e_coshl.S (coshl): Likewise.
22167 * sysdeps/ia64/fpu/e_exp10l.S (exp10l): Likewise.
22168 * sysdeps/ia64/fpu/e_exp2l.S (exp2l): Likewise.
22169 * sysdeps/ia64/fpu/e_fmodl.S (fmodl): Likewise.
22170 * sysdeps/ia64/fpu/e_hypotl.S (hypotl): Likewise.
22171 * sysdeps/ia64/fpu/e_lgammal_r.c (lgammal_r): Define using
22172 libm_alias_ldouble_r.
22173 * sysdeps/ia64/fpu/e_log2l.S (log2l): Use
22174 libm_alias_ldouble_other.
22175 * sysdeps/ia64/fpu/e_logl.S (logl): Likewise.
22176 (log10l): Likewise.
22177 * sysdeps/ia64/fpu/e_powl.S (powl): Likewise.
22178 * sysdeps/ia64/fpu/e_remainderl.S (remainderl): Likewise.
22179 * sysdeps/ia64/fpu/e_sinhl.S (sinhl): Likewise.
22180 * sysdeps/ia64/fpu/e_sqrtl.S (sqrtl): Likewise.
22181 * sysdeps/ia64/fpu/libm_sincosl.S (sincosl): Likewise.
22182 * sysdeps/ia64/fpu/s_asinhl.S (asinhl): Likewise.
22183 * sysdeps/ia64/fpu/s_atanl.S (atanl): Likewise.
22184 (atan2l): Likewise.
22185 * sysdeps/ia64/fpu/s_cbrtl.S (cbrtl): Likewise.
22186 * sysdeps/ia64/fpu/s_ceill.S (ceill): Likewise.
22187 * sysdeps/ia64/fpu/s_copysign.S (copysignl): Define using
22188 libm_alias_ldouble.
22189 * sysdeps/ia64/fpu/s_cosl.S (sinl): Use libm_alias_ldouble_other.
22190 (cosl): Likewise.
22191 * sysdeps/ia64/fpu/s_erfcl.S (erfcl): Likewise.
22192 * sysdeps/ia64/fpu/s_erfl.S (erfl): Likewise.
22193 * sysdeps/ia64/fpu/s_expm1l.S (expm1l): Likewise.
22194 (expl): Likewise.
22195 * sysdeps/ia64/fpu/s_fabsl.S (fabsl): Likewise.
22196 * sysdeps/ia64/fpu/s_fdiml.S (fdiml): Likewise.
22197 * sysdeps/ia64/fpu/s_floorl.S (floorl): Likewise.
22198 * sysdeps/ia64/fpu/s_fmal.S (fmal): Likewise.
22199 * sysdeps/ia64/fpu/s_fmaxl.S (fmaxl): Likewise.
22200 * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Likewise.
22201 * sysdeps/ia64/fpu/s_ldexpl.c (ldexpl): Likewise.
22202 * sysdeps/ia64/fpu/s_log1pl.S (log1pl): Likewise.
22203 * sysdeps/ia64/fpu/s_logbl.S (logbl): Likewise.
22204 * sysdeps/ia64/fpu/s_modfl.S (modfl): Likewise.
22205 * sysdeps/ia64/fpu/s_nearbyintl.S (nearbyintl): Define using
22206 libm_alias_ldouble.
22207 * sysdeps/ia64/fpu/s_nextafterl.S (nextafterl): Use
22208 libm_alias_ldouble_other.
22209 * sysdeps/ia64/fpu/s_rintl.S (rintl): Likewise.
22210 * sysdeps/ia64/fpu/s_roundl.S (roundl): Likewise.
22211 * sysdeps/ia64/fpu/s_scalbnl.c (scalbnl): Define using
22212 libm_alias_ldouble.
22213 * sysdeps/ia64/fpu/s_tanhl.S (tanhl): Use
22214 libm_alias_ldouble_other.
22215 * sysdeps/ia64/fpu/s_tanl.S (tanl): Likewise.
22216 * sysdeps/ia64/fpu/s_truncl.S (truncl): Likewise.
22217 * sysdeps/ia64/fpu/w_lgammal_main.c
22218 [BUILD_LGAMMA && !USE_AS_COMPAT] (lgammal): Likewise.
22219 * sysdeps/ia64/fpu/w_tgammal_compat.S (tgammal): Likewise.
22220
22221 2017-11-23 Florian Weimer <fweimer@redhat.com>
22222
22223 * malloc/malloc.c (tcache_thread_shutdown): Rename from
22224 tcache_thread_freeres. Define for USE_TCACHE and !USE_TCACHE
22225 alike. Remove freeres marker.
22226 * malloc/arena.c (arena_thread_freeres): Call
22227 tcache_thread_shutdown.
22228
22229 2017-11-23 Florian Weimer <fweimer@redhat.com>
22230
22231 [BZ #22459]
22232 Export nscd hash function as __nss_hash.
22233 * include/nss.h (__nss_hash): Declare.
22234 * nis/nis_hash.c (__nis_hash): Call __nss_hash. Turn into compat
22235 symbol.
22236 * nscd/Makefile (aux, nscd-modules): Remove nscd_hash.
22237 * nscd/cache.c (cache_search, cache_add): Call __nss_hash instead
22238 of __nscd_hash.
22239 * nscd/nscd_helper.c (__nscd_cache_search): Likewise.
22240 * nscd/nscd_hash.h, nscd/nscd_hash.c: Remove files.
22241 * nss/Makefiles (routines): Add nss_hash.
22242 * nss/Versions (GLIBC_PRIVATE): Export __nss_hash.
22243 * nss/nss_hash.c: Rename from nis/nis_hash.c.
22244 (__nss_hash): Rename from __nis_hash. Define hidden alias.
22245 * nis/rpcsvc/nislib.h (__nis_hash): Remove declaration.
22246
22247 2017-11-23 Florian Weimer <fweimer@redhat.com>
22248
22249 [BZ #22478]
22250 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Retry on EINTR.
22251 Return error code, not -1.
22252 * signal/tst-sigwait-eintr.c: New file.
22253 * signal/Makefile (tests): Add tst-sigwait-eintr.
22254
22255 2017-11-23 Florian Weimer <fweimer@redhat.com>
22256
22257 Linux: Add memfd_create system call wrapper
22258 * sysdeps/unix/sysv/linux/Makefile [misc] (tests): Add
22259 tst-memfd_create.
22260 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_GNU]
22261 (MFD_CLOEXEC, MFD_ALLOW_SEALING): Define.
22262 [__USE_GNU] (memfd_create): Declare.
22263 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.27): Add memfd_create.
22264 * sysdeps/unix/sysv/linux/syscalls.list (memfd_create): Add.
22265 * sysdeps/unix/sysv/linux/tst-memfd_create.c: New file.
22266 * sysdeps/unix/sysv/linux/**.abilist: Update.
22267 * manual/llio.texi (Memory-mapped I/O): Document memfd_create.
22268
22269 2017-11-22 Joseph Myers <joseph@codesourcery.com>
22270
22271 * localedata/gen-locale.sh: Fix typo in variable name.
22272
22273 * resolv/res_debug.c (p_secstodate): Condition definition on
22274 [SHLIB_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_27)]. Define
22275 directly as __p_secstodate, and as a compat symbol. Do not use
22276 libresolv_hidden_def.
22277 * resolv/resolv.h (p_secstodate): Remove macro and function
22278 declaration.
22279 * resolv/ns_print.c (ns_sprintrrf): Print times with %lu, not
22280 using p_secstodate.
22281 * include/resolv.h (__p_secstodate): Do not use
22282 libresolv_hidden_proto.
22283 * resolv/Makefile (tests): Move tst-p_secstodate to ....
22284 (tests-internal): ... here.
22285 * resolv/tst-p_secstodate.c: Include <shlib-compat.h>. Condition
22286 all contents on [TEST_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_27)]
22287 and declare and use __p_secstodate and use compat_symbol_reference
22288 in that case.
22289 [!TEST_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_27)] (do_test): Add
22290 implementation returning 77.
22291
22292 [BZ #22463]
22293 * resolv/res_debug.c: Include <libc-diag.h>.
22294 (p_secstodate): Assert time_t at least as wide as u_long. On
22295 overflow, use integer seconds since the epoch as output, or use
22296 "<overflow>" as output and set errno to EOVERFLOW if integer
22297 seconds since the epoch would be 14 or more characters.
22298 (p_secstodate) [__GNUC_PREREQ (7, 0)]: Disable -Wformat-overflow=
22299 for sprintf call.
22300 * resolv/tst-p_secstodate.c: New file.
22301 * resolv/Makefile (tests): Add tst-p_secstodate.
22302 ($(objpfx)tst-p_secstodate): Depend on $(objpfx)libresolv.so.
22303
22304 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Remove file.
22305 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
22306 * sysdeps/sparc/sparc64/soft-fp/s_scalbnl.c: Likewise.
22307
22308 2017-11-22 Paul Eggert <eggert@cs.ucla.edu>
22309
22310 * posix/regcomp.c (init_word_char): Add comments.
22311
22312 2017-11-22 Joseph Myers <joseph@codesourcery.com>
22313
22314 [BZ #22447]
22315 * sysdeps/unix/getlogin_r.c (__getlogin_r): Use __strnlen not
22316 strlen to compute length of ut_user and set trailing NUL byte of
22317 result explicitly.
22318
22319 2017-11-21 Mike FABIAN <mfabian@redhat.com>
22320
22321 [BZ #15537]
22322 * localedata/locales/lv_LV (LC_COLLATE): Fix collation by
22323 using “copy "iso14651_t1"” and then implementing the
22324 collation rules for lv from CLDR on top of that.
22325 * Makefile: Add lv_LV.UTF-8 to test-input and to the list
22326 of locales to be built for testing.
22327 * lv_LV.UTF-8.in: New file with test data to test the Latvian
22328 sorting.
22329
22330 2017-11-21 Joseph Myers <joseph@codesourcery.com>
22331
22332 * sysdeps/unix/sysv/linux/hppa/bits/mman.h
22333 [__USE_MISC] (MADV_SPACEAVAIL): Remove macro.
22334 [__USE_MISC] (MADV_VPS_PURGE): Likewise.
22335 [__USE_MISC] (MADV_VPS_INHERIT): Likewise.
22336 [__USE_MISC] (MADV_HWPOISON): New macro.
22337 [__USE_MISC] (MADV_SOFT_OFFLINE): Likewise.
22338
22339 2017-11-21 Adhemerval Zanella <adhemerval.zanella@linaro.org>
22340
22341 * nptl/pthreadP.h (ASSERT_PTHREAD_INTERNAL_SIZE): Add workarond for
22342 -Wmissing-braces on GCC 4.9.
22343
22344 2017-11-21 Stefan Liebler <stli@linux.vnet.ibm.com>
22345
22346 * sysdeps/s390/s390-64/start.S (_start): Add cfi information for r14.
22347 * sysdeps/s390/s390-32/start.S (_start): Likewise
22348 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S
22349 (thread_start): Likewise.
22350 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S
22351 (thread_start): Likewise.
22352 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S
22353 (__makecontext_ret): Likewise.
22354 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S
22355 (__makecontext_ret): Likewise.
22356
22357 2017-11-21 Stefan Liebler <stli@linux.vnet.ibm.com>
22358
22359 * include/wchar.h (__wcsnlen, __wcscat, __wcsncpy, __wcpncpy,
22360 __wcschrnul): Remove attribute_hidden.
22361
22362 2017-11-20 Paul Eggert <eggert@cs.ucla.edu>
22363
22364 regex: don't assume uint64_t or uint32_t
22365 This avoids -Werror=overflow errors for 32-bit systems in
22366 the 64-bit case. Problem reported by Joseph Myers in:
22367 https://sourceware.org/ml/libc-alpha/2017-11/msg00694.html
22368 Also, when this code is used in Gnulib it ports to platforms
22369 that lack uint64_t and uint32_t. The C standard doesn't guarantee
22370 them, and on some 32-bit compilers there is no uint64_t.
22371 Problem reported by Gianluigi Tiesi in:
22372 http://lists.gnu.org/archive/html/bug-gnulib/2012-03/msg00154.html
22373 * posix/regcomp.c (init_word_char): Don't assume that the types
22374 uint64_t and uint32_t exist. Adapted from Gnulib patch
22375 2012-05-27T06:40:00!eggert@cs.ucla.edu. See:
22376 https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=252b52457da7887667c036d18cc5169777615bb0
22377
22378 2017-11-20 Siddhesh Poyarekar <siddhesh@sourceware.org>
22379
22380 * sysdeps/aarch64/memset-reg.h: New file.
22381 * sysdeps/aarch64/memset.S: Use it.
22382 (__memset): Rename to MEMSET macro.
22383 [ZVA_MACRO]: Use zva_macro.
22384 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines):
22385 Add memset_generic and memset_falkor.
22386 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
22387 (__libc_ifunc_impl_list): Add memset ifuncs.
22388 * sysdeps/aarch64/multiarch/init-arch.h (INIT_ARCH): New
22389 local variable zva_size.
22390 * sysdeps/aarch64/multiarch/memset.c: New file.
22391 * sysdeps/aarch64/multiarch/memset_generic.S: New file.
22392 * sysdeps/aarch64/multiarch/memset_falkor.S: New file.
22393 * sysdeps/aarch64/multiarch/rtld-memset.S: New file.
22394 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c
22395 (DCZID_DZP_MASK): New macro.
22396 (DCZID_BS_MASK): Likewise.
22397 (init_cpu_features): Read and set zva_size.
22398 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h
22399 (struct cpu_features): New member zva_size.
22400
22401 * benchtests/bench-memcpy-walk.c (START_SIZE): Set to 128.
22402 * benchtests/bench-memmove-walk.c (START_SIZE): Likewise.
22403 * benchtests/bench-memset-walk.c (START_SIZE): Likewise.
22404
22405 * benchtests/bench-memcpy-walk.c (do_one_test): Copy only
22406 backwards. Fix timing computation.
22407 * benchtests/bench-memmove-walk.c (do_one_test): Likewise.
22408 * benchtests/bench-memset-walk.c (do_one_test): Walk backwards
22409 on memset by N at a time. Fix timing computation.
22410
22411 2017-11-20 Florian Weimer <fweimer@redhat.com>
22412
22413 * manual/llio.texi (Memory-mapped I/O): Document MAP_HUGETLB,
22414 MADV_HUGEPAGE, MADV_NOHUGEPAGE.
22415
22416 2017-11-19 Florian Weimer <fweimer@redhat.com>
22417
22418 manual: Document mprotect
22419 * manual/memory.texi (Memory Protection): New section.
22420 * manual/llio.texi (Memory-mapped I/O): Remove duplicate
22421 documentation of PROT_* flags and reference the Memory Protection
22422 section instead.
22423
22424 2017-11-19 Florian Weimer <fweimer@redhat.com>
22425
22426 * manual/llio.texi (I/O Primitives): Move preadv, preadv64,
22427 pwritev, pwritev64, preadv2, preadv64v2, pwritev2, pwritev64v2 ...
22428 (Scatter-Gather): ... to here. Remove misleading comment.
22429
22430 2017-11-18 Christian Brauner <christian.brauner@ubuntu.com>
22431
22432 * support/support_become_root.c (setup_uid_gid_mapping): Fix comment
22433 style.
22434
22435 * support/support_become_root.c (setup_uid_gid_mapping): Don't fail
22436 when /proc/<pid>/setgroups does not exist.
22437
22438 2017-11-18 Florian Weimer <fweimer@redhat.com>
22439
22440 * sysdeps/unix/sysv/linux/tst-ttyname.c
22441 (become_root_in_mount_ns): Remove.
22442 (do_in_chroot_1): Call support_enter_mount_namespace.
22443 (do_in_chroot_2): Likewise.
22444 (do_test): Call support_become_root early.
22445
22446 2017-11-18 Florian Weimer <fweimer@redhat.com>
22447
22448 * support/namespace.h (support_enter_mount_namespace): Declare.
22449 * support/support_enter_mount_namespace.c: New file.
22450 * support/Makefile (libsupport-routines): Add
22451 support_enter_mount_namespace.
22452
22453 2017-11-18 Florian Weimer <fweimer@redhat.com>
22454
22455 * support/temp_file.c (support_create_temp_directory): Use
22456 test_dir and do not rely on the presence of the XXXXXX suffix.
22457 * support/temp_file.h (support_create_temp_directory): Update
22458 comment.
22459 * support/tst-xreadlink.c (do_test): Adjust.
22460 * support/support_chroot.c (support_chroot_create): Likewise.
22461
22462 2017-11-17 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
22463
22464 * sysdeps/powerpc/bits/hwcap.h (PPC_FEATURE2_HTM_NO_SUSPEND): New
22465 macro.
22466 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add
22467 htm-no-suspend.
22468
22469 2017-11-17 Joseph Myers <joseph@codesourcery.com>
22470
22471 * sysdeps/x86_64/fpu/e_expl.S: Include <libm-alias-ldouble.h>.
22472 [USE_AS_EXPM1L] (expm1l): Define using libm_alias_ldouble.
22473 * sysdeps/x86_64/fpu/s_ceill.S: Include <libm-alias-ldouble.h>.
22474 (ceill): Define using libm_alias_ldouble.
22475 * sysdeps/x86_64/fpu/s_copysignl.S: Include
22476 <libm-alias-ldouble.h>.
22477 (copysignl): Define using libm_alias_ldouble.
22478 * sysdeps/x86_64/fpu/s_fabsl.S: Include <libm-alias-ldouble.h>.
22479 (fabsl): Define using libm_alias_ldouble.
22480 * sysdeps/x86_64/fpu/s_floorl.S: Include <libm-alias-ldouble.h>.
22481 (floorl): Define using libm_alias_ldouble.
22482 * sysdeps/x86_64/fpu/s_fmaxl.S: Include <libm-alias-ldouble.h>.
22483 (fmaxl): Define using libm_alias_ldouble.
22484 * sysdeps/x86_64/fpu/s_fminl.S: Include <libm-alias-ldouble.h>.
22485 (fminl): Define using libm_alias_ldouble.
22486 * sysdeps/x86_64/fpu/s_llrintl.S: Include <libm-alias-ldouble.h>.
22487 (llrintl): Define using libm_alias_ldouble.
22488 (lrintl): Likewise.
22489 * sysdeps/x86_64/fpu/s_nearbyintl.S: Include
22490 <libm-alias-ldouble.h>.
22491 (nearbyintl): Define using libm_alias_ldouble.
22492 * sysdeps/x86_64/fpu/s_truncl.S: Include <libm-alias-ldouble.h>.
22493 (truncl): Define using libm_alias_ldouble.
22494 * sysdeps/x86_64/x32/fpu/s_lrintl.S: Include
22495 <libm-alias-ldouble.h>.
22496 (lrintl): Define using libm_alias_ldouble.
22497
22498 * sysdeps/i386/fpu/e_expl.S: Include <libm-alias-ldouble.h>.
22499 [USE_AS_EXPM1L] (expm1l): Define using libm_alias_ldouble.
22500 * sysdeps/i386/fpu/s_asinhl.S: Include <libm-alias-ldouble.h>.
22501 (asinhl): Define using libm_alias_ldouble.
22502 * sysdeps/i386/fpu/s_atanl.c: Include <libm-alias-ldouble.h>.
22503 (atanl): Define using libm_alias_ldouble.
22504 * sysdeps/i386/fpu/s_cbrtl.S: Include <libm-alias-ldouble.h>.
22505 (cbrtl): Define using libm_alias_ldouble.
22506 * sysdeps/i386/fpu/s_ceill.S: Include <libm-alias-ldouble.h>.
22507 (ceill): Define using libm_alias_ldouble.
22508 * sysdeps/i386/fpu/s_copysignl.S: Include <libm-alias-ldouble.h>.
22509 (copysignl): Define using libm_alias_ldouble.
22510 * sysdeps/i386/fpu/s_fabsl.S: Include <libm-alias-ldouble.h>.
22511 (fabsl): Define using libm_alias_ldouble.
22512 * sysdeps/i386/fpu/s_floorl.S: Include <libm-alias-ldouble.h>.
22513 (floorl): Define using libm_alias_ldouble.
22514 * sysdeps/i386/fpu/s_fmaxl.S: Include <libm-alias-ldouble.h>.
22515 (fmaxl): Define using libm_alias_ldouble.
22516 * sysdeps/i386/fpu/s_fminl.S: Include <libm-alias-ldouble.h>.
22517 (fminl): Define using libm_alias_ldouble.
22518 * sysdeps/i386/fpu/s_frexpl.S: Include <libm-alias-ldouble.h>.
22519 (frexpl): Define using libm_alias_ldouble.
22520 * sysdeps/i386/fpu/s_llrintl.S: Include <libm-alias-ldouble.h>.
22521 (llrintl): Define using libm_alias_ldouble.
22522 * sysdeps/i386/fpu/s_logbl.c: Include <libm-alias-ldouble.h>.
22523 (logbl): Define using libm_alias_ldouble.
22524 * sysdeps/i386/fpu/s_lrintl.S: Include <libm-alias-ldouble.h>.
22525 (lrintl): Define using libm_alias_ldouble.
22526 * sysdeps/i386/fpu/s_nearbyintl.S: Include <libm-alias-ldouble.h>.
22527 (nearbyintl): Define using libm_alias_ldouble.
22528 * sysdeps/i386/fpu/s_nextafterl.c: Include <libm-alias-ldouble.h>.
22529 (nextafterl): Define using libm_alias_ldouble.
22530 * sysdeps/i386/fpu/s_remquol.S: Include <libm-alias-ldouble.h>.
22531 (remquol): Define using libm_alias_ldouble.
22532 * sysdeps/i386/fpu/s_rintl.c: Include <libm-alias-ldouble.h>.
22533 (rintl): Define using libm_alias_ldouble.
22534 * sysdeps/i386/fpu/s_truncl.S: Include <libm-alias-ldouble.h>.
22535 (truncl): Define using libm_alias_ldouble.
22536 * sysdeps/i386/i686/fpu/s_fmaxl.S: Include <libm-alias-ldouble.h>.
22537 (fmaxl): Define using libm_alias_ldouble.
22538 * sysdeps/i386/i686/fpu/s_fminl.S: Include <libm-alias-ldouble.h>.
22539 (fminl): Define using libm_alias_ldouble.
22540
22541 * bits/floatn-common.h [!__ASSEMBLER]: Disable everything related
22542 to C syntax instead of availability and properties of types.
22543 * bits/floatn.h [!__ASSEMBLER]: Likewise.
22544 * sysdeps/ia64/bits/floatn.h [!__ASSEMBLER]: Likewise.
22545 * sysdeps/ieee754/ldbl-128/bits/floatn.h [!__ASSEMBLER]: Likewise.
22546 * sysdeps/mips/ieee754/bits/floatn.h [!__ASSEMBLER]: Likewise.
22547 * sysdeps/powerpc/bits/floatn.h [!__ASSEMBLER]: Likewise.
22548 * sysdeps/x86/bits/floatn.h [!__ASSEMBLER]: Likewise.
22549
22550 2017-11-17 Florian Weimer <fweimer@redhat.com>
22551
22552 support_become_root: Enable file creation in namespaces.
22553 * support/support_become_root.c (setup_mapping): New function.
22554 (support_become_root): Call it.
22555
22556 2017-11-17 Joseph Myers <joseph@codesourcery.com>
22557
22558 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_DCPOP): New
22559 macro.
22560
22561 2017-11-16 Adhemerval Zanella <adhemerval.zanella@linaro.org>
22562
22563 * sysdeps/aarch64/fpu/Makefile (CFLAGS-s_fmax.c, CFLAGS-s_fmaxf.c,
22564 CFLAGS-s_fmin.c, CFLAGS-s_fminf.c): New rule: add -ffinite-math-only.
22565
22566 2017-11-16 Joseph Myers <joseph@codesourcery.com>
22567
22568 * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_RAWIP): New macro.
22569
22570 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
22571 version to 4.14.
22572
22573 2017-11-16 Siddhesh Poyarekar <siddhesh@sourceware.org>
22574
22575 * INSTALL: Fix botched up regeneration.
22576
22577 * NEWS: Update sourceare link to https.
22578 * configure.ac: Likewise.
22579 * crypt/md5test-giant.c: Likewise.
22580 * dlfcn/bug-atexit1.c: Likewise.
22581 * dlfcn/bug-atexit2.c: Likewise.
22582 * localedata/README: Likewise.
22583 * malloc/tst-mallocfork.c: Likewise.
22584 * manual/install.texi: Likewise.
22585 * nptl/tst-pthread-getattr.c: Likewise.
22586 * stdio-common/tst-fgets.c: Likewise.
22587 * stdio-common/tst-fwrite.c: Likewise.
22588 * sunrpc/Makefile: Likewise.
22589 * sysdeps/arm/armv7/multiarch/memcpy_impl.S: Likewise.
22590 * wcsmbs/tst-mbrtowc2.c: Likewise.
22591 * configure: Regenerate.
22592 * INSTALL: Regenerate.
22593
22594 2017-11-15 Martin Sebor <msebor@redhat.com>
22595
22596 * misc/sys/cdefs.h (__attribute_nonstring__): New macro.
22597 * sysdeps/gnu/bits/utmp.h (struct utmp): Use it.
22598 * sysdeps/unix/sysv/linux/s390/bits/utmp.h (struct utmp): Same.
22599
22600 2017-11-15 Luke Shumaker <lukeshu@parabola.nu>
22601
22602 [BZ #22145]
22603 * sysdeps/unix/sysv/linux/tst-ttyname.c: New file.
22604 * sysdeps/unix/sysv/linux/Makefile: Add tst-ttyname to tests.
22605
22606 [BZ #22145]
22607 * sysdeps/unix/sysv/linux/ttyname.c (ttyname):
22608 Defer is_pty check until end of the function.
22609 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
22610
22611 [BZ #22145]
22612 * sysdeps/unix/sysv/linux/ttyname.h (is_mytty): New function.
22613 * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Call is_mytty.
22614 (ttyname): Likewise.
22615 * sysdeps/unix/sysv/linux/ttyname_r.c (getttyname_r): Likewise.
22616 (__ttyname_r): Likewise.
22617
22618 * sysdeps/unix/sysv/linux/ttyname.h (is_pty): Change return type from
22619 int to bool.
22620
22621 * sysdeps/unix/sysv/linux/ttyname.h (is_pty): Update doc reference.
22622
22623 * manual/terminal.texi (Is It a Terminal):
22624 Mention ENODEV for ttyname and ttyname_r.
22625
22626 2017-11-15 Joseph Myers <joseph@codesourcery.com>
22627
22628 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_ZEROCOPY): New enum
22629 constant and macro.
22630
22631 * sysdeps/unix/sysv/linux/bits/mman-linux.h
22632 [__USE_MISC] (MADV_WIPEONFORK): New macro.
22633 [__USE_MISC] (MADV_KEEPONFORK): Likewise.
22634 * sysdeps/unix/sysv/linux/hppa/bits/mman.h
22635 [__USE_MISC] (MADV_WIPEONFORK): Likewise.
22636 [__USE_MISC] (MADV_KEEPONFORK): Likewise.
22637
22638 2017-11-15 Adhemerval Zanella <adhemerval.zanella@linaro.org>
22639
22640 * signal/sigrelse.c (sigrelse): Optimize implementation.
22641
22642 * sysdeps/posix/sigpause.c (do_sigpause): Remove.
22643 (__sigpause): Rely on __sigsuspend to implement single thread
22644 optimization. Add LIBC_CANCEL_HANDLED for cancellation marking.
22645
22646 2017-11-15 Joseph Myers <joseph@codesourcery.com>
22647
22648 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
22649 kernel version to 4.14.
22650
22651 2017-11-15 Steve Ellcey <sellcey@cavium.com>
22652
22653 [BZ #22442]
22654 * sysdeps/unix/sysv/linux/if_index.c (__if_nametoindex):
22655 Check if ifname is too long.
22656
22657 2017-11-15 Luke Shumaker <lukeshu@parabola.nu>
22658
22659 * sysdeps/unix/sysv/linux/epoll_wait.c: Include <sysdep-cancel.h>.
22660
22661 2017-11-15 Mike FABIAN <mfabian@redhat.com>
22662
22663 * localedata/locales/ka_GE (LC_MESSAGES): Add “X” back to yesexpr,
22664 was accidentally lost.
22665
22666 2017-11-15 Mike FABIAN <mfabian@redhat.com>
22667
22668 * localedata/locales/az_IR: Add standard copyright header.
22669
22670 2017-11-15 Florian Weimer <fweimer@redhat.com>
22671
22672 [BZ #22439]
22673 * malloc/malloc.c (__malloc_info): Count all heaps in an arena,
22674 not just the top one. Output a new "subheaps" statistic.
22675
22676 2017-11-15 Florian Weimer <fweimer@redhat.com>
22677
22678 [BZ #22408]
22679 * malloc/malloc.c (__malloc_info): Obtain arena heap statistics
22680 under the per-arena lock.
22681 * malloc/Makefile (tests): Add tst-malloc_info.
22682 (tst-malloc_info): Link with libpthread.
22683 * malloc/tst-malloc_info.c: New file.
22684
22685 2017-11-15 Joseph Myers <joseph@codesourcery.com>
22686
22687 [BZ #21660]
22688 * math/tgmath.h (__HAVE_BUILTIN_TGMATH): New macro.
22689 [__HAVE_BUILTIN_TGMATH] (__TG_F16_ARG): Likewise.
22690 [__HAVE_BUILTIN_TGMATH] (__TG_F32_ARG): Likewise.
22691 [__HAVE_BUILTIN_TGMATH] (__TG_F64_ARG): Likewise.
22692 [__HAVE_BUILTIN_TGMATH] (__TG_F128_ARG): Likewise.
22693 [__HAVE_BUILTIN_TGMATH] (__TG_F32X_ARG): Likewise.
22694 [__HAVE_BUILTIN_TGMATH] (__TG_F64X_ARG): Likewise.
22695 [__HAVE_BUILTIN_TGMATH] (__TG_F128X_ARG): Likewise.
22696 [__HAVE_BUILTIN_TGMATH] (__TGMATH_FUNCS): Likewise.
22697 [__HAVE_BUILTIN_TGMATH] (__TGMATH_RCFUNCS): Likewise.
22698 [__HAVE_BUILTIN_TGMATH] (__TGMATH_1): Likewise.
22699 [__HAVE_BUILTIN_TGMATH] (__TGMATH_2): Likewise.
22700 [__HAVE_BUILTIN_TGMATH] (__TGMATH_2STD): Likewise.
22701 [__HAVE_BUILTIN_TGMATH] (__TGMATH_3): Likewise.
22702 [__HAVE_BUILTIN_TGMATH] (__TGMATH_1C): Likewise.
22703 [__HAVE_BUILTIN_TGMATH] (__TGMATH_2C): Likewise.
22704 (__tgml): Make conditional on [!__HAVE_BUILTIN_TGMATH].
22705 (__floating_type): Likewise.
22706 (__real_integer_type): Likewise.
22707 (__complex_integer_type): Likewise.
22708 (__expr_is_real): Likewise.
22709 (__tgmath_real_type_sub): Likewise.
22710 (__tgmath_real_type): Likewise.
22711 (__tgmath_complex_type_sub): Likewise.
22712 (__tgmath_complex_type): Likewise.
22713 (__TGMATH_F128): Likewise.
22714 (__TGMATH_CF128): Likewise.
22715 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_REAL_ONLY): Define using
22716 new macros.
22717 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_REAL_RET_ONLY): Likewise.
22718 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_FIRST_REAL_ONLY):
22719 Likewise.
22720 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_FIRST_REAL_STD_ONLY):
22721 Likewise.
22722 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_REAL_ONLY): Likewise.
22723 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_REAL_STD_ONLY): Likewise.
22724 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_REAL_RET_ONLY): Likewise.
22725 [__HAVE_BUILTIN_TGMATH] (__TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY):
22726 Likewise.
22727 [__HAVE_BUILTIN_TGMATH] (__TGMATH_TERNARY_REAL_ONLY): Likewise.
22728 [__HAVE_BUILTIN_TGMATH] (__TGMATH_TERNARY_FIRST_REAL_RET_ONLY):
22729 Likewise.
22730 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_REAL_IMAG): Likewise.
22731 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_IMAG): Likewise.
22732 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_REAL_IMAG_RET_REAL):
22733 Likewise.
22734 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_REAL_IMAG): Likewise.
22735 (__TGMATH_UNARY_REAL_IMAG_RET_REAL_SAME): New macro.
22736 (carg): Use __TGMATH_UNARY_REAL_IMAG_RET_REAL_SAME.
22737 (cimag): Likewise.
22738 (creal): Likewise.
22739
22740 2017-11-14 Joseph Myers <joseph@codesourcery.com>
22741
22742 * string/tester.c (test_stpncpy): Disable -Wstringop-truncation
22743 for stpncpy calls for GCC 8.
22744 (test_strncat): Disable -Wstringop-truncation warning for strncat
22745 calls for GCC 8. Disable -Wstringop-overflow= warning for one
22746 strncat call for GCC 7.
22747 (test_strncpy): Disable -Wstringop-truncation warning for strncpy
22748 calls for GCC 8.
22749 (test_memcmp): Use memcpy instead of strncpy for calls not copying
22750 trailing NUL.
22751
22752 * string/bug-strncat1.c: Include <libc-diag.h>.
22753 (main): Disable -Wstringop-truncation for strncat call for GCC 8.
22754
22755 2017-11-13 Claude Paroz <claude@2xlibre.net>
22756
22757 [BZ #22387]
22758 * localedata/locales/aa_DJ: Improved readibility by replacing
22759 <Uxxxx> sequences in the ASCII printable range by their ASCII
22760 character equivalents.
22761 * localedata/locales/aa_ER: Likewise.
22762 * localedata/locales/aa_ER@saaho: Likewise.
22763 * localedata/locales/aa_ET: Likewise.
22764 * localedata/locales/af_ZA: Likewise.
22765 * localedata/locales/agr_PE: Likewise.
22766 * localedata/locales/ak_GH: Likewise.
22767 * localedata/locales/am_ET: Likewise.
22768 * localedata/locales/anp_IN: Likewise.
22769 * localedata/locales/ar_AE: Likewise.
22770 * localedata/locales/ar_BH: Likewise.
22771 * localedata/locales/ar_DZ: Likewise.
22772 * localedata/locales/ar_EG: Likewise.
22773 * localedata/locales/ar_IN: Likewise.
22774 * localedata/locales/ar_IQ: Likewise.
22775 * localedata/locales/ar_JO: Likewise.
22776 * localedata/locales/ar_KW: Likewise.
22777 * localedata/locales/ar_LB: Likewise.
22778 * localedata/locales/ar_LY: Likewise.
22779 * localedata/locales/ar_MA: Likewise.
22780 * localedata/locales/ar_OM: Likewise.
22781 * localedata/locales/ar_QA: Likewise.
22782 * localedata/locales/ar_SA: Likewise.
22783 * localedata/locales/ar_SD: Likewise.
22784 * localedata/locales/ar_SS: Likewise.
22785 * localedata/locales/ar_SY: Likewise.
22786 * localedata/locales/ar_TN: Likewise.
22787 * localedata/locales/ar_YE: Likewise.
22788 * localedata/locales/as_IN: Likewise.
22789 * localedata/locales/ast_ES: Likewise.
22790 * localedata/locales/ayc_PE: Likewise.
22791 * localedata/locales/az_AZ: Likewise.
22792 * localedata/locales/az_IR: Likewise.
22793 * localedata/locales/be_BY: Likewise.
22794 * localedata/locales/be_BY@latin: Likewise.
22795 * localedata/locales/bem_ZM: Likewise.
22796 * localedata/locales/ber_DZ: Likewise.
22797 * localedata/locales/ber_MA: Likewise.
22798 * localedata/locales/bg_BG: Likewise.
22799 * localedata/locales/bhb_IN: Likewise.
22800 * localedata/locales/bho_IN: Likewise.
22801 * localedata/locales/bi_VU: Likewise.
22802 * localedata/locales/bn_BD: Likewise.
22803 * localedata/locales/bn_IN: Likewise.
22804 * localedata/locales/bo_CN: Likewise.
22805 * localedata/locales/bo_IN: Likewise.
22806 * localedata/locales/br_FR: Likewise.
22807 * localedata/locales/brx_IN: Likewise.
22808 * localedata/locales/bs_BA: Likewise.
22809 * localedata/locales/byn_ER: Likewise.
22810 * localedata/locales/ca_AD: Likewise.
22811 * localedata/locales/ca_ES: Likewise.
22812 * localedata/locales/ca_FR: Likewise.
22813 * localedata/locales/ca_IT: Likewise.
22814 * localedata/locales/ce_RU: Likewise.
22815 * localedata/locales/chr_US: Likewise.
22816 * localedata/locales/cmn_TW: Likewise.
22817 * localedata/locales/crh_UA: Likewise.
22818 * localedata/locales/cs_CZ: Likewise.
22819 * localedata/locales/csb_PL: Likewise.
22820 * localedata/locales/cv_RU: Likewise.
22821 * localedata/locales/cy_GB: Likewise.
22822 * localedata/locales/da_DK: Likewise.
22823 * localedata/locales/de_AT: Likewise.
22824 * localedata/locales/de_BE: Likewise.
22825 * localedata/locales/de_CH: Likewise.
22826 * localedata/locales/de_DE: Likewise.
22827 * localedata/locales/de_IT: Likewise.
22828 * localedata/locales/de_LI: Likewise.
22829 * localedata/locales/de_LU: Likewise.
22830 * localedata/locales/doi_IN: Likewise.
22831 * localedata/locales/dv_MV: Likewise.
22832 * localedata/locales/dz_BT: Likewise.
22833 * localedata/locales/el_CY: Likewise.
22834 * localedata/locales/el_GR: Likewise.
22835 * localedata/locales/en_AG: Likewise.
22836 * localedata/locales/en_AU: Likewise.
22837 * localedata/locales/en_BW: Likewise.
22838 * localedata/locales/en_CA: Likewise.
22839 * localedata/locales/en_DK: Likewise.
22840 * localedata/locales/en_GB: Likewise.
22841 * localedata/locales/en_HK: Likewise.
22842 * localedata/locales/en_IE: Likewise.
22843 * localedata/locales/en_IL: Likewise.
22844 * localedata/locales/en_IN: Likewise.
22845 * localedata/locales/en_NG: Likewise.
22846 * localedata/locales/en_NZ: Likewise.
22847 * localedata/locales/en_PH: Likewise.
22848 * localedata/locales/en_SG: Likewise.
22849 * localedata/locales/en_US: Likewise.
22850 * localedata/locales/en_ZA: Likewise.
22851 * localedata/locales/en_ZM: Likewise.
22852 * localedata/locales/en_ZW: Likewise.
22853 * localedata/locales/eo: Likewise.
22854 * localedata/locales/es_AR: Likewise.
22855 * localedata/locales/es_BO: Likewise.
22856 * localedata/locales/es_CL: Likewise.
22857 * localedata/locales/es_CO: Likewise.
22858 * localedata/locales/es_CR: Likewise.
22859 * localedata/locales/es_CU: Likewise.
22860 * localedata/locales/es_DO: Likewise.
22861 * localedata/locales/es_EC: Likewise.
22862 * localedata/locales/es_ES: Likewise.
22863 * localedata/locales/es_GT: Likewise.
22864 * localedata/locales/es_HN: Likewise.
22865 * localedata/locales/es_MX: Likewise.
22866 * localedata/locales/es_NI: Likewise.
22867 * localedata/locales/es_PA: Likewise.
22868 * localedata/locales/es_PE: Likewise.
22869 * localedata/locales/es_PR: Likewise.
22870 * localedata/locales/es_PY: Likewise.
22871 * localedata/locales/es_SV: Likewise.
22872 * localedata/locales/es_US: Likewise.
22873 * localedata/locales/es_UY: Likewise.
22874 * localedata/locales/es_VE: Likewise.
22875 * localedata/locales/et_EE: Likewise.
22876 * localedata/locales/eu_ES: Likewise.
22877 * localedata/locales/eu_ES@euro: Likewise.
22878 * localedata/locales/fa_IR: Likewise.
22879 * localedata/locales/ff_SN: Likewise.
22880 * localedata/locales/fi_FI: Likewise.
22881 * localedata/locales/fil_PH: Likewise.
22882 * localedata/locales/fo_FO: Likewise.
22883 * localedata/locales/fr_BE: Likewise.
22884 * localedata/locales/fr_CA: Likewise.
22885 * localedata/locales/fr_CH: Likewise.
22886 * localedata/locales/fr_FR: Likewise.
22887 * localedata/locales/fr_LU: Likewise.
22888 * localedata/locales/fur_IT: Likewise.
22889 * localedata/locales/fy_DE: Likewise.
22890 * localedata/locales/fy_NL: Likewise.
22891 * localedata/locales/ga_IE: Likewise.
22892 * localedata/locales/gd_GB: Likewise.
22893 * localedata/locales/gez_ER: Likewise.
22894 * localedata/locales/gez_ET: Likewise.
22895 * localedata/locales/gl_ES: Likewise.
22896 * localedata/locales/gu_IN: Likewise.
22897 * localedata/locales/gv_GB: Likewise.
22898 * localedata/locales/ha_NG: Likewise.
22899 * localedata/locales/hak_TW: Likewise.
22900 * localedata/locales/he_IL: Likewise.
22901 * localedata/locales/hi_IN: Likewise.
22902 * localedata/locales/hif_FJ: Likewise.
22903 * localedata/locales/hne_IN: Likewise.
22904 * localedata/locales/hr_HR: Likewise.
22905 * localedata/locales/hsb_DE: Likewise.
22906 * localedata/locales/ht_HT: Likewise.
22907 * localedata/locales/hu_HU: Likewise.
22908 * localedata/locales/hy_AM: Likewise.
22909 * localedata/locales/i18n: Likewise.
22910 * localedata/locales/ia_FR: Likewise.
22911 * localedata/locales/id_ID: Likewise.
22912 * localedata/locales/ig_NG: Likewise.
22913 * localedata/locales/ik_CA: Likewise.
22914 * localedata/locales/is_IS: Likewise.
22915 * localedata/locales/it_CH: Likewise.
22916 * localedata/locales/it_IT: Likewise.
22917 * localedata/locales/iu_CA: Likewise.
22918 * localedata/locales/ja_JP: Likewise.
22919 * localedata/locales/ka_GE: Likewise.
22920 * localedata/locales/kk_KZ: Likewise.
22921 * localedata/locales/kl_GL: Likewise.
22922 * localedata/locales/kn_IN: Likewise.
22923 * localedata/locales/ko_KR: Likewise.
22924 * localedata/locales/kok_IN: Likewise.
22925 * localedata/locales/ks_IN: Likewise.
22926 * localedata/locales/ks_IN@devanagari: Likewise.
22927 * localedata/locales/ku_TR: Likewise.
22928 * localedata/locales/kw_GB: Likewise.
22929 * localedata/locales/ky_KG: Likewise.
22930 * localedata/locales/lb_LU: Likewise.
22931 * localedata/locales/lg_UG: Likewise.
22932 * localedata/locales/li_BE: Likewise.
22933 * localedata/locales/li_NL: Likewise.
22934 * localedata/locales/lij_IT: Likewise.
22935 * localedata/locales/ln_CD: Likewise.
22936 * localedata/locales/lo_LA: Likewise.
22937 * localedata/locales/lt_LT: Likewise.
22938 * localedata/locales/lv_LV: Likewise.
22939 * localedata/locales/lzh_TW: Likewise.
22940 * localedata/locales/mag_IN: Likewise.
22941 * localedata/locales/mai_IN: Likewise.
22942 * localedata/locales/mg_MG: Likewise.
22943 * localedata/locales/mhr_RU: Likewise.
22944 * localedata/locales/mi_NZ: Likewise.
22945 * localedata/locales/mk_MK: Likewise.
22946 * localedata/locales/ml_IN: Likewise.
22947 * localedata/locales/mn_MN: Likewise.
22948 * localedata/locales/mni_IN: Likewise.
22949 * localedata/locales/mr_IN: Likewise.
22950 * localedata/locales/ms_MY: Likewise.
22951 * localedata/locales/mt_MT: Likewise.
22952 * localedata/locales/my_MM: Likewise.
22953 * localedata/locales/nan_TW: Likewise.
22954 * localedata/locales/nan_TW@latin: Likewise.
22955 * localedata/locales/nb_NO: Likewise.
22956 * localedata/locales/nds_DE: Likewise.
22957 * localedata/locales/nds_NL: Likewise.
22958 * localedata/locales/ne_NP: Likewise.
22959 * localedata/locales/nhn_MX: Likewise.
22960 * localedata/locales/niu_NU: Likewise.
22961 * localedata/locales/niu_NZ: Likewise.
22962 * localedata/locales/nl_AW: Likewise.
22963 * localedata/locales/nl_BE: Likewise.
22964 * localedata/locales/nl_NL: Likewise.
22965 * localedata/locales/nn_NO: Likewise.
22966 * localedata/locales/nr_ZA: Likewise.
22967 * localedata/locales/nso_ZA: Likewise.
22968 * localedata/locales/oc_FR: Likewise.
22969 * localedata/locales/om_ET: Likewise.
22970 * localedata/locales/om_KE: Likewise.
22971 * localedata/locales/or_IN: Likewise.
22972 * localedata/locales/os_RU: Likewise.
22973 * localedata/locales/pa_IN: Likewise.
22974 * localedata/locales/pa_PK: Likewise.
22975 * localedata/locales/pap_AW: Likewise.
22976 * localedata/locales/pap_CW: Likewise.
22977 * localedata/locales/pl_PL: Likewise.
22978 * localedata/locales/ps_AF: Likewise.
22979 * localedata/locales/pt_BR: Likewise.
22980 * localedata/locales/pt_PT: Likewise.
22981 * localedata/locales/quz_PE: Likewise.
22982 * localedata/locales/raj_IN: Likewise.
22983 * localedata/locales/ro_RO: Likewise.
22984 * localedata/locales/ru_RU: Likewise.
22985 * localedata/locales/ru_UA: Likewise.
22986 * localedata/locales/rw_RW: Likewise.
22987 * localedata/locales/sa_IN: Likewise.
22988 * localedata/locales/sat_IN: Likewise.
22989 * localedata/locales/sc_IT: Likewise.
22990 * localedata/locales/sd_IN: Likewise.
22991 * localedata/locales/sd_IN@devanagari: Likewise.
22992 * localedata/locales/se_NO: Likewise.
22993 * localedata/locales/sgs_LT: Likewise.
22994 * localedata/locales/shs_CA: Likewise.
22995 * localedata/locales/si_LK: Likewise.
22996 * localedata/locales/sid_ET: Likewise.
22997 * localedata/locales/sk_SK: Likewise.
22998 * localedata/locales/sl_SI: Likewise.
22999 * localedata/locales/sm_WS: Likewise.
23000 * localedata/locales/so_DJ: Likewise.
23001 * localedata/locales/so_ET: Likewise.
23002 * localedata/locales/so_KE: Likewise.
23003 * localedata/locales/so_SO: Likewise.
23004 * localedata/locales/sq_AL: Likewise.
23005 * localedata/locales/sq_MK: Likewise.
23006 * localedata/locales/sr_ME: Likewise.
23007 * localedata/locales/sr_RS: Likewise.
23008 * localedata/locales/sr_RS@latin: Likewise.
23009 * localedata/locales/ss_ZA: Likewise.
23010 * localedata/locales/st_ZA: Likewise.
23011 * localedata/locales/sv_FI: Likewise.
23012 * localedata/locales/sv_SE: Likewise.
23013 * localedata/locales/sw_KE: Likewise.
23014 * localedata/locales/sw_TZ: Likewise.
23015 * localedata/locales/szl_PL: Likewise.
23016 * localedata/locales/ta_IN: Likewise.
23017 * localedata/locales/ta_LK: Likewise.
23018 * localedata/locales/tcy_IN: Likewise.
23019 * localedata/locales/te_IN: Likewise.
23020 * localedata/locales/tg_TJ: Likewise.
23021 * localedata/locales/th_TH: Likewise.
23022 * localedata/locales/the_NP: Likewise.
23023 * localedata/locales/ti_ER: Likewise.
23024 * localedata/locales/ti_ET: Likewise.
23025 * localedata/locales/tig_ER: Likewise.
23026 * localedata/locales/tk_TM: Likewise.
23027 * localedata/locales/tl_PH: Likewise.
23028 * localedata/locales/tn_ZA: Likewise.
23029 * localedata/locales/to_TO: Likewise.
23030 * localedata/locales/tpi_PG: Likewise.
23031 * localedata/locales/tr_CY: Likewise.
23032 * localedata/locales/tr_TR: Likewise.
23033 * localedata/locales/ts_ZA: Likewise.
23034 * localedata/locales/tt_RU: Likewise.
23035 * localedata/locales/tt_RU@iqtelif: Likewise.
23036 * localedata/locales/ug_CN: Likewise.
23037 * localedata/locales/uk_UA: Likewise.
23038 * localedata/locales/unm_US: Likewise.
23039 * localedata/locales/ur_IN: Likewise.
23040 * localedata/locales/ur_PK: Likewise.
23041 * localedata/locales/uz_UZ: Likewise.
23042 * localedata/locales/uz_UZ@cyrillic: Likewise.
23043 * localedata/locales/ve_ZA: Likewise.
23044 * localedata/locales/vi_VN: Likewise.
23045 * localedata/locales/wa_BE: Likewise.
23046 * localedata/locales/wae_CH: Likewise.
23047 * localedata/locales/wal_ET: Likewise.
23048 * localedata/locales/wo_SN: Likewise.
23049 * localedata/locales/xh_ZA: Likewise.
23050 * localedata/locales/yi_US: Likewise.
23051 * localedata/locales/yo_NG: Likewise.
23052 * localedata/locales/yue_HK: Likewise.
23053 * localedata/locales/yuw_PG: Likewise.
23054 * localedata/locales/zh_CN: Likewise.
23055 * localedata/locales/zh_HK: Likewise.
23056 * localedata/locales/zh_SG: Likewise.
23057 * localedata/locales/zh_TW: Likewise.
23058 * localedata/locales/zu_ZA: Likewise.
23059
23060 2017-11-13 Florian Weimer <fweimer@redhat.com>
23061
23062 * support/next_to_fault.h, support/next_to_fault.c: New files.
23063 * support/Makefile (libsupport-routines): Add next_to_fault.
23064 * resolv/tst-inet_pton.c (struct next_to_fault)
23065 (next_to_fault_allocate, next_to_fault_free): Remove.
23066 (run_one_test): Switch to <support/next_to_fault.h> interfaces.
23067
23068 2017-11-13 H.J. Lu <hongjiu.lu@intel.com>
23069
23070 * elf/dl-support.c: Include <dl-procruntime.c>.
23071 * include/link.h: Include <link_map.h>.
23072 * sysdeps/generic/dl-procruntime.c: New file.
23073 * sysdeps/generic/link_map.h: Likewise.
23074 * sysdeps/generic/ldsodefs.h: Include <dl-procruntime.c> in
23075 the writable ld.so namespace.
23076
23077 2017-11-12 Paul Eggert <eggert@cs.ucla.edu>
23078
23079 timezone: pacify GCC -Wstringop-truncation
23080 Problem reported by Martin Sebor in:
23081 https://sourceware.org/ml/libc-alpha/2017-11/msg00336.html
23082 * timezone/zic.c (writezone): Use memcpy, not strncpy.
23083
23084 2017-11-12 Florian Weimer <fweimer@redhat.com>
23085
23086 * support/Makefile (libsupport-routines): Add xreadlink, xstrndup,
23087 tst-xreadlink.
23088 (tests): Add tst-xreadlink.
23089 * support/support.h (xstrndup): Declare.
23090 * support/xunistd.h (xunlink, xreadlink): Declare.
23091 * support/temp_file.h (support_create_temp_directory): Declare.
23092 * support/temp_file.c (support_create_temp_directory): New function.
23093 * support/support_chroot.c (support_chroot_create): Use it.
23094 * support/xreadlink.c: New file.
23095 * support/xstrndup.c: Likewise.
23096 * support/xunlink.c: Likewise.
23097 * support/tst-xreadlink.c: Likewise.
23098
23099 2017-11-11 John David Anglin <danglin@gcc.gnu.org>
23100
23101 * sysdeps/hppa/fpu/libm-test-ulps: Update clog10_downward ulps.
23102
23103 2017-11-11 Florian Weimer <fweimer@redhat.com>
23104
23105 [BZ #22409]
23106 [BZ #22412]
23107 * resolv/res_comp.c (printable_string, binary_hnok)
23108 (binary_leading_dash): New functions.
23109 (res_hnok): Reimplement using these functions and ns_name_pton.
23110 (res_ownok): Likewise.
23111 (res_mailok): Reimplement using printable_string, ns_name_pton and
23112 binary_hnok.
23113 (res_dnok): Reimplement using printable_string and ns_name_pton.
23114 * resolv/tst-res_hnok.c (tests): Add additional tests.
23115 (LETTERDIGITS, PRINTABLE): Define.
23116 (do_test): Adjust one_char results.
23117
23118 2017-11-11 Florian Weimer <fweimer@redhat.com>
23119
23120 [BZ #22413]
23121 * resolv/ns_name.c (ns_name_pton): Treat trailing backslash as error.
23122 * resolv/tst-ns_name_pton.c (tests): Add trailing backslash tests.
23123
23124 2017-11-11 Florian Weimer <fweimer@redhat.com>
23125
23126 * resolv/tst-ns_name_pton.c: New file.
23127 * resolv/Makefile (tests): Add tst-ns_name_pton.
23128 (tst-ns_name_pton): Link against libresolv.
23129
23130 2017-11-11 Florian Weimer <fweimer@redhat.com>
23131
23132 * resolv/tst-res_hnok.c: New file.
23133 * resolv/Makefile (tests): Add tst-res_hnok.
23134 (tst-res_hnok): Link against libresolv.
23135
23136 2017-11-11 Florian Weimer <fweimer@redhat.com>
23137
23138 * resolv/tst-resolv-network.c: Use test framework instead explicit
23139 main function.
23140
23141 2017-11-09 H.J. Lu <hongjiu.lu@intel.com>
23142
23143 * include/setjmp.h [!_ISOMAC]: Include <stddef.h> and
23144 <jmp_buf-macros.h>.
23145 [!_ISOMAC] (STR_HELPER): New.
23146 [!_ISOMAC] (STR): Likewise.
23147 [!_ISOMAC] (TEST_SIZE): Likewise.
23148 [!_ISOMAC] (TEST_ALIGN): Likewise.
23149 [!_ISOMAC] (TEST_OFFSET): Likewise.
23150 [!_ISOMAC] Add _Static_assert to check sizes, alignments and
23151 field offsets of jmp_buf as well as sigjmp_buf.
23152 * sysdeps/unix/sysv/linux/aarch64/jmp_buf-macros.h: Likewise.
23153 * sysdeps/unix/sysv/linux/alpha/jmp_buf-macros.h: Likewise.
23154 * sysdeps/unix/sysv/linux/arm/jmp_buf-macros.h: Likewise.
23155 * sysdeps/unix/sysv/linux/hppa/jmp_buf-macros.h: Likewise.
23156 * sysdeps/unix/sysv/linux/i386/jmp_buf-macros.h: Likewise.
23157 * sysdeps/unix/sysv/linux/ia64/jmp_buf-macros.h: Likewise.
23158 * sysdeps/unix/sysv/linux/m68k/jmp_buf-macros.h: Likewise.
23159 * sysdeps/unix/sysv/linux/microblaze/jmp_buf-macros.h: Likewise.
23160 * sysdeps/unix/sysv/linux/mips/mips32/jmp_buf-macros.h: Likewise.
23161 * sysdeps/unix/sysv/linux/mips/mips64/n32/jmp_buf-macros.h:
23162 Likewise.
23163 * sysdeps/unix/sysv/linux/mips/mips64/n64/jmp_buf-macros.h:
23164 Likewise.
23165 * sysdeps/unix/sysv/linux/nios2/jmp_buf-macros.h: Likewise.
23166 * sysdeps/unix/sysv/linux/powerpc/powerpc32/jmp_buf-macros.h:
23167 Likewise.
23168 * sysdeps/unix/sysv/linux/powerpc/powerpc64/jmp_buf-macros.h:
23169 Likewise.
23170 * sysdeps/unix/sysv/linux/s390/s390-32/jmp_buf-macros.h: Likewise.
23171 * sysdeps/unix/sysv/linux/s390/s390-64/jmp_buf-macros.h: Likewise.
23172 * sysdeps/unix/sysv/linux/sh/jmp_buf-macros.h: Likewise.
23173 * sysdeps/unix/sysv/linux/sparc/sparc32/jmp_buf-macros.h: Likewise.
23174 * sysdeps/unix/sysv/linux/sparc/sparc64/jmp_buf-macros.h: Likewise.
23175 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/jmp_buf-macros.h:
23176 Likewise.
23177 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/jmp_buf-macros.h:
23178 Likewise.
23179 * sysdeps/unix/sysv/linux/tile/tilepro/jmp_buf-macros.h: Likewise.
23180 * sysdeps/unix/sysv/linux/x86_64/64/jmp_buf-macros.h: Likewise.
23181 * sysdeps/unix/sysv/linux/x86_64/x32/jmp_buf-macros.h: Likewise.
23182
23183 2017-11-07 Joseph Myers <joseph@codesourcery.com>
23184
23185 * include/float.h
23186 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23187 && __HAVE_FLOAT32] (FLT32_MANT_DIG): New macro.
23188 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23189 && __HAVE_FLOAT32] (FLT32_DECIMAL_DIG): Likewise.
23190 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23191 && __HAVE_FLOAT32] (FLT32_DIG): Likewise.
23192 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23193 && __HAVE_FLOAT32] (FLT32_MIN_EXP): Likewise.
23194 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23195 && __HAVE_FLOAT32] (FLT32_MIN_10_EXP): Likewise.
23196 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23197 && __HAVE_FLOAT32] (FLT32_MAX_EXP): Likewise.
23198 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23199 && __HAVE_FLOAT32] (FLT32_MAX_10_EXP): Likewise.
23200 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23201 && __HAVE_FLOAT32] (FLT32_MAX): Likewise.
23202 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23203 && __HAVE_FLOAT32] (FLT32_EPSILON): Likewise.
23204 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23205 && __HAVE_FLOAT32] (FLT32_MIN): Likewise.
23206 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23207 && __HAVE_FLOAT32] (FLT32_TRUE_MIN): Likewise.
23208 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23209 && __HAVE_FLOAT64] (FLT64_MANT_DIG): Likewise.
23210 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23211 && __HAVE_FLOAT64] (FLT64_DECIMAL_DIG): Likewise.
23212 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23213 && __HAVE_FLOAT64] (FLT64_DIG): Likewise.
23214 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23215 && __HAVE_FLOAT64] (FLT64_MIN_EXP): Likewise.
23216 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23217 && __HAVE_FLOAT64] (FLT64_MIN_10_EXP): Likewise.
23218 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23219 && __HAVE_FLOAT64] (FLT64_MAX_EXP): Likewise.
23220 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23221 && __HAVE_FLOAT64] (FLT64_MAX_10_EXP): Likewise.
23222 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23223 && __HAVE_FLOAT64] (FLT64_MAX): Likewise.
23224 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23225 && __HAVE_FLOAT64] (FLT64_EPSILON): Likewise.
23226 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23227 && __HAVE_FLOAT64] (FLT64_MIN): Likewise.
23228 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23229 && __HAVE_FLOAT64] (FLT64_TRUE_MIN): Likewise.
23230 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23231 && __HAVE_FLOAT32X] (FLT32X_MANT_DIG): Likewise.
23232 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23233 && __HAVE_FLOAT32X] (FLT32X_DECIMAL_DIG): Likewise.
23234 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23235 && __HAVE_FLOAT32X] (FLT32X_DIG): Likewise.
23236 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23237 && __HAVE_FLOAT32X] (FLT32X_MIN_EXP): Likewise.
23238 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23239 && __HAVE_FLOAT32X] (FLT32X_MIN_10_EXP): Likewise.
23240 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23241 && __HAVE_FLOAT32X] (FLT32X_MAX_EXP): Likewise.
23242 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23243 && __HAVE_FLOAT32X] (FLT32X_MAX_10_EXP): Likewise.
23244 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23245 && __HAVE_FLOAT32X] (FLT32X_MAX): Likewise.
23246 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23247 && __HAVE_FLOAT32X] (FLT32X_EPSILON): Likewise.
23248 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23249 && __HAVE_FLOAT32X] (FLT32X_MIN): Likewise.
23250 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23251 && __HAVE_FLOAT32X] (FLT32X_TRUE_MIN): Likewise.
23252 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23253 && __HAVE_FLOAT64X] (FLT64X_MANT_DIG): Likewise.
23254 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23255 && __HAVE_FLOAT64X] (FLT64X_DECIMAL_DIG): Likewise.
23256 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23257 && __HAVE_FLOAT64X] (FLT64X_DIG): Likewise.
23258 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23259 && __HAVE_FLOAT64X] (FLT64X_MIN_EXP): Likewise.
23260 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23261 && __HAVE_FLOAT64X] (FLT64X_MIN_10_EXP): Likewise.
23262 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23263 && __HAVE_FLOAT64X] (FLT64X_MAX_EXP): Likewise.
23264 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23265 && __HAVE_FLOAT64X] (FLT64X_MAX_10_EXP): Likewise.
23266 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23267 && __HAVE_FLOAT64X] (FLT64X_MAX): Likewise.
23268 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23269 && __HAVE_FLOAT64X] (FLT64X_EPSILON): Likewise.
23270 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23271 && __HAVE_FLOAT64X] (FLT64X_MIN): Likewise.
23272 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23273 && __HAVE_FLOAT64X] (FLT64X_TRUE_MIN): Likewise.
23274
23275 * stdlib/tst-strtod.h (F16): New macro.
23276 (F32): Likewise.
23277 (F64): Likewise.
23278 (F32X): Likewise.
23279 (F64X): Likewise.
23280 (F128X): Likewise.
23281 (IF_FLOAT16): Likewise.
23282 (IF_FLOAT32): Likewise.
23283 (IF_FLOAT64): Likewise.
23284 (IF_FLOAT32X): Likewise.
23285 (IF_FLOAT64X): Likewise.
23286 (IF_FLOAT128X): Likewise.
23287 (GEN_TEST_STRTOD_FOREACH): Conditionally call macros for _Float16,
23288 _Float32, _Float64, _Float32x, _Float64x and _Float128x.
23289 (STRTOD_TEST_FOREACH): Likewise.
23290 * stdlib/tst-strtod-round-skeleton.c (CHOOSE_f32): New macro.
23291 (CHOOSE_f64): Likewise.
23292 (CHOOSE_f32x): Likewise.
23293 (CHOOSE_f64x): Likewise.
23294
23295 2017-11-07 Andreas Schwab <schwab@suse.de>
23296
23297 * nptl/Makefile (tests-internal): Remove tst-typesizes.
23298
23299 2017-11-07 Mike FABIAN <mfabian@redhat.com>
23300
23301 [BZ #22403]
23302 * localedata/locales/mfe_MU (LC_TIME): Fix wrong d_fmt, / needs
23303 to be escaped.
23304 * localedata/locales/miq_NI (LC_TIME): Fix wrong d_fmt, / needs
23305 to be escaped.
23306
23307 2017-11-07 Claude Paroz <claude@2xlibre.net>
23308
23309 [BZ #22403]
23310 * localedata/locales/an_ES (LC_TIME): Fix wrong d_fmt, / needs
23311 to be escaped.
23312 * localedata/locales/kab_DZ (LC_TIME): Fix wrong d_fmt, / needs
23313 to be escaped.
23314 * localedata/locales/om_ET (LC_TIME): Fix wrong d_fmt, / needs
23315 to be escaped.
23316
23317 2017-11-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
23318
23319 [BZ #22298]
23320 * nptl/allocatestack.c (allocate_stack): Check if
23321 __PTHREAD_MUTEX_HAVE_PREV is non-zero, instead if
23322 __PTHREAD_MUTEX_HAVE_PREV is defined.
23323 * nptl/descr.h (pthread): Likewise.
23324 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
23325 Likewise.
23326 * nptl/pthread_create.c (START_THREAD_DEFN): Likewise.
23327 * sysdeps/nptl/fork.c (__libc_fork): Likewise.
23328 * sysdeps/nptl/pthread.h (PTHREAD_MUTEX_INITIALIZER): Likewise.
23329 * sysdeps/nptl/bits/thread-shared-types.h
23330 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION): New
23331 defines.
23332 (__pthread_internal_list): Check __PTHREAD_MUTEX_USE_UNION instead
23333 of __WORDSIZE for internal layout.
23334 (__pthread_mutex_s): Check __PTHREAD_MUTEX_NUSERS_AFTER_KIND instead
23335 of __WORDSIZE for internal __nusers layout and __PTHREAD_MUTEX_USE_UNION
23336 instead of __WORDSIZE whether to use an union for __spins and __list
23337 fields.
23338 (__PTHREAD_MUTEX_HAVE_PREV): Define also for __PTHREAD_MUTEX_USE_UNION
23339 case.
23340 * sysdeps/aarch64/nptl/bits/pthreadtypes-arch.h
23341 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION): New
23342 defines.
23343 * sysdeps/alpha/nptl/bits/pthreadtypes-arch.h
23344 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23345 Likewise.
23346 * sysdeps/arm/nptl/bits/pthreadtypes-arch.h
23347 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23348 Likewise.
23349 * sysdeps/hppa/nptl/bits/pthreadtypes-arch.h
23350 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23351 Likewise.
23352 * sysdeps/ia64/nptl/bits/pthreadtypes-arch.h
23353 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23354 Likewise.
23355 * sysdeps/m68k/nptl/bits/pthreadtypes-arch.h
23356 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23357 Likewise.
23358 * sysdeps/microblaze/nptl/bits/pthreadtypes-arch.h
23359 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23360 Likewise.
23361 * sysdeps/mips/nptl/bits/pthreadtypes-arch.h
23362 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23363 Likewise.
23364 * sysdeps/nios2/nptl/bits/pthreadtypes-arch.h
23365 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23366 Likewise.
23367 * sysdeps/powerpc/nptl/bits/pthreadtypes-arch.h
23368 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23369 Likewise.
23370 * sysdeps/s390/nptl/bits/pthreadtypes-arch.h
23371 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23372 Likewise.
23373 * sysdeps/sh/nptl/bits/pthreadtypes-arch.h
23374 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23375 Likewise.
23376 * sysdeps/sparc/nptl/bits/pthreadtypes-arch.h
23377 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23378 Likewise.
23379 * sysdeps/tile/nptl/bits/pthreadtypes-arch.h
23380 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23381 Likewise.
23382 * sysdeps/x86/nptl/bits/pthreadtypes-arch.h
23383 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23384 Likewise.
23385
23386 * nptl/pthreadP.h (ASSERT_TYPE_SIZE, ASSERT_PTHREAD_INTERNAL_SIZE):
23387 New macros.
23388 * nptl/pthread_attr_init.c (__pthread_mutex_init): Add build time
23389 checks for expected input type size.
23390 * nptl/pthread_barrier_init.c (__pthread_barrier_init): Likewise.
23391 * nptl/pthread_barrierattr_init.c (pthread_barrierattr_init):
23392 Likewise.
23393 * nptl/pthread_cond_init.c (__pthread_cond_init): Likewise.
23394 * nptl/pthread_condattr_init.c (__pthread_condattr_init): Likewise.
23395 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
23396 * nptl/pthread_mutexattr_init.c (__pthread_mutexattr_init): Likewise.
23397 * nptl/pthread_rwlock_init.c (__pthread_rwlock_init): Likewise.
23398 * nptl/pthread_rwlockattr_init.c (pthread_rwlockattr_init): Likewise.
23399 * nptl/sem_init.c (__new_sem_init, __old_sem_init): Likewise
23400 * nptl/pthread_attr_destroy.c (__pthread_attr_destroy): Remove
23401 superflous runtime assert check.
23402 * nptl/pthread_attr_getaffinity.c (__pthread_attr_getaffinity_new):
23403 Likewise.
23404 * nptl/pthread_attr_getdetachstate.c (__pthread_attr_getdetachstate):
23405 Likewise.
23406 * nptl/pthread_attr_getguardsize.c (pthread_attr_getguardsize):
23407 Likewise.
23408 * nptl/pthread_attr_getinheritsched.c (__pthread_attr_getinheritsched):
23409 Likewise.
23410 * nptl/pthread_attr_getschedparam.c (__pthread_attr_getschedparam):
23411 Likewise.
23412 * nptl/pthread_attr_getschedpolicy.c (__pthread_attr_getschedpolicy):
23413 Likewise.
23414 * nptl/pthread_attr_getscope.c (__pthread_attr_getscope): Likewise.
23415 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack): Likewise.
23416 * nptl/pthread_attr_getstackaddr.c (__pthread_attr_getstackaddr):
23417 Likewise.
23418 * nptl/pthread_attr_getstacksize.c (__pthread_attr_getstacksize):
23419 Likewise.
23420 * nptl/pthread_attr_setaffinity.c (__pthread_attr_setaffinity_new):
23421 Likewise.
23422 * nptl/pthread_attr_setdetachstate.c (__pthread_attr_setdetachstate):
23423 Likewise.
23424 * nptl/pthread_attr_setguardsize.c (pthread_attr_setguardsize):
23425 Likewise.
23426 * nptl/pthread_attr_setinheritsched.c
23427 (__pthread_attr_setinheritsched): Likewise.
23428 * nptl/pthread_attr_setschedparam.c (__pthread_attr_setschedparam):
23429 Likewise.
23430 * nptl/pthread_attr_setschedpolicy.c (__pthread_attr_setschedpolicy):
23431 Likewise.
23432 * nptl/pthread_attr_setscope.c (__pthread_attr_setscope): Likewise.
23433 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack,
23434 __old_pthread_attr_setstack): Likewise.
23435 * nptl/pthread_attr_setstackaddr.c (__pthread_attr_setstackaddr):
23436 Likewise.
23437 * nptl/pthread_attr_setstacksize.c (__pthread_attr_setstacksize):
23438 Likewise.
23439 * nptl/pthread_getattr_default_np.c (pthread_getattr_default_np):
23440 Likewise.
23441 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Likewise.
23442 * nptl/pthread_setattr_default_np.c (pthread_setattr_default_np):
23443 Likewise.
23444 * nptl/tst-typesizes.c: Remove file.
23445
23446 * nptl/pthreadP.h (ASSERT_PTHREAD_STRING,
23447 ASSERT_PTHREAD_INTERNAL_OFFSET): New macro.
23448 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Add build time
23449 checks for internal pthread_mutex_t offsets.
23450 * sysdeps/aarch64/nptl/pthread-offsets.h
23451 (__PTHREAD_MUTEX_NUSERS_OFFSET, __PTHREAD_MUTEX_KIND_OFFSET,
23452 __PTHREAD_MUTEX_SPINS_OFFSET, __PTHREAD_MUTEX_ELISION_OFFSET,
23453 __PTHREAD_MUTEX_LIST_OFFSET): New macro.
23454 * sysdeps/alpha/nptl/pthread-offsets.h: Likewise.
23455 * sysdeps/arm/nptl/pthread-offsets.h: Likewise.
23456 * sysdeps/hppa/nptl/pthread-offsets.h: Likewise.
23457 * sysdeps/i386/nptl/pthread-offsets.h: Likewise.
23458 * sysdeps/ia64/nptl/pthread-offsets.h: Likewise.
23459 * sysdeps/m68k/nptl/pthread-offsets.h: Likewise.
23460 * sysdeps/microblaze/nptl/pthread-offsets.h: Likewise.
23461 * sysdeps/mips/nptl/pthread-offsets.h: Likewise.
23462 * sysdeps/nios2/nptl/pthread-offsets.h: Likewise.
23463 * sysdeps/powerpc/nptl/pthread-offsets.h: Likewise.
23464 * sysdeps/s390/nptl/pthread-offsets.h: Likewise.
23465 * sysdeps/sh/nptl/pthread-offsets.h: Likewise.
23466 * sysdeps/sparc/nptl/pthread-offsets.h: Likewise.
23467 * sysdeps/tile/nptl/pthread-offsets.h: Likewise.
23468 * sysdeps/x86_64/nptl/pthread-offsets.h: Likewise.
23469
23470 2017-11-07 Florian Weimer <fweimer@redhat.com>
23471
23472 * bits/mman-linux.h: Move ...
23473 * sysdeps/unix/sysv/linux/bits/mman-linux.h: ... here. Update
23474 comment.
23475 * sysdeps/unix/sysv/linux/bits/Makefile (sysdep_headers): Remove
23476 outdated comment.
23477
23478 2017-11-07 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
23479
23480 * sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S (STRNLEN):
23481 Redefine STRNLEN as __strnlen_power8.
23482
23483 2017-11-06 Adhemerval Zanella <adhemerval.zanella@linaro.org>
23484
23485 * signal/sighold.c (sighold): Optimize implementation.
23486
23487 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Asssume
23488 __NR_rt_sigqueueinfo.
23489
23490 * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
23491 __sigtimedwait.
23492 * sysdeps/unix/sysv/linux/sigtimedwait.c: Simplify includes and
23493 assume __NR_rt_sigtimedwait.
23494 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Call __sigtimedwait
23495 and add LIBC_CANCEL_HANDLED for cancellation marking.
23496 * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
23497
23498 * sysdeps/arm/armv7/multiarch/Makefile [$(subdir) = string]
23499 (sysdeps_routines): Add memchr_noneon.
23500 * sysdeps/arm/armv7/multiarch/ifunc-memchr.h: New file.
23501 * sysdeps/arm/armv7/multiarch/memchr_noneon.S: Likewise.
23502 * sysdeps/arm/armv7/multiarch/rtld-memchr.S: Likewise.
23503 * sysdeps/arm/armv7/multiarch/memchr.S: Remove file.
23504 * sysdeps/arm/armv7/multiarch/memchr.c: New file.
23505 * sysdeps/arm/armv7/multiarch/memchr_impl.S: Move to ...
23506 * sysdeps/arm/armv7/multiarch/memchr_neon.S: ... here.
23507
23508 * sysdeps/arm/arm-ifunc.h: New file.
23509 * sysdeps/arm/armv7/multiarch/ifunc-memcpy.h: Likewise.
23510 * sysdeps/arm/armv7/multiarch/memcpy.c: Likewise.
23511 * sysdeps/arm/armv7/multiarch/memcpy_arm.S: Likewise.
23512 * sysdeps/arm/armv7/multiarch/rtld-memcpy.S: Likewise.
23513 * sysdeps/arm/armv7/multiarch/memcpy_neon.S [!__ARM_NEON__]
23514 (__memcpy_neon): Avoid create hidden alias.
23515 * sysdeps/arm/armv7/multiarch/memcpy_vfp.S [!__ARM_NEON_]
23516 (__memcpy_vfp): Likewise.
23517 * sysdeps/arm/armv7/multiarch/Makefile [$(subdir) = string]
23518 (sysdep_routines): Add memcpy_arm.
23519 * sysdeps/arm/armv7/multiarch/memcpy.S: Remove file.
23520
23521 2017-11-06 H.J. Lu <hongjiu.lu@intel.com>
23522
23523 [BZ #22362]
23524 * Makerules (make-link-multidir): New.
23525 * config.make.in (multidir): New.
23526 * configure.ac (libc_cv_multidir): New. AC_SUBST.
23527 * configure: Regenerated.
23528 * csu/Makefile [$(multidir) != .](multilib-extra-objs): New.
23529 [$(multidir) != .](extra-objs): Add $(multilib-extra-objs).
23530 [$(multidir) != .]($(addprefix $(objpfx)$(multidir)/, $(install-lib))):
23531 New target.
23532
23533 2017-11-06 Joseph Myers <joseph@codesourcery.com>
23534
23535 [BZ #22402]
23536 * sysdeps/powerpc/bits/floatn.h: Include <bits/long-double.h>.
23537 [__NO_LONG_DOUBLE_MATH] (__HAVE_FLOAT128): Define to 0.
23538
23539 2017-11-04 Mike FABIAN <mfabian@redhat.com>
23540
23541 * localedata/locales/tpi_PG (LC_TIME): Fix wrong d_fmt, / needs
23542 to be escaped.
23543
23544 2017-11-04 Florian Weimer <fweimer@redhat.com>
23545
23546 * manual/llio.texi (Open-time Flags): Document O_TMPFILE.
23547
23548 2017-11-03 Joseph Myers <joseph@codesourcery.com>
23549
23550 * math/math.h [__HAVE_DISTINCT_FLOAT16
23551 || __HAVE_DISTINCT_FLOAT32 || __HAVE_DISTINCT_FLOAT64
23552 || __HAVE_DISTINCT_FLOAT32X || __HAVE_DISTINCT_FLOAT64X
23553 || __HAVE_DISTINCT_FLOAT128X]: Use #error.
23554 [__NO_LONG_DOUBLE_MATH && __HAVE_DISTINCT_FLOAT128]: Likewise.
23555 [__HAVE_DISTINCT_FLOAT128 && !__HAVE_GENERIC_SELECTION
23556 && __HAVE_FLOATN_NOT_TYPEDEF]: Likewise.
23557 [__HAVE_DISTINCT_FLOAT128 && __HAVE_GENERIC_SELECTION]
23558 (__MATH_TG_F32): New macro.
23559 [__HAVE_DISTINCT_FLOAT128 && __HAVE_GENERIC_SELECTION]
23560 (__MATH_TG_F64X): Likewise.
23561 [__HAVE_DISTINCT_FLOAT128 && __HAVE_GENERIC_SELECTION]
23562 (__MATH_TG): Use __MATH_TG_F32 and __MATH_TG_F64X.
23563
23564 2017-11-03 Dmitry V. Levin <ldv@altlinux.org>
23565
23566 * po/de.po: Update translations.
23567 * po/ru.po: Likewise.
23568
23569 2017-11-03 Florian Weimer <fweimer@redhat.com>
23570
23571 * manual/filesys.texi (Hard Links): Document linkat.
23572
23573 2017-11-03 Joseph Myers <joseph@codesourcery.com>
23574
23575 * math/tgmath.h [__HAVE_DISTINCT_FLOAT16
23576 || __HAVE_DISTINCT_FLOAT32 || __HAVE_DISTINCT_FLOAT64
23577 || __HAVE_DISTINCT_FLOAT32X || __HAVE_DISTINCT_FLOAT64X
23578 || __HAVE_DISTINCT_FLOAT128X]: Use #error.
23579 [__HAVE_DISTINCT_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)
23580 && __HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE
23581 && __HAVE_FLOATN_NOT_TYPEDEF] (__TGMATH_F128): Handle _Float64x
23582 the same as _Float128.
23583 [__HAVE_DISTINCT_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)
23584 && __HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE
23585 && __HAVE_FLOATN_NOT_TYPEDEF] (__TGMATH_CF128): Likewise.
23586
23587 * stdlib/stdlib.h
23588 [__HAVE_FLOAT16 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (strtof16):
23589 Declare.
23590 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (strtof32):
23591 Likewise.
23592 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (strtof64):
23593 Likewise.
23594 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23595 (strtof32x): Likewise.
23596 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23597 (strtof64x): Likewise.
23598 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23599 (strtof128x): Likewise.
23600 [__HAVE_FLOAT16 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23601 (strfromf16): Likewise.
23602 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23603 (strfromf32): Likewise.
23604 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23605 (strfromf64): Likewise.
23606 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23607 (strfromf32x): Likewise.
23608 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23609 (strfromf64x): Likewise.
23610 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23611 (strfromf128x): Likewise.
23612 [__USE_GNU && __HAVE_FLOAT16] (strtof16_l): Likewise.
23613 [__USE_GNU && __HAVE_FLOAT32] (strtof32_l): Likewise.
23614 [__USE_GNU && __HAVE_FLOAT64] (strtof64_l): Likewise.
23615 [__USE_GNU && __HAVE_FLOAT32X] (strtof32x_l): Likewise.
23616 [__USE_GNU && __HAVE_FLOAT64X] (strtof64x_l): Likewise.
23617 [__USE_GNU && __HAVE_FLOAT128X] (strtof128x_l): Likewise.
23618
23619 2017-11-03 Richard Henderson <rth@twiddle.net>
23620
23621 * sysdeps/unix/sysv/linux/aarch64/sysconf.c: New file.
23622
23623 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23624
23625 * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Optimize.
23626
23627 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23628
23629 * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Remove
23630 DT_TLSDESC_GOT initialization.
23631 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_lazy_resolver): Remove.
23632 (_dl_tlsdesc_resolve_hold): Likewise.
23633 * sysdeps/aarch64/dl-tlsdesc.h (_dl_tlsdesc_lazy_resolver): Remove.
23634 (_dl_tlsdesc_resolve_hold): Likewise.
23635 * sysdeps/aarch64/tlsdesc.c (_dl_tlsdesc_lazy_resolver_fixup): Remove.
23636 (_dl_tlsdesc_resolve_hold_fixup): Likewise.
23637
23638 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23639
23640 * sysdeps/arm/dl-machine.h (elf_machine_rel): Remove volatile.
23641
23642 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23643
23644 [BZ #18572]
23645 * sysdeps/arm/dl-machine.h (elf_machine_lazy_rel): Do symbol binding
23646 non-lazily for R_ARM_TLS_DESC.
23647
23648 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23649
23650 [BZ #17078]
23651 * sysdeps/arm/dl-machine.h (elf_machine_rela): Remove the
23652 R_ARM_TLS_DESC case.
23653 (elf_machine_lazy_rel): Remove the prelink check.
23654
23655 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23656
23657 * sysdeps/aarch64/dl-machine.h (elf_machine_runtime_setup): Remove
23658 DT_TLSDESC_GOT initialization.
23659 * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Remove.
23660 (_dl_tlsdesc_resolve_rela): Likewise.
23661 (_dl_tlsdesc_resolve_hold): Likewise.
23662 (_dl_tlsdesc_undefweak): Remove ldar.
23663 (_dl_tlsdesc_dynamic): Likewise.
23664 * sysdeps/aarch64/dl-tlsdesc.h (_dl_tlsdesc_return_lazy): Remove.
23665 (_dl_tlsdesc_resolve_rela): Likewise.
23666 (_dl_tlsdesc_resolve_hold): Likewise.
23667 * sysdeps/aarch64/tlsdesc.c (_dl_tlsdesc_resolve_rela_fixup): Remove.
23668 (_dl_tlsdesc_resolve_hold_fixup): Likewise.
23669 (_dl_tlsdesc_resolve_rela): Likewise.
23670 (_dl_tlsdesc_resolve_hold): Likewise.
23671
23672 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23673
23674 * sysdeps/aarch64/dl-machine.h (elf_machine_lazy_rel): Do symbol
23675 binding and initialization non-lazily for R_AARCH64_TLSDESC.
23676
23677 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23678
23679 * elf/tlsdeschtab.h (_dl_tls_resolve_early_return_p): Mark unused.
23680 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
23681
23682 2017-11-02 Joseph Myers <joseph@codesourcery.com>
23683
23684 * wcsmbs/wchar.h [__HAVE_FLOAT16 && __USE_GNU] (wcstof16):
23685 Declare.
23686 [__HAVE_FLOAT32 && __USE_GNU] (wcstof32): Likewise.
23687 [__HAVE_FLOAT64 && __USE_GNU] (wcstof64): Likewise.
23688 [__HAVE_FLOAT32X && __USE_GNU] (wcstof32x): Likewise.
23689 [__HAVE_FLOAT64X && __USE_GNU] (wcstof64x): Likewise.
23690 [__HAVE_FLOAT128X && __USE_GNU] (wcstof128x): Likewise.
23691 [__HAVE_FLOAT16 && __USE_GNU] (wcstof16_l): Likewise.
23692 [__HAVE_FLOAT32 && __USE_GNU] (wcstof32_l): Likewise.
23693 [__HAVE_FLOAT64 && __USE_GNU] (wcstof64_l): Likewise.
23694 [__HAVE_FLOAT32X && __USE_GNU] (wcstof32x_l): Likewise.
23695 [__HAVE_FLOAT64X && __USE_GNU] (wcstof64x_l): Likewise.
23696 [__HAVE_FLOAT128X && __USE_GNU] (wcstof128x_l): Likewise.
23697
23698 2017-11-02 Mike FABIAN <mfabian@redhat.com>
23699
23700 [BZ #22382]
23701 * localedata/locales/tpi_PG (LC_TIME): Fix syntax error.
23702 * localedata/locales/tpi_PG: Add standard header.
23703
23704 2017-11-02 Florian Weimer <fweimer@redhat.com>
23705
23706 test-errno-linux: quotactl can fail with EPERM in containers.
23707 * sysdeps/unix/sysv/linux/test-errno-linux.c
23708 (LIST, LIST_FORWARD): New macros.
23709 (check_error_in_list): New function.
23710 (test_wrp_rv): Accept list of permitted error codes.
23711 (test_wrp_rv2): Remove.
23712 (test_wrp): Call test_wrp_rv with list of error codes.
23713 (test_wrp2): Accept list of error codes.
23714 (do_test): Adjust. Allow EPERM for quotactl.
23715
23716 2017-11-02 Florian Weimer <fweimer@redhat.com>
23717
23718 * stdio-common/bug16.c (do_test): Use array_length.
23719 * stdio-common/errlist.c (_sys_nerr): Likewise.
23720 * stdio-common/printf_fp.c (PRINTF_FP_FETCH): Likewise.
23721 * stdio-common/printf_fphex.c (__printf_fphex): Use array_end.
23722 * stdio-common/psiginfo.c (psiginfo): Use array_length.
23723 * stdio-common/test-vfprintf.c (nlocs): Remove definition.
23724 (do_test): Use array_length.
23725 * stdio-common/tst-fphex.c (do_test): Use array_end, array_length.
23726 * stdio-common/tst-long-dbl-fphex.c (do_test): Use array_length.
23727 * stdio-common/tst-printf-round.c (do_test): Likewise.
23728 * stdio-common/tst-swprintf.c (nbuf): Remove definition.
23729 (CHECK): Use array_length.
23730 * stdio-common/tstdiomisc.c (t3, F): Likewise.
23731 * stdio-common/tstscanf.c (main): Likewise.
23732 * stdio-common/vfprintf.c (process_string_arg): Likewise.
23733
23734 2017-11-02 Florian Weimer <fweimer@redhat.com>
23735
23736 Add array_length and array_end macros.
23737 * include/array_length.h: New file.
23738
23739 2017-11-02 Florian Weimer <fweimer@redhat.com>
23740
23741 [BZ #22332]
23742 * posix/tst-glob-tilde.c (do_noescape): New variable.
23743 (one_test): Process it.
23744 (do_test): Set do_noescape. Add unescaping test case.
23745
23746 2017-11-01 Joseph Myers <joseph@codesourcery.com>
23747
23748 * math/complex.h
23749 [(__HAVE_DISTINCT_FLOAT16 || (__HAVE_FLOAT16 && !_LIBC))
23750 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Include <bits/cmathcalls.h>
23751 with appropriate macros defined and undefined.
23752 [(__HAVE_DISTINCT_FLOAT32 || (__HAVE_FLOAT32 && !_LIBC))
23753 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
23754 [(__HAVE_DISTINCT_FLOAT64 || (__HAVE_FLOAT64 && !_LIBC))
23755 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
23756 [(__HAVE_DISTINCT_FLOAT32X || (__HAVE_FLOAT32X && !_LIBC))
23757 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
23758 [(__HAVE_DISTINCT_FLOAT64X || (__HAVE_FLOAT64X && !_LIBC))
23759 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
23760 [(__HAVE_DISTINCT_FLOAT128X || (__HAVE_FLOAT128X && !_LIBC))
23761 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
23762
23763 * math/complex.h
23764 [(__HAVE_DISTINCT_FLOAT128 || (__HAVE_FLOAT128 && !LIBC))
23765 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Move conditional code after
23766 that for long double. Do not condition define and undefine of
23767 _Mdouble_complex_ on [__CFLOAT128].
23768
23769 2017-11-01 H.J. Lu <hongjiu.lu@intel.com>
23770
23771 * sysdeps/i386/sysdep.h: Include <sysdeps/x86/sysdep.h> instead
23772 of <sysdeps/generic/sysdep.h>.
23773 (ALIGNARG): Removed.
23774 (ASM_SIZE_DIRECTIVE): Likewise.
23775 (ENTRY): Likewise.
23776 (END): Likewise.
23777 (ENTRY_CHK): Likewise.
23778 (END_CHK): Likewise.
23779 (syscall_error): Likewise.
23780 (mcount): Likewise.
23781 (PSEUDO_END): Likewise.
23782 (L): Likewise.
23783 (atom_text_section): Likewise.
23784 * sysdeps/x86/sysdep.h: New file.
23785 * sysdeps/x86_64/sysdep.h: Include <sysdeps/x86/sysdep.h> instead
23786 of <sysdeps/generic/sysdep.h>.
23787 (ALIGNARG): Removed.
23788 (ASM_SIZE_DIRECTIVE): Likewise.
23789 (ENTRY): Likewise.
23790 (END): Likewise.
23791 (ENTRY_CHK): Likewise.
23792 (END_CHK): Likewise.
23793 (syscall_error): Likewise.
23794 (mcount): Likewise.
23795 (PSEUDO_END): Likewise.
23796 (L): Likewise.
23797 (atom_text_section): Likewise.
23798
23799 2017-10-31 Rafal Luzynski <digitalfreak@lingonborough.com>
23800
23801 * localedata/unicode-gen/gen_unicode_ctype.py (output_head):
23802 category of LC_CTYPE set to "i18n:2012".
23803 * localedata/locales/i18n_ctype: Regenerate.
23804
23805 2017-10-31 Yury Norov <ynorov@caviumnetworks.com>
23806
23807 * sysdeps/unix/sysv/linux/sigprocmask.c: Remove useless #ifdefs.
23808 * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
23809 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
23810 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
23811
23812 * sysdeps/unix/sysv/linux/ia64/sigpending.c: Remove file.
23813 * sysdeps/unix/sysv/linux/s390/s390-64/sigpending.c: Likewise.
23814 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Likewise.
23815 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Likewise.
23816
23817 2017-10-31 Joseph Myers <joseph@codesourcery.com>
23818
23819 * math/complex.h
23820 [__HAVE_FLOAT16 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (CMPLXF16):
23821 New macro.
23822 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (CMPLXF32):
23823 Likewise.
23824 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (CMPLXF64):
23825 Likewise.
23826 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23827 (CMPLXF32X): Likewise.
23828 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23829 (CMPLXF64X): Likewise.
23830 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23831 (CMPLXF128X): Likewise.
23832
23833 * math/math.h
23834 [__FLT_EVAL_METHOD__ == 0 || __FLT_EVAL_METHOD__ == 32]
23835 (__MATH_EVAL_FMT2): Define to add 0.0f.
23836
23837 2017-10-31 Alan Modra <amodra@gmail.com>
23838
23839 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-power8.S: Don't
23840 include sysdep.h.
23841 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: Likewise.
23842 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: Likewise.
23843 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-power8.S: Likewise.
23844 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c: Likewise.
23845 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: Likewise.
23846 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: Likewise.
23847 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: Likewise.
23848 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: Likewise.
23849 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: Likewise.
23850 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: Likewise.
23851 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-power8.S: Likewise.
23852 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Likewise.
23853 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: Likewise.
23854 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: Likewise.
23855 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: Likewise.
23856 * sysdeps/powerpc/powerpc64/multiarch/memchr-power8.S: Likewise.
23857 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: Likewise.
23858 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: Likewise.
23859 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power8.S: Likewise.
23860 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: Likewise.
23861 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: Likewise.
23862 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: Likewise.
23863 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: Likewise.
23864 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: Likewise.
23865 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
23866 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: Likewise.
23867 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: Likewise.
23868 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: Likewise.
23869 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power8.S: Likewise.
23870 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: Likewise.
23871 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
23872 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
23873 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: Likewise.
23874 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: Likewise.
23875 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: Likewise.
23876 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: Likewise.
23877 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Likewise.
23878 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Likewise.
23879 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power8.S: Likewise.
23880 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
23881 * sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S: Likewise.
23882 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: Likewise.
23883 * sysdeps/powerpc/powerpc64/multiarch/strchr-power8.S: Likewise.
23884 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: Likewise.
23885 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: Likewise.
23886 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power8.S: Likewise.
23887 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: Likewise.
23888 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: Likewise.
23889 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S: Likewise.
23890 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
23891 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: Likewise.
23892 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power8.S: Likewise.
23893 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: Likewise.
23894 * sysdeps/powerpc/powerpc64/multiarch/strlen-power8.S: Likewise.
23895 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
23896 * sysdeps/powerpc/powerpc64/multiarch/strncase-power8.S: Likewise.
23897 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: Likewise.
23898 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: Likewise.
23899 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: Likewise.
23900 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S: Likewise.
23901 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
23902 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: Likewise.
23903 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: Likewise.
23904 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
23905 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power8.S: Likewise.
23906 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: Likewise.
23907 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power8.S: Likewise.
23908 * sysdeps/powerpc/powerpc64/multiarch/strspn-power8.S: Likewise.
23909 * sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: Likewise.
23910
23911 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: Don't
23912 include sysdep.h and math_ldbl_opt.h.
23913
23914 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: Don't
23915 include sysdep.h and math_ldbl_opt.h. Include shlib-compat.h.
23916 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: Likewise.
23917 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: Likewise.
23918 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: Likewise.
23919 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: Likewise.
23920 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: Likewise.
23921 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: Likewise.
23922 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: Likewise.
23923 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: Likewise.
23924 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: Likewise.
23925 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: Likewise.
23926 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: Likewise.
23927 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: Likewise.
23928 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: Likewise.
23929 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: Likewise.
23930 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: Likewise.
23931 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: Likewise.
23932 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: Likewise.
23933 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: Likewise.
23934 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: Likewise.
23935 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llroundf-ppc64.S: Likewise.
23936 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: Likewise.
23937 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: Likewise.
23938 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: Likewise.
23939 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: Likewise.
23940
23941 2017-10-31 Alan Modra <amodra@gmail.com>
23942
23943 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: Include
23944 string/strncase_l.c, not string/strncase.c.
23945 (USE_IN_EXTENDED_LOCALE_MODEL): Don't define.
23946 (libc_hidden_def): Redefine.
23947
23948 2017-10-31 Alan Modra <amodra@gmail.com>
23949
23950 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S:
23951 (__STRCMP, STRCMP, __strcasecmp_l): Define.
23952 (__strcasecmp): Don't define.
23953
23954 2017-10-31 Alan Modra <amodra@gmail.com>
23955
23956 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: Wrap in
23957 IS_IN (libc).
23958 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S: Likewise.
23959 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: Likewise.
23960 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S: Likewise.
23961
23962 2017-10-31 Alan Modra <amodra@gmail.com>
23963
23964 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Don't define
23965 USE_AS_STPNCPY.
23966
23967 2017-10-31 Alan Modra <amodra@gmail.com>
23968
23969 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S (hidden_def):
23970 Redefine only when SHARED.
23971
23972 2017-10-30 Joseph Myers <joseph@codesourcery.com>
23973
23974 * math/math.h [__HAVE_DISTINCT_FLOAT16 || (__HAVE_FLOAT16 && !_LIBC)]:
23975 Include <bits/math-finite.h> with appropriate macros defined and
23976 undefined.
23977 [__HAVE_DISTINCT_FLOAT32 || (__HAVE_FLOAT32 && !_LIBC)]: Likewise.
23978 [__HAVE_DISTINCT_FLOAT64 || (__HAVE_FLOAT64 && !_LIBC)]: Likewise.
23979 [__HAVE_DISTINCT_FLOAT32X || (__HAVE_FLOAT32X && !_LIBC)]: Likewise.
23980 [__HAVE_DISTINCT_FLOAT64X || (__HAVE_FLOAT64X && !_LIBC)]: Likewise.
23981 [__HAVE_DISTINCT_FLOAT128X || (__HAVE_FLOAT128X && !_LIBC)]: Likewise.
23982
23983 * math/math.h [!_Mfloat_] (_Mfloat_): Do not define.
23984 [!_Mlong_double_] (_Mlong_double_): Likewise.
23985 [!_Mfloat16_] (_Mfloat16_): Likewise.
23986 [!_Mfloat32_] (_Mfloat32_): Likewise.
23987 [!_Mfloat64_] (_Mfloat64_): Likewise.
23988 [!_Mfloat128_] (_Mfloat128_): Likewise.
23989 [!_Mfloat32x_] (_Mfloat32x_): Likewise.
23990 [!_Mfloat64x_] (_Mfloat64x_): Likewise.
23991 [!_Mfloat128x_] (_Mfloat128x_): Likewise.
23992 (_Mdouble_): Define without indirection through those macros.
23993 * math/complex.h [!_Mfloat_] (_Mfloat_): Do not define.
23994 [!_Mfloat128_] (_Mfloat128_): Likewise.
23995 [_Mlong_double_] (_Mlong_double_): Likewise.
23996 (_Mdouble_): Define without indirection through those macros.
23997 * math/Makefile [$(long-double-fcts) != yes] (math-CPPFLAGS): Do
23998 not add -D_Mlong_double_=double.
23999 * include/math.h [_ISOMAC] (_Mlong_double_): Do not undefine.
24000 * math/test-signgam-finite-c99.c (_Mlong_double_): Likewise.
24001
24002 2017-10-30 H.J. Lu <hongjiu.lu@intel.com>
24003
24004 * sysdeps/x86/libc-start.c: Add /* !SHARED */.
24005
24006 2017-10-30 H.J. Lu <hongjiu.lu@intel.com>
24007
24008 * sysdeps/x86/libc-start.c: Reformat.
24009
24010 2017-10-30 H.J. Lu <hongjiu.lu@intel.com>
24011
24012 [BZ #22353]
24013 * sysdeps/i386/i586/strcpy.S (STRCPY): Use conditional branches.
24014 (1): Renamed to ...
24015 (L(Src0)): This.
24016 (L(Src1)): New.
24017 (L(Src2)): Likewise.
24018 (L(1)): Renamed to ...
24019 (L(Src3)): This.
24020
24021 2017-10-30 Joseph Myers <joseph@codesourcery.com>
24022
24023 * math/math.h [__HAVE_FLOAT16 && __USE_GNU] (M_Ef16): New macro.
24024 [__HAVE_FLOAT16 && __USE_GNU] (M_LOG2Ef16): Likewise.
24025 [__HAVE_FLOAT16 && __USE_GNU] (M_LOG10Ef16): Likewise.
24026 [__HAVE_FLOAT16 && __USE_GNU] (M_LN2f16): Likewise.
24027 [__HAVE_FLOAT16 && __USE_GNU] (M_LN10f16): Likewise.
24028 [__HAVE_FLOAT16 && __USE_GNU] (M_PIf16): Likewise.
24029 [__HAVE_FLOAT16 && __USE_GNU] (M_PI_2f16): Likewise.
24030 [__HAVE_FLOAT16 && __USE_GNU] (M_PI_4f16): Likewise.
24031 [__HAVE_FLOAT16 && __USE_GNU] (M_1_PIf16): Likewise.
24032 [__HAVE_FLOAT16 && __USE_GNU] (M_2_PIf16): Likewise.
24033 [__HAVE_FLOAT16 && __USE_GNU] (M_2_SQRTPIf16): Likewise.
24034 [__HAVE_FLOAT16 && __USE_GNU] (M_SQRT2f16): Likewise.
24035 [__HAVE_FLOAT16 && __USE_GNU] (M_SQRT1_2f16): Likewise.
24036 [__HAVE_FLOAT32 && __USE_GNU] (M_Ef32): Likewise.
24037 [__HAVE_FLOAT32 && __USE_GNU] (M_LOG2Ef32): Likewise.
24038 [__HAVE_FLOAT32 && __USE_GNU] (M_LOG10Ef32): Likewise.
24039 [__HAVE_FLOAT32 && __USE_GNU] (M_LN2f32): Likewise.
24040 [__HAVE_FLOAT32 && __USE_GNU] (M_LN10f32): Likewise.
24041 [__HAVE_FLOAT32 && __USE_GNU] (M_PIf32): Likewise.
24042 [__HAVE_FLOAT32 && __USE_GNU] (M_PI_2f32): Likewise.
24043 [__HAVE_FLOAT32 && __USE_GNU] (M_PI_4f32): Likewise.
24044 [__HAVE_FLOAT32 && __USE_GNU] (M_1_PIf32): Likewise.
24045 [__HAVE_FLOAT32 && __USE_GNU] (M_2_PIf32): Likewise.
24046 [__HAVE_FLOAT32 && __USE_GNU] (M_2_SQRTPIf32): Likewise.
24047 [__HAVE_FLOAT32 && __USE_GNU] (M_SQRT2f32): Likewise.
24048 [__HAVE_FLOAT32 && __USE_GNU] (M_SQRT1_2f32): Likewise.
24049 [__HAVE_FLOAT64 && __USE_GNU] (M_Ef64): Likewise.
24050 [__HAVE_FLOAT64 && __USE_GNU] (M_LOG2Ef64): Likewise.
24051 [__HAVE_FLOAT64 && __USE_GNU] (M_LOG10Ef64): Likewise.
24052 [__HAVE_FLOAT64 && __USE_GNU] (M_LN2f64): Likewise.
24053 [__HAVE_FLOAT64 && __USE_GNU] (M_LN10f64): Likewise.
24054 [__HAVE_FLOAT64 && __USE_GNU] (M_PIf64): Likewise.
24055 [__HAVE_FLOAT64 && __USE_GNU] (M_PI_2f64): Likewise.
24056 [__HAVE_FLOAT64 && __USE_GNU] (M_PI_4f64): Likewise.
24057 [__HAVE_FLOAT64 && __USE_GNU] (M_1_PIf64): Likewise.
24058 [__HAVE_FLOAT64 && __USE_GNU] (M_2_PIf64): Likewise.
24059 [__HAVE_FLOAT64 && __USE_GNU] (M_2_SQRTPIf64): Likewise.
24060 [__HAVE_FLOAT64 && __USE_GNU] (M_SQRT2f64): Likewise.
24061 [__HAVE_FLOAT64 && __USE_GNU] (M_SQRT1_2f64): Likewise.
24062 [__HAVE_FLOAT32X && __USE_GNU] (M_Ef32x): Likewise.
24063 [__HAVE_FLOAT32X && __USE_GNU] (M_LOG2Ef32x): Likewise.
24064 [__HAVE_FLOAT32X && __USE_GNU] (M_LOG10Ef32x): Likewise.
24065 [__HAVE_FLOAT32X && __USE_GNU] (M_LN2f32x): Likewise.
24066 [__HAVE_FLOAT32X && __USE_GNU] (M_LN10f32x): Likewise.
24067 [__HAVE_FLOAT32X && __USE_GNU] (M_PIf32x): Likewise.
24068 [__HAVE_FLOAT32X && __USE_GNU] (M_PI_2f32x): Likewise.
24069 [__HAVE_FLOAT32X && __USE_GNU] (M_PI_4f32x): Likewise.
24070 [__HAVE_FLOAT32X && __USE_GNU] (M_1_PIf32x): Likewise.
24071 [__HAVE_FLOAT32X && __USE_GNU] (M_2_PIf32x): Likewise.
24072 [__HAVE_FLOAT32X && __USE_GNU] (M_2_SQRTPIf32x): Likewise.
24073 [__HAVE_FLOAT32X && __USE_GNU] (M_SQRT2f32x): Likewise.
24074 [__HAVE_FLOAT32X && __USE_GNU] (M_SQRT1_2f32x): Likewise.
24075 [__HAVE_FLOAT64X && __USE_GNU] (M_Ef64x): Likewise.
24076 [__HAVE_FLOAT64X && __USE_GNU] (M_LOG2Ef64x): Likewise.
24077 [__HAVE_FLOAT64X && __USE_GNU] (M_LOG10Ef64x): Likewise.
24078 [__HAVE_FLOAT64X && __USE_GNU] (M_LN2f64x): Likewise.
24079 [__HAVE_FLOAT64X && __USE_GNU] (M_LN10f64x): Likewise.
24080 [__HAVE_FLOAT64X && __USE_GNU] (M_PIf64x): Likewise.
24081 [__HAVE_FLOAT64X && __USE_GNU] (M_PI_2f64x): Likewise.
24082 [__HAVE_FLOAT64X && __USE_GNU] (M_PI_4f64x): Likewise.
24083 [__HAVE_FLOAT64X && __USE_GNU] (M_1_PIf64x): Likewise.
24084 [__HAVE_FLOAT64X && __USE_GNU] (M_2_PIf64x): Likewise.
24085 [__HAVE_FLOAT64X && __USE_GNU] (M_2_SQRTPIf64x): Likewise.
24086 [__HAVE_FLOAT64X && __USE_GNU] (M_SQRT2f64x): Likewise.
24087 [__HAVE_FLOAT64X && __USE_GNU] (M_SQRT1_2f64x): Likewise.
24088 [__HAVE_FLOAT128X && __USE_GNU]: Use #error.
24089
24090 2017-10-30 Florian Weimer <fweimer@redhat.com>
24091
24092 * elf/ldconfig.c (search_dir): Assume that _DIRENT_HAVE_D_TYPE is
24093 always defined.
24094 * io/tst-mkdirat.c (do_test): Likewise.
24095 * io/tst-mkfifoat.c (do_test): Likewise.
24096 * io/tst-mknodat.c (do_test): Likewise.
24097 * locale/programs/charmap-dir.c (charmap_readdir): Likewise.
24098 * locale/programs/locale.c (select_dirs): Likewise.
24099 * locale/programs/locarchive.c (add_locales_to_archive): Likewise.
24100 * posix/bug-glob2.c (my_readdir): Likewise.
24101 * posix/tst-dir.c (main): Likewise.
24102 * posix/tst-glob_lstat_compat.c (my_readdir): Likewise.
24103 * posix/tst-gnuglob-skeleton.c (my_readdir): Likewise.
24104
24105 2017-10-30 Florian Weimer <fweimer@redhat.com>
24106
24107 * string/strings.h (ffsl, ffsll): Declare under __USE_MISC, not
24108 just __USE_GNU.
24109
24110 2017-10-30 Florian Weimer <fweimer@redhat.com>
24111
24112 * posix/tst-gnuglob-skeleton.c: Renamed from tst-gnuglob.c.
24113 Convert to support/test-driver.c.
24114 (GLOB_FUNC, GLOB_TYPE, GLOBFREE_FUNC, DIRENT_STRUCT, STAT_STRUCT):
24115 New macro parameters.
24116 (PRINTF): Remove macro. Use test_verbose conditionals instead.
24117 * posix/tst-gnuglob.c: New file.
24118 * posix/tst-gnuglob64.c: Likewise.
24119 * posix/Makefile (tests): Add tst-gnuglob64.
24120
24121 2017-10-30 Michal Ostrowski <ostrowski.michal@gmail.com>
24122
24123 [BZ #19485]
24124 * localedata/locales/csb_PL (LC_TIME): Fix “abmon” for March
24125 and use a better translation for March in “mon”.
24126 * localedata/locales/csb_PL: Use more ASCII to improve the
24127 readability of the source.
24128
24129 2017-10-30 Mike FABIAN <mfabian@redhat.com>
24130
24131 [BZ #13953]
24132 * localedata/locales/km_KH: Use ASCII as much
24133 as possible for better readability of the source and
24134 remove useless comments.
24135 * localedata/locales/km_KH (LC_TIME): Remove era stuff, it
24136 was commented out and apparently wrong anyway because it was
24137 using Lao characters. If Buddhist era should be used
24138 for km_KH, a native speaker should write the correct formaat
24139 for Khmer.
24140 * localedata/locales/km_KH (LC_TIME): Add first_weekday 1
24141 (According to CLDR, the first weekday for Cambodia is Sunday).
24142 * localedata/locales/km_KH (LC_NAME): Remove name_mr and name_mrs
24143 (These were using Lao characters which must be wrong. If we get
24144 the correct data from a native speaker, we could add it back, until
24145 then it is better not to have name_mr and name_mrs at all than
24146 having it wrong).
24147
24148 2017-10-27 Rafal Luzynski <digitalfreak@lingonborough.com>
24149
24150 * locale/loadlocale.c: Correct size of
24151 _nl_value_type_LC_<category> arrays.
24152
24153 2017-10-27 Joseph Myers <joseph@codesourcery.com>
24154
24155 * math/math.h [__HAVE_DISTINCT_FLOAT16 || (__HAVE_FLOAT16 && !_LIBC)]:
24156 Include <bits/mathcalls-helper-functions.h> and <bits/mathcalls.h>
24157 with appropriate macros defined and undefined.
24158 [__HAVE_DISTINCT_FLOAT32 || (__HAVE_FLOAT32 && !_LIBC)]: Likewise.
24159 [__HAVE_DISTINCT_FLOAT64 || (__HAVE_FLOAT64 && !_LIBC)]: Likewise.
24160 [__HAVE_DISTINCT_FLOAT32X || (__HAVE_FLOAT32X && !_LIBC)]: Likewise.
24161 [__HAVE_DISTINCT_FLOAT64X || (__HAVE_FLOAT64X && !_LIBC)]: Likewise.
24162 [__HAVE_DISTINCT_FLOAT128X || (__HAVE_FLOAT128X && !_LIBC)]: Likewise.
24163
24164 2017-10-27 H.J. Lu <hongjiu.lu@intel.com>
24165
24166 * sysdeps/i386/fpu/libm-test-ulps: Regenerated for GCC 7 with
24167 "-O2 -march=i586".
24168
24169 2017-10-27 Mike FABIAN <mfabian@redhat.com>
24170
24171 * localedata/locales/tt_RU (LC_MESSAGES): Start yesstr and nostr
24172 with lowercase letters to make it agree with CLDR.
24173
24174 2017-10-27 Mike FABIAN <mfabian@redhat.com>
24175
24176 [BZ #15260]
24177 * localedata/locales/doi_IN (LC_MESSAGES): Match only for the
24178 first letters of yesstr and nostr in yesexpr and noexpr,
24179 not for the full words.
24180 * localedata/locales/hne_IN (LC_MESSAGES): Likewise.
24181 * localedata/locales/kok_IN (LC_MESSAGES): Likewise.
24182 * localedata/locales/mr_IN (LC_MESSAGES): Likewise.
24183 * localedata/locales/sat_IN (LC_MESSAGES): Likewise.
24184 * localedata/locales/km_KH (LC_MESSAGES): Match also for the
24185 first letters of yesstr and nostr in yesexpr and noexpr,
24186 until now only English was matched in yesexpr and noexpr.
24187 * localedata/locales/tl_PH (LC_MESSAGES): Use “copy "fil_PH"”
24188 instead of “copy "en_US"”. CLDR has yesstr and nostr data for
24189 fil but not for tl. As tl and fil are very similar, using fil
24190 is probably better than using English.
24191
24192 2017-10-27 Thierry Vignaud <thierry.vignaud@gmail.com>
24193
24194 [BZ #21706]
24195 * localedata/locales/br_FR (LC_MESSAGES): Use all lowercase
24196 in yesstr and nostr.
24197
24198 2017-10-26 Joseph Myers <joseph@codesourcery.com>
24199
24200 * math/math.h [__HAVE_FLOAT16 && __GLIBC_USE
24201 (IEC_60559_TYPES_EXT)] (SNANF16): New macro.
24202 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (SNANF32):
24203 Likewise.
24204 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (SNANF64):
24205 Likewise.
24206 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)] (SNANF32X):
24207 Likewise.
24208 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)] (SNANF64X):
24209 Likewise.
24210 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
24211 (SNANF128X): Likewise.
24212
24213 * math/math.h [__HAVE_FLOAT16 && __GLIBC_USE
24214 (IEC_60559_TYPES_EXT)] (HUGE_VAL_F16): New macro.
24215 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
24216 (HUGE_VAL_F32): Likewise.
24217 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
24218 (HUGE_VAL_F64): Likewise.
24219 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
24220 (HUGE_VAL_F32X): Likewise.
24221 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
24222 (HUGE_VAL_F64X): Likewise.
24223 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
24224 (HUGE_VAL_F128X): Likewise.
24225
24226 2017-10-26 Thierry Vignaud <thierry.vignaud@gmail.com>
24227
24228 * localedata/locales/br_FR (LC_IDENTIFICATON): Add
24229 Thierry Vignaud <thierry.vignaud@gmail.com> as the contact
24230 for the br_FR locale.
24231
24232 2017-10-26 Thierry Vignaud <thierry.vignaud@gmail.com>
24233
24234 [BZ #21706]
24235 * localedata/locales/br_FR (LC_MESSAGES): Fix nostr.
24236
24237 2017-10-25 Carlos O'Donell <carlos@redhat.com>
24238
24239 * locale/programs/record-status.h: Define globals, and function
24240 prototypes. Move function bodies...
24241 * locale/programs/record-status.c: ... to here. New file.
24242 * iconv/Makefile (iconv_prog-modules): Add record-status.
24243 * locale/Makefile (lib-modules): Likewise.
24244 * iconv/iconv_prog.c: Remove verbose.
24245 * iconv/iconv_prog.h: Include record-status.h (defines verbose).
24246 * locale/programs/charmap.c (charmap_read): If warn_ascii is true then
24247 record a warning about ASCII compatibility.
24248 * locale/programs/ld-monetary.c (monetary_finish): If
24249 warn_int_curr_symbol is true then record a warning about the symbol
24250 not being in our ISO 4217 list.
24251 * locale/programs/locale.c: Include record-status.h. Remove verbose.
24252 * locale/programs/localedef.c: Include ctype.h. Remove delcaration of
24253 verbose, recorded_warning_count, recorded_error_count, and be_quiet.
24254 (OPT_NO_WARN): Define.
24255 (OPT_WARN): Define.
24256 (options): Add entry for --no-warnings, and --warnings.
24257 (set_warnings): New function to enable/disable warnings.
24258 (parse_opt): Call set_warnings for OPT_NO_WARN and OPT_WARN.
24259 * locale/programs/localedef.h: Remove warn_int_curr_symbol.
24260 * localedata/gen-locale.sh: Default flags to `--quiet -c'.
24261 Add `--no-warnings=ascii' to locales using SHIFT_JIS or SHIFT_JIXX0213.
24262 Pass flags to generate_locale.
24263 (generate_locale): Accept new flag argument and pass it to localedef
24264 invocation.
24265 * localedata/Makefile (INSTALL-SUPPORTED-LOCALES): Use
24266 --no-warnings=ascii for SHIFT_JIS and SHIFT_JISX0213 charmaps.
24267
24268 * localedata/Makefile (test-input-data): Use full file name.
24269 * localedata/da_DK.in: Rename to...
24270 * localedata/da_DK.ISO-8859-1.in: ...this.
24271 * localedata/de_DE.in: Rename to...
24272 * localedata/de_DE.ISO-8859-1.in: ...this.
24273 * localedata/en_US.in: Rename to...
24274 * localedata/en_US.ISO-8859-1.in: ...this.
24275 * localedata/fr_FR.in: Rename to...
24276 * localedata/fr_FR.UTF-8.in: ... this.
24277 * localedata/hr_HR.in: Rename to...
24278 * localedata/hr_HR.ISO-8859-2.in: ...this.
24279 * localedata/hu_HU.in: Rename to...
24280 * localedata/hu_HU.UTF-8.in: ...this.
24281 * localedata/si_LK.in: Rename to...
24282 * localedata/si_LK.UTF-8.in: ...this.
24283 * localedata/sv_SE.in: Rename to...
24284 * localedata/sv_SE.ISO-8859-1.in: ...this.
24285 * localedata/tr_TR.in: Rename to...
24286 * localedata/tr_TR.UTF-8.in: ...this.
24287 * localedata/uk_UA.in: Rename to...
24288 * localedata/uk_UA.UTF-8.in: ...this.
24289 * localedata/sort-test.sh: Test file is locale name with the
24290 suffix.
24291
24292 * localedata/unicode-gen/Makefile (check_i18n): Rename to
24293 check_i18n_ctype. Depend on i18n_ctype-report. Check i18n_ctype-report
24294 file.
24295 * localedata/locales/i18n_ctype: Regenerate.
24296 * localedata/locales/tr_TR: Likewise.
24297 * localedata/locales/translit_circle: Likewise.
24298 * localedata/locales/translit_cjk_compat: Likewise.
24299 * localedata/locales/translit_combining: Likewise.
24300 * localedata/locales/translit_compat: Likewise.
24301 * localedata/locales/translit_font: Likewise.
24302 * localedata/locales/translit_fraction: Likewise.
24303
24304 2017-10-25 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
24305
24306 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Replace
24307 lxvd2x/stxvd2x with lvx/stvx.
24308 * sysdeps/powerpc/powerpc64/power7/memmove.S: Likewise.
24309
24310 2017-10-25 H.J. Lu <hongjiu.lu@intel.com>
24311
24312 * include/alloc_buffer.h: Replace "if if " with "if " in
24313 comments.
24314 * sysdeps/mips/memcpy.S: Likkewise.
24315 * sysdeps/mips/memset.S: Likewise.
24316 * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S:
24317 Likewise.
24318 * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S:
24319 Likewise.
24320 * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S:
24321 Likewise.
24322
24323 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24324
24325 [BZ #15261]
24326 * localedata/locales/cmn_TW (LC_MESSAGES): Add fullwidth yYnN to
24327 yesexpr and noexpr.
24328 * localedata/locales/hak_TW (LC_MESSAGES): Likewise.
24329 * localedata/locales/ko_KR (LC_MESSAGES): Likewise.
24330 * localedata/locales/lzh_TW (LC_MESSAGES): Likewise.
24331 * localedata/locales/nan_TW (LC_MESSAGES): Likewise.
24332 * localedata/locales/zh_CN (LC_MESSAGES): Likewise.
24333 * localedata/locales/zh_HK (LC_MESSAGES): Likewise.
24334 * localedata/locales/zh_TW (LC_MESSAGES): Likewise.
24335
24336 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24337
24338 * localedata/locales/am_ET (LC_MESSAGES): Sync with CLDR.
24339 * localedata/locales/az_AZ (LC_MESSAGES): Likewise.
24340 * localedata/locales/el_GR (LC_MESSAGES): Likewise.
24341 * localedata/locales/ha_NG (LC_MESSAGES): Likewise.
24342 * localedata/locales/ln_CD (LC_MESSAGES): Likewise.
24343 * localedata/locales/mfe_MU (LC_MESSAGES): Likewise.
24344 * localedata/locales/ml_IN (LC_MESSAGES): Likewise.
24345 * localedata/locales/mt_MT (LC_MESSAGES): Likewise.
24346 * localedata/locales/os_RU (LC_MESSAGES): Likewise.
24347 * localedata/locales/tg_TJ (LC_MESSAGES): Likewise.
24348 * localedata/locales/tt_RU (LC_MESSAGES): Likewise.
24349 * localedata/locales/wo_SN (LC_MESSAGES): Likewise.
24350
24351 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24352
24353 * localedata/locales/aa_ET (LC_MESSAGES): Use ASCII as much
24354 as possible for better readability of the source.
24355 * localedata/locales/af_ZA (LC_MESSAGES): Likewise.
24356 * localedata/locales/ak_GH (LC_MESSAGES): Likewise.
24357 * localedata/locales/am_ET (LC_MESSAGES): Likewise.
24358 * localedata/locales/anp_IN (LC_MESSAGES): Likewise.
24359 * localedata/locales/ar_EG (LC_MESSAGES): Likewise.
24360 * localedata/locales/as_IN (LC_MESSAGES): Likewise.
24361 * localedata/locales/ast_ES (LC_MESSAGES): Likewise.
24362 * localedata/locales/ayc_PE (LC_MESSAGES): Likewise.
24363 * localedata/locales/az_AZ (LC_MESSAGES): Likewise.
24364 * localedata/locales/az_IR (LC_MESSAGES): Likewise.
24365 * localedata/locales/be_BY (LC_MESSAGES): Likewise.
24366 * localedata/locales/be_BY@latin (LC_MESSAGES): Likewise.
24367 * localedata/locales/bem_ZM (LC_MESSAGES): Likewise.
24368 * localedata/locales/ber_MA (LC_MESSAGES): Likewise.
24369 * localedata/locales/bg_BG (LC_MESSAGES): Likewise.
24370 * localedata/locales/bhb_IN (LC_MESSAGES): Likewise.
24371 * localedata/locales/bi_VU (LC_MESSAGES): Likewise.
24372 * localedata/locales/bo_CN (LC_MESSAGES): Likewise.
24373 * localedata/locales/br_FR (LC_MESSAGES): Likewise.
24374 * localedata/locales/bs_BA (LC_MESSAGES): Likewise.
24375 * localedata/locales/ca_ES (LC_MESSAGES): Likewise.
24376 * localedata/locales/ce_RU (LC_MESSAGES): Likewise.
24377 * localedata/locales/crh_UA (LC_MESSAGES): Likewise.
24378 * localedata/locales/cs_CZ (LC_MESSAGES): Likewise.
24379 * localedata/locales/csb_PL (LC_MESSAGES): Likewise.
24380 * localedata/locales/cv_RU (LC_MESSAGES): Likewise.
24381 * localedata/locales/cy_GB (LC_MESSAGES): Likewise.
24382 * localedata/locales/da_DK (LC_MESSAGES): Likewise.
24383 * localedata/locales/de_DE (LC_MESSAGES): Likewise.
24384 * localedata/locales/dv_MV (LC_MESSAGES): Likewise.
24385 * localedata/locales/dz_BT (LC_MESSAGES): Likewise.
24386 * localedata/locales/el_GR (LC_MESSAGES): Likewise.
24387 * localedata/locales/en_CA (LC_MESSAGES): Likewise.
24388 * localedata/locales/en_US (LC_MESSAGES): Likewise.
24389 * localedata/locales/es_ES (LC_MESSAGES): Likewise.
24390 * localedata/locales/et_EE (LC_MESSAGES): Likewise.
24391 * localedata/locales/eu_ES (LC_MESSAGES): Likewise.
24392 * localedata/locales/fa_IR (LC_MESSAGES): Likewise.
24393 * localedata/locales/ff_SN (LC_MESSAGES): Likewise.
24394 * localedata/locales/fi_FI (LC_MESSAGES): Likewise.
24395 * localedata/locales/fil_PH (LC_MESSAGES): Likewise.
24396 * localedata/locales/fo_FO (LC_MESSAGES): Likewise.
24397 * localedata/locales/fr_BE (LC_MESSAGES): Likewise.
24398 * localedata/locales/fr_CH (LC_MESSAGES): Likewise.
24399 * localedata/locales/fr_FR (LC_MESSAGES): Likewise.
24400 * localedata/locales/fr_LU (LC_MESSAGES): Likewise.
24401 * localedata/locales/fur_IT (LC_MESSAGES): Likewise.
24402 * localedata/locales/fy_DE (LC_MESSAGES): Likewise.
24403 * localedata/locales/ga_IE (LC_MESSAGES): Likewise.
24404 * localedata/locales/gd_GB (LC_MESSAGES): Likewise.
24405 * localedata/locales/gl_ES (LC_MESSAGES): Likewise.
24406 * localedata/locales/gu_IN (LC_MESSAGES): Likewise.
24407 * localedata/locales/gv_GB (LC_MESSAGES): Likewise.
24408 * localedata/locales/ha_NG (LC_MESSAGES): Likewise.
24409 * localedata/locales/hak_TW (LC_MESSAGES): Likewise.
24410 * localedata/locales/he_IL (LC_MESSAGES): Likewise.
24411 * localedata/locales/hif_FJ (LC_MESSAGES): Likewise.
24412 * localedata/locales/hne_IN (LC_MESSAGES): Likewise.
24413 * localedata/locales/hr_HR (LC_MESSAGES): Likewise.
24414 * localedata/locales/hsb_DE (LC_MESSAGES): Likewise.
24415 * localedata/locales/ht_HT (LC_MESSAGES): Likewise.
24416 * localedata/locales/hu_HU (LC_MESSAGES): Likewise.
24417 * localedata/locales/hy_AM (LC_MESSAGES): Likewise.
24418 * localedata/locales/ia_FR (LC_MESSAGES): Likewise.
24419 * localedata/locales/id_ID (LC_MESSAGES): Likewise.
24420 * localedata/locales/ig_NG (LC_MESSAGES): Likewise.
24421 * localedata/locales/ik_CA (LC_MESSAGES): Likewise.
24422 * localedata/locales/is_IS (LC_MESSAGES): Likewise.
24423 * localedata/locales/it_CH (LC_MESSAGES): Likewise.
24424 * localedata/locales/it_IT (LC_MESSAGES): Likewise.
24425 * localedata/locales/iu_CA (LC_MESSAGES): Likewise.
24426 * localedata/locales/ja_JP (LC_MESSAGES): Likewise.
24427 * localedata/locales/kk_KZ (LC_MESSAGES): Likewise.
24428 * localedata/locales/kl_GL (LC_MESSAGES): Likewise.
24429 * localedata/locales/ko_KR (LC_MESSAGES): Likewise.
24430 * localedata/locales/ks_IN (LC_MESSAGES): Likewise.
24431 * localedata/locales/ku_TR (LC_MESSAGES): Likewise.
24432 * localedata/locales/kw_GB (LC_MESSAGES): Likewise.
24433 * localedata/locales/ky_KG (LC_MESSAGES): Likewise.
24434 * localedata/locales/lb_LU (LC_MESSAGES): Likewise.
24435 * localedata/locales/lg_UG (LC_MESSAGES): Likewise.
24436 * localedata/locales/li_NL (LC_MESSAGES): Likewise.
24437 * localedata/locales/lij_IT (LC_MESSAGES): Likewise.
24438 * localedata/locales/ln_CD (LC_MESSAGES): Likewise.
24439 * localedata/locales/lo_LA (LC_MESSAGES): Likewise.
24440 * localedata/locales/lt_LT (LC_MESSAGES): Likewise.
24441 * localedata/locales/lv_LV (LC_MESSAGES): Likewise.
24442 * localedata/locales/lzh_TW (LC_MESSAGES): Likewise.
24443 * localedata/locales/mg_MG (LC_MESSAGES): Likewise.
24444 * localedata/locales/mhr_RU (LC_MESSAGES): Likewise.
24445 * localedata/locales/mi_NZ (LC_MESSAGES): Likewise.
24446 * localedata/locales/mk_MK (LC_MESSAGES): Likewise.
24447 * localedata/locales/ml_IN (LC_MESSAGES): Likewise.
24448 * localedata/locales/mn_MN (LC_MESSAGES): Likewise.
24449 * localedata/locales/ms_MY (LC_MESSAGES): Likewise.
24450 * localedata/locales/mt_MT (LC_MESSAGES): Likewise.
24451 * localedata/locales/my_MM (LC_MESSAGES): Likewise.
24452 * localedata/locales/nan_TW (LC_MESSAGES): Likewise.
24453 * localedata/locales/nan_TW@latin (LC_MESSAGES): Likewise.
24454 * localedata/locales/nb_NO (LC_MESSAGES): Likewise.
24455 * localedata/locales/nds_DE (LC_MESSAGES): Likewise.
24456 * localedata/locales/nds_NL (LC_MESSAGES): Likewise.
24457 * localedata/locales/ne_NP (LC_MESSAGES): Likewise.
24458 * localedata/locales/nhn_MX (LC_MESSAGES): Likewise.
24459 * localedata/locales/niu_NU (LC_MESSAGES): Likewise.
24460 * localedata/locales/nl_NL (LC_MESSAGES): Likewise.
24461 * localedata/locales/nn_NO (LC_MESSAGES): Likewise.
24462 * localedata/locales/nr_ZA (LC_MESSAGES): Likewise.
24463 * localedata/locales/nso_ZA (LC_MESSAGES): Likewise.
24464 * localedata/locales/oc_FR (LC_MESSAGES): Likewise.
24465 * localedata/locales/om_ET (LC_MESSAGES): Likewise.
24466 * localedata/locales/or_IN (LC_MESSAGES): Likewise.
24467 * localedata/locales/os_RU (LC_MESSAGES): Likewise.
24468 * localedata/locales/pa_IN (LC_MESSAGES): Likewise.
24469 * localedata/locales/pa_PK (LC_MESSAGES): Likewise.
24470 * localedata/locales/pap_AW (LC_MESSAGES): Likewise.
24471 * localedata/locales/pap_CW (LC_MESSAGES): Likewise.
24472 * localedata/locales/pl_PL (LC_MESSAGES): Likewise.
24473 * localedata/locales/ps_AF (LC_MESSAGES): Likewise.
24474 * localedata/locales/pt_BR (LC_MESSAGES): Likewise.
24475 * localedata/locales/quz_PE (LC_MESSAGES): Likewise.
24476 * localedata/locales/raj_IN (LC_MESSAGES): Likewise.
24477 * localedata/locales/ro_RO (LC_MESSAGES): Likewise.
24478 * localedata/locales/ru_RU (LC_MESSAGES): Likewise.
24479 * localedata/locales/ru_UA (LC_MESSAGES): Likewise.
24480 * localedata/locales/rw_RW (LC_MESSAGES): Likewise.
24481 * localedata/locales/sa_IN (LC_MESSAGES): Likewise.
24482 * localedata/locales/sc_IT (LC_MESSAGES): Likewise.
24483 * localedata/locales/sd_IN@devanagari (LC_MESSAGES): Likewise.
24484 * localedata/locales/se_NO (LC_MESSAGES): Likewise.
24485 * localedata/locales/sgs_LT (LC_MESSAGES): Likewise.
24486 * localedata/locales/si_LK (LC_MESSAGES): Likewise.
24487 * localedata/locales/sk_SK (LC_MESSAGES): Likewise.
24488 * localedata/locales/sl_SI (LC_MESSAGES): Likewise.
24489 * localedata/locales/sm_WS (LC_MESSAGES): Likewise.
24490 * localedata/locales/so_DJ (LC_MESSAGES): Likewise.
24491 * localedata/locales/sq_AL (LC_MESSAGES): Likewise.
24492 * localedata/locales/sr_RS (LC_MESSAGES): Likewise.
24493 * localedata/locales/sr_RS@latin (LC_MESSAGES): Likewise.
24494 * localedata/locales/ss_ZA (LC_MESSAGES): Likewise.
24495 * localedata/locales/st_ZA (LC_MESSAGES): Likewise.
24496 * localedata/locales/sv_SE (LC_MESSAGES): Likewise.
24497 * localedata/locales/sw_KE (LC_MESSAGES): Likewise.
24498 * localedata/locales/szl_PL (LC_MESSAGES): Likewise.
24499 * localedata/locales/tcy_IN (LC_MESSAGES): Likewise.
24500 * localedata/locales/tg_TJ (LC_MESSAGES): Likewise.
24501 * localedata/locales/th_TH (LC_MESSAGES): Likewise.
24502 * localedata/locales/the_NP (LC_MESSAGES): Likewise.
24503 * localedata/locales/ti_ER (LC_MESSAGES): Likewise.
24504 * localedata/locales/tk_TM (LC_MESSAGES): Likewise.
24505 * localedata/locales/tn_ZA (LC_MESSAGES): Likewise.
24506 * localedata/locales/to_TO (LC_MESSAGES): Likewise.
24507 * localedata/locales/tr_TR (LC_MESSAGES): Likewise.
24508 * localedata/locales/ts_ZA (LC_MESSAGES): Likewise.
24509 * localedata/locales/tt_RU (LC_MESSAGES): Likewise.
24510 * localedata/locales/tt_RU@iqtelif (LC_MESSAGES): Likewise.
24511 * localedata/locales/uk_UA (LC_MESSAGES): Likewise.
24512 * localedata/locales/unm_US (LC_MESSAGES): Likewise.
24513 * localedata/locales/ur_IN (LC_MESSAGES): Likewise.
24514 * localedata/locales/ur_PK (LC_MESSAGES): Likewise.
24515 * localedata/locales/uz_UZ (LC_MESSAGES): Likewise.
24516 * localedata/locales/uz_UZ@cyrillic (LC_MESSAGES): Likewise.
24517 * localedata/locales/ve_ZA (LC_MESSAGES): Likewise.
24518 * localedata/locales/vi_VN (LC_MESSAGES): Likewise.
24519 * localedata/locales/wa_BE (LC_MESSAGES): Likewise.
24520 * localedata/locales/wo_SN (LC_MESSAGES): Likewise.
24521 * localedata/locales/xh_ZA (LC_MESSAGES): Likewise.
24522 * localedata/locales/yi_US (LC_MESSAGES): Likewise.
24523 * localedata/locales/yo_NG (LC_MESSAGES): Likewise.
24524 * localedata/locales/yue_HK (LC_MESSAGES): Likewise.
24525 * localedata/locales/zh_CN (LC_MESSAGES): Likewise.
24526 * localedata/locales/zh_HK (LC_MESSAGES): Likewise.
24527 * localedata/locales/zh_TW (LC_MESSAGES): Likewise.
24528 * localedata/locales/zu_ZA (LC_MESSAGES): Likewise.
24529
24530 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24531
24532 * localedata/locales/brx_IN (LC_MESSAGES): Fix yesexpr and noexpr
24533 (Use first letters of yesstr and nostr correctly instead of using
24534 full words).
24535
24536 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24537
24538 * localedata/locales/ta_IN (LC_MESSAGES): Fix yesexpr and noexpr
24539 (Use first letters of yesstr and nostr correctly).
24540
24541 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24542
24543 * localedata/locales/hi_IN (LC_MESSAGES): In yesexpr and noexpr,
24544 also check for the first characters of yesstr and nostr.
24545 * localedata/locales/kn_IN (LC_MESSAGES): Likewise.
24546 * localedata/locales/ks_IN@devanagari (LC_MESSAGES): Likewise.
24547
24548 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24549
24550 * localedata/locales/cmn_TW (LC_MESSAGES): In yesexpr and noexpr,
24551 also check for Chinese characters.
24552
24553 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24554
24555 * localedata/locales/chr_US (LC_MESSAGES): In yesexpr and noexpr,
24556 match also for the contents of yesstr and nostr. As the first letter
24557 of yesstr and nostr is equal, checking only for the first letter
24558 is not enough.
24559
24560 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24561
24562 * localedata/locales/ber_DZ (LC_MESSAGES): Use copy "kab_DZ",
24563 it is the same according to Belkacem Mohammed <belkacem77@gmail.com>.
24564
24565 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24566
24567 * localedata/locales/kab_DZ (LC_IDENTIFICATION): Add e-mail
24568 of main contributor.
24569
24570 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24571
24572 * localedata/locales/zh_SG (LC_MESSAGES): Use copy "zh_CN"
24573 instead of using English.
24574
24575 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24576
24577 * localedata/locales/ug_CN (LC_MESSAGES): Fix noexpr and yesexpr
24578 by including the first letters of nostr and yesexpr in the regexp.
24579 Also make it more readable by using ASCII where possible.
24580
24581 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24582
24583 * localedata/locales/te_IN (LC_MESSAGES): Fix noexpr by including
24584 the first letter of nostr in the regexp. It agrees with CLDR now.
24585 Also make it more readable by using ASCII where possible.
24586
24587 2017-10-24 Mike FABIAN <mfabian@redhat.com>
24588
24589 * localedata/locales/km_KH (LC_MESSAGES): Fix yestr and nostr.
24590 The yesstr and nostr apparently came from CLDR. And CLDR has a bug there:
24591 these strings contain a U+17D6 (which somewhat looks like a colon)
24592 instead of a real colon to separate the full words for “yes”
24593 and “no” from the single letter responses.
24594
24595 2017-10-24 Mike FABIAN <mfabian@redhat.com>
24596
24597 * localedata/locales/ka_GE (LC_MESSAGES): Fix yesexp to make
24598 it agree with CLDR (include the first letter of yesstr).
24599 Also make it more readable by using ASCII where possible.
24600
24601 2017-10-24 Mike FABIAN <mfabian@redhat.com>
24602
24603 * localedata/locales/mr_IN (LC_MESSAGES): Fix yesstr and nostr
24604 and improve yesexpr and noexpr. The yesstr and nostr apparently
24605 came from CLDR. And CLDR has a bug there: these strings contain
24606 a U+0903 (which looks like a colon) instead of a real colon
24607 to separate the full words for “yes” and “no” from the single
24608 letter responses.
24609
24610 2017-10-24 Mike FABIAN <mfabian@redhat.com>
24611
24612 * localedata/locales/bn_BD (LC_MESSAGES): Use only the first
24613 letters of the full yesstr and nostr in yesexpr and noexpr.
24614
24615 2017-10-24 Mike FABIAN <mfabian@redhat.com>
24616
24617 * localedata/locales/an_ES (LC_MESSAGES): Add yesstr and nostr.
24618 * localedata/locales/an_ES (LC_ADDRESS): Add lang_term and lang_lib.
24619 * localedata/locales/an_ES: Make source more readable by using ASCII
24620 where possible.
24621
24622 2017-10-24 Mike FABIAN <mfabian@redhat.com>
24623
24624 [BZ #20952]
24625 * localedata/locales/yuw_PG: New file.
24626 * localedata/SUPPORTED: Add yuw_PG/UTF-8.
24627 * locale/iso-639.def: Add Yau (Uruwa).
24628
24629 2017-10-23 Wilco Dijkstra <wdijkstr@arm.com>
24630
24631 * malloc/malloc.c (_int_malloc): Add SINGLE_THREAD_P path.
24632
24633 2017-10-23 Wilco Dijkstra <wdijkstr@arm.com>
24634
24635 * malloc/malloc.c (__libc_malloc): Add SINGLE_THREAD_P path.
24636 (__libc_realloc): Likewise.
24637 (_mid_memalign): Likewise.
24638 (__libc_calloc): Likewise.
24639
24640 2017-10-23 Mike FABIAN <mfabian@redhat.com>
24641
24642 * localedata/locales/tpi_PG (LC_MESSAGES): Fix yesexpr and noexpr
24643 by adding the generic +1 and -0 as in all other locales.
24644 * localedata/locales/tpi_PG (LC_TIME): Fix some typos in the month and
24645 day names and make it more readable by using ASCII where possible.
24646
24647 2017-10-24 Joseph Myers <joseph@codesourcery.com>
24648
24649 * sysdeps/x86/fpu/fix-fp-int-compare-invalid.h
24650 (FIX_COMPARE_INVALID): Define to 0 if [__GNUC_PREREQ (8, 0)].
24651
24652 2017-10-23 Adhemerval Zanella <adhemerval.zanella@linaro.org>
24653
24654 * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Use 0 instead of
24655 WNOHANG in waitpid call.
24656
24657 2017-10-23 Siddhesh Poyarekar <siddhesh@sourceware.org>
24658
24659 * manual/conf.texi (_SC_LEVEL1_DCACHE_LINESIZE,
24660 _SC_LEVEL1_ICACHE_LINESIZE): Document aarch64 caveat.
24661
24662 * manual/conf.texi (_SC_LEVEL1_ICACHE_SIZE,
24663 _SC_LEVEL1_ICACHE_ASSOC, _SC_LEVEL1_ICACHE_LINESIZE,
24664 _SC_LEVEL1_DCACHE_SIZE, _SC_LEVEL1_DCACHE_ASSOC,
24665 _SC_LEVEL1_DCACHE_LINESIZE, _SC_LEVEL2_CACHE_SIZE,
24666 _SC_LEVEL2_CACHE_ASSOC, _SC_LEVEL2_CACHE_LINESIZE,
24667 _SC_LEVEL3_CACHE_SIZE, _SC_LEVEL3_CACHE_ASSOC,
24668 _SC_LEVEL3_CACHE_LINESIZE, _SC_LEVEL4_CACHE_SIZE,
24669 _SC_LEVEL4_CACHE_ASSOC, _SC_LEVEL4_CACHE_LINESIZE): New
24670 variables.
24671
24672 2017-10-23 Michael Collison <michael.collison@arm.com>
24673
24674 * sysdeps/aarch64/fpu/e_sqrt.c (ieee754_sqrt): Replace asm statements
24675 with __builtin_sqrt.
24676 * sysdeps/aarch64/fpu/e_sqrtf.c (ieee754_sqrtf): Replace asm statements
24677 with __builtin_sqrtf.
24678 * sysdeps/aarch64/fpu/s_ceil.c (__ceil): Replace asm statements
24679 with __builtin_ceil.
24680 * sysdeps/aarch64/fpu/s_ceilf.c (__ceilf): Replace asm statements
24681 with __builtin_ceilf.
24682 * sysdeps/aarch64/fpu/s_floor.c (__floor): Replace asm statements
24683 with __builtin_floor.
24684 * sysdeps/aarch64/fpu/s_floorf.c (__floorf): Replace asm statements
24685 with __builtin_floorf.
24686 * sysdeps/aarch64/fpu/s_fma.c (__fma): Replace asm statements
24687 with __builtin_fma.
24688 * sysdeps/aarch64/fpu/s_fmaf.c (__fmaf): Replace asm statements
24689 with __builtin_fmaf.
24690 * sysdeps/aarch64/fpu/s_fmax.c (__fmax): Replace asm statements
24691 with __builtin_fmax.
24692 * sysdeps/aarch64/fpu/s_fmaxf.c (__fmaxf): Replace asm statements
24693 with __builtin_fmaxf.
24694 * sysdeps/aarch64/fpu/s_fmin.c (__fmin): Replace asm statements
24695 with __builtin_fmin.
24696 * sysdeps/aarch64/fpu/s_fminf.c (__fminf): Replace asm statements
24697 with __builtin_fminf.
24698 * sysdeps/aarch64/fpu/s_frint.c: Delete file.
24699 * sysdeps/aarch64/fpu/s_frintf.c: Delete file.
24700 * sysdeps/aarch64/fpu/s_llrint.c (__llrint): Replace asm statements
24701 with builtin_rint and conversion to int.
24702 * sysdeps/aarch64/fpu/s_llrintf.c (__llrintf): Likewise.
24703 * sysdeps/aarch64/fpu/s_llround.c (__llround): Replace asm statements
24704 with builtin_llround.
24705 * sysdeps/aarch64/fpu/s_llroundf.c (__llroundf): Likewise.
24706 * sysdeps/aarch64/fpu/s_lrint.c (__lrint): Replace asm statements
24707 with builtin_rint and conversion to long int.
24708 * sysdeps/aarch64/fpu/s_lrintf.c (__lrintf): Likewise.
24709 * sysdeps/aarch64/fpu/s_lround.c (__lround): Replace asm statements
24710 with builtin_lround.
24711 * sysdeps/aarch64/fpu/s_lroundf.c (__lroundf): Replace asm statements
24712 with builtin_lroundf.
24713 * sysdeps/aarch64/fpu/s_nearbyint.c (__nearbyint): Replace asm
24714 statements with __builtin_nearbyint.
24715 * sysdeps/aarch64/fpu/s_nearbyintf.c (__nearbyintf): Replace asm
24716 statements with __builtin_nearbyintf.
24717 * sysdeps/aarch64/fpu/s_rint.c (__rint): Replace asm statements
24718 with __builtin_rint.
24719 * sysdeps/aarch64/fpu/s_rintf.c (__rintf): Replace asm statements
24720 with __builtin_rintf.
24721 * sysdeps/aarch64/fpu/s_round.c (__round): Replace asm statements
24722 with __builtin_round.
24723 * sysdeps/aarch64/fpu/s_roundf.c (__roundf): Replace asm statements
24724 with __builtin_roundf.
24725 * sysdeps/aarch64/fpu/s_trunc.c (__trunc): Replace asm statements
24726 with __builtin_trunc.
24727 * sysdeps/aarch64/fpu/s_truncf.c (__truncf): Replace asm statements
24728 with __builtin_truncf.
24729 * sysdeps/aarch64/fpu/Makefile: Build e_sqrt[f].c with -fno-math-errno,
24730 and s_l[l]round[f].c too.
24731
24732 2017-10-23 Alan Modra <amodra@gmail.com>
24733
24734 * sysdeps/powerpc/powerpc64/power8/strncpy.S: Move LR cfi.
24735 Adjust stack after restoring regs. Add missing LR cfi_restore.
24736
24737 2017-10-23 Alan Modra <amodra@gmail.com>
24738
24739 * sysdeps/powerpc/powerpc64/power7/strncpy.S: Decrease FRAMESIZE.
24740 Move LR save and frame setup/teardown and LR restore to
24741 immediately around memset call. Provide cfi.
24742
24743 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24744
24745 * sysdeps/i386/fpu/e_powf.S: Removed.
24746 * sysdeps/i386/fpu/e_powf_log2_data.c: Likewise.
24747 * sysdeps/i386/fpu/w_powf.c: Likewise.
24748 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_powf.c.
24749 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
24750 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
24751 Add e_powf-sse2.
24752 (CFLAGS-e_powf-sse2.c): New.
24753 * sysdeps/i386/i686/fpu/multiarch/e_powf-sse2.c: New file.
24754 * sysdeps/i386/i686/fpu/multiarch/e_powf.c: Likewise.
24755
24756 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24757
24758 * sysdeps/i386/fpu/e_log2f.S: Removed.
24759 * sysdeps/i386/fpu/e_log2f_data.c: Likewise.
24760 * sysdeps/i386/fpu/w_log2f.c: Likewise.
24761 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_log2f.c.
24762 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
24763 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
24764 Add e_log2f-sse2.
24765 (CFLAGS-e_log2f-sse2.c): New.
24766 * sysdeps/i386/i686/fpu/multiarch/e_log2f-sse2.c: New file.
24767 * sysdeps/i386/i686/fpu/multiarch/e_log2f.c: Likewise.
24768
24769 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24770
24771 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
24772 Add e_powf-fma.
24773 (CFLAGS-e_powf-fma.c): New.
24774 * sysdeps/x86_64/fpu/multiarch/e_powf-fma.c: New file.
24775 * sysdeps/x86_64/fpu/multiarch/e_powf.c: Likewise.
24776
24777 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24778
24779 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
24780 Add e_log2f-fma.
24781 (CFLAGS-e_log2f-fma.c): New.
24782 * sysdeps/x86_64/fpu/multiarch/e_log2f-fma.c: New file.
24783 * sysdeps/x86_64/fpu/multiarch/e_log2f.c: Likewise.
24784
24785 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24786
24787 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
24788 Add e_logf-fma.
24789 (CFLAGS-e_logf-fma.c): New.
24790 * sysdeps/x86_64/fpu/multiarch/e_logf-fma.c: New file.
24791 * sysdeps/x86_64/fpu/multiarch/e_logf.c: Likewise.
24792
24793 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24794
24795 * sysdeps/i386/fpu/e_logf.S: Removed.
24796 * sysdeps/i386/fpu/e_logf_data.c: Likewise.
24797 * sysdeps/i386/fpu/w_logf.c: Likewise.
24798 * sysdeps/i386/i686/fpu/e_logf.S: Likewise.
24799 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_logf.c.
24800 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
24801 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
24802 Add e_logf-sse2.
24803 (CFLAGS-e_logf-sse2.c): New.
24804 * sysdeps/i386/i686/fpu/multiarch/e_logf-sse2.c: New file.
24805 * sysdeps/i386/i686/fpu/multiarch/e_logf.c: Likewise.
24806
24807 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24808
24809 * sysdeps/i386/fpu/e_exp2f.S: Removed.
24810 * sysdeps/i386/fpu/w_exp2f.c: Likewise.
24811 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_exp2f.c.
24812 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
24813 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
24814 Add e_exp2f-sse2.
24815 (CFLAGS-e_exp2f-sse2.c): New.
24816 * sysdeps/i386/i686/fpu/multiarch/e_exp2f-sse2.c: New file.
24817 * sysdeps/i386/i686/fpu/multiarch/e_exp2f.c: Likewise.
24818
24819 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24820
24821 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
24822 Add e_exp2f-fma.
24823 (CFLAGS-e_exp2f-fma.c): New.
24824 * sysdeps/x86_64/fpu/multiarch/e_exp2f-fma.c: New file.
24825 * sysdeps/x86_64/fpu/multiarch/e_exp2f.c: Likewise.
24826
24827 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24828
24829 * sysdeps/i386/fpu/e_exp2f_data.c: Removed.
24830 * sysdeps/i386/fpu/e_expf.S: Likewise.
24831 * sysdeps/i386/fpu/math_errf.c: Likewise.
24832 * sysdeps/i386/fpu/w_expf.c: Likewise.
24833 * sysdeps/i386/i686/fpu/multiarch/e_expf-ia32.S: Likewise.
24834 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
24835 * sysdeps/i386/i686/fpu/multiarch/w_expf.c: Likewise.
24836 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_expf.c.
24837 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
24838 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
24839 Remove e_expf-ia32.
24840 (CFLAGS-e_expf-sse2.c): New.
24841 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.c: New file.
24842 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Rewritten.
24843
24844 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24845
24846 * sysdeps/x86_64/fpu/e_expf.S: Removed.
24847 * sysdeps/x86_64/fpu/multiarch/e_expf-fma.S: Likewise.
24848 * sysdeps/x86_64/fpu/w_expf.c: Likewise.
24849 * sysdeps/x86_64/fpu/libm-test-ulps: Updated for generic
24850 e_expf.c.
24851 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-e_expf-fma.c):
24852 New.
24853 * sysdeps/x86_64/fpu/multiarch/e_expf-fma.c: New file.
24854 * sysdeps/x86_64/fpu/multiarch/e_expf.c (__redirect_ieee754_expf):
24855 Renamed to ...
24856 (__redirect_expf): This.
24857 (SYMBOL_NAME): Changed to expf.
24858 (__ieee754_expf): Renamed to ...
24859 (__expf): This.
24860 (__GI___expf): This.
24861 (__ieee754_expf): Add strong_alias.
24862 (__expf_finite): Likewise.
24863 (__expf): New.
24864 Include <sysdeps/ieee754/flt-32/e_expf.c>.
24865
24866 2017-10-22 Paul Eggert <eggert@cs.ucla.edu>
24867
24868 [BZ #22332]
24869 * posix/glob.c (__glob): Fix buffer overflow during GLOB_TILDE
24870 unescaping.
24871
24872 2017-10-21 Florian Weimer <fweimer@redhat.com>
24873
24874 * posix/Makefile (tests): Add tst-glob-tilde.
24875 (tests-special): Add tst-glob-tilde-mem.out
24876 (tst-glob-tilde-ENV): Set MALLOC_TRACE.
24877 (tst-glob-tilde-mem.out): Add mtrace check.
24878 * posix/tst-glob-tilde.c: New file.
24879
24880 2017-10-20 Joseph Myers <joseph@codesourcery.com>
24881
24882 * bits/floatn-common.h: New file.
24883 * math/Makefile (headers): Add bits/floatn-common.h.
24884 * bits/floatn.h: Include <bits/floatn-common.h>.
24885 * sysdeps/ia64/bits/floatn.h: Likewise.
24886 * sysdeps/ieee754/ldbl-128/bits/floatn.h: Likewise.
24887 * sysdeps/mips/ieee754/bits/floatn.h: Likewise.
24888 * sysdeps/powerpc/bits/floatn.h: Likewise.
24889 * sysdeps/x86/bits/floatn.h: Likewise.
24890
24891 2017-10-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
24892
24893 * configure.ac (libc_cv_gcc_incompatbile_alias): New define:
24894 indicates whether compiler emits an warning for alias for
24895 functions with incompatible types.
24896
24897 [BZ #22273]
24898 * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Handle the case where
24899 the auxiliary process is terminated by a signal before calling _exit
24900 or execve.
24901
24902 2017-10-20 H.J. Lu <hongjiu.lu@intel.com>
24903
24904 [BZ #21265]
24905 * sysdeps/x86/cpu-features-offsets.sym (XSAVE_STATE_SIZE_OFFSET):
24906 New.
24907 * sysdeps/x86/cpu-features.c: Include <libc-pointer-arith.h>.
24908 (get_common_indeces): Set xsave_state_size, xsave_state_full_size
24909 and bit_arch_XSAVEC_Usable if needed.
24910 (init_cpu_features): Remove bit_arch_Use_dl_runtime_resolve_slow
24911 and bit_arch_Use_dl_runtime_resolve_opt.
24912 * sysdeps/x86/cpu-features.h (bit_arch_Use_dl_runtime_resolve_opt):
24913 Removed.
24914 (bit_arch_Use_dl_runtime_resolve_slow): Likewise.
24915 (bit_arch_Prefer_No_AVX512): Updated.
24916 (bit_arch_MathVec_Prefer_No_AVX512): Likewise.
24917 (bit_arch_XSAVEC_Usable): New.
24918 (STATE_SAVE_OFFSET): Likewise.
24919 (STATE_SAVE_MASK): Likewise.
24920 [__ASSEMBLER__]: Include <cpu-features-offsets.h>.
24921 (cpu_features): Add xsave_state_size and xsave_state_full_size.
24922 (index_arch_Use_dl_runtime_resolve_opt): Removed.
24923 (index_arch_Use_dl_runtime_resolve_slow): Likewise.
24924 (index_arch_XSAVEC_Usable): New.
24925 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
24926 Support XSAVEC_Usable. Remove Use_dl_runtime_resolve_slow.
24927 * sysdeps/x86_64/Makefile (tst-x86_64-1-ENV): New if tunables
24928 is enabled.
24929 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
24930 Replace _dl_runtime_resolve_sse, _dl_runtime_resolve_avx,
24931 _dl_runtime_resolve_avx_slow, _dl_runtime_resolve_avx_opt,
24932 _dl_runtime_resolve_avx512 and _dl_runtime_resolve_avx512_opt
24933 with _dl_runtime_resolve_fxsave, _dl_runtime_resolve_xsave and
24934 _dl_runtime_resolve_xsavec.
24935 * sysdeps/x86_64/dl-trampoline.S (DL_RUNTIME_UNALIGNED_VEC_SIZE):
24936 Removed.
24937 (DL_RUNTIME_RESOLVE_REALIGN_STACK): Check STATE_SAVE_ALIGNMENT
24938 instead of VEC_SIZE.
24939 (REGISTER_SAVE_BND0): Removed.
24940 (REGISTER_SAVE_BND1): Likewise.
24941 (REGISTER_SAVE_BND3): Likewise.
24942 (REGISTER_SAVE_RAX): Always defined to 0.
24943 (VMOV): Removed.
24944 (_dl_runtime_resolve_avx): Likewise.
24945 (_dl_runtime_resolve_avx_slow): Likewise.
24946 (_dl_runtime_resolve_avx_opt): Likewise.
24947 (_dl_runtime_resolve_avx512): Likewise.
24948 (_dl_runtime_resolve_avx512_opt): Likewise.
24949 (_dl_runtime_resolve_sse): Likewise.
24950 (_dl_runtime_resolve_sse_vex): Likewise.
24951 (USE_FXSAVE): New.
24952 (_dl_runtime_resolve_fxsave): Likewise.
24953 (USE_XSAVE): Likewise.
24954 (_dl_runtime_resolve_xsave): Likewise.
24955 (USE_XSAVEC): Likewise.
24956 (_dl_runtime_resolve_xsavec): Likewise.
24957 * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve_avx512):
24958 Removed.
24959 (_dl_runtime_resolve_avx512_opt): Likewise.
24960 (_dl_runtime_resolve_avx): Likewise.
24961 (_dl_runtime_resolve_avx_opt): Likewise.
24962 (_dl_runtime_resolve_sse): Likewise.
24963 (_dl_runtime_resolve_sse_vex): Likewise.
24964 (_dl_runtime_resolve_fxsave): New.
24965 (_dl_runtime_resolve_xsave): Likewise.
24966 (_dl_runtime_resolve_xsavec): Likewise.
24967
24968 2017-10-20 Paul Eggert <eggert@cs.ucla.edu>
24969
24970 [BZ #22320]
24971 CVE-2017-15670
24972 * posix/glob.c (__glob): Fix one-byte overflow.
24973
24974 2017-10-20 Wilco Dijkstra <wdijkstr@arm.com>
24975
24976 * malloc/malloc.c (sysdep-cancel.h): Add include.
24977
24978 2017-10-20 Wilco Dijkstra <wdijkstr@arm.com>
24979
24980 * malloc/malloc.c (_int_free): Add SINGLE_THREAD_P fast paths.
24981
24982 2017-10-20 Will Hawkins <hawkinsw@borlaugic.com>
24983
24984 * resolv/Makefile [$(build-shared)$(have-thread-library) == yesyes]
24985 (tests): Remove $(objpfx)ga_test depdendency.
24986 * resolv/ga_test.c: Remove file.
24987
24988 2017-10-20 Mike FABIAN <mfabian@redhat.com>
24989
24990 [BZ #18812]
24991 * localedata/SUPPORTED: Add kab_DZ/UTF-8.
24992 * localedata/locales/kab_DZ: New file.
24993
24994 2017-10-20 H.J. Lu <hongjiu.lu@intel.com>
24995
24996 * sysdeps/m68k/dl-machine.h (elf_machine_load_address): Use
24997 _dl_relocate_static_pie instead of _dl_start to compute load
24998 address in static PIE.
24999
25000 2017-10-20 H.J. Lu <hongjiu.lu@intel.com>
25001
25002 * sysdeps/m68k/start.S (_start): Check PIC instead of SHARED.
25003
25004 2017-10-20 Mike FABIAN <mfabian@redhat.com>
25005
25006 [BZ #13605]
25007 * localedata/SUPPORTED: Add shn_MM/UTF-8.
25008 * localedata/locales/shn_MM: New file.
25009
25010 2017-10-20 Florian Weimer <fweimer@redhat.com>
25011
25012 [BZ #22321]
25013 sysconf: Fix missing definition of UIO_MAXIOV on Linux.
25014 * sysdeps/posix/sysconf.c: Include <sys/uio.h>.
25015 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-sysconf-iov_max.
25016 (tst-sysconf-iov_max): Link with tst-sysconf-iov_max-uapi.o.
25017 * sysdeps/unix/sysv/linux/tst-sysconf-iov_max.c: New file.
25018 * sysdeps/unix/sysv/linux/tst-sysconf-iov_max-uapi.c: Likewise.
25019
25020 2017-10-19 H.J. Lu <hongjiu.lu@intel.com>
25021
25022 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25023
25024 2017-10-19 Joseph Myers <joseph@codesourcery.com>
25025
25026 * sysdeps/mips/ieee754/bits/floatn.h: New file.
25027
25028 [BZ #22322]
25029 * sysdeps/mips/bits/long-double.h: Move to ....
25030 * sysdeps/mips/ieee754/bits/long-double.h: ... here.
25031
25032 2017-10-19 Wilco Dijkstra <wdijkstr@arm.com>
25033
25034 * malloc/malloc.c (_int_free): Fix deadlock bug in consistency check.
25035
25036 2017-10-19 Valery Reznic <valery_reznic@yahoo.com>
25037 H.J. Lu <hongjiu.lu@intel.com>
25038
25039 [BZ #22299]
25040 * sysdeps/x86/cpu-features.c (init_cpu_features): Don't set
25041 GLRO(dl_platform) to NULL.
25042 * sysdeps/x86_64/Makefile (tests): Add tst-platform-1.
25043 (modules-names): Add tst-platformmod-1 and
25044 x86_64/tst-platformmod-2.
25045 (CFLAGS-tst-platform-1.c): New.
25046 (CFLAGS-tst-platformmod-1.c): Likewise.
25047 (CFLAGS-tst-platformmod-2.c): Likewise.
25048 (LDFLAGS-tst-platformmod-2.so): Likewise.
25049 ($(objpfx)tst-platform-1): Likewise.
25050 ($(objpfx)tst-platform-1.out): Likewise.
25051 (tst-platform-1-ENV): Likewise.
25052 ($(objpfx)x86_64/tst-platformmod-2.os): Likewise.
25053 * sysdeps/x86_64/tst-platform-1.c: New file.
25054 * sysdeps/x86_64/tst-platformmod-1.c: Likewise.
25055 * sysdeps/x86_64/tst-platformmod-2.c: Likewise.
25056
25057 2017-10-19 Mike FABIAN <mfabian@redhat.com>
25058
25059 [BZ #13994]
25060 * locale/iso-639.def: Add Karbi.
25061 * localedata/SUPPORTED: Add mjw_IN/UTF-8.
25062 * localedata/locales/mjw_IN: New file.
25063
25064 2017-10-18 Joseph Myers <joseph@codesourcery.com>
25065
25066 * sysdeps/ieee754/ldbl-128/Makeconfig: New file.
25067 * sysdeps/ieee754/ldbl-128/bits/floatn.h: Likewise.
25068 * sysdeps/ieee754/ldbl-128/float128-abi.h: Likewise.
25069 * sysdeps/generic/libm-alias-ldouble.h: Include <bits/floatn.h>.
25070 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128]
25071 (libm_alias_ldouble_other_r): Also create _Float128 alias.
25072 * sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h: Include
25073 <bits/floatn.h>.
25074 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128]
25075 (libm_alias_ldouble_other_r): Also create _Float128 alias.
25076 * manual/math.texi (Mathematics): Document additional architecture
25077 support for _Float128.
25078 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Update.
25079 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
25080 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
25081 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
25082 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
25083 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
25084 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
25085 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
25086 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
25087 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
25088 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
25089 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
25090 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
25091 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
25092 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
25093
25094 2017-10-18 Renlin Li <renlin.li@arm.com>
25095
25096 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address): Use
25097 _DYNAMIC symbol to calculate load address.
25098
25099 2017-10-18 Paul A. Clarke <pc@us.ibm.com>
25100
25101 * sysdeps/powerpc/fpu/fenv_private.h (_FPU_MASK_TRAPS_RN):
25102 (_FPU_MASK_FRAC_INEX_RET_CC): Fix masks to more properly handle
25103 summary bits.
25104 (_FPU_MASK_RN): Expand _FPU_MASK_RN to 64bit hex.
25105 (_FPU_MASK_NOT_RN_NI): Treat bit 52 (left-to-right) as reserved.
25106
25107 2017-10-18 Mike FABIAN <mfabian@redhat.com>
25108
25109 [BZ #16777]
25110 * localedata/locales/pl_PL (LC_MONETARY): Use U+202F as mon_thousands_sep
25111 and improve readability by using more ASCII.
25112 * localedata/locales/pl_PL (LC_NUMERIC): Use U+202F as thousands_sep
25113 and improve readability by using more ASCII.
25114
25115 2017-10-18 Wilco Dijkstra <wdijkstr@arm.com>
25116
25117 * malloc/malloc.c (malloc_state): Use int for have_fastchunks since
25118 not all targets support atomics on bool.
25119
25120 2017-10-17 Joseph Myers <joseph@codesourcery.com>
25121
25122 * include/float.h [!__GNUC_PREREQ (7, 0) && __HAVE_FLOAT128 &&
25123 __GLIBC_USE (IEC_60559_TYPES_EXT)] (FLT128_MAX): Define using
25124 __f128.
25125 [!__GNUC_PREREQ (7, 0) && __HAVE_FLOAT128 && __GLIBC_USE
25126 (IEC_60559_TYPES_EXT)] (FLT128_EPSILON): Likewise.
25127 [!__GNUC_PREREQ (7, 0) && __HAVE_FLOAT128 && __GLIBC_USE
25128 (IEC_60559_TYPES_EXT)] (FLT128_MIN): Likewise.
25129 [!__GNUC_PREREQ (7, 0) && __HAVE_FLOAT128 && __GLIBC_USE
25130 (IEC_60559_TYPES_EXT)] (FLT128_TRUE_MIN): Likewise.
25131
25132 2017-10-17 Adhemerval Zanella <adhemerval.zanella@linaro.org>
25133
25134 * bits/uio-ext.h (RWF_HIPRI, RWF_DSYNC, RWF_SYNC, RWF_NOWAIT): New
25135 defines.
25136
25137 2017-10-17 Wilco Dijkstra <wdijkstr@arm.com>
25138
25139 [BZ #22159]
25140 * malloc/arena.c (ptmalloc_init): Call malloc_init_state.
25141 * malloc/malloc.c (do_check_free_chunk): Fix build bug.
25142 (do_check_remalloced_chunk): Fix build bug.
25143 (do_check_malloc_state): Add assert that checks arena->top.
25144 (malloc_consolidate): Remove initialization.
25145 (int_mallinfo): Remove call to malloc_consolidate.
25146 (__libc_mallopt): Clarify why malloc_consolidate is needed.
25147
25148 2017-10-17 Wilco Dijkstra <wdijkstr@arm.com>
25149
25150 * malloc/malloc.c (FASTCHUNKS_BIT): Remove.
25151 (have_fastchunks): Remove.
25152 (clear_fastchunks): Remove.
25153 (set_fastchunks): Remove.
25154 (malloc_state): Add have_fastchunks.
25155 (malloc_init_state): Use have_fastchunks.
25156 (do_check_malloc_state): Remove incorrect invariant checks.
25157 (_int_malloc): Use have_fastchunks.
25158 (_int_free): Likewise.
25159 (malloc_consolidate): Likewise.
25160
25161 2017-10-17 Wilco Dijkstra <wdijkstr@arm.com>
25162
25163 * malloc/malloc.c (tcache_put): Inline.
25164 (tcache_get): Inline.
25165
25166 2017-10-17 Jordi Mallach <jordi@gnu.org>
25167
25168 Aurelien Jarno <aurelien@aurel32.net>
25169 [BZ #2522]
25170 * localedata/locales/ca_ES@valencia: New file.
25171 * localedata/SUPPORTED: Add ca_ES@valencia/UTF-8.
25172
25173 2017-10-17 Romain Naour <romain.naour@gmail.com> (tiny change)
25174
25175 [BZ #22296]
25176 * math/math.h: Let signbit use the builtin in C++ mode with gcc
25177 < 6.x
25178
25179 2017-10-17 Adhemerval Zanella <adhemerval.zanella@linaro.org>
25180
25181 * scripts/build-many-glibcs.py (Context.add_all_configs):
25182 Add arm-linux-gnueabihf multiarch extra_glibcs.
25183
25184 * sysdeps/generic/ifunc-init.h: New file.
25185 * sysdeps/x86/init-arch.h: Use generic ifunc-init.h.
25186
25187 2017-10-17 Mike FABIAN <mfabian@redhat.com>
25188
25189 [BZ #22019]
25190 * localedata/locales/el_GR: Set n_cs_precedes to 0.
25191 * localedata/locales/el_CY: copy "el_GR" because it is identical.
25192 * stdlib/tst-strfmon_l.c: adapt test case.
25193
25194 2017-10-16 Joseph Myers <joseph@codesourcery.com>
25195
25196 * sysdeps/generic/float128-abi.h: New file.
25197 * sysdeps/ieee754/float128/Versions (FLOAT128_VERSION): Move
25198 non-__prefixed symbols to ....
25199 * math/Versions: ... here. Include <float128-abi.h>.
25200 * stdlib/Versions ... and here. Include <float128-abi.h>
25201
25202 2017-10-16 Florian Weimer <fweimer@redhat.com>
25203
25204 * version.h (VERSION): Switch to ".9000" as the development
25205 version suffix.
25206
25207 2017-10-16 Florian Weimer <fweimer@redhat.com>
25208
25209 [BZ #22050]
25210 * malloc/mcheck-init.c (__malloc_initialize_hook): Use
25211 compat_symbol_reference to access non-default version.
25212
25213 2017-10-16 Florian Weimer <fweimer@redhat.com>
25214
25215 * malloc/Makefile (others-extras): Set to mcheck-init.o.
25216
25217 2017-10-16 Carlos O'Donell <carlos@redhat.com>
25218
25219 * include/shlib-compat.h (compat_symbol_reference): Update
25220 comment.
25221
25222 2017-10-16 Joseph Myers <joseph@codesourcery.com>
25223
25224 * math/Makefile (test-types): Add
25225 $(type-float128-$(float128-alias-fcts)).
25226 * math/test-float128.h (TYPE_STR): Define conditional on
25227 [FLT128_MANT_DIG == LDBL_MANT_DIG].
25228 (ULP_IDX): Likewise.
25229 (ULP_I_IDX): Likewise.
25230
25231 * stdlib/strtold.c: Include <bits/floatn.h>
25232 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (strtof128): Define
25233 and later undefine as macro. Define as weak alias if
25234 [!USE_WIDE_CHAR].
25235 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (wcstof128): Define
25236 and later undefine as macro. Define as weak alias if
25237 [USE_WIDE_CHAR].
25238 * sysdeps/ieee754/ldbl-128/strtold_l.c [__HAVE_FLOAT128 &&
25239 !__HAVE_DISTINCT_FLOAT128] (strtof128_l): Define and later
25240 undefine as macro. Define as weak alias if [!USE_WIDE_CHAR].
25241 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (wcstof128_l):
25242 Define and later undefine as macro. Define as weak alias if
25243 [USE_WIDE_CHAR].
25244 * sysdeps/ieee754/ldbl-64-128/strtold_l.c: Include
25245 <bits/floatn.h>.
25246 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (strtof128_l):
25247 Define and later undefine as macro. Define as weak alias if
25248 [!USE_WIDE_CHAR].
25249 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (wcstof128_l):
25250 Define and later undefine as macro. Define as weak alias if
25251 [USE_WIDE_CHAR].
25252
25253 2017-10-15 Carlos O'Donell <carlos@redhat.com>
25254
25255 * localedata/collate-test.c (allocate_arrays): Don't use \n in
25256 record_verbose messages.
25257
25258 2017-10-15 H.J. Lu <hongjiu.lu@intel.com>
25259
25260 [BZ #22052]
25261 * malloc/hooks.c (realloc_check): Use DIAG_IGNORE_NEEDS_COMMENT
25262 to silence -O3 -Wall warning with GCC 7.
25263
25264 2017-10-14 H.J. Lu <hongjiu.lu@intel.com>
25265
25266 * Makeconfig (+link-static-before-libc): Use the first of
25267 $(CRT-$(@F)) and $(csu-objpfx)$(static-start-installed-name).
25268 * gmon/Makefile (tests): Add tst-gmon-static.
25269 (tests-static): Likewise.
25270 (CFLAGS-tst-gmon-static.c): New.
25271 (CRT-tst-gmon-static): Likewise.
25272 (DEFAULT-LDFLAGS-tst-gmon-static): Likewise.
25273 (tst-gmon-static-ENV): Likewise.
25274 (tests-special): Likewise.
25275 ($(objpfx)tst-gmon-static.out): Likewise.
25276 (clean-tst-gmon-static-data): Likewise.
25277 ($(objpfx)tst-gmon-static-gprof.out): Likewise.
25278 * gmon/tst-gmon-static-gprof.sh: New file.
25279 * gmon/tst-gmon-static.c: Likewise.
25280
25281 2017-10-13 Carlos O'Donell <carlos@redhat.com>
25282
25283 [BZ #22295]
25284 * locale/programs/linereader.c (get_string): Don't warn on
25285 non-symbolic character.
25286
25287 [BZ #22294]
25288 * locale/programs/ld-monetary.c (monetary_finish): Allow ""
25289 int_curr_symbol.
25290
25291 [BZ #22292]
25292 * locale/programs/record-status.h: New file
25293 * locale/programs/locale.c: Add comment.
25294 * locale/programs/charmap-dir.c: Don't include error.h.
25295 (charmap_opendir): Use record_error.
25296 * locale/programs/charmap.c: Don't include error.h.
25297 (charmap_read): Use record_error, and record_warning.
25298 (parse_charmap): Likewise.
25299 * locale/programs/ld-address.c: Don't include error.h.
25300 (address_finish): Use record_error, and record_warning.
25301 * locale/programs/ld-collate.c: Don't include error.h.
25302 (collate_finish): Use record_error, and record_error_at_line.
25303 * locale/programs/ld-ctype.c (ctype_finish): Use record_error.
25304 (ctype_class_new): Likewise.
25305 (ctype_map_new): Likewise.
25306 (set_one_default): Likewise.
25307 (set_class_defaults): Likewise.
25308 (translit_flatten): Likewise.
25309 (allocate_arrays): Use record_error, and record_verbose.
25310 * locale/programs/ld-identification.c: Don't include error.h.
25311 (indentation_finish): Use record_error and record_warning.
25312 * locale/programs/ld-measurement.c: Don't include error.h.
25313 (measurement_finish): Use record_error.
25314 * locale/programs/ld-messages.c
25315 (message_finish): Likewise.
25316 * locale/programs/ld-monetary.c
25317 (monetary_finish): Likewise.
25318 * locale/programs/ld-name.c (name_finish): Use record_error
25319 and record_warning.
25320 * locale/programs/ld-numeric.c
25321 (numeric_finish): Use record_error.
25322 * locale/programs/ld-paper.c: Don't include error.h.
25323 (paper_finish): Use record_error.
25324 * locale/programs/ld-telephone.c: Don't include error.h.
25325 (telephone_finish): Use record_error.
25326 * locale/programs/ld-time.c (time_finish): Likewise.
25327 * locale/programs/linereader.h (lr_error): Make inline func.
25328 * locale/programs/localedef.c: Define recorded_warning_count,
25329 and recorded_error_count.
25330 (main): Use record_error. Use recorded_error_count and
25331 recorded_warning_count to issue correct error returns.
25332 (add_to_readlist): Use record_error.
25333 (find_locale): Likewise.
25334 (load_locale): Likewise.
25335 * locale/programs/localedef.h: Remove be_quiet
25336 and WITH_CUR_LOCALE.
25337 * locale/programs/locarchive.c (compare_from_file): Use
25338 record_error.
25339 * locale/programs/locfile.c (write_locale_data): Use
25340 record_error.
25341 * locale/programs/repertoire.c: Dont include error.h.
25342 (repertoire_complain): Use record_error.
25343 * localedata/tst-fmon.sh: Expect failures from localedef.
25344 * localedata/tst-locale.sh: Likewise.
25345 * localedata/gen-locale.sh: Expect failures from SHIFT_JIS.
25346
25347 * localedata/unicode-gen/Makefile (GENERATED): Use i18n_ctype.
25348 (REPORTS): Likewise.
25349 (check): Likewise.
25350 (i18n): Rename to...
25351 (i18n_ctype): ...this.
25352 (i18n-report): Rename to...
25353 (i18n_ctype-report): ...this.
25354 * localedata/locales/i18n_ctype: Regenerate.
25355 * localedata/locales/i18n: copy i18n_ctype.
25356
25357 2017-10-13 Joseph Myers <joseph@codesourcery.com>
25358
25359 * stdlib/strfroml.c: Include <bits/floatn.h>.
25360 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (strfromf128):
25361 Define before include of <stdlib.h> and undefine afterwards, then
25362 define as weak alias.
25363
25364 * sysdeps/ieee754/ldbl-64-128/s_nextafterl.c (weak_alias):
25365 Undefine and restore default definition. Use
25366 libm_alias_ldouble_other.
25367
25368 2017-10-13 Peter Zelezny <peter.zelezny@dektech.com.au>
25369
25370 [BZ #22153]
25371 * nptl/allocatestack.c (__nptl_setxid_error): Preserve error code
25372 in coredumps.
25373
25374 2017-10-13 James Clarke <jrtc27@jrtc27.com>
25375
25376 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
25377 Assign sym_map to be map for local symbols, as TLS relocations
25378 use sym_map to determine whether the symbol is defined and to
25379 extract the TLS information.
25380 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
25381 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
25382
25383 2017-10-13 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
25384
25385 [BZ #22189]
25386 * sysdeps/powerpc/fpu/math_private.h (math_opt_barrier):
25387 (math_force_eval): Add powerpc version.
25388
25389 [BZ #22142]
25390 * stdio-common/tst-printf.c (fp_test): Add tests for DBL_MAX and
25391 -DBL_MAX.
25392 (do_test): Likewise.
25393 * stdio-common/tst-printf.sh: Likewise.
25394 * sysdeps/powerpc/powerpc64/power7/add_n.S: Invert the initial
25395 ifdef clause in order to set the carry bit right. Replace r0 by
25396 0 without changing the behavior.
25397
25398 2017-10-13 Joseph Myers <joseph@codesourcery.com>
25399
25400 * sysdeps/sparc/sparc32/fpu/s_fabsl.c: Include
25401 <libm-alias-ldouble.h>.
25402 (fabsl): Define using libm_alias_ldouble.
25403 * sysdeps/sparc/sparc64/fpu/s_fabsl.c: Include
25404 <libm-alias-ldouble.h>.
25405 (fabsl): Define using libm_alias_ldouble.
25406
25407 * sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c [BUILD_LGAMMA]:
25408 Remove conditional code.
25409
25410 * sysdeps/ieee754/ldbl-opt/s_clog10l.c (__clog10l__internal):
25411 Rename to __clog10_internal_l.
25412 (__clog10_internal_l): Define aliases using
25413 libm_alias_ldouble_other instead of using libm_alias_ldouble_other
25414 with __clog10.
25415
25416 2017-10-13 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
25417
25418 * benchtests/Makefile (bench-math): Add sinf, cosf and sincosf.
25419 * benchtests/sincosf-inputs: New file.
25420 * benchtests/cosf-inputs: New file.
25421 * benchtests/sinf-inputs: New file.
25422
25423 2017-10-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
25424
25425 * posix/tst-spawn.c (do_test): Wait for both children.
25426
25427 2017-10-12 H.J. Lu <hongjiu.lu@intel.com>
25428
25429 [BZ #22284]
25430 * gmon/Makefile [$(have-fpie)$(build-shared) == yesyes] (tests,
25431 tests-pie): Add tst-gmon-pie.
25432 (CFLAGS-tst-gmon-pie.c): New.
25433 (CRT-tst-gmon-pie): Likewise.
25434 (tst-gmon-pie-ENV): Likewise.
25435 [$(have-fpie)$(build-shared) == yesyes] (tests-special): Likewise.
25436 ($(objpfx)tst-gmon-pie.out): Likewise.
25437 (clean-tst-gmon-pie-data): Likewise.
25438 ($(objpfx)tst-gmon-pie-gprof.out): Likewise.
25439 * gmon/gmon.c [PIC]: Include <link.h>.
25440 [PIC] (callback): New function.
25441 (write_hist): Add an argument for load address. Subtract load
25442 address from PCs.
25443 (write_call_graph): Likewise.
25444 (write_gmon): Call __dl_iterate_phdr to get load address, pass
25445 it to write_hist and write_call_graph.
25446 * gmon/tst-gmon-pie.c: New file.
25447
25448 2017-10-11 Joseph Myers <joseph@codesourcery.com>
25449
25450 * math/Makefile (test-types-basic): New variable.
25451 (test-types): Likewise.
25452 (libm-test-support): Use $(test-types) instead of $(types).
25453 (libm-tests-base-normal): Likewise.
25454 (libm-tests-base-finite): Likewise.
25455 (libm-tests-base-inline): Likewise.
25456 (generated): Likewise.
25457 ($(objpfx)libm-test-support-$(t).c): Likewise.
25458 (libm-tests-for-type iterator): Likewise.
25459 (libm-test-support iterator): Likewise.
25460 * math/libm-test-support.c (ulp_i_idx): Use ULP_I_IDX.
25461 (ulp_idx): Use ULP_IDX.
25462 * math/test-ldouble.h: Include <float.h>.
25463 (TYPE_STR): Define conditional on [LDBL_MANT_DIG == DBL_MANT_DIG].
25464 (ULP_IDX): New macro.
25465 (ULP_I_IDX): Likewise.
25466 * math/test-double.h (ULP_IDX): Likewise.
25467 (ULP_I_IDX): Likewise.
25468 * math/test-float.h (ULP_IDX): Likewise.
25469 (ULP_I_IDX): Likewise.
25470 * math/test-float128.h (ULP_IDX): Likewise.
25471 (ULP_I_IDX): Likewise.
25472
25473 2017-10-11 Adhemerval Zanella <adhemerval.zanella@linaro.org>
25474
25475 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Remove file.
25476 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
25477 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
25478 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: Likewise.
25479 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
25480 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: Likewise.
25481 * sysdeps/unix/sysv/linux/powerpc/sysdep-cancel.h: Likewise.
25482 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
25483 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
25484 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
25485 * sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h: Likewise.
25486 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
25487 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
25488 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
25489 (SINGLE_THREAD_BY_GLOBAL): Define.
25490 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
25491 Likewise.
25492 * sysdeps/unix/sysv/linux/alpha/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
25493 Likewise.
25494 * sysdeps/unix/sysv/linux/arm/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
25495 Likewise.
25496 * sysdeps/unix/sysv/linux/hppa/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
25497 Likewise.
25498 * sysdeps/unix/sysv/linux/microblaze/sysdep.h
25499 (SINGLE_THREAD_BY_GLOBAL): Likewise.
25500 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
25501 Likewise.
25502
25503 2017-10-11 Andreas Schwab <schwab@suse.de>
25504
25505 * nis/Makefile (aux): Remove.
25506 * nscd/Makefile (aux): Add nscd_hash.
25507 (nscd-modules): Likewise.
25508 ($(objpfx)nscd): Don't depend on libnsl.
25509 * nscd/nscd_hash.c: New file.
25510 * nscd/nscd_hash.h: Likewise.
25511 * nscd/cache.c: Include "nscd_hash.h" instead of <rpcsvc/nis.h>.
25512 (cache_search, cache_add): Use __nscd_hash instead of __nis_hash.
25513 * nscd/nscd_helper.c: Include <sys/param.h> and "nscd_hash.h"
25514 instead of <nis/rpcsvc/nis.h>.
25515 (__nscd_cache_search): Use __nscd_hash instead of __nis_hash.
25516
25517 2017-10-11 Florian Weimer <fweimer@redhat.com>
25518
25519 [BZ #22078]
25520 Avoid large NSS buffers with many addresses, aliases.
25521 * nss/nss_files/files-hosts.c (gethostbyname3_multi): Rewrite
25522 using dynarrays and struct alloc_buffer.
25523 * nss/Makefile (tests): Add tst-nss-files-hosts-multi.
25524 (tst-nss-files-hosts-multi): Link with -ldl.
25525 * nss/tst-nss-files-hosts-multi.c: New file.
25526
25527 2017-10-11 Florian Weimer <fweimer@redhat.com>
25528
25529 [BZ #18023]
25530 * nss/nss_files/files-hosts.c (gethostbyname3_multi): Use struct
25531 scratch_buffer. Eliminate gotos.
25532
25533 2017-10-11 Joseph Myers <joseph@codesourcery.com>
25534
25535 * sysdeps/ieee754/ldbl-opt/s_clog10l.c: Use
25536 libm_alias_ldouble_other.
25537 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c (weak_alias): Do not
25538 undefine and redefine.
25539 [LIBM_SVID_COMPAT && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_1)]
25540 (exp10l): Do not define here.
25541 * sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c [BUILD_LGAMMA]
25542 (weak_alias): Undefine and redefine.
25543 [BUILD_LGAMMA]: Use libm_alias_ldouble_other.
25544 * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c
25545 [LIBM_SVID_COMPAT] (weak_alias): Undefine and redefine here.
25546 [LIBM_SVID_COMPAT]: Use libm_alias_ldouble_other.
25547
25548 * soft-fp/fmadf4.c: Include <libm-alias-double.h>.
25549 [!__fma] (fma): Define using libm_alias_double.
25550 * soft-fp/fmasf4.c: Include <libm-alias-float.h>.
25551 [!__fmaf] (fmaf): Define using libm_alias_float.
25552 * soft-fp/fmatf4.c: Include <libm-alias-ldouble.h>.
25553 (fmal): Define using libm_alias_ldouble.
25554
25555 2017-10-10 Joseph Myers <joseph@codesourcery.com>
25556
25557 * sysdeps/generic/libm-alias-double.h (libm_alias_double_other_r):
25558 New macro.
25559 (libm_alias_double_other): Likewise.
25560 (libm_alias_double_r): Use libm_alias_double_other_r.
25561 * sysdeps/generic/libm-alias-float.h (libm_alias_float_other_r):
25562 New macro.
25563 (libm_alias_float_other): Likewise.
25564 (libm_alias_float_r): Use libm_alias_float_other_r.
25565 * sysdeps/generic/libm-alias-float128.h
25566 (libm_alias_float128_other_r): New macro.
25567 (libm_alias_float128_other): Likewise.
25568 (libm_alias_float128_r): Use libm_alias_float128_other_r.
25569 * sysdeps/generic/libm-alias-ldouble.h
25570 (libm_alias_ldouble_other_r): New macro.
25571 (libm_alias_ldouble_other): Likewise.
25572 (libm_alias_ldouble_r): Use libm_alias_ldouble_other_r.
25573 * sysdeps/ieee754/ldbl-opt/libm-alias-double.h
25574 (libm_alias_double_other_r): New macro.
25575 (libm_alias_double_other): Likewise.
25576 (libm_alias_double_r): Use libm_alias_double_other_r.
25577 * sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h
25578 (libm_alias_ldouble_other_r): New macro.
25579 (libm_alias_ldouble_other): Likewise.
25580 (libm_alias_ldouble_r): Use libm_alias_ldouble_other_r.
25581 * math/w_lgamma_main.c: Include <libm-alias-double.h>.
25582 [!USE_AS_COMPAT]: Use libm_alias_double_other.
25583 * math/w_lgammaf_main.c: Include <libm-alias-float.h>.
25584 [!USE_AS_COMPAT]: Use libm_alias_float_other.
25585 * math/w_lgammal_main.c: Include <libm-alias-ldouble.h>.
25586 [!USE_AS_COMPAT]: Use libm_alias_ldouble_other.
25587 * math/w_exp2f.c: Use libm_alias_float_other.
25588 * math/w_expf.c: Likewise.
25589 * math/w_log2f.c: Likewise.
25590 * math/w_logf.c: Likewise.
25591 * math/w_powf.c: Likewise.
25592 * sysdeps/ieee754/flt-32/e_exp2f.c: Include <libm-alias-float.h>.
25593 [!__exp2f]: Use libm_alias_float_other.
25594 * sysdeps/ieee754/flt-32/e_expf.c: Include <libm-alias-float.h>.
25595 [!__expf]: Use libm_alias_float_other.
25596 * sysdeps/ieee754/flt-32/e_log2f.c: Include <libm-alias-float.h>.
25597 [!__log2f]: Use libm_alias_float_other.
25598 * sysdeps/ieee754/flt-32/e_logf.c: Include <libm-alias-float.h>.
25599 [!__logf]: Use libm_alias_float_other.
25600 * sysdeps/ieee754/flt-32/e_powf.c: Include <libm-alias-float.h>.
25601 [!__powf]: Use libm_alias_float_other.
25602
25603 2017-10-10 Florian Weimer <fweimer@redhat.com>
25604
25605 * nss/nss_files/files-hosts.c (gethostbyname3_multi): New
25606 function.
25607 (_nss_files_gethostbyname3_r): Call it.
25608
25609 2017-10-09 Joseph Myers <joseph@codesourcery.com>
25610
25611 * sysdeps/generic/math-type-macros.h [!declare_mgen_alias]: Give
25612 error. Remove default definition of declare_mgen_alias.
25613 [!declare_mgen_alias_r]: Likewise.
25614 * sysdeps/generic/math-type-macros-double.h
25615 [!declare_mgen_alias_r] (declare_mgen_alias_r): New macro.
25616 * sysdeps/generic/math-type-macros-float.h [!declare_mgen_alias_r]
25617 (declare_mgen_alias_r): Likewise.
25618 * sysdeps/generic/math-type-macros-float128.h
25619 [!declare_mgen_alias_r] (declare_mgen_alias_r): Likewise.
25620 * sysdeps/generic/math-type-macros-ldouble.h
25621 [!declare_mgen_alias_r] (declare_mgen_alias_r): Likewise.
25622 * math/w_lgamma_r_template.c (declare_mgen_alias_r_x): Remove
25623 macro.
25624 (declare_mgen_alias_r_s): Likewise.
25625 (declare_mgen_alias_r): Likewise.
25626 * math/w_lgamma_r_compat.c: Include <libm-alias-double.h>.
25627 (lgamma_r): Define using libm_alias_double_r.
25628 * math/w_lgammaf_r_compat.c: Include <libm-alias-float.h>.
25629 (lgammaf_r): Define using libm_alias_float_r.
25630 * math/w_lgammal_r_compat.c: Include <libm-alias-ldouble.h>.
25631 (lgammal_r): Define using libm_alias_ldouble_r.
25632 * sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c: Remove file.
25633 * sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c: Likewise.
25634
25635 2017-10-09 Adhemerval Zanella <adhemerval.zanella@linaro.org>
25636
25637 * lib/glob.c (__glob_pattern_type): Remove now-spurious
25638 extern declaration.
25639
25640 2017-10-09 Joseph Myers <joseph@codesourcery.com>
25641
25642 * sysdeps/ieee754/ldbl-opt/w_scalbln.c: Remove file.
25643
25644 2017-10-09 Jonathan Wakely <jwakely@redhat.com>
25645
25646 [BZ #21326]
25647 * include/features.h [__cplusplus >= 201703] (__USE_ISOC11): Define.
25648 [__cplusplus >= 201103] (__USE_ISOC99): Define.
25649 * math/Makefile (test-math-cxx11): New test.
25650 * math/test-math-cxx11.cc: New file.
25651
25652 2017-10-08 Christian Brauner <christian.brauner@ubuntu.com>
25653
25654 * login/openpty.c (openpty): Close slave pty file descriptor on error.
25655
25656 * login/openpty.c (openpty): If defined, use the TIOCGPTPEER ioctl()
25657 call to allocate the slave pty file descriptor.
25658
25659 2017-10-06 Joseph Myers <joseph@codesourcery.com>
25660
25661 * sysdeps/ieee754/ldbl-128/s_fma.c: Include <libm-alias-double.h>.
25662 [!__fma] (fma): Define using libm_alias_double.
25663 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <libm-alias-double.h>.
25664 [!__fma] (fma): Define using libm_alias_double.
25665
25666 * sysdeps/ieee754/float128/float128_private.h: Include
25667 <libm-alias-ldouble.h> and <libm-alias-float128.h>.
25668 (libm_alias_ldouble_r): Undefine and redefine.
25669 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Include
25670 <libm-alias-ldouble.h>.
25671 (asinhl): Define using libm_alias_ldouble.
25672 * sysdeps/ieee754/ldbl-128/s_atanl.c: Include
25673 <libm-alias-ldouble.h>.
25674 (atanl): Define using libm_alias_ldouble.
25675 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Include
25676 <libm-alias-ldouble.h>.
25677 (cbrtl): Define using libm_alias_ldouble.
25678 * sysdeps/ieee754/ldbl-128/s_ceill.c: Include
25679 <libm-alias-ldouble.h>.
25680 (ceill): Define using libm_alias_ldouble.
25681 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Include
25682 <libm-alias-ldouble.h>.
25683 (copysignl): Define using libm_alias_ldouble.
25684 * sysdeps/ieee754/ldbl-128/s_cosl.c: Include
25685 <libm-alias-ldouble.h>.
25686 (cosl): Define using libm_alias_ldouble.
25687 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include
25688 <libm-alias-ldouble.h>.
25689 (erfl): Define using libm_alias_ldouble.
25690 (erfcl): Likewise.
25691 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include
25692 <libm-alias-ldouble.h>.
25693 (expm1l): Define using libm_alias_ldouble.
25694 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Include
25695 <libm-alias-ldouble.h>.
25696 (fabsl): Define using libm_alias_ldouble.
25697 * sysdeps/ieee754/ldbl-128/s_floorl.c: Include
25698 <libm-alias-ldouble.h>.
25699 (floorl): Define using libm_alias_ldouble.
25700 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include
25701 <libm-alias-ldouble.h>.
25702 (fmal): Define using libm_alias_ldouble.
25703 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Include
25704 <libm-alias-ldouble.h>.
25705 (frexpl): Define using libm_alias_ldouble.
25706 * sysdeps/ieee754/ldbl-128/s_fromfpl.c (fromfpl): Define using
25707 libm_alias_ldouble.
25708 * sysdeps/ieee754/ldbl-128/s_fromfpl_main.c: Include
25709 <libm-alias-ldouble.h>.
25710 * sysdeps/ieee754/ldbl-128/s_fromfpxl.c (fromfpxl): Define using
25711 libm_alias_ldouble.
25712 * sysdeps/ieee754/ldbl-128/s_getpayloadl.c: Include
25713 <libm-alias-ldouble.h>.
25714 (getpayloadl): Define using libm_alias_ldouble.
25715 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Include
25716 <libm-alias-ldouble.h>.
25717 (llrintl): Define using libm_alias_ldouble.
25718 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Include
25719 <libm-alias-ldouble.h>.
25720 (llroundl): Define using libm_alias_ldouble.
25721 * sysdeps/ieee754/ldbl-128/s_logbl.c: Include
25722 <libm-alias-ldouble.h>.
25723 (logbl): Define using libm_alias_ldouble.
25724 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Include
25725 <libm-alias-ldouble.h>.
25726 (lrintl): Define using libm_alias_ldouble.
25727 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Include
25728 <libm-alias-ldouble.h>.
25729 (lroundl): Define using libm_alias_ldouble.
25730 * sysdeps/ieee754/ldbl-128/s_modfl.c: Include
25731 <libm-alias-ldouble.h>.
25732 (modfl): Define using libm_alias_ldouble.
25733 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Include
25734 <libm-alias-ldouble.h>.
25735 (nearbyintl): Define using libm_alias_ldouble.
25736 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Include
25737 <libm-alias-ldouble.h>.
25738 (nextafterl): Define using libm_alias_ldouble.
25739 * sysdeps/ieee754/ldbl-128/s_nextupl.c: Include
25740 <libm-alias-ldouble.h>.
25741 (nextupl): Define using libm_alias_ldouble.
25742 * sysdeps/ieee754/ldbl-128/s_remquol.c: Include
25743 <libm-alias-ldouble.h>.
25744 (remquol): Define using libm_alias_ldouble.
25745 * sysdeps/ieee754/ldbl-128/s_rintl.c: Include
25746 <libm-alias-ldouble.h>.
25747 (rintl): Define using libm_alias_ldouble.
25748 * sysdeps/ieee754/ldbl-128/s_roundevenl.c: Include
25749 <libm-alias-ldouble.h>.
25750 (roundevenl): Define using libm_alias_ldouble.
25751 * sysdeps/ieee754/ldbl-128/s_roundl.c: Include
25752 <libm-alias-ldouble.h>.
25753 (roundl): Define using libm_alias_ldouble.
25754 * sysdeps/ieee754/ldbl-128/s_setpayloadl.c (setpayloadl): Define
25755 using libm_alias_ldouble.
25756 * sysdeps/ieee754/ldbl-128/s_setpayloadl_main.c: Include
25757 <libm-alias-ldouble.h>.
25758 * sysdeps/ieee754/ldbl-128/s_setpayloadsigl.c (setpayloadsigl):
25759 Define using libm_alias_ldouble.
25760 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include
25761 <libm-alias-ldouble.h>.
25762 (sincosl): Define using libm_alias_ldouble.
25763 * sysdeps/ieee754/ldbl-128/s_sinl.c: Include
25764 <libm-alias-ldouble.h>.
25765 (sinl): Define using libm_alias_ldouble.
25766 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Include
25767 <libm-alias-ldouble.h>.
25768 (tanhl): Define using libm_alias_ldouble.
25769 * sysdeps/ieee754/ldbl-128/s_tanl.c: Include
25770 <libm-alias-ldouble.h>.
25771 (tanl): Define using libm_alias_ldouble.
25772 * sysdeps/ieee754/ldbl-128/s_totalorderl.c: Include
25773 <libm-alias-ldouble.h>.
25774 (totalorderl): Define using libm_alias_ldouble.
25775 * sysdeps/ieee754/ldbl-128/s_totalordermagl.c: Include
25776 <libm-alias-ldouble.h>.
25777 (totalordermagl): Define using libm_alias_ldouble.
25778 * sysdeps/ieee754/ldbl-128/s_truncl.c: Include
25779 <libm-alias-ldouble.h>.
25780 (truncl): Define using libm_alias_ldouble.
25781 * sysdeps/ieee754/ldbl-128/s_ufromfpl.c (ufromfpl): Define using
25782 libm_alias_ldouble.
25783 * sysdeps/ieee754/ldbl-128/s_ufromfpxl.c (ufromfpxl): Define using
25784 libm_alias_ldouble.
25785 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Include
25786 <libm-alias-ldouble.h>.
25787 (weak_alias): Do not undefine and redefine.
25788 [IS_IN (libc)] (libm_alias_ldouble): Undefine and redefine.
25789 (copysignl): Define with long_double_symbol only if [IS_IN
25790 (libc)].
25791 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Include
25792 <libm-alias-ldouble.h>.
25793 (weak_alias): Do not undefine and redefine.
25794 [IS_IN (libc)] (libm_alias_ldouble): Undefine and redefine.
25795 (frexpl): Define with long_double_symbol only if [IS_IN (libc)].
25796 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Include
25797 <libm-alias-ldouble.h>.
25798 (weak_alias): Do not undefine and redefine.
25799 [IS_IN (libc)] (libm_alias_ldouble): Undefine and redefine.
25800 (modfl): Define with long_double_symbol only if [IS_IN (libc)].
25801 * sysdeps/ieee754/ldbl-64-128/s_asinhl.c: Remove file.
25802 * sysdeps/ieee754/ldbl-64-128/s_atanl.c: Likewise.
25803 * sysdeps/ieee754/ldbl-64-128/s_cbrtl.c: Likewise.
25804 * sysdeps/ieee754/ldbl-64-128/s_ceill.c: Likewise.
25805 * sysdeps/ieee754/ldbl-64-128/s_cosl.c: Likewise.
25806 * sysdeps/ieee754/ldbl-64-128/s_erfl.c: Likewise.
25807 * sysdeps/ieee754/ldbl-64-128/s_expm1l.c: Likewise.
25808 * sysdeps/ieee754/ldbl-64-128/s_fabsl.c: Likewise.
25809 * sysdeps/ieee754/ldbl-64-128/s_floorl.c: Likewise.
25810 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: Likewise.
25811 * sysdeps/ieee754/ldbl-64-128/s_llrintl.c: Likewise.
25812 * sysdeps/ieee754/ldbl-64-128/s_llroundl.c: Likewise.
25813 * sysdeps/ieee754/ldbl-64-128/s_logbl.c: Likewise.
25814 * sysdeps/ieee754/ldbl-64-128/s_lrintl.c: Likewise.
25815 * sysdeps/ieee754/ldbl-64-128/s_lroundl.c: Likewise.
25816 * sysdeps/ieee754/ldbl-64-128/s_nearbyintl.c: Likewise.
25817 * sysdeps/ieee754/ldbl-64-128/s_remquol.c: Likewise.
25818 * sysdeps/ieee754/ldbl-64-128/s_rintl.c: Likewise.
25819 * sysdeps/ieee754/ldbl-64-128/s_roundl.c: Likewise.
25820 * sysdeps/ieee754/ldbl-64-128/s_sincosl.c: Likewise.
25821 * sysdeps/ieee754/ldbl-64-128/s_sinl.c: Likewise.
25822 * sysdeps/ieee754/ldbl-64-128/s_tanhl.c: Likewise.
25823 * sysdeps/ieee754/ldbl-64-128/s_tanl.c: Likewise.
25824 * sysdeps/ieee754/ldbl-64-128/s_truncl.c: Likewise.
25825
25826 2017-10-06 Carlos O'Donell <carlos@redhat.com>
25827
25828 [BZ #22111]
25829 * malloc/malloc.c (tcache_shutting_down): Use bool type.
25830 (tcache_thread_freeres): Set tcache_shutting_down before
25831 freeing the tcache.
25832 * malloc/Makefile (tests): Add tst-malloc-tcache-leak.
25833 * malloc/tst-malloc-tcache-leak.c: New file.
25834
25835 2017-10-06 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
25836
25837 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: Revert
25838 back to powerpc32 file.
25839 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c
25840 (memrchr): Add __memrchr_power8 to ifunc list.
25841 * sysdeps/powerpc/powerpc64/power8/memrchr.S: Mask
25842 extra bytes for unaligned inputs.
25843
25844 2017-10-06 Joseph Myers <joseph@codesourcery.com>
25845
25846 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: Remove file.
25847 * sysdeps/ieee754/ldbl-64-128/s_log1pl.c: Likewise.
25848 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c: Likewise.
25849 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
25850 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
25851
25852 2017-10-05 Joseph Myers <joseph@codesourcery.com>
25853
25854 * sysdeps/arm/libm-test-ulps: Update.
25855
25856 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Include
25857 <libm-alias-ldouble.h>.
25858 (asinhl): Define using libm_alias_ldouble.
25859 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Include
25860 <libm-alias-ldouble.h>.
25861 (cbrtl): Define using libm_alias_ldouble.
25862 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Include
25863 <libm-alias-ldouble.h>.
25864 (copysignl): Define using libm_alias_ldouble.
25865 * sysdeps/ieee754/ldbl-96/s_cosl.c: Include
25866 <libm-alias-ldouble.h>.
25867 (cosl): Define using libm_alias_ldouble.
25868 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include
25869 <libm-alias-ldouble.h>.
25870 (erfl): Define using libm_alias_ldouble.
25871 (erfcl): Likewise.
25872 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include
25873 <libm-alias-ldouble.h>.
25874 (fmal): Define using libm_alias_ldouble.
25875 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Include
25876 <libm-alias-ldouble.h>.
25877 (frexpl): Define using libm_alias_ldouble.
25878 * sysdeps/ieee754/ldbl-96/s_fromfpl.c (fromfpl): Define using
25879 libm_alias_ldouble.
25880 * sysdeps/ieee754/ldbl-96/s_fromfpl_main.c: Include
25881 <libm-alias-ldouble.h>.
25882 * sysdeps/ieee754/ldbl-96/s_fromfpxl.c (fromfpxl): Define using
25883 libm_alias_ldouble.
25884 * sysdeps/ieee754/ldbl-96/s_getpayloadl.c: Include
25885 <libm-alias-ldouble.h>.
25886 (getpayloadl): Define using libm_alias_ldouble.
25887 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Include
25888 <libm-alias-ldouble.h>.
25889 (llrintl): Define using libm_alias_ldouble.
25890 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Include
25891 <libm-alias-ldouble.h>.
25892 (llroundl): Define using libm_alias_ldouble.
25893 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Include
25894 <libm-alias-ldouble.h>.
25895 (lrintl): Define using libm_alias_ldouble.
25896 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Include
25897 <libm-alias-ldouble.h>.
25898 (lroundl): Define using libm_alias_ldouble.
25899 * sysdeps/ieee754/ldbl-96/s_modfl.c: Include
25900 <libm-alias-ldouble.h>.
25901 (modfl): Define using libm_alias_ldouble.
25902 * sysdeps/ieee754/ldbl-96/s_nextupl.c: Include
25903 <libm-alias-ldouble.h>.
25904 (nextupl): Define using libm_alias_ldouble.
25905 * sysdeps/ieee754/ldbl-96/s_remquol.c: Include
25906 <libm-alias-ldouble.h>.
25907 (remquol): Define using libm_alias_ldouble.
25908 * sysdeps/ieee754/ldbl-96/s_roundevenl.c: Include
25909 <libm-alias-ldouble.h>.
25910 (roundevenl): Define using libm_alias_ldouble.
25911 * sysdeps/ieee754/ldbl-96/s_roundl.c: Include
25912 <libm-alias-ldouble.h>.
25913 (roundl): Define using libm_alias_ldouble.
25914 * sysdeps/ieee754/ldbl-96/s_setpayloadl.c (setpayloadl): Define
25915 using libm_alias_ldouble.
25916 * sysdeps/ieee754/ldbl-96/s_setpayloadl_main.c: Include
25917 <libm-alias-ldouble.h>.
25918 * sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c: Include
25919 <libm-alias-ldouble.h>.
25920 (setpayloadsigl): Define using libm_alias_ldouble.
25921 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include
25922 <libm-alias-ldouble.h>.
25923 (sincosl): Define using libm_alias_ldouble.
25924 * sysdeps/ieee754/ldbl-96/s_sinl.c: Include
25925 <libm-alias-ldouble.h>.
25926 (sinl): Define using libm_alias_ldouble.
25927 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Include
25928 <libm-alias-ldouble.h>.
25929 (tanhl): Define using libm_alias_ldouble.
25930 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include
25931 <libm-alias-ldouble.h>.
25932 (tanl): Define using libm_alias_ldouble.
25933 * sysdeps/ieee754/ldbl-96/s_totalorderl.c: Include
25934 <libm-alias-ldouble.h>.
25935 (totalorderl): Define using libm_alias_ldouble.
25936 * sysdeps/ieee754/ldbl-96/s_totalordermagl.c: Include
25937 <libm-alias-ldouble.h>.
25938 (totalordermagl): Define using libm_alias_ldouble.
25939 * sysdeps/ieee754/ldbl-96/s_ufromfpl.c (ufromfpl): Define using
25940 libm_alias_ldouble.
25941 * sysdeps/ieee754/ldbl-96/s_ufromfpxl.c (ufromfpxl): Define using
25942 libm_alias_ldouble.
25943
25944 2017-10-05 Siddhesh Poyarekar <siddhesh@sourceware.org>
25945
25946 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines): Add
25947 memmove_falkor.
25948 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
25949 (__libc_ifunc_impl_list): Likewise.
25950 * sysdeps/aarch64/multiarch/memmove.c: Likewise.
25951 * sysdeps/aarch64/multiarch/memmove_falkor.S: New file.
25952
25953 * benchtests/bench-memmove-walk.c: New file.
25954 * benchtests/Makefile (string-benchset): Add it.
25955
25956 * benchtests/bench-memset-walk.c: New file.
25957 * benchtests/Makefile (string-benchset): Add it.
25958
25959 * benchtests/bench-memcpy-walk.c: New file.
25960 * benchtests/Makefile (string-benchset): Add it.
25961
25962 2017-10-05 Florian Weimer <fweimer@redhat.com>
25963
25964 nscd: Eliminate compilation time dependency in the build output.
25965 * nscd/nscd_stat.c (STATDATA_VERSION)
25966 (STATDATA_VERSION_SELINUX_FLAG, STATDATA_VERSION_FLAGS)
25967 (STATDATA_VERSION_FULL): New macro definitions.
25968 (compilation): Remove.
25969 (struct statdata): Adjust version member.
25970 (send_stats): Set version from STATDATA_VERSION_FULL.
25971 (receive_print_stats): Verify version against STATDATA_VERSION_FULL.
25972
25973 2017-10-05 Joseph Myers <joseph@codesourcery.com>
25974
25975 * configure.ac (--enable-add-ons): Remove option.
25976 (machine): Do not mention add-ons in comment.
25977 (LIBC_PRECONFIGURE): Likewise.
25978 (add_ons): Remove variable and sanity checks and logic to locate
25979 add-ons.
25980 (add_ons_automatic): Remove variable.
25981 (configured_add_ons): Likewise.
25982 (add_ons_sfx): Likewise.
25983 (add_ons_pfx): Likewise.
25984 (add_on_subdirs): Likewise.
25985 (sysnames_add_ons): Likewise. Remove loop over add-ons and
25986 consideration of add-ons in Implies handling.
25987 (sysdeps_add_ons): Likewise.
25988 * configure: Regenerated.
25989 * libidn/configure.ac: Remove.
25990 * libidn/configure: Likewise.
25991 * sysdeps/unix/inet/configure.ac: New file.
25992 * sysdeps/unix/inet/configure: New generated file.
25993 * sysdeps/unix/inet/Subdirs: Add libidn.
25994 * Makeconfig (sysdeps-srcdirs): Remove variable.
25995 (+sysdep_dirs): Do not include $(sysdeps-srcdirs).
25996 ($(common-objpfx)config.status): Do not depend on add-on files.
25997 ($(common-objpfx)shlib-versions.v.i): Do not mention add-ons in
25998 comment.
25999 (all-subdirs): Do not include $(add-on-subdirs).
26000 * Makefile (dist-prepare): Do not use $(sysdeps-add-ons).
26001 * config.make.in (add-ons): Remove variable.
26002 (add-on-subdirs): Likewise.
26003 (sysdeps-add-ons): Likewise.
26004 * manual/Makefile (add-chapters): Remove.
26005 ($(objpfx)texis): Do not depend on $(add-chapters).
26006 (nonexamples): Do not handle $(add-chapters).
26007 (examples): Do not handle $(add-ons).
26008 (chapters.% top-menu.%): Do not pass '$(add-chapters)' to
26009 libc-texinfo.sh.
26010 * manual/install.texi (Installation): Do not mention add-ons.
26011 (--enable-add-ons): Do not document configure option.
26012 * INSTALL: Regenerated.
26013 * manual/libc-texinfo.sh: Do not handle $2 add-ons argument.
26014 * manual/maint.texi (Hierarchy Conventions): Do not mention
26015 add-ons.
26016 * scripts/build-many-glibcs.py (Glibc.build_glibc): Do not use
26017 --enable-add-ons.
26018 * scripts/gen-sorted.awk: Do not handle Subdirs files from
26019 add-ons.
26020 * scripts/test-installation.pl: Do not handle glibc-compat add-on.
26021 * sysdeps/nptl/Makeconfig: Do not mention add-ons in comment.
26022
26023 2017-10-05 Andreas Schwab <schwab@suse.de>
26024
26025 [BZ #15142]
26026 * libio/genops.c (_IO_list_all_stamp): Delete. All uses removed.
26027 (_IO_flush_all_lockp): Always lock list_all_lock.
26028 (_IO_flush_all_linebuffered): Likewise.
26029 (_IO_unbuffer_all): Likewise.
26030
26031 2017-10-05 Florian Weimer <fweimer@redhat.com>
26032
26033 [BZ #15436]
26034 Do not flush stdio streams on abort.
26035 * stdlib/abort.c (fflush): Remove macro definition.
26036 (abort): Remove stages related to stdio flushing.
26037
26038 2017-10-05 Florian Weimer <fweimer@redhat.com>
26039
26040 * gmon/Makefile (CFLAGS-tst-gmon.c): Add -fno-omit-frame-pointer.
26041
26042 2017-10-05 Stefan Liebler <stli@linux.vnet.ibm.com>
26043
26044 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
26045
26046 2017-10-05 Florian Weimer <fweimer@redhat.com>
26047
26048 * support/support_format_hostent.c (support_format_hostent): Add
26049 more error information for NETDB_INTERNAL.
26050
26051 2017-10-04 H.J. Lu <hongjiu.lu@intel.com>
26052
26053 * config.h.in (NO_HIDDEN_EXTERN_FUNC_IN_PIE): New.
26054 * include/libc-symbols.h (__hidden_proto_hiddenattr): Add check
26055 for PIC and NO_HIDDEN_EXTERN_FUNC_IN_PIE.
26056 * sysdeps/i386/configure.ac (NO_HIDDEN_EXTERN_FUNC_IN_PIE): New
26057 AC_DEFINE if multi-arch is enabled.
26058 * sysdeps/i386/configure: Regenerated.
26059
26060 2017-10-04 H.J. Lu <hongjiu.lu@intel.com>
26061
26062 * Makeconfig (+link-static-before-libc): Use
26063 $(DEFAULT-LDFLAGS-$(@F)).
26064 * elf/Makefile (CRT-tst-tls1-static-non-pie): New.
26065 (LDFLAGS-tst-tls1-static-non-pie): Renamed to ...
26066 (DEFAULT-LDFLAGS-tst-tls1-static-non-pie): This.
26067
26068 2017-10-04 H.J. Lu <hongjiu.lu@intel.com>
26069
26070 * elf/Makefile (tests): Add tst-main1.
26071 (modules-names): Add tst-main1mod.
26072 ($(objpfx)tst-main1): New.
26073 (CRT-tst-main1): Likewise.
26074 (LDFLAGS-tst-main1): Likewise.
26075 (LDLIBS-tst-main1): Likewise.
26076 (tst-main1mod.so-no-z-defs): Likewise.
26077 * elf/tst-main1.c: New file.
26078 * elf/tst-main1mod.c: Likewise.
26079
26080 2017-10-04 H.J. Lu <hongjiu.lu@intel.com>
26081
26082 * math/test-math-iscanonical.cc (do_test): Return errors != 0.
26083
26084 2017-10-04 Joseph Myers <joseph@codesourcery.com>
26085
26086 * sysdeps/ieee754/dbl-64/s_fma.c: Include <libm-alias-double.h>.
26087 (fma): Define using libm_alias_double.
26088 * sysdeps/ieee754/ldbl-opt/s_fma.c: Remove file.
26089 * sysdeps/sparc/sparc32/fpu/s_fma.c: Do not include
26090 <math_ldbl_opt.h>.
26091 (fmal): Do not define as compat symbol here.
26092 * sysdeps/alpha/fpu/s_fma.c: New file.
26093
26094 2017-10-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
26095
26096 * sysdeps/aarch64/dl-machine.h (elf_machine_rela): Expand MIN.
26097
26098 2017-10-04 Joseph Myers <joseph@codesourcery.com>
26099
26100 [BZ #22229]
26101 * sysdeps/sparc/sparc32/fpu/s_copysign.S: Include
26102 <math_ldbl_opt.h>
26103 (copysignl): Define as compat symbol at version GLIBC_2_0 for libm
26104 and libc.
26105 * sysdeps/sparc/sparc32/fpu/s_fabs.S: Include <math_ldbl_opt.h>.
26106 (fabsl): Define as compat symbol at version GLIBC_2_0 for libm.
26107 * sysdeps/sparc/sparc32/fpu/s_fma.c: Include <math_ldbl_opt.h>.
26108 (fmal): Define as compat symbol at version GLIBC_2_1 for libm.
26109 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
26110 Include <math_ldbl_opt.h>
26111 (copysignl): Define as compat symbol at version GLIBC_2_0 for libm
26112 and libc.
26113 (compat_symbol): Undefine and redefine.
26114 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Include
26115 <math_ldbl_opt.h>
26116 (fabsl): Define as compat symbol at version GLIBC_2_0 for libm.
26117 (compat_symbol): Undefine and redefine.
26118 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c
26119 [HAVE_AS_VIS3_SUPPORT]: Include <math_ldbl_opt.h>.
26120 [HAVE_AS_VIS3_SUPPORT] (fmal): Define as compat symbol at version
26121 GLIBC_2_1 for libm.
26122 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Add
26123 GLIBC_2.0 copysignl symbol.
26124 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Add
26125 GLIBC_2.0 copysignl and fabsl and GLIBC_2.1 fmal symbols.
26126
26127 * sysdeps/alpha/fpu/s_nearbyint.c: Remove file.
26128
26129 2017-10-04 Florian Weimer <fweimer@redhat.com>
26130
26131 * scripts/check-local-headers.sh: Ignore nspr4 header file
26132 directory in addition to nspr.
26133
26134 2017-10-04 Guido Trentalancia <guido@trentalancia.net>
26135
26136 [BZ #17956]
26137 * configure.ac (--enable-nss-crypt): Use NSPR include directory.
26138 * configure: Regenerate.
26139 * crypt/Makefile (nss-cpp-flags): New variable.
26140 (CPPFLAGS-sha256-crypt.c, CPPFLAGS-sha512-crypt.c)
26141 (CPPFLAGS-md5-crypt.c): Use it.
26142 * scripts/check-local-headers.sh: Ignore nspr header file
26143 directory.
26144
26145 2017-10-04 Andreas Schwab <schwab@suse.de>
26146
26147 * nis/Makefile (services): Remove compat.
26148 (libnss_compat-routines, libnss_compat-inhibit-o): Don't define.
26149 ($(objpfx)libnss_compat.so): Remove rule.
26150 * nis/Versions (libnss_compat): Remove.
26151 * nss/Makefile (services): Add compat.
26152 (libnss_compat-routines, libnss_compat-inhibit-o): Define.
26153 * nss/Versions (libnss_compat): Define.
26154 * nss/nss_compat/compat-grp.c: Moved here from nis/nss_compat.
26155 Don't include <rpc/types.h>. Replace bool_t by bool.
26156 * nss/nss_compat/compat-initgroups.c: Likewise.
26157 * nss/nss_compat/compat-pwd.c: Likewise. Include "nisdomain.h"
26158 instead of <rpcsrv/ypclnt.h>.
26159 (getpwent_next_nss_netgr): Use __nss_get_default_domain instead of
26160 yp_get_default_domain.
26161 * nss/nss_compat/compat-pwd.c: Likewise.
26162 (getspent_next_nss_netgr): Use __nss_get_default_domain instead of
26163 yp_get_default_domain.
26164 * nss/nss_compat/nisdomain.c: New file.
26165 * nss/nss_compat/nisdomain.h: Likewise.
26166
26167 2017-10-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
26168
26169 [BZ #22244]
26170 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Fix x == 0 case.
26171 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
26172
26173 2017-10-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
26174
26175 [BZ #22243]
26176 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10): Use fabs.
26177 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2): Likewise.
26178
26179 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
26180
26181 * sysdeps/i386/start.S: Replace "leal main@GOT(%ebx), %eax" with
26182 "movl main@GOTOFF(%ebx), %eax".
26183
26184 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
26185
26186 * sysdeps/i386/dl-machine.h (elf_machine_load_address): Don't
26187 allow undefined _DYNAMIC in PIE libc.a.
26188 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address):
26189 Likewse.
26190
26191 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
26192
26193 * sysdeps/mips/dl-machine.h (elf_machine_load_address): Don't
26194 check _DYNAMIC.
26195
26196 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
26197
26198 * sysdeps/arm/dl-machine.h (elf_machine_load_address): Don't
26199 check _DYNAMIC.
26200
26201 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
26202
26203 * math/test-math-iscanonical.cc (error): Replace bool with int.
26204
26205 2017-10-03 Joseph Myers <joseph@codesourcery.com>
26206
26207 * sysdeps/ieee754/dbl-64/s_modf.c: Include <libm-alias-double.h>.
26208 (modf): Define using libm_alias_double, only if [!__modf].
26209 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Include
26210 <libm-alias-double.h>.
26211 (modf): Define using libm_alias_double, only if [!__modf].
26212 * sysdeps/ieee754/ldbl-opt/s_modf.c (modfl): Only define libc
26213 compat symbol here.
26214 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c
26215 (weak_alias): Do not undefine and redefine.
26216 (strong_alias): Likewise.
26217 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c
26218 (weak_alias): Likewise.
26219 (strong_alias): Likewise.
26220
26221 * sysdeps/ieee754/dbl-64/s_logb.c: Include <libm-alias-double.h>.
26222 (logb): Define using libm_alias_double, only if [!__logb].
26223 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Include
26224 <libm-alias-double.h>.
26225 (logb): Define using libm_alias_double, only if [!__logb].
26226 * sysdeps/ieee754/ldbl-opt/s_logb.c: Remove file.
26227 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c
26228 (weak_alias): Do not undefine and redefine.
26229 (strong_alias): Likewise.
26230 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c
26231 (weak_alias): Likewise.
26232 (strong_alias): Likewise.
26233
26234 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
26235
26236 * sysdeps/unix/sysv/linux/tile/sysdep.h (SYSCALL_ERROR_NAME):
26237 Check SHARED instead PIC.
26238
26239 2017-10-03 Joseph Myers <joseph@codesourcery.com>
26240
26241 * sysdeps/ieee754/dbl-64/s_fmaf.c: Include <libm-alias-float.h>.
26242 [!__fmaf] (fmaf): Define using libm_alias_float.
26243
26244 * sysdeps/ieee754/dbl-64/s_frexp.c: Include <libm-alias-double.h>.
26245 (frexp): Define using libm_alias_double.
26246 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Include
26247 <libm-alias-double.h>.
26248 (frexp): Define using libm_alias_double.
26249 * sysdeps/ieee754/ldbl-opt/s_frexp.c (frexpl): Only define libc
26250 compat symbol here.
26251
26252 2017-10-03 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
26253
26254 [BZ #22235]
26255 * math/math.h: Trivial fix for unbalanced parentheses in comment.
26256 * math/Makefile [CXX] (tests): Add test-math-iscanonical.cc.
26257 (CFLAGS-test-math-iscanonical.cc): New variable.
26258 * math/test-math-iscanonical.cc: New file.
26259 * sysdeps/ieee754/ldbl-96/bits/iscanonical.h (iscanonical):
26260 Provide a C++ implementation based on function overloading,
26261 rather than using __MATH_TG, which uses C-only builtins.
26262 * sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h (iscanonical):
26263 Likewise.
26264 * sysdeps/powerpc/powerpc64le/Makefile
26265 (CFLAGS-test-math-iscanonical.cc): New variable.
26266
26267 2017-10-03 Joseph Myers <joseph@codesourcery.com>
26268
26269 * sysdeps/ieee754/dbl-64/s_ceil.c: Include <libm-alias-double.h>.
26270 (ceil): Define using libm_alias_double.
26271 * sysdeps/ieee754/dbl-64/s_floor.c: Include <libm-alias-double.h>.
26272 (floor): Define using libm_alias_double.
26273 * sysdeps/ieee754/dbl-64/s_llround.c: Include
26274 <libm-alias-double.h>.
26275 (llround): Define using libm_alias_double.
26276 * sysdeps/ieee754/dbl-64/s_lround.c: Include
26277 <libm-alias-double.h>.
26278 (lround): Define using libm_alias_double.
26279 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Include
26280 <libm-alias-double.h>.
26281 (nearbyint): Define using libm_alias_double.
26282 * sysdeps/ieee754/dbl-64/s_remquo.c: Include
26283 <libm-alias-double.h>.
26284 (remquo): Define using libm_alias_double.
26285 * sysdeps/ieee754/dbl-64/s_rint.c: Include <libm-alias-double.h>.
26286 (rint): Define using libm_alias_double.
26287 * sysdeps/ieee754/dbl-64/s_round.c: Include <libm-alias-double.h>.
26288 (round): Define using libm_alias_double.
26289 * sysdeps/ieee754/dbl-64/s_trunc.c: Include <libm-alias-double.h>.
26290 (trunc): Define using libm_alias_double.
26291 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Include
26292 <libm-alias-double.h>.
26293 (ceil): Define using libm_alias_double.
26294 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Include
26295 <libm-alias-double.h>.
26296 (floor): Define using libm_alias_double.
26297 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: Include
26298 <libm-alias-double.h>.
26299 (llround): Define using libm_alias_double.
26300 [_LP64] (lround): Likewise.
26301 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Include
26302 <libm-alias-double.h>.
26303 [!_LP64] (lround): Define using libm_alias_double.
26304 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Include
26305 <libm-alias-double.h>.
26306 (nearbyint): Define using libm_alias_double.
26307 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Include
26308 <libm-alias-double.h>.
26309 (remquo): Define using libm_alias_double.
26310 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Include
26311 <libm-alias-double.h>.
26312 (rint): Define using libm_alias_double.
26313 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Include
26314 <libm-alias-double.h>.
26315 (round): Define using libm_alias_double.
26316 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Include
26317 <libm-alias-double.h>.
26318 (trunc): Define using libm_alias_double.
26319 * sysdeps/ieee754/ldbl-opt/s_ceil.c: Remove file.
26320 * sysdeps/ieee754/ldbl-opt/s_floor.c: Likewise.
26321 * sysdeps/ieee754/ldbl-opt/s_llround.c: Likewise.
26322 * sysdeps/ieee754/ldbl-opt/s_lround.c: Likewise.
26323 * sysdeps/ieee754/ldbl-opt/s_nearbyint.c: Likewise.
26324 * sysdeps/ieee754/ldbl-opt/s_remquo.c: Likewise.
26325 * sysdeps/ieee754/ldbl-opt/s_rint.c: Likewise.
26326 * sysdeps/ieee754/ldbl-opt/s_round.c: Likewise.
26327 * sysdeps/ieee754/ldbl-opt/s_trunc.c: Likewise.
26328
26329 2017-10-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
26330
26331 * math/w_remainder.c: New file.
26332 * math/w_remainderf.c: New file.
26333 * math/w_remainderl.c: New file.
26334
26335 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
26336
26337 * elf/rtld.c (BOOTSTRAP_MAP): New.
26338 (RESOLVE_MAP): Replace (&bootstrap_map) with BOOTSTRAP_MAP.
26339 * sysdeps/hppa/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
26340 Likewise.
26341 * sysdeps/ia64/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
26342 Likewise.
26343 * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
26344 Likewise.
26345
26346 2017-10-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
26347
26348 * include/libc-symbols.h [NO_RTLD_HIDDEN] (rtld_hidden_proto,
26349 rtld_hidden_tls_proto, rtld_hidden_def, rtld_hidden_weak,
26350 rtld_hidden_rtld_hidden_ver, data_def, rtld_hidden_data_weak,
26351 rtld_hidden_data_ver): Define to empty.
26352 * include/assert.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__assert_fail,
26353 __assert_perror_fail): Likewise.
26354 * include/dirent.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
26355 (__rewinddir): Likewise.
26356 * include/libc-internal.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
26357 (__profile_frequency): Likewise.
26358 * include/setjmp.h (__sigsetjmp): Likewise.
26359 * include/signal.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__sigaction,
26360 __libc_sigaction): Likewise.
26361 * include/stdlib.h [NO_RTLD_HIDDEN] (unsetenv, __strtoul_internal): Do
26362 not set hidden attribute.
26363 * include/string.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__stpcpy, __strdup,
26364 __strerror_t, __strsep_g, memchr, memcmp, memcpy, memmove, memset,
26365 rawmemchr, stpcpy, strchr, strcmp, strlen, strnlen, strsep): Likewise.
26366 * include/sys/stat.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__fxstat,
26367 __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64,
26368 __fxstatat64): Likewise.
26369 * include/sys/utsname.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
26370 (__uname): Likewise.
26371 * include/sysdeps/generic/_itoa.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
26372 (_itoa_upper_digits, _itoa_lower_digits): Likewise.
26373 * sysdeps/mach/hurd/configure.ac (NO_HIDDEN): Do not set.
26374 (NO_RTLD_HIDDEN): Set.
26375 * sysdeps/mach/hurd/configure: Refresh.
26376 * config.h.in: Refresh.
26377
26378 2017-10-02 Joseph Myers <joseph@codesourcery.com>
26379
26380 * sysdeps/ieee754/dbl-64/s_atan.c: Include <libm-alias-double.h>.
26381 (atan): Define using libm_alias_double.
26382 * sysdeps/ieee754/dbl-64/s_tan.c: Include <libm-alias-double.h>.
26383 (tan): Define using libm_alias_double.
26384 * sysdeps/ieee754/ldbl-opt/s_atan.c: Remove file.
26385 * sysdeps/ieee754/ldbl-opt/s_tan.c: Likewise.
26386
26387 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Rename to __atan and
26388 define as weak alias of __atan. Do not define any aliases if
26389 [__atan].
26390 [NO_LONG_DOUBLE] (__atanl): Define as strong alias of __atan.
26391 [NO_LONG_DOUBLE] (atanl): Define as weak alias of __atanl.
26392 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Rename to __tan and define
26393 as weak alias of __tan. Do not define any aliases if [__tan].
26394 [NO_LONG_DOUBLE] (__tanl): Define as strong alias of __tan.
26395 [NO_LONG_DOUBLE] (tanl): Define as weak alias of __tanl.
26396 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c (atan): Rename to
26397 __atan.
26398 * sysdeps/x86_64/fpu/multiarch/s_atan-fma.c (atan): Likewise.
26399 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c (atan): Likewise.
26400 * sysdeps/x86_64/fpu/multiarch/s_atan.c (atan): Rename to __atan
26401 and define as weak alias of __atan.
26402 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c (tan): Rename to
26403 __atan.
26404 * sysdeps/x86_64/fpu/multiarch/s_tan-fma.c (tan): Likewise.
26405 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (tan): Likewise.
26406 * sysdeps/x86_64/fpu/multiarch/s_tan.c (tan): Rename to __tan and
26407 define as weak alias of __tan.
26408
26409 2017-10-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
26410
26411 * math/w_lgamma.c: New file.
26412 * math/w_lgammaf.c: New file.
26413 * math/w_lgammal.c: New file.
26414
26415 2017-10-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
26416
26417 * sysdeps/ieee754/flt-32/e_log2f.c (__log2f): Define without wrapper.
26418 * sysdeps/ieee754/flt-32/e_logf.c (__logf): Likewise
26419 * sysdeps/ieee754/flt-32/e_powf.c (__powf): Likewise
26420 * sysdeps/ieee754/flt-32/w_log2f.c: New file.
26421 * sysdeps/ieee754/flt-32/w_logf.c: New file.
26422 * sysdeps/ieee754/flt-32/w_powf.c: New file.
26423 * sysdeps/i386/fpu/w_log2f.c: New file.
26424 * sysdeps/i386/fpu/w_logf.c: New file.
26425 * sysdeps/i386/fpu/w_powf.c: New file.
26426 * sysdeps/m68k/m680x0/fpu/w_log2f.c: New file.
26427 * sysdeps/m68k/m680x0/fpu/w_logf.c: New file.
26428 * sysdeps/m68k/m680x0/fpu/w_powf.c: New file.
26429
26430 2017-10-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
26431 H.J. Lu <hongjiu.lu@intel.com>
26432
26433 * sysdeps/ieee754/flt-32/e_exp2f.c (__exp2f): Define without wrapper.
26434 * sysdeps/ieee754/flt-32/e_expf.c (__expf): Likewise
26435 * sysdeps/ieee754/flt-32/w_exp2f.c: New file.
26436 * sysdeps/ieee754/flt-32/w_expf.c: New file.
26437 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-ppc64.c: Update for
26438 the new expf code.
26439 * sysdeps/powerpc/powerpc64/fpu/multiarch/w_expf.c: New file.
26440 * sysdeps/powerpc/powerpc64/power8/fpu/w_expf.c: New file.
26441 * sysdeps/m68k/m680x0/fpu/w_exp2f.c: New file.
26442 * sysdeps/m68k/m680x0/fpu/w_expf.c: New file.
26443 * sysdeps/i386/fpu/w_exp2f.c: New file.
26444 * sysdeps/i386/fpu/w_expf.c: New file.
26445 * sysdeps/i386/i686/fpu/multiarch/w_expf.c: New file.
26446 * sysdeps/x86_64/fpu/w_expf.c: New file.
26447
26448 2017-10-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
26449
26450 * math/Versions (logf): New libm symbol at GLIBC_2.27.
26451 (log2f): Likewise.
26452 (powf): Likewise.
26453 * math/w_log2f.c: New file.
26454 * math/w_logf.c: New file.
26455 * math/w_powf.c: New file.
26456 * math/w_log2f_compat.c (__log2f_compat): For compat symbol only.
26457 * math/w_logf_compat.c (__logf_compat): Likewise.
26458 * math/w_powf_compat.c (__powf_compat): Likewise.
26459 * sysdeps/ia64/fpu/e_log2f.S: Add versioned symbols.
26460 * sysdeps/ia64/fpu/e_logf.S: Likewise.
26461 * sysdeps/ia64/fpu/e_powf.S: Likewise.
26462 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
26463 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
26464 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
26465 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
26466 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
26467 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
26468 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
26469 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
26470 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
26471 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
26472 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
26473 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
26474 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
26475 Likewise.
26476 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
26477 Likewise.
26478 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
26479 Likewise.
26480 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
26481 Likewise.
26482 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
26483 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
26484 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
26485 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
26486 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
26487 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
26488 Likewise.
26489 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
26490 Likewise.
26491 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
26492 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
26493 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
26494
26495 2017-10-02 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
26496
26497 * sysdeps/powerpc/powerpc64/multiarch/Makefile
26498 (sysdep_routines): Add memrchr_power8.
26499 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26500 (memrchr): Add __memrchr_power8 to list of memrchr functions.
26501 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power8.S:
26502 New file.
26503 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c
26504 (memrchr): Add __memrchr_power8 to ifunc list.
26505 * sysdeps/powerpc/powerpc64/power8/memrchr.S: New file.
26506
26507 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26508
26509 [BZ #18822]
26510 * sysdeps/unix/sysv/linux/posix_fadvise64.c
26511 (__posix_fadvise64_l64): Add Add libc_hidden_proto and
26512 libc_hidden_def.
26513 * sysdeps/unix/sysv/linux/posix_fallocate64.c
26514 (__posix_fallocate64_l64): Likewise.
26515
26516 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26517
26518 [BZ #18822]
26519 * sysdeps/unix/sysv/linux/sched_setaffinity.c
26520 (__sched_setaffinity_new): Add libc_hidden_proto and
26521 libc_hidden_def.
26522
26523 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26524
26525 [BZ #18822]
26526 * include/glob.h (__glob64): Add libc_hidden_proto.
26527 * sysdeps/unix/sysv/linux/glob64.c (__glob64): Add
26528 libc_hidden_def.
26529
26530 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26531
26532 [BZ #18822]
26533 * sysdeps/unix/sysv/linux/getrlimit64.c (__new_getrlimit): Add
26534 attribute_hidden.
26535
26536 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26537
26538 [BZ #18822]
26539 * stdlib/exit.h (__new_exitfn): Add attribute_hidden.
26540
26541 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26542
26543 [BZ #18822]
26544 * mon/gmon.c (__moncontrol): Add libc_hidden_proto and
26545 libc_hidden_def.
26546
26547 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26548
26549 [BZ #18822]
26550 * csu/version.c (__libc_print_version): Add attribute_hidden.
26551
26552 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26553
26554 [BZ #18822]
26555 * include/libc-internal.h (__init_misc): Add attribute_hidden.
26556
26557 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26558
26559 [BZ #18822]
26560 * include/fpu_control.h (__setfpucw): Add attribute_hidden.
26561
26562 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26563
26564 [BZ #18822]
26565 * nscd/nscd_helper.c (__nis_hash): New prototype.
26566
26567 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26568
26569 [BZ #18822]
26570 * include/termios.h (__tcgetattr): Add libc_hidden_proto.
26571 * sysdeps/unix/bsd/tcgetattr.c (__tcgetattr): Add
26572 libc_hidden_def.
26573 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
26574 * termios/tcgetattr.c (__tcgetattr): Likewise.
26575
26576 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26577
26578 [BZ #18822]
26579 * include/sys/resource.h (__setrlimit): Add libc_hidden_proto.
26580 * resource/setrlimit.c (__setrlimit): Add libc_hidden_def.
26581 * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Likewise.
26582 * sysdeps/unix/sysv/linux/setrlimit.c (__setrlimit): Likewise.
26583 * sysdeps/unix/sysv/linux/setrlimit64.c (__GI___setrlimit): New.
26584
26585 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26586
26587 [BZ #18822]
26588 * include/monetary.h (__vstrfmon_l): Add attribute_hidden.
26589
26590 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26591
26592 [BZ #18822]
26593 * include/sched.h (__sched_setparam): Add libc_hidden_proto.
26594 * posix/sched_setp.c (__sched_setparam): Add libc_hidden_def.
26595
26596 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26597
26598 [BZ #18822]
26599 * intl/hash-string.h (__hash_string): Add attribute_hidden.
26600
26601 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26602
26603 [BZ #18822]
26604 * include/mntent.h (__hasmntopt): Add libc_hidden_proto.
26605 * misc/mntent_r.c (__hasmntopt): Add libc_hidden_def.
26606
26607 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26608
26609 [BZ #18822]
26610 * include/ifreq.h: New file.
26611 * sysdeps/generic/ifreq.h (__if_nextreq): Removed.
26612 (__ifreq): Likewise.
26613 * sysdeps/mach/hurd/ifreq.h (__if_nextreq): Removed.
26614 (__ifreq): Likewise.
26615
26616 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26617
26618 [BZ #18822]
26619 * include/idna.h: New file.
26620 * inet/getnameinfo.c: Include <idna.h> instead of
26621 <libidn/idna.h>.
26622 (__idna_to_unicode_lzlz): Removed.
26623 * sysdeps/posix/getaddrinfo.c: Include <idna.h> instead of
26624 <libidn/idna.h>.
26625 (__idna_to_ascii_lz): Removed.
26626 (__idna_to_unicode_lzlz): Likewise.
26627
26628 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26629
26630 [BZ #18822]
26631 * include/plural-exp.h: New file.
26632 * intl/plural-exp.c: Include <plural-exp.h> instead of
26633 "plural-exp.h".
26634
26635 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26636
26637 [BZ #18822]
26638 * sysdeps/unix/sysv/linux/getsourcefilter.c: Include
26639 "getsourcefilter.h".
26640 * sysdeps/unix/sysv/linux/getsourcefilter.h: New file.
26641 * sysdeps/unix/sysv/linux/setsourcefilter.c: Include
26642 "getsourcefilter.h".
26643 (__get_sol): Removed.
26644
26645 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26646
26647 [BZ #18822]
26648 * elf/dl-iteratephdr.c (hidden_proto (__dl_iterate_phdr)): Moved
26649 to ...
26650 * include/link.h (hidden_proto (__dl_iterate_phdr)): Here.
26651
26652 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26653
26654 [BZ #18822]
26655 * sysdeps/unix/sysv/linux/getpt.c (__bsd_getpt): Add
26656 attribute_hidden.
26657
26658 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26659
26660 [BZ #18822]
26661 * libio/iolibio.h (__fopen_maybe_mmap): Add attribute_hidden.
26662
26663 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26664
26665 [BZ #18822]
26666 * include/search.h (__tdestroy): Add libc_hidden_proto.
26667 * misc/tsearch.c (__tdestroy): Add libc_hidden_def.
26668
26669 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26670
26671 [BZ #18822]
26672 * include/assert.h (__assert_fail_base): Add attribute_hidden.
26673
26674 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26675
26676 [BZ #18822]
26677 * sysdeps/unix/sysv/linux/include/sys/sysinfo.h (__sysinfo): Add
26678 attribute_hidden.
26679
26680 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26681
26682 [BZ #18822]
26683 * include/signal.h (__kill): Add libc_hidden_proto.
26684 (__sigblock): Likewise.
26685 (__sigprocmask): Likewise.
26686 (__sigaltstack): Likewise.
26687 * signal/kill.c (__kill): Add libc_hidden_def.
26688 * signal/sigblock.c (__sigblock): Likewise.
26689 * signal/sigprocmask.c (__sigprocmask): Likewise.
26690 * sysdeps/mach/hurd/kill.c (__kill): Likewise.
26691 * sysdeps/mach/hurd/sigaltstack.c (__sigaltstack): Likewise.
26692 * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Likewise.
26693 * sysdeps/posix/sigblock.c (__sigblock): Likewise.
26694 * sysdeps/unix/sysv/linux/alpha/sigprocmask.c (__sigprocmask):
26695 Likewise.
26696 * sysdeps/unix/sysv/linux/ia64/sigprocmask.c (__sigprocmask):
26697 Likewise.
26698 * sysdeps/unix/sysv/linux/s390/s390-64/sigprocmask.c
26699 (__sigprocmask): Likewise.
26700 * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask):
26701 Likewise.
26702 * /sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c
26703 (__sigprocmask): Likewise.
26704 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c (__sigprocmask):
26705 Likewise.
26706
26707 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26708
26709 [BZ #18822]
26710 * include/string.h (__strsep): Add libc_hidden_proto.
26711 * string/strsep.c (__strsep): Add libc_hidden_def.
26712
26713 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26714
26715 [BZ #18822]
26716 * posix/spawn_int.h (__posix_spawn_file_actions_realloc): Add
26717 attribute_hidden.
26718 (__spawni): Likewise.
26719
26720 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26721
26722 [BZ #18822]
26723 * include/sys/mman.h (__mremap): Add libc_hidden_proto.
26724 * sysdeps/unix/sysv/linux/m68k/mremap.S (__mremap): Add
26725 libc_hidden_def.
26726
26727 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26728
26729 [BZ #18822]
26730 * include/malloc.h (__malloc_check_init): Add attribute_hidden.
26731
26732 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26733
26734 [BZ #18822]
26735 * include/sys/ioctl.h (__ioctl): Add libc_hidden_proto.
26736 * misc/ioctl.c (__ioctl): Add libc_hidden_def.
26737 * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
26738 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Likewise.
26739 * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl):
26740 Likewise.
26741 * sysdeps/unix/sysv/linux/powerpc/ioctl.c (__ioctl): Likewise.
26742 * sysdeps/unix/sysv/linux/tile/tilegx/ioctl.S (__ioctl): Likewise.
26743
26744 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26745
26746 [BZ #18822]
26747 * intl/gettextP.h (__dcngettext): Add attribute_hidden.
26748 (__dcigettext): Likewise.
26749
26750 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26751
26752 [BZ #18822]
26753 * include/sys/sysinfo.h (__get_nprocs_conf): Add
26754 libc_hidden_proto.
26755 (__get_nprocs): Likewise.
26756 (__get_phys_pages): Likewise.
26757 (__get_avphys_pages): Likewise.
26758 (__get_child_max): Add attribute_hidden.
26759 * misc/getsysstats.c (__get_nprocs_conf): Add libc_hidden_def.
26760 (__get_nprocs): Likewise.
26761 (__get_phys_pages): Likewise.
26762 (__get_avphys_pages): Likewise.
26763 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Add
26764 libc_hidden_def.
26765 (__get_nprocs): Likewise.
26766 (__get_phys_pages): Likewise.
26767 (__get_avphys_pages): Likewise.
26768 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Add
26769 libc_hidden_def.
26770 (__get_nprocs_conf): Likewise.
26771 (__get_phys_pages): Likewise.
26772 (__get_avphys_pages): Likewise.
26773
26774 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26775
26776 [BZ #18822]
26777 * sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_open): Add
26778 attribute_hidden.
26779 (__netlink_close): Likewise.
26780 (__netlink_free_handle): Likewise.
26781 (__netlink_request): Likewise.
26782
26783 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26784
26785 [BZ #18822]
26786 * include/rpc/rpc.h (__rpc_thread_variables): Add
26787 attribute_hidden.
26788 (__rpc_thread_svc_cleanup): Likewise.
26789 (__rpc_thread_clnt_cleanup): Likewise.
26790 (__rpc_thread_key_cleanup): Likewise.
26791
26792 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26793
26794 [BZ #18822]
26795 * include/sys/uio.h (__readv): Add libc_hidden_proto.
26796 (__writev): Likewise.
26797 * misc/readv.c (__readv): Add libc_hidden_def.
26798 * misc/writev.c (__writev): Likewise.
26799 * sysdeps/posix/readv.c (__readv): Likewise.
26800 * sysdeps/posix/writev.c (__writev): Likewise.
26801 * sysdeps/unix/sysv/linux/readv.c: Include <sys/uio.h>.
26802 (__readv): Likewise.
26803 * sysdeps/unix/sysv/linux/writev.c: Include <sys/uio.h>.
26804 (__writev): Likewise.
26805
26806 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26807
26808 [BZ #18822]
26809 * include/regex.h (__re_compile_fastmap): Add attribute_hidden.
26810 (__regcomp): Add libc_hidden_proto.
26811 (__regexec): Likewise.
26812 (__regfree): Likewise.
26813 * posix/regcomp.c (__regcomp): Add libc_hidden_def.
26814 (__regfree): Likewise.
26815 * posix/regexec.c (__regexec): Likewise.
26816
26817 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26818
26819 [BZ #18822]
26820 * include/utmp.h (__updwtmp): Add libc_hidden_proto.
26821 (__getutent): Likewise.
26822 (__getutid): Likewise.
26823 (__getutline): Likewise.
26824 (__pututline): Likewise.
26825 (__getutent_r): Likewise.
26826 (__getutid_r): Likewise.
26827 (__getutline_r): Likewise.
26828 (__utmpname): Add attribute_hidden.
26829 (__setutent): Likewise.
26830 (__endutent): Likewise.
26831 * login/getutent.c (__getutent): Add libc_hidden_def.
26832 * login/getutent_r.c (__getutent_r): Likewise.
26833 (__pututline): Likewise.
26834 * login/getutid.c (__getutid): Likewise.
26835 * login/getutid_r.c (__getutid_r): Likewise.
26836 * login/getutline.c (__getutline): Likewise.
26837 * login/getutline_r.c (__getutline_r): Likewise.
26838 * login/updwtmp.c (__updwtmp): Likewise.
26839
26840 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26841
26842 [BZ #18822]
26843 * include/dirent.h (__opendir): Always add attribute_hidden.
26844 (__fdopendir): Likewise.
26845 (__closedir): Likewise.
26846 (__readdir): Likewise.
26847 (__readdir64): Add libc_hidden_proto.
26848 * sysdeps/mach/hurd/readdir64.c (__readdir64): Add libc_hidden_def.
26849 * sysdeps/unix/sysv/linux/i386/readdir64.c (__readdir64): Likewise.
26850 * sysdeps/unix/sysv/linux/readdir64.c (__readdir64): Likewise.
26851 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c (__GI___readdir64):
26852 New alias.
26853
26854 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26855
26856 [BZ #18822]
26857 * include/aliases.h (__getaliasbyname_r): Add attribute_hidden.
26858 * include/netdb.h (__gethostbyaddr_r): Likewise.
26859 (__gethostbyname_r): Likewise.
26860 (__gethostbyname2_r): Likewise.
26861 (__getnetbyaddr_r): Likewise.
26862 (__getnetbyname_r): Likewise.
26863 (__getservbyname_r): Likewise.
26864 (__getservbyport_r): Likewise.
26865 (__getprotobyname_r): Likewise.
26866 (__getprotobynumber_r): Likewise.
26867 (__getnetgrent_r): Likewise.
26868 * include/rpc/netdb.h (__getrpcbyname_r): Likewise.
26869 (__getrpcbynumber_r): Likewise.
26870 * nss/getXXbyYY.c (INTERNAL (REENTRANT_NAME)): Likewise.
26871
26872 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26873
26874 [BZ #18822]
26875 * include/stdio.h (__fcloseall): Add attribute_hidden.
26876 (__getline): Likewise.
26877 (__path_search): Likewise.
26878 (__gen_tempname): Likewise.
26879 (__libc_message): Likewise.
26880 (__flockfile): Likewise.
26881 (__funlockfile): Likewise.
26882 (__fxprintf): Likewise.
26883 (__fxprintf_nocancel): Likewise.
26884
26885 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26886
26887 [BZ #18822]
26888 * include/gshadow.h (__fgetsgent_r): Add attribute_hidden.
26889 (__sgetsgent_r): Likewise.
26890
26891 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26892
26893 [BZ #18822]
26894 * include/sys/statfs.h (__fstatfs): Add attribute_hidden.
26895 (__statfs64): Likewise.
26896 (__fstatfs64): Likewise.
26897 * include/sys/statvfs.h (__statvfs64): Likewise.
26898 (__fstatvfs64): Likewise.
26899 * sysdeps/unix/sysv/linux/pathconf.h (__statfs_link_max): Likewise.
26900 (__statfs_filesize_max): Likewise.
26901 (__statfs_symlinks): Likewise.
26902 (__statfs_chown_restricted): Likewise.
26903
26904 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26905
26906 [BZ #18822]
26907 * include/time.h (__tzstring): Add attribute_hidden.
26908 (__tzfile_read): Likewise.
26909 (__tzfile_compute): Likewise.
26910 (__tzfile_default): Likewise.
26911 (__tzset_parse_tz): Likewise.
26912 (__offtime): Likewise.
26913 (__asctime_r): Likewise.
26914 (__tzset): Likewise.
26915 (__tz_convert): Likewise.
26916 (__getdate_r): Likewise.
26917 (__getclktck): Likewise.
26918
26919 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26920
26921 [BZ #18822]
26922 * nscd/nscd-client.h (__nscd_get_map_ref): Add attribute_hidden.
26923 (__nscd_unmap): Likewise.
26924 (__nscd_cache_search): Likewise.
26925 (__nscd_get_nl_timestamp): Likewise.
26926 (__nscd_getpwnam_r): Likewise.
26927 (__nscd_getpwuid_r): Likewise.
26928 (__nscd_getgrnam_r): Likewise.
26929 (__nscd_getgrgid_r): Likewise.
26930 (__nscd_gethostbyname_r): Likewise.
26931 (__nscd_gethostbyname2_r): Likewise.
26932 (__nscd_gethostbyaddr_r): Likewise.
26933 (__nscd_getai): Likewise.
26934 (__nscd_getgrouplist): Likewise.
26935 (__nscd_getservbyname_r): Likewise.
26936 (__nscd_getservbyport_r): Likewise.
26937 (__nscd_innetgr): Likewise.
26938 (__nscd_setnetgrent): Likewise.
26939
26940 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26941
26942 [BZ #18822]
26943 * include/gmp.h: Declare internal functions only if _ISOMAC is
26944 undefined.
26945 (__mpn_extract_double): Add attribute_hidden.
26946 (__mpn_extract_long_double): Likewise.
26947 (__mpn_extract_float128): Likewise.
26948 (__mpn_construct_float): Likewise.
26949 (__mpn_construct_double): Likewise.
26950 (__mpn_construct_long_double): Likewise.
26951 (__mpn_construct_float128): Likewise.
26952 (mpn_add_1): Likewise.
26953 (mpn_addmul_1): Likewise.
26954 (mpn_add_n): Likewise.
26955 (mpn_cmp): Likewise.
26956 (mpn_divrem): Likewise.
26957 (mpn_lshift): Likewise.
26958 (mpn_mul): Likewise.
26959 (mpn_mul_1): Likewise.
26960 (mpn_rshift): Likewise.
26961 (mpn_sub_1): Likewise.
26962 (mpn_submul_1): Likewise.
26963 (mpn_sub_n): Likewise.
26964
26965 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26966
26967 [BZ #18822]
26968 * include/wchar.h (__wcsnlen): Add attribute_hidden.
26969 (__wcscat): Likewise.
26970 (__btowc): Likewise.
26971 (__wcrtomb): Likewise.
26972 (__mbsrtowcs): Likewise.
26973 (__wcsrtombs): Likewise.
26974 (__mbsnrtowcs): Likewise.
26975 (__wcsnrtombs): Likewise.
26976 (__wcsncpy): Likewise.
26977 (__wcpncpy): Likewise.
26978 (__wmemcpy): Likewise.
26979 (__wmempcpy): Likewise.
26980 (__wmemmove): Likewise.
26981 (__wcschrnul): Likewise.
26982 (__vfwscanf): Likewise.
26983 (__vswprintf): Likewise.
26984 (__fwprintf): Likewise.
26985 (__vfwprintf): Likewise.
26986
26987 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26988
26989 [BZ #18822]
26990 * include/grp.h (__fgetgrent_r): Add attribute_hidden.
26991 (__getgrgid_r): Likewise.
26992 (__getgrnam_r): Likewise.
26993 * include/pwd.h (__getpwuid_r): Likewise.
26994 (__getpwnam_r): Likewise.
26995 (__fgetpwent_r): Likewise.
26996 * include/shadow.h (__getspnam_r): Likewise.
26997 (__sgetspent_r): Likewise.
26998 (__fgetspent_r): Likewise.
26999
27000 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
27001
27002 [BZ #18822]
27003 * include/unistd.h (__access): Add attribute_hidden.
27004 (__lseek64): Likewise.
27005 (__libc_pread64): Likewise.
27006 (__pipe2): Likewise.
27007 (__sleep): Likewise.
27008 (__chdir): Likewise.
27009 (__fchdir): Likewise.
27010 (__getcwd): Likewise.
27011 (__rmdir): Likewise.
27012 (__execvpe): Likewise.
27013 (__execve): Likewise.
27014 (__setsid): Likewise.
27015 (__getuid): Likewise.
27016 (__geteuid): Likewise.
27017 (__getgid): Likewise.
27018 (__getegid): Likewise.
27019 (__getgroups): Likewise.
27020 (__group_member): Likewise.
27021 (__ttyname_r): Likewise.
27022 (__isatty): Likewise.
27023 (__readlink): Likewise.
27024 (__unlink): Likewise.
27025 (__gethostname): Likewise.
27026 (__profil): Likewise.
27027 (__getdtablesize): Likewise.
27028 (__brk): Likewise.
27029 (__ftruncate): Likewise.
27030 (__ftruncate64): Likewise.
27031
27032 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
27033
27034 [BZ #18822]
27035 * argp/argp-fmtstream.c: Include <argp-fmtstream.h>.
27036 * argp/argp-fs-xinl.c: Likewise.
27037 * argp/argp-help.c: Include <argp.h> and <argp-fmtstream.h>.
27038 * argp/argp-parse.c: Include <argp.h>.
27039 * argp/argp-xinl.c: Likewise.
27040 * include/argp-fmtstream.h: New file.
27041 * include/argp.h (__argp_error): Add attribute_hidden.
27042 (__argp_failure): Likewise.
27043 (__argp_input): Likewise.
27044 (__argp_state_help): Likewise.
27045
27046 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
27047
27048 [BZ #18822]
27049 * include/wchar.h (____wcstof_l_internal): New prototype.
27050 (____wcstod_l_internal): Likewise.
27051 (____wcstold_l_internal): Likewise.
27052 (____wcstol_l_internal): Likewise.
27053 (____wcstoul_l_internal): Likewise.
27054 (____wcstoll_l_internal): Likewise.
27055 (____wcstoull_l_internal): Likewise.
27056 (____wcstof128_l_internal): Likewise.
27057 * sysdeps/ieee754/float128/wcstof128.c
27058 (____wcstof128_l_internal): Removed.
27059 * sysdeps/ieee754/float128/wcstof128_l.c
27060 (____wcstof128_l_internal): Likewise.
27061 * wcsmbs/wcstod.c (____wcstod_l_internal): Likewise.
27062 * wcsmbs/wcstod_l.c (____wcstod_l_internal): Likewise.
27063 * wcsmbs/wcstof.c (____wcstof_l_internal): Likewise.
27064 * wcsmbs/wcstof_l.c (____wcstof_l_internal): Likewise.
27065 * wcsmbs/wcstol_l.c (____wcstol_l_internal): Likewise.
27066 * wcsmbs/wcstold.c (____wcstold_l_internal): Likewise.
27067 * wcsmbs/wcstold_l.c (____wcstold_l_internal): Likewise.
27068 * wcsmbs/wcstoll_l.c (____wcstoll_l_internal): Likewise.
27069 * wcsmbs/wcstoul_l.c (____wcstoul_l_internal): Likewise.
27070 * wcsmbs/wcstoull_l.c (____wcstoull_l_internal): Likewise.
27071
27072 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
27073
27074 [BZ #18822]
27075 * sysdeps/unix/sysv/linux/fstatvfs.c: Include "internal_statvfs.h"
27076 instead of <sys/statvfs.h>.
27077 (__internal_statvfs): Removed.
27078 * sysdeps/unix/sysv/linux/fstatvfs64.c Include "internal_statvfs.h"
27079 instead of <sys/statvfs.h>.
27080 (__internal_statvfs64): Removed.
27081 * sysdeps/unix/sysv/linux/internal_statvfs.c: Include
27082 "internal_statvfs.h" instead of <sys/statvfs.h>.
27083 * sysdeps/unix/sysv/linux/internal_statvfs.h: New file.
27084 * sysdeps/unix/sysv/linux/statvfs.c Include "internal_statvfs.h"
27085 instead of <sys/statvfs.h>.
27086 (__internal_statvfs): Removed.
27087 * sysdeps/unix/sysv/linux/statvfs64.c Include "internal_statvfs.h"
27088 instead of <sys/statvfs.h>.
27089 (__internal_statvfs64): Removed.
27090
27091 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
27092
27093 [BZ #18822]
27094 * iconv/gconv_int.h (__gconv_open): Add attribute_hidden.
27095 (__gconv_close): Likewise.
27096 (__gconv): Likewise.
27097 (__gconv_find_transform): Likewise.
27098 (__gconv_lookup_cache): Likewise.
27099 (__gconv_compare_alias_cache): Likewise.
27100 (__gconv_load_cache): Likewise.
27101 (__gconv_get_path): Likewise.
27102 (__gconv_close_transform): Likewise.
27103 (__gconv_release_cache): Likewise.
27104 (__gconv_find_shlib): Likewise.
27105 (__gconv_release_shlib): Likewise.
27106 (__gconv_get_builtin_trans): Likewise.
27107 (__gconv_compare_alias): Likewise.
27108 * include/dlfcn.h (_dlerror_run): Likewise.
27109 * include/stdio.h (__fortify_fail_abort): Likewise.
27110 * include/time.h (__tz_compute): Likewise.
27111 (__strptime_internal): Likewise.
27112 * intl/gettextP.h (_nl_find_domain): Likewise.
27113 (_nl_load_domain): Likewise.
27114 (_nl_find_msg): Likewise.
27115 * intl/plural-exp.h (FREE_EXPRESSION): Likewise.
27116 (EXTRACT_PLURAL_EXPRESSION): Likewise.
27117 * locale/coll-lookup.h (__collidx_table_lookup): Likewise.
27118 * resolv/gai_misc.h (__gai_enqueue_request): Likewise.
27119 (__gai_find_request): Likewise.
27120 (__gai_remove_request): Likewise.
27121 (__gai_notify): Likewise.
27122 (__gai_notify_only): Likewise.
27123 * sysdeps/generic/aio_misc.h (__aio_sigqueue): Likewise.
27124 * sysdeps/generic/ldsodefs.h (_dl_fini): Likewise.
27125 (_dl_non_dynamic_init): Likewise.
27126 (_dl_aux_init): Likewise.
27127 * sysdeps/i386/machine-gmon.h (mcount_internal): Likewise.
27128 * sysdeps/unix/sysv/linux/i386/olddirent.h (__old_getdents64):
27129 Likewise.
27130 * wcsmbs/wcsmbsload.h (__wcsmbs_load_conv): Likewise.
27131 (__wcsmbs_clone_conv): Likewise.
27132 (__wcsmbs_named_conv): Likewise.
27133
27134 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
27135
27136 [BZ #18822]
27137 * include/stdlib.h (__random): Add attribute_hidden.
27138 (__random_r): Likewise.
27139 (__srandom_r): Likewise.
27140 (__initstate_r): Likewise.
27141 (__setstate_r): Likewise.
27142 (__erand48_r): Likewise.
27143 (__nrand48_r): Likewise.
27144 (__jrand48_r): Likewise.
27145 (__srand48_r): Likewise.
27146 (__seed48_r): Likewise.
27147 (__lcong48_r): Likewise.
27148 (__drand48_iterate): Likewise.
27149 (__setenv): Likewise.
27150 (__unsetenv): Likewise.
27151 (__clearenv): Likewise.
27152 (__ptsname_r): Likewise.
27153 (__posix_openpt): Likewise.
27154 (__add_to_environ): Likewise.
27155 (__realpath): Add libc_hidden_proto.
27156 (__ecvt_r): Likewise.
27157 (__fcvt_r): Likewise.
27158 (__qecvt_r): Likewise.
27159 (__qfcvt_r): Likewise.
27160 * misc/efgcvt_r.c (cvt_symbol_1): Add libc_hidden_def (local).
27161 * stdlib/canonicalize.c (__realpath): Add libc_hidden_def.
27162
27163 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
27164
27165 [BZ #18822]
27166 * include/stdlib.h (__ptsname_internal): Add attribute_hidden.
27167 * include/time.h (__mktime_internal): Likewise.
27168 * libio/iolibio.h (__fopen_internal): Likewise.
27169
27170 2017-10-01 John David Anglin <danglin@gcc.gnu.org>
27171
27172 * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Save return
27173 pointer in frame.
27174 * sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext): Likewise.
27175 Correct offset used to restore PIC register.
27176
27177 2017-09-30 John David Anglin <danglin@gcc.gnu.org>
27178
27179 [BZ libc/22165]
27180 * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Use PIC
27181 code to load address of __getcontext_ret when generating PIC code.
27182
27183 2017-09-30 H.J. Lu <hongjiu.lu@intel.com>
27184
27185 * elf/Makefile (tests-static-internal): Add
27186 tst-tls1-static-non-pie.
27187 (LDFLAGS-tst-tls1-static-non-pie): New.
27188 * elf/tst-tls1-static-non-pie.c: New file.
27189
27190 2017-09-29 Joseph Myers <joseph@codesourcery.com>
27191
27192 * sysdeps/ieee754/dbl-64/s_asinh.c: Include <libm-alias-double.h>.
27193 (asinh): Define using libm_alias_double.
27194 * sysdeps/ieee754/dbl-64/s_cbrt.c: Include <libm-alias-double.h>.
27195 (cbrt): Define using libm_alias_double.
27196 * sysdeps/ieee754/dbl-64/s_copysign.c: Include
27197 <libm-alias-double.h>.
27198 (copysign): Define using libm_alias_double.
27199 * sysdeps/ieee754/dbl-64/s_erf.c: Include <libm-alias-double.h>.
27200 (erf): Define using libm_alias_double.
27201 (erfc): Likewise.
27202 * sysdeps/ieee754/dbl-64/s_expm1.c: Include <libm-alias-double.h>.
27203 (expm1): Define using libm_alias_double.
27204 * sysdeps/ieee754/dbl-64/s_fabs.c: Include <libm-alias-double.h>.
27205 (fabs): Define using libm_alias_double.
27206 * sysdeps/ieee754/dbl-64/s_fromfp.c (fromfp): Define using
27207 libm_alias_double.
27208 * sysdeps/ieee754/dbl-64/s_fromfp_main.c: Include
27209 <libm-alias-double.h>.
27210 * sysdeps/ieee754/dbl-64/s_fromfpx.c (fromfpx): Define using
27211 libm_alias_double.
27212 * sysdeps/ieee754/dbl-64/s_getpayload.c: Include
27213 <libm-alias-double.h>.
27214 (getpayload): Define using libm_alias_double.
27215 * sysdeps/ieee754/dbl-64/s_llrint.c: Include
27216 <libm-alias-double.h>.
27217 (llrint): Define using libm_alias_double.
27218 * sysdeps/ieee754/dbl-64/s_lrint.c: Include <libm-alias-double.h>.
27219 (lrint): Define using libm_alias_double.
27220 * sysdeps/ieee754/dbl-64/s_nextup.c: Include
27221 <libm-alias-double.h>.
27222 (nextup): Define using libm_alias_double.
27223 * sysdeps/ieee754/dbl-64/s_roundeven.c: Include
27224 <libm-alias-double.h>.
27225 (roundeven): Define using libm_alias_double.
27226 * sysdeps/ieee754/dbl-64/s_setpayload.c (setpayload): Define using
27227 libm_alias_double.
27228 * sysdeps/ieee754/dbl-64/s_setpayload_main.c: Include
27229 <libm-alias-double.h>.
27230 * sysdeps/ieee754/dbl-64/s_setpayloadsig.c (setpayloadsig): Define
27231 using libm_alias_double.
27232 * sysdeps/ieee754/dbl-64/s_sin.c: Include <libm-alias-double.h>.
27233 (cos): Define using libm_alias_double.
27234 (sin): Likewise.
27235 * sysdeps/ieee754/dbl-64/s_sincos.c: Include
27236 <libm-alias-double.h>.
27237 (sincos): Define using libm_alias_double.
27238 * sysdeps/ieee754/dbl-64/s_tanh.c: Include <libm-alias-double.h>.
27239 (tanh): Define using libm_alias_double.
27240 * sysdeps/ieee754/dbl-64/s_totalorder.c: Include
27241 <libm-alias-double.h>.
27242 (totalorder): Define using libm_alias_double.
27243 * sysdeps/ieee754/dbl-64/s_totalordermag.c: Include
27244 <libm-alias-double.h>.
27245 (totalordermag): Define using libm_alias_double.
27246 * sysdeps/ieee754/dbl-64/s_ufromfp.c (ufromfp): Define using
27247 libm_alias_double.
27248 * sysdeps/ieee754/dbl-64/s_ufromfpx.c (ufromfpx): Define using
27249 libm_alias_double.
27250 * sysdeps/ieee754/dbl-64/wordsize-64/s_getpayload.c: Include
27251 <libm-alias-double.h>.
27252 (getpayload): Define using libm_alias_double.
27253 * sysdeps/ieee754/dbl-64/wordsize-64/s_roundeven.c: Include
27254 <libm-alias-double.h>.
27255 (roundeven): Define using libm_alias_double.
27256 * sysdeps/ieee754/dbl-64/wordsize-64/s_setpayload_main.c: Include
27257 <libm-alias-double.h>.
27258 * sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c: Include
27259 <libm-alias-double.h>.
27260 (totalorder): Define using libm_alias_double.
27261 * sysdeps/ieee754/dbl-64/wordsize-64/s_totalordermag.c: Include
27262 <libm-alias-double.h>.
27263 (totalordermag): Define using libm_alias_double.
27264 * sysdeps/ieee754/ldbl-opt/s_copysign.c (copysignl): Only define
27265 libc compat symbol here.
27266 * sysdeps/ieee754/ldbl-opt/s_asinh.c: Remove file.
27267 * sysdeps/ieee754/ldbl-opt/s_cbrt.c: Likewise.
27268 * sysdeps/ieee754/ldbl-opt/s_erf.c: Likewise.
27269 * sysdeps/ieee754/ldbl-opt/s_expm1.c: Likewise.
27270 * sysdeps/ieee754/ldbl-opt/s_fabs.c: Likewise.
27271 * sysdeps/ieee754/ldbl-opt/s_llrint.c: Likewise.
27272 * sysdeps/ieee754/ldbl-opt/s_lrint.c: Likewise.
27273 * sysdeps/ieee754/ldbl-opt/s_sin.c: Likewise.
27274 * sysdeps/ieee754/ldbl-opt/s_sincos.c: Likewise.
27275 * sysdeps/ieee754/ldbl-opt/s_tanh.c: Likewise.
27276
27277 2017-09-29 H.J. Lu <hongjiu.lu@intel.com>
27278
27279 * sysdeps/arm/dl-machine.h (elf_machine_load_address): Use
27280 _dl_relocate_static_pie instead of _dl_start to compute load
27281 address in static PIE. Return 0 if _DYNAMIC is undefined for
27282 static executable.
27283
27284 2017-09-29 H.J. Lu <hongjiu.lu@intel.com>
27285
27286 * sysdeps/mips/dl-machine.h (elf_machine_dynamic): Return 0 if
27287 _DYNAMIC is undefined for static executable.
27288
27289 2017-09-29 H.J. Lu <hongjiu.lu@intel.com>
27290
27291 * sysdeps/arm/start.S (_start): Check PIC instead of SHARED.
27292
27293 2017-09-29 Joseph Myers <joseph@codesourcery.com>
27294
27295 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27296
27297 2017-09-29 Wilco Dijkstra <wdijkstr@arm.com>
27298
27299 * sysdeps/ieee754/dbl-64/e_lgamma_r.c
27300 (__ieee754_lgamma_r): Use fabs rather than __fabs.
27301 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
27302 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
27303 * sysdeps/ieee754/flt-32/e_lgammaf_r.c
27304 (__ieee754_lgammaf_r): Use fabsf rather than __fabsf.
27305 * sysdeps/ieee754/flt-32/e_log10f.c (__ieee754_log10f): Likewise.
27306 * sysdeps/ieee754/flt-32/e_log2f.c (__ieee754_log2f): Likewise.
27307 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c
27308 (__ieee754_lgammal_r): Use fabsl rather than __fabsl.
27309 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
27310 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Likewise.
27311 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c
27312 (__ieee754_lgammal_r): Use fabsl rather than __fabsl.
27313 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
27314 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
27315 * sysdeps/powerpc/nofpu/Makefile: Add -fno-builtin-fabsl for BZ #29253.
27316
27317 2017-09-29 Wilco Dijkstra <wdijkstr@arm.com>
27318
27319 * math/bits/cmathcalls.h (cimag): Remove inline.
27320 (creal): Remove inline.
27321 (conj): Remove inline.
27322
27323 2017-09-29 Szabolcs Nagy <szabolcs.nagy@arm.com>
27324
27325 * math/Makefile (type-float-routines): Add e_powf_log2_data.
27326 * sysdeps/ieee754/flt-32/e_powf.c: New implementation.
27327 * sysdeps/ieee754/flt-32/e_powf_log2_data.c: New file.
27328 * sysdeps/ieee754/flt-32/math_config.h (__powf_log2_data): Define.
27329 (issignalingf_inline): Likewise.
27330 (POWF_LOG2_TABLE_BITS): Likewise.
27331 (POWF_LOG2_POLY_ORDER): Likewise.
27332 (POWF_SCALE_BITS): Likewise.
27333 (POWF_SCALE): Likewise.
27334 * sysdeps/i386/fpu/e_powf_log2_data.c: New file.
27335 * sysdeps/ia64/fpu/e_powf_log2_data.c: New file.
27336 * sysdeps/m68k/m680x0/fpu/e_powf_log2_data.c: New file.
27337
27338 2017-09-29 Szabolcs Nagy <szabolcs.nagy@arm.com>
27339
27340 * math/Makefile (type-float-routines): Add e_log2f_data.
27341 * sysdeps/ieee754/flt-32/e_log2f.c: New implementation.
27342 * sysdeps/ieee754/flt-32/e_log2f_data.c: New file.
27343 * sysdeps/ieee754/flt-32/math_config.h (__log2f_data): Define.
27344 (LOG2F_TABLE_BITS, LOG2F_POLY_ORDER): Define.
27345 * sysdeps/i386/fpu/e_log2f_data.c: New file.
27346 * sysdeps/ia64/fpu/e_log2f_data.c: New file.
27347 * sysdeps/m68k/m680x0/fpu/e_log2f_data.c: New file.
27348
27349 2017-09-29 Szabolcs Nagy <szabolcs.nagy@arm.com>
27350
27351 * math/Makefile (type-float-routines): Add e_logf_data.
27352 * sysdeps/ieee754/flt-32/e_logf.c: New implementation.
27353 * sysdeps/ieee754/flt-32/e_logf_data.c: New file.
27354 * sysdeps/ieee754/flt-32/math_config.h (__logf_data): Define.
27355 (LOGF_TABLE_BITS, LOGF_POLY_ORDER): Define.
27356 * sysdeps/i386/fpu/e_logf_data.c: New file.
27357 * sysdeps/ia64/fpu/e_logf_data.c: New file.
27358 * sysdeps/m68k/m680x0/fpu/e_logf_data.c: New file.
27359
27360 2017-09-28 H.J. Lu <hongjiu.lu@intel.com>
27361
27362 * sysdeps/i386/dl-machine.h (elf_machine_load_address): Allow
27363 undefined _DYNAMIC in PIE libc.a.
27364 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address):
27365 Likewse.
27366
27367 2017-09-28 Wilco Dijkstra <wdijkstr@arm.com>
27368
27369 * sysdeps/alpha/fpu/bits/mathinline.h: Delete file.
27370 * sysdeps/ia64/fpu/bits/mathinline.h: Delete file.
27371 * sysdeps/m68k/coldfire/fpu/bits/mathinline.h: Delete file.
27372 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h: (__signbitf): Remove.
27373 (__signbit): Remove.
27374 (__signbitl): Remove.
27375 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Remove.
27376 (__signbit): Remove.
27377 (__signbitl): Remove.
27378 * sysdeps/s390/fpu/bits/mathinline.h: (__signbitf): Remove.
27379 (__signbit): Remove.
27380 (__signbitl): Remove.
27381 * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf): Remove.
27382 (__signbit): Remove.
27383 (__signbitl): Remove.
27384 * sysdeps/tile/bits/mathinline.h: Delete file.
27385 * sysdeps/x86/fpu/bits/mathinline.h (__signbitf): Remove.
27386 (__signbit): Remove.
27387 (__signbitl): Remove.
27388
27389 2017-09-28 Wilco Dijkstra <wdijkstr@arm.com>
27390
27391 * math/math.h: Improve handling of C99 isgreater macros.
27392 * sysdeps/alpha/fpu/bits/mathinline.h: Remove isgreater macros.
27393 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h: Likewise.
27394 * sysdeps/powerpc/bits/mathinline.h: Likewise.
27395 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
27396 * sysdeps/x86/fpu/bits/mathinline.h: Likewise.
27397
27398 2017-09-28 Szabolcs Nagy <szabolcs.nagy@arm.com>
27399
27400 * sysdeps/aarch64/libm-test-ulps: Update.
27401
27402 2017-09-28 Joseph Myers <joseph@codesourcery.com>
27403
27404 [BZ #22225]
27405 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27406 math_opt_barrier on argument when doing arithmetic on it.
27407 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
27408 Likewise. Use math_force_eval not math_opt_barrier after
27409 arithmetic.
27410 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Use
27411 math_opt_barrier on argument when doing arithmetic on it.
27412 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27413 Likewise.
27414
27415 2017-09-27 H.J. Lu <hongjiu.lu@intel.com>
27416
27417 * sysdeps/unix/sysv/linux/ifaddrs.c (__getifaddrs): Add
27418 libc_hidden_def.
27419 (__freeifaddrs): Likewise.
27420
27421 2017-09-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
27422
27423 * include/dirent.h (__dirfd): New declaration.
27424 * dirent/dirfd.c (dirfd): Rename to __dirfd, and redefine as weak
27425 alias.
27426 * sysdeps/posix/dirfd/dirfd.c (dirfd): Likewise.
27427 * sysdeps/mach/hurd/dirfd.c (dirfd): Likewise.
27428 * io/ftw.c (open_dir_stream, ftw_dir): Use __dirfd instead of dirfd.
27429 * include/unistd.h (__revoke): New declaration.
27430 * misc/revoke.c (revoke): Rename to __revoke, and redefine as weak
27431 alias.
27432 * sysdeps/mach/hurd/revoke.c (revoke): Likewise.
27433 * sysdeps/unix/bsd/unlockpt.c (unlockpt): Use __revoke instead of
27434 revoke.
27435 * include/dirent.h (__seekdir): New declaration.
27436 * sysdeps/mach/hurd/seekdir.c (seekdir): Rename to __seekdir and
27437 redefine as weak alias.
27438 * sysdeps/mach/hurd/rewinddir.c (__rewinddir): Use __seekdir instead
27439 of seekdir.
27440 * include/ifaddrs.h (__getifaddrs, __freeifaddrs): New declarations,
27441 and use libc_hidden_def on them.
27442 * inet/ifaddrs.c (__getifaddrs, __freeifaddrs): Use libc_hidden_def on
27443 them.
27444 * sysdeps/gnu/ifaddrs.c (__getifaddrs, __freeifaddrs): Likewise.
27445 * inet/check_pf.c (__check_pf): Use __getifaddrs and __freeifaddrs
27446 instead of getifaddrs and freeifaddrs.
27447
27448 2017-09-26 H.J. Lu <hongjiu.lu@intel.com>
27449
27450 [BZ #18822]
27451 * dlfcn/modatexit.c (foo): Remove __dso_handle check.
27452 * dlfcn/modcxaatexit.c: Include <dso_handle.h>.
27453 (__dso_handle): Remove declaration.
27454 * dlfcn/tstatexit.c (__dso_handle): Removed.
27455 (main): Don't check __dso_handle.
27456 * dlfcn/tstcxaatexit.c (__dso_handle): Removed.
27457 (main): Don't check __dso_handle.
27458 * include/dso_handle.h: New file.
27459 * malloc/mtrace.c: Include <dso_handle.h>.
27460 (mtrace): Pass __dso_handle directly.
27461 * nptl/pthread_atfork.c: Include <dso_handle.h>.
27462 (__dso_handle): Remove declaration.
27463 (__pthread_atfork): Pass __dso_handle directly.
27464 * nptl/tst-atfork2mod.c: Include <dso_handle.h>.
27465 (__dso_handle): Removed.
27466 * posix/wordexp-test.c: Include <dso_handle.h>.
27467 (__dso_handle): Remove declaration.
27468 (__app_register_atfork): Pass __dso_handle directly.
27469 * stdlib/at_quick_exit.c: Include <dso_handle.h>.
27470 (__dso_handle): Remove declaration.
27471 (at_quick_exit): Pass __dso_handle directly.
27472 * stdlib/atexit.c: Include <dso_handle.h>.
27473 (__dso_handle): Remove declaration.
27474 (atexit): Pass __dso_handle directly.
27475 * stdlib/tst-tls-atexit-lib.c: Include <dso_handle.h>.
27476 (__dso_handle): Removed.
27477
27478 2017-09-26 Joseph Myers <joseph@codesourcery.com>
27479
27480 * sysdeps/unix/make-syscalls.sh: Use __ifunc to define symbols
27481 using VDSO.
27482
27483 2017-09-26 Alexey Makhalov <amakhalov@vmware.com>
27484
27485 * elf/dl-tunables.c (do_tunable_update_val): Range checking fix.
27486 * scripts/gen-tunables.awk: Set unspecified minval and/or maxval
27487 values to correct default value for given type.
27488
27489 2017-09-26 H.J. Lu <hongjiu.lu@intel.com>
27490
27491 [BZ #22101]
27492 * elf/Makefile (tests): Add tst-debug1.
27493 ($(objpfx)tst-debug1): New.
27494 ($(objpfx)tst-debug1.out): Likewise.
27495 ($(objpfx)tst-debug1mod1.so): Likewise.
27496 * elf/dl-load.c (_dl_map_object_from_fd): Skip PT_DYNAMIC segment
27497 with p_filesz == 0.
27498 * elf/tst-debug1.c: New file.
27499
27500 2017-09-26 Joseph Myers <joseph@codesourcery.com>
27501
27502 * sysdeps/sparc/sparc-ifunc.h [!__ASSEMBLER__] (sparc_libm_ifunc):
27503 Define using __ifunc.
27504
27505 2017-09-26 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
27506
27507 * sysdeps/powerpc/fpu/libm-test-ulps: Regenerate expf() and
27508 exp2f() values.
27509
27510 2017-09-26 Joseph Myers <joseph@codesourcery.com>
27511
27512 [BZ #22156]
27513 * sysdeps/ia64/stackinfo.h (DEFAULT_STACK_PERMS): Likewise.
27514
27515 2017-09-26 Florian Weimer <fweimer@redhat.com>
27516
27517 * resolv/Makefile (tests-internal): Fix typo in comment.
27518
27519 2017-09-26 Florian Weimer <fweimer@redhat.com>
27520
27521 * resolv/nss_dns/dns-host.c: Fix typo in comment.
27522
27523 2017-09-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
27524
27525 * lib/malloc/scratch_buffer.h (struct scratch_buffer):
27526 Use an union instead of a max_align_t array for __space,
27527 so that __space is the same size on all platforms.
27528 * malloc/scratch_buffer_grow_preserve.c
27529 (__libc_scratch_buffer_grow_preserve): Likewise.
27530
27531 [BZ #22183]
27532 * include/gnu-versions.h (_GNU_GLOB_INTERFACE_VERSION): Increase
27533 version to 2.
27534 * posix/Makefile (routines): Add glob-lstat-compat and
27535 glob64-lstat-compat.
27536 * posix/Versions (GLIBC_2.27, glob, glob64): Add symbol version.
27537 * posix/glob-lstat-compat.c: New file.
27538 * posix/glob64-lstat-compat.c: Likewise.
27539 * posix/tst-glob_lstat_compat.c: Likewise.
27540 * sysdeps/unix/sysv/linux/glob-lstat-compat.c: Likewise.
27541 * sysdeps/unix/sysv/linux/alpha/glob-lstat-compat.c: Likewise.
27542 * sysdeps/unix/sysv/linux/glob64-lstat-compat.c: Likewise.
27543 * sysdeps/unix/sysv/linux/s390/s390-32/glob64-lstat-compat.c:
27544 Likewise.
27545 * sysdeps/unix/sysv/linux/alpha/glob.c: Remove file.
27546 * sysdeps/unix/sysv/linux/s390/s390-32/glob64.c: Likewise.
27547 * posix/glob.c (glob_lstat): New function.
27548 (glob): Rename to __glob and add versioned symbol to 2.27.
27549 (glob_in_dir): Use glob_lstat.
27550 * posix/glob64.c (glob64): Add GLOB_ATTRIBUTE.
27551 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
27552 * sysdeps/unix/sysv/linux/glob.c (glob): Add versioned symbol for
27553 2.27.
27554 * sysdeps/unix/sysv/linux/glob64.c (glob64): Likewise.
27555 * sysdeps/unix/sysv/linux/oldglob.c (GLOB_NO_LSTAT): Define.
27556 * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_glob): Do not use
27557 gl_lstat on glob call.
27558 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Add GLIBC_2.27 glob
27559 and glob64 symbols.
27560 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
27561 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
27562 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
27563 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
27564 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
27565 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
27566 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
27567 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
27568 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
27569 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
27570 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
27571 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
27572 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
27573 Likewise.
27574 * sysdeps/unix/linux/powerpc/powerpc32/nofpu/libc.abilist: Likewise.
27575 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
27576 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
27577 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
27578 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
27579 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
27580 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
27581 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
27582 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
27583 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
27584 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
27585 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
27586
27587 2017-09-25 H.J. Lu <hongjiu.lu@intel.com>
27588
27589 * configure.ac (AS): Require binutils 2.25 or later.
27590 * configure: Regenerated.
27591
27592 2017-09-25 Paul Pluzhnikov <ppluzhnikov@google.com>
27593
27594 [BZ #22207]
27595 * stdlib/test-atexit-race-common.c (do_test): Minimize required
27596 VM size.
27597
27598 2017-09-25 DJ Delorie <dj@redhat.com>
27599
27600 [BZ #22161]
27601 * nscd/netgroupcache.c (addinnetgrX): Release read lock after
27602 resetting timeout.
27603
27604 2017-09-25 Stefan Liebler <stli@linux.vnet.ibm.com>
27605
27606 * sysdeps/ieee754/dbl-64/sincos32.h
27607 [SINCCOS32_H]: Remove define.
27608 [SINCOS32_H]: Define.
27609
27610 2017-09-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
27611
27612 * math/Versions (expf): New libm symbol at GLIBC_2.27.
27613 (exp2f): Likewise.
27614 * math/w_exp2f.c: New file.
27615 * math/w_expf.c: New file.
27616 * math/w_exp2f_compat.c (__exp2f_compat): For compat symbol only.
27617 * math/w_expf_compat.c (__expf_compat): Likewise.
27618 * sysdeps/ia64/fpu/e_exp2f.S: Add versioned symbols.
27619 * sysdeps/ia64/fpu/e_expf.S: Likewise.
27620 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
27621 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
27622 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
27623 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
27624 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
27625 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
27626 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
27627 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
27628 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
27629 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
27630 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
27631 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
27632 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
27633 Likewise.
27634 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
27635 Likewise.
27636 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
27637 Likewise.
27638 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
27639 Likewise.
27640 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
27641 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
27642 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
27643 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
27644 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
27645 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
27646 Likewise.
27647 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
27648 Likewise.
27649 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
27650 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
27651 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
27652
27653 2017-09-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
27654
27655 * math/Makefile (type-float-routines): Add math_errf and e_exp2f_data.
27656 * sysdeps/aarch64/fpu/math_private.h (TOINT_INTRINSICS): Define.
27657 (roundtoint, converttoint): Likewise.
27658 * sysdeps/ieee754/flt-32/e_expf.c: New implementation.
27659 * sysdeps/ieee754/flt-32/e_exp2f.c: New implementation.
27660 * sysdeps/ieee754/flt-32/e_exp2f_data.c: New file.
27661 * sysdeps/ieee754/flt-32/math_config.h: New file.
27662 * sysdeps/ieee754/flt-32/math_errf.c: New file.
27663 * sysdeps/ieee754/flt-32/t_exp2f.h: Remove.
27664 * sysdeps/i386/fpu/e_exp2f_data.c: New file.
27665 * sysdeps/i386/fpu/math_errf.c: New file.
27666 * sysdeps/ia64/fpu/e_exp2f_data.c: New file.
27667 * sysdeps/ia64/fpu/math_errf.c: New file.
27668 * sysdeps/m68k/m680x0/fpu/e_exp2f_data.c: New file.
27669 * sysdeps/m68k/m680x0/fpu/math_errf.c: New file.
27670
27671 2017-09-24 Samuel Thibault <samuel.thibault@ens-lyon.org>
27672
27673 * sysdeps/mach/hurd/dl-sysdep.c (check_no_hidden): New macro.
27674 (__open, __close, __libc_read, __libc_write, __writev, __libc_lseek64,
27675 __mmap, __fxstat64, __xstat64, __access, __access_noerrno, __getpid,
27676 __getcwd, __sbrk, __strtoul_internal, _exit, abort): Use check_no_hidden
27677 to make sure that these symbols are defined.
27678 * sysdeps/mach/hurd/bits/socket.h: Include <bits/wordsize.h> instead
27679 of <limits.h>
27680 (__need_NULL): Do not define.
27681 (__ss_aligntype): Use __WORDSIZE instead of ULONG_MAX to determine
27682 alignment.
27683 [!__USE_MISC] (pseudo_AF_XTP, pseudo_AF_RTIP, pseudo_AF_PIP,
27684 CMGROUP_MAX, cmsgcred): Do not define.
27685 (CMSG_FIRSTHDR, __cmsg_nxthdr): Use (struct cmsghdr *) 0 instead of
27686 NULL.
27687 * bits/socket.h: Likewise.
27688 * sysdeps/unix/clock_gettime.c (realtime_gettime, __clock_gettime): Use
27689 __gettimeofday instead of gettimeofday.
27690 * sysdeps/unix/clock_settime.c (__clock_settime): Use __settimeofday
27691 instead of settimeofday.
27692
27693 2017-09-22 Joseph Myers <joseph@codesourcery.com>
27694
27695 * sysdeps/ieee754/flt-32/s_asinhf.c: Include <libm-alias-float.h>.
27696 (asinhf): Define using libm_alias_float.
27697 * sysdeps/ieee754/flt-32/s_atanf.c: Include <libm-alias-float.h>.
27698 (atanf): Define using libm_alias_float.
27699 * sysdeps/ieee754/flt-32/s_cbrtf.c: Include <libm-alias-float.h>.
27700 (cbrtf): Define using libm_alias_float.
27701 * sysdeps/ieee754/flt-32/s_ceilf.c: Include <libm-alias-float.h>.
27702 (ceilf): Define using libm_alias_float.
27703 * sysdeps/ieee754/flt-32/s_copysignf.c: Include
27704 <libm-alias-float.h>.
27705 (copysignf): Define using libm_alias_float.
27706 * sysdeps/ieee754/flt-32/s_cosf.c: Include <libm-alias-float.h>.
27707 (cosf): Define using libm_alias_float.
27708 * sysdeps/ieee754/flt-32/s_erff.c: Include <libm-alias-float.h>.
27709 (erff): Define using libm_alias_float.
27710 (erfcf): Likewise.
27711 * sysdeps/ieee754/flt-32/s_expm1f.c: Include <libm-alias-float.h>.
27712 (expm1f): Define using libm_alias_float.
27713 * sysdeps/ieee754/flt-32/s_fabsf.c: Include <libm-alias-float.h>.
27714 (fabsf): Define using libm_alias_float.
27715 * sysdeps/ieee754/flt-32/s_floorf.c: Include <libm-alias-float.h>.
27716 (floorf): Define using libm_alias_float.
27717 * sysdeps/ieee754/flt-32/s_frexpf.c: Include <libm-alias-float.h>.
27718 (frexpf): Define using libm_alias_float.
27719 * sysdeps/ieee754/flt-32/s_fromfpf.c (fromfpf): Define using
27720 libm_alias_float.
27721 * sysdeps/ieee754/flt-32/s_fromfpf_main.c: Include
27722 <libm-alias-float.h>.
27723 * sysdeps/ieee754/flt-32/s_fromfpxf.c (fromfpxf): Define using
27724 libm_alias_float.
27725 * sysdeps/ieee754/flt-32/s_getpayloadf.c: Include
27726 <libm-alias-float.h>.
27727 (getpayloadf): Define using libm_alias_float.
27728 * sysdeps/ieee754/flt-32/s_llrintf.c: Include
27729 <libm-alias-float.h>.
27730 (llrintf): Define using libm_alias_float.
27731 * sysdeps/ieee754/flt-32/s_llroundf.c: Include
27732 <libm-alias-float.h>.
27733 (llroundf): Define using libm_alias_float.
27734 * sysdeps/ieee754/flt-32/s_logbf.c: Include <libm-alias-float.h>.
27735 (logbf): Define using libm_alias_float.
27736 * sysdeps/ieee754/flt-32/s_lrintf.c: Include <libm-alias-float.h>.
27737 (lrintf): Define using libm_alias_float.
27738 * sysdeps/ieee754/flt-32/s_lroundf.c: Include <libm-alias-float.h>.
27739 (lroundf): Define using libm_alias_float.
27740 * sysdeps/ieee754/flt-32/s_modff.c: Include <libm-alias-float.h>.
27741 (modff): Define using libm_alias_float.
27742 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Include
27743 <libm-alias-float.h>.
27744 (nearbyintf): Define using libm_alias_float.
27745 * sysdeps/ieee754/flt-32/s_nextafterf.c: Include
27746 <libm-alias-float.h>.
27747 (nextafterf): Define using libm_alias_float.
27748 * sysdeps/ieee754/flt-32/s_nextupf.c: Include
27749 <libm-alias-float.h>.
27750 (nextupf): Define using libm_alias_float.
27751 * sysdeps/ieee754/flt-32/s_remquof.c: Include
27752 <libm-alias-float.h>.
27753 (remquof): Define using libm_alias_float.
27754 * sysdeps/ieee754/flt-32/s_rintf.c: Include <libm-alias-float.h>.
27755 (rintf): Define using libm_alias_float.
27756 * sysdeps/ieee754/flt-32/s_roundevenf.c: Include
27757 <libm-alias-float.h>.
27758 (roundevenf): Define using libm_alias_float.
27759 * sysdeps/ieee754/flt-32/s_roundf.c: Include <libm-alias-float.h>.
27760 (roundf): Define using libm_alias_float.
27761 * sysdeps/ieee754/flt-32/s_setpayloadf.c (setpayloadf): Define
27762 using libm_alias_float.
27763 * sysdeps/ieee754/flt-32/s_setpayloadf_main.c: Include
27764 <libm-alias-float.h>.
27765 * sysdeps/ieee754/flt-32/s_setpayloadsigf.c (setpayloadsigf):
27766 Define using libm_alias_float.
27767 * sysdeps/ieee754/flt-32/s_sincosf.c: Include
27768 <libm-alias-float.h>.
27769 (sincosf): Define using libm_alias_float.
27770 * sysdeps/ieee754/flt-32/s_sinf.c: Include <libm-alias-float.h>.
27771 (sinf): Define using libm_alias_float.
27772 * sysdeps/ieee754/flt-32/s_tanf.c: Include <libm-alias-float.h>.
27773 (tanf): Define using libm_alias_float.
27774 * sysdeps/ieee754/flt-32/s_tanhf.c: Include <libm-alias-float.h>.
27775 (tanhf): Define using libm_alias_float.
27776 * sysdeps/ieee754/flt-32/s_totalorderf.c: Include
27777 <libm-alias-float.h>.
27778 (totalorderf): Define using libm_alias_float.
27779 * sysdeps/ieee754/flt-32/s_totalordermagf.c: Include
27780 <libm-alias-float.h>.
27781 (totalordermagf): Define using libm_alias_float.
27782 * sysdeps/ieee754/flt-32/s_truncf.c: Include <libm-alias-float.h>.
27783 (truncf): Define using libm_alias_float.
27784 * sysdeps/ieee754/flt-32/s_ufromfpf.c (ufromfpf): Define using
27785 libm_alias_float.
27786 * sysdeps/ieee754/flt-32/s_ufromfpxf.c (ufromfpxf): Define using
27787 libm_alias_float.
27788
27789 2017-09-22 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
27790
27791 [BZ #22146]
27792 math/math.h: Let fpclassify use the builtin in C++ mode, even
27793 when optimazing for size.
27794
27795 2017-09-22 Joseph Myers <joseph@codesourcery.com>
27796
27797 * csu/Makefile (generated): Do not add version-info.h.
27798 (before-compile): Likewise.
27799 (all-Banner-files): Remove variable.
27800 ($(objpfx)version-info.h): Remove rule.
27801 * csu/version.c (banner): Do not include "version-info.h".
27802 * libidn/Banner: Remove.
27803 * manual/contrib.texi (Simon Josefsson): New entry.
27804
27805 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
27806
27807 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
27808 Remove conditionals on LDBL_MANT_DIG.
27809 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c
27810 (__ieee754_lgammal_r): Likewise.
27811
27812 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
27813
27814 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Remove definitions of
27815 _Float128 and L().
27816 * sysdeps/ieee754/ldbl-128ibm/e_j0l.c: Remove definitions of
27817 _Float128 and L(). Replace _Float128 with long double and L(x)
27818 with xL, throughout the file.
27819 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
27820 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c: Likewise.
27821 * sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c: Likewise.
27822 * sysdeps/ieee754/ldbl-128ibm/t_expl.h: Likewise.
27823
27824 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
27825
27826 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Include tables from
27827 sysdeps/ieee754/ldbl-128ibm.
27828 * sysdeps/ieee754/ldbl-128ibm/e_j0l.c: Copy contents from the
27829 equivalent implementation in sysdeps/ieee754/ldbl-128/ instead
27830 of including it. Keep _Float128 and L() intact. These will be
27831 reviewed by a separate patch.
27832 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
27833 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c: Likewise.
27834 * sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c: Likewise.
27835 * sysdeps/ieee754/ldbl-128ibm/t_expl.h: Likewise.
27836
27837 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
27838
27839 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c
27840 (__finitef128): Define to __redirect___finitef128.
27841 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c
27842 (__isinff128): Define to __redirect___isinff128.
27843 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c
27844 (__isnanf128): Define to __redirect___isnanf128.
27845
27846 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
27847
27848 * sysdeps/powerpc/powerpc64le/Makefile
27849 (CFLAGS-tst-strtod-nan-locale.c): New variable.
27850 (CFLAGS-tst-wcstod-nan-locale.c): New variable.
27851
27852 2017-09-21 Paul Pluzhnikov <ppluzhnikov@google.com>
27853 Carlos O'Donell <carlos@redhat.com>
27854
27855 [BZ #22180]
27856 * stdlib/Makefile (tests): Add test-dlclose-exit-race.
27857 * stdlib/test-dlclose-exit-race.c: New file.
27858 * stdlib/test-dlclose-exit-race-helper.c: New file.
27859 * stdlib/exit.c (__run_exit_handlers): Mark slot as free.
27860
27861 2017-09-21 Joseph Myers <joseph@codesourcery.com>
27862
27863 * crypt/Banner: Remove file.
27864 * nptl/Banner: Likewise.
27865 * resolv/Banner: Likewise.
27866 * soft-fp/Banner: Likewise.
27867 * nptl/Makefile ($(objpfx)banner.h): Remove rule.
27868 ($(objpfx)version.d): Remove dependency on banner.h.
27869 ($(objpfx)version.os): Likewise.
27870 * nptl/version.c (banner): Do not include banner.h.
27871 * manual/contrib.texi: Update entries for Richard Henderson, Jakub
27872 Jelinek and BIND code.
27873
27874 2017-09-20 Paul Pluzhnikov <ppluzhnikov@google.com>
27875 Carlos O'Donell <carlos@redhat.com>
27876
27877 * support/xdlfcn.h: New file.
27878 * support/xdlfcn.c: New file.
27879 * support/Makefile (libsupport-routines): Add xdlfcn.
27880 * stdlib/tst-tls-atexit.c: Use xdlopen, xdlsym, xdlclose.
27881
27882 2017-09-20 Joseph Myers <joseph@codesourcery.com>
27883
27884 [BZ #20142]
27885 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
27886 Add s_trunc-c, s_truncf-c, s_trunc-sse4_1 and s_truncf-sse4_1.
27887 * sysdeps/x86_64/fpu/multiarch/s_trunc-c.c: New file.
27888 * sysdeps/x86_64/fpu/multiarch/s_trunc-sse4_1.S: Likewise.
27889 * sysdeps/x86_64/fpu/multiarch/s_trunc.c: Likewise.
27890 * sysdeps/x86_64/fpu/multiarch/s_truncf-c.c: Likewise.
27891 * sysdeps/x86_64/fpu/multiarch/s_truncf-sse4_1.S: Likewise.
27892 * sysdeps/x86_64/fpu/multiarch/s_truncf.c: Likewise.
27893
27894 2017-09-20 Paul Pluzhnikov <ppluzhnikov@google.com>
27895 Ricky Zhou <rickyz@google.com>
27896 Anoop V Chakkalakkal <anoop.vijayan@in.ibm.com>
27897
27898 [BZ #14333]
27899 * stdlib/cxa_atexit.c (__internal_atexit): Use __exit_funcs_lock.
27900 Remove atomics.
27901 (__new_exitfn): Fail registration when we finished at_exit processing.
27902 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
27903 * stdlib/on_exit.c (__on_exit): Likewise.
27904 * stdlib/exit.c (__exit_funcs_done): New variable.
27905 (__run_exit_handlers): Use __exit_funcs_lock.
27906 * stdlib/exit.h (__exit_funcs_lock, __exit_funcs_done): New
27907 declarations.
27908 * stdlib/Makefile (test-atexit-race, test-quick_at_exit-race)
27909 (test-cxa_atexit-race, test-on_exit-race): New tests.
27910 * stdlib/test-atexit-race-common.c: New file.
27911 * stdlib/test-atexit-race.c: New file.
27912 * stdlib/test-at_quick_exit-race.c: New file.
27913 * stdlib/test-cxa_atexit-race.c: New file.
27914 * stdlib/test-on_exit-race.c: New file.
27915
27916 2017-09-20 Szabolcs Nagy <szabolcs.nagy@arm.com>
27917
27918 * benchtests/Makefile: Add exp2f and log2f benchmarks.
27919 * benchtests/exp2f-inputs: Copy of expf-inputs.
27920 * benchtests/log2f-inputs: Copy of logf-inputs.
27921
27922 2017-09-19 Joseph Myers <joseph@codesourcery.com>
27923
27924 * sysdeps/unix/sysv/linux/fexecve.c (fexecve) [__NR_execveat]:
27925 Explicitly take address of first element of array arguments in
27926 call to INLINE_SYSCALL.
27927
27928 2017-09-19 Andreas Schwab <schwab@suse.de>
27929
27930 [BZ #22134]
27931 * sysdeps/unix/sysv/linux/fexecve.c (fexecve) [__NR_execveat]: Try
27932 execveat first.
27933 [!__ASSUME_EXECVEAT]: Fall back to /proc if execveat is
27934 unimplemented.
27935 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_EXECVEAT)
27936 [__LINUX_KERNEL_VERSION >= 0x031300]: Define.
27937 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
27938 (__ASSUME_EXECVEAT) [__LINUX_KERNEL_VERSION < 0x040200]: Undef.
27939 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
27940 (__ASSUME_EXECVEAT) [__LINUX_KERNEL_VERSION < 0x040000]: Undef.
27941 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
27942 (__ASSUME_EXECVEAT) [__LINUX_KERNEL_VERSION < 0x040000]: Undef.
27943 * posix/Makefile (tests): Add tst-fexecve.
27944 * posix/tst-fexecve.c: New file.
27945
27946 2017-09-19 Wilco Dijkstra <wdijkstr@arm.com>
27947
27948 * benchtests/Makefile: Add logf benchmark.
27949 * benchtests/logf-inputs: Add reduced trace from wrf_r.
27950
27951 2017-09-19 Wilco Dijkstra <wdijkstr@arm.com>
27952
27953 * benchtests/Makefile: Add expf benchmark.
27954 * benchtests/expf-inputs: Add reduced trace from wrf_r.
27955
27956 2017-09-19 Wilco Dijkstra <wdijkstr@arm.com>
27957
27958 * csu/Makefile: Add -funwind-tables to libc-start.c.
27959 * debug/Makefile: Add -funwind-tables to backtrace.c.
27960 * sysdeps/aarch64/Makefile: Remove CFLAGS-backtrace.c.
27961 * sysdeps/arm/Makefile: Likewise.
27962 * sysdeps/i386/Makefile: Likewise.
27963 * sysdeps/m68k/Makefile: Likewise.
27964 * sysdeps/mips/Makefile: Likewise.
27965 * sysdeps/nios2/Makefile: Likewise.
27966 * sysdeps/sh/Makefile: Likewise.
27967 * sysdeps/sparc/Makefile: Likewise.
27968
27969 2017-09-19 Joseph Myers <joseph@codesourcery.com>
27970
27971 * benchtests/Makefile (bench-math): Add trunc and truncf.
27972 (CFLAGS-bench-trunc.c): New variable.
27973 (CFLAGS-bench-truncf.c): Likewise.
27974 * benchtests/trunc-inputs: New file.
27975 * benchtests/truncf-inputs: Likewise.
27976
27977 2017-09-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
27978
27979 * sysdeps/powerpc/powerpc64/power8/memset.S: Avoid misaligned stores.
27980
27981 2017-09-18 Joseph Myers <joseph@codesourcery.com>
27982
27983 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c [LIBM_SVID_COMPAT &&
27984 !LONG_DOUBLE_COMPAT (libm, GLIBC_2_1)] (weak_alias): Undefine and
27985 redefine.
27986 [LIBM_SVID_COMPAT && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_1)]
27987 (exp10l): Define as weak alias.
27988 * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c [LIBM_SVID_COMPAT
27989 && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (weak_alias): Undefine
27990 and redefine.
27991 [LIBM_SVID_COMPAT && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)]
27992 (remainderl): Define as weak alias.
27993
27994 * math/s_fmal.c: Include <libm-alias-ldouble.h>.
27995 (fmal): Define using libm_alias_ldouble.
27996 * math/w_acoshl_compat.c: Include <libm-alias-ldouble.h>.
27997 (acoshl): Define using libm_alias_ldouble.
27998 * math/w_acosl_compat.c: Include <libm-alias-ldouble.h>.
27999 (acosl): Define using libm_alias_ldouble.
28000 * math/w_asinl_compat.c: Include <libm-alias-ldouble.h>.
28001 (asinl): Define using libm_alias_ldouble.
28002 * math/w_atan2l_compat.c: Include <libm-alias-ldouble.h>.
28003 (atan2l): Define using libm_alias_ldouble.
28004 * math/w_atanhl_compat.c: Include <libm-alias-ldouble.h>.
28005 (atanhl): Define using libm_alias_ldouble.
28006 * math/w_coshl_compat.c: Include <libm-alias-ldouble.h>.
28007 (coshl): Define using libm_alias_ldouble.
28008 * math/w_exp10l_compat.c: Include <libm-alias-ldouble.h>.
28009 (exp10l): Define using libm_alias_ldouble.
28010 * math/w_exp2l_compat.c: Include <libm-alias-ldouble.h>.
28011 (exp2l): Define using libm_alias_ldouble.
28012 * math/w_expl_compat.c: Include <libm-alias-ldouble.h>.
28013 (expl): Define using libm_alias_ldouble.
28014 * math/w_fmodl_compat.c: Include <libm-alias-ldouble.h>.
28015 (fmodl): Define using libm_alias_ldouble.
28016 * math/w_hypotl_compat.c: Include <libm-alias-ldouble.h>.
28017 (hypotl): Define using libm_alias_ldouble.
28018 * math/w_j0l_compat.c: Include <libm-alias-ldouble.h>.
28019 (j0l): Define using libm_alias_ldouble.
28020 (y0l): Likewise.
28021 * math/w_j1l_compat.c: Include <libm-alias-ldouble.h>.
28022 (j1l): Define using libm_alias_ldouble.
28023 (y1l): Likewise.
28024 * math/w_jnl_compat.c: Include <libm-alias-ldouble.h>.
28025 (jnl): Define using libm_alias_ldouble.
28026 (ynl): Likewise.
28027 * math/w_log10l_compat.c: Include <libm-alias-ldouble.h>.
28028 (log10l): Define using libm_alias_ldouble.
28029 * math/w_log2l_compat.c: Include <libm-alias-ldouble.h>.
28030 (log2l): Define using libm_alias_ldouble.
28031 * math/w_logl_compat.c: Include <libm-alias-ldouble.h>.
28032 (logl): Define using libm_alias_ldouble.
28033 * math/w_powl_compat.c: Include <libm-alias-ldouble.h>.
28034 (powl): Define using libm_alias_ldouble.
28035 * math/w_remainderl_compat.c: Include <libm-alias-ldouble.h>.
28036 (remainderl): Define using libm_alias_ldouble.
28037 * math/w_sinhl_compat.c: Include <libm-alias-ldouble.h>.
28038 (sinhl): Define using libm_alias_ldouble.
28039 * math/w_sqrtl_compat.c: Include <libm-alias-ldouble.h>.
28040 (sqrtl): Define using libm_alias_ldouble.
28041 * math/w_tgammal_compat.c: Include <libm-alias-ldouble.h>.
28042 (tgammal): Define using libm_alias_ldouble.
28043 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c [LIBM_SVID_COMPAT]
28044 (exp10l): Do not use long_double_symbol here.
28045 * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c
28046 [LIBM_SVID_COMPAT] (remainderl): Likewise.
28047 * sysdeps/ieee754/ldbl-opt/s_fmal.c: Remove.
28048 * sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c: Likewise.
28049 * sysdeps/ieee754/ldbl-opt/w_acosl_compat.c: Likewise.
28050 * sysdeps/ieee754/ldbl-opt/w_asinl_compat.c: Likewise.
28051 * sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c: Likewise.
28052 * sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c: Likewise.
28053 * sysdeps/ieee754/ldbl-opt/w_coshl_compat.c: Likewise.
28054 * sysdeps/ieee754/ldbl-opt/w_expl_compat.c: Likewise.
28055 * sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c: Likewise.
28056 * sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c: Likewise.
28057 * sysdeps/ieee754/ldbl-opt/w_j0l_compat.c: Likewise.
28058 * sysdeps/ieee754/ldbl-opt/w_j1l_compat.c: Likewise.
28059 * sysdeps/ieee754/ldbl-opt/w_jnl_compat.c: Likewise.
28060 * sysdeps/ieee754/ldbl-opt/w_log10l_compat.c: Likewise.
28061 * sysdeps/ieee754/ldbl-opt/w_log2l_compat.c: Likewise.
28062 * sysdeps/ieee754/ldbl-opt/w_logl_compat.c: Likewise.
28063 * sysdeps/ieee754/ldbl-opt/w_powl_compat.c: Likewise.
28064 * sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c: Likewise.
28065 * sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c: Likewise.
28066 * sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c: Likewise.
28067
28068 2017-09-18 Wang Boshi <wangboshi@huawei.com> (tiny change)
28069
28070 * sysdeps/aarch64/start.S: Use MOVL instead of literal pools.
28071 * sysdeps/aarch64/sysdep.h (MOVL): Add MOVL macro.
28072
28073 2017-09-17 Samuel Thibault <samuel.thibault@ens-lyon.org>
28074
28075 * io/read.c (read): Add libc_hidden_weak.
28076 * sysdeps/mach/hurd/read.c (read): Likewise.
28077 * io/write.c (write): Likewise.
28078 * sysdeps/mach/hurd/write.c (write): Likewise.
28079 * io/pread64.c (__pread64): Likewise.
28080 * sysdeps/mach/hurd/pread64.c (__pread64): Likewise.
28081 * posix/pread64.c (__pread64): Add libc_hidden_def.
28082
28083 2017-09-16 Siddhesh Poyarekar <siddhesh@sourceware.org>
28084
28085 * benchtests/scripts/compare_strings.py: New option -g.
28086 (draw_graph): Print a message that a graph is being generated.
28087 (process_results): Generate graph only if -g is passed.
28088 (main): Process option -g.
28089
28090 * benchtests/scripts/compare_strings.py (process_results):
28091 Better spacing for output.
28092
28093 * benchtests/scripts/compare_strings.py: Use argparse.
28094 * benchtests/README: Document existence of compare_strings.py.
28095
28096 2017-09-15 Joseph Myers <joseph@codesourcery.com>
28097
28098 * math/s_fma.c: Include <libm-alias-double.h>.
28099 (fma): Define using libm_alias_double.
28100 * math/s_nextafter.c: Include <libm-alias-double.h>.
28101 (nextafter): Define using libm_alias_double.
28102 * math/w_acos_compat.c: Include <libm-alias-double.h>.
28103 (acos): Define using libm_alias_double.
28104 * math/w_acosh_compat.c: Include <libm-alias-double.h>.
28105 (aocsh): Define using libm_alias_double.
28106 * math/w_asin_compat.c: Include <libm-alias-double.h>.
28107 (asin): Define using libm_alias_double.
28108 * math/w_atan2_compat.c: Include <libm-alias-double.h>.
28109 (atan2): Define using libm_alias_double.
28110 * math/w_atanh_compat.c: Include <libm-alias-double.h>.
28111 (atanh): Define using libm_alias_double.
28112 * math/w_cosh_compat.c: Include <libm-alias-double.h>.
28113 (cosh): Define using libm_alias_double.
28114 * math/w_exp10_compat.c: Include <libm-alias-double.h>.
28115 (exp10): Define using libm_alias_double.
28116 * math/w_exp2_compat.c: Include <libm-alias-double.h>.
28117 (exp2): Define using libm_alias_double.
28118 * math/w_exp_compat.c: Include <libm-alias-double.h>.
28119 (exp): Define using libm_alias_double.
28120 * math/w_fmod_compat.c: Include <libm-alias-double.h>.
28121 (fmod): Define using libm_alias_double.
28122 * math/w_hypot_compat.c: Include <libm-alias-double.h>.
28123 (hypot): Define using libm_alias_double.
28124 * math/w_j0_compat.c: Include <libm-alias-double.h>.
28125 (j0): Define using libm_alias_double.
28126 (y0): Likewise.
28127 * math/w_j1_compat.c: Include <libm-alias-double.h>.
28128 (j1): Define using libm_alias_double.
28129 (y1): Likewise.
28130 * math/w_jn_compat.c: Include <libm-alias-double.h>.
28131 (jn): Define using libm_alias_double.
28132 (yn): Likewise.
28133 * math/w_log10_compat.c: Include <libm-alias-double.h>.
28134 (log10): Define using libm_alias_double.
28135 * math/w_log2_compat.c: Include <libm-alias-double.h>.
28136 (log2): Define using libm_alias_double.
28137 * math/w_log_compat.c: Include <libm-alias-double.h>.
28138 (log): Define using libm_alias_double.
28139 * math/w_pow_compat.c: Include <libm-alias-double.h>.
28140 (pow): Define using libm_alias_double.
28141 * math/w_remainder_compat.c: Include <libm-alias-double.h>.
28142 (remainder): Define using libm_alias_double.
28143 * math/w_sinh_compat.c: Include <libm-alias-double.h>.
28144 (sinh): Define using libm_alias_double.
28145 * math/w_sqrt_compat.c: Include <libm-alias-double.h>.
28146 (sqrt): Define using libm_alias_double.
28147 * math/w_tgamma_compat.c: Include <libm-alias-double.h>.
28148 (tgamma): Define using libm_alias_double.
28149 * sysdeps/ieee754/ldbl-opt/s_nextafter.c [LONG_DOUBLE_COMPAT(libm,
28150 GLIBC_2_0)] (nextafterl): Do not define compat symbol here.
28151 * sysdeps/ieee754/ldbl-opt/w_exp10_compat.c
28152 [LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)] (exp10l): Likewise.
28153 * sysdeps/ieee754/ldbl-opt/w_remainder_compat.c
28154 [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (remainderl): Likewise.
28155 * sysdeps/ieee754/ldbl-opt/w_acos_compat.c: Remove.
28156 * sysdeps/ieee754/ldbl-opt/w_acosh_compat.c: Likewise.
28157 * sysdeps/ieee754/ldbl-opt/w_asin_compat.c: Likewise.
28158 * sysdeps/ieee754/ldbl-opt/w_atan2_compat.c: Likewise.
28159 * sysdeps/ieee754/ldbl-opt/w_atanh_compat.c: Likewise.
28160 * sysdeps/ieee754/ldbl-opt/w_cosh_compat.c: Likewise.
28161 * sysdeps/ieee754/ldbl-opt/w_exp_compat.c: Likewise.
28162 * sysdeps/ieee754/ldbl-opt/w_fmod_compat.c: Likewise.
28163 * sysdeps/ieee754/ldbl-opt/w_hypot_compat.c: Likewise.
28164 * sysdeps/ieee754/ldbl-opt/w_j0_compat.c: Likewise.
28165 * sysdeps/ieee754/ldbl-opt/w_j1_compat.c: Likewise.
28166 * sysdeps/ieee754/ldbl-opt/w_jn_compat.c: Likewise.
28167 * sysdeps/ieee754/ldbl-opt/w_log10_compat.c: Likewise.
28168 * sysdeps/ieee754/ldbl-opt/w_log2_compat.c: Likewise.
28169 * sysdeps/ieee754/ldbl-opt/w_log_compat.c: Likewise.
28170 * sysdeps/ieee754/ldbl-opt/w_pow_compat.c: Likewise.
28171 * sysdeps/ieee754/ldbl-opt/w_sinh_compat.c: Likewise.
28172 * sysdeps/ieee754/ldbl-opt/w_sqrt_compat.c: Likewise.
28173 * sysdeps/ieee754/ldbl-opt/w_tgamma_compat.c: Likewise.
28174
28175 * math/e_acoshl.c: Remove.
28176 * math/e_acosl.c: Likewise.
28177 * math/e_asinl.c: Likewise.
28178 * math/e_atan2l.c: Likewise.
28179 * math/e_atanhl.c: Likewise.
28180 * math/e_coshl.c: Likewise.
28181 * math/e_expl.c: Likewise.
28182 * math/e_fmodl.c: Likewise.
28183 * math/e_gammal_r.c: Likewise.
28184 * math/e_hypotl.c: Likewise.
28185 * math/e_j0l.c: Likewise.
28186 * math/e_j1l.c: Likewise.
28187 * math/e_jnl.c: Likewise.
28188 * math/e_lgammal_r.c: Likewise.
28189 * math/e_log10l.c: Likewise.
28190 * math/e_log2l.c: Likewise.
28191 * math/e_logl.c: Likewise.
28192 * math/e_powl.c: Likewise.
28193 * math/e_rem_pio2l.c: Likewise.
28194 * math/e_sinhl.c: Likewise.
28195 * math/e_sqrtf128.c: Likewise.
28196 * math/e_sqrtl.c: Likewise.
28197 * math/k_cosl.c: Likewise.
28198 * math/k_sinl.c: Likewise.
28199 * math/k_tanl.c: Likewise.
28200 * math/s_asinhl.c: Likewise.
28201 * math/s_atanl.c: Likewise.
28202 * math/s_cbrtl.c: Likewise.
28203 * math/s_erfl.c: Likewise.
28204 * math/s_expm1l.c: Likewise.
28205 * math/s_log1pl.c: Likewise.
28206 * math/s_tanhl.c: Likewise.
28207
28208 2017-09-15 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
28209
28210 [BZ #21745]
28211 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile:
28212 [$(subdir) = math] (sysdep_calls): New variable. Has the
28213 previous contents of sysdep_routines, but re-sorted..
28214 [$(subdir) = math] (sysdep_routines): Re-use the contents from
28215 sysdep_calls.
28216 [$(subdir) = math] (libm-sysdep_routines): Remove the functions
28217 defined in sysdep_calls and replace by the respective m_* names.
28218 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S:
28219 (compat_symbol): Undefine to avoid duplicated compat symbols in
28220 libc.
28221
28222 2017-09-15 Joseph Myers <joseph@codesourcery.com>
28223
28224 * math/s_fmaf.c: Include <libm-alias-float.h>.
28225 (fmaf): Define using libm_alias_float.
28226 * math/w_acosf_compat.c: Include <libm-alias-float.h>.
28227 (acosf): Define using libm_alias_float.
28228 * math/w_acoshf_compat.c: Include <libm-alias-float.h>.
28229 (acoshf): Define using libm_alias_float.
28230 * math/w_asinf_compat.c: Include <libm-alias-float.h>.
28231 (asinf): Define using libm_alias_float.
28232 * math/w_atan2f_compat.c: Include <libm-alias-float.h>.
28233 (atan2f): Define using libm_alias_float.
28234 * math/w_atanhf_compat.c: Include <libm-alias-float.h>.
28235 (atanhf): Define using libm_alias_float.
28236 * math/w_coshf_compat.c: Include <libm-alias-float.h>.
28237 (coshf): Define using libm_alias_float.
28238 * math/w_exp10f_compat.c: Include <libm-alias-float.h>.
28239 (exp10f): Define using libm_alias_float.
28240 * math/w_fmodf_compat.c: Include <libm-alias-float.h>.
28241 (fmodf): Define using libm_alias_float.
28242 * math/w_hypotf_compat.c: Include <libm-alias-float.h>.
28243 (hypotf): Define using libm_alias_float.
28244 * math/w_j0f_compat.c: Include <libm-alias-float.h>.
28245 (j0f): Define using libm_alias_float.
28246 (y0f): Likewise.
28247 * math/w_j1f_compat.c: Include <libm-alias-float.h>.
28248 (j1f): Define using libm_alias_float.
28249 (y1f): Likewise.
28250 * math/w_jnf_compat.c: Include <libm-alias-float.h>.
28251 (jnf): Define using libm_alias_float.
28252 (ynf): Likewise.
28253 * math/w_log10f_compat.c: Include <libm-alias-float.h>.
28254 (log10f): Define using libm_alias_float.
28255 * math/w_log2f_compat.c: Include <libm-alias-float.h>.
28256 (log2f): Define using libm_alias_float.
28257 * math/w_logf_compat.c: Include <libm-alias-float.h>.
28258 (logf): Define using libm_alias_float.
28259 * math/w_powf_compat.c: Include <libm-alias-float.h>.
28260 (powf): Define using libm_alias_float.
28261 * math/w_remainderf_compat.c: Include <libm-alias-float.h>.
28262 (remainderf): Define using libm_alias_float.
28263 * math/w_sinhf_compat.c: Include <libm-alias-float.h>.
28264 (sinhf): Define using libm_alias_float.
28265 * math/w_sqrtf_compat.c: Include <libm-alias-float.h>.
28266 (sqrtf): Define using libm_alias_float.
28267 * math/w_tgammaf_compat.c: Include <libm-alias-float.h>.
28268 (tgammaf): Define using libm_alias_float.
28269
28270 2017-09-14 Joseph Myers <joseph@codesourcery.com>
28271
28272 * include/math.h (roundeven): Change hidden_proto call to
28273 __roundeven.
28274 * math/w_j0_compat.c (j0): Rename to __j0 and define as weak
28275 alias.
28276 [NO_LONG_DOUBLE] (__j0l): New strong alias.
28277 (y0): Rename to __y0 and define as weak alias.
28278 [NO_LONG_DOUBLE] (__y0l): New strong alias.
28279 * math/w_j0f_compat.c (j0f): Rename to __j0f and define as weak
28280 alias.
28281 (y0f): Rename to __y0f and define as weak alias.
28282 * math/w_j1_compat.c (j1): Rename to __j1 and define as weak
28283 alias.
28284 [NO_LONG_DOUBLE] (__j1l): New strong alias.
28285 (y1): Rename to __y1 and define as weak alias.
28286 [NO_LONG_DOUBLE] (__y1l): New strong alias.
28287 * math/w_j1f_compat.c (j1f): Rename to __j1f and define as weak
28288 alias.
28289 (y1f): Rename to __y1f and define as weak alias.
28290 * math/w_jn_compat.c (jn): Rename to __jn and define as weak
28291 alias.
28292 [NO_LONG_DOUBLE] (__jnl): New strong alias.
28293 (yn): Rename to __yn and define as weak alias.
28294 [NO_LONG_DOUBLE] (__ynl): New strong alias.
28295 * math/w_jnf_compat.c (jnf): Rename to __jnf and define as weak
28296 alias.
28297 (ynf): Rename to __ynf and define as weak alias.
28298 * sysdeps/ieee754/dbl-64/s_fromfp.c (FUNC): Define to __fromfp.
28299 (fromfp): Define as weak alias.
28300 [NO_LONG_DOUBLE] (__fromfpl): New strong alias.
28301 * sysdeps/ieee754/dbl-64/s_fromfpx.c (FUNC): Define to __fromfpx.
28302 (fromfpx): Define as weak alias.
28303 [NO_LONG_DOUBLE] (__fromfpxl): New strong alias.
28304 * sysdeps/ieee754/dbl-64/s_getpayload.c (getpayload): Rename to
28305 __getpayload and define as weak alias.
28306 [NO_LONG_DOUBLE] (__getpayloadl): New strong alias.
28307 * sysdeps/ieee754/dbl-64/s_roundeven.c (roundeven): Rename to
28308 __roundeven and define as weak alias.
28309 [NO_LONG_DOUBLE] (__roundevenl): New strong alias.
28310 * sysdeps/ieee754/dbl-64/s_setpayload.c (FUNC): Define to
28311 __setpayload.
28312 (setpayload): Define as weak alias.
28313 [NO_LONG_DOUBLE] (__setpayloadl): New strong alias.
28314 * sysdeps/ieee754/dbl-64/s_setpayloadsig.c (FUNC): Define to
28315 __setpayloadsig.
28316 (setpayloadsig): Define as weak alias.
28317 [NO_LONG_DOUBLE] (__setpayloadsigl): New strong alias.
28318 * sysdeps/ieee754/dbl-64/s_totalorder.c (totalorder): Rename to
28319 __totalorder and define as weak alias.
28320 [NO_LONG_DOUBLE] (__totalorderl): New strong alias.
28321 * sysdeps/ieee754/dbl-64/s_totalordermag.c (totalordermag): Rename
28322 to __totalordermag and define as weak alias.
28323 [NO_LONG_DOUBLE] (__totalordermagl): New strong alias.
28324 * sysdeps/ieee754/dbl-64/s_ufromfp.c (FUNC): Define to __ufromfp.
28325 (ufromfp): Define as weak alias.
28326 [NO_LONG_DOUBLE] (__ufromfpl): New strong alias.
28327 * sysdeps/ieee754/dbl-64/s_ufromfpx.c (FUNC): Define to
28328 __ufromfpx.
28329 (ufromfpx): Define as weak alias.
28330 [NO_LONG_DOUBLE] (__ufromfpxl): New strong alias.
28331 * sysdeps/ieee754/dbl-64/wordsize-64/s_getpayload.c (getpayload):
28332 Rename to __getpayload and define as weak alias.
28333 [NO_LONG_DOUBLE] (__getpayloadl): New strong alias.
28334 * sysdeps/ieee754/dbl-64/wordsize-64/s_roundeven.c (roundeven):
28335 Rename to __roundeven and define as weak alias.
28336 [NO_LONG_DOUBLE] (__roundevenl): New strong alias.
28337 * sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c (totalorder):
28338 Rename to __totalorder and define as weak alias.
28339 [NO_LONG_DOUBLE] (__totalorderl): New strong alias.
28340 * sysdeps/ieee754/dbl-64/wordsize-64/s_totalordermag.c
28341 (totalordermag): Rename to __totalordermag and define as weak
28342 alias.
28343 [NO_LONG_DOUBLE] (__totalordermagl): New strong alias.
28344 * sysdeps/ieee754/float128/float128_private.h (__getpayloadl): New
28345 macro.
28346 (__roundevenl): Likewise.
28347 (__totalorderl): Likewise.
28348 (__totalordermagl): Likewise
28349 * sysdeps/ieee754/float128/s_fromfpf128.c (FUNC): Define to
28350 __fromfpf128.
28351 (fromfpf128): Define as weak alias.
28352 * sysdeps/ieee754/float128/s_fromfpxf128.c (FUNC): Define to
28353 __fromfpxf128.
28354 (fromfpxf128): Define as weak alias.
28355 * sysdeps/ieee754/float128/s_setpayloadf128.c (FUNC): Define to
28356 __setpayloadf128.
28357 (setpayloadf128): Define as weak alias.
28358 * sysdeps/ieee754/float128/s_setpayloadsigf128.c (FUNC): Define to
28359 __setpayloadsigf128.
28360 (setpayloadsigf128): Define as weak alias.
28361 * sysdeps/ieee754/float128/s_ufromfpf128.c (FUNC): Define to
28362 __ufromfpf128.
28363 (ufromfpf128): Define as weak alias.
28364 * sysdeps/ieee754/float128/s_ufromfpxf128.c (FUNC): Define to
28365 __ufromfpxf128.
28366 (ufromfpxf128): Define as weak alias.
28367 * sysdeps/ieee754/flt-32/s_fromfpf.c (FUNC): Define to __fromfpf.
28368 (fromfpf): Define as weak alias.
28369 * sysdeps/ieee754/flt-32/s_fromfpxf.c (FUNC): Define to
28370 __fromfpxf.
28371 (fromfpxf): Define as weak alias.
28372 * sysdeps/ieee754/flt-32/s_getpayloadf.c (getpayloadf): Rename to
28373 __getpayloadf and define as weak alias.
28374 * sysdeps/ieee754/flt-32/s_roundevenf.c (roundevenf): Rename to
28375 __roundevenf and define as weak alias.
28376 * sysdeps/ieee754/flt-32/s_setpayloadf.c (FUNC): Define to
28377 __setpayloadf.
28378 (setpayloadf): Define as weak alias.
28379 * sysdeps/ieee754/flt-32/s_setpayloadsigf.c (FUNC): Define to
28380 __setpayloadsigf.
28381 (setpayloadsigf): Define as weak alias.
28382 * sysdeps/ieee754/flt-32/s_totalorderf.c (totalorderf): Rename to
28383 __totalorderf and define as weak alias.
28384 * sysdeps/ieee754/flt-32/s_totalordermagf.c (totalordermagf):
28385 Rename to __totalordermagf and define as weak alias.
28386 * sysdeps/ieee754/flt-32/s_ufromfpf.c (FUNC): Define to
28387 __ufromfpf.
28388 (ufromfpf): Define as weak alias.
28389 * sysdeps/ieee754/flt-32/s_ufromfpxf.c (FUNC): Define to
28390 __ufromfpxf.
28391 (ufromfpxf): Define as weak alias.
28392 * sysdeps/ieee754/ldbl-128/s_fromfpl.c (FUNC): Define to
28393 __fromfpl.
28394 (fromfpl): Define as weak alias.
28395 * sysdeps/ieee754/ldbl-128/s_fromfpxl.c (FUNC): Define to
28396 __fromfpxl.
28397 (fromfpxl): Define as weak alias.
28398 * sysdeps/ieee754/ldbl-128/s_getpayloadl.c (getpayloadl): Rename
28399 to __getpayloadl and define as weak alias.
28400 * sysdeps/ieee754/ldbl-128/s_roundevenl.c (roundevenl): Rename to
28401 __roundevenl and define as weak alias.
28402 * sysdeps/ieee754/ldbl-128/s_setpayloadl.c (FUNC): Define to
28403 __setpayloadl.
28404 (setpayloadl): Define as weak alias.
28405 * sysdeps/ieee754/ldbl-128/s_setpayloadsigl.c (FUNC): Define to
28406 __setpayloadsigl.
28407 (setpayloadsigl): Define as weak alias.
28408 * sysdeps/ieee754/ldbl-128/s_totalorderl.c (totalorderl): Rename
28409 to __totalorderl and define as weak alias.
28410 * sysdeps/ieee754/ldbl-128/s_totalordermagl.c (totalordermagl):
28411 Rename to __totalordermagl and define as weak alias.
28412 * sysdeps/ieee754/ldbl-128/s_ufromfpl.c (FUNC): Define to
28413 __ufromfpl.
28414 (ufromfpl): Define as weak alias.
28415 * sysdeps/ieee754/ldbl-128/s_ufromfpxl.c (FUNC): Define to
28416 __ufromfpxl.
28417 (ufromfpxl): Define as weak alias.
28418 * sysdeps/ieee754/ldbl-128ibm/s_fromfpl.c (FUNC): Define to
28419 __fromfpl.
28420 (fromfpl): Define as weak alias.
28421 * sysdeps/ieee754/ldbl-128ibm/s_fromfpxl.c (FUNC): Define to
28422 __fromfpxl.
28423 (fromfpxl): Define as weak alias.
28424 * sysdeps/ieee754/ldbl-128ibm/s_getpayloadl.c (getpayloadl):
28425 Rename to __getpayloadl and define as weak alias.
28426 * sysdeps/ieee754/ldbl-128ibm/s_roundevenl.c (roundevenl): Rename
28427 to __roundevenl and define as weak alias. Call __roundeven
28428 instead of roundeven.
28429 * sysdeps/ieee754/ldbl-128ibm/s_setpayloadl.c (FUNC): Define to
28430 __setpayloadl.
28431 (setpayloadl): Define as weak alias.
28432 * sysdeps/ieee754/ldbl-128ibm/s_setpayloadsigl.c (FUNC): Define to
28433 __setpayloadsigl.
28434 (setpayloadsigl): Define as weak alias.
28435 * sysdeps/ieee754/ldbl-128ibm/s_totalorderl.c (totalorderl):
28436 Rename to __totalorderl and define as weak alias.
28437 * sysdeps/ieee754/ldbl-128ibm/s_totalordermagl.c (totalordermagl):
28438 Rename to __totalordermagl and define as weak alias.
28439 * sysdeps/ieee754/ldbl-128ibm/s_ufromfpl.c (FUNC): Define to
28440 __ufromfpl.
28441 (ufromfpl): Define as weak alias.
28442 * sysdeps/ieee754/ldbl-128ibm/s_ufromfpxl.c (FUNC): Define to
28443 __ufromfpxl.
28444 (ufromfpxl): Define as weak alias.
28445 * sysdeps/ieee754/ldbl-96/s_fromfpl.c (FUNC): Define to
28446 __fromfpl.
28447 (fromfpl): Define as weak alias.
28448 * sysdeps/ieee754/ldbl-96/s_fromfpxl.c (FUNC): Define to
28449 __fromfpxl.
28450 (fromfpxl): Define as weak alias.
28451 * sysdeps/ieee754/ldbl-96/s_getpayloadl.c (getpayloadl): Rename to
28452 __getpayloadl and define as weak alias.
28453 * sysdeps/ieee754/ldbl-96/s_roundevenl.c (roundevenl): Rename to
28454 __roundevenl and define as weak alias.
28455 * sysdeps/ieee754/ldbl-96/s_setpayloadl.c (FUNC): Define to
28456 __setpayloadl.
28457 (setpayloadl): Define as weak alias.
28458 * sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c (FUNC): Define to
28459 __setpayloadsigl.
28460 (setpayloadsigl): Define as weak alias.
28461 * sysdeps/ieee754/ldbl-96/s_totalorderl.c (totalorderl): Rename to
28462 __totalorderl and define as weak alias.
28463 * sysdeps/ieee754/ldbl-96/s_totalordermagl.c (totalordermagl):
28464 Rename to __totalordermagl and define as weak alias.
28465 * sysdeps/ieee754/ldbl-96/s_ufromfpl.c (FUNC): Define to
28466 __ufromfpl.
28467 (ufromfpl): Define as weak alias.
28468 * sysdeps/ieee754/ldbl-96/s_ufromfpxl.c (FUNC): Define to
28469 __ufromfpxl.
28470 (ufromfpxl): Define as weak alias.
28471
28472 2017-09-14 Siddhesh Poyarekar <siddhesh@sourceware.org>
28473
28474 * benchtests/bench-string.h (realloc_bufs): New function.
28475 (test_init): Call it.
28476 * benchtests/bench-memset-large.c (do_test): Likewise.
28477 * benchtests/bench-memset.c (do_test): Likewise.
28478
28479 * benchtests/bench-memset-large.c: Print output in JSON
28480 format.
28481 * benchtests/bench-memset.c: Likewise.
28482
28483 2017-09-14 Mike FABIAN <mfabian@redhat.com>
28484
28485 [BZ #21084]
28486 * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Add IBM858 and ibm858.c.
28487 * iconvdata/Makefile: Add IBM858.
28488 * iconvdata/gconv-modules: Likewise.
28489 * iconvdata/tst-tables.sh: Likewise.
28490 * iconvdata/ibm858.c: New file.
28491 * localedata/charmaps/IBM858: Likewise.
28492
28493 2017-09-14 Akhilesh Kumar <akhilesh.k@samsung.com>
28494
28495 [BZ #22023]
28496 * locales/niu_NZ (LC_TIME): copy "niu_NU".
28497 * locales/niu_NZ (LC_MESSAGES): copy "niu_NU".
28498
28499 2017-09-14 Mike FABIAN <mfabian@redhat.com>
28500
28501 [BZ #22112]
28502 * localedata/locales/az_AZ(LC_TELEPHONE): Fix int_select
28503 and add tel_int_fmt.
28504
28505 2017-09-14 Joseph Myers <joseph@codesourcery.com>
28506
28507 * sysdeps/generic/libm-alias-float128.h: New file.
28508 * sysdeps/generic/math-type-macros-float128.h: Include
28509 <libm-alias-float128.h>.
28510 [!declare_mgen_alias] (declare_mgen_alias): Define macro.
28511
28512 2017-09-13 Joseph Myers <joseph@codesourcery.com>
28513
28514 * sysdeps/generic/libm-alias-ldouble.h: New file.
28515 * sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h: Likewise.
28516 * sysdeps/ieee754/ldbl-opt/math-type-macros-ldouble.h: Remove.
28517 * sysdeps/generic/math-type-macros-ldouble.h: Include
28518 <libm-alias-ldouble.h>.
28519 [!declare_mgen_alias] (declare_mgen_alias): Define to use
28520 libm_alias_ldouble.
28521
28522 2017-09-13 Szabolcs Nagy <szabolcs.nagy@arm.com>
28523
28524 * sysdeps/ieee754/dbl-64/w_exp_compat.c: Move to...
28525 * math/w_exp_compat.c: ... here.
28526 * sysdeps/ieee754/flt-32/w_expf_compat.c: Move to...
28527 * math/w_expf_compat.c: ... here.
28528 * sysdeps/ieee754/ldbl-128/w_expl_compat.c: Move to...
28529 * math/w_expl_compat.c: ... here.
28530 * sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Remove.
28531 * sysdeps/ieee754/ldbl-96/w_expl_compat.c: Remove.
28532 * sysdeps/ieee754/ldbl-opt/w_exp_compat.c: Use the new path.
28533 * sysdeps/ieee754/ldbl-opt/w_expl_compat.c: Likewise.
28534
28535 2017-09-13 Joseph Myers <joseph@codesourcery.com>
28536
28537 * math/w_scalbln_template.c (strong_alias): Do not undefine and
28538 redefine.
28539 * sysdeps/ieee754/ldbl-opt/s_ldexp.c (declare_mgen_alias): Remove
28540 macro.
28541 (ldexpl): Only define as compat symbol for libc, not libm.
28542 (scalbnl): Define as compat symbol for libc here.
28543 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c (declare_mgen_alias): Only
28544 define for [IS_IN (libc)].
28545 (__ldexpl_2): Remove alias.
28546 (ldexpl): Only define with long_double_symbol if [IS_IN (libc)].
28547 (scalbnl): Likewise. Use __wrap_scalbnl not __ldexpl_2 as base
28548 name in long_double_symbol call.
28549 * sysdeps/ieee754/ldbl-opt/s_log1p.c: Remove file.
28550 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
28551 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
28552 * sysdeps/ieee754/ldbl-opt/w_log1p.c: Likewise.
28553 * sysdeps/ieee754/ldbl-opt/w_scalbln.c (declare_mgen_alias):
28554 Remove macro.
28555 [IS_IN (libc) && LONG_DOUBLE_COMPAT (libc, GLIBC_2_1)] (scalblnl):
28556 Define as compat symbol.
28557
28558 2017-09-13 Adhemerval Zanella <adhemerval.zanella@linaro.org>
28559
28560 * sysdeps/unix/sysv/linux/s390/s390-32/oldglob.c: New file.
28561 * sysdeps/unix/sysv/linux/alpha/Makefile
28562 [$(subdir) = csu] (sysdep_routines): Remove rule.
28563
28564 2017-09-13 Joseph Myers <joseph@codesourcery.com>
28565
28566 * sysdeps/generic/libm-alias-double.h: New file.
28567 * sysdeps/ieee754/ldbl-opt/libm-alias-double.h: Likewise.
28568 * sysdeps/generic/math-type-macros-double.h: Include
28569 <libm-alias-double.h>.
28570 [declare_mgen_alias] (declare_mgen_alias): Define to use
28571 libm_alias_double.
28572 * sysdeps/generic/math-type-macros.h [!M_LIBM_NEED_COMPAT]
28573 (M_LIBM_NEED_COMPAT): Remove macro.
28574 [!M_LIBM_NEED_COMPAT] (declare_mgen_libm_compat): Likewise.
28575 * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h: Remove.
28576 * math/cabs_template.c [M_LIBM_NEED_COMPAT]: Remove conditional
28577 code.
28578 * math/carg_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28579 * math/cimag_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28580 * math/conj_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28581 * math/creal_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28582 * math/s_cacos_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28583 * math/s_cacosh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28584 * math/s_casin_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28585 * math/s_casinh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28586 * math/s_catan_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28587 * math/s_catanh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28588 * math/s_ccos_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28589 * math/s_ccosh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28590 * math/s_cexp_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28591 * math/s_clog10_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28592 * math/s_clog_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28593 * math/s_cpow_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28594 * math/s_cproj_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28595 * math/s_csin_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28596 * math/s_csinh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28597 * math/s_csqrt_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28598 * math/s_ctan_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28599 * math/s_ctanh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28600 * math/s_fdim_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28601 * math/s_fmax_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28602 * math/s_fmin_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28603 * math/s_nan_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28604 * math/w_ilogb_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28605 * sysdeps/ieee754/ldbl-opt/s_clog10.c: New file.
28606 * sysdeps/ieee754/ldbl-opt/s_ldexp.c (M_LIBM_NEED_COMPAT): Remove
28607 macro.
28608 (declare_mgen_alias): New macro.
28609 * sysdeps/ieee754/ldbl-opt/w_log1p.c: New file.
28610 * sysdeps/ieee754/ldbl-opt/w_scalbln.c: Likewise.
28611 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.c
28612 (M_LIBM_NEED_COMPAT): Remove macro.
28613 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c
28614 [HAVE_AS_VIS3_SUPPORT]: Include <math_ldbl_opt.h> and
28615 <first-versions.h>.
28616 [HAVE_AS_VIS3_SUPPORT && LONG_DOUBLE_COMPAT (libm,
28617 FIRST_VERSION_libm_fdiml)]: Define fdiml as compat symbol.
28618
28619 2017-09-12 Joseph Myers <joseph@codesourcery.com>
28620
28621 * sysdeps/generic/math-type-macros.h [!declare_mgen_alias_2]
28622 (declare_mgen_alias_2): Remove.
28623 * sysdeps/generic/math-type-macros-double.h
28624 [NO_LONG_DOUBLE && !declare_mgen_alias_2] (declare_mgen_alias_2):
28625 Likewise.
28626 * math/s_ldexp_template.c (M_SUF (__wrap_scalbn)): Define strong
28627 alias.
28628 (ldexp): Define with declare_mgen_alias.
28629 (scalbn): Likewise.
28630
28631 2017-09-12 Steve Ellcey <sellcey@cavium.com>
28632
28633 * grp/initgroups.c: Include config.h.
28634 (DEFAULT_CONFIG): New macro.
28635 (internal_getgrouplist): Use DEFAULT_CONFIG.
28636 * nscd/initgrcache.c (addinitgroupsX): Likewise.
28637 * nss/nsswitch.c (__nss_disable_nscd): Likewise.
28638 (DEFAULT_DEFCONFIG): New macro.
28639 (__nss_database_lookup): Use DEFAULT_DEFCONFIG.
28640 * nss/grp-lookup.c: Include config.h
28641 (DEFAULT_CONFIG): Set definition based on LINK_OBSOLETE_NSL.
28642 * nss/pwd-lookup.c (DEFAULT_CONFIG): Likewise.
28643 * nss/spwd-lookup.c (DEFAULT_CONFIG): Likewise.
28644 * manual/nss.texi: Update default values section.
28645
28646 2017-09-12 H.J. Lu <hongjiu.lu@intel.com>
28647
28648 [BZ #21967]
28649 * sysdeps/x86/cpu-features.h (bit_arch_MathVec_Prefer_No_AVX512):
28650 New.
28651 (index_arch_MathVec_Prefer_No_AVX512): Likewise.
28652 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
28653 Handle MathVec_Prefer_No_AVX512.
28654 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx512.h
28655 (IFUNC_SELECTOR): Return AVX2 version if MathVec_Prefer_No_AVX512
28656 is set.
28657
28658 2017-09-12 Samuel Thibault <samuel.thibault@ens-lyon.org>
28659
28660 * posix/sched_primax.c (__sched_get_priority_max): Add
28661 libc_hidden_def.
28662 * posix/sched_primin.c (__sched_get_priority_min): Likewise.
28663 * sysdeps/mach/hurd/mmap.c (__mmap): Likewise.
28664 * sysdeps/mach/hurd/mmap64.c (__mmap64): Likewise.
28665 * sysdeps/mach/hurd/mprotect.c (__mprotect): Likewise.
28666 * sysdeps/mach/hurd/munmap.c (__munmap): Likewise.
28667 * sysdeps/mach/hurd/dl-sysdep.c (__GI___getpid,
28668 __GI___strtoul_internal, __GI_____strtoul_internal, __GI___chk_fail,
28669 __GI___fortify_fail, __GI___assert_fail, __GI___assert_perror_fail):
28670 Add aliases.
28671
28672 2017-09-11 Joseph Myers <joseph@codesourcery.com>
28673
28674 * sysdeps/generic/libm-alias-float.h: New file.
28675 * sysdeps/generic/math-type-macros-float.h: Include
28676 <libm-alias-float.h>.
28677 [!declare_mgen_alias] (declare_mgen_alias): Define macro.
28678
28679 2017-09-11 H.J. Lu <hongjiu.lu@intel.com>
28680
28681 [BZ #22093]
28682 * sysdeps/x86/cpu-features.c (init_cpu_features): Initialize
28683 GLRO(dl_hwcap) to HWCAP_X86_64 for x86-64.
28684 * sysdeps/x86/dl-hwcap.h (HWCAP_COUNT): Updated.
28685 (HWCAP_IMPORTANT): Likewise.
28686 (HWCAP_X86_64): New enum.
28687 (HWCAP_X86_AVX512_1): Updated.
28688 * sysdeps/x86/dl-procinfo.c (_dl_x86_hwcap_flags): Add "x86_64".
28689 * sysdeps/x86_64/Makefile (tests): Add tst-x86_64-1.
28690 (modules-names): Add x86_64/tst-x86_64mod-1.
28691 (LDFLAGS-tst-x86_64mod-1.so): New.
28692 ($(objpfx)tst-x86_64-1): Likewise.
28693 ($(objpfx)x86_64/tst-x86_64mod-1.os): Likewise.
28694 (tst-x86_64-1-clean): Likewise.
28695 * sysdeps/x86_64/tst-x86_64-1.c: New file.
28696 * sysdeps/x86_64/tst-x86_64mod-1.c: Likewise.
28697
28698 2017-09-11 Siddhesh Poyarekar <siddhesh@sourceware.org>
28699
28700 * po/sv.po: Update translations.
28701 * po/fr.po: Likewise.
28702
28703 2017-09-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
28704
28705 * sunrpc/tst-udp-timeout.c (test_udp_server): Increase timeout to 2.5
28706 seconds.
28707 * sunrpc/tst-udp-nonblocking.c (do_test): Increase timeout to 0.75
28708 seconds.
28709 * elf/rtld-Rules: Fix $(error) use.
28710
28711 2017-09-09 Mike FABIAN <mfabian@redhat.com>
28712
28713 [BZ #14925]
28714 * libio/tst-widetext.input: Change “Bengali” to “Bangla”.
28715 * locale/iso-639.def: Change “Bengali” to “Bangla”.
28716 * localedata/locales/bn_BD: “Bengali” was still used in some
28717 comments. Change it to “Bangla”.
28718
28719 2017-09-08 Markus Trippelsdorf <markus@trippelsdorf.de>
28720
28721 * sysdeps/x86_64/fpu/libm-test-ulps: Update for AMD Ryzen.
28722
28723 2017-09-08 Steve Ellcey <sellcey@cavium.com>
28724
28725 * manual/tunables.texi (glibc.tune.cpu): Add thunderx2t99 and
28726 thunderx2t99p1 to list of cpu names.
28727 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
28728 Add thunderx2t99 and thunderx2t99p1 entries to cpu_list.
28729
28730 2017-09-08 Steve Ellcey <sellcey@cavium.com>
28731
28732 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (get_midr_from_mcpu):
28733 Use strcmp instead of tunable_is_name.
28734
28735 2017-09-08 Joseph Myers <joseph@codesourcery.com>
28736
28737 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
28738 (F_GET_RW_HINT): New macro.
28739 [__USE_GNU] (F_SET_RW_HINT): Likewise.
28740 [__USE_GNU] (F_GET_FILE_RW_HINT): Likewise.
28741 [__USE_GNU] (F_SET_FILE_RW_HINT): Likewise.
28742 [__USE_GNU] (RWF_WRITE_LIFE_NOT_SET): Likewise.
28743 [__USE_GNU] (RWH_WRITE_LIFE_NONE): Likewise.
28744 [__USE_GNU] (RWH_WRITE_LIFE_SHORT): Likewise.
28745 [__USE_GNU] (RWH_WRITE_LIFE_MEDIUM): Likewise.
28746 [__USE_GNU] (RWH_WRITE_LIFE_LONG): Likewise.
28747 [__USE_GNU] (RWH_WRITE_LIFE_EXTREME): Likewise.
28748
28749 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
28750 (F_ADD_SEALS): New macro.
28751 [__USE_GNU] (F_GET_SEALS): Likewise.
28752 [__USE_GNU] (F_SEAL_SEAL): Likewise.
28753 [__USE_GNU] (F_SEAL_SHRINK): Likewise.
28754 [__USE_GNU] (F_SEAL_GROW): Likewise.
28755 [__USE_GNU] (F_SEAL_WRITE): Likewise.
28756
28757 2017-09-08 Adhemerval Zanella <adhemerval.zanella@linaro.org>
28758
28759 * posix/glob_internal.h (GLOBPAT_NONE, GLOBPAT_SPECIAL)
28760 (GLOBPAT_BACKSLASH, GLOBPAT_BRACKET): New constants.
28761 * posix/glob_internal.h (__glob_pattern_type):
28762 * posix/glob.c (glob):
28763 * posix/glob_pattern_p.c (__glob_pattern_p):
28764 Use them.
28765
28766 * sysdeps/unix/sysv/linux/arm/glob64.c: Remove file.
28767 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
28768 * sysdeps/unix/sysv/linux/m68k/glob64.c: Likewise.
28769 * sysdeps/unix/sysv/linux/mips/mips64/n64/glob64.c: Likewise.
28770 * sysdeps/unix/sysv/linux/mips/mips64/n64/globfree64.c: Likewise.
28771 * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: Likewise.
28772 * sysdeps/unix/sysv/linux/sparc/sparc32/glob64.c: Likewise.
28773 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Likewise.
28774 * sysdeps/unix/sysv/linux/wordsize-64/globfree64.c: Likewise.
28775 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
28776 * sysdeps/unix/sysv/linux/x86_64/x32/globfree.c: Likewise.
28777 * sysdeps/wordsize-64/glob.c: Likewise.
28778 * sysdeps/wordsize-64/glob64.c: Likewise.
28779 * sysdeps/wordsize-64/globfree.c: Likewise.
28780 * sysdeps/wordsize-64/globfree64.c: Likewise.
28781 * sysdeps/unix/sysv/linux/glob.c: New file.
28782 * sysdeps/unix/sysv/linux/glob64.c: Likewise.
28783 * sysdeps/unix/sysv/linux/globfree.c: Likewise.
28784 * sysdeps/unix/sysv/linux/globfree64.c: Likewise.
28785 * sysdeps/unix/sysv/linux/s390/s390-32/glob64.c: Likewise.
28786 * sysdeps/unix/sysv/linux/oldglob.c [SHLIB_COMPAT]: Also
28787 adds !GLOB_NO_OLD_VERSION as an extra condition.
28788 * sysdeps/unix/sysv/linux/i386/alphasort64.c: Include olddirent.h
28789 using relative path instead of absolute one.
28790 * sysdeps/unix/sysv/linux/i386/getdents64.c: Likewise.
28791 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
28792 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
28793 * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
28794 * sysdeps/unix/sysv/linux/i386/olddirent.h: Move to ...
28795 * sysdeps/unix/sysv/linux//olddirent.h: ... here.
28796
28797 [BZ #1062]
28798 * posix/glob.c (GET_LOGIN_NAME_MAX): Remove.
28799 (glob): Use the same scratch buffer for both getlogin_r and
28800 getpwnam_r. Don’t require preallocation of the login name. This
28801 simplifies storage allocation, and corrects the handling of
28802 long login names.
28803
28804 [BZ #1062]
28805 * posix/glob.c (glob): Port recent patches to platforms
28806 lacking getpwnam_r.
28807 (glob): Fix longstanding misuse of errno after getpwnam_r, which
28808 returns an error number rather than setting errno.
28809
28810 * include/scratch_buffer.h (scratch_buffer): Use a C99 align method
28811 instead of GCC extension.
28812 * malloc/scratch_buffer_grow.c [!_LIBC]: Include libc-config.h.
28813 * malloc/scratch_buffer_grow_preserve.c [!_LIBC]: Likewise.
28814 * malloc/scratch_buffer_set_array_size.c [!_LIBC]: Likewise.
28815
28816 [BZ #866]
28817 [BZ #1062]
28818 * posix/Makefile (tests): Remove bug-glob1 and tst-glob_symlinks.
28819 * posix/bug-glob1.c: Remove file.
28820 * posix/tst-glob_symlinks.c: New file.
28821 * posix/glob.c (__lstat64): New macro.
28822 (is_dir): New function.
28823 (glob, glob_in_dir): Match symlinks even if they are dangling.
28824 (link_stat, link_exists_p): Remove. All uses removed.
28825
28826 [BZ #1062]
28827 [BZ #19971]
28828 * posix/glob.c (struct readdir_result): Remove skip_entry member.
28829 (readdir_result_skip_entry, D_INO_TO_RESULT): Remove.
28830 All uses removed.
28831
28832 [BZ #1062]
28833 CVE-2017-15671
28834 * posix/Makefile (routines): Add globfree, globfree64, and
28835 glob_pattern_p.
28836 * posix/flexmember.h: New file.
28837 * posix/glob_internal.h: Likewise.
28838 * posix/glob_pattern_p.c: Likewise.
28839 * posix/globfree.c: Likewise.
28840 * posix/globfree64.c: Likewise.
28841 * sysdeps/gnu/globfree64.c: Likewise.
28842 * sysdeps/unix/sysv/linux/alpha/globfree.c: Likewise.
28843 * sysdeps/unix/sysv/linux/mips/mips64/n64/globfree64.c: Likewise.
28844 * sysdeps/unix/sysv/linux/oldglob.c: Likewise.
28845 * sysdeps/unix/sysv/linux/wordsize-64/globfree64.c: Likewise.
28846 * sysdeps/unix/sysv/linux/x86_64/x32/globfree.c: Likewise.
28847 * sysdeps/wordsize-64/globfree.c: Likewise.
28848 * sysdeps/wordsize-64/globfree64.c: Likewise.
28849 * posix/glob.c (HAVE_CONFIG_H): Use !_LIBC instead.
28850 [NDEBUG): Remove comments.
28851 (GLOB_ONLY_P, _AMIGA, VMS): Remove define.
28852 (dirent_type): New type. Use uint_fast8_t not
28853 uint8_t, as C99 does not require uint8_t.
28854 (DT_UNKNOWN, DT_DIR, DT_LNK): New macros.
28855 (struct readdir_result): Use dirent_type. Do not define skip_entry
28856 unless it is needed; this saves a byte on platforms lacking d_ino.
28857 (readdir_result_type, readdir_result_skip_entry):
28858 New functions, replacing ...
28859 (readdir_result_might_be_symlink, readdir_result_might_be_dir):
28860 these functions, which were removed. This makes the callers
28861 easier to read. All callers changed.
28862 (D_INO_TO_RESULT): Now empty if there is no d_ino.
28863 (size_add_wrapv, glob_use_alloca): New static functions.
28864 (glob, glob_in_dir): Check for size_t overflow in several places,
28865 and fix some size_t checks that were not quite right.
28866 Remove old code using SHELL since Bash no longer
28867 uses this.
28868 (glob, prefix_array): Separate MS code better.
28869 (glob_in_dir): Remove old Amiga and VMS code.
28870 (globfree, __glob_pattern_type, __glob_pattern_p): Move to
28871 separate files.
28872 (glob_in_dir): Do not rely on undefined behavior in accessing
28873 struct members beyond their bounds. Use a flexible array member
28874 instead
28875 (link_stat): Rename from link_exists2_p and return -1/0 instead of
28876 0/1. Caller changed.
28877 (glob): Fix memory leaks.
28878 * posix/glob64 (globfree64): Move to separate file.
28879 * sysdeps/gnu/glob64.c (NO_GLOB_PATTERN_P): Remove define.
28880 (globfree64): Remove hidden alias.
28881 * sysdeps/unix/sysv/linux/Makefile (sysdeps_routines): Add
28882 oldglob.
28883 * sysdeps/unix/sysv/linux/alpha/glob.c (__new_globfree): Move to
28884 separate file.
28885 * sysdeps/unix/sysv/linux/i386/glob64.c (NO_GLOB_PATTERN_P): Remove
28886 define.
28887 Move compat code to separate file.
28888 * sysdeps/wordsize-64/glob.c (globfree): Move definitions to
28889 separate file.
28890
28891 2017-09-07 H.J. Lu <hongjiu.lu@intel.com>
28892
28893 * resolv/tst-resolv-qtypes.c (domain): Changed to
28894 "const char domain[] =".
28895
28896 2017-09-07 Joseph Myers <joseph@codesourcery.com>
28897
28898 * scripts/build-many-glibcs.py (Context.checkout): Default MPFR
28899 version to 3.1.6.
28900
28901 * sysdeps/gnu/netinet/tcp.h (TCP_ULP): New macro.
28902 (TCP_MD5SIG_EXT): Likewise.
28903 (TCP_MD5SIG_FLAG_PREFIX): Likewise.
28904 (struct tcp_md5sig): Replace __tcpm_pad1 by tcpm_flags and
28905 tcpm_prefixlen. Rename __tcpm_pad2 to __tcpm_pad.
28906
28907 * sysdeps/unix/sysv/linux/bits/socket.h (SOL_TLS): New macro.
28908
28909 2017-09-07 Mike FABIAN <mfabian@redhat.com>
28910
28911 * localedata/locales/om_ET (LC_TIME): use ASCII for better readability.
28912
28913 2017-09-07 Akhilesh Kumar <akhilesh.k@samsung.com>
28914
28915 [BZ #22100]
28916 * localedata/locales/om_KE (LC_TIME): copy "om_ET".
28917
28918 2017-09-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
28919
28920 * hurd/get-host.c (_hurd_get_host_config): Also check that more == 0
28921 before assuming that the file is empty. Avoid testing buffer content
28922 when nread == 0.
28923
28924 2017-09-06 Adhemerval Zanella <adhemerval.zanella@linaro.org>
28925
28926 [BZ #18858]
28927 * sysdeps/i386/i686/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy):
28928 Remove define.
28929 * sysdeps/x86_64/multiarch/stpcpy.c (_HAVE_STRING_ARCH_stpcpy):
28930 Likewise.
28931 * sysdeps/x86_64/multiarch/strcspn.c (_HAVE_STRING_ARCH_strcspn):
28932 Likewise.
28933 * sysdeps/x86_64/multiarch/strncat.c (_HAVE_STRING_ARCH_strncat):
28934 Likewise.
28935 * sysdeps/x86_64/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy):
28936 Likewise.
28937 * sysdeps/x86_64/multiarch/strpbrk.c (_HAVE_STRING_ARCH_strpbrk):
28938 Likewise.
28939 * sysdeps/x86_64/multiarch/strspn.c (_HAVE_STRING_ARCH_strspn):
28940 Likewise.
28941
28942 2017-09-06 Florian Weimer <fweimer@redhat.com>
28943
28944 * malloc/dynarray_emplace_enlarge.c
28945 (__libc_dynarray_emplace_enlarge): Add missing else.
28946
28947 2017-09-06 Florian Weimer <fweimer@redhat.com>
28948
28949 [BZ #22096]
28950 * resolv/resolv_conf.c (__resolv_conf_attach): Do not free conf in
28951 case of failure to obtain the global conf object.
28952
28953 2017-09-06 Florian Weimer <fweimer@redhat.com>
28954
28955 [BZ #22095]
28956 * resolv/res_init.c (res_vinit_1): Avoid memory leak in case of
28957 dynarray allocation failure.
28958
28959 2017-09-06 Florian Weimer <fweimer@redhat.com>
28960
28961 Remove dead PTR IPv4-to-IPv6 mapping code from nss_dns.
28962 * resolv/nss_dns/dns-host.c (getanswer_r): Remove dead code.
28963 * resolv/tst-res_use_inet6.c (response_ptr_v4, response_ptr_v6):
28964 New functions.
28965 (response): Call them. Add 'p', '6' flag processing.
28966 (test_reverse): New function.
28967 (test_get2_any): Call it.
28968 (test_no_inet6): Add 'p' test.
28969 (test_inet6): Likewise.
28970
28971 2017-09-06 Florian Weimer <fweimer@redhat.com>
28972
28973 Enhance tst-res_use_inet6 to test IPv4-to-IPv6 address mapping.
28974 * resolv/tst-res_use_inet6.c (response): Process flags embedded in
28975 the QNAME.
28976 (test_gai): Adjust query names. Add additional tests.
28977 (test_get2_any, test_get2_no_inet6, test_get2_inet6): Split from
28978 test_get2. Adjust query names. Add additional tests.
28979 (test_no_inet6): New function, extracted from threadfunc.
28980 (threadfunc): Call test_get2_any, test_get2_inet6, test_no_inet6.
28981 Add additional tests.
28982
28983 2017-09-06 Mike FABIAN <mfabian@redhat.com>
28984
28985 [BZ #22070]
28986 * localedata/unicode-gen/utf8_gen.py: Set the width for
28987 characters with Prepended_Concatenation_Mark property to 1
28988 * localedata/charmaps/UTF-8: Updated using the improved script.
28989
28990 2017-09-06 Mike FABIAN <mfabian@redhat.com>
28991
28992 [BZ #21750]
28993 * localedata/unicode-gen/utf8_gen.py: Improve the script to
28994 use the range notation for all ranges of neighbouring characters
28995 with the same width.
28996
28997 2017-09-05 Joseph Myers <joseph@codesourcery.com>
28998
28999 * sysdeps/generic/math-type-macros-double.h: Include
29000 <math-svid-compat.h>.
29001 (__USE_WRAPPER_TEMPLATE): Define to !LIBM_SVID_COMPAT.
29002 * sysdeps/generic/math-type-macros-float.h: Include
29003 <math-svid-compat.h>.
29004 (__USE_WRAPPER_TEMPLATE): Define to !LIBM_SVID_COMPAT.
29005 * sysdeps/generic/math-type-macros-ldouble.h: Include
29006 <math-svid-compat.h>.
29007 (__USE_WRAPPER_TEMPLATE): Define to !LIBM_SVID_COMPAT.
29008 * math/lgamma-compat.h (BUILD_LGAMMA): Include LIBM_SVID_COMPAT
29009 condition.
29010 * math/w_acos_compat.c: Condition contents on [LIBM_SVID_COMPAT].
29011 * math/w_acosf_compat.c: Likewise.
29012 * math/w_acosh_compat.c: Likewise.
29013 * math/w_acoshf_compat.c: Likewise.
29014 * math/w_acoshl_compat.c: Likewise.
29015 * math/w_acosl_compat.c: Likewise.
29016 * math/w_asin_compat.c: Likewise.
29017 * math/w_asinf_compat.c: Likewise.
29018 * math/w_asinl_compat.c: Likewise.
29019 * math/w_atan2_compat.c: Likewise.
29020 * math/w_atan2f_compat.c: Likewise.
29021 * math/w_atan2l_compat.c: Likewise.
29022 * math/w_atanh_compat.c: Likewise.
29023 * math/w_atanhf_compat.c: Likewise.
29024 * math/w_atanhl_compat.c: Likewise.
29025 * math/w_cosh_compat.c: Likewise.
29026 * math/w_coshf_compat.c: Likewise.
29027 * math/w_coshl_compat.c: Likewise.
29028 * math/w_exp10_compat.c: Likewise.
29029 * math/w_exp10f_compat.c: Likewise.
29030 * math/w_exp10l_compat.c: Likewise.
29031 * math/w_exp2_compat.c: Likewise.
29032 * math/w_exp2f_compat.c: Likewise.
29033 * math/w_exp2l_compat.c: Likewise.
29034 * math/w_fmod_compat.c: Likewise.
29035 * math/w_fmodf_compat.c: Likewise.
29036 * math/w_fmodl_compat.c: Likewise.
29037 * math/w_hypot_compat.c: Likewise.
29038 * math/w_hypotf_compat.c: Likewise.
29039 * math/w_hypotl_compat.c: Likewise.
29040 * math/w_j0_compat.c: Likewise.
29041 * math/w_j0f_compat.c: Likewise.
29042 * math/w_j0l_compat.c: Likewise.
29043 * math/w_j1_compat.c: Likewise.
29044 * math/w_j1f_compat.c: Likewise.
29045 * math/w_j1l_compat.c: Likewise.
29046 * math/w_jn_compat.c: Likewise.
29047 * math/w_jnf_compat.c: Likewise.
29048 * math/w_jnl_compat.c: Likewise.
29049 * math/w_lgamma_r_compat.c: Likewise.
29050 * math/w_lgammaf_r_compat.c: Likewise.
29051 * math/w_lgammal_r_compat.c: Likewise.
29052 * math/w_log10_compat.c: Likewise.
29053 * math/w_log10f_compat.c: Likewise.
29054 * math/w_log10l_compat.c: Likewise.
29055 * math/w_log2_compat.c: Likewise.
29056 * math/w_log2f_compat.c: Likewise.
29057 * math/w_log2l_compat.c: Likewise.
29058 * math/w_log_compat.c: Likewise.
29059 * math/w_logf_compat.c: Likewise.
29060 * math/w_logl_compat.c: Likewise.
29061 * math/w_pow_compat.c: Likewise.
29062 * math/w_powf_compat.c: Likewise.
29063 * math/w_powl_compat.c: Likewise.
29064 * math/w_remainder_compat.c: Likewise.
29065 * math/w_remainderf_compat.c: Likewise.
29066 * math/w_remainderl_compat.c: Likewise.
29067 * math/w_sinh_compat.c: Likewise.
29068 * math/w_sinhf_compat.c: Likewise.
29069 * math/w_sinhl_compat.c: Likewise.
29070 * math/w_sqrt_compat.c: Likewise.
29071 * math/w_sqrtf_compat.c: Likewise.
29072 * math/w_sqrtl_compat.c: Likewise.
29073 * math/w_tgamma_compat.c: Likewise.
29074 * math/w_tgammaf_compat.c: Likewise.
29075 * math/w_tgammal_compat.c: Likewise.
29076 * math/w_scalb_compat.c (sysv_scalb): Condition definition on
29077 [LIBM_SVID_COMPAT].
29078 (__scalb): Condition call to sysv_scalb on [LIBM_SVID_COMPAT].
29079 * math/w_scalbf_compat.c (sysv_scalbf): Condition definition on
29080 [LIBM_SVID_COMPAT].
29081 (__scalbf): Condition call to sysv_scalbf on [LIBM_SVID_COMPAT].
29082 * math/w_scalbl_compat.c (sysv_scalbl): Condition definition on
29083 [LIBM_SVID_COMPAT].
29084 (__scalbl): Condition call to sysv_scalbl on [LIBM_SVID_COMPAT].
29085 * sysdeps/i386/fpu/w_sqrt.c: New file.
29086 * sysdeps/ia64/fpu/w_acos.c: Likewise.
29087 * sysdeps/ia64/fpu/w_acosf.c: Likewise.
29088 * sysdeps/ia64/fpu/w_acosh.c: Likewise.
29089 * sysdeps/ia64/fpu/w_acoshf.c: Likewise.
29090 * sysdeps/ia64/fpu/w_acoshl.c: Likewise.
29091 * sysdeps/ia64/fpu/w_acosl.c: Likewise.
29092 * sysdeps/ia64/fpu/w_asin.c: Likewise.
29093 * sysdeps/ia64/fpu/w_asinf.c: Likewise.
29094 * sysdeps/ia64/fpu/w_asinl.c: Likewise.
29095 * sysdeps/ia64/fpu/w_atan2.c: Likewise.
29096 * sysdeps/ia64/fpu/w_atan2f.c: Likewise.
29097 * sysdeps/ia64/fpu/w_atan2l.c: Likewise.
29098 * sysdeps/ia64/fpu/w_atanh.c: Likewise.
29099 * sysdeps/ia64/fpu/w_atanhf.c: Likewise.
29100 * sysdeps/ia64/fpu/w_atanhl.c: Likewise.
29101 * sysdeps/ia64/fpu/w_cosh.c: Likewise.
29102 * sysdeps/ia64/fpu/w_coshf.c: Likewise.
29103 * sysdeps/ia64/fpu/w_coshl.c: Likewise.
29104 * sysdeps/ia64/fpu/w_exp.c: Likewise.
29105 * sysdeps/ia64/fpu/w_exp10.c: Likewise.
29106 * sysdeps/ia64/fpu/w_exp10f.c: Likewise.
29107 * sysdeps/ia64/fpu/w_exp10l.c: Likewise.
29108 * sysdeps/ia64/fpu/w_exp2.c: Likewise.
29109 * sysdeps/ia64/fpu/w_exp2f.c: Likewise.
29110 * sysdeps/ia64/fpu/w_exp2l.c: Likewise.
29111 * sysdeps/ia64/fpu/w_expf.c: Likewise.
29112 * sysdeps/ia64/fpu/w_expl.c: Likewise.
29113 * sysdeps/ia64/fpu/w_fmod.c: Likewise.
29114 * sysdeps/ia64/fpu/w_fmodf.c: Likewise.
29115 * sysdeps/ia64/fpu/w_fmodl.c: Likewise.
29116 * sysdeps/ia64/fpu/w_hypot.c: Likewise.
29117 * sysdeps/ia64/fpu/w_hypotf.c: Likewise.
29118 * sysdeps/ia64/fpu/w_hypotl.c: Likewise.
29119 * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
29120 * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
29121 * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
29122 * sysdeps/ia64/fpu/w_log.c: Likewise.
29123 * sysdeps/ia64/fpu/w_log10.c: Likewise.
29124 * sysdeps/ia64/fpu/w_log10f.c: Likewise.
29125 * sysdeps/ia64/fpu/w_log10l.c: Likewise.
29126 * sysdeps/ia64/fpu/w_log2.c: Likewise.
29127 * sysdeps/ia64/fpu/w_log2f.c: Likewise.
29128 * sysdeps/ia64/fpu/w_log2l.c: Likewise.
29129 * sysdeps/ia64/fpu/w_logf.c: Likewise.
29130 * sysdeps/ia64/fpu/w_logl.c: Likewise.
29131 * sysdeps/ia64/fpu/w_pow.c: Likewise.
29132 * sysdeps/ia64/fpu/w_powf.c: Likewise.
29133 * sysdeps/ia64/fpu/w_powl.c: Likewise.
29134 * sysdeps/ia64/fpu/w_remainder.c: Likewise.
29135 * sysdeps/ia64/fpu/w_remainderf.c: Likewise.
29136 * sysdeps/ia64/fpu/w_remainderl.c: Likewise.
29137 * sysdeps/ia64/fpu/w_sinh.c: Likewise.
29138 * sysdeps/ia64/fpu/w_sinhf.c: Likewise.
29139 * sysdeps/ia64/fpu/w_sinhl.c: Likewise.
29140 * sysdeps/ia64/fpu/w_sqrt.c: Likewise.
29141 * sysdeps/ia64/fpu/w_sqrtf.c: Likewise.
29142 * sysdeps/ia64/fpu/w_sqrtl.c: Likewise.
29143 * sysdeps/ia64/fpu/w_tgamma.c: Likewise.
29144 * sysdeps/ia64/fpu/w_tgammaf.c: Likewise.
29145 * sysdeps/ia64/fpu/w_tgammal.c: Likewise.
29146 * sysdeps/ieee754/dbl-64/w_exp_compat.c: Condition contents on
29147 [LIBM_SVID_COMPAT].
29148 * sysdeps/ieee754/flt-32/w_expf_compat.c: Likewise.
29149 * sysdeps/ieee754/k_standard.c: Likewise.
29150 * sysdeps/ieee754/k_standardf.c: Likewise.
29151 * sysdeps/ieee754/k_standardl.c: Likewise.
29152 * sysdeps/ieee754/ldbl-128/w_expl_compat.c: Likewise.
29153 * sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Likewise.
29154 * sysdeps/ieee754/ldbl-96/w_expl_compat.c: Likewise.
29155 * sysdeps/ieee754/ldbl-64-128/w_expl_compat.c: Condition
29156 long_double_symbol call on [LIBM_SVID_COMPAT].
29157 * sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c: Likewise.
29158 * sysdeps/ieee754/ldbl-opt/w_acosl_compat.c: Likewise.
29159 * sysdeps/ieee754/ldbl-opt/w_asinl_compat.c: Likewise.
29160 * sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c: Likewise.
29161 * sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c: Likewise.
29162 * sysdeps/ieee754/ldbl-opt/w_coshl_compat.c: Likewise.
29163 * sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c: Likewise.
29164 * sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c: Likewise.
29165 * sysdeps/ieee754/ldbl-opt/w_j0l_compat.c: Likewise.
29166 * sysdeps/ieee754/ldbl-opt/w_j1l_compat.c: Likewise.
29167 * sysdeps/ieee754/ldbl-opt/w_jnl_compat.c: Likewise.
29168 * sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c: Likewise.
29169 * sysdeps/ieee754/ldbl-opt/w_log10l_compat.c: Likewise.
29170 * sysdeps/ieee754/ldbl-opt/w_log2l_compat.c: Likewise.
29171 * sysdeps/ieee754/ldbl-opt/w_logl_compat.c: Likewise.
29172 * sysdeps/ieee754/ldbl-opt/w_powl_compat.c: Likewise.
29173 * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c: Likewise.
29174 * sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c: Likewise.
29175 * sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c: Likewise.
29176 * sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c: Likewise.
29177 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c: Condition
29178 long_double_symbol and compat_symbol calls on [LIBM_SVID_COMPAT].
29179
29180 2017-09-05 Steve Ellcey <sellcey@cavium.com>
29181
29182 * include/shlib-compat.h (TEST_COMPAT): New Macro.
29183 * malloc/tst-mallocstate.c: Convert from test-skeleton
29184 to test-driver. Ifdef code using TEST_COMPAT macro.
29185 * math/test-matherr-2.c: Ifdef test using TEST_COMPAT macro.
29186 * math/test-matherr.c: Likewise.
29187
29188 2017-09-05 Joseph Myers <joseph@codesourcery.com>
29189
29190 [BZ #22086]
29191 * debug/pcprofiledump.c (main): Use byte-swapped mask when
29192 comparing word with byte-swapped constant.
29193
29194 2017-09-05 Chris Leonard <cjlhomeaddress@gmail.com>
29195
29196 [BZ #20498]
29197 * locale/iso-639.def: add Miskito.
29198 * localedata/SUPPORTED: Add miq_NI/UTF-8.
29199 * localedata/locales/miq_NI: New file.
29200
29201 2017-09-04 H.J. Lu <hongjiu.lu@intel.com>
29202
29203 [BZ #18822]
29204 * include/sys/stat.h (__chmod): Add libc_hidden_proto.
29205 (__mkdir): Likewise.
29206 * io/chmod.c (__chmod): Add libc_hidden_def.
29207 * io/mkdir.c (__mkdir): Likewise.
29208 * sysdeps/mach/hurd/chmod.c (__chmod): Likewise.
29209 * sysdeps/mach/hurd/mkdir.c (__mkdir): Likewise.
29210 * sysdeps/unix/sysv/linux/generic/chmod.c (__chmod): Likewise.
29211 * sysdeps/unix/sysv/linux/generic/mkdir.c (__mkdir): Likewise.
29212
29213 2017-09-04 Joseph Myers <joseph@codesourcery.com>
29214
29215 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
29216 version to 4.13.
29217
29218 [BZ #22082]
29219 * math/bits/math-finite.h (exp10): Redirect if [__GLIBC_USE
29220 (IEC_60559_FUNCS_EXT)], not [__USE_GNU].
29221
29222 2017-09-04 Florian Weimer <fweimer@redhat.com>
29223
29224 * math/math.h: Issue warning if log is defined.
29225
29226 2017-09-04 Joseph Myers <joseph@codesourcery.com>
29227
29228 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
29229 kernel version to 4.13.
29230
29231 2017-09-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
29232
29233 * sysdeps/generic/sigsetops.h: Remove spurious #endif.
29234 (__sigismember, __sigaddset, __sigdelset): Fix referencing set
29235 parameter.
29236 * sysdeps/mach/hurd/bits/socket.h: Include <sys/types.h> instead of
29237 just <bits/types.h>.
29238 * sysdeps/posix/preadv2.c: Use off_t instead of OFF_T.
29239 * sysdeps/posix/preadv64v2.c: Use off64_t instead of OFF_T.
29240 * sysdeps/posix/pwritev2.c: Use off_t instead of OFF_T.
29241 * sysdeps/posix/pwritev64v2.c: Use off64_t instead of OFF_T.
29242 * misc/preadv2.c: Include <errno.h>.
29243 * misc/preadv64v2.c: Include <errno.h>.
29244 * misc/pwritev2.c: Include <errno.h>.
29245 * misc/pwritev64v2.c: Include <errno.h>.
29246 * sysdeps/posix/preadv2.c: Include <errno.h>.
29247 * sysdeps/posix/preadv64v2.c: Include <errno.h>.
29248 Fix <unistd.h> inclusion.
29249 * sysdeps/posix/pwritev2.c: Include <errno.h>.
29250 * sysdeps/posix/pwritev64v2.c: Include <errno.h>.
29251 * sysdeps/mach/hurd/dl-sysdep.c (__access_noerrno, __sbrk,
29252 __strtoul_internal): New functions.
29253 * sysdeps/posix/pause.c: Include <sigsetops.h>.
29254 * sysdeps/posix/system.c: Include <sigsetops.h>.
29255 * sysdeps/mach/hurd/i386/Makefile
29256 [$(subdir) = csu] (sysdep_routines): New rule: divdi3 object.
29257 [$(subdir) = csu] (sysdep-only-routines): Likewise.
29258 [$(subdir) = csu] (CFLAGS-divdi3.c): Likewise.
29259 * sysdeps/x86/fpu/include/bits/fenv.h [NO_HIDDEN]: Redirect
29260 __feraiseexcept_renamed to feraiseexcept instead of
29261 __GI_feraiseexcept.
29262 * sysdeps/mach/hurd/i386/Implies: Add mach/hurd/x86.
29263 * sysdeps/mach/hurd/x86/dl-sysdep.c: New file.
29264 * misc/tst-preadvwritev2-common.c (RWF_HIPRI, RWF_DSYNC, RWF_SYNC,
29265 RWF_NOWAIT): Define to 0 if undefined already.
29266 (do_test_with_invalid_flags): Set invalid_flag to 2 if RWF_SUPPORTED
29267 boils down to 0.
29268 * resolv/tst-resolv-res_init-skeleton.c (run_res_init)
29269 [!CLONE_NEWUTS]: Fail as unsupported if hostname is not NULL.
29270
29271 2017-09-01 Joseph Myers <joseph@codesourcery.com>
29272
29273 * manual/math.texi (pow10): Do not document.
29274 (pow10f): Likewise.
29275 (pow10l): Likewise.
29276 * math/bits/mathcalls.h [__USE_GNU] (pow10): Do not declare.
29277 * math/bits/math-finite.h [__USE_GNU] (pow10): Likewise.
29278 * math/libm-test-exp10.inc (pow10_test): Remove.
29279 (do_test): Do not call pow10.
29280 * math/w_exp10_compat.c (pow10): Make into compat symbol.
29281 [NO_LONG_DOUBLE] (pow10l): Likewise.
29282 * math/w_exp10f_compat.c (pow10f): Likewise.
29283 * math/w_exp10l_compat.c (pow10l): Likewise.
29284 * sysdeps/ia64/fpu/e_exp10.S: Include <shlib-compat.h>.
29285 (pow10): Make into compat symbol.
29286 * sysdeps/ia64/fpu/e_exp10f.S: Include <shlib-compat.h>.
29287 (pow10f): Make into compat symbol.
29288 * sysdeps/ia64/fpu/e_exp10l.S: Include <shlib-compat.h>.
29289 (pow10l): Make into compat symbol.
29290 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Remove
29291 pow10.
29292 (CFLAGS-nldbl-pow10.c): Remove variable..
29293 * sysdeps/ieee754/ldbl-opt/nldbl-pow10.c: Remove file.
29294 * sysdeps/ieee754/ldbl-opt/w_exp10_compat.c (pow10l): Condition on
29295 [SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_27)].
29296 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c (compat_symbol):
29297 Undefine and redefine.
29298 (pow10l): Make into compat symbol.
29299 * sysdeps/aarch64/libm-test-ulps: Remove pow10 ulps.
29300 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
29301 * sysdeps/arm/libm-test-ulps: Likewise.
29302 * sysdeps/hppa/fpu/libm-test-ulps: Likewise.
29303 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
29304 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
29305 * sysdeps/microblaze/libm-test-ulps: Likewise.
29306 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
29307 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
29308 * sysdeps/nios2/libm-test-ulps: Likewise.
29309 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
29310 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
29311 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
29312 * sysdeps/sh/libm-test-ulps: Likewise.
29313 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
29314 * sysdeps/tile/libm-test-ulps: Likewise.
29315 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29316
29317 2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>
29318
29319 * stdlib/tst-atexit-common.c (crumbs): Ensure correct size.
29320
29321 2017-09-01 H.J. Lu <hongjiu.lu@intel.com>
29322
29323 * posix/tst-regex.c (do_test): Replace "../ChangeLog.8" with
29324 "../ChangeLog.old/ChangeLog.8".
29325 * posix/tst-regex2.c (do_test): Replace "../ChangeLog.14" with
29326 "../ChangeLog.old/ChangeLog.14".
29327
29328 2017-09-01 H.J. Lu <hongjiu.lu@intel.com>
29329
29330 * manual/contrib.texi: Credit Ulrich Drepper for the POSIX
29331 Threads Library.
29332
29333 2017-09-01 Joseph Myers <joseph@codesourcery.com>
29334
29335 * sysdeps/unix/sysv/linux/gentempfd.c: Include <string.h>.
29336
29337 2017-09-01 H.J. Lu <hongjiu.lu@intel.com>
29338
29339 * csu/version.c (banner): Remove "by Roland McGrath et al.".
29340 * nptl/Banner: Remove "by Ulrich Drepper et al.".
29341
29342 2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>
29343
29344 * stdlib/tst-atexit-common.c (do_test): Test support for at least
29345 32 atexit handlers.
29346
29347 2017-09-01 Zack Weinberg <zackw@panix.com>
29348
29349 * math/math.h (HUGE_VAL): Improve commentary.
29350
29351 2017-09-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
29352 Andreas Schwab <schwab@suse.de>
29353
29354 [BZ #21530]
29355 * include/stdio.h (__gen_tempfd): New function.
29356 * stdio-common/Makefile (routines): Add gentempfd.
29357 * stdio-common/gentempfd.c: New file.
29358 * sysdeps/unix/sysv/linux/gentempfd.c: Likewise.
29359 * stdio-common/tmpfile.c (tmpfile): First try to use a system specific
29360 unnamed file first.
29361
29362 2017-09-01 Florian Weimer <fweimer@redhat.com>
29363
29364 [BZ #21915]
29365 [BZ #21922]
29366 * sysdeps/posix/getaddrinfo.c (gethosts): Look at NSS function
29367 result to determine success or failure, not the errno value.
29368 * nss/Makefile (tests): Add tst-nss-files-hosts-erange.
29369 (tst-nss-files-hosts-erange): Link with -ldl.
29370 * nss/tst-nss-files-hosts-erange.c: New file.
29371 * nss/tst-resolv-basic.c (response): Handle nodata.example.
29372 (do_test): Add NO_DATA tests.
29373 * resolv/tst-resolv-basic.c (test_nodata_nxdomain): New function.
29374 (do_test): Call it.
29375
29376 2017-09-01 Florian Weimer <fweimer@redhat.com>
29377
29378 [BZ #21922]
29379 * sysdeps/posix/getaddrinfo.c (gaih_inet): Report EAI_NODATA error
29380 coming from gethostbyname2_r.
29381
29382 2017-09-01 Florian Weimer <fweimer@redhat.com>
29383
29384 * support/namespace.h (struct support_chroot_configuration): Add
29385 hosts, host_conf.
29386 (struct support_chroot): Add path_hosts, path_host_conf.
29387 * support/support_chroot.c (write_file): New function.
29388 (support_chroot_create): Call it to process /etc/resolv.conf,
29389 /etc/hosts, /etc/host.conf.
29390 (support_chroot_free): Update.
29391
29392 2017-09-01 Florian Weimer <fweimer@redhat.com>
29393
29394 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use h_errno if
29395 status indicates it is set.
29396
29397 2017-09-01 Florian Weimer <fweimer@redhat.com>
29398
29399 [BZ #20532]
29400 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make reporting of NSS
29401 function lookup failures more reliable.
29402
29403 2017-09-01 Florian Weimer <fweimer@redhat.com>
29404
29405 * sysdeps/posix/getaddrinfo.c (gethosts): Use h_errno directly.
29406 (getcanonname): Likewise.
29407 (gaih_inet): Likewise.
29408
29409 2017-09-01 Florian Weimer <fweimer@redhat.com>
29410
29411 * sysdeps/posix/getaddrinfo.c (gethosts): Use errno directly.
29412 (getcanonname): Likewise.
29413 (gaih_inet): Likewise.
29414
29415 2017-08-31 Steve Ellcey <sellcey@cavium.com>
29416 Richard Henderson <rth@twiddle.net>
29417
29418 * sysdeps/aarch64/fpu/s_llrint.c (OREG_SIZE): New macro.
29419 * sysdeps/aarch64/fpu/s_llround.c (OREG_SIZE): Likewise.
29420 * sysdeps/aarch64/fpu/s_llrintf.c (OREGS, IREGS): Remove.
29421 (IREG_SIZE, OREG_SIZE): New macros.
29422 * sysdeps/aarch64/fpu/s_llroundf.c: (OREGS, IREGS): Remove.
29423 (IREG_SIZE, OREG_SIZE): New macros.
29424 * sysdeps/aarch64/fpu/s_lrintf.c (IREGS): Remove.
29425 (IREG_SIZE): New macro.
29426 * sysdeps/aarch64/fpu/s_lroundf.c (IREGS): Remove.
29427 (IREG_SIZE): New macro.
29428 * sysdeps/aarch64/fpu/s_lrint.c (get-rounding-mode.h, stdint.h):
29429 New includes.
29430 (IREG_SIZE, OREG_SIZE): Initialize if not already set.
29431 (OREGS, IREGS): Set based on IREG_SIZE and OREG_SIZE.
29432 (__CONCATX): Handle exceptions correctly on large values that may
29433 set FE_INVALID.
29434 * sysdeps/aarch64/fpu/s_lround.c (IREG_SIZE, OREG_SIZE):
29435 Initialize if not already set.
29436 (OREGS, IREGS): Set based on IREG_SIZE and OREG_SIZE.
29437
29438 2017-08-31 Adhemerval Zanella <adhemerval.zanella@linaro.org>
29439
29440 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): Remove macro.
29441 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h (NO_CANCELLATION):
29442 Likewise.
29443 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (NO_CANCELLATION):
29444 Likewise.
29445 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (NO_CANCELLATION):
29446 Likewise.
29447 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h (NO_CANCELLATION):
29448 Likewise.
29449 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (NO_CANCELLATION):
29450 Likewise.
29451 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (NO_CANCELLATION):
29452 Likewise.
29453 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h (NO_CANCELLATION):
29454 Likewise.
29455 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h
29456 (NO_CANCELLATION): Likewise.
29457 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h (NO_CANCELLATION):
29458 Likewise.
29459 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h (NO_CANCELLATION):
29460 Likewise.
29461 * sysdeps/unix/sysv/linux/powerpc/sysdep-cancel.h (NO_CANCELLATION):
29462 Likewise.
29463 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
29464 (NO_CANCELLATION): Likewise.
29465 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h
29466 (NO_CANCELLATION): Likewise.
29467 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (NO_CANCELLATION):
29468 Likewise
29469 * sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h (NO_CANCELLATION):
29470 Likewise.
29471 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h (NO_CANCELLATION):
29472 Likewise.
29473 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h (NO_CANCELLATION):
29474 Likewise.
29475 * sysdeps/unix/sysv/linux/not-cancel.h (__fcntl_nocancel): Add
29476 hidden prototype.
29477 * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Define only
29478 for !IS_IN (rtld) and remove NO_CANCELLATION usage.
29479
29480 2017-08-31 Steve Ellcey <sellcey@cavium.com>
29481
29482 * sysdeps/aarch64/dl-irel.h: (elf_ifunc_invoke): Change argument type
29483 in resolver call.
29484
29485 2017-08-31 Florian Weimer <fweimer@redhat.com>
29486
29487 * include/libc-symbols.h (internal_function): Remove.
29488
29489 2017-08-31 Florian Weimer <fweimer@redhat.com>
29490
29491 * stdlib/fmtmsg.c (internal_addseverity): Remove
29492 internal_function.
29493
29494 2017-08-31 Florian Weimer <fweimer@redhat.com>
29495
29496 * stdio-common/printf_fp.c (group_number): Remove
29497 internal_function.
29498 * stdio-common/vfprintf.c (buffered_vfprintf): Likewise.
29499
29500 2017-08-31 Florian Weimer <fweimer@redhat.com>
29501
29502 * posix/fnmatch.c (internal_function): Remove definition.
29503 * posix/fnmatch_loop.c (FCT, EXT, END): Remove internal_function.
29504 * posix/regcomp.c (peek_token, init_word_char)
29505 (duplicate_node_closure, fetch_token, peek_token)
29506 (peek_token_bracket, build_range_exp, build_collating_symbol):
29507 Likewise.
29508 * posix/regex_internal.c (re_string_construct_common)
29509 (create_ci_newstate, create_cd_newstate, re_string_allocate)
29510 (re_string_construct, re_string_realloc_buffers, build_wcs_buffer)
29511 (build_wcs_upper_buffer, re_string_skip_chars, build_upper_buffer)
29512 (re_string_translate_buffer, re_string_reconstruct)
29513 (re_string_peek_byte_case, re_string_fetch_byte_case)
29514 (re_string_destruct, re_string_context_at, re_node_set_alloc)
29515 (re_node_set_init_1, re_node_set_init_2, re_node_set_init_copy)
29516 (re_node_set_add_intersect, re_node_set_init_union)
29517 (re_node_set_merge, re_node_set_insert, re_node_set_insert_last)
29518 (re_node_set_compare, re_node_set_contains, re_node_set_remove_at)
29519 (re_dfa_add_node, calc_state_hash, re_acquire_state)
29520 (re_acquire_state_context): Likewise.
29521 * posix/regex_internal.h (internal_function): Remove definition.
29522 (re_string_realloc_buffers, build_wcs_buffer)
29523 (build_wcs_upper_buffer, build_upper_buffer)
29524 (re_string_translate_buffer, re_string_context_at)
29525 (re_string_char_size_at, re_string_wchar_at)
29526 (re_string_elem_size_at): Likewise.
29527 * posix/regexec.c (match_ctx_init, match_ctx_clean)
29528 (match_ctx_free, match_ctx_add_entry, search_cur_bkref_entry)
29529 (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init)
29530 (re_search_internal, re_search_2_stub, re_search_stub)
29531 (re_copy_regs, prune_impossible_nodes, check_matching)
29532 (check_halt_state_context, update_regs, push_fail_stack, set_regs)
29533 (free_fail_stack_return, sift_states_iter_mb)
29534 (sift_states_backward, build_sifted_states)
29535 (update_cur_sifted_state, add_epsilon_src_nodes, check_dst_limits)
29536 (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos)
29537 (check_subexp_limits, sift_states_bkref, merge_state_array)
29538 (find_recover_state, transit_state, merge_state_with_log)
29539 (check_subexp_matching_top, transit_state_sb, transit_state_sb)
29540 (transit_state_mb, transit_state_bkref, get_subexp)
29541 (get_subexp_sub, find_subexp_node, check_arrival)
29542 (check_arrival_add_next_nodes, check_arrival_expand_ecl)
29543 (check_arrival_expand_ecl_sub, expand_bkref_cache, build_trtable)
29544 (check_node_accept_bytes, find_collation_sequence_value)
29545 (group_nodes_into_DFAstates, check_node_accept, extend_buffers)
29546 (acquire_init_state_context, check_halt_node_context)
29547 (proceed_next_node, pop_fail_stack, clean_state_log_if_needed)
29548 (sub_epsilon_src_nodes): Likewise.
29549 * posix/spawn_int.h (__spawn_valid_fd): Likewise.
29550 * posix/spawn_valid_fd (__spawn_valid_fd): Likewise.
29551 * posix/wordexp.c (parse_dollars, parse_backtick, parse_dquote)
29552 (eval_expr, w_addmem, w_addstr, w_addword, parse_backslash)
29553 (parse_qtd_backslash, parse_tilde, do_parse_glob, parse_glob)
29554 (parse_squote, eval_expr_val, eval_expr_multdiv, parse_arith)
29555 (exec_comm_child, exec_comm, parse_comm, parse_param): Likewise.
29556 * sysdeps/posix/ttyname.c (getttyname): Likewise.
29557 * sysdeps/posix/ttyname_r.c (getttyname_r): Likewise.
29558 * sysdeps/unix/sysv/linux/preadv.c (__atomic_preadv_replacement)
29559 (PREADV): Likewise.
29560 * sysdeps/unix/sysv/linux/preadv64.c (__atomic_preadv64_replacement)
29561 (PREADV): Likewise.
29562 * sysdeps/unix/sysv/linux/pwritev.c (__atomic_pwritev_replacement)
29563 (PWRITEV): Likewise.
29564 * sysdeps/unix/sysv/linux/pwritev64.c (__atomic_pwritev64_replacement)
29565 (PWRITEV): Likewise.
29566 * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Likewise.
29567 * sysdeps/unix/sysv/linux/ttyname_r.c (getttyname_r): Likewise.
29568
29569 2017-08-31 Florian Weimer <fweimer@redhat.com>
29570
29571 * nptl/allocatestack.c (change_stack_perm, __deallocate_stack)
29572 (setxid_mark_thread, setxid_unmark_thread, setxid_signal_thread):
29573 Remove internal_function.
29574 * nptl/cancellation.c (__pthread_disable_asynccancel): Likewise.
29575 * nptl/libc_pthread_init.c (__libc_pthread_init): Likewise.
29576 * nptl/pthreadP.h (__find_in_stack_list, __free_tcb)
29577 (__deallocate_stack, __libc_pthread_init)
29578 (__pthread_mutex_cond_lock, __pthread_mutex_cond_lock_adjust)
29579 (__pthread_mutex_unlock_usercnt, __pthread_disable_asynccancel)
29580 (__libc_disable_asynccancel, __librt_disable_asynccancel):
29581 Likewise.
29582 * nptl/pthread_create.c (__find_in_stack_list, __free_tcb): Likewise.
29583 * nptl/pthread_mutex_cond_lock.c (__pthread_mutex_lock): Likewise.
29584 * nptl/pthread_mutex_lock.c (__pthread_mutex_cond_lock_adjust):
29585 Likewise.
29586 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full)
29587 (__pthread_mutex_unlock_usercnt): Likewise.
29588
29589 2017-08-31 Florian Weimer <fweimer@redhat.com>
29590
29591 * io/fts.c (fts_alloc, fts_build, fts_lfree, fts_load)
29592 (fts_maxarglen, fts_padjust, fts_palloc, fts_sort, fts_stat)
29593 (fts_safe_changedir): Remove internal_function.
29594 * io/ftw.c (internal_function): Remove definition.
29595 (ftw_dir, process_entry, ftw_startup): Remove internal_function.
29596
29597 2017-08-31 Florian Weimer <fweimer@redhat.com>
29598
29599 * inet/deadline.c (__deadline_current_time)
29600 (__deadline_from_timeval, __deadline_to_ms): Remove
29601 internal_function.
29602 * inet/getnameinfo.c (nrl_domainname): Likewise.
29603 * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
29604 * inet/inet6_option.c (add_pad): Likewise.
29605 * inet/net-internal.h (__deadline_current_time)
29606 (__deadline_from_timeval, __deadline_to_ms): Likewise.
29607 * inet/rcmd.c (__checkhost_sa, __icheckuser): Likewise.
29608 * sysdeps/mach/hurd/if_index.c (__protocol_available): Likewise.
29609 * sysdeps/unix/sysv/linux/ifaddrs.c (map_newlink): Likewise.
29610
29611 2017-08-31 Joseph Myers <joseph@codesourcery.com>
29612
29613 * math/math.h [__USE_ISOC99] (NAN): Define directly here. Do not
29614 include <bits/nan.h>.
29615 * math/Makefile (headers): Remove bits/nan.h.
29616 * bits/nan.h: Remove.
29617 * sysdeps/ieee754/bits/nan.h: Likewise.
29618 * sysdeps/mips/bits/nan.h: Likewise.
29619
29620 * math/math.h [__USE_ISOC99] (INFINITY): Define directly here. Do
29621 not include <bits/inf.h>.
29622 * math/Makefile (headers): Remove bits/inf.h.
29623 * bits/inf.h: Remove.
29624 * sysdeps/ieee754/bits/inf.h: Likewise.
29625
29626 * math/math.h: Do not include bits/huge_val.h, bits/huge_valf.h,
29627 bits/huge_vall.h or bits/huge_val_flt128.h.
29628 (HUGE_VAL): Define directly here.
29629 [__USE_ISOC99] (HUGE_VALF): Likewise.
29630 [__USE_ISOC99] (HUGE_VALL): Likewise.
29631 [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
29632 (HUGE_VAL_F128): Likewise.
29633 * math/Makefile (headers): Remove bits/huge_val.h,
29634 bits/huge_valf.h, bits/huge_vall.h and bits/huge_val_flt128.h.
29635 * bits/huge_val.h: Remove.
29636 * bits/huge_val_flt128.h: Likewise.
29637 * bits/huge_valf.h: Likewise.
29638 * bits/huge_vall.h: Likewise.
29639 * sysdeps/ia64/bits/huge_vall.h: Likewise.
29640 * sysdeps/ieee754/bits/huge_val.h: Likewise.
29641 * sysdeps/ieee754/bits/huge_valf.h: Likewise.
29642 * sysdeps/m68k/m680x0/bits/huge_vall.h: Likewise.
29643 * sysdeps/sh/bits/huge_val.h: Likewise.
29644 * sysdeps/sparc/bits/huge_vall.h: Likewise.
29645 * sysdeps/x86/bits/huge_vall.h: Likewise.
29646
29647 2017-08-31 Florian Weimer <fweimer@redhat.com>
29648
29649 * elf/dl-addr-obj.c (_dl_addr_inside_object): Remove
29650 internal_function.
29651 * elf/dl-cache.c (_dl_cache_libcmp, _dl_load_cache_lookup):
29652 Likewise.
29653 * elf/dl-debug.c (_dl_debug_initialize): Likewise.
29654 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
29655 * elf/dl-environ.c (_dl_next_ld_env_entry): Likewise.
29656 * elf/dl-execstack.c (_dl_make_stack_executable): Likewise.
29657 * elf/dl-fini.c (_dl_sort_fini): Likewise.
29658 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
29659 * elf/dl-libc.c (dlerror_run): Likewise.
29660 * elf/dl-load.c (add_name_to_object, decompose_rpath)
29661 (_dl_init_paths, _dl_map_object, _dl_rtld_di_serinfo): Likewise.
29662 * elf/dl-lookup.c (add_dependency, _dl_debug_bindings)
29663 (_dl_lookup_symbol_x, _dl_setup_hash, _dl_debug_bindings):
29664 Likewise.
29665 * elf/dl-misc.c (_dl_sysdep_read_whole_file, _dl_name_match_p)
29666 (_dl_higher_prime_number, _dl_strtoul): Likewise.
29667 * elf/dl-object.c (_dl_add_to_namespace_list, _dl_new_object): Likewise.
29668 * elf/dl-profile.c (_dl_start_profile): Likewise.
29669 * elf/dl-reloc.c (_dl_try_allocate_static_tls)
29670 (_dl_allocate_static_tls, _dl_protect_relro, _dl_reloc_bad_type):
29671 Likewise.
29672 * elf/dl-support.c (_dl_aux_init, _dl_non_dynamic_init): Likewise.
29673 * elf/dl-sym.c (_dl_tls_symaddr, do_sym): Likewise.
29674 * elf/dl-sysdep.c (_dl_sysdep_start_cleanup, _dl_show_auxv): Likewise.
29675 * elf/dl-tls.c (_dl_next_tls_modid, _dl_count_modids)
29676 (_dl_determine_tlsoffset, allocate_dtv, _dl_get_tls_static_info)
29677 (_dl_allocate_tls_storage): Likewise.
29678 * elf/dl-version.c (match_symbol, _dl_check_map_versions)
29679 (_dl_check_all_versions): Likewise.
29680 * elf/dynamic-link.h (_dl_try_allocate_static_tls): Likewise.
29681 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Likewise.
29682 * elf/tst-_dl_addr_inside_object.c (_dl_addr_inside_object): Likewise.
29683 * sysdeps/aarch64/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic): Likewise.
29684 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Likewise.
29685 * sysdeps/arm/dl-lookupcfg.h (_dl_unmap): Likewise.
29686 * sysdeps/arm/dl-machine.h (elf_machine_load_address): Remove
29687 internal_function from __dl_start.
29688 * sysdeps/arm/dl-tlsdesc.h (_dl_unmap): Remove internal_function.
29689 * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Likewise.
29690 * sysdeps/generic/ldsodefs.h (_dl_name_match_p)
29691 (_dl_higher_prime_number, _dl_strtoul, _dl_map_object)
29692 (_dl_map_object_deps, _dl_setup_hash, _dl_rtld_di_serinfo)
29693 (_dl_lookup_symbol_x, _dl_add_to_namespace_list, _dl_new_object)
29694 (_dl_protect_relro, _dl_reloc_bad_type, _dl_check_all_versions)
29695 (_dl_check_map_versions, _dl_sort_fini, _dl_debug_initialize)
29696 (_dl_init_paths, _dl_start_profile, _dl_show_auxv)
29697 (_dl_next_ld_env_entry, _dl_important_hwcaps)
29698 (_dl_load_cache_lookup, _dl_sysdep_read_whole_file)
29699 (_dl_sysdep_start_cleanup, _dl_next_tls_modid, _dl_count_modids)
29700 (_dl_determine_tlsoffset, _dl_get_tls_static_info)
29701 (_dl_allocate_static_tls, _dl_allocate_tls_storage)
29702 (_dl_addr_inside_object, _dl_non_dynamic_init, _dl_aux_init):
29703 Likewise.
29704 (struct rtld_global_ro): Remove internal_function from the
29705 _dl_lookup_symbol_x member.
29706 (_dl_symbol_value): Remove. No longer defined anywhere.
29707 * sysdeps/i386/dl-lookupcfg.h (_dl_unmap): Remove
29708 internal_function.
29709 * sysdeps/i386/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic): Likewise.
29710 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
29711 * sysdeps/mach/hurd/dl-sysdep.c (_dl_show_auxv): Likewise.
29712 * sysdeps/nios2/dl-init.c (_dl_nios2_get_gp_value): Likewise.
29713 * sysdeps/tile/dl-lookupcfg.h (_dl_unmap): Likewise.
29714 * sysdeps/tile/dl-machine.h (_dl_after_load): Likewise.
29715 * sysdeps/tile/dl-runtime.c (_dl_after_load, _dl_unmap): Likewise.
29716 * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Likewise.
29717 * sysdeps/unix/sysv/linux/dl-vdso.h (_dl_vdso_vsym): Likewise.
29718 * sysdeps/x86_64/dl-lookupcfg.h (_dl_unmap): Likewise.
29719 * sysdeps/x86_64/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic): Likewise.
29720 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
29721
29722 2017-08-31 Florian Weimer <fweimer@redhat.com>
29723
29724 * gmon/gmon.c (write_hist, write_call_graph, write_bb_counts):
29725 Remove internal_function.
29726 * sysdeps/arm/machine-gmon.h (mcount_internal, _MCOUNT_DECL):
29727 Likewise.
29728 * sysdeps/sparc/machine-gmon.h (mcount_internal, _MCOUNT_DECL):
29729 Likewise.
29730
29731 2017-08-31 Florian Weimer <fweimer@redhat.com>
29732
29733 * dlfcn/dlerror.c (_dlerror_run): Remove internal_function.
29734 * elf/dl-sym.c (_dl_vsym, _dl_sym): Likewise.
29735 * include/dlfcn.h (_dl_sym, _dl_vsym, _dlerror_run): Likewise.
29736
29737 2017-08-31 Florian Weimer <fweimer@redhat.com>
29738
29739 * resolv/gai_misc.c (__gai_find_request, __gai_remove_request)
29740 (__gai_enqueue_request): Remove internal_function.
29741 * resolv/gai_misc.h (__gai_enqueue_request, __gai_find_request)
29742 (__gai_remove_request, __gai_notify, __gai_notify_only)
29743 (__gai_sigqueue): Likewise.
29744 * resolv/gai_notify.c (__gai_notify_only, __gai_notify): Likewise.
29745 * resolv/gai_sigqueue.c (__gai_sigqueue): Likewise.
29746 * resolv/inet_ntop.c (inet_ntop4, inet_ntop6): Likewise.
29747 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29748 Likewise.
29749
29750 2017-08-31 Florian Weimer <fweimer@redhat.com>
29751
29752 * dirent/scandir-tail.c (SCANDIR_TAIL): Remove internal_function.
29753 * include/dirent.h (__opendirat, __getdents, __getdents64)
29754 (__alloc_dir, __scandir_tail, __scandir64_tail): Likewise.
29755 * sysdeps/posix/opendir.c (__opendirat, __alloc_dir): Likewise.
29756 * sysdeps/mach/hurd/opendir.c (__opendirat): Likewise.
29757 * sysdeps/unix/sysv/linux/i386/olddirent.h (__old_getdents64):
29758 Likewise.
29759 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Likewise.
29760
29761 2017-08-31 Florian Weimer <fweimer@redhat.com>
29762
29763 * sysdeps/unix/sysv/linux/getcwd.c (generic_getcwd): Remove
29764 internal_function.
29765 (GETCWD_RETURN_TYPE): Likewise.
29766
29767 2017-08-31 Florian Weimer <fweimer@redhat.com>
29768
29769 * include/time.h (__tz_compute, __strptime_internal): Remove
29770 internal_function.
29771 * time/strptime_l.c (__strptime_internal): Likewise.
29772 * time/tzset.c (compute_change, update_vars, __tz_compute): Likewise.
29773
29774 2017-08-31 Florian Weimer <fweimer@redhat.com>
29775
29776 * iconv/gconv.c (__gconv): Remove internal_function.
29777 * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Likewise.
29778 * iconv/gconv_cache.c (__gconv_load_cache, find_module_idx)
29779 (find_module, __gconv_compare_alias_cache, __gconv_lookup_cache)
29780 (__gconv_release_cache): Likewise.
29781 * iconv/gconv_close.c (__gconv_close): Likewise.
29782 * iconv/gconv_conf.c (detect_conflict, insert_module, add_module)
29783 (read_conf_file, __gconv_get_path): Likewise.
29784 * iconv/gconv_db.c (derivation_lookup, add_derivation)
29785 (__gconv_release_step, gen_steps, increment_counter)
29786 (find_derivation, __gconv_compare_alias, __gconv_find_transform)
29787 (__gconv_close_transform, free_modules_db): Likewise.
29788 * iconv/gconv_dl.c (__gconv_find_shlib, __gconv_release_shlib):
29789 Likewise.
29790 * iconv/gconv_int.h (__gconv_open, __gconv_close, __gconv)
29791 (__gconv_find_transform, __gconv_lookup_cache)
29792 (__gconv_release_step, __gconv_load_cache, __gconv_get_path)
29793 (__gconv_close_transform, __gconv_release_cache)
29794 (__gconv_loaded_object, __gconv_release_shlib)
29795 (__gconv_compare_alias): Likewise.
29796 * iconv/gconv_open.c (__gconv_open): Likewise.
29797 * iconv/iconv_prog.c (print_known_names, add_known_names): Likewise.
29798 * iconv/iconvconfig.c (add_module): Likewise.
29799 * intl/dcigettext.c (plural_lookup, guess_category_value)
29800 (category_to_name, get_output_charset, _nl_find_msg): Likewise.
29801 * intl/eval-plural.h (plural_eval): Likewise.
29802 * intl/finddomain.c (_nl_find_domain): Likewise.
29803 * intl/gettextP.h (_nl_unload_domain, _nl_find_domain)
29804 (_nl_load_domain, _nl_find_msg): Likewise.
29805 (internal_function): Remove definition.
29806 * intl/loadinfo.h (internal_function): Likewise.
29807 * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Remove
29808 internal_function.
29809 * intl/localealias.c (internal_function): Remove definition.
29810 (read_alias_file): Remove internal_function.
29811 * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Likewise.
29812 * intl/plural-exp.h (internal_function): Remove definition.
29813 (FREE_EXPRESSION, EXTRACT_PLURAL_EXPRESSION): Remove
29814 internal_function.
29815 * intl/plural.c: Regenerate.
29816 * intl/plural.y (FREE_EXPRESSION): Remove internal_function.
29817 * locale/coll-lookup.c (__collidx_table_lookup)
29818 (__collseq_table_lookup): Likewise.
29819 * locale/coll-lookup.h (__collidx_table_lookup)
29820 (__collseq_table_lookup): Likewise.
29821 * locale/findlocale.c (_nl_find_locale, _nl_remove_locale): Likewise.
29822 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
29823 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale)
29824 (_nl_unload_locale): Likewise.
29825 * locale/localeinfo.h (struct __locale_data): Remove
29826 internal_function from cleanup member.
29827 (_nl_find_locale, _nl_load_locale, _nl_unload_locale)
29828 (_nl_remove_locale, _nl_load_locale_from_archive)
29829 (_nl_intern_locale_data, _nl_get_era_entry, _nl_select_era_entry)
29830 (_nl_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit)
29831 (_nl_cleanup_time): Remove internal_function.
29832 * time/alt_digit.c (_nl_get_alt_digit, _nl_get_walt_digit)
29833 (_nl_parse_alt_digit): Likewise.
29834 * time/era.c (_nl_init_era_entries, _nl_get_era_entry)
29835 (_nl_select_era_entry): Likewise.
29836 * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
29837 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv, __wcsmbs_clone_conv)
29838 (__wcsmbs_named_conv, _nl_cleanup_ctype): Likewise.
29839 * wcsmbs/wcsmbsload.h (__wcsmbs_load_conv, __wcsmbs_clone_conv)
29840 (__wcsmbs_named_conv, _nl_cleanup_ctype): Likewise.
29841
29842 2017-08-31 Florian Weimer <fweimer@redhat.com>
29843
29844 * rt/aio_sigqueue.c (__aio_sigqueue): Remove internal_function.
29845 * sysdeps/generic/aio_misc.h (__aio_sigqueue): Likewise.
29846 * sysdeps/pthread/aio_misc.c (__aio_free_request, __aio_find_req)
29847 (__aio_find_req_fd, __aio_remove_request, __aio_enqueue_request):
29848 Likewise.
29849 * sysdeps/pthread/aio_misc.h (__aio_enqueue_request)
29850 (__aio_find_req, __aio_find_req_fd, __aio_free_request)
29851 (__aio_notify, __aio_notify_only, __aio_sigqueue): Likewise.
29852 * sysdeps/pthread/aio_notify.c (__aio_notify_only, __aio_notify):
29853 Likewise.
29854 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Likewise.
29855
29856 2017-08-31 Florian Weimer <fweimer@redhat.com>
29857
29858 * misc/getttyent.c (skip, value): Remove internal_function.
29859 * misc/syslog.c (openlog_internal): Likewise.
29860 * misc/tsearch.c (trecurse, tdestroy_recurse): Likewise.
29861
29862 2017-08-31 Florian Weimer <fweimer@redhat.com>
29863
29864 * include/nss.h (__nss_valid_field, __nss_valid_list_field)
29865 (__nss_rewrite_field): Remove internal_function.
29866 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
29867 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
29868 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
29869 * nss/nsswitch.c (nss_parse_file, nss_getline)
29870 (nss_parse_service_list, nss_new_service): Likewise.
29871 * nss/rewrite_field.c (__nss_rewrite_field): Likewise.
29872 * nss/valid_field.c (__nss_valid_field): Likewise.
29873 * nss/valid_list_field.c (__nss_valid_list_field): Likewise.
29874
29875 2017-08-31 Florian Weimer <fweimer@redhat.com>
29876
29877 * malloc/arena.c (__malloc_fork_lock_parent)
29878 (__malloc_fork_unlock_parent, __malloc_fork_unlock_child)
29879 (next_env_entry, new_heap, heap_trim, arena_get2): Remove
29880 internal_function from defintions.
29881 * malloc/hooks.c (mem2mem_check, mem2chunk_check): Likewise.
29882 * malloc/malloc-internal.h (__malloc_fork_lock_parent)
29883 (__malloc_fork_unlock_parent, __malloc_fork_unlock_child): Remove
29884 internal_function from declarations.
29885 * malloc/malloc.c (internal_function): Do not define.
29886 (mem2mem_check): Remove internal_function from declaration.
29887 (munmap_chunk, mremap_chunk): Remove internal_function.
29888 * malloc/mtrace.c (tr_where): Likewise.
29889
29890 2017-08-31 Florian Weimer <fweimer@redhat.com>
29891
29892 * include/rpc/pmap_clnt.h (__get_socket): Remove
29893 internal_function.
29894 * sunrpc/auth_des.c (synchronize): Likewise.
29895 * sunrpc/auth_unix.c (marshal_new_auth): Likewise.
29896 * sunrpc/clnt_perr.c (auth_errmsg): Likewise.
29897 * sunrpc/des_impl.c (des_encrypt, des_set_key): Likewise.
29898 * sunrpc/key_call.c (key_call_keyenvoy, key_call_socket)
29899 (key_call): Likewise.
29900 * sunrpc/pm_getport.c (__get_socket): Likewise.
29901 * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise.
29902 * sunrpc/svc_unix.c (makefd_xprt): Likewise.
29903 * sunrpc/svc_tcp.c (makefd_xprt): Likewise.
29904 * sunrpc/svcauth_des.c (cache_init, cache_spot, cache_ref)
29905 (invalidate): Likewise.
29906 * sunrpc/xcrypt.c (hexval, hex2bin, bin2hex): Likewise.
29907 * sunrpc/xdr_rec.c (fix_buf_size, skip_input_bytes, flush_out)
29908 (set_input_fragment, get_input_bytes): Likewise.
29909
29910 2017-08-31 Florian Weimer <fweimer@redhat.com>
29911
29912 * malloc/malloc.c (_int_free): Remove locked variable and related
29913 asserts.
29914
29915 2017-08-31 H.J. Lu <hongjiu.lu@intel.com>
29916
29917 [BZ #22051]
29918 * Makerules (build-module-helper-objlist): Filter out
29919 $(elf-objpfx)sofini.os.
29920 (build-shlib-objlist): Append $(elf-objpfx)sofini.os if it is
29921 needed.
29922
29923 2017-08-31 Florian Weimer <fweimer@redhat.com>
29924
29925 * libio/fcloseall.c: Assume weak_alias is defined.
29926 * libio/feof.c: Likewise.
29927 * libio/fileno.c: Likewise.
29928 * libio/fileops.c: Assume _LIBC, errno, __set_errno are defined.
29929 (_POSIX_SOURCE, open, lseek, read, write): Remove macro
29930 definitions.
29931 (_IO_file_open): Call __open directly.
29932 (_IO_new_file_sync): Assume ESPIPE is defined.
29933 (_IO_file_seekoff_maybe_mmap): Call __read directly.
29934 (_IO_new_file_write): Call __write directly.
29935 * libio/ftello.c (__ftello): Assume EIO, EOVERFLOW are defined.
29936 * libio/ftello64.c (__ftello64): Assume EIO is defined.
29937 * libio/genops.c: Assume _LIBC is defined.
29938 (save_for_backup): Remove internal_function.
29939 * libio/getc.c: Assume weak_alias is defined.
29940 * libio/getwc.c: Likewise.
29941 * libio/iofclose.c: Assume _LIBC is defined.
29942 * libio/iofdopen.c: Likewise.
29943 (_IO_fcntl): Remove macro definition.
29944 (_IO_new_fdopen): Assume F_GETFL, F_SETFL, O_ACCMODE are defined.
29945 Call __fcntl directly.
29946 * libio/iofflush.c: Assume weak_alias is defined.
29947 * libio/iofgetpos.c (_IO_new_fgetpos): Assume EIO, EOVERFLOW are
29948 defined.
29949 * libio/iofgetpos64.c (_IO_new_fgetpos64): Assume EIO is defined.
29950 * libio/iofgets.c: Likewise.
29951 * libio/iofopen.c: Assume _LIBC is defined.
29952 * libio/iofopen64.c: Assume _LIBC, weak_alias are defined.
29953 * libio/iofputs.c: Assume weak_alias is defined.
29954 * libio/iofread.c: Likewise.
29955 * libio/iofsetpos.c (_IO_new_fsetpos): Assume EIO is defined.
29956 * libio/iofsetpos64.c (_IO_new_fsetpos64): Likewise.
29957 * libio/ioftell.c: Assume weak_alias is defined.
29958 (_IO_ftell): Assume EIO, EOVERFLOW are defined.
29959 * libio/iofwide.c: Assume _LIBC is defined.
29960 (_IO_fwide): Drop SHARED conditional because it is implied by
29961 SHLIB_COMPAT.
29962 * libio/iofwrite.c: Assume weak_alias is defined.
29963 * libio/iogetdelim.c: Likewise.
29964 * libio/iogets.c: Assume _LIBC, weak_alias are defined.
29965 * libio/iogetwline.c (wmemcpy): Remove macro definition.
29966 (_IO_getwline): Call __wmemcpy directly.
29967 * libio/iopopen.c: Assume _LIBC is defined.
29968 (_POSIX_SOURCE, _IO_fork, _IO_dup2, _IO_waitpid, _IO_execl)
29969 (_IO_close): Remove macro definitions.
29970 (_IO_new_proc_open): Call __fork, __dup2, __close_nocancel, execl,
29971 _exit directly.
29972 (_IO_new_proc_close): Call __close_nocancel, __waitpid_nocancel
29973 directly.
29974 * libio/ioputs.c: Assume weak_alias is defined.
29975 * libio/ioseekoff.c: Assume errno, __set_errno are defined.
29976 * libio/iosetbuffer.c: Assume weak_alias is defined.
29977 * libio/iosetvbuf.c: Likewise.
29978 * libio/ioungetc.c: Likewise.
29979 * libio/libioP.h: Assume _LIBC, __GLIBC__, libc_hidden_proto,
29980 libc_hidden_def, libc_hidden_weak, NULL are defined.
29981 (mmap, munmap, ftruncate, OS_FSTAT): Remove macro definitions.
29982 * libio/oldfilepos.c: Assume _LIBC, errno, __set_errno are
29983 defined.
29984 (_POSIX_SOURCE, open, lseek, read, write): Remove macro
29985 definitions.
29986 (_IO_old_file_init_internal): Drop SHARED conditional because it
29987 is implied by SHLIB_COMPAT.
29988 (_IO_old_file_fopen): Call __open directly.
29989 (_IO_old_file_sync): Assume ESPIPE is defined.
29990 (_IO_old_file_write): Call __write directly.
29991 * libio/oldfdopen.c (_IO_fcntl): Remove macro definition.
29992 (_IO_old_fdopen): Assume F_GETFL, O_ACCMODE, F_SETFL are defined.
29993 Call __fcntl directly.
29994 * libio/oldiofgetpos.c: Assume weak_alias is defined.
29995 (_IO_old_fgetpos): Assume EIO is defined.
29996 * libio/oldiofgetpos64.c: Assume weak_alias is defined.
29997 (_IO_old_fgetpos64): Assume EIO is defined.
29998 * libio/oldiofsetpos.c: Assume weak_alias is defined.
29999 (_IO_old_fsetpos): Assume EIO is defined.
30000 * libio/oldiofsetpos64.c: Assume weak_alias is defined.
30001 (_IO_old_fsetpos64): Assume EIO is defined.
30002 * libio/oldiopopen.c: Assume _LIBC is defined.
30003 (_POSIX_SOURCE, _IO_fork, _IO_dup2, _IO_waitpid, _IO_execl)
30004 (_IO_close): Remove macro definitions.
30005 (_IO_old_proc_open): Call __pipe, __close, __dup2, execl, _exit
30006 directly.
30007 (_IO_old_proc_close): Call __close, __waitpid directly.
30008 * libio/put.c: Assume weak_alias is defined.
30009 * libio/stdfiles.c: Assume _LIBC is defined.
30010 * libio/stdio.c: Likewise.
30011 * libio/wfileops.c: Likewise.
30012 (_IO_wfile_sync): Assume ESPIPE is defined.
30013 * libio/wgenops.c: Assume _LIBC is defined.
30014 (save_for_wbackup): Remove internal_function.
30015
30016 2017-08-31 Florian Weimer <fweimer@redhat.com>
30017
30018 * malloc/malloc.c (top_check): Change return type to void. Remove
30019 internal_function.
30020 * malloc/hooks.c (top_check): Likewise.
30021 (malloc_check, realloc_check, memalign_check): Adjust.
30022
30023 2017-08-30 Joseph Myers <joseph@codesourcery.com>
30024
30025 [BZ #21457]
30026 * sysdeps/arm/sys/ucontext.h: Do not include <bits/sigcontext.h>.
30027 * sysdeps/generic/sys/ucontext.h: Add comment about use of struct
30028 sigcontext and namespace requirements.
30029 * sysdeps/i386/sys/ucontext.h: Do not include <bits/sigcontext.h>.
30030 * sysdeps/m68k/sys/ucontext.h: Likewise.
30031 * sysdeps/mips/sys/ucontext.h: Likewise. Include <bits/types.h>.
30032 * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h: Do not include
30033 <bits/sigcontext.h>.
30034 (__ctx): Define earlier.
30035 (mcontext_t): Define structure contents rather than using struct
30036 sigcontext.
30037 * sysdeps/unix/sysv/linux/aarch64/ucontext_i.sym (oEXTENSION): Use
30038 __glibc_reserved1 instead of __reserved.
30039 * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: Do not include
30040 <bits/sigcontext.h>.
30041 (__ctx): Define earlier.
30042 (mcontext_t): Define structure contents rather than using struct
30043 sigcontext.
30044 * sysdeps/unix/sysv/linux/alpha/ucontext-offsets.sym: Use
30045 mcontext_t instead of struct sigcontext.
30046 * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: Do not include
30047 <bits/sigcontext.h>.
30048 (__ctx): Define earlier.
30049 (mcontext_t): Define structure contents rather than using struct
30050 sigcontext.
30051 * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Do not include
30052 <bits/sigcontext.h>.
30053 (__ctx): Define earlier.
30054 (mcontext_t): Define structure contents rather than using struct
30055 sigcontext.
30056 * sysdeps/unix/sysv/linux/ia64/makecontext.c (__makecontext): Use
30057 mcontext_t instead of struct sigcontext.
30058 * sysdeps/unix/sysv/linux/ia64/sigcontext-offsets.sym: Use
30059 mcontext_t instead of struct sigcontext.
30060 * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Do not include
30061 <bits/sigcontext.h>.
30062 (__ctx): New macro.
30063 (struct __ia64_fpreg_mcontext): New type.
30064 (mcontext_t): Define structure contents rather than using struct
30065 sigcontext.
30066 (_SC_GR0_OFFSET): Use mcontext_t instead of struct sigcontext.
30067 (uc_sigmask): Define using __ctx.
30068 (uc_stack): Likewise.
30069 * sysdeps/unix/sysv/linux/ia64/sys/procfs.h: Include
30070 <bits/sigcontext.h>.
30071 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
30072 * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h: Do not include
30073 <bits/sigcontext.h>.
30074 * sysdeps/unix/sysv/linux/microblaze/sys/ucontext.h: New file.
30075 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Do not include
30076 <bits/sigcontext.h>.
30077 * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: Do not include
30078 <bits/sigcontext.h>.
30079 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Do not include
30080 <bits/sigcontext.h>.
30081 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Do not include
30082 <bits/sigcontext.h>.
30083 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Do not include
30084 <bits/sigcontext.h>.
30085 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h: Do not include
30086 <bits/sigcontext.h>.
30087 * sysdeps/unix/sysv/linux/tile/sys/ucontext.h: Do not include
30088 <bits/sigcontext.h>.
30089 (__ctx): Define earlier.
30090 (mcontext_t): Define structure contents rather than using struct
30091 sigcontext.
30092 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: Do not include
30093 <bits/sigcontext.h>. Include <bits/types.h>.
30094 * conform/Makefile (test-xfail-XPG42/signal.h/conform): Remove.
30095 (test-xfail-XPG42/sys/wait.h/conform): Likewise.
30096 (test-xfail-XPG42/ucontext.h/conform): Likewise.
30097 (test-xfail-UNIX98/signal.h/conform): Likewise.
30098 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
30099 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
30100 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
30101 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
30102 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
30103 (test-xfail-POSIX2008/signal.h/conform): Likewise.
30104 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
30105 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
30106 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
30107
30108 2017-08-30 Florian Weimer <fweimer@redhat.com>
30109
30110 * malloc/dynarray_emplace_enlarge.c
30111 (__libc_dynarray_emplace_enlarge): Set errno on overflow.
30112 * malloc/dynarray_resize.c (__libc_dynarray_resize): Likewise.
30113 * malloc/tst-dynarray.c (test_long_overflow): New function.
30114 (do_test): Call it.
30115
30116 2017-08-30 Florian Weimer <fweimer@redhat.com>
30117
30118 * malloc/malloc.c (ARENA_CORRUPTION_BIT, arena_is_corrupt)
30119 (set_arena_corrupt): Remove definitions.
30120 (mtrim): Do not check for corrupt arena.
30121 * malloc/arena.c (arena_lock, reused_arena, arena_get_retry):
30122 Likewise.
30123
30124 2017-08-30 Florian Weimer <fweimer@redhat.com>
30125
30126 [BZ #21754]
30127 * malloc/arena.c (TUNABLE_CALLBACK set_mallopt_check): Do not set
30128 check_action.
30129 (ptmalloc_init): Do not set or use check_action.
30130 * malloc/hooks.c (malloc_check_get_size, realloc_check): Adjust
30131 call to malloc_printerr. Remove return statement.
30132 (free_check): Likewise. Remove arena unlock.
30133 (top_check): Update comment. Adjust call to malloc_printerr.
30134 Remove heap repair code.
30135 * malloc/malloc.c (unlink): Adjust calls to malloc_printerr.
30136 (DEFAULT_CHECK_ACTION, check_action): Remove definitions.
30137 (sysmalloc): Adjust call to malloc_printerr.
30138 (munmap_chunk, __libc_realloc): Likewise. Remove return
30139 statement.
30140 (_int_malloc, int_realloc): Likewise. Remove errstr variable.
30141 Remove errout label and corresponding gotos.
30142 (_int_free): Likewise. Remove arena unlock.
30143 (do_set_mallopt_check): Do not set check_action.
30144 (malloc_printerr): Adjust parameter list. Do not mark arena as
30145 corrupt.
30146 * manual/memory.texi (Malloc Tunable Parameters): Remove TODO
30147 comment.
30148 * manual/probes.texi (Memory Allocation Probes): Remove
30149 memory_mallopt_check_action.
30150
30151 2017-08-30 Steve Ellcey <sellcey@cavium.com>
30152
30153 * sysdeps/unix/sysv/linux/aarch64/makecontext.c (__makecontext):
30154 Use pointer to uint64_t instead of long int for sp.
30155
30156 2017-08-30 Florian Weimer <fweimer@redhat.com>
30157
30158 [BZ #21754]
30159 * malloc/malloc.c (malloc_printerr): Always terminate the process,
30160 without printing a backtrace. Do not leak any information in the
30161 error message.
30162 * manual/memory.texi (Heap Consistency Checking): Update.
30163 * manual/tunables.texi (Memory Allocation Tunables): Likewise.
30164
30165 2017-08-30 Florian Weimer <fweimer@redhat.com>
30166
30167 Do not scale NPTL tests with available number of CPUs.
30168 * nptl/tst-cond16.c (count): Set to constant value of 8.
30169 * nptl/tst-cond18.c (count): Likewise.
30170
30171 2017-08-29 Joseph Myers <joseph@codesourcery.com>
30172
30173 [BZ #22035]
30174 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h (__inline_functions):
30175 Define to take a second argument that is a macro that
30176 concatentates a suffix, not the suffix itself.
30177 (__CONCAT_d): New macro.
30178 (__CONCAT_f): Likewise.
30179 (__CONCAT_l): Likewise.
30180
30181 2017-08-29 Paul Pluzhnikov <ppluzhnikov@google.com>
30182
30183 * stdlib/tst-atexit-common.c (do_test): Test handler inheritance
30184 by child.
30185
30186 2017-08-29 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30187 Aurelien Jarno <aurelien@aurel32.net>
30188 Maciej W. Rozycki <macro@imgtec.com>
30189
30190 [BZ #21956]
30191 * sysdeps/unix/sysv/linux/mips/mips32/mips16/Makefile
30192 [subdir = misc] (sysdep_routines): Remove `mips16-syscall5',
30193 `mips16-syscall6' and `mips16-syscall7'.
30194 (CFLAGS-mips16-syscall5.c, CFLAGS-mips16-syscall6.c)
30195 (CFLAGS-mips16-syscall7.c): Remove.
30196 * sysdeps/unix/sysv/linux/mips/mips32/mips16/Versions (libc):
30197 Remove `__mips16_syscall5', `__mips16_syscall6' and
30198 `__mips16_syscall7'.
30199 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c
30200 (__mips16_syscall0): Rename `__mips16_syscall_return' to
30201 `__mips_syscall_return'.
30202 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c
30203 (__mips16_syscall1): Likewise.
30204 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall2.c
30205 (__mips16_syscall2): Likewise.
30206 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall3.c
30207 (__mips16_syscall3): Likewise.
30208 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall4.c
30209 (__mips16_syscall4): Likewise.
30210 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall5.c:
30211 Remove.
30212 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall6.c:
30213 Remove.
30214 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall7.c:
30215 Remove.
30216 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall.h
30217 (__mips16_syscall5): Expand to `__mips_syscall5' rather than
30218 `__mips16_syscall5'. Remove prototype.
30219 (__mips16_syscall6): Expand to `__mips_syscall6' rather than
30220 `__mips16_syscall6'. Remove prototype.
30221 (__mips16_syscall7): Expand to `__mips_syscall7' rather than
30222 `__mips16_syscall7'. Remove prototype.
30223 (__nomips16, __mips16_syscall_return): Move to...
30224 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
30225 (__nomips16, __mips_syscall_return): ... here.
30226 [__mips16] (INTERNAL_SYSCALL_NCS): Rename
30227 `__mips16_syscall_return' to `__mips_syscall_return'.
30228 [__mips16] (INTERNAL_SYSCALL_MIPS16): Pass `number' to
30229 `internal_syscall##nr'.
30230 [!__mips16] (INTERNAL_SYSCALL): Pass `SYS_ify (name)' to
30231 `internal_syscall##nr'.
30232 (FORCE_FRAME_POINTER): Remove.
30233 (__mips_syscall5): New prototype.
30234 (internal_syscall5): Rewrite to call `__mips_syscall5'.
30235 (__mips_syscall6): New prototype.
30236 (internal_syscall6): Rewrite to call `__mips_syscall6'.
30237 (__mips_syscall7): New prototype.
30238 (internal_syscall7): Rewrite to call `__mips_syscall7'.
30239 * sysdeps/unix/sysv/linux/mips/mips32/mips-syscall5.S: New file.
30240 * sysdeps/unix/sysv/linux/mips/mips32/mips-syscall6.S: New file.
30241 * sysdeps/unix/sysv/linux/mips/mips32/mips-syscall7.S: New file.
30242 * sysdeps/unix/sysv/linux/mips/mips32/Makefile [subdir = misc]
30243 (sysdep_routines): Add libc-do-syscall.
30244 * sysdeps/unix/sysv/linux/mips/mips32/Versions (libc): Add
30245 `__mips_syscall5', `__mips_syscall6' and `__mips_syscall7'.
30246
30247 2017-08-29 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30248
30249 [BZ #21672]
30250 * nptl/allocatestack.c [_STACK_GROWS_DOWN] (setup_stack_prot):
30251 Set to use !NEED_SEPARATE_REGISTER_STACK as well.
30252 (advise_stack_range): New function.
30253 * nptl/pthread_create.c (START_THREAD_DEFN): Move logic to mark
30254 stack non required to advise_stack_range at allocatestack.c
30255
30256 2017-08-29 Szabolcs Nagy <szabolcs.nagy@arm.com>
30257
30258 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Use __uint64_t.
30259
30260 2017-08-29 Florian Weimer <fweimer@redhat.com>
30261
30262 [BZ #22026]
30263 * iconv/gconv_db.c (gen_steps): Decrement step_cnt after resetting
30264 __end_fct. Mangle __end_fct after setting it to NULL.
30265 * iconv/Makefile (tests): Add tst-gconv-init-failure.
30266 (modules-names, modules-names-tests): Add
30267 tst-gconv-init-failure-mod.
30268 (gconv-modules): New target.
30269 (tst-gconv-init-failure-mod.so): Link against libsupport.
30270 (tst-gconv-init-failure): Depend on gconv-modules,
30271 tst-gconv-init-failure-mod.so.
30272 * iconv/tst-gconv-init-failure-mod.c: New file.
30273 * iconv/tst-gconv-init-failure.c: Likewise.
30274 * iconv/test-gconv-modules: Likewise.
30275
30276 2017-08-29 Florian Weimer <fweimer@redhat.com>
30277
30278 [BZ #22025]
30279 * iconv/gconv_db.c (free_derivation): Remove redundant
30280 parentheses.
30281 (gen_steps): Unconditionally mangle __btowc_fct after
30282 initialization.
30283 (increment_counter): Likewise. Do not call init_fct for internal
30284 modules.
30285
30286 2017-08-29 Joseph Myers <joseph@codesourcery.com>
30287
30288 [BZ #22028]
30289 * math/math.h [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0]
30290 (_MSUF_): Remove macro.
30291 [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0] (_MSUFTO_):
30292 Likewise.
30293 [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0]
30294 (__REDIRFROM_X): New macro.
30295 [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0] (__REDIRTO_X):
30296 Likewise.
30297 * math/bits/math-finite.h (__REDIRFROM_X): Remove macro.
30298 (__REDIRTO_X): Likewise.
30299 (__MATH_REDIRCALL): Do not pass _MSUF_ or _MSUFTO_ macro
30300 arguments.
30301 (__MATH_REDIRCALL_2): Likewise.
30302 (__MATH_REDIRCALL_INTERNAL): Likewise.
30303 (__REDIRFROM (lgamma, , _MSUF_)): Likewise.
30304 (__REDIRFROM (gamma, , _MSUF_)): Likweise.
30305 (__REDIRFROM (__gamma, _r_finite, _MSUF_)): Likewise.
30306 (__REDIRFROM (tgamma, , _MSUF_)): Likewise.
30307 * math/test-finite-macros.c: New file.
30308 * math/Makefile (tests): Add test-finite-macros.
30309 (CFLAGS-test-finite-macros.c): New variable.
30310
30311 2017-08-29 Patsy Franklin <pfrankli@redhat.com>
30312 Jeff Law <law@redhat.com>
30313
30314 [BZ #22025]
30315 Mangle NULL pointers in iconv/gconv.
30316 * iconv/gconv_cache.c (find_module): Demangle init_fct before
30317 checking for NULL. Mangle __btowc_fct if init_fct is non-NULL.
30318 * iconv/gconv_db.c (free_derivation): Check that __shlib_handle
30319 is non-NULL before demangling the end_fct. Check for NULL
30320 end_fct after demangling.
30321 (__gconv_release_step): Demangle the end_fct before checking
30322 it for NULL. Remove assert on __shlibc_handle != NULL.
30323 (gen_steps): Don't check btowc_fct for NULL before mangling.
30324 Demangle init_fct before checking for NULL.
30325 (increment_counter): Likewise.
30326 * gconv_dl.c (__gconv_find_shlib): Don't check init_fct or
30327 end_fct for NULL before mangling.
30328 * wcsmbs/btowc.c (__btowc): Demangle btowc_fct before checking
30329 for NULL.
30330
30331 2017-08-29 Akhilesh Kumar <akhilesh.k@samsung.com>
30332
30333 [BZ #21971]
30334 * locale/iso-639.def: add Morisyen.
30335
30336 2017-08-28 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30337
30338 [BZ #21930]
30339 * math/math.h [defined __cplusplus && defined __SUPPORT_SNAN__]
30340 (iszero): New C++ implementation that does not use
30341 fpclassify/__MATH_TG/__builtin_types_compatible_p, when
30342 signaling nans are enabled, since __builtin_types_compatible_p
30343 is a C-only feature.
30344 * math/test-math-iszero.cc: When __HAVE_DISTINCT_FLOAT128 is
30345 defined, include ieee754_float128.h for access to the union and
30346 member ieee854_float128.ieee.
30347 [__HAVE_DISTINCT_FLOAT128] (do_test): Call check_float128.
30348 [__HAVE_DISTINCT_FLOAT128] (check_float128): New function.
30349 * sysdeps/powerpc/powerpc64le/Makefile [subdir == math]
30350 (CXXFLAGS-test-math-iszero.cc): Add -mfloat128 to the build
30351 options of test-math-zero on powerpc64le.
30352
30353 2017-08-28 H.J. Lu <hongjiu.lu@intel.com>
30354
30355 * sysdeps/x86_64/fpu/multiarch/e_expf.c (__redirect_ieee754_expf):
30356 Change double to float.
30357
30358 2017-08-28 Joseph Myers <joseph@codesourcery.com>
30359
30360 * math/math-svid-compat.h [!__ASSEMBLER__]: Make code
30361 unconditional.
30362 * sysdeps/ieee754/s_lib_version.c [!defined SHARED]: Remove
30363 conditional code; define contents only for [LIBM_SVID_COMPAT].
30364
30365 2017-08-28 Florian Weimer <fweimer@redhat.com>
30366
30367 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-options)
30368 (abi-lp64_be-options): Remove.
30369 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-options)
30370 (abi-hard-options): Likewise.
30371 * sysdeps/unix/sysv/linux/mips/Makefile(abi-o32_soft-options)
30372 (abi-o32_hard-options, abi-o32_soft_2008-options)
30373 (abi-o32_hard_2008-options, abi-n32_soft-options)
30374 (abi-n32_hard-options, abi-n32_soft_2008-options)
30375 (abi-n32_hard_2008-options, abi-n64_soft-options)
30376 (abi-n64_hard-options, abi-n64_soft_2008-options)
30377 (abi-n64_hard_2008-options): Likewise.
30378 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-32-options)
30379 (abi-64-v1-options, abi-64-v2-options): Likewise.
30380 * sysdeps/unix/sysv/linux/s390/Makefile (abi-32-options)
30381 (abi-64-options): Likewise.
30382 * sysdeps/unix/sysv/linux/sparc/Makefile (abi-32-options)
30383 (abi-64-options): Likewise.
30384 * sysdeps/unix/sysv/linux/tile/tilegx/Makefile (abi-32-options)
30385 (abi-64-options): Likewise.
30386 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-options)
30387 (abi-64-options, abi-x32-options): Likewise.
30388
30389 2017-08-28 Florian Weimer <fweimer@redhat.com>
30390
30391 Store supported list of SYS_* system calls in the source tree.
30392 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
30393 (bits/syscall.h): Generate from list file.
30394 [$(subdir) = misc] (before-compile): Add bits/syscall.h.
30395 [$(subdir) = misc] (tests): Add tst-syscall-list.
30396 [$(subdir) = misc] (tests-special): Add tst-syscall-list.out
30397 [$(subdir) = misc] (tst-syscall-list-macros.list)
30398 [$(subdir) = misc] (tst-syscall-list-nr.list)
30399 (tst-syscall-list-sys.list): Helper targets for new
30400 tst-syscall-list test.
30401 [$(subdir) = misc] (tst-syscall-list.out): Run test script
30402 tst-syscall-list.sh.
30403 [$(subdir) = misc] (bits/syscall%h, bits/syscall%d): Remove
30404 target. Do not include bits/syscall.d.
30405 [$(subdir) = misc] (generated): Do not update.
30406 * sysdeps/unix/sysv/linux/syscall-names.list: New file.
30407 * sysdeps/unix/sysv/linux/gen-syscall-h.awk: Likewise.
30408 * sysdeps/unix/sysv/linux/filter-nr-syscalls.awk: Likewise.
30409 * sysdeps/unix/sysv/linux/tst-syscall-list.sh: Likewise.
30410
30411 2017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com>
30412
30413 * stdlib/Makefile (tst-atexit, tst-at_quick_exit): New tests.
30414 (tst-cxa_atexit, tst-on_exit): Likewise.
30415 * stdlib/Makefile (tests): Add tst-atexit, tst-at_quick_exit,
30416 tst-cxa_atexit, and tst-on_exit.
30417 * stdlib/tst-atexit-common.c: New file.
30418 * stdlib/tst-atexit.c: New file.
30419 * stdlib/tst-at_quick_exit.c: New file.
30420 * stdlib/tst-cxa_atexit.c: New file.
30421 * stdlib/tst-on_exit.c: New file.
30422
30423 2017-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
30424
30425 * sysdeps/mach/hurd/bits/sysmacros.h: New file.
30426 * mach/stack_chk_fail_local.c: New file.
30427 * hurd/stack_chk_fail_local.c: New file.
30428 * mach/Machrules ($(interface-library)-routines): Add
30429 stack_chk_fail_local.
30430 * mach/Makefile (CFLAGS-mach_init.o, CFLAGS-RPC_vm_statistics.o,
30431 CFLAGS-RPC_vm_map.o, CFLAGS-RPC_vm_protect.o,
30432 CFLAGS-RPC_i386_set_gdt.o, CFLAGS-RPC_i386_set_ldt.o,
30433 CFLAGS-RPC_task_get_special_port.o): Add $(no-stack-protector).
30434 * hurd/Makefile (CFLAGS-hurdstartup.o,
30435 CFLAGS-RPC_exec_startup_get_info.o): Add $(no-stack-protector).
30436
30437 2017-08-25 H.J. Lu <hongjiu.lu@intel.com>
30438
30439 * sysdeps/x86/cpu-features.h [__ASSEMBLER__]
30440 (index_cpu_*, index_arch_*): Removed.
30441
30442 2017-08-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
30443
30444 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h (elf_greg_t):
30445 Use uint64_t instead of unsigned long.
30446
30447 2017-08-25 Joseph Myers <joseph@codesourcery.com>
30448
30449 * math/tgmath.h [__HAVE_FLOAT128]: Change conditional to
30450 [__HAVE_DISTINCT_FLOAT128].
30451
30452 * math/math.h (_MSUFTO_): Define and undefine for each inclusion
30453 of <bits/math-finite.h>.
30454 (__MATH_DECLARING_LDOUBLE): Do not define and undefine for each
30455 inclusion of <bits/math-finite.h>.
30456 * math/bits/math-finite.h (__REDIRTO_X): Do not define
30457 conditionally on [__MATH_DECLARING_LDOUBLE && defined
30458 __NO_LONG_DOUBLE_MATH].
30459 (__MATH_REDIRCALL): Use _MSUFTO_ in __REDIRTO call.
30460 (__MATH_REDIRCALL_2): Likewise.
30461 (__MATH_REDIRCALL_INTERNAL): Likewise.
30462 (__REDIRFROM (lgamma, , _MSUF_)): Likewise.
30463 (__REDIRFROM (gamma, , _MSUF_)): Likewise.
30464 (__REDIRFROM (tgamma, , _MSUF_)): Likewise.
30465
30466 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-power5.S:
30467 Remove file.
30468 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-ppc32.S:
30469 Likewise.
30470 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat.c:
30471 Likewise.
30472 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-power5.S:
30473 Likewise.
30474 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-ppc32.S:
30475 Likewise.
30476 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat.c:
30477 Likewise.
30478 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt_compat.S: Likewise.
30479 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf_compat.S: Likewise.
30480 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt_compat.S: Likewise.
30481 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf_compat.S: Likewise.
30482 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile
30483 (libm-sysdep-routines): Remove w_sqrt_compat-power5,
30484 w_sqrt_compat-ppc32, w_sqrtf_compat-power5 and
30485 w_sqrtf_compat-ppc32.
30486
30487 2017-08-24 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30488
30489 * math/math.h [defined __cplusplus] (issignaling): In the long
30490 double case, call __issignalingl only if __NO_LONG_DOUBLE_MATH
30491 is not defined. Call __issignaling, otherwise.
30492
30493 2017-08-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30494
30495 * sysdeps/unix/make-syscalls.sh: Remove cancellable tagging for
30496 syscall definitions and replace __builtin_expect with __glibc_likely.
30497 * sysdeps/unix/syscall-template.S: Update comment about cancellable
30498 syscall.
30499 (SYSCALL_CANCELLABLE): Removedefinition
30500 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h (PSEUDO): Remove
30501 definition.
30502 (PSEUDO_END): Likewise.
30503 [IS_IN (libpthread)] (CENABLE): Likewise.
30504 [IS_IN (libpthread)] (CDISABLE): Likewise.
30505 [IS_IN (libc)] (CENABLE): Likewise.
30506 [IS_IN (libc)] (CENABLE): Likewise.
30507 [IS_IN (librt)] (CDISABLE): Likewise.
30508 [IS_IN (librt)] (CDISABLE): Likewise.
30509 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30510 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (PSEUDO): Remove
30511 definition.
30512 (PSEUDO_END): Likewise.
30513 [IS_IN (libpthread)] (__local_enable_asynccancel): Likewise.
30514 [IS_IN (libpthread)] (__local_disable_asynccancel): Likewise.
30515 [IS_IN (libc)] (__local_enable_asynccancel): Likewise.
30516 [IS_IN (libc)] (__local_enable_asynccancel): Likewise.
30517 [IS_IN (librt)] (__local_disable_asynccancel): Likewise.
30518 [IS_IN (librt)] (__local_disable_asynccancel): Likewise.
30519 (CENABLE): Likewise.
30520 (CDISABLE): Likewise.
30521 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30522 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (PSEUDO): Remove
30523 defintion.
30524 (PSEUDO_END): Likewise.
30525 [IS_IN (libpthread)] (CENABLE): Likewise.
30526 [IS_IN (libpthread)] (CDISABLE): Likewise.
30527 [IS_IN (libc)] (CENABLE): Likewise.
30528 [IS_IN (libc)] (CENABLE): Likewise.
30529 [IS_IN (librt)] (CDISABLE): Likewise.
30530 [IS_IN (librt)] (CDISABLE): Likewise.
30531 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30532 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h (PSEUDO): Remove
30533 definition.
30534 (PSEUDO_END): Likewise.
30535 [IS_IN (libpthread)] (CENABLE): Likewise.
30536 [IS_IN (libpthread)] (CDISABLE): Likewise.
30537 [IS_IN (libc)] (CENABLE): Likewise.
30538 [IS_IN (libc)] (CENABLE): Likewise.
30539 [IS_IN (librt)] (CDISABLE): Likewise.
30540 [IS_IN (librt)] (CDISABLE): Likewise.
30541 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30542 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (PSEUDO): Remove
30543 definition.
30544 (PSEUDO_END): Likewise.
30545 [IS_IN (libpthread)] (CENABLE): Likewise.
30546 [IS_IN (libpthread)] (CDISABLE): Likewise.
30547 [IS_IN (libc)] (CENABLE): Likewise.
30548 [IS_IN (libc)] (CENABLE): Likewise.
30549 [IS_IN (librt)] (CDISABLE): Likewise.
30550 [IS_IN (librt)] (CDISABLE): Likewise.
30551 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30552 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Remove
30553 definition.
30554 (PSEUDO_END): Likewise.
30555 [IS_IN (libpthread)] (CENABLE): Likewise.
30556 [IS_IN (libpthread)] (CDISABLE): Likewise.
30557 [IS_IN (libc)] (CENABLE): Likewise.
30558 [IS_IN (libc)] (CENABLE): Likewise.
30559 [IS_IN (librt)] (CDISABLE): Likewise.
30560 [IS_IN (librt)] (CDISABLE): Likewise.
30561 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30562 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h (PSEUDO): Remove
30563 definition.
30564 (PSEUDO_END): Likewise.
30565 [IS_IN (libpthread)] (CENABLE): Likewise.
30566 [IS_IN (libpthread)] (CDISABLE): Likewise.
30567 [IS_IN (libc)] (CENABLE): Likewise.
30568 [IS_IN (libc)] (CENABLE): Likewise.
30569 [IS_IN (librt)] (CDISABLE): Likewise.
30570 [IS_IN (librt)] (CDISABLE): Likewise.
30571 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30572 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h (PSEUDO): Remove
30573 definition.
30574 (PSEUDO_END): Likewise.
30575 [IS_IN (libpthread)] (CENABLE): Likewise.
30576 [IS_IN (libpthread)] (CDISABLE): Likewise.
30577 [IS_IN (libc)] (CENABLE): Likewise.
30578 [IS_IN (libc)] (CENABLE): Likewise.
30579 [IS_IN (librt)] (CDISABLE): Likewise.
30580 [IS_IN (librt)] (CDISABLE): Likewise.
30581 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30582 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h (PSEUDO):
30583 Remove definition.
30584 (PSEUDO_END): Likewise.
30585 [IS_IN (libpthread)] (CENABLE): Likewise.
30586 [IS_IN (libpthread)] (CDISABLE): Likewise.
30587 [IS_IN (libc)] (CENABLE): Likewise.
30588 [IS_IN (libc)] (CENABLE): Likewise.
30589 [IS_IN (librt)] (CDISABLE): Likewise.
30590 [IS_IN (librt)] (CDISABLE): Likewise.
30591 (SINGLE_THREAD_P): Likewise.
30592 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h (PSEUDO): Remove
30593 definition.
30594 (PSEUDO_END): Likewise.
30595 [IS_IN (libpthread)] (CENABLE): Likewise.
30596 [IS_IN (libpthread)] (CDISABLE): Likewise.
30597 [IS_IN (libc)] (CENABLE): Likewise.
30598 [IS_IN (libc)] (CENABLE): Likewise.
30599 [IS_IN (librt)] (CDISABLE): Likewise.
30600 [IS_IN (librt)] (CDISABLE): Likewise.
30601 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30602 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h (PSEUDO): Remove
30603 definition.
30604 (PSEUDO_END): Likewise.
30605 [IS_IN (libpthread)] (CENABLE): Likewise.
30606 [IS_IN (libpthread)] (CDISABLE): Likewise.
30607 [IS_IN (libc)] (CENABLE): Likewise.
30608 [IS_IN (libc)] (CENABLE): Likewise.
30609 [IS_IN (librt)] (CDISABLE): Likewise.
30610 [IS_IN (librt)] (CDISABLE): Likewise.
30611 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30612 * sysdeps/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Remove file.
30613 * sysdeps/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
30614 * sysdeps/unix/sysv/linux/powerpc/sysdep-cancel.h: New file.
30615 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h (PSEUDO): Remove
30616 definition.
30617 (PSEUDO_END): Likewise.
30618 [IS_IN (libpthread)] (CENABLE): Likewise.
30619 [IS_IN (libpthread)] (CDISABLE): Likewise.
30620 [IS_IN (libc)] (CENABLE): Likewise.
30621 [IS_IN (libc)] (CENABLE): Likewise.
30622 [IS_IN (librt)] (CDISABLE): Likewise.
30623 [IS_IN (librt)] (CDISABLE): Likewise.
30624 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30625 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h (PSEUDO): Remove
30626 definition.
30627 (PSEUDO_END): Likewise.
30628 [IS_IN (libpthread)] (CENABLE): Likewise.
30629 [IS_IN (libpthread)] (CDISABLE): Likewise.
30630 [IS_IN (libc)] (CENABLE): Likewise.
30631 [IS_IN (libc)] (CENABLE): Likewise.
30632 [IS_IN (librt)] (CDISABLE): Likewise.
30633 [IS_IN (librt)] (CDISABLE): Likewise.
30634 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30635 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (PSEUDO): Remove
30636 definition.
30637 (PSEUDO_END): Likewise.
30638 [IS_IN (libpthread)] (CENABLE): Likewise.
30639 [IS_IN (libpthread)] (CDISABLE): Likewise.
30640 [IS_IN (libc)] (CENABLE): Likewise.
30641 [IS_IN (libc)] (CENABLE): Likewise.
30642 [IS_IN (librt)] (CDISABLE): Likewise.
30643 [IS_IN (librt)] (CDISABLE): Likewise.
30644 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30645 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Remove file.
30646 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
30647 * sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h: New file.
30648 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h (PSEUDO): Remove
30649 definition.
30650 (PSEUDO_END): Likewise.
30651 [IS_IN (libpthread)] (CENABLE): Likewise.
30652 [IS_IN (libpthread)] (CDISABLE): Likewise.
30653 [IS_IN (libc)] (CENABLE): Likewise.
30654 [IS_IN (libc)] (CENABLE): Likewise.
30655 [IS_IN (librt)] (CDISABLE): Likewise.
30656 [IS_IN (librt)] (CDISABLE): Likewise.
30657 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30658 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h (PSEUDO): Remove
30659 definition.
30660 (PSEUDO_END): Likewise.
30661 [IS_IN (libpthread)] (CENABLE): Likewise.
30662 [IS_IN (libpthread)] (CDISABLE): Likewise.
30663 [IS_IN (libc)] (CENABLE): Likewise.
30664 [IS_IN (libc)] (CENABLE): Likewise.
30665 [IS_IN (librt)] (CDISABLE): Likewise.
30666 [IS_IN (librt)] (CDISABLE): Likewise.
30667 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30668
30669 2017-08-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
30670
30671 * sysdeps/ieee754/dbl-64/Makefile: Don't override CFLAGS.
30672
30673 2017-08-23 H.J. Lu <hongjiu.lu@intel.com>
30674
30675 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
30676
30677 2017-08-23 H.J. Lu <hongjiu.lu@intel.com>
30678
30679 [BZ #21982]
30680 * string/stratcliff.c (do_test): Declare size, nchars, inner,
30681 middle and outer with size_t instead of int. Repleace %d and
30682 %Zd with %zu in printf. Update "MAX (0, nchars - 128)" and
30683 "MAX (outer, nchars - 64)" to support unsigned outer and
30684 nchars. Also exit loop when outer == 0.
30685
30686 2017-08-23 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30687
30688 * include/fcntl.h (__fcntl_nocancel): Remove definition.
30689 * include/signal.h (__sigsuspend_nocancel): Likewise.
30690 * include/time.h (__nanosleep_nocancel): Likewise.
30691 * sysdeps/generic/not-cancel.h (__fcntl_nocancel): New macro.
30692 * login/utmp_file.c: Include non cancellable syscall header.
30693 * sysdeps/unix/sysv/linux/not-cancel.h (__fcntl_nocancel): New
30694 prototype.
30695
30696 2017-08-23 H.J. Lu <hongjiu.lu@intel.com>
30697
30698 * sysdeps/x86_64/fpu/svml_d_sincos8_core.S: Replace AVX512F
30699 .byte sequences with AVX512F instructions.
30700 * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Likewise.
30701 * sysdeps/x86_64/fpu/svml_s_sincosf16_core.S: Likewise.
30702 * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Likewise.
30703 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S:
30704 Likewise.
30705 * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S:
30706 Likewise.
30707
30708 2017-08-22 Szabolcs Nagy <szabolcs.nagy@arm.com>
30709 Steve Ellcey <sellcey@cavium.com>
30710
30711 * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_dynamic):
30712 Use PTR_REG macro in cmp instruction.
30713
30714 2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30715
30716 * include/libc-symbols.h: [!defined HAVE_GCC_IFUNC] (__ifunc):
30717 Change the return type of the ifunc resolver to match the return
30718 type of the target function.
30719
30720 2017-08-22 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30721
30722 * sysdeps/unix/sysv/linux/x86_64/syscalls.list (pread64): Remove.
30723 (preadv64): Likewise.
30724 (pwrite64(: Likewise.
30725 (pwritev64): Likewise.
30726
30727 * sysdeps/unix/sysv/linux/x86_64/sysdep.h
30728 (INTERNAL_SYSCALL_NCS_TYPES): Remove define.
30729 (LOAD_ARGS_0): Likewise.
30730 (LOAD_ARGS_1): Likewise.
30731 (LOAD_ARGS_2): Likewise.
30732 (LOAD_ARGS_3): Likewise.
30733 (LOAD_ARGS_4): Likewise.
30734 (LOAD_ARGS_5): Likewise.
30735 (LOAD_ARGS_6): Likewise.
30736 (LOAD_REGS_0): Likewise.
30737 (LOAD_REGS_1): Likewise.
30738 (LOAD_REGS_2): Likewise.
30739 (LOAD_REGS_3): Likewise.
30740 (LOAD_REGS_4): Likewise.
30741 (LOAD_REGS_5): Likewise.
30742 (LOAD_REGS_6): Likewise.
30743 (ASM_ARGS_0): Likewise.
30744 (ASM_ARGS_1): Likewise.
30745 (ASM_ARGS_2): Likewise.
30746 (ASM_ARGS_3): Likewise.
30747 (ASM_ARGS_4): Likewise.
30748 (ASM_ARGS_5): Likewise.
30749 (ASM_ARGS_6): Likewise.
30750 (LOAD_ARGS_TYPES_1): Likewise.
30751 (LOAD_ARGS_TYPES_2): Likewise.
30752 (LOAD_ARGS_TYPES_3): Likewise.
30753 (LOAD_ARGS_TYPES_4): Likewise.
30754 (LOAD_ARGS_TYPES_5): Likewise.
30755 (LOAD_ARGS_TYPES_6): Likewise.
30756 (LOAD_REGS_TYPES_1): Likewise.
30757 (LOAD_REGS_TYPES_2): Likewise.
30758 (LOAD_REGS_TYPES_3): Likewise.
30759 (LOAD_REGS_TYPES_4): Likewise.
30760 (LOAD_REGS_TYPES_5): Likewise.
30761 (LOAD_REGS_TYPES_6): Likewise.
30762 (TYPEFY): New define.
30763 (ARGIFY): Likewise.
30764 (internal_syscall0): Likewise.
30765 (internal_syscall1): Likewise.
30766 (internal_syscall2): Likewise.
30767 (internal_syscall3): Likewise.
30768 (internal_syscall4): Likewise.
30769 (internal_syscall5): Likewise.
30770 (internal_syscall6): Likewise.
30771 * sysdeps/unix/sysv/linux/x86_64/x32/times.c
30772 (INTERNAL_SYSCALL_NCS): Remove define.
30773 (internal_syscall1): Add define.
30774
30775 2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30776
30777 * math/w_remainder_compat.c: Remove duplicate inclusion of
30778 math-svid-compat.h.
30779 * math/w_remainderf_compat.c: Likewise.
30780 * math/w_remainderl_compat.c: Likewise.
30781
30782 2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30783
30784 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30785
30786 2017-08-22 Joseph Myers <joseph@codesourcery.com>
30787
30788 [BZ #21684]
30789 * math/tgmath.h (__floating_type): Simplify definitions.
30790 (__real_integer_type): New macro.
30791 (__complex_integer_type): Likewise.
30792 (__expr_is_real): Likewise.
30793 (__tgmath_real_type_sub): Update comment to describe handling of
30794 complex types.
30795 (__tgmath_complex_type_sub): New macro.
30796 (__tgmath_complex_type): Likewise.
30797 [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
30798 (__TGMATH_CF128): Use __expr_is_real.
30799 (__TGMATH_UNARY_REAL_IMAG): Use __tgmath_complex_type and
30800 __expr_is_real.
30801 (__TGMATH_BINARY_REAL_IMAG): Likewise.
30802 (__TGMATH_UNARY_REAL_IMAG_RET_REAL): Use __expr_is_real.
30803 * math/gen-tgmath-tests.py (Type.create_type): Create complex
30804 integer types.
30805
30806 2017-08-22 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30807
30808 * sysdeps/generic/not-cancel.h (sigsuspend_not_cancel): Remove
30809 macro.
30810 * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Remove
30811 alias.
30812 * sysdeps/unix/sysv/linux/not-cancel.h (sigsuspend_not_cancel):
30813 Likewise.
30814
30815 * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Replace
30816 nanosleep_not_cancel with __nanosleep_nocancel.
30817 * sysdeps/generic/not-cancel.h (nanosleep_not_cancel): Remove macro.
30818 (__nanosleep_nocancel): New macro.
30819 * sysdeps/unix/sysv/linux/nanosleep.c (__nanosleep_nocancel): New
30820 function.
30821 * sysdeps/unix/sysv/linux/not-cancel.h (nanosleep_not_cancel): Remove
30822 macro.
30823 (__nanosleep_nocancel): New prototype.
30824
30825 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full): Replace
30826 pause_not_cancel with __pause_nocancel.
30827 * sysdeps/generic/not-cancel.h (pause_not_cancel): Remove macro.
30828 (__pause_nocancel): New macro.
30829 * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): Remove
30830 macro.
30831 (__pause_nocancel): New prototype.
30832 * sysdeps/unix/sysv/linux/pause.c (__pause_nocancel): New function.
30833
30834 2017-08-22 Martin Sebor <msebor@redhat.com>
30835
30836 * include/libc-symbols.h (__ifunc_resolver): Declare resolver
30837 to return a pointer to the same type as the target function.
30838
30839 2017-08-22 H.J. Lu <hongjiu.lu@intel.com>
30840
30841 [BZ #18822]
30842 [BZ #21986]
30843 * include/printf.h (__printf_fphex): Add attribute_hidden.
30844 (__guess_grouping): New prototype.
30845 * stdio-common/printf_fp.c (__guess_grouping): Removed.
30846 * stdio-common/reg-printf.c (__register_printf_specifier): Add
30847 libc_hidden_proto and libc_hidden_def.
30848 * stdlib/strfmon_l.c (__guess_grouping): Removed.
30849 (__vstrfmon_l): Remove the third argument passed to
30850 __guess_grouping.
30851
30852 2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30853
30854 * math/math.h [defined __cplusplus] (issignaling): Provide a C++
30855 definition for issignaling that does not rely on __MATH_TG,
30856 since __MATH_TG uses __builtin_types_compatible_p, which is only
30857 available in C mode.
30858 (CFLAGS-test-math-issignaling.cc): New variable.
30859 * math/Makefile [CXX] (tests): Add test-math-issignaling.
30860 * math/test-math-issignaling.cc: New test for C++ implementation
30861 of type-generic issignaling.
30862 * sysdeps/powerpc/powerpc64le/Makefile [subdir == math]
30863 (CXXFLAGS-test-math-issignaling.cc): Add -mfloat128 to the build
30864 options of test-math-issignaling on powerpc64le.
30865
30866 2017-08-22 H.J. Lu <hongjiu.lu@intel.com>
30867
30868 * include/libc-symbols.h (__hidden_proto_hiddenattr): New for
30869 building libc.a.
30870 (hidden_proto): Likewise.
30871 (hidden_tls_proto): Likewise.
30872 (__hidden_proto): Likewise.
30873
30874 2017-08-22 Florian Weimer <fweimer@redhat.com>
30875
30876 math: Statically link tests of internal functionality.
30877 * math/Makefile (tests): Remove atest-exp, atest-sincos,
30878 atest-exp2.
30879 (tests-static): Add atest-exp, atest-sincos, atest-exp2.
30880 (gmp-objs): Remove assignment.
30881 (atest-exp, atest-sincos, atest-exp2): Remove targets.
30882
30883 2017-08-22 Joseph Myers <joseph@codesourcery.com>
30884
30885 [BZ #21987]
30886 * sysdeps/unix/sysv/linux/sparc/bits/long-double.h: Remove file
30887 and copy to ...
30888 * sysdeps/unix/sysv/linux/sparc/sparc32/bits/long-double.h:
30889 ... here.
30890 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/long-double.h:
30891 ... and here.
30892
30893 * assert/Makefile [$(have-cxx-thread_local)]: Move conditional
30894 variable definitions above inclusion of ../Rules.
30895
30896 2017-08-21 Joseph Myers <joseph@codesourcery.com>
30897
30898 * sysdeps/ieee754/k_standard.c (__kernel_standard): Add default
30899 case calling __builtin_unreachable.
30900
30901 2017-08-21 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30902
30903 * libio/ioopen.c (_IO_waitpid): Replace waitpid_not_cancel with
30904 __waitpid_nocancel.
30905 * sysdeps/generic/not-cancel.h (waitpid_not_cancel): Remove macro.
30906 (__waitpid_nocancel): New macro.
30907 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel): Remove
30908 macro.
30909 (__waitpid_nocancel): Replace macro with a function.
30910 * sysdeps/unix/sysv/linux/waitpid.c (__waitpid_nocancel): New
30911 function.
30912
30913 * login/utmp_file.c (timeout_handler): Replace fcntl_not_cancel with
30914 __fcntl_nocancel.
30915 * sysdeps/generic/not-cancel.h (fcntl_not_cancel): Remove macro.
30916 * sysdeps/unix/sysv/linux/not-cancel.h (fcntl_not_cancel): Likewise.
30917
30918 * gmon/gmon.c (write_hist): Replace writev_not_cancel_no_status with
30919 __writev_nocancel_nostatus.
30920 (write_call_graph): Likewise.
30921 (write_bb_counts): Likewise.
30922 * resolv/herror.c (herror): Likewise.
30923 * sysdeps/generic/not-cancel.h (writev_not_cancel_no_status): Remove
30924 macro.
30925 (__writev_nocancel_nostatus): New macro.
30926 * sysdeps/unix/sysv/linux/not-cancel.h (writev_not_cancel_no_status):
30927 Remove macro.
30928 (__writev_nocancel_nostatus): New function.
30929
30930 2017-08-21 Joseph Myers <joseph@codesourcery.com>
30931
30932 Revert:
30933 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30934
30935 * include/libc-symbols.h (__hidden_proto_hiddenattr): New for
30936 building libc.a.
30937 (hidden_proto): Likewise.
30938 (hidden_tls_proto): Likewise.
30939 (__hidden_proto): Likewise.
30940
30941 [BZ #21973]
30942 * sysdeps/sparc/sparc32/fpu/w_sqrt_compat.S: Remove file.
30943 * sysdeps/sparc/sparc32/fpu/w_sqrtf_compat.S: Likewise.
30944 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat-vis3.S:
30945 Likewise.
30946 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat.S:
30947 Likewise.
30948 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat-vis3.S:
30949 Likewise.
30950 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat.S:
30951 Likewise.
30952 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt_compat.S : Likewise.
30953 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf_compat.S: Likewise.
30954 * sysdeps/sparc/sparc64/fpu/w_sqrt_compat.S: Likewise.
30955 * sysdeps/sparc/sparc64/fpu/w_sqrtf_compat.S: Likewise.
30956 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Add
30957 GLIBC_2.0 sqrtl symbol.
30958
30959 * math/math.h [__USE_MISC] (_LIB_VERSION_TYPE): Remove.
30960 [__USE_MISC] (_LIB_VERSION): Likewise.
30961 [__USE_MISC] (struct exception): Likewise.
30962 [__USE_MISC] (matherr): Likewise.
30963 [__USE_MISC] (DOMAIN): Likewise.
30964 [__USE_MISC] (SING): Likewise.
30965 [__USE_MISC] (OVERFLOW): Likewise.
30966 [__USE_MISC] (UNDERFLOW): Likewise.
30967 [__USE_MISC] (TLOSS): Likewise.
30968 [__USE_MISC] (PLOSS): Likewise.
30969 [__USE_MISC] (HUGE): Likewise.
30970 [__USE_XOPEN] (MAXFLOAT): Define even if [__USE_MISC].
30971 * math/math-svid-compat.h: New file.
30972 * conform/linknamespace.pl (@whitelist): Remove matherr, matherrf
30973 and matherrl.
30974 * include/math.h [!_ISOMAC] (__matherr): Remove.
30975 * manual/arith.texi (FP Exceptions): Do not document matherr.
30976 * math/Makefile (tests): Change test-matherr to test-matherr-3.
30977 (tests-internal): New variable.
30978 (install-lib): Do not add libieee.a.
30979 (non-lib.a): Likewise.
30980 (extra-objs): Do not add libieee.a and ieee-math.o.
30981 (CPPFLAGS-s_lib_version.c): Remove variable.
30982 ($(objpfx)libieee.a): Remove rule.
30983 ($(addprefix $(objpfx), $(tests-internal)): Depend on $(libm).
30984 * math/ieee-math.c: Remove.
30985 * math/libm-test-support.c (matherr): Remove.
30986 * math/test-matherr.c: Use <support/test-driver.c>. Add copyright
30987 and license notices. Include <math-svid-compat.h> and
30988 <shlib-compat.h>.
30989 (matherr): Undefine as macro. Use compat_symbol_reference.
30990 (_LIB_VERSION): Likewise.
30991 * math/test-matherr-2.c: New file.
30992 * math/test-matherr-3.c: Likewise.
30993 * sysdeps/generic/math_private.h (__kernel_standard): Remove
30994 declaration.
30995 (__kernel_standard_f): Likewise.
30996 (__kernel_standard_l): Likewise.
30997 * sysdeps/ieee754/s_lib_version.c: Do not include <math.h> or
30998 <math_private.h>. Include <math-svid-compat.h>.
30999 (_LIB_VERSION): Undefine as macro.
31000 (_LIB_VERSION_INTERNAL): Always initialize to _POSIX_. Define
31001 only if [LIBM_SVID_COMPAT || !defined SHARED]. If
31002 [LIBM_SVID_COMPAT], use compat_symbol.
31003 * sysdeps/ieee754/s_matherr.c: Do not include <math.h> or
31004 <math_private.h>. Include <math-svid-compat.h>.
31005 (matherr): Undefine as macro.
31006 (__matherr): Define only if [LIBM_SVID_COMPAT]. Use
31007 compat_symbol.
31008 * sysdeps/ia64/fpu/libm_error.c: Include <math-svid-compat.h>.
31009 [_LIBC && LIBM_SVID_COMPAT] (matherrf): Use
31010 compat_symbol_reference.
31011 [_LIBC && LIBM_SVID_COMPAT] (matherrl): Likewise.
31012 [_LIBC && !LIBM_SVID_COMPAT] (matherrf): Define as macro.
31013 [_LIBC && !LIBM_SVID_COMPAT] (matherrl): Likewise.
31014 * sysdeps/ia64/fpu/libm_support.h: Include <math-svid-compat.h>.
31015 (MATHERR_D): Remove declaration.
31016 [!_LIBC] (_LIB_VERSION_TYPE): Likewise
31017 [!LIBM_BUILD] (_LIB_VERSIONIMF): Likewise.
31018 [LIBM_BUILD] (pmatherrf): Likewise.
31019 [LIBM_BUILD] (pmatherr): Likewise.
31020 [LIBM_BUILD] (pmatherrl): Likewise.
31021 (DOMAIN): Likewise.
31022 (SING): Likewise.
31023 (OVERFLOW): Likewise.
31024 (UNDERFLOW): Likewise.
31025 (TLOSS): Likewise.
31026 (PLOSS): Likewise.
31027 * sysdeps/ia64/fpu/s_matherrf.c: Include <math-svid-compat.h>.
31028 (__matherrf): Define only if [LIBM_SVID_COMPAT]. Use
31029 compat_symbol.
31030 * sysdeps/ia64/fpu/s_matherrl.c: Include <math-svid-compat.h>.
31031 (__matherrl): Define only if [LIBM_SVID_COMPAT]. Use
31032 compat_symbol.
31033 * math/lgamma-compat.h: Include <math-svid-compat.h>.
31034 * math/w_acos_compat.c: Likewise.
31035 * math/w_acosf_compat.c: Likewise.
31036 * math/w_acosh_compat.c: Likewise.
31037 * math/w_acoshf_compat.c: Likewise.
31038 * math/w_acoshl_compat.c: Likewise.
31039 * math/w_acosl_compat.c: Likewise.
31040 * math/w_asin_compat.c: Likewise.
31041 * math/w_asinf_compat.c: Likewise.
31042 * math/w_asinl_compat.c: Likewise.
31043 * math/w_atan2_compat.c: Likewise.
31044 * math/w_atan2f_compat.c: Likewise.
31045 * math/w_atan2l_compat.c: Likewise.
31046 * math/w_atanh_compat.c: Likewise.
31047 * math/w_atanhf_compat.c: Likewise.
31048 * math/w_atanhl_compat.c: Likewise.
31049 * math/w_cosh_compat.c: Likewise.
31050 * math/w_coshf_compat.c: Likewise.
31051 * math/w_coshl_compat.c: Likewise.
31052 * math/w_exp10_compat.c: Likewise.
31053 * math/w_exp10f_compat.c: Likewise.
31054 * math/w_exp10l_compat.c: Likewise.
31055 * math/w_exp2_compat.c: Likewise.
31056 * math/w_exp2f_compat.c: Likewise.
31057 * math/w_exp2l_compat.c: Likewise.
31058 * math/w_fmod_compat.c: Likewise.
31059 * math/w_fmodf_compat.c: Likewise.
31060 * math/w_fmodl_compat.c: Likewise.
31061 * math/w_hypot_compat.c: Likewise.
31062 * math/w_hypotf_compat.c: Likewise.
31063 * math/w_hypotl_compat.c: Likewise.
31064 * math/w_j0_compat.c: Likewise.
31065 * math/w_j0f_compat.c: Likewise.
31066 * math/w_j0l_compat.c: Likewise.
31067 * math/w_j1_compat.c: Likewise.
31068 * math/w_j1f_compat.c: Likewise.
31069 * math/w_j1l_compat.c: Likewise.
31070 * math/w_jn_compat.c: Likewise.
31071 * math/w_jnf_compat.c: Likewise.
31072 * math/w_jnl_compat.c: Likewise.
31073 * math/w_lgamma_main.c: Likewise.
31074 * math/w_lgamma_r_compat.c: Likewise.
31075 * math/w_lgammaf_main.c: Likewise.
31076 * math/w_lgammaf_r_compat.c: Likewise.
31077 * math/w_lgammal_main.c: Likewise.
31078 * math/w_lgammal_r_compat.c: Likewise.
31079 * math/w_log10_compat.c: Likewise.
31080 * math/w_log10f_compat.c: Likewise.
31081 * math/w_log10l_compat.c: Likewise.
31082 * math/w_log2_compat.c: Likewise.
31083 * math/w_log2f_compat.c: Likewise.
31084 * math/w_log2l_compat.c: Likewise.
31085 * math/w_log_compat.c: Likewise.
31086 * math/w_logf_compat.c: Likewise.
31087 * math/w_logl_compat.c: Likewise.
31088 * math/w_pow_compat.c: Likewise.
31089 * math/w_powf_compat.c: Likewise.
31090 * math/w_powl_compat.c: Likewise.
31091 * math/w_remainder_compat.c: Likewise.
31092 * math/w_remainderf_compat.c: Likewise.
31093 * math/w_remainderl_compat.c: Likewise.
31094 * math/w_scalb_compat.c: Likewise.
31095 * math/w_scalbf_compat.c: Likewise.
31096 * math/w_scalbl_compat.c: Likewise.
31097 * math/w_sinh_compat.c: Likewise.
31098 * math/w_sinhf_compat.c: Likewise.
31099 * math/w_sinhl_compat.c: Likewise.
31100 * math/w_sqrt_compat.c: Likewise.
31101 * math/w_sqrtf_compat.c: Likewise.
31102 * math/w_sqrtl_compat.c: Likewise.
31103 * math/w_tgamma_compat.c: Likewise.
31104 * math/w_tgammaf_compat.c: Likewise.
31105 * math/w_tgammal_compat.c: Likewise.
31106 * sysdeps/ieee754/dbl-64/w_exp_compat.c: Likewise.
31107 * sysdeps/ieee754/flt-32/w_expf_compat.c: Likewise.
31108 * sysdeps/ieee754/k_standard.c: Likewise.
31109 * sysdeps/ieee754/k_standardf.c: Likewise.
31110 * sysdeps/ieee754/k_standardl.c: Likewise.
31111 * sysdeps/ieee754/ldbl-128/w_expl_compat.c: Likewise.
31112 * sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Likewise.
31113 * sysdeps/ieee754/ldbl-96/w_expl_compat.c: Likewise.
31114 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt_compat.S: Likewise.
31115 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf_compat.S: Likewise.
31116 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt_compat.S: Likewise.
31117 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf_compat.S: Likewise.
31118 * sysdeps/sparc/sparc32/fpu/w_sqrt_compat.S: Likewise.
31119 * sysdeps/sparc/sparc32/fpu/w_sqrtf_compat.S: Likewise.
31120 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat-vis3.S:
31121 Likewise.
31122 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat-vis3.S:
31123 Likewise.
31124 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt_compat.S: Likewise.
31125 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf_compat.S: Likewise.
31126 * sysdeps/sparc/sparc64/fpu/w_sqrt_compat.S: Likewise.
31127 * sysdeps/sparc/sparc64/fpu/w_sqrtf_compat.S: Likewise.
31128
31129 2017-08-21 Florian Weimer <fweimer@redhat.com>
31130
31131 [BZ #21864]
31132 Do not compile benchmark helper objects with -DMODULE_NAME=libc.
31133 * benchtests/Makefile (others-extras): Set to $(bench-extra-objs).
31134 Move before inclusion of ../Rules.
31135
31136 2017-08-21 Florian Weimer <fweimer@redhat.com>
31137
31138 [BZ #21972]
31139 * assert/assert.h (assert): Use static_cast (bool) for C++.
31140 Use the ternary operator in the warning branch for GNU C.
31141 * assert/Makefile (tests): Add tst-assert-c++, tst-assert-g++.
31142 (CFLAGS-tst-assert-c++.o): Compile in C++11 mode.
31143 (CFLAGS-tst-assert-g++.o): Compile in GnU C++11 mode.
31144 (LDLIBS-tst-assert-c++, LDLIBS-tst-assert-g++): Link with libstdc++.
31145 * assert/tst-assert-c++.cc, assert/tst-assert-g++.cc: New files.
31146
31147 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
31148
31149 [BZ #18822]
31150 * sysdeps/unix/sysv/linux/x86_64/init-first.c
31151 (__syscall_clock_gettime): Add attribute_hidden.
31152 * sysdeps/unix/sysv/linux/x86_64/makecontext.c
31153 (__start_context): Likewise.
31154
31155 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
31156
31157 * include/libc-symbols.h (__hidden_proto_hiddenattr): New for
31158 building libc.a.
31159 (hidden_proto): Likewise.
31160 (hidden_tls_proto): Likewise.
31161 (__hidden_proto): Likewise.
31162
31163 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
31164
31165 * include/libc-symbols.h (attribute_hidden): Enable hidden
31166 visibility in libc.a compiled with PIE.
31167
31168 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
31169
31170 [BZ #18822]
31171 * sysdeps/unix/sysv/linux/x86/libc-vdso.h (VDSO_SYMBOL(getcpu)):
31172 Add attribute_hidden.
31173
31174 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
31175
31176 [BZ #21864]
31177 * Makerules (all-nonlib): Add $(others-extras).
31178 * catgets/Makefile (others-extras): New.
31179 * elf/Makefile (others-extras): Likewise.
31180 * nss/Makefile (others-extras): Likewise.
31181
31182 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
31183
31184 [BZ #18822]
31185 * csu/libc-start.c (__libc_multiple_libcs): Removed.
31186 * elf/dl-open.c: Include <libc-internal.h>.
31187 (__libc_multiple_libcs): Removed.
31188 * elf/dl-sysdep.c: Include <libc-internal.h> instead of
31189 <hp-timing.h>.
31190 * include/libc-internal.h (__libc_multiple_libcs): New.
31191 * misc/sbrk.c: Include <libc-internal.h>.
31192 (__libc_multiple_libcs): Removed.
31193
31194 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
31195
31196 [BZ #18822]
31197 * grp/initgroups.c (__nss_group_database): Removed.
31198 (__nss_initgroups_database): Likewise.
31199 * nscd/gai.c (__nss_hosts_database): Likewise.
31200 * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Likewise.
31201 * posix/tst-rfc3484-2.c (__nss_hosts_database): Likewise.
31202 * posix/tst-rfc3484-3.c (__nss_hosts_database): Likewise.
31203 * posix/tst-rfc3484.c (__nss_hosts_database): Likewise.
31204 * sysdeps/posix/getaddrinfo.c (__nss_hosts_database): Likewise.
31205 * nss/getXXent.c (INTERNAL (REENTRANT_GETNAME)): Add
31206 attribute_hidden.
31207 * nss/nsswitch.c (__nss_database_custom): Define only if
31208 USE_NSCD is defined.
31209 (__nss_configure_lookup): Use __nss_database_custom only if
31210 USE_NSCD is defined.
31211 * nss/nsswitch.h (__nss_database_custom): Declare only if
31212 USE_NSCD is defined. Add attribute_hidden.
31213 (__nss_setent): Add attribute_hidden.
31214 (__nss_endent): Likewise.
31215 (__nss_getent_r): Likewise.
31216 (__nss_getent): Likewise.
31217 (DEFINE_DATABASE): Declare __nss_##arg##_database.
31218
31219 2017-08-20 H.J. Lu <hongjiu.lu@intel.com>
31220
31221 [BZ #18822]
31222 * sysdeps/unix/sysv/linux/i386/glob64.c (__old_glob64): Add
31223 libc_hidden_proto and libc_hidden_def.
31224
31225 2017-08-20 H.J. Lu <hongjiu.lu@intel.com>
31226
31227 [BZ #18822]
31228 * sysdeps/unix/sysv/linux/i386/olddirent.h (__old_readdir64):
31229 Add libc_hidden_proto.
31230 * sysdeps/unix/sysv/linux/i386/readdir64.c (__old_readdir64):
31231 Add libc_hidden_def.
31232
31233 2017-08-20 H.J. Lu <hongjiu.lu@intel.com>
31234
31235 [BZ #21974]
31236 * gmon/Makefile (routines): Remove bb_init_func and
31237 bb_exit_func.
31238 (elide-routines.os): Removed.
31239 * gmon/bb_exit_func.c: Likewise.
31240 * gmon/bb_init_func.c: Likewise.
31241 * include/sys/gmon.h (__bb): Likewise.
31242 (__bb_init_func): Likewise.
31243 (__bb_exit_func): Likewise.
31244 * sysdeps/alpha/bb_init_func.S: Likewise.
31245
31246 2017-08-20 H.J. Lu <hongjiu.lu@intel.com>
31247
31248 * debug/longjmp_chk.c (____longjmp_chk): Moved to ...
31249 * include/setjmp.h (____longjmp_chk): Here. Add
31250 attribute_hidden.
31251
31252 2017-08-19 H.J. Lu <hongjiu.lu@intel.com>
31253
31254 [BZ #18822]
31255 * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE2): Add
31256 attribute_hidden.
31257 (__strspn_sse2): Likewise.
31258
31259 2017-08-18 Adhemerval Zanella <adhemerval.zanella@linaro.org>
31260
31261 * sysdeps/generic/not-cancel.h (close_not_cancel): Remove macro.
31262 (close_not_cancel_no_status): Likewise.
31263 (__close_nocancel): New macro.
31264 (__close_nocancel_nostatus): Likewise.
31265 * sysdeps/unix/sysv/linux/not-cancel.h (__close_nocancel): Remove
31266 macro.
31267 (close_not_cancel): Likewise.
31268 (close_not_cancel_no_status): Likewise.
31269 (__close_nocancel): New prototype.
31270 (__close_nocancel_nostatus): New function.
31271 * sysdeps/unix/sysv/linux/close.c (__close_nocancel): New function.
31272 * catgets/open_catalog.c (__open_catalog): Replace
31273 close_not_cancel{_no_status) with __close_nocancel{_nostatus}.
31274 * gmon/gmon.c (write_gmon): Likewise.
31275 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
31276 * intl/loadmsgcat.c (close): Likewise.
31277 * io/ftw.c (open_dir_stream): Likewise.
31278 (ftw_startup): Likewise.
31279 * libio/fileops.c (_IO_file_open): Likewise.
31280 (_IO_file_close_mmap): Likewise.
31281 (_IO_file_close): Likewise.
31282 * libio/iopopen.c (_IO_dup2): Likewise.
31283 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
31284 * locale/loadlocale.c (_nl_load_locale): Likewise.
31285 * login/utmp_file.c (pututline_file): Likewise.
31286 (endutent_file): Likewise.
31287 * misc/daemon.c (daemon): Likewise.
31288 * nscd/nscd_getai.c (__nscd_getai): Likewise.
31289 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
31290 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
31291 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
31292 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
31293 * nscd/nscd_helper.c (open_socket): Likewise.
31294 (__nscd_open_socket): Likewise.
31295 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
31296 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Likewise.
31297 (__nscd_innetgr): Likewise.
31298 * nss/nss_db/db-open.c (internal_setent): Likewise.
31299 * resolv/res-close.c (__res_iclose): Likewise.
31300 * sunrpc/pm_getmaps.c (pmap_getmaps): Likewise.
31301 * sysdeps/posix/closedir.c (__closedir): Likewise.
31302 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Likewise.
31303 * sysdeps/posix/getcwd.c (__getcwd): Likewise.
31304 * sysdeps/posix/opendir.c (tryopen_o_directory): Likewise.
31305 (opendir_tail): Likewise.
31306 * sysdeps/posix/spawni.c (__spawni_child): Likewise.
31307 * sysdeps/unix/sysv/linux/check_native.c (__check_native): Likewise.
31308 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
31309 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
31310 * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Likewise.
31311 (gethostid): Likewise.
31312 * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Likewise.
31313 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
31314 Likewise.
31315 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
31316 * sysdeps/unix/sysv/linux/grantpt.c (close_all_fds): Likewise.
31317 * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system): Likewise.
31318 * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c (has_cpuclock):
31319 Likewise.
31320 * sysdeps/unix/sysv/linux/if_index.c (__if_nametoindex): Likewise.
31321 * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps): Likewise.
31322 * sysdeps/unix/sysv/linux/malloc-sysdep.h (check_may_shrink_heap):
31323 Likewise.
31324 * sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink): Likewise.
31325 * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
31326 Likewise.
31327 * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
31328 Likewise.
31329 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
31330 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Likewise.
31331 * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
31332 __close_nocancel.
31333
31334 * sysdeps/generic/not-cancel.h (openat_not_cancel): Remove macro.
31335 (openat_not_cancel_3): Likewise.
31336 (openat64_not_cancel_3): Likewise).
31337 (openat_not_cancel_3): Likewise).
31338 * sysdeps/unix/sysv/linux/not-cancel.h (openat_not_cancel): Remove
31339 macro.
31340 (openat_not_cancel_3): Likewise.
31341 (openat64_not_cancel): Likewise.
31342 (openat64_not_cancel_3): Likewise.
31343 * sysdeps/unix/sysv/linux/openat.c (__openat_nocancel): New function.
31344 * sysdeps/unix/sysv/linux/openat64.c (__openat64_nocancel): Likewise.
31345 * io/ftw.c (open_dir_stream): Replace openat{64}_not_cancel{_3} with
31346 __open{64}_nocancel.
31347 * sysdeps/mach/hurd/opendir.c (__opendirat): Likewise.
31348 * sysdeps/posix/getcwd.c (__getcwd): Likewise.
31349 * sysdeps/posix/opendir.c (__opendirat): Likewise.
31350
31351 2017-08-18 H.J. Lu <hongjiu.lu@intel.com>
31352
31353 [BZ #18822]
31354 * include/argz.h (__argz_create_sep): New function prototype.
31355 (__argz_append): Likewise.
31356 (__argz_add): Likewise.
31357 (__argz_add_sep): Likewise.
31358 (__argz_delete): Likewise.
31359 (__argz_insert): Likewise.
31360 (__argz_replace): Likewise.
31361 * string/argz.h (__argz_create_sep): Removed.
31362 (__argz_append): Likewise.
31363 (__argz_add): Likewise.
31364 (__argz_add_sep): Likewise.
31365 (__argz_delete): Likewise.
31366 (__argz_insert): Likewise.
31367 (__argz_replace): Likewise.
31368
31369 2017-08-18 H.J. Lu <hongjiu.lu@intel.com>
31370
31371 * elf/elf.h (NT_GNU_PROPERTY_TYPE_0): New.
31372 (NOTE_GNU_PROPERTY_SECTION_NAME): Likewise.
31373 (GNU_PROPERTY_STACK_SIZE): Likewie.
31374 (GNU_PROPERTY_NO_COPY_ON_PROTECTED): Likewie.
31375 (GNU_PROPERTY_LOPROC): Likewise.
31376 (GNU_PROPERTY_HIPROC): Likewise.
31377 (GNU_PROPERTY_LOUSER): Likewise.
31378 (GNU_PROPERTY_HIUSER): Likewise.
31379 (GNU_PROPERTY_X86_ISA_1_USED): Likwise.
31380 (GNU_PROPERTY_X86_ISA_1_NEEDED): Likwise.
31381 (GNU_PROPERTY_X86_FEATURE_1_AND): Likwise.
31382 (GNU_PROPERTY_X86_ISA_1_486): Likwise.
31383 (GNU_PROPERTY_X86_ISA_1_586): Likwise.
31384 (GNU_PROPERTY_X86_ISA_1_686): Likwise.
31385 (GNU_PROPERTY_X86_ISA_1_SSE): Likwise.
31386 (GNU_PROPERTY_X86_ISA_1_SSE2): Likwise.
31387 (GNU_PROPERTY_X86_ISA_1_SSE3): Likwise.
31388 (GNU_PROPERTY_X86_ISA_1_SSSE3): Likwise.
31389 (GNU_PROPERTY_X86_ISA_1_SSE4_1): Likwise.
31390 (GNU_PROPERTY_X86_ISA_1_SSE4_2): Likwise.
31391 (GNU_PROPERTY_X86_ISA_1_AVX): Likwise.
31392 (GNU_PROPERTY_X86_ISA_1_AVX2): Likwise.
31393 (GNU_PROPERTY_X86_ISA_1_AVX512F): Likwise.
31394 (GNU_PROPERTY_X86_ISA_1_AVX512CD): Likwise.
31395 (GNU_PROPERTY_X86_ISA_1_AVX512ER): Likwise.
31396 (GNU_PROPERTY_X86_ISA_1_AVX512PF): Likwise.
31397 (GNU_PROPERTY_X86_ISA_1_AVX512VL): Likwise.
31398 (GNU_PROPERTY_X86_ISA_1_AVX512DQ): Likwise.
31399 (GNU_PROPERTY_X86_ISA_1_AVX512BW): Likwise.
31400 (GNU_PROPERTY_X86_FEATURE_1_IBT): Likwise.
31401 (GNU_PROPERTY_X86_FEATURE_1_SHSTK): Likwise.
31402
31403 2017-08-18 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
31404
31405 * misc/sys/cdefs.h (__HAVE_GENERIC_SELECTION): Define to 0, if
31406 in C++ mode.
31407
31408 2017-08-18 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
31409
31410 [BZ #21930]
31411 * math/math.h (isinf): Check if in C or C++ mode before using
31412 __builtin_types_compatible_p, since this is a C mode feature.
31413
31414 2017-08-18 Adhemerval Zanella <adhemerval.zanella@linaro.org>
31415
31416 * sysdeps/generic/not-cancel.h (write_not_cancel): Remove macro.
31417 (__write_nocancel): New macro.
31418 * sysdeps/unix/sysv/linux/not-cancel.h (__write_nocancel):
31419 Rewrite as a function prototype.
31420 (write_not_cancel): Remove macro.
31421 * sysdeps/unix/sysv/linux/write.c (__write_nocancel): New function.
31422 * gmon/gmon.c (ERR): Replace write_not_cancel with __write_nocancel.
31423 (write_gmon): Likewise.
31424 * libio/fileops.c (_IO_new_file_write): Likewise.
31425 * login/utmp_file.c (pututline_file): Likewise.
31426 (updwtmp_file): Likewise.
31427 * stdio-common/psiginfo.c (psiginfo): Likewise.
31428 * sysdeps/posix/spawni.c (__spawni_child): Likewise.
31429 * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Likewise.
31430 * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps):
31431 Likewise.
31432 * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
31433 Likewise.
31434
31435 * sysdeps/generic/not-cancel.h (read_not_cancel): Remove macro.
31436 (__read_nocancel): New macro.
31437 * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
31438 __read_nocancel.
31439 * sysdeps/unix/sysv/linux/not-cancel.h (__read_nocancel): Remove
31440 macro.
31441 (__read_nocancel): New prototype.
31442 * sysdeps/unix/sysv/linux/read.c (__read_nocancel): New function.
31443 * catgets/open_catalog.c (__open_catalog): Replace read_not_cancel
31444 with __read_nocancel.
31445 * intl/loadmsgcat.c (read): Likewise.
31446 * libio/fileops.c (_IO_file_read): Likewise.
31447 * locale/loadlocale.c (_nl_load_locale): Likewise.
31448 * login/utmp_file.c (getutent_r_file): Likewise.
31449 (internal_getut_r): Likewise.
31450 (getutline_r_file): Likewise.
31451 * sysdeps/unix/sysv/linux/fips-private.h (fips_enable_p): Likewise.
31452 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
31453 * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Likewise.
31454 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
31455 Likewise.
31456 * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Likewise.
31457 * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system): Likewise.
31458 * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c (has_cpuclock):
31459 Likewise.
31460 * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps):
31461 Likewise.
31462 * sysdeps/unix/sysv/linux/malloc-sysdep.h (check_may_shrink_heap):
31463 Likewise.
31464 * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
31465 Likewise.
31466 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Likewise.
31467
31468 2017-08-18 H.J. Lu <hongjiu.lu@intel.com>
31469
31470 [BZ #21966]
31471 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx2.h
31472 (IFUNC_SELECTOR): Don't use the AVX2 version if FMA isn't
31473 usable.
31474
31475 2017-08-17 DJ Delorie <dj@redhat.com>
31476
31477 * bug17079.c: Update to new test harness.
31478 * test-digits-dots.c: Likewise.
31479 * test-netdb.c: Likewise.
31480 * tst-field.c: Likewise.
31481 * tst-nss-getpwent.c: Likewise.
31482 * tst-nss-static.c: Likewise.
31483 * tst-nss-test1.c: Likewise.
31484 * tst-nss-test2.c: Likewise.
31485 * tst-nss-test3.c: Likewise.
31486 * tst-nss-test4.c: Likewise.
31487 * tst-nss-test5.c: Likewise.
31488
31489 2017-08-17 Adhemerval Zanella <adhemerval.zanella@linaro.org>
31490
31491 * sysdeps/generic/not-cancel.h (open_not_cancel): Remove macro.
31492 (open_not_cancel_2): Likewise.
31493 (open_nocancel): New macro.
31494 (open64_nocancel): Likewise.
31495 * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Remove macro.
31496 (open_not_cancel_2): Likewise.
31497 (__open_nocancel): New prototype.
31498 (__open64_nocancel): Likewise.
31499 * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
31500 __open_nocancel.
31501 * sysdeps/unix/sysv/linux/open.c (__open_nocancel): New function.
31502 * sysdeps/unix/sysv/linux/open64.c (__open64_nocancel): Likewise.
31503 * catgets/open_catalog.c (__open_catalog): Replace open_not_cancel{_2}
31504 with __open_nocancel.
31505 * csu/check_fds.c (check_one_fd): Likewise.
31506 * gmon/gmon.c (write_gmon): Likewise.
31507 * iconv/gconv_cache.c (__gconv_load_cached): Likewise.
31508 * intl/loadmsgcat.c (open): Likewise.
31509 * libio/fileops.c (_IO_file_open): Likewise.
31510 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
31511 * locale/loadlocale.c (_nl_load_locale): Likewise.
31512 * login/utmp_file.c (setutent_file): Likewise.
31513 * misc/daemon.c (daemon): Likewise.
31514 * nss/nss_db/db-open.c (internal_setent): Likewise.
31515 * sysdeps/mach/hurd/opendir.c (__opendirat): Likewise.
31516 * sysdeps/posix/libc_fatal.c (__libc_message): Likewise.
31517 * sysdeps/posix/opendir.c (tryopen_o_directory): Likewise.
31518 (__opendir): Likewise.
31519 * sysdeps/posix/spawni.c (__spawni_child): Likewise.
31520 * sysdeps/unix/sysv/linux/fips-private.h (fips_enable_p): Likewise.
31521 * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Likewise.
31522 (gethostid): Likewise.
31523 * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Likewise.
31524 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
31525 Likewise.
31526 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
31527 * sysdeps/unix/sysv/linux/grantpt.c (__close_all_fds): Likewise.
31528 * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system): Likewise.
31529 * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c (has_cpuclock):
31530 Likewise.
31531 * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps):
31532 Likewise.
31533 * sysdeps/unix/sysv/linux/malloc-sysdep.h (check_may_shrink_heap):
31534 Likewise.
31535 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
31536 Likewise.
31537 * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
31538 Likewise.
31539 * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
31540 Likewise.
31541 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
31542 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Likewise.
31543
31544 2017-08-17 Wilco Dijkstra <wdijkstr@arm.com>
31545
31546 * benchtests/bench-skeleton.c (main): Add support for
31547 latency benchmarking.
31548 * benchtests/scripts/bench.py: Add support for latency benchmarking.
31549
31550 2017-08-17 H.J. Lu <hongjiu.lu@intel.com>
31551
31552 * Makeconfig (+link-pie-before-libc): Add CRT-* hook to override
31553 the startup object.
31554
31555 2017-08-17 Florian Weimer <fweimer@redhat.com>
31556
31557 * include/sys/socket.h (__opensock): Remove internal_function.
31558 * socket/opensock.c (__opensock): Likewise.
31559 * sysdeps/unix/sysv/linux/opensock.c (__opensock): Likewise.
31560
31561 2017-08-16 Joseph Myers <joseph@codesourcery.com>
31562
31563 [BZ #21944]
31564 * signal/bits/types/__sigval_t.h: New file.
31565 * signal/Makefile (headers): Add bits/types/__sigval_t.h.
31566 * signal/bits/types/sigval_t.h: Include <bits/types/__sigval_t.h>
31567 and define sigval_t using __sigval_t.
31568 * include/bits/types/__sigval_t.h: New file.
31569 * bits/types/sigevent_t.h: Include <bits/types/__sigval_t.h>
31570 instead of <bits/types/__sigval_t.h>.
31571 (struct sigevent): Use __sigval_t instead of sigval_t.
31572 * bits/types/siginfo_t.h: Include <bits/types/__sigval_t.h>
31573 instead of <bits/types/__sigval_t.h>.
31574 (siginfo_t): Use __sigval_t instead of sigval_t.
31575 * sysdeps/unix/sysv/linux/bits/types/sigevent_t.h: Include
31576 <bits/types/__sigval_t.h> instead of <bits/types/__sigval_t.h>.
31577 (struct sigevent): Use __sigval_t instead of sigval_t.
31578 * sysdeps/unix/sysv/linux/bits/types/siginfo_t.h: Include
31579 <bits/types/__sigval_t.h> instead of <bits/types/__sigval_t.h>.
31580 (siginfo_t): Use __sigval_t instead of sigval_t.
31581 * signal/signal.h [__USE_MISC]: Include <bits/types/sigval_t.h>.
31582
31583 2017-08-16 H.J. Lu <hongjiu.lu@intel.com>
31584
31585 * NEWS: Remove "[Add new features here]" for 2.27.
31586
31587 2017-08-16 Joseph Myers <joseph@codesourcery.com>
31588
31589 * sysdeps/unix/sysv/linux/sh/localplt.data: Allow abort in
31590 libc.so.
31591
31592 2017-08-16 H.J. Lu <hongjiu.lu@intel.com>
31593
31594 * NEWS: Mention x86-64 FMA optimization.
31595
31596 2017-08-16 H.J. Lu <hongjiu.lu@intel.com>
31597
31598 [BZ #21912]
31599 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
31600 Add e_expf-fma.
31601 * sysdeps/x86_64/fpu/multiarch/e_expf-fma.S: New file.
31602 * sysdeps/x86_64/fpu/multiarch/e_expf.c: Likewise.
31603 * sysdeps/x86_64/fpu/multiarch/ifunc-fma.h: Likewise.
31604
31605 2017-08-16 Andreas Schwab <schwab@suse.de>
31606
31607 [BZ #16750]
31608 CVE-2009-5064
31609 * elf/ldd.bash.in: Never run file directly.
31610
31611 2017-08-15 H.J. Lu <hongjiu.lu@intel.com>
31612
31613 [BZ #21955]
31614 * sysdeps/x86_64/fpu/e_expf.S (L(SP_RANGE)): Aligned to 8 bytes.
31615 (L(SP_INF_0)): Likewise.
31616
31617 2017-08-15 Florian Weimer <fweimer@redhat.com>
31618
31619 * gmon/Makefile (tests-special): Add tst-gmon-prof only if
31620 run-built-tests.
31621
31622 2017-08-15 Florian Weimer <fweimer@redhat.com>
31623
31624 Remove BROKEN_THREAD_SIGNALS support for LinuxThreads.
31625 * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): Remove
31626 BROKEN_THREAD_SIGNALS code.
31627 * sysdeps/ppthread/aio_misc.h (struct waitlist, struct
31628 request_list): Remove caller_pid member used for
31629 BROKEN_THREAD_SIGNALS.
31630 [BROKEN_THREAD_SIGNALS] (__aio_notify_only): Remove declaration.
31631 * sysdeps/pthread/aio_notify.c (__aio_notify_only, __aio_notify):
31632 Remove BROKEN_THREAD_SIGNALS support.
31633 * sysdeps/pthread/aio_suspend.c (aio_suspend): Likewise.
31634 * sysdeps/pthread/lio_listio.c (lio_listio_internal): Likewise.
31635
31636 2017-08-15 Florian Weimer <fweimer@redhat.com>
31637
31638 * gmon/Makefile (tests): Add tst-gmon.
31639 (CFLAGS-tst-gmon.c, LDFLAGS-tst-gmon, CRT-tst-gmon, tst-gmon-ENV):
31640 Set.
31641 (tests-special): Add tst-gmon-prof.out.
31642 (tst-gmon.out): Depend on clean-tst-gmon-data.
31643 (clean-tst-gmon-data, tst-gmon-gprof.out): New targets.
31644 * gmon/tst-gmon.c, gmon/tst-gmon-gprof.sh: New files.
31645 * Makeconfig (+link-before-libc): Add CRT-* hook to override the
31646 startup object.
31647 * aclocal.m4 (GPROF): Set and substitute.
31648 * config.amke.in (GPROF): Set.
31649 * configure: Regenerate.
31650
31651 2017-08-15 Gustavo Romero <gromero@linux.vnet.ibm.com>
31652
31653 * elf/elf.h A (NT_PPC_TAR): New macro.
31654 (NT_PPC_PPR): Likewise.
31655 (NT_PPC_DSCR): Likewise.
31656 (NT_PPC_EBB): Likewise.
31657 (NT_PPC_PMU): Likewise.
31658 (NT_PPC_TM_CGPR): Likewise.
31659 (NT_PPC_TM_CFPR): Likewise.
31660 (NT_PPC_TM_CVMX): Likewise.
31661 (NT_PPC_TM_CVSX): Likewise.
31662 (NT_PPC_TM_SPR): Likewise.
31663 (NT_PPC_TM_CTAR): Likewise.
31664 (NT_PPC_TM_CPPR): Likewise.
31665 (NT_PPC_TM_CDSCR): Likewise.
31666
31667 2017-08-15 Florian Weimer <fweimer@redhat.com>
31668
31669 * sysdeps/i386/machine-gmon.h (mcount_internal): Declare with
31670 regparm (2) instead of internal_function.
31671 (_MCOUNT_DECL): Adjust.
31672
31673 2017-08-15 Stefan Liebler <stli@linux.vnet.ibm.com>
31674
31675 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add z14.
31676 * sysdeps/s390/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increased.
31677
31678 2017-08-14 Joseph Myers <joseph@codesourcery.com>
31679
31680 * conform/data/sys/wait.h-data (si_value): Do not expect for
31681 XPG42.
31682
31683 2017-08-14 Florian Weimer <fweimer@redhat.com>
31684
31685 [BZ #21962]
31686 NSS: Create stubs for accidentally exported lookup functions.
31687 * grp/initgroups.c (__nss_group_lookup, __nss_lookup_function):
31688 Remove declaration.
31689 * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
31690 (ether_hostton): Call __nss_ethers_lookup2 instead.
31691 * inet/ether_ntoh.c (__nss_ethers_lookup): Remove declaration.
31692 (ether_ntohost): Call __nss_ethers_lookup2 instead.
31693 * inet/getnetgrent_r.c (__nss_netgroup_lookup): Remove declaration.
31694 (setup): Call __nss_netgroup_lookup2 instead.
31695 * nss/Makefile (routines): Add compat-lookup.
31696 * nss/Versions (GLIBC_2.27): Add symbol version.
31697 * nss/XXX-lookup (DB_LOOKUP_FCT): Remove declaration. Now provided by <nsswitch.h>.
31698 (DB_COMPAT_FCT): Remove.
31699 * nss/compat-lookup.c: New file.
31700 * nss/nsswitch.h: Generate __nss_*_lookup2 function prototypes
31701 from databases.def.
31702 * nss/service-lookup.c (NO_COMPAT): Remove definition.
31703 * sunrpc/netname.c (__nss_publickey_lookup): Remove declaration.
31704 (netname2user): Call __nss_publickey_lookup2 instead.
31705 * sunrpc/publickey.c (__nss_publickey_lookup): Remove declaration.
31706 (getpublickey, getsecretkey): Call __nss_publickey_lookup2
31707 instead.
31708
31709 2017-08-14 Adhemerval Zanella <adhemerval.zanella@linaro.org>
31710 Sergei Trofimovich <slyfox@inbox.ru>
31711
31712 [BZ #21908]
31713 * sysdeps/unix/sysv/linux/m68k/mmap_internal.h (MMAP2_PAGE_SHIFT):
31714 Rename to MMAP2_PAGE_UNIT.
31715 * sysdeps/unix/sysv/linux/mmap.c: Include mmap_internal iff
31716 __OFF_T_MATCHES_OFF64_T is not defined.
31717 * sysdeps/unix/sysv/linux/mmap_internal.h (page_unit): Declare as
31718 uint64_t.
31719 (MMAP2_PAGE_UNIT) [MMAP2_PAGE_UNIT == -1]: Redefine to page_unit.
31720 (page_unit) [MMAP2_PAGE_UNIT != -1]: Remove definition.
31721
31722 2017-08-14 Florian Weimer <fweimer@redhat.com>
31723
31724 i386: Do not set internal_function.
31725 * config.h.in (USE_REGPARMS, internal_function): Remove.
31726 * sysdeps/i386/configure.ac (USE_REGPARMS): Likewise.
31727 * sysdeps/i386/configure (USE_REGPARMS): Likewise.
31728
31729 2017-08-14 Florian Weimer <fweimer@redhat.com>
31730
31731 * elf/dl-init.c (_dl_init): Remove internal_function.
31732 * sysdeps/generic/ldsodefs.h (_dl_init): Likewise.
31733 * sysdeps/i386/dl-machine.h (RTLD_START): Adjust call to _dl_init.
31734
31735 2017-08-14 Florian Weimer <fweimer@redhat.com>
31736
31737 * elf/rtld.c (_dl_start): Remove internal_function.
31738 * sysdeps/i386/dl-machine.h (RTLD_START): Adjust call to
31739 _dl_start.
31740
31741 2017-08-14 Florian Weimer <fweimer@redhat.com>
31742
31743 * elf/dl-fini.c (_dl_fini): Remove internal_function
31744 * sysdeps/generic/ldsodefs.h (_dl_fini): Likewise.
31745
31746 2017-08-14 H.J. Lu <hongjiu.lu@intel.com>
31747
31748 * sysdeps/x86/cpu-features.h (bit_cpu_IBT): New.
31749 (bit_cpu_SHSTK): Likewise.
31750 (index_cpu_IBT): Likewise.
31751 (index_cpu_SHSTK): Likewise.
31752 (reg_IBT): Likewise.
31753 (reg_SHSTK): Likewise.
31754 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
31755 Handle index_cpu_IBT and index_cpu_SHSTK.
31756
31757 2017-08-14 Mike FABIAN <mfabian@redhat.com>
31758
31759 [BZ #19982]
31760 * po/fr.po: Fix spelling mistake.
31761
31762 2017-08-13 Florian Weimer <fweimer@redhat.com>
31763
31764 * elf/dl-addr.c (_dl_addr): Remove internal_function.
31765 * elf/dl-error-skeleton.c (_dl_signal_error, _dl_signal_cerror)
31766 (_dl_catch_error, _dl_receive_error): Likewise.
31767 * elf/dl-open.c (_dl_find_dso_for_object): Likewise.
31768 * elf/dl-tls.c (_dl_allocate_tls_init, _dl_allocate_tls)
31769 (_dl_deallocate_tls): Likewise.
31770 * include/dlfcn.h (_dl_addr): Likewise.
31771 * sysdeps/generic/ldsodefs.h (_dl_signal_error, _dl_signal_cerror)
31772 (_dl_catch_error, _dl_receive_error, _dl_find_dso_for_object)
31773 (_dl_allocate_tls_init, _dl_allocate_tls, _dl_deallocate_tls):
31774 Likewise.
31775
31776 2017-08-13 Florian Weimer <fweimer@redhat.com>
31777
31778 * include/stdlib.h: (__strtof_nan, __strtod_nan, __strtold_nan)
31779 (__wcstof_nan, __wcstod_nan, __wcstold_nan): Remove
31780 internal_function.
31781 * stdlib/sttod_nan_main.c (STRTOD_NAN): Likewise.
31782
31783 2017-08-13 Florian Weimer <fweimer@redhat.com>
31784
31785 * elf/dl-support.c (_dl_make_stack_executable_hook): Remove
31786 internal_function.
31787 * nptl/allocatestack.c (__make_stacks_executable): Likewise.
31788 * nptl/pthreadP.h (__make_stacks_executable): Likewise.
31789 * sysdeps/generic/ldsodefs.h (_rtld_global): Remove
31790 internal_function from _dl_make_stack_executable_hook member.
31791 (_dl_make_stack_executable): Remove internal_function.
31792 * sysdeps/mach/hurd/dl-execstack.c (_dl_make_stack_executable):
31793 Likewise.
31794 * sysdeps/unix/sysv/linux/dl-execstack.c
31795 (_dl_make_stack_executable): Likewise.
31796
31797 2017-08-13 Florian Weimer <fweimer@redhat.com>
31798
31799 * sysdeps/unix/sysv/linux/netlinkaccess.h
31800 (__netlink_assert_response): Remove internal_function.
31801 * sysdeps/unix/sysv/linux/netlink_assert_response.c
31802 (__netlink_assert_response): Likewise.
31803
31804 2017-08-13 Florian Weimer <fweimer@redhat.com>
31805
31806 * include/rpc/pmap_clnt.h (__libc_rpc_getport): Remove
31807 internal_function.
31808 * sunrpoc/pm_getport.c (__libc_rpc_getport): Likewise.
31809
31810 2017-08-13 Florian Weimer <fweimer@redhat.com>
31811
31812 * grp/grp-merge.h (__copy_grp, __merge_grp): Remove
31813 internal_function.
31814 * grp/grp-merge.c (__copy_grp, __merge_grp): Likewise.
31815 * inet/netgroup.h (__internal_setnetgrent)
31816 (__internal_endnetgrent,__internal_getnetgrent_r): Likewise.
31817 * inet/getnetgrent_r.c (__internal_setnetgrent)
31818 (__internal_endnetgrent,__internal_getnetgrent_r): Likewise.
31819 * nss/XXX-lookup.c (DB_LOOKUP_FCT, DB_COMPAT_FCT): Likewise.
31820 * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Likewise.
31821 * nss/getXXent_r.c (DB_LOOKUP_FCT): Likewise.
31822 * nss/nsswitch.h (db_lookup_function): Likewise.
31823
31824 2017-08-13 Florian Weimer <fweimer@redhat.com>
31825
31826 * debug/fortify_fail.c (__fortify_fail, __fortify_fail_abort):
31827 Remove internal_function.
31828 * include/stdio.h (__fortify_fail, __fortify_fail_abort): Likewise.
31829 * sysdeps/mach/hurd/i386/____longjmp_chk.S (CALL_FAIL): Pass
31830 message argument on the stack.
31831 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S (CALL_FAIL):
31832 Likeweise.
31833
31834 2017-08-12 Mike FABIAN <mfabian@redhat.com>
31835
31836 Adapt test case data to the changes in the thousands
31837 separators.
31838
31839 [BZ #20756]
31840 * localedata/tst-langinfo.sh: Adapt test case data.
31841 * stdlib/tst-strfmon_l.c: Likewise.
31842 * stdlib/tst-strtod4.c: Likewise.
31843 * stdlib/tst-strtod5i.c: Likewise.
31844
31845 2017-08-11 Florian Weimer <fweimer@redhat.com>
31846
31847 [BZ #21242]
31848 * assert/assert.h [__GNUC__ && !__STRICT_ANSI__] (assert):
31849 Suppress pedantic warning resulting from statement expression.
31850 (__ASSERT_FUNCTION): Add missing __extension__.
31851
31852 2017-08-11 Siddhesh Poyarekar <siddhesh@sourceware.org>
31853
31854 * benchtests/bench-memmove-large.c: Print output in JSON
31855 format.
31856 * benchtests/bench-memmove.c: Likewise.
31857
31858 * benchtests/bench-memccpy.c (do_one_test): Remove checks.
31859 * benchtests/bench-memchr.c (do_one_test): Likewise.
31860 * benchtests/bench-memcpy-large.c (do_one_test): Likewise.
31861 * benchtests/bench-memcpy.c (do_one_test): Likewise.
31862 * benchtests/bench-memmove-large.c (do_one_test): Likewise.
31863 * benchtests/bench-memmove.c (do_one_test): Likewise.
31864 * benchtests/bench-memset-large.c (do_one_test): Likewise.
31865 * benchtests/bench-memset.c (do_one_test): Likewise.
31866 * benchtests/bench-string.h (test_init): Remove memsets.
31867
31868 2017-08-10 Rical Jasan <ricaljasan@pacific.net>
31869
31870 * manual/lang.texi
31871 (Computing the Width of an Integer Data Type): Rename section to
31872 "Width of an Integer Type". Remove inaccurate statement regarding
31873 lack of C language facilities for determining width of integer
31874 types, and reorder content to improve flow and context of
31875 discussion.
31876
31877 2017-08-10 Rical Jasan <ricaljasan@pacific.net>
31878
31879 * lang.texi (va_copy): Change standard from ISO to C99.
31880 (__va_copy): Add standard and header annotation.
31881 Update description for clarity of origins and current use.
31882
31883 2017-08-10 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
31884
31885 [BZ #21941]
31886 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrtf128): Since
31887 xssqrtqp requires operands to be in Vector Registers
31888 (Altivec/VMX), replace the register constraint 'wq' with 'v'.
31889 * sysdeps/powerpc/powerpc64le/power9/fpu/e_sqrtf128.c
31890 (__ieee754_sqrtf128): Likewise.
31891
31892 2017-08-10 Wilco Dijkstra <wdijkstr@arm.com>
31893
31894 * sysdeps/aarch64/memcmp.S (memcmp):
31895 Rewrite of optimized memcmp.
31896
31897 2017-08-10 Florian Weimer <fweimer@redhat.com>
31898
31899 Introduce ld.so exceptions.
31900 * sysdeps/generic/ldsodefs.h (struct dl_exception): Define.
31901 (_dl_exception_create, _dl_exception_create_format)
31902 (_dl_exception_free, _dl_signal_exception, _dl_signal_cexception)
31903 (_dl_catch_exception): Declare.
31904 (_dl_catch_error): Update comment.
31905 * elf/dl-error-skeleton.c (struct catch): Replace objname,
31906 errstring, malloced members with exception member.
31907 (_dl_out_of_memory): Remove.
31908 (fatal_error): New function, extracted from _dl_signal_error.
31909 (_dl_signal_exception, _dl_signal_cexception): New functions.
31910 (_dl_signal_error): Call _dl_exception_create to allocate an
31911 exception object.
31912 (_dl_catch_exception): New function, based on _dl_catch_error.
31913 (_dl_catch_error): Implement using _dl_catch_exception.
31914 * elf/dl-exception.c: New file.
31915 * elf/Makefile (dl-routines): Add dl-exception.
31916 (elide-routines.os): Likewise.
31917 * elf/Version (ld/GLIBC_PRIVATE): Add _dl_exception_create,
31918 _dl_exception_create_format, _dl_exception_free.
31919 * elf/dl-deps.c (_dl_map_object_deps): Use _dl_catch_exception and
31920 _dl_signal_exception.
31921 * elf/dl-lookup.c (make_string): Remove.
31922 (_dl_lookup_symbol_x): Use _dl_exception_create_format,
31923 _dl_signal_cexception, _dl_exception_free.
31924 * elf/dl-open.c (_dl_open): Use _dl_catch_exception and
31925 _dl_signal_exception.
31926 * elf/dl-sym.c (do_sym): Likewise.
31927 * elf/dl-version.c (make_string): Remove.
31928 (match_symbol): Use _dl_exception_create_format,
31929 _dl_signal_cexception, _dl_exception_free.
31930 (_dl_check_map_versions): Likewise.
31931 * sysdeps/generic/localplt.data (ld.so): Add _dl_signal_exception,
31932 _dl_catch_exception.
31933 * sysdeps/unix/sysv/linux/aarch64/localplt.data (ld.so): Likewise.
31934 * sysdeps/unix/sysv/linux/alpha/localplt.data (ld.so): Likewise.
31935 * sysdeps/unix/sysv/linux/arm/localplt.data (ld.so): Likewise.
31936 * sysdeps/unix/sysv/linux/hppa/localplt.data (ld.so): Likewise.
31937 * sysdeps/unix/sysv/linux/i386/localplt.data (ld.so): Likewise.
31938 * sysdeps/unix/sysv/linux/ia64/localplt.data (ld.so): Likewise.
31939 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Likewise.
31940 * sysdeps/unix/sysv/linux/microblaze/localplt.data (ld.so):
31941 Likewise.
31942 * sysdeps/unix/sysv/linux/nios2/localplt.data (ld.so): Likewise.
31943 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data
31944 (ld.so): Likewise.
31945 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data
31946 (ld.so): Likewise.
31947 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data (ld.so):
31948 Likewise.
31949 * sysdeps/unix/sysv/linux/s390/localplt.data (ld.so): Likewise.
31950 * sysdeps/unix/sysv/linux/sh/localplt.data (ld.so): Likewise.
31951 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data (ld.so):
31952 Likewise.
31953 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data (ld.so):
31954 Likewise.
31955 * sysdeps/x86_64/localplt.data (ld.so): Likewise.
31956
31957 2017-08-10 Florian Weimer <fweimer@redhat.com>
31958
31959 * inet/net-internal.h (__inet6_scopeid_pton): Remove
31960 attribute_hidden, internal_function.
31961 * inet/inet6_scopeid_pton.c (__inet6_scopeid_pton): Remove
31962 internal_function.
31963
31964 2017-08-10 Florian Weimer <fweimer@redhat.com>
31965
31966 * malloc/malloc.c (get_max_fast): Reimplement as an inline
31967 function which calls __builtin_unreachable.
31968
31969 2017-08-10 Mike FABIAN <mfabian@redhat.com>
31970
31971 * stdlib/tst-strfmon_l.c: Fix test cases to agree with the changes in
31972 Indian monetary formatting
31973 * stdlib/Makefile: Adapt list of locales needed for the tst-strfmon_l.c
31974 test cases.
31975
31976 2017-08-09 Dmitry V. Levin <ldv@altlinux.org>
31977
31978 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h (enum __ptrace_request):
31979 Fix typo in comment.
31980
31981 [BZ #21928]
31982 * sysdeps/unix/sysv/linux/sys/ptrace.h (enum __ptrace_flags,
31983 PTRACE_SEIZE_DEVEL): Remove.
31984 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h: Likewise.
31985 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
31986 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
31987 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
31988 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
31989
31990 2017-08-09 Joseph Myers <joseph@codesourcery.com>
31991
31992 * posix/bits/types.h (__qaddr_t): Remove.
31993
31994 [BZ #21457]
31995 * sysdeps/arm/sys/ucontext.h (__ctx): Move undefine further down.
31996 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
31997 __glibc_reserved1.
31998 * sysdeps/generic/sys/ucontext.h (__ctx): New macro.
31999 (ucontext_t): Use __ctx with uc_flags.
32000 * sysdeps/i386/sys/ucontext.h (__ctx): Move undefine further down.
32001 (__ctxt): Likewise.
32002 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
32003 __glibc_reserved1.
32004 * sysdeps/m68k/sys/ucontext.h (__ctx): Move undefine further down.
32005 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
32006 __glibc_reserved1.
32007 * sysdeps/mips/sys/ucontext.h (__ctx): Move undefine further down.
32008 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
32009 __glibc_reserved1.
32010 * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h (__ctx): New
32011 macro.
32012 (ucontext_t): Use __ctx with uc_flags.
32013 * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (__ctx): New macro.
32014 (ucontext_t): Use __ctx with uc_flags.
32015 * sysdeps/unix/sysv/linux/arm/sys/ucontext.h (__ctx): New macro.
32016 (ucontext_t): Use __ctx with uc_flags and uc_regspace.
32017 * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h (__ctx): New macro.
32018 (ucontext_t): Use __ctx with uc_flags.
32019 * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h (__ctx): Move
32020 undefine further down.
32021 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
32022 __glibc_reserved1.
32023 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (__ctx): Move
32024 undefine further down.
32025 (ucontext_t): Use __ctx with uc_flags.
32026 * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h (__ctx): Move
32027 undefine further down.
32028 (ucontext_t): Use __ctx with uc_flags.
32029 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext_t): Use
32030 __ctx with uc_flags, uc_regs_ptr, uc_regs and uc_reg_space.
32031 Rename uc_pad to __glibc_reserved1.
32032 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__ctx): Move
32033 undefine further down.
32034 (ucontext_t): Use __ctx with uc_flags.
32035 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h (__ctx): Move undefine
32036 further down.
32037 (ucontext_t): Use __ctx with uc_flags.
32038 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (ucontext_t): Use
32039 __ctx with uc_flags.
32040 * sysdeps/unix/sysv/linux/tile/sys/ucontext.h (__ctx): New macro.
32041 (ucontext_t): Use __ctx with uc_flags.
32042 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h (ucontext_t): Use
32043 __ctx with uc_flags.
32044
32045 2017-08-09 Florian Weimer <fweimer@redhat.com>
32046
32047 [BZ #21932]
32048 * nss/getXXbyYY_r.c (REENTRANT_NAME): Call __resolv_context_put
32049 before early return.
32050
32051 2017-08-09 Andreas Schwab <schwab@suse.de>
32052
32053 [BZ #21041]
32054 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Update reference to
32055 renamed alias.
32056
32057 [BZ #21041]
32058 * nptl/Makefile (tests) [$(build-shared) = yes]: Add
32059 tst-compat-forwarder.
32060 (modules-names): Add tst-compat-forwarder-mod.
32061 ($(objpfx)tst-compat-forwarder): Depend on
32062 $(objpfx)tst-compat-forwarder-mod.so.
32063 * nptl/tst-compat-forwarder.c: New file.
32064 * nptl/tst-compat-forwarder-mod.c: New file.
32065
32066 2017-08-09 Siddhesh Poyarekar <siddhesh@sourceware.org>
32067
32068 * sysdeps/aarch64/multiarch/memcpy_falkor.S: Fix code style in
32069 comments.
32070
32071 * manual/tunables.texi (Tunable glibc.tune.cpu): Add falkor.
32072 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines): Add
32073 memcpy_falkor.
32074 * sysdeps/aarch64/multiarch/ifunc-impl-list.c (MAX_IFUNC):
32075 Bump.
32076 (__libc_ifunc_impl_list): Add __memcpy_falkor.
32077 * sysdeps/aarch64/multiarch/memcpy.c: Likewise.
32078 * sysdeps/aarch64/multiarch/memcpy_falkor.S: New file.
32079 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
32080 Add falkor.
32081 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_FALKOR):
32082 New macro.
32083
32084 2017-08-08 Adhemerval Zanella <adhemerval.zanella@linaro.org>
32085
32086 [BZ #759]
32087 * manual/setjmp.texi (getcontex): Document uc_stack value
32088 compatibility differences.
32089
32090 2017-08-08 Joseph Myers <joseph@codesourcery.com>
32091
32092 * malloc/mcheck.c (old_free_hook): Use void * instead of __ptr_t.
32093 (old_malloc_hook): Likewise.
32094 (old_memalign_hook): Likewise.
32095 (old_realloc_hook): Likewise.
32096 (struct hdr): Likewise.
32097 (flood): Likewise.
32098 (freehook): Likewise.
32099 (mallochook): Likewise.
32100 (memalignhook): Likewise.
32101 (reallochook): Likewise.
32102 (mprobe): Likewise.
32103 * malloc/mtrace.c (mallwatch): Likewise.
32104 (tr_old_free_hook): Likewise.
32105 (tr_old_malloc_hook): Likewise.
32106 (tr_old_realloc_hook): Likewise.
32107 (tr_old_memalign_hook): Likewise.
32108 (tr_where): Likewise.
32109 (lock_and_info): Likewise.
32110 (tr_freehook): Likewise.
32111 (tr_mallochook): Likewise.
32112 (tr_reallochook): Likewise.
32113 (tr_memalignhook): Likewise.
32114 * misc/err.h [!__GNUC_VA_LIST] (__gnuc_va_list): Likewise.
32115 * misc/mmap.c (__mmap): Likewise.
32116 * misc/mmap64.c (__mmap64): Likewise.
32117 * misc/mprotect.c (__mprotect): Likewise.
32118 * misc/msync.c (msync): Likewise.
32119 * misc/munmap.c (__munmap): Likewise.
32120 * posix/posix_madvise.c (posix_madvise): Likewise.
32121 * socket/send.c (__send): Likewise.
32122 * socket/sendto.c (__sendto): Likewise.
32123 * socket/setsockopt.c (__setsockopt): Likewise.
32124 * string/memcmp.c (__ptr_t): Remove macro.
32125 (MEMCMP): Use void * instead of ptr_t.
32126 * string/memrchr.c (__ptr_t): Remove macro.
32127 (__memrchr): Use void * instead of ptr_t.
32128 * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Likewise.
32129 * sysdeps/mach/hurd/mmap.c (__mmap): Likewise.
32130 * sysdeps/mach/hurd/mmap64.c (__mmap64): Likewise.
32131 * sysdeps/mach/mprotect.c (__mprotect): Likewise.
32132 * sysdeps/mach/msync.c (msync): Likewise.
32133 * sysdeps/mach/munmap.c (__munmap): Likewise.
32134 * sysdeps/mips/bits/setjmp.h (struct __jmp_buf_internal_tag):
32135 Likewise.
32136 * sysdeps/posix/getcwd.c (__getcwd): Likewise.
32137 * sysdeps/powerpc/powerpc32/memset.S (memset): Likewise.
32138 * sysdeps/powerpc/powerpc32/power4/memcpy.S (memcpy): Likewise.
32139 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Likewise.
32140 * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Likewise.
32141 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
32142 * sysdeps/powerpc/powerpc32/power7/memcpy.S (memcpy): Likewise.
32143 * sysdeps/powerpc/powerpc32/power7/mempcpy.S (__mempcpy):
32144 Likewise.
32145 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
32146 * sysdeps/powerpc/powerpc64/memcpy.S (memcpy): Likewise.
32147 * sysdeps/powerpc/powerpc64/memset.S (memset): Likewise.
32148 * sysdeps/powerpc/powerpc64/power4/memcpy.S (memcpy): Likewise.
32149 * sysdeps/powerpc/powerpc64/power4/memset.S (memset): Likewise.
32150 * sysdeps/powerpc/powerpc64/power6/memcpy.S (memcpy): Likewise.
32151 * sysdeps/powerpc/powerpc64/power6/memset.S (memset): Likewise.
32152 * sysdeps/powerpc/powerpc64/power7/memcpy.S (memcpy): Likewise.
32153 * sysdeps/powerpc/powerpc64/power7/mempcpy.S (__mempcpy):
32154 Likewise.
32155 * sysdeps/powerpc/powerpc64/power7/memset.S (memset): Likewise.
32156 * sysdeps/powerpc/powerpc64/power8/memset.S (memset): Likewise.
32157 * sysdeps/tile/memcmp.c (__ptr_t): Remove macro.
32158 (MEMCMP): Use void * instead of ptr_t.
32159 * sysdeps/unix/sysv/linux/alpha/oldglob.c (old_glob_t): Likewise.
32160 * sysdeps/unix/sysv/linux/mmap.c (__mmap): Likewise.
32161
32162 2017-08-08 Florian Weimer <fweimer@redhat.com>
32163
32164 * sysdeps/posix/getaddrinfo.c (gaih_inet): Remove unreachable
32165 return statement.
32166
32167 2017-08-08 H.J. Lu <hongjiu.lu@intel.com>
32168
32169 [BZ #21913]
32170 * csu/libc-tls.c: Include <startup.h> first.
32171 (__libc_setup_tls): Call _startup_fatal instead of __libc_fatal.
32172 * elf/dl-tunables.c: Include <startup.h> first.
32173 * include/libc-symbols.h (BUILD_PIE_DEFAULT): New.
32174 * sysdeps/generic/startup.h: New file.
32175 * sysdeps/unix/sysv/linux/i386/startup.h: Likewise.
32176 * sysdeps/unix/sysv/linux/i386/brk.c [BUILD_PIE_DEFAULT != 0]
32177 (I386_USE_SYSENTER): New. Defined to 0.
32178
32179 2017-08-08 Andreas Schwab <schwab@suse.de>
32180
32181 [BZ #21041]
32182 * nptl/pt-longjmp.c (longjmp, siglongjmp): Don't use IFUNC resolver.
32183 * nptl/pt-system.c (system): Likewise.
32184
32185 2017-08-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
32186
32187 [BZ #21780]
32188 * sysdeps/posix/preadv2.c (preadv2): Use ENOTSUP instead of
32189 EOPNOTSUPP.
32190 * sysdeps/posix/preadv64v2.c (preadv64v2): Likewise.
32191 * sysdeps/posix/pwritev2.c (pwritev2): Likewise.
32192 * sysdeps/posix/pwritev64v2.c (pwritev64v2): Likewise.
32193 * sysdeps/unix/sysv/linux/preadv2.c (preadv2): Likewise.
32194 * sysdeps/unix/sysv/linux/preadv64v2.c (preadv64v2): Likewise.
32195 * sysdeps/unix/sysv/linux/pwritev2.c (pwritev2): Likewise.
32196 * sysdeps/unix/sysv/linux/pwritev64v2.c (pwritev64v2): Likewise.
32197
32198 2017-08-07 Joseph Myers <joseph@codesourcery.com>
32199
32200 [BZ #21899]
32201 * bits/sigaction.h (struct sigaction): Define sa_handler and
32202 sa_sigaction using union also for [__USE_XOPEN_EXTENDED].
32203 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32204 [__USE_XOPEN_EXTENDED].
32205 (SA_RESTART): Likewise.
32206 (SA_NODEFER): Likewise.
32207 (SA_RESETHAND): Likewise.
32208 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h
32209 (struct sigaction): Define sa_handler and sa_sigaction using union
32210 also for [__USE_XOPEN_EXTENDED].
32211 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32212 [__USE_XOPEN_EXTENDED].
32213 (SA_RESTART): Likewise.
32214 (SA_NODEFER): Likewise.
32215 (SA_RESETHAND): Likewise.
32216 * sysdeps/unix/sysv/linux/bits/sigaction.h
32217 (struct sigaction): Define sa_handler and sa_sigaction using union
32218 also for [__USE_XOPEN_EXTENDED].
32219 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32220 [__USE_XOPEN_EXTENDED].
32221 (SA_RESTART): Likewise.
32222 (SA_NODEFER): Likewise.
32223 (SA_RESETHAND): Likewise.
32224 * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h
32225 (struct sigaction): Define sa_handler and sa_sigaction using union
32226 also for [__USE_XOPEN_EXTENDED].
32227 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32228 [__USE_XOPEN_EXTENDED].
32229 (SA_RESTART): Likewise.
32230 (SA_NODEFER): Likewise.
32231 (SA_RESETHAND): Likewise.
32232 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h
32233 (struct sigaction): Define sa_handler and sa_sigaction using union
32234 also for [__USE_XOPEN_EXTENDED].
32235 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32236 [__USE_XOPEN_EXTENDED].
32237 (SA_RESTART): Likewise.
32238 (SA_NODEFER): Likewise.
32239 (SA_RESETHAND): Likewise.
32240 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
32241 (struct sigaction): Define sa_handler and sa_sigaction using union
32242 also for [__USE_XOPEN_EXTENDED].
32243 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32244 [__USE_XOPEN_EXTENDED].
32245 (SA_RESTART): Likewise.
32246 (SA_NODEFER): Likewise.
32247 (SA_RESETHAND): Likewise.
32248 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
32249 (struct sigaction): Define sa_handler and sa_sigaction using union
32250 also for [__USE_XOPEN_EXTENDED].
32251 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32252 [__USE_XOPEN_EXTENDED].
32253 (SA_RESTART): Likewise.
32254 (SA_NODEFER): Likewise.
32255 (SA_RESETHAND): Likewise.
32256 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
32257 (struct sigaction): Define sa_handler and sa_sigaction using union
32258 also for [__USE_XOPEN_EXTENDED].
32259 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32260 [__USE_XOPEN_EXTENDED].
32261 (SA_RESTART): Likewise.
32262 (SA_NODEFER): Likewise. Define directly rather than as alias.
32263 (SA_RESETHAND): Likewise.
32264 (SA_INTERRUPT): Define only for [__USE_MISC].
32265 (SA_NOMASK): Define as alias of SA_NODEFER, only for [__USE_MISC].
32266 (SA_ONESHOT): Define as alias of SA_RESETHAND, only for
32267 [__USE_MISC].
32268 (SA_STACK): Define only for [__USE_MISC].
32269 * sysdeps/unix/sysv/linux/tile/bits/sigaction.h
32270 (struct sigaction): Define sa_handler and sa_sigaction using union
32271 also for [__USE_XOPEN_EXTENDED].
32272 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32273 [__USE_XOPEN_EXTENDED].
32274 (SA_RESTART): Likewise.
32275 (SA_NODEFER): Likewise.
32276 (SA_RESETHAND): Likewise.
32277 (SA_NOPTRACE): Define only for [__USE_MISC].
32278
32279 * catgets/catgets.c (catgets): Use uintN_t instead of u_intN_t.
32280 * catgets/catgetsinfo.h (struct catalog_obj): Likewise.
32281 (struct catalog_info): Likewise.
32282 * inet/htontest.c (lo): Likewise.
32283 (foo): Likewise.
32284 * inet/inet_lnaof.c (inet_lnaof): Likewise.
32285 * inet/inet_net.c (inet_network): Likewise.
32286 * inet/inet_netof.c (inet_netof): Likewise.
32287 * inet/rcmd.c (__ivaliduser): Likewise.
32288 (iruserok): Likewise.
32289 * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
32290 * locale/programs/locale-spec.c (locale_special): Likewise.
32291 * nis/nis_findserv.c (struct findserv_req): Likewise.
32292 (__nis_findfastest_with_timeout): Likewise.
32293 * nss/test-netdb.c (test_network): Likewise.
32294 * resolv/inet_neta.c (inet_neta): Likewise.
32295 * resolv/ns_date.c (ns_datetosecs): Likewise.
32296 (SECS_PER_DAY): Likewise.
32297 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r):
32298 Likewise.
32299 * resolv/res_comp.c (__putlong): Likewise.
32300 (__putshort): Likewise.
32301 (_getlong): Likewise.
32302 (_getshort): Likewise.
32303 * resolv/res_debug.c (p_time): Likewise.
32304 (precsize_ntoa): Likewise.
32305 (precsize_aton): Likewise.
32306 (latlon2ul): Likewise.
32307 (loc_aton): Likewise.
32308 (loc_ntoa): Likewise.
32309 * resolv/res_hconf.c (struct netaddr): Likewise.
32310 (_res_hconf_reorder_addrs): Likewise.
32311 * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
32312 (clnttcp_control): Likewise.
32313 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
32314 (clntudp_control): Likewise.
32315 * sunrpc/clnt_unix.c (clntunix_call): Likewise.
32316 (clntunix_control): Likewise.
32317 * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
32318 * sunrpc/rpc/auth.h (union des_block): Likewise.
32319 * sunrpc/tst-udp-nonblocking.c (do_test): Likewise.
32320 * sunrpc/xdr_rec.c (struct rec_strm): Likewise.
32321 (xdrrec_create): Likewise.
32322 (xdrrec_endofrecord): Likewise.
32323 (flush_out): Likewise.
32324 * sunrpc/xdr_stdio.c (xdrstdio_getlong): Likewise.
32325 (xdrstdio_putlong): Likewise.
32326 * sysdeps/unix/sysv/linux/errqueue.h (struct sock_extended_err):
32327 Likewise.
32328
32329 * misc/sys/cdefs.h (__long_double_t): Remove.
32330 * stdio-common/printf_fp.c (__printf_fp_l): Use long double
32331 instead of __long_double_t,
32332 * stdlib/strfmon_l.c (__vstrfmon_l): Likewise.
32333
32334 2017-08-07 Siddhesh Poyarekar <siddhesh@sourceware.org>
32335
32336 * benchtests/scripts/compare_strings.py: Avoid display error when
32337 running on a text terminal.
32338
32339 * benchtests/scripts/compare_strings.py (main): Add an
32340 optional -base option.
32341 (process_results): New argument base_func.
32342
32343 * benchtests/bench-memcpy.c (test_main): Use TEST_NAME instead of
32344 hardcoding memcpy.
32345 * benchtests/bench-memcpy-large.c (test_name): Likewise.
32346 * benchtests/bench-memcpy-random.c (test_name): Likewise.
32347
32348 2017-08-07 Andreas Schwab <schwab@suse.de>
32349
32350 * elf/Makefile ($(objpfx)tst-pathopt.out): Redirect output to target.
32351 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
32352 * intl/Makefile ($(objpfx)tst-gettext.out)
32353 ($(objpfx)tst-translit.out, $(objpfx)tst-gettext2.out)
32354 ($(objpfx)tst-gettext4.out, $(objpfx)tst-gettext6.out): Likewise.
32355 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
32356 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
32357 * nptl/Makefile ($(objpfx)tst-tls6.out): Likewise.
32358 * posix/Makefile ($(objpfx)globtest.out)
32359 ($(objpfx)wordexp-tst.out, $(objpfx)tst-getconf.out): Likewise.
32360 * stdio-common/Makefile ($(objpfx)tst-unbputc.out)
32361 ($(objpfx)tst-printf.out): Likewise.
32362 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out)
32363 ($(objpfx)tst-setcontext3.out): Likewise.
32364
32365 2017-08-07 H.J. Lu <hongjiu.lu@intel.com>
32366
32367 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
32368 Add e_exp-fma, e_log-fma, e_pow-fma, s_atan-fma, e_asin-fma,
32369 e_atan2-fma, s_sin-fma, s_tan-fma, mplog-fma, mpa-fma,
32370 slowexp-fma, slowpow-fma, sincos32-fma, doasin-fma, dosincos-fma,
32371 halfulp-fma, mpexp-fma, mpatan2-fma, mpatan-fma, mpsqrt-fma,
32372 and mptan-fma.
32373 (CFLAGS-doasin-fma.c): New.
32374 (CFLAGS-dosincos-fma.c): Likewise.
32375 (CFLAGS-e_asin-fma.c): Likewise.
32376 (CFLAGS-e_atan2-fma.c): Likewise.
32377 (CFLAGS-e_exp-fma.c): Likewise.
32378 (CFLAGS-e_log-fma.c): Likewise.
32379 (CFLAGS-e_pow-fma.c): Likewise.
32380 (CFLAGS-halfulp-fma.c): Likewise.
32381 (CFLAGS-mpa-fma.c): Likewise.
32382 (CFLAGS-mpatan-fma.c): Likewise.
32383 (CFLAGS-mpatan2-fma.c): Likewise.
32384 (CFLAGS-mpexp-fma.c): Likewise.
32385 (CFLAGS-mplog-fma.c): Likewise.
32386 (CFLAGS-mpsqrt-fma.c): Likewise.
32387 (CFLAGS-mptan-fma.c): Likewise.
32388 (CFLAGS-s_atan-fma.c): Likewise.
32389 (CFLAGS-sincos32-fma.c): Likewise.
32390 (CFLAGS-slowexp-fma.c): Likewise.
32391 (CFLAGS-slowpow-fma.c): Likewise.
32392 (CFLAGS-s_sin-fma.c): Likewise.
32393 (CFLAGS-s_tan-fma.c): Likewise.
32394 * sysdeps/x86_64/fpu/multiarch/doasin-fma.c: New file.
32395 * sysdeps/x86_64/fpu/multiarch/dosincos-fma.c: Likewise.
32396 * sysdeps/x86_64/fpu/multiarch/e_asin-fma.c: Likewise.
32397 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma.c: Likewise.
32398 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c: Likewise.
32399 * sysdeps/x86_64/fpu/multiarch/e_log-fma.c: Likewise.
32400 * sysdeps/x86_64/fpu/multiarch/e_pow-fma.c: Likewise.
32401 * sysdeps/x86_64/fpu/multiarch/halfulp-fma.c: Likewise.
32402 * sysdeps/x86_64/fpu/multiarch/ifunc-avx-fma4.h: Likewise.
32403 * sysdeps/x86_64/fpu/multiarch/ifunc-fma4.h: Likewise.
32404 * sysdeps/x86_64/fpu/multiarch/mpa-fma.c: Likewise.
32405 * sysdeps/x86_64/fpu/multiarch/mpatan-fma.c: Likewise.
32406 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma.c: Likewise.
32407 * sysdeps/x86_64/fpu/multiarch/mpexp-fma.c: Likewise.
32408 * sysdeps/x86_64/fpu/multiarch/mplog-fma.c: Likewise.
32409 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma.c: Likewise.
32410 * sysdeps/x86_64/fpu/multiarch/mptan-fma.c: Likewise.
32411 * sysdeps/x86_64/fpu/multiarch/s_atan-fma.c: Likewise.
32412 * sysdeps/x86_64/fpu/multiarch/s_sin-fma.c: Likewise.
32413 * sysdeps/x86_64/fpu/multiarch/s_tan-fma.c: Likewise.
32414 * sysdeps/x86_64/fpu/multiarch/sincos32-fma.c: Likewise.
32415 * sysdeps/x86_64/fpu/multiarch/slowexp-fma.c: Likewise.
32416 * sysdeps/x86_64/fpu/multiarch/slowpow-fma.c: Likewise.
32417 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Rewrite.
32418 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
32419 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
32420 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
32421 * sysdeps/x86_64/fpu/multiarch/e_pow.c: Likewise.
32422 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
32423 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
32424 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
32425
32426 2017-08-04 Joseph Myers <joseph@codesourcery.com>
32427
32428 * sysdeps/generic/math_private.h (__EXPR_FLT128): Remove macro.
32429 (min_of_type_f): New macro.
32430 (min_of_type_): Likewise.
32431 (min_of_type_l): Likewise.
32432 (min_of_type_f128): Likewise.
32433 (min_of_type): Define using __MATH_TG and taking an expression
32434 argument.
32435 (math_check_force_underflow): Pass expression instead of type to
32436 min_of_type.
32437 (math_check_force_underflow_nonneg): Likewise.
32438
32439 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32440
32441 * sysdeps/x86/cpu-features.h [__ASSEMBLER__]
32442 (LOAD_RTLD_GLOBAL_RO_RDX, HAS_FEATURE, LOAD_FUNC_GOT_EAX,
32443 HAS_CPU_FEATURE, HAS_ARCH_FEATURE): Removed.
32444
32445 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32446
32447 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
32448 bcopy-ia32, bzero-ia32, rawmemchr-ia32 memchr-ia32,
32449 memcmp-ia32, memcpy-ia32, memmove-ia32, mempcpy-ia32,
32450 memset-ia32, strcat-ia32, strchr-ia32, strrchr-ia32,
32451 strcpy-ia32, strcmp-ia32, strcspn-ia32, strpbrk-ia32,
32452 strspn-ia32, strlen-ia32, stpcpy-ia32, stpncpy-ia32,
32453 memcpy_chk-nonshared, mempcpy_chk-nonshared,
32454 memmove_chk-nonshared and memset_chk-nonshared
32455 * sysdeps/i386/i686/multiarch/bcopy-ia32.S: New file.
32456 * sysdeps/i386/i686/multiarch/bcopy.c: Likewise.
32457 * sysdeps/i386/i686/multiarch/bzero-ia32.S: Likewise.
32458 * sysdeps/i386/i686/multiarch/bzero.c: Likewise.
32459 * sysdeps/i386/i686/multiarch/ifunc-memmove.h: Likewise.
32460 * sysdeps/i386/i686/multiarch/ifunc-memset.h: Likewise.
32461 * sysdeps/i386/i686/multiarch/ifunc-sse2-bsf.h: Likewise.
32462 * sysdeps/i386/i686/multiarch/ifunc-sse2-ssse3.h: Likewise.
32463 * sysdeps/i386/i686/multiarch/ifunc-sse2.h: Likewise.
32464 * sysdeps/i386/i686/multiarch/ifunc-sse4_2.h: Likewise.
32465 * sysdeps/i386/i686/multiarch/ifunc-ssse3-sse4_2.h: Likewise.
32466 * sysdeps/i386/i686/multiarch/memchr-ia32.S: Likewise.
32467 * sysdeps/i386/i686/multiarch/memchr.c: Likewise.
32468 * sysdeps/i386/i686/multiarch/memcmp-ia32.S: Likewise.
32469 * sysdeps/i386/i686/multiarch/memcmp.c: Likewise.
32470 * sysdeps/i386/i686/multiarch/memcpy-ia32.S: Likewise.
32471 * sysdeps/i386/i686/multiarch/memcpy.c: Likewise.
32472 * sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S: Likewise.
32473 * sysdeps/i386/i686/multiarch/memcpy_chk.c: Likewise.
32474 * sysdeps/i386/i686/multiarch/memmove-ia32.S: Likewise.
32475 * sysdeps/i386/i686/multiarch/memmove.c: Likewise.
32476 * sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S: Likewise.
32477 * sysdeps/i386/i686/multiarch/memmove_chk.c: Likewise.
32478 * sysdeps/i386/i686/multiarch/mempcpy-ia32.S: Likewise.
32479 * sysdeps/i386/i686/multiarch/mempcpy.c: Likewise.
32480 * sysdeps/i386/i686/multiarch/mempcpy_chk-nonshared.S: Likewise.
32481 * sysdeps/i386/i686/multiarch/mempcpy_chk.c: Likewise.
32482 * sysdeps/i386/i686/multiarch/memrchr.c: Likewise.
32483 * sysdeps/i386/i686/multiarch/memset-ia32.S: Likewise.
32484 * sysdeps/i386/i686/multiarch/memset.c: Likewise.
32485 * sysdeps/i386/i686/multiarch/memset_chk-nonshared.S: Likewise.
32486 * sysdeps/i386/i686/multiarch/rawmemchr-ia32.S: Likewise.
32487 * sysdeps/i386/i686/multiarch/rawmemchr.c: Likewise.
32488 * sysdeps/i386/i686/multiarch/stpcpy-ia32.S: Likewise.
32489 * sysdeps/i386/i686/multiarch/stpcpy-ia32.S: Likewise.
32490 * sysdeps/i386/i686/multiarch/stpcpy.c: Likewise.
32491 * sysdeps/i386/i686/multiarch/stpncpy-ia32.S: Likewise.
32492 * sysdeps/i386/i686/multiarch/stpncpy.c: Likewise.
32493 * sysdeps/i386/i686/multiarch/strcasecmp.c: Likewise.
32494 * sysdeps/i386/i686/multiarch/strcasecmp_l.c: Likewise.
32495 * sysdeps/i386/i686/multiarch/strcat-ia32.S: Likewise.
32496 * sysdeps/i386/i686/multiarch/strcat.c: Likewise.
32497 * sysdeps/i386/i686/multiarch/strchr-ia32.S: Likewise.
32498 * sysdeps/i386/i686/multiarch/strchr.c: Likewise.
32499 * sysdeps/i386/i686/multiarch/strcmp-ia32.S: Likewise.
32500 * sysdeps/i386/i686/multiarch/strcmp.c: Likewise.
32501 * sysdeps/i386/i686/multiarch/strcpy-ia32.S: Likewise.
32502 * sysdeps/i386/i686/multiarch/strcpy.c: Likewise.
32503 * sysdeps/i386/i686/multiarch/strcspn-ia32.S: Likewise.
32504 * sysdeps/i386/i686/multiarch/strcspn.c: Likewise.
32505 * sysdeps/i386/i686/multiarch/strlen-ia32.S: Likewise.
32506 * sysdeps/i386/i686/multiarch/strlen.c: Likewise.
32507 * sysdeps/i386/i686/multiarch/strncase.c: Likewise.
32508 * sysdeps/i386/i686/multiarch/strncase_l.c: Likewise.
32509 * sysdeps/i386/i686/multiarch/strncat.c: Likewise.
32510 * sysdeps/i386/i686/multiarch/strncmp.c: Likewise.
32511 * sysdeps/i386/i686/multiarch/strncpy.c: Likewise.
32512 * sysdeps/i386/i686/multiarch/strnlen.c: Likewise.
32513 * sysdeps/i386/i686/multiarch/strpbrk-ia32.S: Likewise.
32514 * sysdeps/i386/i686/multiarch/strpbrk.c: Likewise.
32515 * sysdeps/i386/i686/multiarch/strrchr-ia32.S: Likewise.
32516 * sysdeps/i386/i686/multiarch/strrchr.c: Likewise.
32517 * sysdeps/i386/i686/multiarch/strspn-ia32.S: Likewise.
32518 * sysdeps/i386/i686/multiarch/strspn.c: Likewise.
32519 * sysdeps/i386/i686/multiarch/wcschr.c: Likewise.
32520 * sysdeps/i386/i686/multiarch/wcscmp.c: Likewise.
32521 * sysdeps/i386/i686/multiarch/wcscpy.c: Likewise.
32522 * sysdeps/i386/i686/multiarch/wcslen.c: Likewise.
32523 * sysdeps/i386/i686/multiarch/wcsrchr.c: Likewise.
32524 * sysdeps/i386/i686/multiarch/wmemcmp.c: Likewise.
32525 * sysdeps/i386/i686/multiarch/bcopy.S: Removed.
32526 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
32527 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
32528 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
32529 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
32530 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
32531 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
32532 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
32533 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
32534 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
32535 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
32536 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
32537 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
32538 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
32539 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
32540 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
32541 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
32542 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
32543 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
32544 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
32545 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
32546 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
32547 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
32548 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
32549 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
32550 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
32551 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
32552 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
32553 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
32554 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
32555 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
32556 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
32557 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
32558 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
32559 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
32560 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
32561 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
32562 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
32563
32564 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32565
32566 * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines)
32567 Add svml_d_cos2_core-sse2, svml_d_cos4_core-sse,
32568 svml_d_cos8_core-avx2, svml_d_exp2_core-sse2,
32569 svml_d_exp4_core-sse, svml_d_exp8_core-avx2,
32570 svml_d_log2_core-sse2, svml_d_log4_core-sse,
32571 svml_d_log8_core-avx2, svml_d_pow2_core-sse2,
32572 svml_d_pow4_core-sse, svml_d_pow8_core-avx2
32573 svml_d_sin2_core-sse2, svml_d_sin4_core-sse,
32574 svml_d_sin8_core-avx2, svml_d_sincos2_core-sse2,
32575 svml_d_sincos4_core-sse, svml_d_sincos8_core-avx2,
32576 svml_s_cosf16_core-avx2, svml_s_cosf4_core-sse2,
32577 svml_s_cosf8_core-sse, svml_s_expf16_core-avx2,
32578 svml_s_expf4_core-sse2, svml_s_expf8_core-sse,
32579 svml_s_logf16_core-avx2, svml_s_logf4_core-sse2,
32580 svml_s_logf8_core-sse, svml_s_powf16_core-avx2,
32581 svml_s_powf4_core-sse2, svml_s_powf8_core-sse,
32582 svml_s_sincosf16_core-avx2, svml_s_sincosf4_core-sse2,
32583 svml_s_sincosf8_core-sse, svml_s_sinf16_core-avx2,
32584 svml_s_sinf4_core-sse2 and svml_s_sinf8_core-sse.
32585 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx2.h: New file.
32586 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx512.h: Likewise.
32587 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-sse4_1.h: Likewise.
32588 * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.c: Likewise.
32589 * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.c: Likewise.
32590 * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.c: Likewise.
32591 * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.c: Likewise.
32592 * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.c: Likewise.
32593 * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.c: Likewise.
32594 * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.c: Likewise.
32595 * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.c: Likewise.
32596 * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.c: Likewise.
32597 * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.c: Likewise.
32598 * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.c: Likewise.
32599 * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.c: Likewise.
32600 * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.c: Likewise.
32601 * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.c: Likewise.
32602 * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.c: Likewise.
32603 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.c: Likewise.
32604 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.c: Likewise.
32605 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.c: Likewise.
32606 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf16_core.c: Likewise.
32607 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf4_core.c: Likewise.
32608 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf8_core.c: Likewise.
32609 * sysdeps/x86_64/fpu/multiarch/svml_d_expf16_core.c: Likewise.
32610 * sysdeps/x86_64/fpu/multiarch/svml_d_expf4_core.c: Likewise.
32611 * sysdeps/x86_64/fpu/multiarch/svml_d_expf8_core.c: Likewise.
32612 * sysdeps/x86_64/fpu/multiarch/svml_d_logf16_core.c: Likewise.
32613 * sysdeps/x86_64/fpu/multiarch/svml_d_logf4_core.c: Likewise.
32614 * sysdeps/x86_64/fpu/multiarch/svml_d_logf8_core.c: Likewise.
32615 * sysdeps/x86_64/fpu/multiarch/svml_d_powf16_core.c: Likewise.
32616 * sysdeps/x86_64/fpu/multiarch/svml_d_powf4_core.c: Likewise.
32617 * sysdeps/x86_64/fpu/multiarch/svml_d_powf8_core.c: Likewise.
32618 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf16_core.c: Likewise.
32619 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf4_core.c: Likewise.
32620 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf8_core.c: Likewise.
32621 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf16_core.c: Likewise.
32622 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf4_core.c: Likewise.
32623 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf8_core.c: Likewise.
32624 * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: Renamed to
32625 ...
32626 * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core-sse2.S: This.
32627 Don't include <sysdep.h> nor <init-arch.h>.
32628 (_ZGVbN2v_cos): Removed.
32629 * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: Renamed to
32630 ...
32631 * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core-sse.S: This.
32632 Don't include <sysdep.h> nor <init-arch.h>.
32633 (_ZGVdN4v_cos): Removed.
32634 * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Renamed to
32635 ...
32636 * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core-avx2.S: This.
32637 Don't include <sysdep.h> nor <init-arch.h>.
32638 (_ZGVeN8v_cos): Removed.
32639 * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: Renamed to
32640 ...
32641 * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core-sse2.S: This.
32642 Don't include <sysdep.h> nor <init-arch.h>.
32643 (_ZGVbN2v_exp): Removed.
32644 * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: Renamed to
32645 ...
32646 * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core-sse.S: This.
32647 Don't include <sysdep.h> nor <init-arch.h>.
32648 (_ZGVdN4v_exp): Removed.
32649 * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Renamed to
32650 ...
32651 * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core-avx2.S: This.
32652 Don't include <sysdep.h> nor <init-arch.h>.
32653 (_ZGVeN8v_exp): Removed.
32654 * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: Renamed to
32655 ...
32656 * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core-sse2.S: This.
32657 Don't include <sysdep.h> nor <init-arch.h>.
32658 (_ZGVbN2v_log): Removed.
32659 * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: Renamed to
32660 ...
32661 * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core-sse.S: This.
32662 Don't include <sysdep.h> nor <init-arch.h>.
32663 (_ZGVdN4v_log): Removed.
32664 * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Renamed to
32665 ...
32666 * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core-avx2.S: This.
32667 Don't include <sysdep.h> nor <init-arch.h>.
32668 (_ZGVeN8v_log): Removed.
32669 * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: Renamed to
32670 ...
32671 * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core-sse2.S: This.
32672 Don't include <sysdep.h> nor <init-arch.h>.
32673 (_ZGVbN2vv_pow): Removed.
32674 * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: Renamed to
32675 ...
32676 * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core-sse.S: This.
32677 Don't include <sysdep.h> nor <init-arch.h>.
32678 (_ZGVdN4vv_pow): Removed.
32679 * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Renamed to
32680 ...
32681 * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core-avx2.S: This.
32682 Don't include <sysdep.h> nor <init-arch.h>.
32683 (_ZGVeN8vv_pow): Removed.
32684 * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: Renamed to
32685 ...
32686 * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core-sse2.S: This.
32687 Don't include <sysdep.h> nor <init-arch.h>.
32688 (_ZGVbN2v_sin): Removed.
32689 * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: Renamed to
32690 ...
32691 * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core-sse.S: This.
32692 Don't include <sysdep.h> nor <init-arch.h>.
32693 (_ZGVbN4v_sin): Removed.
32694 * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Renamed to
32695 ...
32696 * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core-avx2.S: This.
32697 Don't include <sysdep.h> nor <init-arch.h>.
32698 (_ZGVbN8v_sin): Removed.
32699 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: Renamed to
32700 ...
32701 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core-sse2.S: This.
32702 Don't include <sysdep.h> nor <init-arch.h>.
32703 (_ZGVbN2vvv_sincos): Removed.
32704 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: Renamed to
32705 ...
32706 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core-sse.S: This.
32707 Don't include <sysdep.h> nor <init-arch.h>.
32708 (_ZGVdN4vvv_sincos): Removed.
32709 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Renamed to
32710 ...
32711 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core-avx2.S: This.
32712 Don't include <sysdep.h> nor <init-arch.h>.
32713 (_ZGVeN8vvv_sincos): Removed.
32714 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf16_core.S: Renamed to
32715 ...
32716 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf16_core-avx2.S: This.
32717 Don't include <sysdep.h> nor <init-arch.h>.
32718 (_ZGVeN16v_cosf): Removed.
32719 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf4_core.S: Renamed to
32720 ...
32721 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf4_core-sse2.S: This.
32722 Don't include <sysdep.h> nor <init-arch.h>.
32723 (_ZGVbN4v_cosf): Removed.
32724 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf8_core.S: Renamed to
32725 ...
32726 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf8_core-sse.S: This.
32727 Don't include <sysdep.h> nor <init-arch.h>.
32728 (_ZGVdN8v_cosf): Removed.
32729 * sysdeps/x86_64/fpu/multiarch/svml_d_expf16_core.S: Renamed to
32730 ...
32731 * sysdeps/x86_64/fpu/multiarch/svml_d_expf16_core-avx2.S: This.
32732 Don't include <sysdep.h> nor <init-arch.h>.
32733 (_ZGVeN16v_expf): Removed.
32734 * sysdeps/x86_64/fpu/multiarch/svml_d_expf4_core.S: Renamed to
32735 ...
32736 * sysdeps/x86_64/fpu/multiarch/svml_d_expf4_core-sse2.S: This.
32737 Don't include <sysdep.h> nor <init-arch.h>.
32738 (_ZGVbN4v_expf): Removed.
32739 * sysdeps/x86_64/fpu/multiarch/svml_d_expf8_core.S: Renamed to
32740 ...
32741 * sysdeps/x86_64/fpu/multiarch/svml_d_expf8_core-sse.S: This.
32742 Don't include <sysdep.h> nor <init-arch.h>.
32743 (_ZGVdN8v_expf): Removed.
32744 * sysdeps/x86_64/fpu/multiarch/svml_d_logf16_core.S: Renamed to
32745 ...
32746 * sysdeps/x86_64/fpu/multiarch/svml_d_logf16_core-avx2.S: This.
32747 Don't include <sysdep.h> nor <init-arch.h>.
32748 (_ZGVeN16v_logf): Removed.
32749 * sysdeps/x86_64/fpu/multiarch/svml_d_logf4_core.S: Renamed to
32750 ...
32751 * sysdeps/x86_64/fpu/multiarch/svml_d_logf4_core-sse2.S: This.
32752 Don't include <sysdep.h> nor <init-arch.h>.
32753 (_ZGVbN4v_logf): Removed.
32754 * sysdeps/x86_64/fpu/multiarch/svml_d_logf8_core.S: Renamed to
32755 ...
32756 * sysdeps/x86_64/fpu/multiarch/svml_d_logf8_core-sse.S: This.
32757 Don't include <sysdep.h> nor <init-arch.h>.
32758 (_ZGVdN8v_logf): Removed.
32759 * sysdeps/x86_64/fpu/multiarch/svml_d_powf16_core.S: Renamed to
32760 ...
32761 * sysdeps/x86_64/fpu/multiarch/svml_d_powf16_core-avx2.S: This.
32762 Don't include <sysdep.h> nor <init-arch.h>.
32763 (_ZGVeN16vv_powf): Removed.
32764 * sysdeps/x86_64/fpu/multiarch/svml_d_powf4_core.S: Renamed to
32765 ...
32766 * sysdeps/x86_64/fpu/multiarch/svml_d_powf4_core-sse2.S: This.
32767 Don't include <sysdep.h> nor <init-arch.h>.
32768 (_ZGVbN4vv_powf): Removed.
32769 * sysdeps/x86_64/fpu/multiarch/svml_d_powf8_core.S: Renamed to
32770 ...
32771 * sysdeps/x86_64/fpu/multiarch/svml_d_powf8_core-sse.S: This.
32772 Don't include <sysdep.h> nor <init-arch.h>.
32773 (_ZGVdN8vv_powf): Removed.
32774 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf16_core.S: Renamed to
32775 ...
32776 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf16_core-avx2.S: This.
32777 Don't include <sysdep.h> nor <init-arch.h>.
32778 (_ZGVeN16vvv_sincosf): Removed.
32779 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf4_core.S: Renamed to
32780 ...
32781 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf4_core-sse2.S: This.
32782 Don't include <sysdep.h> nor <init-arch.h>.
32783 (_ZGVbN4vvv_sincosf): Removed.
32784 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf8_core.S: Renamed to
32785 ...
32786 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf8_core-sse.S: This.
32787 Don't include <sysdep.h> nor <init-arch.h>.
32788 (_ZGVdN8vvv_sincosf): Removed.
32789 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf16_core.S: Renamed to
32790 ...
32791 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf16_core-avx2.S: This.
32792 Don't include <sysdep.h> nor <init-arch.h>.
32793 (_ZGVeN16v_sinf): Removed.
32794 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf4_core.S: Renamed to
32795 ...
32796 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf4_core-sse2.S: This.
32797 Don't include <sysdep.h> nor <init-arch.h>.
32798 (_ZGVbN4v_sinf): Removed.
32799 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf8_core.S: Renamed to
32800 ...
32801 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf8_core-sse.S: This.
32802 Don't include <sysdep.h> nor <init-arch.h>.
32803 (_ZGVdN8v_sinf): Removed.
32804
32805 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32806
32807 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
32808 Add s_ceil-sse4_1, s_ceilf-sse4_1, s_floor-sse4_1,
32809 s_floorf-sse4_1, s_nearbyint-sse4_1, s_nearbyintf-sse4_1,
32810 s_rint-sse4_1 and s_rintf-sse4_1.
32811 * sysdeps/x86_64/fpu/multiarch/ifunc-sse4_1.h: New file.
32812 * sysdeps/x86_64/fpu/multiarch/s_ceil.c: Likewise.
32813 * sysdeps/x86_64/fpu/multiarch/s_ceilf.c: Likewise.
32814 * sysdeps/x86_64/fpu/multiarch/s_floor.c: Likewise.
32815 * sysdeps/x86_64/fpu/multiarch/s_floorf.c: Likewise.
32816 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.c: Likewise.
32817 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.c: Likewise.
32818 * sysdeps/x86_64/fpu/multiarch/s_rint.c: Likewise.
32819 * sysdeps/x86_64/fpu/multiarch/s_rintf.c: Likewise.
32820 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: Renamed to ...
32821 * sysdeps/x86_64/fpu/multiarch/s_ceil-sse4_1.S: This. Don't
32822 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32823 (__ceil): Removed.
32824 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: Renamed to ...
32825 * sysdeps/x86_64/fpu/multiarch/s_ceilf-sse4_1.S: This. Don't
32826 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32827 (__ceilf): Removed.
32828 * sysdeps/x86_64/fpu/multiarch/s_floor.S: Renamed to ...
32829 * sysdeps/x86_64/fpu/multiarch/s_floor-sse4_1.S: This. Don't
32830 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32831 (__floor): Removed.
32832 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: Renamed to ...
32833 * sysdeps/x86_64/fpu/multiarch/s_floorf-sse4_1.S: This. Don't
32834 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32835 (__floorf): Removed.
32836 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: Renamed to ...
32837 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-sse4_1.S: This. Don't
32838 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32839 (__nearbyint): Removed.
32840 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: Renamed to ...
32841 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-sse4_1.S: This. Don't
32842 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32843 (__nearbyintf): Removed.
32844 * sysdeps/x86_64/fpu/multiarch/s_rint.S: Renamed to ...
32845 * sysdeps/x86_64/fpu/multiarch/s_rint-sse4_1.S: This. Don't
32846 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32847 (__rint): Removed.
32848 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: Renamed to ...
32849 * sysdeps/x86_64/fpu/multiarch/s_rintf-sse4_1.S: This. Don't
32850 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32851 (__rintf): Removed.
32852
32853 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32854
32855 * sysdeps/i386/start.S (_start): Check Check PIC instead of
32856 SHARED. Avoid dynamic relocation against main in static PIE.
32857
32858 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32859
32860 [BZ #21815]
32861 * elf/Makefile (CFLAGS-tst-prelink.c): New.
32862 (LDFLAGS-tst-prelink): Likewise.
32863
32864 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32865
32866 * sysdeps/unix/sysv/linux/i386/sysdep.h (I386_USE_SYSENTER):
32867 Define to I386_USE_SYSENTER to 0 or 1 if not defined.
32868 (ENTER_KERNEL): Check if I386_USE_SYSENTER is 1 and check PIC.
32869 (INTERNAL_SYSCALL_MAIN_INLINE): Likewise.
32870 (INTERNAL_SYSCALL_NCS): Likewise.
32871 (LOADARGS_1): Likewise.
32872 (LOADARGS_5): Likewise.
32873 (RESTOREARGS_1): Likewise.
32874 (RESTOREARGS_5): Likewise.
32875
32876 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32877
32878 * sysdeps/x86_64/memmove.S (MEMCPY_SYMBOL): Don't check SHARED.
32879 (MEMPCPY_SYMBOL): Likewise.
32880 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
32881 (__libc_ifunc_impl_list): Test memcpy and mempcpy in libc.a.
32882 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Also include
32883 in libc.a.
32884 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32885 * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S:
32886 Likewise.
32887 * sysdeps/x86_64/multiarch/memcpy.c: Also include in libc.a.
32888 (__hidden_ver1): Don't use in libc.a.
32889 * sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S
32890 (__mempcpy): Don't create a weak alias in libc.a.
32891 * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: Support
32892 libc.a.
32893 * sysdeps/x86_64/multiarch/mempcpy.c: Also include in libc.a.
32894 (__hidden_ver1): Don't use in libc.a.
32895
32896 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32897
32898 * config.make.in (have-insert): New.
32899 * configure.ac (libc_cv_insert): New. Set to yes if linker
32900 supports INSERT in linker script.
32901 (AC_SUBST(libc_cv_insert): New.
32902 * configure: Regenerated.
32903 * sysdeps/x86_64/Makefile (tests): Add tst-split-dynreloc only
32904 if $(have-insert) == yes.
32905
32906 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32907
32908 * elf/Makefile (tests): Add vismain only if
32909 $(have-protected-data) == yes.
32910 (tests-pie): Likewise.
32911
32912 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32913
32914 [BZ #21871]
32915 * sysdeps/x86/cpu-features.c (init_cpu_features): Set
32916 bit_arch_Use_dl_runtime_resolve_opt only with AVX512F.
32917
32918 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32919
32920 [BZ #21790]
32921 * sysdeps/i386/i586/memset.S
32922 (__memset_zero_constant_len_parameter): Removed.
32923 * sysdeps/i386/i686/memset.S
32924 (__memset_zero_constant_len_parameter): Likewise.
32925 * sysdeps/i386/i686/multiarch/memset_chk.S
32926 (__memset_zero_constant_len_parameter): Likewise.
32927 * sysdeps/x86_64/memset.S (__memset_zero_constant_len_parameter):
32928 Likewise.
32929
32930 2017-08-03 Aurelien Jarno <aurelien@aurel32.net>
32931
32932 * stdlib/getentropy.c (getentropy): Change return type to int.
32933
32934 2017-08-03 Aurelien Jarno <aurelien@aurel32.net>
32935
32936 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Regenerated.
32937
32938 2017-08-03 Joseph Myers <joseph@codesourcery.com>
32939
32940 * math/s_nextafter.c (__nextafter): Use uintN_t instead of
32941 u_intN_t.
32942 * math/s_nexttowardf.c (__nexttowardf): Likewise.
32943 * sysdeps/generic/math_private.h (ieee_double_shape_type):
32944 Likewise.
32945 (ieee_float_shape_type): Likewise.
32946 * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Likewise.
32947 * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
32948 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
32949 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
32950 * sysdeps/i386/fpu/s_nexttowardf.c (__nexttowardf): Likewise.
32951 * sysdeps/ieee754/dbl-64/e_acosh.c (__ieee754_acosh): Likewise.
32952 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Likewise.
32953 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
32954 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
32955 Likewise.
32956 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
32957 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
32958 (__ieee754_yn): Likewise.
32959 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
32960 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
32961 * sysdeps/ieee754/dbl-64/e_rem_pio2.c (__ieee754_rem_pio2):
32962 Likewise.
32963 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
32964 * sysdeps/ieee754/dbl-64/s_ceil.c (__ceil): Likewise.
32965 * sysdeps/ieee754/dbl-64/s_copysign.c (__copysign): Likewise.
32966 * sysdeps/ieee754/dbl-64/s_erf.c (__erf): Likewise.
32967 (__erfc): Likewise.
32968 * sysdeps/ieee754/dbl-64/s_expm1.c (__expm1): Likewise.
32969 * sysdeps/ieee754/dbl-64/s_finite.c (FINITE): Likewise.
32970 * sysdeps/ieee754/dbl-64/s_floor.c (__floor): Likewise.
32971 * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Likewise.
32972 * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Likewise.
32973 * sysdeps/ieee754/dbl-64/s_issignaling.c (__issignaling):
32974 Likewise.
32975 * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Likewise.
32976 * sysdeps/ieee754/dbl-64/s_llround.c (__llround): Likewise.
32977 * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
32978 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Likewise.
32979 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
32980 * sysdeps/ieee754/dbl-64/s_nextup.c (__nextup): Likewise.
32981 * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Likewise.
32982 * sysdeps/ieee754/dbl-64/s_round.c (__round): Likewise.
32983 * sysdeps/ieee754/dbl-64/s_trunc.c (__trunc): Likewise.
32984 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c
32985 (__issignaling): Likewise.
32986 * sysdeps/ieee754/flt-32/e_atan2f.c (__ieee754_atan2f): Likewise.
32987 * sysdeps/ieee754/flt-32/e_fmodf.c (__ieee754_fmodf): Likewise.
32988 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
32989 Likewise.
32990 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
32991 * sysdeps/ieee754/flt-32/e_log10f.c (__ieee754_log10f): Likewise.
32992 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Likewise.
32993 * sysdeps/ieee754/flt-32/e_rem_pio2f.c (__ieee754_rem_pio2f):
32994 Likewise.
32995 * sysdeps/ieee754/flt-32/e_remainderf.c (__ieee754_remainderf):
32996 Likewise.
32997 * sysdeps/ieee754/flt-32/e_sqrtf.c (__ieee754_sqrtf): Likewise.
32998 * sysdeps/ieee754/flt-32/s_ceilf.c (__ceilf): Likewise.
32999 * sysdeps/ieee754/flt-32/s_copysignf.c (__copysignf): Likewise.
33000 * sysdeps/ieee754/flt-32/s_erff.c (__erff): Likewise.
33001 (__erfcf): Likewise.
33002 * sysdeps/ieee754/flt-32/s_expm1f.c (__expm1f): Likewise.
33003 * sysdeps/ieee754/flt-32/s_finitef.c (FINITEF): Likewise.
33004 * sysdeps/ieee754/flt-32/s_floorf.c (__floorf): Likewise.
33005 * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf):
33006 Likewise.
33007 * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
33008 * sysdeps/ieee754/flt-32/s_issignalingf.c (__issignalingf):
33009 Likewise.
33010 * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
33011 * sysdeps/ieee754/flt-32/s_llroundf.c (__llroundf): Likewise.
33012 * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
33013 * sysdeps/ieee754/flt-32/s_lroundf.c (__lroundf): Likewise.
33014 * sysdeps/ieee754/flt-32/s_modff.c (__modff): Likewise.
33015 * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
33016 * sysdeps/ieee754/flt-32/s_roundf.c (__roundf): Likewise.
33017 * sysdeps/ieee754/ldbl-128/e_acoshl.c (__ieee754_acoshl):
33018 Likewise.
33019 * sysdeps/ieee754/ldbl-128/e_atan2l.c (__ieee754_atan2l):
33020 Likewise.
33021 * sysdeps/ieee754/ldbl-128/e_atanhl.c (__ieee754_atanhl):
33022 Likewise.
33023 * sysdeps/ieee754/ldbl-128/e_fmodl.c (__ieee754_fmodl): Likewise.
33024 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
33025 Likewise.
33026 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
33027 Likewise.
33028 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
33029 (__ieee754_ynl): Likewise.
33030 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
33031 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (__ieee754_rem_pio2l):
33032 Likewise.
33033 * sysdeps/ieee754/ldbl-128/e_remainderl.c (__ieee754_remainderl):
33034 Likewise.
33035 * sysdeps/ieee754/ldbl-128/e_sinhl.c (__ieee754_sinhl): Likewise.
33036 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Likewise.
33037 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
33038 Likewise.
33039 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Likewise.
33040 * sysdeps/ieee754/ldbl-128/s_ceill.c (__ceill): Likewise.
33041 * sysdeps/ieee754/ldbl-128/s_copysignl.c (__copysignl): Likewise.
33042 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Likewise.
33043 * sysdeps/ieee754/ldbl-128/s_fabsl.c (__fabsl): Likewise.
33044 * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Likewise.
33045 * sysdeps/ieee754/ldbl-128/s_floorl.c (__floorl): Likewise.
33046 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl):
33047 Likewise.
33048 * sysdeps/ieee754/ldbl-128/s_frexpl.c (__frexpl): Likewise.
33049 * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
33050 * sysdeps/ieee754/ldbl-128/s_issignalingl.c (__issignalingl):
33051 Likewise.
33052 * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
33053 * sysdeps/ieee754/ldbl-128/s_llroundl.c (__llroundl): Likewise.
33054 * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
33055 * sysdeps/ieee754/ldbl-128/s_lroundl.c (__lroundl): Likewise.
33056 * sysdeps/ieee754/ldbl-128/s_modfl.c (__modfl): Likewise.
33057 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
33058 Likewise.
33059 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
33060 Likewise.
33061 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
33062 Likewise.
33063 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
33064 Likewise.
33065 * sysdeps/ieee754/ldbl-128/s_nextupl.c (__nextupl): Likewise.
33066 * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
33067 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
33068 * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Likewise.
33069 * sysdeps/ieee754/ldbl-128/s_tanhl.c (__tanhl): Likewise.
33070 * sysdeps/ieee754/ldbl-128/s_truncl.c (__truncl): Likewise.
33071 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl):
33072 Likewise.
33073 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
33074 Likewise.
33075 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
33076 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
33077 Likewise.
33078 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c
33079 (__ieee754_remainderl): Likewise.
33080 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
33081 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
33082 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
33083 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
33084 Likewise.
33085 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
33086 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
33087 Likewise.
33088 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
33089 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Likewise.
33090 * sysdeps/ieee754/ldbl-96/e_asinl.c (__ieee754_asinl): Likewise.
33091 * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Likewise.
33092 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
33093 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
33094 Likewise.
33095 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Likewise.
33096 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Likewise.
33097 (__ieee754_y0l): Likewise.
33098 (pzero): Likewise.
33099 (qzero): Likewise.
33100 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
33101 (__ieee754_y1l): Likewise.
33102 (pone): Likewise.
33103 (qone): Likewise.
33104 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
33105 (__ieee754_ynl): Likewise.
33106 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Likewise.
33107 (__ieee754_lgammal_r): Likewise.
33108 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c (__ieee754_rem_pio2l):
33109 Likewise.
33110 * sysdeps/ieee754/ldbl-96/e_sinhl.c (__ieee754_sinhl): Likewise.
33111 * sysdeps/ieee754/ldbl-96/s_copysignl.c (__copysignl): Likewise.
33112 * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfl): Likewise.
33113 (__erfcl): Likewise.
33114 * sysdeps/ieee754/ldbl-96/s_frexpl.c (__frexpl): Likewise.
33115 * sysdeps/ieee754/ldbl-96/s_issignalingl.c (__issignalingl):
33116 Likewise.
33117 * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
33118 * sysdeps/ieee754/ldbl-96/s_llroundl.c (__llroundl): Likewise.
33119 * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
33120 * sysdeps/ieee754/ldbl-96/s_lroundl.c (__lroundl): Likewise.
33121 * sysdeps/ieee754/ldbl-96/s_modfl.c (__modfl): Likewise.
33122 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
33123 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
33124 Likewise.
33125 * sysdeps/ieee754/ldbl-96/s_nextupl.c (__nextupl): Likewise.
33126 * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
33127 * sysdeps/ieee754/ldbl-96/s_roundl.c (__roundl): Likewise.
33128 * sysdeps/ieee754/ldbl-96/s_tanhl.c (__tanhl): Likewise.
33129 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
33130 Likewise.
33131 * sysdeps/m68k/m680x0/fpu/e_pow.c (s(__ieee754_pow)): Likewise.
33132 * sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c (__fpclassifyl):
33133 Likewise.
33134 * sysdeps/m68k/m680x0/fpu/s_llrint.c (__llrint): Likewise.
33135 * sysdeps/m68k/m680x0/fpu/s_llrintf.c (__llrintf): Likewise.
33136 * sysdeps/m68k/m680x0/fpu/s_llrintl.c (__llrintl): Likewise.
33137 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
33138 * sysdeps/x86/fpu/powl_helper.c (__powl_helper): Likewise.
33139
33140 2017-08-03 Florian Weimer <fweimer@redhat.com>
33141
33142 [BZ #21885]
33143 * sysdeps/posix/getaddrinfo.c (gethosts): Release resolver context
33144 on memory allocation failure.
33145
33146 2017-08-03 Alan Modra <amodra@gmail.com>
33147
33148 * sysdeps/powerpc/mod-tlsopt-powerpc.c: Extract from
33149 tst-tlsopt-powerpc.c with function name change and no test harness.
33150 * sysdeps/powerpc/tst-tlsopt-powerpc.c: Remove body of test.
33151 Call tls_get_addr_opt_test.
33152 * sysdeps/powerpc/Makefile (LDFLAGS-tst-tlsopt-powerpc): Don't define.
33153 (modules-names): Add mod-tlsopt-powerpc.
33154 (mod-tlsopt-powerpc.so-no-z-defs): Define.
33155 (tst-tlsopt-powerpc): Depend on .so.
33156 * sysdeps/powerpc/powerpc64/tls-macros.h (__TLS_GET_ADDR): Don't
33157 define. Expand use in TLS_GD and TLS_LD.
33158
33159 2017-08-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
33160
33161 * sysdeps/mach/hurd/enbl-secure.c (__libc_init_secure): Define
33162 function.
33163 * sysdeps/posix/shm_open.c: Include <pthread.h>.
33164
33165 2017-08-02 Joseph Myers <joseph@codesourcery.com>
33166
33167 [BZ #21686]
33168 * math/tgmath.h (__TGMATH_BINARY_REAL_ONLY): Add arguments before
33169 comparing size with that of double.
33170 (__TGMATH_BINARY_REAL_STD_ONLY): Likewise.
33171 (__TGMATH_BINARY_REAL_RET_ONLY): Likewise.
33172 (__TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY): Likewise.
33173 (__TGMATH_TERNARY_REAL_ONLY): Likewise.
33174 (__TGMATH_BINARY_REAL_IMAG): Likewise.
33175 * math/gen-tgmath-tests.py (Type.init_types): Create __int128 and
33176 unsigned __int128 types.
33177
33178 2017-08-02 Steve Ellcey <sellcey@cavium.com>
33179
33180 * localedata/Makefile (CFLAGS-tst_iswalnum.c, CFLAGS-tst_iswalpha.c
33181 CFLAGS-tst_iswcntrl.c, CFLAGS-tst_iswdigit.c, CFLAGS-tst_iswgraph.c,
33182 CFLAGS-tst_iswlower.c, CFLAGS-tst_iswprint.c, CFLAGS-tst_iswpunct.c,
33183 CFLAGS-tst_iswspace.c, CFLAGS-tst_iswupper.c, CFLAGS-tst_iswxdigit.c,
33184 CFLAGS-tst_towlower.c, CFLAGS-tst_towupper.c): Remove.
33185
33186 2017-08-02 H.J. Lu <hongjiu.lu@intel.com>
33187
33188 * sysdeps/x86_64/start.S (_start): Check PIC instead of SHARED.
33189
33190 2017-08-02 H.J. Lu <hongjiu.lu@intel.com>
33191
33192 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Check PIC instead
33193 of SHARED.
33194 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
33195 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
33196 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
33197 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
33198 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
33199 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
33200 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
33201
33202 2017-08-02 Joseph Myers <joseph@codesourcery.com>
33203
33204 [BZ #21685]
33205 * math/tgmath.h (__tgmath_real_type): Use unary + on potentially
33206 bit-field expressions passed to sizeof or typeof.
33207 [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
33208 (__TGMATH_F128): Likewise.
33209 [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
33210 (__TGMATH_CF128): Likewise.
33211 (__TGMATH_UNARY_REAL_ONLY): Likewise.
33212 (__TGMATH_UNARY_REAL_RET_ONLY): Likewise.
33213 (__TGMATH_BINARY_FIRST_REAL_ONLY): Likewise.
33214 (__TGMATH_BINARY_FIRST_REAL_STD_ONLY): Likewise.
33215 (__TGMATH_BINARY_REAL_ONLY): Likewise.
33216 (__TGMATH_BINARY_REAL_STD_ONLY): Likewise.
33217 (__TGMATH_BINARY_REAL_RET_ONLY): Likewise.
33218 (__TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY): Likewise.
33219 (__TGMATH_TERNARY_REAL_ONLY): Likewise.
33220 (__TGMATH_TERNARY_FIRST_REAL_RET_ONLY): Likewise.
33221 (__TGMATH_UNARY_REAL_IMAG): Likewise.
33222 (__TGMATH_UNARY_IMAG): Likewise.
33223 (__TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
33224 (__TGMATH_BINARY_REAL_IMAG): Likewise.
33225 * math/gen-tgmath-tests.py (Type.init_types): Create bit_field
33226 type.
33227 (define_vars_for_type): Handle bit_field type specially.
33228 (Tests.__init__): Declare structure with bit-field element.
33229
33230 2017-08-02 H.J. Lu <hongjiu.lu@intel.com>
33231
33232 [BZ #21791]
33233 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S
33234 (MEMCPY_CHK): Define only if SHARED is defined.
33235 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S (MEMCPY_CHK):
33236 Likewise.
33237 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S (MEMCPY_CHK):
33238 Likewise.
33239
33240 See ChangeLog.18 for earlier changes.