]> git.ipfire.org Git - thirdparty/glibc.git/blob - ChangeLog
C-SKY: mark lr as undefined to stop unwinding
[thirdparty/glibc.git] / ChangeLog
1 2019-03-11 Mao Han <han_mao@c-sky.com>
2
3 * sysdeps/csky/abiv2/start.S: Mark lr as undefined.
4 * sysdeps/unix/sysv/linux/csky/abiv2/clone.S: Likewise.
5 * sysdeps/unix/sysv/linux/csky/abiv2/setcontext.S: Likewise.
6
7 2019-03-11 Mao Han <han_mao@c-sky.com>
8
9 * sysdeps/unix/sysv/linux/csky/sys/procfs.h: Use linux definition
10 directly.
11 * sysdeps/unix/sysv/linux/csky/sys/user.h: Remove user_regs
12 definition.
13
14 2019-03-11 Mao Han <han_mao@c-sky.com>
15
16 * sysdeps/unix/sysv/linux/csky/register-dump.h: Adjust offset change.
17 * sysdeps/unix/sysv/linux/csky/sys/ucontext.h: Remove __mask field
18 in mcontext_t
19
20 2019-03-08 Mike FABIAN <mfabian@redhat.com>
21
22 [BZ #24307]
23 * localedata/unicode-gen/Makefile (UNICODE_VERSION): Set to 12.0.0.
24 * localedata/unicode-gen/DerivedCoreProperties.txt: Update to
25 Unicode 12.0.0.
26 * localedata/unicode-gen/EastAsianWidth.txt: Likewise.
27 * localedata/unicode-gen/PropList.txt: Likewise.
28 * localedata/unicode-gen/UnicodeData.txt: Likewise.
29 * localedata/unicode-gen/ctype_compatibility_test_cases.py: U+108D
30 became "Alphabetic" in Unicode 12.0.0. Adapt test case.
31 * localedata/charmaps/UTF-8: Regenerate.
32 * localedata/locales/i18n_ctype: Likewise.
33 * localedata/locales/tr_TR: Likewise.
34 * localedata/locales/translit_circle: Likewise.
35 * localedata/locales/translit_cjk_compat: Likewise.
36 * localedata/locales/translit_combining: Likewise.
37 * localedata/locales/translit_compat: Likewise.
38 * localedata/locales/translit_font: Likewise.
39 * localedata/locales/translit_fraction: Likewise.
40
41 2019-03-07 Joseph Myers <joseph@codesourcery.com>
42
43 * stdio-common/vfscanf-internal.c (ARG): Break lines before rather
44 than after operators.
45 * sysdeps/mach/hurd/setitimer.c (timer_thread): Likewise.
46 (setitimer_locked): Likewise.
47 * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
48 * sysdeps/mach/hurd/sigaltstack.c (__sigaltstack): Likewise.
49 * sysdeps/mach/pagecopy.h (PAGE_COPY_FWD): Likewise.
50 * sysdeps/mach/thread_state.h (machine_get_basic_state): Likewise.
51 * sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c
52 (PPC_CPU_SUPPORTED): Likewise.
53 * sysdeps/unix/sysv/linux/alpha/a.out.h (N_TXTOFF): Likewise.
54 * sysdeps/unix/sysv/linux/generic/wordsize-32/overflow.h
55 (stat_overflow): Likewise.
56 (statfs_overflow): Likewise.
57 * sysdeps/unix/sysv/linux/tst-personality.c (do_test): Likewise.
58 * sysdeps/unix/sysv/linux/tst-ttyname.c (eq_ttyname): Likewise.
59 (eq_ttyname_r): Likewise.
60 (run_chroot_tests): Likewise.
61
62 2019-03-07 Florian Weimer <fweimer@redhat.com>
63
64 * scripts/check-wrapper-headers.py (check_headers): Adjust Fortran
65 header check.
66
67 2019-03-07 Martin Liska <mliska@suse.cz>
68
69 * math/Makefile: Change location where math-vector-fortran.h is
70 installed.
71 * math/finclude/math-vector-fortran.h: Move from bits/math-vector-fortran.h.
72 * sysdeps/x86/fpu/finclude/math-vector-fortran.h: Move
73 from sysdeps/x86/fpu/bits/math-vector-fortran.h.
74 * scripts/check-installed-headers.sh: Skip Fortran header files.
75 * scripts/check-wrapper-headers.py: Likewise.
76
77 2019-03-05 Adhemerval Zanella <adhemerval.zanella@linaro.org>
78
79 * nptl/nptl-init.c (__have_futex_clock_realtime,
80 __have_futex_clock_realtime): Remove definition.
81 (__pthread_initialize_minimal_internal): Remove FUTEX_CLOCK_REALTIME
82 check test for !__ASSUME_FUTEX_CLOCK_REALTIME.
83 * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Assume
84 __ASSUME_FUTEX_CLOCK_REALTIME support.
85 * sysdeps/unix/sysv/linux/i386/lowlevellock.S: Likewise.
86 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
87 * sysdeps/unix/sysv/linux/kernel-features.h
88 (__ASSUME_FUTEX_CLOCK_REALTIME): Remove.
89 * sysdeps/nptl/lowlevellock-futex.h (lll_futex_timed_wait_bitset):
90 Adjust comment.
91
92 2019-03-05 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
93
94 * sysdeps/powerpc/powerpc64/power6/wcscpy.c (WCSCPY): Define to
95 __wcscpy, then use libc_hidden_def and weak_alias to bind it to
96 __GI___wcscpy and wcscpy.
97
98 2019-03-04 Florian Weimer <fweimer@redhat.com>
99
100 * sysdeps/generic/ldsodefs.h (_dl_sysdep_open_zero_fill): Remove
101 declaration.
102 * elf/dl-load.c (_dl_map_object_from_fd): Assume MAP_ANON is
103 defined.
104
105 2019-03-04 Stefan Liebler <stli@linux.ibm.com>
106
107 * sysdeps/s390/s390-64/sysdep.h (ENTRY): Use alignment of 16byte.
108 * sysdeps/s390/s390-32/sysdep.h: Likewise.
109
110 2019-03-02 TAMUKI Shoichi <tamuki@linet.gr.jp>
111
112 [BZ #24162]
113 * localedata/locales/ja_JP (LC_TIME): Change the offset for Taisho
114 gan-nen from 2 to 1. Problem reported by Morimitsu, Junji.
115
116 2019-03-01 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
117
118 * misc/tst-ldbl-error.c (do_one_test): Adapt for reuse by nldbl
119 tests.
120 (do_test): Likewise.
121 * misc/tst-ldbl-warn.c (do_one_test): Likewise.
122 (do_test_call_varg): Likewise.
123 (do_test_call_rarg): Likewise.
124 * sysdeps/ieee754/ldbl-opt/Makefile
125 [subdir == misc] (tests-internal): Add tst-nldbl-warn,
126 tst-nldbl-error.
127 ($(objpfx)tst-nldbl-warn.c): New rule.
128 ($(objpfx)tst-nldbl-error.c): Likewise.
129 (CFLAGS-tst-nldbl-warn.c, CFLAGS-tst-nldbl-error.c):
130 New variables.
131
132 2019-03-01 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
133
134 [BZ #23984]
135 * include/bits/error-ldbl.h: New file.
136 * include/error.h: Include stdarg.h. Declare internal functions
137 __error_internal and __error_at_line_internal.
138 * misc/Makefile (headers): Add bits/error-ldbl.h.
139 * misc/bits/error-ldbl.h: New file.
140 * misc/error.h [__LDBL_COMPAT]: Include bits/error-ldbl.h and
141 avoid the inclusion of bits/error.h.
142 * sysdeps/ieee754/ldbl-opt/Versions (libc): Add __nldbl_error,
143 and __nldbl_error_at_line.
144 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Include error.h.
145 (__nldbl_error, __ndlbl_error_at_line): New functions.
146 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Include error.h.
147 Redirect error and error_at_line.
148 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Update.
149 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
150 Likewise.
151 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
152 Likewise.
153 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
154 Likewise.
155 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
156 Likewise.
157 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
158 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
159 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
160
161 2019-03-01 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
162
163 [BZ #23984]
164 * include/bits/err-ldbl.h: New file.
165 * include/err.h: Add prototypes for the internal functions:
166 __vwarnx_internal and __vwarn_internal.
167 * misc/Makefile (headers): Add bits/err-ldbl.h.
168 * misc/bits/err-ldbl.h: New file.
169 * misc/err.h: Include bits/err-ldbl.h when __LDBL_COMPAT is
170 defined, i.e.: when -mlong-double-64 is in use.
171 * sysdeps/ieee754/ldbl-opt/Versions (libc): Add __nldbl_warn,
172 __nldbl_vwarn, __nldbl_warnx, __nldbl_vwarnx, __nldbl_err,
173 __nldbl_verr, __nldbl_errx, and __nldbl_verrx.
174 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Include err.h.
175 (VA_CALL): New macro.
176 (__nldbl_vwarn, __nldbl_vwarnx, __nldbl_warn, __nldbl_warnx)
177 (__nldbl_verr, __nldbl_verrx, __nldbl_err, __nldbl_errx): New
178 functions.
179 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Include err.h and
180 declare prototypes for the new functions.
181 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Update.
182 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
183 Likewise.
184 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
185 Likewise.
186 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
187 Likewise.
188 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
189 Likewise.
190 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
191 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
192 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
193
194 2019-03-01 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
195
196 * sysdeps/ieee754/ldbl-opt/Makefile
197 [subdir == argp] (tests-internal): Add tst-nldbl-argp.
198 [subdir == argp] ($(objpfx)tst-nldbl-argp.c): New rule.
199 [subdir == argp] (CFLAGS-tst-nldbl-argp.c): New variable.
200
201 2019-03-01 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
202
203 [BZ #23983]
204 * argp/Makefile (headers): Add bits/argp-ldbl.h.
205 * argp/argp.h [defined __LDBL_COMPAT]: Include bits/argp-ldbl.h.
206 * argp/bits/argp-ldbl.h: New file.
207 * include/argp.h: Include stdarg.h. Add prototypes for internal
208 functions: __argp_error_internal and __argp_failure_internal.
209 * include/bits/argp-ldbl.h: New file.
210 * sysdeps/ieee754/ldbl-opt/Versions (libc): Add
211 __nldbl_argp_error and __nldbl_argp_failure.
212 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Include argp.h.
213 (__nldbl_argp_error, __nldbl_argp_failure): New functions.
214 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Include argp.h.
215 Redirect argp_error and argp_failure calls.
216 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Update.
217 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
218 Likewise.
219 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
220 Likewise.
221 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
222 Likewise.
223 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
224 Likewise.
225 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
226 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
227 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
228
229 2019-03-01 Florian Weimer <fweimer@redhat.com>
230
231 [BZ #20419]
232 * elf/tst-big-note-lib.S: Create a syntactically valid note.
233 * elf/Makefile (tst-big-note-lib.so): Do not link with startup
234 code, to avoid creating an ABI tag note.
235 (modules-names-nobuild): Add tst-big-note-lib.
236
237 2019-03-01 Stefan Liebler <stli@linux.ibm.com>
238
239 * sysdeps/s390/wcscpy-vx.S: Add strong aliases to
240 __wcscpy, __GI___wcscpy and weak alias to wcscpy.
241
242 2019-03-01 Florian Weimer <fweimer@redhat.com>
243
244 [BZ #20271]
245 * sysdeps/unix/sysv/linux/netlink_assert_response.c
246 (__netlink_assert_response): Add additional missing newlines.
247
248 2019-02-28 Joseph Myers <joseph@codesourcery.com>
249
250 * sysdeps/powerpc/powerpc32/dl-machine.c
251 (__elf_machine_fixup_plt): Use space before '('.
252 (__process_machine_rela): Likewise.
253 * sysdeps/powerpc/powerpc32/register-dump.h (register_dump):
254 Likewise.
255 * sysdeps/powerpc/powerpc64/le/fpu/sfp-machine.h (TI_BITS):
256 Likewise.
257 * sysdeps/powerpc/powerpc64/register-dump.h (register_dump):
258 Likewise.
259 * sysdeps/powerpc/test-arith.c (union_t): Likewise.
260 (pattern): Likewise.
261 (delta): Likewise.
262 (check_result): Likewise.
263 (check_excepts): Likewise.
264 (check_op): Likewise.
265 (fail_xr): Likewise.
266 * sysdeps/unix/alpha/sysdep.h (syscall_promote): Likewise.
267 * sysdeps/unix/sysv/linux/alpha/a.out.h (AOUTHSZ): Likewise.
268 (SCNHSZ): Likewise.
269 * sysdeps/unix/sysv/linux/hppa/makecontext.c (FRAME_SIZE_BYTES):
270 Likewise.
271 (ARGS): Likewise.
272 (__makecontext): Likewise.
273 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext_t):
274 Likewise.
275
276 2019-02-28 Florian Weimer <fweimer@redhat.com>
277
278 [BZ #23937]
279 elf: Add test with a local IFUNC resolver.
280 * elf/ifuncmain9.c: New file.
281 * elf/ifuncmain9pic.c: Likewise.
282 * elf/ifuncmain9picstatic.c: Likewise.
283 * elf/ifuncmain9pie.c: Likewise.
284 * elf/ifuncmain9static.c: Likewise.
285 * elf/Makefile [multi-arch] (tests-ifuncstatic): Add
286 ifuncmain9static, ifuncmain9picstatic.
287 * elf/Makefile [multi-arch && build-shared] (tests-internal):
288 Add ifuncmain9, ifuncmain9pic.
289 * elf/Makefile [multi-arch && build-shared && have-fpie]
290 (ifunc-pie-tests): Add ifuncmain9pie.
291 (CFLAGS-ifuncmain9pic.c): Add $(pic-ccflag).
292 (CFLAGS-ifuncmain9picstatic.c): Likewise.
293 (CFLAGS-ifuncmain9pie.c): Add $(pie-ccflag).
294
295 2019-02-27 H.J. Lu <hongjiu.lu@intel.com>
296
297 * configure.ac (have-ifunc): New LIBC_CONFIG_VAR.
298 * configure: Regenerated.
299 * elf/Makefile: Run IFUNC tests if binutils supports IFUNC.
300
301 2019-02-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
302
303 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Define ifunc
304 symbol as __wcspcy instead of wcscpy.
305
306 2019-02-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
307
308 * include/stdio.h (__renameat2): New hidden prototype.
309 * stdio-common/renameat2.c (__renameat2): Add hidden definition.
310 * sysdeps/mach/hurd/renameat.c (__renameat): Move implementation to...
311 * sysdeps/mach/hurd/renameat2.c (__renameat2): ... new function.
312 * sysdeps/unix/sysv/linux/renameat2.c (__renameat2): Add hidden definition.
313
314 2019-02-27 Joseph Myers <joseph@codesourcery.com>
315
316 * hurd/hurdinit.c (_hurd_init): Use braces around empty body of an
317 if statement.
318
319 * benchtests/bench-strcpy.c (do_test): Use space before '('.
320 * benchtests/bench-string.h (cmdline_process_function): Likewise.
321 * benchtests/bench-strlen.c (do_test): Likewise.
322 (test_main): Likewise.
323 * catgets/gencat.c (read_old): Likewise.
324 * elf/cache.c (load_aux_cache): Likewise.
325 * iconvdata/bug-iconv8.c (do_test): Likewise.
326 * math/test-tgmath-ret.c (do_test): Likewise.
327 * nis/nis_call.c (rec_dirsearch): Likewise.
328 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
329 * nptl/tst-audit-threads.c (do_test): Likewise.
330 * nptl/tst-cancel4-common.h (set_socket_buffer): Likewise.
331 * nss/nss_test1.c (init): Likewise.
332 * nss/test-netdb.c (test_hosts): Likewise.
333 * posix/execvpe.c (maybe_script_execute): Likewise.
334 * stdio-common/tst-fmemopen4.c (do_test): Likewise.
335 * stdio-common/tst-printf.c (do_test): Likewise.
336 * stdio-common/vfscanf-internal.c (__vfscanf_internal): Likewise.
337 * stdlib/fmtmsg.c (NKEYWORDS): Likewise.
338 * stdlib/qsort.c (STACK_SIZE): Likewise.
339 * stdlib/test-canon.c (do_test): Likewise.
340 * stdlib/tst-swapcontext1.c (do_test): Likewise.
341 * string/memcmp.c (OPSIZ): Likewise.
342 * string/test-strcpy.c (do_test): Likewise.
343 (do_random_tests): Likewise.
344 * string/test-strlen.c (do_test): Likewise.
345 (test_main): Likewise.
346 * string/test-strrchr.c (do_test): Likewise.
347 (do_random_tests): Likewise.
348 * string/tester.c (test_memrchr): Likewise.
349 (test_memchr): Likewise.
350 * sysdeps/generic/memcopy.h (OPSIZ): Likewise.
351 * sysdeps/generic/unwind-dw2.c (execute_stack_op): Likewise.
352 * sysdeps/generic/unwind-pe.h (read_sleb128): Likewise.
353 (read_encoded_value_with_base): Likewise.
354 * sysdeps/hppa/dl-machine.h (elf_machine_runtime_setup): Likewise.
355 * sysdeps/hppa/fpu/feupdateenv.c (__feupdateenv): Likewise.
356 * sysdeps/ia64/fpu/sfp-machine.h (TI_BITS): Likewise.
357 * sysdeps/mach/hurd/spawni.c (__spawni): Likewise.
358 * sysdeps/posix/spawni.c (maybe_script_execute): Likewise.
359 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (query_auxv):
360 Likewise.
361 * sysdeps/unix/sysv/linux/aarch64/bits/procfs.h (ELF_NGREG):
362 Likewise.
363 * sysdeps/unix/sysv/linux/arm/bits/procfs.h (ELF_NGREG): Likewise.
364 * sysdeps/unix/sysv/linux/arm/ioperm.c (init_iosys): Likewise.
365 * sysdeps/unix/sysv/linux/csky/bits/procfs.h (ELF_NGREG):
366 Likewise.
367 * sysdeps/unix/sysv/linux/m68k/bits/procfs.h (ELF_NGREG):
368 Likewise.
369 * sysdeps/unix/sysv/linux/nios2/bits/procfs.h (ELF_NGREG):
370 Likewise.
371 * sysdeps/unix/sysv/linux/spawni.c (maybe_script_execute):
372 Likewise.
373 * sysdeps/unix/sysv/linux/x86/bits/procfs.h (ELF_NGREG): Likewise.
374 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h
375 (FP_XSTATE_MAGIC2_SIZE): Likewise.
376 * sysdeps/x86/fpu/sfp-machine.h (TI_BITS): Likewise.
377 * time/test_time.c (main): Likewise.
378
379 2019-02-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
380
381 * wcsmbs/wcsnlen.c (__wcsnlen): Rewrite using wmemchr.
382
383 * wcsmbs/wcsncpy.c (__wcsncpy): Rewrite using wcsnlen, wmemset, and
384 wmemcpy.
385
386 * wcsmbs/wcsncat.c (wcsncat): Rewrite using wcslen, wcsnlen, and
387 wmemcpy.
388
389 * wcsmbs/wcscpy.c (__wcpcpy): Rewrite using wcslen and wmemcpy.
390
391 * include/wchar.h (__wcscpy): New prototype.
392 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c
393 (__wcscpy): Route internal symbol to generic implementation.
394 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c (wcscpy):
395 Add internal __wcscpy alias.
396 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c (wcscpy): Likewise.
397 * sysdeps/s390/wcscpy.c (wcscpy): Likewise.
398 * sysdeps/x86_64/multiarch/wcscpy.c (wcscpy): Likewise.
399 * wcsmbs/wcscpy.c (wcscpy): Add
400 * sysdeps/x86_64/multiarch/wcscpy-c.c (WCSCPY): Adjust macro to
401 use generic implementation.
402 * wcsmbs/wcscat.c (wcscat): Rewrite using wcslen and wcscpy.
403
404 * wcsmbs/wcpncpy.c (__wcpcpy): Rewrite using wcslen, wmemcpy, and
405 wmemset.
406
407 * sysdeps/m68k/wcpcpy.c: Remove file.
408 * wcsmbs/wcpcpy.c (__wcpcpy): Rewrite using wcslen and wmemcpy.
409
410 2019-02-26 Joseph Myers <joseph@codesourcery.com>
411
412 * sysdeps/arm/sysdep.h (#if condition): Break lines before rather
413 than after operators.
414 * sysdeps/mach/hurd/fork.c (__fork): Likewise.
415 * sysdeps/mach/hurd/getcwd.c
416 (__hurd_canonicalize_directory_name_internal): Likewise.
417 * sysdeps/mach/hurd/htl/pt-mutex-consistent.c
418 (pthread_mutex_consistent): Likewise.
419 * sysdeps/mach/hurd/htl/pt-mutex-init.c (_pthread_mutex_init):
420 Likewise.
421 * sysdeps/mach/hurd/htl/pt-mutex-transfer-np.c
422 (__pthread_mutex_transfer_np): Likewise.
423 * sysdeps/mach/hurd/htl/pt-mutex-unlock.c
424 (__pthread_mutex_unlock): Likewise.
425 * sysdeps/mach/hurd/htl/pt-mutex.h (ROBUST_LOCK): Likewise.
426 (mtx_owned_p): Likewise.
427 * sysdeps/mach/hurd/htl/pt-mutexattr-getrobust.c
428 (pthread_mutexattr_getrobust): Likewise.
429 * sysdeps/mach/hurd/i386/init-first.c (init1): Likewise.
430 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
431 Likewise.
432 * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
433 * sysdeps/mach/hurd/jmp-unwind.c (_longjmp_unwind): Likewise.
434 * sysdeps/mach/hurd/kill.c (__kill): Likewise.
435 * sysdeps/mach/hurd/mig-reply.c (__mig_get_reply_port): Likewise.
436 * sysdeps/mach/hurd/ptrace.c (ptrace): Likewise.
437 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
438 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (#if condition):
439 Likewise.
440 * sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo):
441 Likewise.
442 * sysdeps/unix/sysv/linux/bits/timex.h (STA_RONLY): Likewise.
443 * sysdeps/unix/sysv/linux/csky/sysdep.h (#if condition): Likewise.
444 * sysdeps/unix/sysv/linux/generic/____longjmp_chk.c
445 (____longjmp_chk): Likewise.
446 * sysdeps/unix/sysv/linux/generic/futimesat.c (futimesat):
447 Likewise.
448 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
449 (INTERNAL_SYSCALL): Likewise.
450 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
451 (INTERNAL_SYSCALL): Likewise.
452 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
453 (__get_clockfreq_via_cpuinfo): Likewise.
454
455 * sysdeps/i386/dl-machine.h (elf_machine_rela): Add fall-through
456 comments.
457 * sysdeps/m68k/m680x0/fpu/s_cexp_template.c (s(__cexp)): Likewise.
458 * sysdeps/m68k/memcopy.h (WORD_COPY_FWD): Likewise.
459 (WORD_COPY_BWD): Likewise.
460 * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
461 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
462 Likewise.
463 * sysdeps/s390/iso-8859-1_cp037_z900.c (TR_LOOP): Likewise.
464 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Move fall-through
465 comment.
466 * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Likewise.
467
468 2019-02-25 Joseph Myers <joseph@codesourcery.com>
469
470 * dirent/dirent.h [!_DIRENT_HAVE_D_NAMLEN
471 && _DIRENT_HAVE_D_RECLEN] (_D_ALLOC_NAMLEN): Break lines before
472 rather than after operators.
473 * elf/cache.c (print_cache): Likewise.
474 * gshadow/fgetsgent_r.c (__fgetsgent_r): Likewise.
475 * htl/pt-getattr.c (__pthread_getattr_np): Likewise.
476 * hurd/hurdinit.c (_hurd_setproc): Likewise.
477 * hurd/hurdkill.c (_hurd_sig_post): Likewise.
478 * hurd/hurdlookup.c (__file_name_lookup_under): Likewise.
479 * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
480 (reauth_proc): Likewise.
481 * hurd/lookup-at.c (__file_name_lookup_at): Likewise.
482 (__file_name_split_at): Likewise.
483 (__directory_name_split_at): Likewise.
484 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Likewise.
485 * hurd/port2fd.c (_hurd_port2fd): Likewise.
486 * iconv/gconv_dl.c (do_print): Likewise.
487 * inet/netinet/in.h (struct sockaddr_in): Likewise.
488 * libio/wstrops.c (_IO_wstr_seekoff): Likewise.
489 * locale/setlocale.c (new_composite_name): Likewise.
490 * malloc/memusagestat.c (main): Likewise.
491 * misc/fstab.c (fstab_convert): Likewise.
492 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt):
493 Likewise.
494 * nss/nss_compat/compat-grp.c (getgrent_next_nss): Likewise.
495 (getgrent_next_file): Likewise.
496 (internal_getgrnam_r): Likewise.
497 (internal_getgrgid_r): Likewise.
498 * nss/nss_compat/compat-initgroups.c (getgrent_next_nss):
499 Likewise.
500 (internal_getgrent_r): Likewise.
501 * nss/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
502 (getpwent_next_nss): Likewise.
503 (getpwent_next_file): Likewise.
504 (internal_getpwnam_r): Likewise.
505 (internal_getpwuid_r): Likewise.
506 * nss/nss_compat/compat-spwd.c (getspent_next_nss_netgr):
507 Likewise.
508 (getspent_next_nss): Likewise.
509 (internal_getspnam_r): Likewise.
510 * pwd/fgetpwent_r.c (__fgetpwent_r): Likewise.
511 * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
512 * string/strchr.c (STRCHR): Likewise.
513 * string/strchrnul.c (STRCHRNUL): Likewise.
514 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_FPCR_IEEE): Likewise.
515 * sysdeps/aarch64/sfp-machine.h (_FP_CHOOSENAN): Likewise.
516 * sysdeps/csky/dl-machine.h (elf_machine_rela): Likewise.
517 * sysdeps/generic/memcopy.h (PAGE_COPY_FWD_MAYBE): Likewise.
518 * sysdeps/generic/symbol-hacks.h (__stack_chk_fail_local):
519 Likewise.
520 * sysdeps/gnu/netinet/ip_icmp.h (ICMP_INFOTYPE): Likewise.
521 * sysdeps/gnu/updwtmp.c (TRANSFORM_UTMP_FILE_NAME): Likewise.
522 * sysdeps/gnu/utmp_file.c (TRANSFORM_UTMP_FILE_NAME): Likewise.
523 * sysdeps/hppa/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Likewise.
524 * sysdeps/mach/hurd/bits/stat.h (S_ISPARE): Likewise.
525 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Likewise.
526 (open_file): Likewise.
527 * sysdeps/mach/hurd/htl/pt-mutexattr-setprotocol.c
528 (pthread_mutexattr_setprotocol): Likewise.
529 * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
530 * sysdeps/mach/hurd/mmap.c (__mmap): Likewise.
531 * sysdeps/mach/hurd/ptrace.c (ptrace): Likewise.
532 * sysdeps/mach/hurd/spawni.c (__spawni): Likewise.
533 * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
534 Likewise.
535 (elf_machine_rela): Likewise.
536 * sysdeps/mips/mips32/sfp-machine.h (_FP_CHOOSENAN): Likewise.
537 * sysdeps/mips/mips64/sfp-machine.h (_FP_CHOOSENAN): Likewise.
538 * sysdeps/mips/sys/asm.h (multiple #if conditionals): Likewise.
539 * sysdeps/posix/rename.c (rename): Likewise.
540 * sysdeps/powerpc/novmx-sigjmp.c (__novmx__sigjmp_save): Likewise.
541 * sysdeps/powerpc/sigjmp.c (__vmx__sigjmp_save): Likewise.
542 * sysdeps/s390/fpu/fenv_libc.h (FPC_VALID_MASK): Likewise.
543 * sysdeps/s390/utf8-utf16-z9.c (gconv_end): Likewise.
544 * sysdeps/unix/grantpt.c (grantpt): Likewise.
545 * sysdeps/unix/sysv/linux/a.out.h (N_TXTOFF): Likewise.
546 * sysdeps/unix/sysv/linux/updwtmp.c (TRANSFORM_UTMP_FILE_NAME):
547 Likewise.
548 * sysdeps/unix/sysv/linux/utmp_file.c (TRANSFORM_UTMP_FILE_NAME):
549 Likewise.
550 * sysdeps/x86/cpu-features.c (get_common_indices): Likewise.
551 * time/tzfile.c (__tzfile_compute): Likewise.
552
553 2019-02-22 Joseph Myers <joseph@codesourcery.com>
554
555 * benchtests/bench-memmem.c (simple_memmem): Break lines before
556 rather than after operators.
557 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): Likewise.
558 * crypt/md5.c (md5_finish_ctx): Likewise.
559 * crypt/sha256.c (__sha256_finish_ctx): Likewise.
560 * crypt/sha512.c (__sha512_finish_ctx): Likewise.
561 * elf/cache.c (load_aux_cache): Likewise.
562 * elf/dl-load.c (open_verify): Likewise.
563 * elf/get-dynamic-info.h (elf_get_dynamic_info): Likewise.
564 * elf/readelflib.c (process_elf_file): Likewise.
565 * elf/rtld.c (dl_main): Likewise.
566 * elf/sprof.c (generate_call_graph): Likewise.
567 * hurd/ctty-input.c (_hurd_ctty_input): Likewise.
568 * hurd/ctty-output.c (_hurd_ctty_output): Likewise.
569 * hurd/dtable.c (reauth_dtable): Likewise.
570 * hurd/getdport.c (__getdport): Likewise.
571 * hurd/hurd/signal.h (_hurd_interrupted_rpc_timeout): Likewise.
572 * hurd/hurd/sigpreempt.h (HURD_PREEMPT_SIGNAL_P): Likewise.
573 * hurd/hurdfault.c (_hurdsig_fault_catch_exception_raise):
574 Likewise.
575 * hurd/hurdioctl.c (fioctl): Likewise.
576 * hurd/hurdselect.c (_hurd_select): Likewise.
577 * hurd/hurdsig.c (_hurdsig_abort_rpcs): Likewise.
578 (STOPSIGS): Likewise.
579 * hurd/hurdstartup.c (_hurd_startup): Likewise.
580 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Likewise.
581 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Likewise.
582 * hurd/msgportdemux.c (msgport_server): Likewise.
583 * hurd/setauth.c (_hurd_setauth): Likewise.
584 * include/features.h (__GLIBC_USE_DEPRECATED_SCANF): Likewise.
585 * libio/libioP.h [IO_DEBUG] (CHECK_FILE): Likewise.
586 * locale/programs/ld-ctype.c (set_class_defaults): Likewise.
587 * localedata/tests-mbwc/tst_swscanf.c (tst_swscanf): Likewise.
588 * login/tst-utmp.c (do_check): Likewise.
589 (simulate_login): Likewise.
590 * mach/lowlevellock.h (lll_lock): Likewise.
591 (lll_trylock): Likewise.
592 * math/test-fenv.c (ALL_EXC): Likewise.
593 * math/test-fenvinline.c (ALL_EXC): Likewise.
594 * misc/sys/cdefs.h (__attribute_deprecated_msg__): Likewise.
595 * nis/nis_call.c (__do_niscall3): Likewise.
596 * nis/nis_callback.c (cb_prog_1): Likewise.
597 * nis/nis_defaults.c (searchaccess): Likewise.
598 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
599 * nis/nis_ismember.c (internal_ismember): Likewise.
600 * nis/nis_local_names.c (nis_local_principal): Likewise.
601 * nis/nss_nis/nis-rpc.c (_nss_nis_getrpcbyname_r): Likewise.
602 * nis/nss_nisplus/nisplus-netgrp.c (_nss_nisplus_getnetgrent_r):
603 Likewise.
604 * nis/ypclnt.c (yp_match): Likewise.
605 (yp_first): Likewise.
606 (yp_next): Likewise.
607 (yp_master): Likewise.
608 (yp_order): Likewise.
609 * nscd/hstcache.c (cache_addhst): Likewise.
610 * nscd/initgrcache.c (addinitgroupsX): Likewise.
611 * nss/nss_compat/compat-pwd.c (copy_pwd_changes): Likewise.
612 (internal_getpwuid_r): Likewise.
613 * nss/nss_compat/compat-spwd.c (copy_spwd_changes): Likewise.
614 * posix/glob.h (__GLOB_FLAGS): Likewise.
615 * posix/regcomp.c (peek_token): Likewise.
616 (peek_token_bracket): Likewise.
617 (parse_expression): Likewise.
618 * posix/regexec.c (sift_states_iter_mb): Likewise.
619 (check_node_accept_bytes): Likewise.
620 * posix/tst-spawn3.c (do_test): Likewise.
621 * posix/wordexp-test.c (testit): Likewise.
622 * posix/wordexp.c (parse_tilde): Likewise.
623 (exec_comm): Likewise.
624 * posix/wordexp.h (__WRDE_FLAGS): Likewise.
625 * resource/vtimes.c (TIMEVAL_TO_VTIMES): Likewise.
626 * setjmp/sigjmp.c (__sigjmp_save): Likewise.
627 * stdio-common/printf_fp.c (__printf_fp_l): Likewise.
628 * stdio-common/tst-fileno.c (do_test): Likewise.
629 * stdio-common/vfprintf-internal.c (vfprintf): Likewise.
630 * stdlib/strfmon_l.c (__vstrfmon_l_internal): Likewise.
631 * stdlib/strtod_l.c (round_and_return): Likewise.
632 (____STRTOF_INTERNAL): Likewise.
633 * stdlib/tst-strfrom.h (TEST_STRFROM): Likewise.
634 * string/strcspn.c (STRCSPN): Likewise.
635 * string/test-memmem.c (simple_memmem): Likewise.
636 * termios/tcsetattr.c (tcsetattr): Likewise.
637 * time/alt_digit.c (_nl_parse_alt_digit): Likewise.
638 * time/asctime.c (asctime_internal): Likewise.
639 * time/strptime_l.c (__strptime_internal): Likewise.
640 * time/sys/time.h (timercmp): Likewise.
641 * time/tzfile.c (__tzfile_compute): Likewise.
642
643 2019-02-21 Patsy Griffin Franklin <pfrankli@redhat.com>
644
645 [BZ #21915]
646 * nss/tst-nss-files-hosts-long.root/etc/host.conf: New file.
647
648 2019-02-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
649
650 * argp/argp-help.c (__argp_error_internal): New function,
651 renamed from __argp_error, but that takes a 'mode_flags'
652 parameter to control the format of long double parameters.
653 (__argp_error): Converted into a call __argp_error_internal.
654 (__argp_failure_internal): New function, renamed from
655 __argp_failure, but that takes a 'mode_flags' parameter.
656 (__argp_failure): Converted into a call __argp_failure_internal.
657 * misc/err.c (__vwarnx_internal): New function, renamed from
658 vwarnx, but that takes a 'mode_flags' parameter.
659 (vwarnx): Converted into a call to __vwarnx_internal.
660 (__vwarn_internal): New function, renamed from vwarn, but that
661 takes a 'mode_flags' parameter.
662 (vwarn): Converted into a call to __vwarn_internal.
663 * misc/error.c (error_tail): Add 'mode_flags' parameter. Update
664 call to __vfxprintf with 'mode_flags'.
665 (__error_internal): New function, renamed from error, but that
666 takes a 'mode_flags' parameter.
667 (error): Converted into a call to __error_internal.
668 (__error_at_line_internal): New function, renamed from
669 error_at_line, but that takes a 'mode_flags' parameter.
670 (error_at_line): Converted into a call to
671 __error_at_line_internal.
672 * include/stdio.h (__vfxprintf): Add mode_flags parameter.
673 * stdio-common/fxprintf.c (locked_vfxprintf, __vfxprintf):
674 Likewise.
675
676 2019-02-20 Martin Liska <mliska@suse.cz>
677
678 * math/Makefile: Install math-vector-fortran.h.
679 * bits/math-vector-fortran.h: New file.
680 * sysdeps/x86/fpu/bits/math-vector-fortran.h: New file.
681
682 2019-02-20 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
683
684 * sysdeps/powerpc/powerpc64/le/configure.ac: Remove test.
685 * sysdeps/powerpc/powerpc64/le/configure: Regenerate.
686
687 2019-02-19 Wolfram Sang <wsa@the-dreams.de>
688
689 * nptl/pthread_mutex_trylock.c: Fix comment.
690
691 2019-02-19 Carlos O'Donell <carlos@redhat.com>
692
693 * nptl/pthread_tryjoin.c: Fix comment.
694
695 2019-02-18 Joseph Myers <joseph@codesourcery.com>
696
697 [BZ #24231]
698 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Add break
699 after R_SPARC_H34 case.
700
701 2019-02-18 Florian Weimer <fweimer@redhat.com>
702
703 * resolv/compat-gethnamaddr.c (Dprintf): Remove definition.
704 (getanswer): Do not call Dprintf.
705 (res_gethostbyname2_context): Likewise.
706 (res_gethostbyaddr_context): Likewise.
707
708 2019-02-18 Florian Weimer <fweimer@redhat.com>
709
710 * libio/libio.h (_IO_stdin, _IO_stdout, _IO_stderr): Remove
711 declaration.
712 * libio/stdio.c (AL, AL2, _IO_stdin, _IO_stdout, _IO_stderr):
713 Remove definitions.
714 * libio/stdfiles.c: Update comment.
715 * libio/oldstdfiles.c (_IO_check_libio): Update comment. Do not
716 set _IO_stdin, _IO_stdout, _IO_stderr.
717 * libio/libioP.h (_IO_fake_stdiobuf): Remove unused declaration.
718 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)] (_IO_legacy_file): New
719 inline function.
720 (_IO_deallocate_file): New inline function.
721 * libio/iolibio.h (_IO_vprintf): Remove definition.
722 * libio/iofclose.c (_IO_new_fclose): Use _IO_deallocate_file.
723 * libio/oldiofclose.c (_IO_old_fclose): Likewise.
724 * libio/iofwide.c (_IO_fwide): Use __glibc_unlikely and
725 _IO_legacy_file.
726 * libio/oldfileops.c (_IO_old_file_init_internal): Remove
727 __builtin_expect. Use _IO_legacy_file.
728
729 2019-02-18 Stefan Liebler <stli@linux.ibm.com>
730
731 * sysdeps/unix/sysv/linux/tst-clone3.c (do_test):
732 Initialize ctid with a known value and remove update of ctid
733 after clone.
734 (wait_tid): Adjust arguments and call futex_wait with ctid_val
735 as assumed current value of ctid_ptr.
736
737 2019-02-15 Florian Weimer <fweimer@redhat.com>
738
739 Check that non-sysdeps headers have wrapper headers.
740 * scripts/check-wrapper-headers.py: New file.
741 * Makefile (tests-special): Add check-wrapper-headers.out.
742 (check-wrapper-headers.out): New target.
743 * Rules (tests-special): Add check-wrapper-headers.out.
744 (check-wrapper-headers.out): New target.
745
746 2019-02-15 Florian Weimer <fweimer@redhat.com>
747
748 Add missing header wrappers under include/.
749 * include/ar.h: New file.
750 * include/bits/mqueue2.h: Likewise.
751 * include/bits/stdio.h: Likewise.
752 * include/bits/stdio2.h: Likewise.
753 * include/fstab.h: Likewise.
754 * include/fts.h: Likewise.
755 * include/lastlog.h: Likewise.
756 * include/netinet/icmp6.h: Likewise.
757 * include/netinet/igmp.h: Likewise.
758 * include/netinet/ip6.h: Likewise.
759 * include/re_comp.h: Likewise.
760 * include/regexp.h: Likewise.
761 * include/rpcsvc/bootparam.h: Likewise.
762 * include/rpcsvc/yp_prot.h: Likewise.
763 * include/sys/random.h: Likewise.
764 * include/sys/stropts.h: Likewise.
765 * include/sys/ttychars.h: Likewise.
766 * include/sys/vfs.h: Likewise.
767 * include/wait.h: Likewise.
768
769 2019-02-15 Florian Weimer <fweimer@redhat.com>
770
771 * nptl_db/proc_service.h: Move to ...
772 * sysdeps/nptl/proc_service.h: ... here.
773 * nptl_db/thread_db.h: Move to ...
774 * sysdeps/nptl/thread_db.h: ... here.
775 * nptl/descr.h: Include <thread_db.h>.
776
777 2019-02-15 Adhemerval Zanella <adhemerval.zanella@linaro.org>
778
779 * io/Makefile (tests): Add tst-lockf.
780 * io/lockf.c (lockf): Use __fcntl and only define for
781 !__OFF_T_MATCHES_OFF64_T.
782 * io/lockf64.c (__lockf64): Call __fcntl64 and alias to lockf for
783 __OFF_T_MATCHES_OFF64_T case.
784 * io/tst-lockf.c: New file.
785 * sysdeps/unix/sysv/linux/i386/lockf64.c: Remove file.
786 * sysdeps/unix/sysv/linux/arm/lockf64.c: Likewise.
787 * sysdeps/unix/sysv/linux/m68k/lockf64.c: Likewise.
788 * sysdeps/unix/sysv/linux/mips/mips32/lockf64.c: Likewise.
789 * sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c: Likewise.
790 * sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: Likewise.
791 * sysdeps/unix/sysv/linux/s390/s390-32/lockf64.c: Likewise.
792 * sysdeps/unix/sysv/linux/sh/lockf64.c: Likewise.
793 * sysdeps/unix/sysv/linux/sparc/sparc32/lockf64.c: Likewise.
794
795 2019-02-15 Florian Weimer <fweimer@redhat.com>
796
797 [BZ #24211]
798 * nptl/pthread_join_common.c (__pthread_timedjoin_ex): Do not read
799 pd->result after the thread descriptor has been freed.
800
801 2019-02-15 Joseph Myers <joseph@codesourcery.com>
802
803 * sunrpc/tst-svc_register.c (rpcbind_address): Remove qualifier
804 from function return type.
805
806 * setjmp/tst-setjmp.c (jump): Use __attribute__ ((__noreturn__)).
807
808 2019-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
809
810 * scripts/test_printers_common.py: Set TERM to a known harmless
811 value.
812
813 2019-02-14 Joseph Myers <joseph@codesourcery.com>
814
815 * sunrpc/xdr.c (xdr_int): Add fall-through comment.
816 (xdr_u_int): Likewise.
817 (xdr_enum): Likewise.
818 (xdr_bytes): Reword fall-through comment.
819 (xdr_string): Likewise.
820
821 2019-02-14 Adhemerval Zanella <adhemerval.zanella@linaro.org>
822
823 [BZ #2421]
824 * nptl/Makefile (lpthread-routines): Remove lll_timedwait_tid.
825 (tests): Add tst-join8 tst-join9.
826 * nptl/lll_timedwait_tid.c: Remove file.
827 * sysdeps/sparc/sparc32/lll_timedwait_tid.c: Likewise.
828 * sysdeps/unix/sysv/linux/i386/lll_timedwait_tid.c: Likewise.
829 * sysdeps/sysv/linux/x86_64/lll_timedwait_tid.c: Likewise.
830 * nptl/pthread_join_common.c (timedwait_tid): New function.
831 (__pthread_timedjoin_ex): Act as cancellation entrypoint is block
832 is set.
833 * nptl/tst-join5.c (thread_join): New function.
834 (tf1, tf2, do_test): Use libsupport and add pthread_timedjoin_np
835 check.
836 * nptl/tst-join8.c: New file.
837 * nptl/tst-join9.c: Likewise.
838 * sysdeps/nptl/lowlevellock-futex.h (lll_futex_wait_cancel,
839 lll_futex_timed_wait_cancel): Add generic macros.
840 * sysdeps/nptl/lowlevellock.h (__lll_timedwait_tid, lll_wait_tid):
841 Remove definitions.
842 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
843 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
844 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
845 * sysdeps/sparc/sparc32/lowlevellock.c (__lll_timedwait_tid):
846 Remove function.
847 * sysdeps/unix/sysv/linux/i386/lowlevellock.S (__lll_timedwait_tid):
848 Likewise.
849 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
850 * sysdeps/unix/sysv/linux/lowlevellock-futex.h
851 (lll_futex_timed_wait_cancel): New macro.
852
853 2019-02-14 Wilco Dijkstra <wdijkstr@arm.com>
854
855 * benchtests/Makefile: Add malloc-simple benchmark.
856 * benchtests/bench-malloc-simple.c: New benchmark.
857
858 2019-02-14 Siddhesh Poyarekar <siddhesh@sourceware.org>
859
860 * benchtests/bench-memmove.c (do_one_test): Remove unused
861 ORIG_SRC.
862 (do_test): Adjust.
863 * benchtests/bench-memmove-large.c (do_one_test): Remove unused
864 ORIG_SRC.
865 (do_test): Adjust.
866
867 2019-01-13 Jim Wilson <jimw@sifive.com>
868
869 [BZ #24040]
870 * elf/Makefile (CFLAGS-tst-unwind-main.c): Add -DUSE_PTHREADS=0.
871 * elf/tst-unwind-main.c: If USE_PTHEADS, include pthread.h and error.h
872 (func): New.
873 (main): If USE_PTHREADS, call pthread_create to run func. Otherwise
874 call func directly.
875 * nptl/Makefile (tests): Add tst-unwind-thread.
876 (CFLAGS-tst-unwind-thread.c): Define.
877 * nptl/tst-unwind-thread.c: New file.
878 * sysdeps/unix/sysv/linux/riscv/clone.S (__thread_start): Mark ra
879 as undefined.
880
881 2019-02-13 Joseph Myers <joseph@codesourcery.com>
882
883 * iconvdata/cns11643.h (ucs4_to_cns11643): Adjust fall-through
884 comment wording.
885 * nis/nis_call.c (__do_niscall3): Likewise.
886
887 * catgets/gencat.c (normalize_line): Use braces around empty
888 'else' body.
889 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
890 (STAP_PROBE0): Use do {} while (0) for do-nothing definition.
891 [!USE_STAP_PROBE && !__ASSEMBLER__] (STAP_PROBE1): Likewise.
892 [!USE_STAP_PROBE && !__ASSEMBLER__] (STAP_PROBE2): Likewise.
893 [!USE_STAP_PROBE && !__ASSEMBLER__] (STAP_PROBE3): Likewise.
894 [!USE_STAP_PROBE && !__ASSEMBLER__] (STAP_PROBE4): Likewise.
895 * libio/libio.h (_IO_funlockfile): Use ((void) 0) for do-nothing
896 definition.
897
898 * support/test-container.c (recursive_remove): Use FAIL_EXIT1 if
899 execlp returns.
900
901 2019-02-12 Wilco Dijkstra <wdijkstr@arm.com>
902
903 * benchtests/bench-strcasecmp.c (stupid_strcasecmp): Remove.
904 * benchtests/bench-strcasestr.c (stupid_strcasestr): Remove.
905 * benchtests/bench-strchr.c (stupid_strchr): Remove.
906 * benchtests/bench-strcmp.c (stupid_strcmp): Remove.
907 * benchtests/bench-strcspn.c (stupid_strcspn): Remove.
908 * benchtests/bench-strlen.c (builtin_strlen): Remove.
909 * benchtests/bench-strncasecmp.c (stupid_strncasecmp): Remove.
910 * benchtests/bench-strncmp.c (stupid_strncmp): Remove.
911 * benchtests/bench-strpbrk.c (stupid_strpbrk): Remove.
912 * benchtests/bench-strspn.c (stupid_strspn): Remove.
913 * benchtests/Makefile: Remove bench-bcopy.c and bench-bzero.c.
914 * benchtests/bench-bcopy.c: Delete file.
915 * benchtests/bench-bzero.c: Likewise.
916 * benchtests/bench-memccpy.c (stupid_memccpy): Remove.
917 (simple_memccpy): Remove.
918 (generic_memccpy): Add function.
919 * benchtests/bench-memcpy.c: (builtin_memcpy): Remove.
920 * benchtests/bench-memmove.c (simple_bcopy): Remove.
921 * benchtests/bench-mempcpy.c (simple_mempcpy): Remove.
922 (generic_mempcpy): Add new function.
923 * benchtests/bench-memset.c (simple_bzero): Remove.
924 (builtin_bzero): Remove.
925 (builtin_memset): Remove.
926 * benchtests/bench-rawmemchr.c (simple_rawmemchr): Remove.
927 (generic_rawmemchr): Add new function.
928
929 2019-02-12 Florian Weimer <fweimer@redhat.com>
930
931 * nss/getent.c (ahosts_keys_int): Include IPv6 scope ID in output.
932
933 2019-02-12 Adhemerval Zanella <adhemerval.zanella@linaro.org>
934
935 [BZ #24122]
936 * elf/Makefile (tests): Add tst-audit13.
937 (modules-names): Add tst-audit13mod1.
938 (tst-audit13.out, LDFLAGS-tst-audit13mod1.so, tst-audit13-ENV): New
939 rule.
940 * elf/tst-audit13.c: New file.
941 * elf/tst-audit13mod1.c: Likewise.
942
943 2019-02-12 Florian Weimer <fweimer@redhat.com>
944
945 [BZ #24122]
946 * elf/rtld.c (unload_audit_module): New function.
947 (report_audit_module_load_error): Likewise.
948 (load_audit_module): Likewise. Extracted from dl_main. Call
949 _dl_close if the laversion symbol cannot be found. Use early
950 returns for error handling. Add malloc error check. Check for a
951 zero return value from la_version. Remove spurious comment about
952 static TLS initialization. Remove useless casts.
953 (notify_audit_modules_of_loaded_object): New function. Extracted
954 from dl_main.
955 (load_audit_module): Likewise.
956 (dl_main): Call load_audit_modules.
957
958 2019-02-12 Joseph Myers <joseph@codesourcery.com>
959
960 * elf/dl-exception.c (_dl_exception_create_format): Add
961 fall-through comments.
962 * elf/ldconfig.c (parse_conf_include): Likewise.
963 * elf/rtld.c (print_statistics): Likewise.
964 * locale/programs/charmap.c (parse_charmap): Likewise.
965 * misc/mntent_r.c (__getmntent_r): Likewise.
966 * posix/wordexp.c (parse_arith): Likewise.
967 (parse_backtick): Likewise.
968 * resolv/ns_ttl.c (ns_parse_ttl): Likewise.
969 * sysdeps/x86/cpu-features.c (init_cpu_features): Likewise.
970 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
971
972 2019-02-11 Paul A. Clarke <pc@us.ibm.com>
973
974 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrtf):
975 Use float instead of double.
976
977 2019-02-11 TAMUKI Shoichi <tamuki@linet.gr.jp>
978
979 * time/strftime_l.c: Fix a few whitespace arrangement inconsistencies.
980
981 2019-02-08 Joseph Myers <joseph@codesourcery.com>
982
983 * sysdeps/powerpc/bits/mathinline.h: Remove.
984
985 2019-02-08 Florian Weimer <fweimer@redhat.com>
986
987 math: Enable <bits/math-finite.h> sysdeps override, as used on ia64.
988 * math/bits/math-finite.h: Move to ...
989 * bits/math-finite.h: ... here.
990
991 2019-02-08 Florian Weimer <fweimer@redhat.com>
992
993 * sysdeps/generic/bits/unistd_ext.h: Move to ...
994 * bits/unistd_ext.h: here.
995
996 2019-02-08 Patsy Griffin Franklin <pfrankli@redhat.com>
997
998 [BZ #21915]
999 * nss/Makefile (test-container): Add tst-nss-files-hosts-long.
1000 * nss/tst-nss-files-hosts-long.c: New file.
1001 * nss/tst-nss-files-hosts-long.root: New directory.
1002 * nss/tst-nss-files-hosts-long.root/etc: Likewise.
1003 * nss/tst-nss-files-hosts-long.root/etc/hosts: New file.
1004
1005 2019-02-08 Florian Weimer <fweimer@redhat.com>
1006
1007 * include/bits/unistd_ext.h: Remove file.
1008 * posix/bits/unistd_ext.h: Move to ...
1009 * sysdeps/generic/bits/unistd_ext.h: ... here.
1010
1011 2019-02-08 Florian Weimer <fweimer@redhat.com>
1012
1013 * include/bits/unistd_ext.h: New file.
1014
1015 2019-02-08 TAMUKI Shoichi <tamuki@linet.gr.jp>
1016
1017 * time/tst-strftime2.c: Use array_length macros instead of magic
1018 numbers.
1019
1020 2019-02-08 Florian Weimer <fweimer@redhat.com>
1021
1022 [BZ #24161]
1023 * sysdeps/nptl/fork.h (__run_fork_handlers): Add multiple_threads
1024 argument.
1025 * nptl/register-atfork.c (__run_fork_handlers): Only perform
1026 locking if the new do_locking argument is true.
1027 * sysdeps/nptl/fork.c (__libc_fork): Pass multiple_threads to
1028 __run_fork_handlers.
1029
1030 2019-02-08 Florian Weimer <fweimer@redhat.com>
1031
1032 [BZ #6399]
1033 Linux: Add gettid system call wrapper.
1034 * posix/Makefile (headers): Add bits/unistd_ext.h.
1035 * posix/bits/unistd_ext.h: New file.
1036 * posix/unistd.h: Include it.
1037 * manual/process.texi (Process Identification): Document gettid.
1038 * sysdeps/unix/sysv/linux/Makefile [subdir == misc] (tests): Add
1039 tst-gettid, tst-gettid-kill.
1040 (tst-gettid): Link with $(shared-thread-library).
1041 * sysdeps/unix/sysv/linux/Version (GLIBC_2.30): Export gettid.
1042 * sysdeps/unix/sysv/linux/bits/unistd_ext.h: New file.
1043 * sysdeps/unix/sysv/linux/bits/syscalls.list (gettid): Add.
1044 * sysdeps/unix/sysv/linux/bits/tst-gettid.c: New file.
1045 * sysdeps/unix/sysv/linux/bits/tst-gettid-kill.c: Likewise.
1046 * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.30):
1047 Add gettid.
1048 * sysdeps/unix/sysv/linux/alpha/libc.abilist (GLIBC_2.30):
1049 Likewise.
1050 * sysdeps/unix/sysv/linux/arm/libc.abilist (GLIBC_2.30): Likewise.
1051 * sysdeps/unix/sysv/linux/csky/libc.abilist (GLIBC_2.30):
1052 Likewise.
1053 * sysdeps/unix/sysv/linux/hppa/libc.abilist (GLIBC_2.30):
1054 Likewise.
1055 * sysdeps/unix/sysv/linux/i386/libc.abilist (GLIBC_2.30):
1056 Likewise.
1057 * sysdeps/unix/sysv/linux/ia64/libc.abilist (GLIBC_2.30):
1058 Likewise.
1059 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist (GLIBC_2.30):
1060 Likewise.
1061 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist (GLIBC_2.30):
1062 Likewise.
1063 * sysdeps/unix/sysv/linux/microblaze/libc.abilist (GLIBC_2.30):
1064 Likewise.
1065 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
1066 (GLIBC_2.30): Likewise.
1067 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
1068 (GLIBC_2.30): Likewise.
1069 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
1070 (GLIBC_2.30): Likewise.
1071 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
1072 (GLIBC_2.30): Likewise.
1073 * sysdeps/unix/sysv/linux/nios2/libc.abilist (GLIBC_2.30):
1074 Likewise.
1075 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
1076 (GLIBC_2.30): Likewise.
1077 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
1078 (GLIBC_2.30): Likewise.
1079 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist
1080 (GLIBC_2.30): Likewise.
1081 * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist
1082 (GLIBC_2.30): Likewise.
1083 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist (GLIBC_2.30):
1084 Likewise.
1085 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist (GLIBC_2.30):
1086 Likewise.
1087 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist (GLIBC_2.30):
1088 Likewise.
1089 * sysdeps/unix/sysv/linux/sh/libc.abilist (GLIBC_2.30): Likewise.
1090 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist (GLIBC_2.30):
1091 Likewise.
1092 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist (GLIBC_2.30):
1093 Likewise.
1094 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist (GLIBC_2.30):
1095 Likewise.
1096 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist (GLIBC_2.30):
1097 Likewise.
1098 * sysdeps/unix/sysv/linux/tst-setgetname.c (gettid): Remove.
1099
1100 2019-02-07 Florian Weimer <fweimer@redhat.com>
1101
1102 * rt/clock-compat.c (COMPAT_REDIRECT): Turn librt forwarders into
1103 compatibility symbols.
1104
1105 2019-02-07 Stefan Liebler <stli@linux.ibm.com>
1106
1107 [BZ #24180]
1108 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1109 Add compiler barriers and comments.
1110
1111 2019-02-07 Florian Weimer <fweimer@redhat.com>
1112
1113 * include/array_length.h (array_length): Do not use a statement
1114 expression and _Static_assert, so that array_length can be used at
1115 file scope and as a constant expression.
1116
1117 2019-02-07 Florian Weimer <fweimer@redhat.com>
1118
1119 * support/xdlfcn.h (xdlmopen): Declare.
1120 * support/xdlmopen.c: New file.
1121 * support/Makefile (libsupport-routines): Add xdlmopen.
1122
1123 2019-02-06 Joseph Myers <joseph@codesourcery.com>
1124
1125 * elf/dl-load.h (_dl_postprocess_loadcmd): Use __always_inline
1126 before return type, without separate inline.
1127 * elf/dl-tunables.c (maybe_enable_malloc_check): Likewise.
1128 * elf/dl-tunables.h (tunable_is_name): Likewise.
1129 * malloc/malloc.c (do_set_trim_threshold): Likewise.
1130 (do_set_top_pad): Likewise.
1131 (do_set_mmap_threshold): Likewise.
1132 (do_set_mmaps_max): Likewise.
1133 (do_set_mallopt_check): Likewise.
1134 (do_set_perturb_byte): Likewise.
1135 (do_set_arena_test): Likewise.
1136 (do_set_arena_max): Likewise.
1137 (do_set_tcache_max): Likewise.
1138 (do_set_tcache_count): Likewise.
1139 (do_set_tcache_unsorted_limit): Likewise.
1140 * nis/nis_subr.c (count_dots): Likewise.
1141 * nptl/allocatestack.c (advise_stack_range): Likewise.
1142 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos): Likewise.
1143 (do_sin): Likewise.
1144 (reduce_sincos): Likewise.
1145 (do_sincos): Likewise.
1146 * sysdeps/unix/sysv/linux/x86/elision-conf.c
1147 (do_set_elision_enable): Likewise.
1148 (TUNABLE_CALLBACK_FNDECL): Likewise.
1149
1150 2019-02-06 Florian Weimer <fweimer@redhat.com>
1151
1152 * support/xdlfcn.c (xdlopen, xdlclose): Do not call dlerror.
1153 (xdlsym): Use dlerror to detect a NULL symbol.
1154
1155 2019-02-06 Florian Weimer <fweimer@redhat.com>
1156
1157 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Do not include
1158 <stap-probe.h>.
1159 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1160
1161 2019-02-06 Stefan Liebler <stli@linux.ibm.com>
1162
1163 * libio/tst-bz24153.c (wide): Use wide char format specifier.
1164
1165 2019-02-06 Stefan Liebler <stli@linux.ibm.com>
1166
1167 * sysdeps/s390/wmemcmp-vx.S: Add strong alias to
1168 __wmemcmp and weak alias to wmemcmp.
1169
1170 2019-02-06 Stefan Liebler <stli@linux.ibm.com>
1171
1172 [BZ #23403]
1173 * nptl/allocatestack.c (allocate_stack): Align pointer pd for
1174 TLS_TCB_AT_TP tls variant.
1175 * nptl/tst-tls1.c: Migrate to support/test-driver.c.
1176 Add alignment checks.
1177 * support/Makefile (libsupport-routines): Add xposix_memalign and
1178 xpthread_setstack.
1179 * support/support.h: Add xposix_memalign.
1180 * support/xthread.h: Add xpthread_attr_setstack.
1181 * support/xposix_memalign.c: New File.
1182 * support/xpthread_attr_setstack.c: Likewise.
1183
1184 2019-02-05 Florian Weimer <fweimer@redhat.com>
1185
1186 [BZ #24164]
1187 arm: Use "nr" constraint for Systemtap probes, to avoid the
1188 compiler using memory operands for constants, due to the "o"
1189 alternative in the default "nor" constraint.
1190 * include/stap-probe.h [USE_STAP_PROBE]: Include
1191 <stap-probe-machine.h>
1192 * sysdeps/generic/stap-probe-machine.h: New file.
1193 * sysdeps/arm/stap-probe-machine.h: Likewise.
1194
1195 2019-02-04 Joseph Myers <joseph@codesourcery.com>
1196
1197 * malloc/malloc.c (tcache_get): Compare tcache->counts[tc_idx]
1198 with 0, not tcache->entries[tc_idx].
1199
1200 * nscd/connections.c (reqinfo): Initialize SHUTDOWN element only
1201 once.
1202
1203 2019-02-04 Andreas Schwab <schwab@suse.de>
1204
1205 [BZ #16976]
1206 [BZ #17396]
1207 * posix/fnmatch_loop.c (internal_fnmatch, internal_fnwmatch): When
1208 looking up collating elements match against (wide) character
1209 sequence instead of name. Correct alignment adjustment.
1210 * posix/fnmatch.c: Don't include "../locale/elem-hash.h".
1211 (WMEMCMP) [HANDLE_MULTIBYTE]: Define.
1212 * posix/Makefile (tests): Add tst-fnmatch4 and tst-fnmatch5.
1213 (LOCALES): Add cs_CZ.ISO-8859-2.
1214 * posix/tst-fnmatch4.c: New file.
1215 * posix/tst-fnmatch5.c: New file.
1216 * include/wchar.h (__wmemcmp): Declare.
1217 * wcsmbs/wmemcmp.c: Define __wmemcmp and add wmemcmp as weak alias.
1218 * sysdeps/i386/i686/multiarch/wmemcmp.c: Likewise.
1219 * sysdeps/x86_64/multiarch/wmemcmp.c: Likewise.
1220 * sysdeps/s390/wmemcmp.c: Likewise.
1221
1222 2019-02-04 H.J. Lu <hongjiu.lu@intel.com>
1223
1224 [BZ #24155]
1225 CVE-2019-7309
1226 * NEWS: Updated for CVE-2019-7309.
1227 * sysdeps/x86_64/memcmp.S: Use RDX_LP for size. Clear the
1228 upper 32 bits of RDX register for x32. Use unsigned Jcc
1229 instructions, instead of signed.
1230 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memcmp-2.
1231 * sysdeps/x86_64/x32/tst-size_t-memcmp-2.c: New test.
1232
1233 2019-02-04 Florian Weimer <fweimer@redhat.com>
1234
1235 * posix/spawn.h (posix_spawn, posix_spawnp): Add __nonnull attribute.
1236 (posix_spawnattr_init, posix_spawnattr_destroy): Likewise.
1237 (posix_spawnattr_getsigdefault, posix_spawnattr_setsigdefault):
1238 Likewise.
1239 (posix_spawnattr_getsigmask, posix_spawnattr_setsigmask): Likewise.
1240 (posix_spawnattr_getflags, posix_spawnattr_setflags): Likewise.
1241 (posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Likewise.
1242 (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy):
1243 Likewise.
1244 (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam):
1245 Likewise.
1246 (posix_spawn_file_actions_init, posix_spawn_file_actions_destroy):
1247 Likewise.
1248 (posix_spawn_file_actions_addopen): Likewise.
1249 (posix_spawn_file_actions_addclose): Likewise.
1250 (posix_spawn_file_actions_adddup2): Likewise.
1251 (posix_spawn_file_actions_addchdir_np): Likewise. Add __restrict
1252 qualifiers.
1253 (posix_spawn_file_actions_addfchdir_np): Likewise.
1254
1255 2019-02-04 David Newall <glibc@davidnewall.com>
1256
1257 elf: Implement --preload option for the dynamic linker.
1258 * elf/rtld.c (preloadarg): New variable.
1259 (handle_preload_list): Pass through “where” argument to
1260 do_preload.
1261 (dl_main): Handle "--preload" and add second call to
1262 handle_preload_list.
1263 * elf/Makefile (tests-special): Add tst-rtld-preload.out.
1264 (tst-rtld-preload-OBJS): Set variable.
1265 (tst-rtld-preload.out): New target.
1266 * elf/tst-rtld-preload.sh: New file.
1267
1268 2019-02-04 Matthew Malcomson <matthew.malcomson@arm.com>
1269
1270 * Makefile (testrun.sh): Exit in case of incorrect argument.
1271
1272 2019-02-04 Florian Weimer <fweimer@redhat.com>
1273
1274 * time/tzfile.c (__tzfile_read): Reorder suballocations to avoid
1275 alignment gaps.
1276
1277 2019-02-03 Florian Weimer <fweimer@redhat.com>
1278
1279 * time/tzfile.c (__tzfile_read): Use struct alloc_buffer and its
1280 implicit overflow checks.
1281
1282 2019-02-03 Aurelien Jarno <aurelien@aurel32.net>
1283
1284 * stdlib/isomac.c: Include <unistd.h>.
1285
1286 2019-02-03 Florian Weimer <fweimer@redhat.com>
1287
1288 * include/time.h (__tzfile_default): Use int, not long int, for
1289 the GMT offsets.
1290 * time/tzfile.c (struct ttinfo): Change type of the offset member
1291 to int.
1292 (__tzfile_read): Remove useless cast.
1293 (__tzfile_default): Adjust prototype.
1294 * time/tzset.c (tz_rule): Change type of the offset member to int.
1295 (parse_offset): Change the type of the sign variable to int.
1296
1297 2019-02-03 Florian Weimer <fweimer@redhat.com>
1298
1299 [BZ #24153]
1300 * debug/gets_chk.c (__gets_chk): Use stdin instead of _IO_stdin.
1301 * libio/getchar.c (getchar): Likewise.
1302 * libio/getchar_u.c (getchar_unlocked): Likewise.
1303 * libio/getwchar.c (getwchar): Likewise.
1304 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
1305 * libio/iogets.c (_IO_gets): Likewise.
1306 * libio/vscanf.c (_IO_vscanf): Likewise.
1307 * libio/vwscanf.c (__vwscanf): Likewise.
1308 * libio/tst-bz24153.c: New file.
1309 * libio/Makefile (tests): Add it.
1310
1311 2019-02-02 Florian Weimer <fweimer@redhat.com>
1312
1313 [BZ #14829]
1314 * manual/resource.texi (Basic Scheduling Functions): Add
1315 portability note. Change process to task throughout the section.
1316 Remove incorrect comment about sched_yield as it affects
1317 tasks/threads, not entire processes.
1318 * sysdeps/unix/sysv/linux/bits/posix_opt.h
1319 (_POSIX_PRIORITY_SCHEDULING): Update comment.
1320
1321 2019-02-01 Joseph Myers <joseph@codesourcery.com>
1322
1323 * configure.ac (libc_cv_compiler_ok): Require GCC 6.2 or later.
1324 * configure: Regenerated.
1325 * manual/install.texi (Tools for Compilation): Update minimum GCC
1326 version.
1327 * INSTALL: Regenerated.
1328
1329 2019-02-01 Florian Weimer <fweimer@redhat.com>
1330
1331 * support/support_test_compare_string.c
1332 (support_test_compare_string): Use "string" in error message.
1333 * support/tst-test_compare_string.c (do_test): Adjust.
1334
1335 2019-02-01 Florian Weimer <fweimer@redhat.com>
1336
1337 * support/support_format_address_family.c
1338 (support_format_address_family): Handle AF_LOCAL, AF_UNSPEC.
1339
1340 2019-02-01 Florian Weimer <fweimer@redhat.com>
1341
1342 * manual/socket.texi (Internet Address Formats): Clarify the byte
1343 order of struct sockaddr_in, struct sockaddr_in6. Document
1344 sin6_flowinfo and sin6_scope_id.
1345
1346 2019-02-01 Wilco Dijkstra <wdijkstr@arm.com>
1347
1348 * sysdeps/posix/clock_getres.c (__clock_getres): Cleanup.
1349 * sysdeps/unix/clock_gettime.c (__clock_gettime): Cleanup.
1350 * sysdeps/unix/clock_settime.c (__clock_settime): Cleanup.
1351 * sysdeps/unix/sysv/linux/clock_getres.c (__clock_getres): Cleanup.
1352 * sysdeps/unix/sysv/linux/clock_gettime.c (__clock_gettime): Cleanup.
1353 * sysdeps/unix/sysv/linux/clock_settime.c (__clock_settime): Cleanup.
1354
1355 2019-02-01 Feng Xue <fxue@os.amperecomputing.com>
1356
1357 * sysdeps/aarch64/memchr.S (__memchr): Rename to MEMCHR.
1358 [!MEMCHR](MEMCHR): Set to __memchr.
1359 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines):
1360 Add memchr_generic and memchr_nosimd.
1361 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
1362 (__libc_ifunc_impl_list): Add memchr ifuncs.
1363 * sysdeps/aarch64/multiarch/memchr.c: New file.
1364 * sysdeps/aarch64/multiarch/memchr_generic.S: Likewise.
1365 * sysdeps/aarch64/multiarch/memchr_nosimd.S: Likewise.
1366
1367 2019-02-01 Feng Xue <fxue@os.amperecomputing.com>
1368
1369 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines):
1370 Add memset_emag.
1371 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
1372 (__libc_ifunc_impl_list): Add __memset_emag to memset ifunc.
1373 * sysdeps/aarch64/multiarch/memset.c (libc_ifunc):
1374 Add IS_EMAG check for ifunc dispatch.
1375 * sysdeps/aarch64/multiarch/memset_base64.S: New file.
1376 * sysdeps/aarch64/multiarch/memset_emag.S: New file.
1377
1378 2019-02-01 Feng Xue <fxue@os.amperecomputing.com>
1379
1380 * manual/tunables.texi (Tunable glibc.cpu.name): Add emag.
1381 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
1382 Add emag.
1383 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_EMAG):
1384 New macro.
1385
1386 2019-02-01 Stefan Liebler <stli@linux.ibm.com>
1387
1388 * posix/tst-spawn do_test(): Move waitpid before posix_spawn.
1389
1390 2019-01-31 Vineet Gupta <vgupta@synopsys.com>
1391
1392 * sysdeps/unix/make-syscalls.sh: Fix comment referencing
1393 syscall-template file.
1394
1395 2019-01-31 Carlos O'Donell <carlos@redhat.com>
1396 Torvald Riegel <triegel@redhat.com>
1397 Rik Prohaska <prohaska7@gmail.com>
1398
1399 [BZ# 23844]
1400 * nptl/Makefile (tests): Add tst-rwlock-tryrdlock-stall, and
1401 tst-rwlock-trywrlock-stall.
1402 * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
1403 Wake waiters if PTHREAD_RWLOCK_FUTEX_USED is set.
1404 * nptl/pthread_rwlock_trywrlock.c (__pthread_rwlock_trywrlock):
1405 Set __wrphase_fute to 1 only if we started the write phase.
1406 * nptl/tst-rwlock-tryrdlock-stall.c: New file.
1407 * nptl/tst-rwlock-trywrlock-stall.c: New file.
1408 * support/Makefile (libsupport-routines): Add xpthread_rwlock_destroy.
1409 * support/xpthread_rwlock_destroy.c: New file.
1410 * support/xthread.h: Declare xpthread_rwlock_destroy.
1411
1412 2019-02-01 Joseph Myers <joseph@codesourcery.com>
1413
1414 * scripts/build-many-glibcs.py (Context.checkout): Default MPFR
1415 version to 4.0.2.
1416
1417 2019-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1418
1419 [BZ #24051]
1420 * libio/ioputs.c (_IO_puts): Use stdout instead of _IO_stdout.
1421 * libio/fileops.c (_IO_new_file_underflow): Likewise
1422 * libio/wfileops.c (_IO_wfile_underflow): Likewise
1423 * libio/putchar.c (putchar): Likewise.
1424 * libio/putchar_u.c (putchar_unlocked): Likewise.
1425 * libio/putwchar.c (putchar): Likewise.
1426 * libio/putwchar_u.c (putwchar_unlocked): Likewise.
1427 * libio/tst-bz24051.c: New test.
1428 * libio/Makefile (tests): Add tst-bz24051
1429
1430 2019-01-31 Paul Eggert <eggert@cs.ucla.edu>
1431
1432 regex: fix read overrun [BZ #24114]
1433 Problem found by AddressSanitizer, reported by Hongxu Chen in:
1434 https://debbugs.gnu.org/34140
1435 * posix/regexec.c (proceed_next_node):
1436 Do not read past end of input buffer.
1437
1438 2019-01-31 Florian Weimer <fweimer@redhat.com>
1439
1440 [BZ #24059]
1441 * nss/nss_files/files-alias.c (get_next_alias): Handle
1442 continuation line without newline at the end.
1443 * nss/tst-nss-files-alias-truncated.c: New file.
1444 * nss/Makefile [$(build-shared)] (tests): Add
1445 tst-nss-files-alias-truncated.
1446 (tst-nss-files-alias-truncated): Link with libnss_files.so.
1447 * support/namespace.h (struct support_chroot_configuration): Add
1448 aliases member.
1449 (struct support_chroot): Add path_aliases member.
1450 * support/support_chroot.c (support_chroot_create): Handle
1451 aliases.
1452 (support_chroot_free): Free path_aliases.
1453
1454 2019-01-31 Siddhesh Poyarekar <siddhesh@sourceware.org>
1455
1456 * version.h (RELEASE): Set to "development".
1457 (VERSION): Set to "2.29.9000".
1458 * NEWS: Add section for 2.30.
1459
1460 * version.h (RELEASE): Set to "stable".
1461 (VERSION): Set to "2.29".
1462 * include/features.h (__GLIBC_MINOR__): Set to 2.29.
1463
1464 * NEWS: Add the list of bugs fixed in 2.29.
1465 * manual/contrib.texi: Update contributors list with some more
1466 names.
1467 * manual/install.texi: Update latest versions of packages
1468 tested.
1469 * INSTALL: Regenerated.
1470
1471 2019-01-25 Siddhesh Poyarekar <siddhesh@sourceware.org>
1472
1473 * po/be.po: Update translations.
1474 * po/bg.po: Likewise.
1475 * po/ca.po: Likewise.
1476 * po/cs.po: Likewise.
1477 * po/da.po: Likewise.
1478 * po/de.po: Likewise.
1479 * po/el.po: Likewise.
1480 * po/eo.po: Likewise.
1481 * po/es.po: Likewise.
1482 * po/fi.po: Likewise.
1483 * po/fr.po: Likewise.
1484 * po/gl.po: Likewise.
1485 * po/hr.po: Likewise.
1486 * po/hu.po: Likewise.
1487 * po/ia.po: Likewise.
1488 * po/id.po: Likewise.
1489 * po/it.po: Likewise.
1490 * po/ja.po: Likewise.
1491 * po/ko.po: Likewise.
1492 * po/lt.po: Likewise.
1493 * po/nb.po: Likewise.
1494 * po/nl.po: Likewise.
1495 * po/pl.po: Likewise.
1496 * po/pt_BR.po: Likewise.
1497 * po/ru.po: Likewise.
1498 * po/rw.po: Likewise.
1499 * po/sk.po: Likewise.
1500 * po/sl.po: Likewise.
1501 * po/sv.po: Likewise.
1502 * po/tr.po: Likewise.
1503 * po/uk.po: Likewise.
1504 * po/vi.po: Likewise.
1505 * po/zh_CN.po: Likewise.
1506 * po/zh_TW.po: Likewise.
1507
1508 2019-01-24 Uroš Bizjak <ubizjak@gmail.com>
1509
1510 [BZ #24130]
1511 * sysdeps/alpha/remqu.S (__remqu): Add missing restore
1512 of $f3 register on $y_is_neg path.
1513
1514 2019-01-24 Samuel Thibault <samuel.thibault@ens-lyon.org>
1515
1516 [BZ #24110]
1517 * hurd/hurdsig.c (_hurd_thread_sigstate): Set SS_DISABLE in
1518 sigaltstack.ss_flags.
1519
1520 2019-01-24 TAMUKI Shoichi <tamuki@linet.gr.jp>
1521
1522 [BZ #23758]
1523 * manual/time.texi (strftime): Document "%Ey".
1524 * time/strftime_l.c (__strftime_internal): Set the default width
1525 padding with zero of "%Ey" to 2.
1526
1527 [BZ #24096]
1528 * manual/time.texi (strftime): Document "%EC" and "%EY".
1529 * time/Makefile (tests): Add tst-strftime2.
1530 (LOCALES): Add ja_JP.UTF-8, lo_LA.UTF-8, and th_TH.UTF-8.
1531 * time/strftime_l.c (__strftime_internal): Add argument yr_spec to
1532 override padding for "%Ey".
1533 If an optional flag ('_' or '-') is specified to "%EY", interpret the
1534 "%Ey" in the subformat as if decorated with that flag.
1535 * time/tst-strftime2.c: New file.
1536
1537 2019-01-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
1538
1539 * support/xsigstack.c (MAP_NORESERVE, MAP_STACK): Define if they
1540 are not defined.
1541
1542 [BZ #24122]
1543 * elf/Makefile (tests): Add tst-audit13.
1544 (modules-names): Add tst-audit13mod1.
1545 (tst-audit13.out, LDFLAGS-tst-audit13mod1.so, tst-audit13-ENV): New
1546 rule.
1547 * elf/rtld.c (dl_main): Handle invalid audit module version.
1548 * elf/tst-audit13.c: New file.
1549 * elf/tst-audit13mod1.c: Likewise.
1550
1551 2019-01-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
1552
1553 * sysdeps/mach/hurd/faccessat.c (__faccessat_common): Check for errors
1554 returned by __hurd_at_flags.
1555 * hurd/lookup-at.c (__file_name_lookup_at): When at_flags contains
1556 AT_EMPTY_PATH, call __dir_lookup and __hurd_file_name_lookup_retry
1557 directly instead of __hurd_file_name_lookup.
1558
1559 2019-01-21 Joseph Myers <joseph@codesourcery.com>
1560
1561 * scripts/build-many-glibcs.py (Context.checkout): Default
1562 binutils version to 2.32 branch.
1563
1564 2019-01-21 Florian Weimer <fweimer@redhat.com>
1565
1566 [BZ #20018]
1567 CVE-2016-10739
1568 resolv: Reject trailing characters in host names
1569 * include/arpa/inet.h (__inet_aton_exact): Declare.
1570 (inet_aton): Remove hidden prototype. No longer used internally.
1571 * nscd/gai.c (__inet_aton): Do not define.
1572 * nscd/gethstbynm3_r.c (__inet_aton): Likewise.
1573 * nss/digits_dots.c (__inet_aton): Likewise.
1574 (__nss_hostname_digits_dots_context): Call __inet_aton_exact.
1575 * resolv/Makefile (tests-internal): Add tst-inet_aton_exact.
1576 (tests): Add tst-resolv-nondecimal, tst-resolv-trailing.
1577 (tst-resolv-nondecimal): Link with libresolv.so and libpthread.
1578 (tst-resolv-trailing): Likewise.
1579 * resolv/Versions (GLIBC_PRIVATE): Export __inet_aton_exact from
1580 libc.
1581 * resolv/inet_addr.c (inet_aton_end): Remame from __inet_aton.
1582 Make static. Add endp parameter.
1583 (__inet_aton_exact): New function.
1584 (__inet_aton_ignore_trailing): New function, aliased to inet_aton.
1585 (__inet_addr): Call inet_aton_end.
1586 * resolv/res_init.c (res_vinit_1): Truncate nameserver for IPv4,
1587 not just IPv6. Call __inet_aton_exact.
1588 * resolv/tst-aton.c: Switch to <support/test-driver.c>.
1589 (tests): Make const. Add additional test cases with trailing
1590 characters.
1591 (do_test): Use array_length.
1592 * resolv/tst-inet_aton_exact.c: New file.
1593 * resolv/tst-resolv-trailing.c: Likewise.
1594 * resolv/tst-resolv-nondecimal.c: Likewise.
1595 * sysdeps/posix/getaddrinfo.c (gaih_inet): Call __inet_aton_exact.
1596
1597 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1598
1599 [BZ# 24097]
1600 CVE-2019-6488
1601 * sysdeps/x86_64/multiarch/strlen-avx2.S: Use RSI_LP for length.
1602 Clear the upper 32 bits of RSI register.
1603 * sysdeps/x86_64/strlen.S: Use RSI_LP for length.
1604 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-strnlen
1605 and tst-size_t-wcsnlen.
1606 * sysdeps/x86_64/x32/tst-size_t-strnlen.c: New file.
1607 * sysdeps/x86_64/x32/tst-size_t-wcsnlen.c: Likewise.
1608
1609 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1610
1611 [BZ# 24097]
1612 CVE-2019-6488
1613 * sysdeps/x86_64/multiarch/strcpy-avx2.S: Use RDX_LP for length.
1614 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1615 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1616 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-strncpy.
1617 * sysdeps/x86_64/x32/tst-size_t-strncpy.c: New file.
1618
1619 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1620
1621 [BZ# 24097]
1622 CVE-2019-6488
1623 * sysdeps/x86_64/multiarch/strcmp-avx2.S: Use RDX_LP for length.
1624 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
1625 * sysdeps/x86_64/strcmp.S: Likewise.
1626 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-strncasecmp,
1627 tst-size_t-strncmp and tst-size_t-wcsncmp.
1628 * sysdeps/x86_64/x32/tst-size_t-strncasecmp.c: New file.
1629 * sysdeps/x86_64/x32/tst-size_t-strncmp.c: Likewise.
1630 * sysdeps/x86_64/x32/tst-size_t-wcsncmp.c: Likewise.
1631
1632 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1633
1634 [BZ# 24097]
1635 CVE-2019-6488
1636 * sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S: Use
1637 RDX_LP for length. Clear the upper 32 bits of RDX register.
1638 * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S: Likewise.
1639 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-wmemset.
1640 * sysdeps/x86_64/x32/tst-size_t-memset.c: New file.
1641 * sysdeps/x86_64/x32/tst-size_t-wmemset.c: Likewise.
1642
1643 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1644
1645 [BZ# 24097]
1646 CVE-2019-6488
1647 * sysdeps/x86_64/memrchr.S: Use RDX_LP for length.
1648 * sysdeps/x86_64/multiarch/memrchr-avx2.S: Likewise.
1649 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memrchr.
1650 * sysdeps/x86_64/x32/tst-size_t-memrchr.c: New file.
1651
1652 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1653
1654 [BZ# 24097]
1655 CVE-2019-6488
1656 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Use RDX_LP for
1657 length. Clear the upper 32 bits of RDX register.
1658 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1659 * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S:
1660 Likewise.
1661 * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:
1662 Likewise.
1663 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memcpy.
1664 tst-size_t-wmemchr.
1665 * sysdeps/x86_64/x32/tst-size_t-memcpy.c: New file.
1666
1667 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1668
1669 [BZ# 24097]
1670 CVE-2019-6488
1671 * sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S: Use RDX_LP for
1672 length. Clear the upper 32 bits of RDX register.
1673 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1674 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1675 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memcmp and
1676 tst-size_t-wmemcmp.
1677 * sysdeps/x86_64/x32/tst-size_t-memcmp.c: New file.
1678 * sysdeps/x86_64/x32/tst-size_t-wmemcmp.c: Likewise.
1679
1680 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1681
1682 [BZ# 24097]
1683 CVE-2019-6488
1684 * sysdeps/x86_64/memchr.S: Use RDX_LP for length. Clear the
1685 upper 32 bits of RDX register.
1686 * sysdeps/x86_64/multiarch/memchr-avx2.S: Likewise.
1687 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memchr and
1688 tst-size_t-wmemchr.
1689 * sysdeps/x86_64/x32/test-size_t.h: New file.
1690 * sysdeps/x86_64/x32/tst-size_t-memchr.c: Likewise.
1691 * sysdeps/x86_64/x32/tst-size_t-wmemchr.c: Likewise.
1692
1693 2019-01-18 Florian Weimer <fweimer@redhat.com>
1694
1695 [BZ #24112]
1696 resolv: Do not send queries for non-host-names in nss_dns.
1697 * resolv/nss_dns/dns-host.c (check_name): New function.
1698 (_nss_dns_gethostbyname2_r): Use it.
1699 (_nss_dns_gethostbyname_r): Likewise.
1700 (_nss_dns_gethostbyname4_r): Likewise.
1701
1702 2019-01-21 Florian Weimer <fweimer@redhat.com>
1703
1704 * resolv/inet_addr.c: Reformat to GNU style.
1705 (__inet_addr, __inet_aton): Update comment.
1706
1707 2019-01-18 Florian Weimer <fweimer@redhat.com>
1708
1709 malloc: Revert commit 6923f6db1e688dedcf3a6556da76e0bf24a41872
1710 ("malloc: Use current (C11-style) atomics for fastbin access").
1711 This commit introduces a substantial performance regression on
1712 POWER and Aarch64.
1713 * malloc/malloc.c (fastbin_push_entry, fastbin_pop_entry): Remove.
1714 (REMOVE_FB): Define.
1715 (_int_malloc): Use it and reindent.
1716 (_int_free): Use CAS loop with
1717 catomic_compare_and_exchange_val_rel.
1718 (malloc_consolidate): Use atomic_exchange_acq.
1719
1720
1721 2019-01-18 H.J. Lu <hongjiu.lu@intel.com>
1722
1723 * signal/Makefile (LDFLAGS-tst-minsigstksz-1): New. Set to
1724 -Wl,-z,now.
1725 (LDFLAGS-tst-minsigstksz-2): Likewise.
1726 (LDFLAGS-tst-minsigstksz-3): Likewise.
1727 (LDFLAGS-tst-minsigstksz-3a): Likewise.
1728 (LDFLAGS-tst-minsigstksz-4): Likewise.
1729
1730 2019-01-18 TAMUKI Shoichi <tamuki@linet.gr.jp>
1731
1732 * manual/time.texi (strftime): Fix the wording to "alternative" rather
1733 than "alternate".
1734
1735 2019-01-16 Paul A. Clarke <pc@us.ibm.com>
1736
1737 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Fix #ifdef.
1738
1739 2019-01-16 Zack Weinberg <zackw@panix.com>
1740
1741 * support/xsignal.h (xalloc_sigstack, xfree_sigstack)
1742 (xget_sigstack_location): New test support functions.
1743 * support/xsigstack.c: New file, implementing them.
1744 * support/tst-xsigstack.c: New test for them.
1745 * support/Makefile: Update.
1746
1747 * signal/tst-minsigstksz-1.c
1748 * signal/tst-minsigstksz-2.c
1749 * signal/tst-minsigstksz-3.c
1750 * signal/tst-minsigstksz-3a.c
1751 * signal/tst-minsigstksz-4.c: New tests.
1752 * signal/Makefile: Run them.
1753
1754 2019-01-16 Siddhesh Poyarekar <siddhesh@sourceware.org>
1755
1756 * po/libc.pot: Regenerate.
1757
1758 2019-01-15 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
1759
1760 * math/libm-test-fma.inc (fma_test_data): Set
1761 XFAIL_ROUNDING_IBM128_LIBGCC to more tests.
1762
1763 2019-01-15 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1764
1765 * sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c:
1766 (do_test): Changed __vector __int128_t to __vector unsigned int.
1767
1768 2019-01-14 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
1769
1770 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1771 strcat-avx2, strncat-avx2, strcpy-avx2, strncpy-avx2,
1772 stpcpy-avx2 and stpncpy-avx2.
1773 * sysdeps/x86_64/multiarch/ifunc-impl-list.c:
1774 (__libc_ifunc_impl_list): Add tests for __strcat_avx2,
1775 __strncat_avx2, __strcpy_avx2, __strncpy_avx2, __stpcpy_avx2
1776 and __stpncpy_avx2.
1777 * sysdeps/x86_64/multiarch/{ifunc-unaligned-ssse3.h =>
1778 ifunc-strcpy.h}: rename header for a more generic name.
1779 * sysdeps/x86_64/multiarch/ifunc-strcpy.h:
1780 (IFUNC_SELECTOR): Return OPTIMIZE (avx2) on AVX 2 machines if
1781 AVX unaligned load is fast and vzeroupper is preferred.
1782 * sysdeps/x86_64/multiarch/stpcpy-avx2.S: New file.
1783 * sysdeps/x86_64/multiarch/stpncpy-avx2.S: Likewise.
1784 * sysdeps/x86_64/multiarch/strcat-avx2.S: Likewise.
1785 * sysdeps/x86_64/multiarch/strcpy-avx2.S: Likewise.
1786 * sysdeps/x86_64/multiarch/strncat-avx2.S: Likewise.
1787 * sysdeps/x86_64/multiarch/strncpy-avx2.S: Likewise.
1788
1789 2019-01-12 Dmitry V. Levin <ldv@altlinux.org>
1790
1791 * argp/argp-help.c: Fix typo in comment.
1792 * misc/sys/cdefs.h: Likewise.
1793 * posix/regexec.c (sift_states_iter_mb): Likewise.
1794 * socket/sockatmark.c: Likewise.
1795 * socket/sys/socket.h: Likewise.
1796 * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
1797 * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
1798 * sysdeps/ia64/fpu/s_cosl.S: Likewise.
1799 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
1800 * sysdeps/unix/sockatmark.c: Likewise.
1801 * time/strptime_l.c: Likewise.
1802
1803 2019-01-11 TAMUKI Shoichi <tamuki@linet.gr.jp>
1804
1805 * time/strftime_l.c (__strftime_internal): Use "L_" macros, also add a
1806 missing space after the cast of "_NL_CURRENT".
1807
1808 2019-01-11 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1809
1810 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (vscr_t): Added
1811 ifdef to fix read of VSCR.
1812 * sysdeps/powerpc/powerpc64/Makefile [$subdir == stdlib]: Add
1813 tst-ucontext-ppc64-vscr.c to test list.
1814 * sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c: New test file.
1815
1816 2019-01-10 Andreas K. Hüttel <dilfridge@gentoo.org>
1817
1818 * resolv/tst-resolv-ai_idn-common.c (response): Avoid switch
1819 fall-through.
1820
1821 2019-01-09 Jim Wilson <jimw@sifive.com>
1822
1823 * sysdeps/riscv/rv64/rvd/libm-test-ulps: Update.
1824
1825 2019-01-09 Wilco Dijkstra <wdijkstr@arm.com>
1826
1827 * manual/tunables.texi (glibc.cpu.name): Add ares tunable.
1828 * sysdeps/aarch64/multiarch/memcpy.c (__libc_memcpy): Use
1829 __memcpy_falkor for ares.
1830 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_ARES):
1831 Add new define.
1832 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
1833 Add ares cpu.
1834
1835 2019-01-07 H.J. Lu <hongjiu.lu@intel.com>
1836
1837 [BZ #24066]
1838 * soft-fp/extenddftf2.c: Use "_FP_W_TYPE_SIZE < 64" to check if
1839 4_FP_W_TYPEs are used for IEEE quad precision.
1840 * soft-fp/extendhftf2.c: Likewise.
1841 * soft-fp/extendsftf2.c: Likewise.
1842 * soft-fp/extendxftf2.c: Likewise.
1843 * soft-fp/trunctfdf2.c: Likewise.
1844 * soft-fp/trunctfhf2.c: Likewise.
1845 * soft-fp/trunctfsf2.c: Likewise.
1846 * soft-fp/trunctfxf2.c: Likewise.
1847 * sysdeps/alpha/ots_cvttx.c: Likewise.
1848 * sysdeps/alpha/ots_cvtxt.c: Likewise.
1849 * sysdeps/ieee754/soft-fp/s_daddl.c: Likewise.
1850 * sysdeps/ieee754/soft-fp/s_ddivl.c: Likewise.
1851 * sysdeps/ieee754/soft-fp/s_dmull.c: Likewise.
1852 * sysdeps/ieee754/soft-fp/s_dsubl.c: Likewise.
1853 * sysdeps/ieee754/soft-fp/s_faddl.c: Likewise.
1854 * sysdeps/ieee754/soft-fp/s_fdivl.c: Likewise.
1855 * sysdeps/ieee754/soft-fp/s_fmull.c: Likewise.
1856 * sysdeps/ieee754/soft-fp/s_fsubl.c: Likewise.
1857 * sysdeps/sparc/sparc32/q_dtoq.c: Likewise.
1858 * sysdeps/sparc/sparc32/q_qtod.c: Likewise.
1859 * sysdeps/sparc/sparc32/q_qtos.c: Likewise.
1860 * sysdeps/sparc/sparc32/q_stoq.c: Likewise.
1861 * sysdeps/sparc/sparc64/qp_dtoq.c: Likewise.
1862 * sysdeps/sparc/sparc64/qp_qtod.c: Likewise.
1863 * sysdeps/sparc/sparc64/qp_qtos.c: Likewise.
1864 * sysdeps/sparc/sparc64/qp_stoq.c: Likewise.
1865
1866 2019-01-07 Aurelien Jarno <aurelien@aurel32.net>
1867
1868 [BZ #24024]
1869 * Makeconfig: Build libm with -fno-math-errno but build the remaining
1870 code with -fmath-errno.
1871 * string/Makefile [$(build-shared)] (tests): Add test-strerror-errno.
1872 [$(build-shared)] (LDLIBS-test-strerror-errno): New variable.
1873 * string/test-strerror-errno.c: New file.
1874
1875 2019-01-07 Aurelien Jarno <aurelien@aurel32.net>
1876
1877 [BZ #24046]
1878 * localedata/locales/en_US (date_fmt): Add, set to
1879 "%a %d %b %Y %r %Z".
1880
1881 2019-01-07 Florian Weimer <fweimer@redhat.com>
1882
1883 [BZ #24063]
1884 * manual/arith.texi (Math Error Reporting): Use @code{errno}
1885 instead of @var{errno}.
1886 (Parsing of Integers): Likewise.
1887 (Parsing of Floats): Likewise.
1888 * manual/filesys.texi (Working with Directory Trees): Likewise.
1889 (Temporary Files): Likewise.
1890 * manual/job.texi (Terminal Access Functions): Likewise.
1891 * manual/llio.texi (Synchronizing I/O): Likewise.
1892 * manual/math.texi (SVID Random): Likewise.
1893 * manual/message.texi (The catgets Functions): Likewise.
1894 (Translation with gettext): Likewise.
1895 (Locating gettext catalog): Likewise.
1896 (Charset conversion in gettext): Likewise.
1897 * manual/nss.texi (NSS Module Function Internals): Likewise.
1898 * manual/search.texi (Hash Search Function): Likewise.
1899 * manual/setjmp.texi (System V contexts): Likewise.
1900 * manual/time.texi (Sleeping): Likewise.
1901 * manual/users.texi (Lookup User): Likewise.
1902 (Lookup Group): Likewise.
1903
1904 2019-01-05 Adhemerval Zanella <adhemerval.zanella@linaro.org>
1905
1906 * posix/tst-spawn.c (do_test): Extend spargv to new required size and
1907 fix typo.
1908
1909 2019-01-04 Martin Jansa <Martin.Jansa@gmail.com>
1910
1911 [BZ #19444]
1912 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Use
1913 __builtin_unreachable for default case in switch.
1914 (__ieee754_yn): Likewise.
1915 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
1916 (__ieee754_ynl): Likewise.
1917 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
1918 (__ieee754_ynl): Likewise.
1919 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
1920 (__ieee754_ynl): Likewise.
1921
1922 2019-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
1923
1924 * manual/maint.texi: Use @{ and @}.
1925
1926 2019-01-04 Florian Weimer <fweimer@redhat.com>
1927
1928 * sysdeps/unix/sysv/linux/tst-ttyname.c (adjust_file_limit): New
1929 function.
1930 (do_in_chroot_1): Call it.
1931 (run_chroot_tests):
1932 Improve error reporting in case it is not possible to create a
1933 collision for the PTY name required by the test.
1934
1935 2019-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
1936
1937 * nptl/pthread_join_common.c (__pthread_timedjoin_ex): Use
1938 lll_wait_tid with timeout.
1939 * nptl/sem_wait.c (__old_sem_wait): Use lll_futex_wait_cancel.
1940 * sysdeps/nptl/aio_misc.h (AIO_MISC_WAIT): Use
1941 futex_reltimed_wait_cancelable for cancelabla mode.
1942 * sysdeps/nptl/gai_misc.h (GAI_MISC_WAIT): Likewise.
1943 * sysdeps/posix/open64.c (__libc_open64): Do not call cancelation
1944 macros.
1945 * sysdeps/posix/sigwait.c (__sigwait): Likewise.
1946 * sysdeps/posix/waitid.c (__sigwait): Likewise.
1947 * sysdeps/unix/sysdep.h (__SYSCALL_CANCEL_CALL,
1948 SYSCALL_CANCEL_NCS): New macro.
1949 * sysdeps/nptl/lowlevellock.h (lll_wait_tid): Add timeout argument.
1950 (lll_timedwait_tid): Remove macro.
1951 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_wait_tid):
1952 Likewise.
1953 (lll_timedwait_tid): Likewise.
1954 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (lll_wait_tid):
1955 Likewise.
1956 (lll_timedwait_tid): Likewise.
1957 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_wait_tid):
1958 Likewise.
1959 (lll_timedwait_tid): Likewise.
1960 * sysdeps/unix/sysv/linux/clock_nanosleep.c (__clock_nanosleep):
1961 Use INTERNAL_SYSCALL_CANCEL.
1962 * sysdeps/unix/sysv/linux/futex-internal.h
1963 (futex_reltimed_wait_cancelable): Use LIBC_CANCEL_{ASYNC,RESET}
1964 instead of __pthread_{enable,disable}_asynccancel.
1965 * sysdeps/unix/sysv/linux/lowlevellock-futex.h
1966 (lll_futex_wait_cancel): New macro.
1967
1968 * sysdeps/i386/nptl/tls.h (THREAD_ATOMIC_CMPXCHG_VAL,
1969 THREAD_ATOMIC_AND, THREAD_ATOMIC_BIT_SET): Remove macros.
1970
1971 * sysdeps/x86_64/nptl/tls.h (THREAD_ATOMIC_CMPXCHG_VAL,
1972 THREAD_ATOMIC_AND, THREAD_ATOMIC_BIT_SET): Remove macros.
1973
1974 * debug/tst-backtrace5.c (handle_signal): Avoid cancellable wrappers
1975 in backtrace analysis.
1976 * nptl/tst-cancel4.c (tf_write): Handle cancelled syscall with
1977 side-effects.
1978 (tf_send): Likewise.
1979
1980 * io/creat.c (LIBC_CANCEL_HANDLED): Remove macro.
1981 * io/ppoll.c (LIBC_CANCEL_HANDLED): Likewise.
1982 * misc/pselect.c (LIBC_CANCEL_HANDLED): Likewise.
1983 * nptl/pthreadP.h (LIBC_CANCEL_HANDLED): Likewise.
1984 * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Likewise.
1985 * sysdeps/mach/hurd/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Likewise.
1986 * sysdeps/posix/pause.c (LIBC_CANCEL_HANDLED): Likewise.
1987 * sysdeps/posix/sigpause.c (LIBC_CANCEL_HANDLED): Likewise.
1988 * sysdeps/unix/sysv/linux/creat.c (LIBC_CANCEL_HANDLED): Likewise.
1989 * sysdeps/unix/sysv/linux/creat64.c (LIBC_CANCEL_HANDLED): Likewise.
1990 * sysdeps/unix/sysv/linux/sigwait.c (LIBC_CANCEL_HANDLED): Likewise.
1991 * sysdeps/unix/sysv/linux/sigwaitinfo.c (LIBC_CANCEL_HANDLED):
1992 Likewise.
1993 * nptl/Makefile [$(run-built-tests) = yes] (tests-special): Remove
1994 tst-cancel-wrappers.sh.
1995 (generated): Remove tst-cancel-wrappers.out.
1996 (tst-cancel-wrappers.out): Remove rule.
1997 * nptl/tst-cancel-wrappers.sh: Remove file.
1998
1999 2019-01-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
2000
2001 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h: Add comment.
2002 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c (_DL_HWCAP_COUNT):
2003 Update.
2004
2005 2019-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
2006
2007 [BZ #23640]
2008 * posix/tst-spawn.c (do_prepare, handle_restart, do_test): Add
2009 posix_spawn_file_actions_adddup2 test to check O_CLOCEXEC reset.
2010 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Add
2011 close-on-exec reset for adddup2 file action.
2012 * sysdeps/posix/spawni.c (__spawni_child): Likewise.
2013
2014 2019-01-03 Zack Weinberg <zackw@panix.com>
2015
2016 * include/features.h (__GLIBC_USE_DEPRECATED_SCANF): New __GLIBC_USE
2017 parameter. Only use deprecated scanf when __USE_GNU is defined
2018 and __STDC_VERSION__ is less than 199901L or __cplusplus is less
2019 than 201103L, whichever is relevant for the language being compiled.
2020
2021 * libio/stdio.h, libio/bits/stdio-ldbl.h: Decide whether to redirect
2022 scanf, fscanf, sscanf, vscanf, vfscanf, and vsscanf to their
2023 __isoc99_ variants based only on __GLIBC_USE (DEPRECATED_SCANF).
2024 * wcsmbs/wchar.h: wcsmbs/bits/wchar-ldbl.h: Likewise for
2025 wscanf, fwscanf, swscanf, vwscanf, vfwscanf, and vswscanf.
2026
2027 * libio/iovsscanf.c
2028 * libio/fwscanf.c
2029 * libio/iovswscanf.c
2030 * libio/swscanf.c
2031 * libio/vscanf.c
2032 * libio/vwscanf.c
2033 * libio/wscanf.c
2034 * stdio-common/fscanf.c
2035 * stdio-common/scanf.c
2036 * stdio-common/vfscanf.c
2037 * stdio-common/vfwscanf.c
2038 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
2039 * sysdeps/ieee754/ldbl-opt/nldbl-fscanf.c
2040 * sysdeps/ieee754/ldbl-opt/nldbl-fwscanf.c
2041 * sysdeps/ieee754/ldbl-opt/nldbl-iovfscanf.c
2042 * sysdeps/ieee754/ldbl-opt/nldbl-scanf.c
2043 * sysdeps/ieee754/ldbl-opt/nldbl-sscanf.c
2044 * sysdeps/ieee754/ldbl-opt/nldbl-swscanf.c
2045 * sysdeps/ieee754/ldbl-opt/nldbl-vfscanf.c
2046 * sysdeps/ieee754/ldbl-opt/nldbl-vfwscanf.c
2047 * sysdeps/ieee754/ldbl-opt/nldbl-vscanf.c
2048 * sysdeps/ieee754/ldbl-opt/nldbl-vsscanf.c
2049 * sysdeps/ieee754/ldbl-opt/nldbl-vswscanf.c
2050 * sysdeps/ieee754/ldbl-opt/nldbl-vwscanf.c
2051 * sysdeps/ieee754/ldbl-opt/nldbl-wscanf.c:
2052 Override __GLIBC_USE_DEPRECATED_SCANF to 1.
2053
2054 * stdio-common/sscanf.c: Likewise. Remove ldbl_hidden_def for __sscanf.
2055 * stdio-common/isoc99_sscanf.c: Add libc_hidden_def for __isoc99_sscanf.
2056 * include/stdio.h: Provide libc_hidden_proto for __isoc99_sscanf,
2057 not sscanf.
2058 [!__GLIBC_USE (DEPRECATED_SCANF)]: Define sscanf as __isoc99_scanf
2059 with a preprocessor macro.
2060
2061 * stdio-common/bug21.c, stdio-common/scanf14.c:
2062 Use %ms instead of %as, %mS instead of %aS, %m[] instead of %a[];
2063 remove DIAG_IGNORE_NEEDS_COMMENT for -Wformat.
2064 * stdio-common/scanf16.c: Likewise. Add __attribute__ ((format (scanf)))
2065 to xscanf, xfscanf, xsscanf.
2066
2067 * stdio-common/scanf14a.c: New copy of scanf14.c which still uses
2068 %as, %aS, %a[]. Remove DIAG_IGNORE_NEEDS_COMMENT for -Wformat.
2069 * stdio-common/scanf16a.c: New copy of scanf16.c which still uses
2070 %as, %aS, %a[]. Add __attribute__ ((format (scanf))) to xscanf,
2071 xfscanf, xsscanf.
2072 * stdio-common/scanf15.c, stdio-common/scanf17.c: No need to
2073 override feature selection macros or provide definitions of u_char etc.
2074 * stdio-common/Makefile (tests): Add scanf14a and scanf16a.
2075 (CFLAGS-scanf15.c, CFLAGS-scanf17.c): Remove.
2076 (CFLAGS-scanf14a.c, CFLAGS-scanf16a.c): New. Compile these files
2077 with -std=gnu89.
2078
2079 2019-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
2080
2081 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2082 bits/termios-misc.h.
2083 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Remove file.
2084 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2085 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2086 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2087 * sysdeps/unix/sysv/linux/bits/termios-misc.h: New file.
2088 * sysdeps/unix/sysv/linux/bits/termios.h: Include termios-misc.h.
2089
2090 * sysdeps/unix/sysv/linux/powerpc/bits/termios-misc.h: New file.
2091 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]
2092 (struct sgtty, struct tchars, struct ltchars, TIOCPKT_DATA,
2093 TIOCPKT_FLUSHREAD, TIOCPKT_FLUSHWRITE, TIOCPKT_STOP, TIOCPKT_START,
2094 TIOCPKT_NOSTOP, TIOCPKT_DOSTOP, _VINTR, _VQUIT, _VERASE, _VKILL,
2095 _VEOF, _VMIN, _VEOL, _VTIME, _VEOL2, _VSWTC): Move to
2096 termios-misc.h.
2097 * sysdeps/unix/sysv/linux/powerpc/Makefile [$subdir == misc]
2098 (sysdep_headers): Add termios-misc.h.
2099
2100 * sysdeps/unix/sysv/linux/bits/termios.h (_IOT_termios): Remove.
2101 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2102 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2103
2104 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2105 termios-tcflow.h.
2106 * sysdeps/unix/sysv/linux/bits/termios-tcflow.h: New file.
2107 * sysdeps/unix/sysv/linux/mips/bits/termios-tcflow.h: Likewise.
2108 * sysdeps/unix/sysv/linux/bits/termios.h (TCSANOW, TCSADRAIN,
2109 TCSAFLUSH): Move to termios-tcflow.h.
2110 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2111 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2112 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2113 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2114
2115 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2116 termios-c_lflag.h.
2117 * sysdeps/unix/sysv/linux/bits/termios-c_lflag.h: New file.
2118 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_lflag.h: Likewise.
2119 * sysdeps/unix/sysv/linux/mips/bits/termios-c_lflag.h: Likewise.
2120 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h: Likewise.
2121 * sysdeps/unix/sysv/linux/bits/termios.h (ISIG, ISCANON, ECHO, ECHOE,
2122 ECHOK, ECHONL, NOFLSH, TOSTOP, IEXTEN): Move to termios-c_lflag.h.
2123 [__USE_MISC || (__USE_XOPEN && !__USE_XOPEN2K)] (XCASE): Likewise.
2124 [__USE_MISC] (ECHOCTL, ECHOPRT, ECHOKE, FLUSHO, PENDIN, EXTPROC):
2125 Likewise.
2126 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2127 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2128 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2129 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2130
2131 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2132 termios-c_cflag.h.
2133 * sysdeps/unix/sysv/linux/bits/termios-c_cflag.h: New file.
2134 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_cflag.h: Likewise.
2135 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_cflag.h: Likewise.
2136 * sysdeps/unix/sysv/linux/bits/termios.h (CSIZE, CS5, CS6, CS7, CS8,
2137 CSTOPB, CREAD, PARENB, PARODD, HUPCL, CLOCAL): Move to
2138 termios-c_cflag.h.
2139 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2140 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2141 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2142 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2143
2144 [BZ #23783]
2145 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2146 termios-baud.h.
2147 * sysdeps/unix/sysv/linux/bits/termios-baud.h: New file.
2148 * sysdeps/unix/sysv/linux/alpha/bits/termios-baud.h: Likewise.
2149 * sysdeps/unix/sysv/linux/powerpc/bits/termios-baud.h: Likewise.
2150 * sysdeps/unix/sysv/linux/sparc/bits/termios-baud.h: Likewise.
2151 * sysdeps/unix/sysv/linux/alpha/bits/termios.h (B57600, B115200,
2152 B230400, B460800, B500000, B576000, B921600, B1000000, B1152000,
2153 B1500000, B2000000, B2500000, B3000000, B3500000, B4000000,
2154 __MAX_BAUD): Move to termios-baud.h.
2155 [__USE_MISC] (CBAUD, CBAUDEX): Likewise.
2156 * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
2157 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2158 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2159 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2160
2161 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
2162 termios-c_oflag.h.
2163 * sysdeps/unix/sysv/linux/bits/termios-c_oflag.h: New file.
2164 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_oflag.h: Likewise.
2165 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_oflag.h: Likewise.
2166 * sysdeps/unix/sysv/linux/sparc/bits/termios-c_oflag.h: Likewise.
2167 * sysdeps/unix/sysv/linux/bits/termios.h (OPOST, OLCUC, ONLCR, OCRNL,
2168 ONOCR, ONLRET, OFILL, OFDEL, VTDLY, VT0, VT1): Move to
2169 termios-c_oflag.h.
2170 [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, CRDLY, CR0, CR1, CR2,
2171 CR3, TABDLY, TAB0, TAB1, TAB2, TAB3, BSDLY, BS0, BS1, FFDLY, FF0,
2172 FFR1): Likewise.
2173 [USE_MISC] (XTABS): Likewise.
2174 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2175 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2176 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2177 * sysdeps/unix/sysv/linux/sparc/bits/termios.h Likewise.
2178
2179 * sysdeps/unix/sysv/linux/Makefile (sysdeps_headers): Add
2180 termios-c_iflag.h.
2181 * sysdeps/unix/sysv/linux/bits/termios-c_iflag.h: New file.
2182 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_iflag.h: Likewise.
2183 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_iflag.h: Likewise.
2184 * sysdeps/unix/sysv/linux/bits/termios.h (IGNBRK, BRKINT, IGNPAR, PARMRK,
2185 INPCK, ISTRIP, INLCR, IGNCR, ICRNL, IXON, IXOFF, IXANY, IUCLC, IMAXBEL,
2186 IUTF8): Move to termios-c_iflag.h.
2187 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2188 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2189 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2190 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2191
2192 * sysdeps/unix/sysv/linux/Makefile (sysdeps_headers): Add
2193 termios-cc.h.
2194 * sysdeps/unix/sysv/linux/bits/termios-c_cc.h: Likewise.
2195 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_cc.h: New file.
2196 * sysdeps/unix/sysv/linux/mips/bits/termios-c_cc.h: Likewise.
2197 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_cc.h: Likewise.
2198 * sysdeps/unix/sysv/linux/sparc/bits/termios-c_cc.h: Likewise.
2199 * sysdeps/unix/sysv/linux/bits/termios.h (VINTR, VQUIT, VERASE,
2200 VKILL, VEOF, VTIME, VMIN, VSWTC, VSTART, VSTOP, VSUSP, VEOL,
2201 VREPRINT, VDISCARD, VWERASE, VLNEXT, VEOLF2): Move to termios-cc.h.
2202 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2203 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2204 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2205 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2206
2207 * sysdeps/unix/sysv/linux/alpha/bits/termios-struct.h: New file.
2208 * sysdeps/unix/sysv/linux/bits/termios-struct.h: Likewise.
2209 * sysdeps/unix/sysv/linux/mips/bits/termios-struct.h: Likewise.
2210 * sysdeps/unix/sysv/linux/sparc/bits/termios-struct.h: Likewise.
2211 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2212 termios-struct.h.
2213 * sysdeps/unix/sysv/linux/bits/termios.h (struct termios): Move to
2214 termios-struct.h.
2215 * sysdeps/unix/sysv/linux/alpha/bits/termios.h (struct termios):
2216 Likewise.
2217 * sysdeps/unix/sysv/linux/mips/bits/termios.h (struct termios):
2218 Likewise.
2219 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct termios):
2220 Likewise.
2221 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (struct termios):
2222 Likewise.
2223 * sysdeps/unix/sysv/linux/kernel_termios.h (_HAVE_C_ISPEED,
2224 _HAVE_C_OSPEED): Define.
2225 * sysdeps/unix/sysv/linux/mips/kernel_termios.h (_HAVE_C_ISPEED,
2226 _HAVE_C_OSPEED): Likewise.
2227 * sysdeps/unix/sysv/linux/sparc/kernel_termios.h (_HAVE_C_ISPEED,
2228 _HAVE_C_OSPEED): Likewise.
2229 * sysdeps/unix/sysv/linux/speed.c [_HAVE_STRUCT_TERMIOS_C_OSPEED]
2230 (cfsetospeed): Check for define value instead of existence.
2231 [_HAVE_STRUCT_TERMIOS_C_ISPEED] (cfsetispeed): Likewise.
2232 * sysdeps/unix/sysv/linux/tcgetattr.c [_HAVE_STRUCT_TERMIOS_C_ISPEED
2233 && _HAVE_C_ISPEED] (__tcgetattr): Likewise.
2234 * sysdeps/unix/sysv/linux/tcsetattr.c [_HAVE_STRUCT_TERMIOS_C_ISPEED
2235 && _HAVE_C_ISPEED] (__tcsetattr): Likewise.
2236
2237 [BZ #17783]
2238 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_MISC] (TIOCSER_TEMT):
2239 Define.
2240 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]
2241 (TIOCSER_TEMT): Likewise.
2242 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_MISC]
2243 (TEOCSER_TEMT): Likewise.
2244
2245 2019-01-02 PanderMusubi <pander@users.sourceforge.net>
2246
2247 [BZ #24011]
2248 * localedata/locales/bs_BA (LC_TELEPHONE): Fix a typo in comment.
2249
2250 2019-01-02 Joseph Myers <joseph@codesourcery.com>
2251
2252 * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
2253
2254 2019-01-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
2255
2256 * sysdeps/htl/pt-barrierattr-setpshared.c
2257 (pthread_barrierattr_setpshared): Add stub warning.
2258 * sysdeps/htl/pt-condattr-setpshared.c
2259 (pthread_condattr_setpshared): Likewise.
2260 * sysdeps/htl/pt-mutexattr-setpshared.c
2261 (pthread_mutexattr_setpshared): Likewise.
2262 * sysdeps/htl/pt-rwlockattr-setpshared.c
2263 (pthread_rwlockattr_setpshared): Likewise.
2264 * sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c
2265 (pthread_mutexattr_setpshared): Likewise.
2266
2267 2019-01-02 Joseph Myers <joseph@codesourcery.com>
2268
2269 * sysdeps/unix/sysv/linux/tst-mman-consts.py (main): Expect
2270 constants to match with Linux 4.20.
2271
2272 * sysdeps/mips/mips32/libm-test-ulps: Update.
2273 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
2274
2275 2019-01-02 Aurelien Jarno <aurelien@aurel32.net>
2276
2277 [BZ #24034]
2278 * sysdeps/unix/sysv/linux/arm/atomic-machine.h
2279 (__arm_assisted_compare_and_exchange_val_32_acq): Use uint32_t rather
2280 than __typeof (...) for the a_ptr variable.
2281
2282 2019-01-02 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
2283
2284 * debug/sprintf_chk.c (___sprintf_chk): Use PRINTF_CHK.
2285 * debug/vsprintf_chk.c (___vsprintf_chk): Likewise.
2286 * libio/Makefile (tests): Add tst-sprintf-ub and
2287 tst-sprintf-chk-ub.
2288 (CFLAGS-tst-sprintf-ub.c): New variable.
2289 (CFLAGS-tst-sprintf-chk-ub.c): Likewise.
2290 * libio/iovsprintf.c (__vsprintf_internal): Only erase the
2291 destination buffer and check for overflows in fortified mode.
2292 * libio/libioP.h (PRINTF_CHK): New macro.
2293 * libio/tst-sprintf-chk-ub.c: New file.
2294 * libio/tst-sprintf-ub.c: Likewise.
2295
2296 2019-01-02 Florian Weimer <fweimer@redhat.com>
2297
2298 [BZ #24018]
2299 * intl/dcigettext.c (DCIGETTEXT): Do not return NULL on asprintf
2300 failure.
2301
2302 2019-01-02 Florian Weimer <fweimer@redhat.com>
2303
2304 * nptl/tst-audit-threads.c: Switch to <support/test-driver.c>.
2305
2306 2019-01-01 Joseph Myers <joseph@codesourcery.com>
2307
2308 * sysdeps/unix/sysv/linux/bits/in.h (IPV6_MULTICAST_ALL): New
2309 macro.
2310
2311 * sysdeps/unix/sysv/linux/netpacket/packet.h
2312 (PACKET_IGNORE_OUTGOING): New macro.
2313
2314 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_SSBS): New
2315 macro.
2316
2317 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
2318 version to 4.20.
2319 (riscv_flush_icache): New syscall.
2320
2321 * manual/texinfo.tex: Update to version 2018-12-28.17 with
2322 trailing whitespace removed.
2323 * scripts/config.guess: Update to version 2019-01-01.
2324 * scripts/config.sub: Update to version 2019-01-01.
2325 * scripts/move-if-change: Update from gnulib.
2326
2327 * NEWS: Update copyright dates.
2328 * catgets/gencat.c (print_version): Likewise.
2329 * csu/version.c (banner): Likewise.
2330 * debug/catchsegv.sh: Likewise.
2331 * debug/pcprofiledump.c (print_version): Likewise.
2332 * debug/xtrace.sh (do_version): Likewise.
2333 * elf/ldconfig.c (print_version): Likewise.
2334 * elf/ldd.bash.in: Likewise.
2335 * elf/pldd.c (print_version): Likewise.
2336 * elf/sotruss.sh: Likewise.
2337 * elf/sprof.c (print_version): Likewise.
2338 * iconv/iconv_prog.c (print_version): Likewise.
2339 * iconv/iconvconfig.c (print_version): Likewise.
2340 * locale/programs/locale.c (print_version): Likewise.
2341 * locale/programs/localedef.c (print_version): Likewise.
2342 * login/programs/pt_chown.c (print_version): Likewise.
2343 * malloc/memusage.sh (do_version): Likewise.
2344 * malloc/memusagestat.c (print_version): Likewise.
2345 * malloc/mtrace.pl: Likewise.
2346 * manual/libc.texinfo: Likewise.
2347 * nptl/version.c (banner): Likewise.
2348 * nscd/nscd.c (print_version): Likewise.
2349 * nss/getent.c (print_version): Likewise.
2350 * nss/makedb.c (print_version): Likewise.
2351 * posix/getconf.c (main): Likewise.
2352 * scripts/test-installation.pl: Likewise.
2353 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2354
2355 * All files with FSF copyright notices: Update copyright dates
2356 using scripts/update-copyrights.
2357 * locale/programs/charmap-kw.h: Regenerated.
2358 * locale/programs/locfile-kw.h: Likewise.
2359
2360 2018-12-31 Joseph Myers <joseph@codesourcery.com>
2361
2362 * timezone/zdump.c: Update from tzcode 2018i.
2363 * timezone/zic.c: Likewise.
2364
2365 2018-12-31 Paul Eggert <eggert@cs.ucla.edu>
2366
2367 regex: improve Gnulib port to AIX
2368 From the glibc point of view, this removes duplicate macro
2369 definitions and is obviously safe.
2370 From the Gnulib point of view, this pacifies xlc 12.01 on AIX 7.1.
2371 * posix/regex_internal.h:
2372 (__attribute__, __attribute_warn_unused_result__):
2373 Remove; already defined elsewhere.
2374
2375 2018-12-31 Florian Weimer <fw@deneb.enyo.de>
2376
2377 [BZ #24027]
2378 * malloc/malloc.c (_int_realloc): Always call memcpy for the
2379 copying operation. (ncopies had the wrong type, resulting in an
2380 integer wraparound and too few elements being copied.)
2381
2382 2018-12-31 H.J. Lu <hongjiu.lu@intel.com>
2383
2384 [BZ #24022]
2385 * sysdeps/unix/sysv/linux/riscv/flush-icache.c: Check if
2386 <asm/syscalls.h> exists with __has_include__ before including it.
2387
2388 2018-12-31 Joseph Myers <joseph@codesourcery.com>
2389
2390 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
2391 version to 4.20.
2392
2393 2018-12-28 Justus Winter <4winter@informatik.uni-hamburg.de>
2394
2395 * hurd/lookup-retry: Include <unistd.h>.
2396 (__hurd_file_name_lookup_retry): Keep a ref on last result in `lastdir'.
2397 Release it on return. Handle "pid" magical lookup retry.
2398
2399 2018-12-28 Rafal Luzynski <digitalfreak@lingonborough.com>
2400
2401 [BZ #10496]
2402 * localedata/locales/aa_DJ (t_fmt): Set to "%l:%M:%S %p".
2403 (t_fmt_ampm): Likewise.
2404 * localedata/locales/aa_ER (t_fmt): Likewise.
2405 (t_fmt_ampm): Likewise.
2406 * localedata/locales/aa_ER@saaho (t_fmt): Likewise.
2407 (t_fmt_ampm): Likewise.
2408 * localedata/locales/aa_ET (t_fmt): Likewise.
2409 (t_fmt_ampm): Likewise.
2410 * localedata/locales/am_ET (t_fmt): Likewise.
2411 (t_fmt_ampm): Likewise.
2412 * localedata/locales/byn_ER (t_fmt): Likewise.
2413 (t_fmt_ampm): Likewise.
2414 * localedata/locales/om_ET (t_fmt): Likewise.
2415 (t_fmt_ampm): Likewise.
2416 * localedata/locales/sid_ET (t_fmt): Likewise.
2417 (t_fmt_ampm): Likewise.
2418 * localedata/locales/so_DJ (t_fmt): Likewise.
2419 (t_fmt_ampm): Likewise.
2420 * localedata/locales/so_ET (t_fmt): Likewise.
2421 (t_fmt_ampm): Likewise.
2422 * localedata/locales/so_SO (t_fmt): Likewise.
2423 (t_fmt_ampm): Likewise.
2424 * localedata/locales/ti_ER (t_fmt): Likewise.
2425 (t_fmt_ampm): Likewise.
2426 * localedata/locales/ti_ET (t_fmt): Likewise.
2427 (t_fmt_ampm): Likewise.
2428 * localedata/locales/tig_ER (t_fmt): Likewise.
2429 (t_fmt_ampm): Likewise.
2430 * localedata/locales/wal_ET (t_fmt): Likewise.
2431 (t_fmt_ampm): Likewise.
2432
2433 * localedata/locales/anp_IN (t_fmt): Set to "%I:%M:%S %p %Z".
2434 * localedata/locales/ar_IN (t_fmt): Likewise.
2435 * localedata/locales/bhb_IN (t_fmt): Likewise.
2436 * localedata/locales/bho_IN (t_fmt): Likewise.
2437 * localedata/locales/bi_VU (t_fmt): Likewise.
2438 * localedata/locales/bn_BD (t_fmt): Likewise.
2439 * localedata/locales/bn_IN (t_fmt): Likewise.
2440 * localedata/locales/brx_IN (t_fmt): Likewise.
2441 * localedata/locales/doi_IN (t_fmt): Likewise.
2442 * localedata/locales/en_HK (t_fmt): Likewise.
2443 (t_fmt_ampm): Likewise.
2444 * localedata/locales/en_IN (t_fmt): Likewise.
2445 * localedata/locales/en_PH (t_fmt): Likewise.
2446 * localedata/locales/gu_IN (t_fmt): Likewise.
2447 * localedata/locales/hi_IN (t_fmt): Likewise.
2448 * localedata/locales/hif_FJ (t_fmt): Likewise.
2449 * localedata/locales/hne_IN (t_fmt): Likewise.
2450 * localedata/locales/kn_IN (t_fmt): Likewise.
2451 * localedata/locales/kok_IN (t_fmt): Likewise.
2452 * localedata/locales/ks_IN (t_fmt): Likewise.
2453 * localedata/locales/ks_IN@devanagari (t_fmt): Likewise.
2454 * localedata/locales/mag_IN (t_fmt): Likewise.
2455 * localedata/locales/mai_IN (t_fmt): Likewise.
2456 * localedata/locales/mjw_IN (t_fmt): Likewise.
2457 * localedata/locales/ml_IN (t_fmt): Likewise.
2458 * localedata/locales/mni_IN (t_fmt): Likewise.
2459 * localedata/locales/mr_IN (t_fmt): Likewise.
2460 * localedata/locales/ms_MY (t_fmt): Likewise.
2461 * localedata/locales/pa_IN (t_fmt): Likewise.
2462 * localedata/locales/raj_IN (t_fmt): Likewise.
2463 * localedata/locales/sa_IN (t_fmt): Likewise.
2464 * localedata/locales/sat_IN (t_fmt): Likewise.
2465 * localedata/locales/sd_IN (t_fmt): Likewise.
2466 * localedata/locales/sd_IN@devanagari (t_fmt): Likewise.
2467 * localedata/locales/tcy_IN (t_fmt): Likewise.
2468 * localedata/locales/the_NP (t_fmt): Likewise.
2469 * localedata/locales/to_TO (t_fmt): Likewise.
2470 * localedata/locales/ur_IN (t_fmt): Likewise.
2471
2472 * localedata/locales/hif_FJ (d_t_fmt): Set to
2473 "%A %d %b %Y %I:%M:%S %p".
2474 (date_fmt): Add, set to "%A %d %b %Y %I:%M:%S %p %Z".
2475
2476 * localedata/locales/ar_AE (t_fmt): Set to "%Z %I:%M:%S %p".
2477 * localedata/locales/ar_BH (t_fmt): Likewise.
2478 * localedata/locales/ar_DZ (t_fmt): Likewise.
2479 * localedata/locales/ar_EG (t_fmt): Likewise.
2480 * localedata/locales/ar_IQ (t_fmt): Likewise.
2481 * localedata/locales/ar_JO (t_fmt): Likewise.
2482 * localedata/locales/ar_KW (t_fmt): Likewise.
2483 * localedata/locales/ar_LB (t_fmt): Likewise.
2484 * localedata/locales/ar_LY (t_fmt): Likewise.
2485 * localedata/locales/ar_OM (t_fmt): Likewise.
2486 * localedata/locales/ar_QA (t_fmt): Likewise.
2487 * localedata/locales/ar_SD (t_fmt): Likewise.
2488 * localedata/locales/ar_SS (t_fmt): Likewise.
2489 * localedata/locales/ar_SY (t_fmt): Likewise.
2490 * localedata/locales/ar_TN (t_fmt): Likewise.
2491 * localedata/locales/ar_YE (t_fmt): Likewise.
2492
2493 * localedata/locales/gez_ER (t_fmt): Set to "%l:%M:%S<U1361>%p".
2494 (t_fmt_ampm): Likewise.
2495 * localedata/locales/gez_ET (t_fmt): Likewise.
2496 (t_fmt_ampm): Likewise.
2497
2498 * localedata/locales/ta_IN (t_fmt): Set to "%p %I:%M:%S %Z".
2499 (t_fmt_ampm): Likewise.
2500 (d_t_fmt): Set to "%A %d %B %Y %p %I:%M:%S %Z".
2501
2502 * localedata/locales/zh_HK (t_fmt):
2503 Set to "%p %I<U6642>%M<U5206>%S<U79D2> %Z".
2504
2505 * localedata/locales/ar_MA (t_fmt_ampm): Set to "" (empty string)
2506 because this locale does not use the 12-hour clock.
2507 (t_fmt): Set to "%Z %H:%M:%S".
2508 (d_t_fmt): Set to "%d %b, %Y %Z %H:%M:%S".
2509
2510 * localedata/locales/mt_MT (t_fmt_ampm): Set to "" (empty string)
2511 because this locale does not use the 12-hour clock.
2512 (t_fmt): Set to "%H:%M:%S %Z".
2513 (d_t_fmt): Set to "%A, %d ta %b, %Y %H:%M:%S %Z".
2514
2515 * localedata/locales/so_KE (t_fmt_ampm): Set to "" (empty string)
2516 because this locale does not use the 12-hour clock.
2517 (t_fmt): Set to "%T".
2518 (d_t_fmt): Set to "%A, %B %e, %Y %X %Z".
2519 (date_fmt): Set to "%A, %B %e, %X %Z %Y".
2520
2521 * localedata/locales/ta_LK (t_fmt_ampm): Set to "" (empty string)
2522 because this locale does not use the 12-hour clock.
2523 (t_fmt): Set to "%H:%M:%S %Z".
2524 (d_t_fmt): Set to "%A %d %B %Y %H:%M:%S %Z".
2525
2526 * localedata/locales/bg_BG (t_fmt_ampm): Set to "" (empty string)
2527 because this locale does not use the 12-hour clock.
2528 * localedata/locales/cs_CZ (t_fmt_ampm): Likewise.
2529 * localedata/locales/sk_SK (t_fmt_ampm): Likewise.
2530
2531 2018-12-28 Rafal Luzynski <digitalfreak@lingonborough.com>
2532
2533 [BZ #10496]
2534 [BZ #23724]
2535 * localedata/locales/sq_AL (t_fmt): Set to "%I:%M:%S.%p %Z".
2536 (t_fmt_ampm): Likewise.
2537 (d_t_fmt): Set to "%a %-d %b %Y %I:%M:%S.%p".
2538 (date_fmt): Add, set to "%a %-d %b %Y %I:%M:%S.%p %Z".
2539 (d_fmt): Set to "%-d.%-m.%y".
2540
2541 2018-12-28 Adhemerval Zanella <adhemerval.zanella@linaro.org>
2542
2543 * malloc/alloc_buffer_alloc_array.c (__libc_alloc_buffer_alloc_array):
2544 Use __builtin_mul_overflow in place of check_mul_overflow_size_t.
2545 * malloc/dynarray_emplace_enlarge.c (__libc_dynarray_emplace_enlarge):
2546 Likewise.
2547 * malloc/dynarray_resize.c (__libc_dynarray_resize): Likewise.
2548 * malloc/reallocarray.c (__libc_reallocarray): Likewise.
2549 * malloc/malloc-internal.h (check_mul_overflow_size_t): Remove
2550 function.
2551 * support/blob_repeat.c (check_mul_overflow_size_t,
2552 (minimum_stride_size, support_blob_repeat_allocate): Likewise.
2553
2554 2018-12-28 Aurelien Jarno <aurelien@aurel32.net>
2555
2556 * sysdeps/alpha/fpu/libm-test-ulps: Regenerated.
2557
2558 2018-12-27 Paul Eggert <eggert@cs.ucla.edu>
2559
2560 regex: simplify Gnulib port
2561 This simplifies the code, by removing stuff intended for porting
2562 to Gnulib but no longer needed there.
2563 * posix/regcomp.c [!_LIBC]: No need to put #ifdef _LIBC around
2564 uses of libc_hidden_def, weak_alias.
2565 * posix/regcomp.c, posix/regexec.c: Use __restrict rather than
2566 _Restrict_ except for public-facing headers.
2567 * posix/regex_internal.h (attribute_hidden) [!_LIBC]:
2568 Remove; already defined elsewhere.
2569 * posix/regex.c, posix/regex_internal.h:
2570 Use __GNUC_PREREQ instead of rolling our own.
2571 * posix/regex_internal.h (__GNUC_PREREQ): Remove duplicate defn.
2572
2573 2018-12-27 Wilco Dijkstra <wdijkstr@arm.com>
2574
2575 * benchtests/bench-strlen.c (generic_strlen): New function.
2576 (memchr_strlen): New function.
2577
2578 2018-12-26 H.J. Lu <hongjiu.lu@intel.com>
2579
2580 * sysdeps/x86_64/fpu/s_sincosf.S: Removed.
2581 * sysdeps/x86_64/fpu/multiarch/s_sincosf-sse2.S: Likewise.
2582 * sysdeps/x86_64/fpu/multiarch/s_sincosf-sse2.c: New file.
2583
2584 2018-12-26 H.J. Lu <hongjiu.lu@intel.com>
2585
2586 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
2587
2588 2018-12-26 H.J. Lu <hongjiu.lu@intel.com>
2589
2590 * sysdeps/ieee754/flt-32/s_sincosf.h: Include <sincosf_poly.h>.
2591 (sincos_t, sincosf_poly, sinf_poly): Moved to ...
2592 * sysdeps/ieee754/flt-32/sincosf_poly.h: Here. New file.
2593 * sysdeps/x86/fpu/s_sincosf_data.c: New file.
2594 * sysdeps/x86/fpu/sincosf_poly.h: Likewise.
2595 * sysdeps/x86_64/fpu/multiarch/s_sincosf-fma.c: Just include
2596 <sysdeps/ieee754/flt-32/s_sincosf.c>.
2597
2598 2018-12-21 Joseph Myers <joseph@codesourcery.com>
2599
2600 [BZ #24023]
2601 * sysdeps/unix/sysv/linux/nios2/localplt.data: Allow __floatundidf
2602 PLT reference in libc.so.
2603 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Allow
2604 _Q_lltoq and _Q_qtod PLT references in libc.so.
2605
2606 2018-12-21 Wilco Dijkstra <wdijkstr@arm.com>
2607
2608 * benchtests/bench-memchr.c: Cleanup defines.
2609 * benchtests/bench-memcmp.c: Likewise.
2610 * benchtests/bench-memset.c: Likewise.
2611 * benchtests/bench-memset-large.c: Likewise.
2612 * benchtests/bench-memset-walk.c: Likewise.
2613 * benchtests/bench-stpcpy.c: Likewise.
2614 * benchtests/bench-stpncpy.c: Likewise.
2615 * benchtests/bench-strcat.c: Likewise.
2616 * benchtests/bench-strchr.c: Likewise.
2617 * benchtests/bench-strcmp.c: Likewise.
2618 * benchtests/bench-strcpy.c: Likewise.
2619 * benchtests/bench-strcspn.c: Likewise.
2620 * benchtests/bench-string.h: Likewise.
2621 * benchtests/bench-strlen.c: Likewise.
2622 * benchtests/bench-strncat.c: Likewise.
2623 * benchtests/bench-strncmp.c: Likewise.
2624 * benchtests/bench-strncpy.c: Likewise.
2625 * benchtests/bench-strnlen.c: Likewise.
2626 * benchtests/bench-strpbrk.c: Likewise.
2627 * benchtests/bench-strrchr.c: Likewise.
2628 * benchtests/bench-strspn.c: Likewise.
2629
2630 2018-12-21 Joseph Myers <joseph@codesourcery.com>
2631
2632 * stdlib/longlong.h: Update from GCC.
2633
2634 [BZ #23993]
2635 * configure.ac (libc_cv_compiler_ok): Require GCC 5 or later.
2636 * configure: Regenerated.
2637 * manual/install.texi (Tools for Compilation): Update minimum GCC
2638 version.
2639 * INSTALL: Regenerated.
2640
2641 2018-12-21 Istvan Kurucsai <pistukem@gmail.com>
2642
2643 * malloc/malloc.c (munmap_chunk): Verify chunk alignment.
2644
2645 2018-12-20 Istvan Kurucsai <pistukem@gmail.com>
2646
2647 * malloc/malloc.c (mremap_chunk): Additional checks.
2648
2649 2018-12-21 Mao Han <han_mao@c-sky.com>
2650
2651 * config.h.in (CSKYABI, CSKY_HARD_FLOAT): New Define.
2652 * scripts/build-many-glibcs.py: Add C-SKY targets.
2653 * sysdeps/csky/Implies: New file.
2654 * sysdeps/csky/Makefile: Likewise.
2655 * sysdeps/csky/abiv2/__longjmp.S: Likewise.
2656 * sysdeps/csky/abiv2/csky-mcount.S: Likewise.
2657 * sysdeps/csky/abiv2/dl-trampoline.S: Likewise.
2658 * sysdeps/csky/abiv2/memcmp.S: Likewise.
2659 * sysdeps/csky/abiv2/memcpy.S: Likewise.
2660 * sysdeps/csky/abiv2/memmove.S: Likewise.
2661 * sysdeps/csky/abiv2/memset.S: Likewise.
2662 * sysdeps/csky/abiv2/setjmp.S: Likewise.
2663 * sysdeps/csky/abiv2/start.S: Likewise.
2664 * sysdeps/csky/abiv2/strcmp.S: Likewise.
2665 * sysdeps/csky/abiv2/strcpy.S: Likewise.
2666 * sysdeps/csky/abiv2/strlen.S: Likewise.
2667 * sysdeps/csky/abiv2/tls-macros.h: Likewise.
2668 * sysdeps/csky/abort-instr.h: Likewise.
2669 * sysdeps/csky/atomic-machine.h: Likewise.
2670 * sysdeps/csky/bits/endian.h: Likewise.
2671 * sysdeps/csky/bits/fenv.h: Likewise.
2672 * sysdeps/csky/bits/link.h: Likewise.
2673 * sysdeps/csky/bits/setjmp.h: Likewise.
2674 * sysdeps/csky/bsd-_setjmp.S: Likewise.
2675 * sysdeps/csky/bsd-setjmp.S: Likewise.
2676 * sysdeps/csky/configure: Likewise.
2677 * sysdeps/csky/configure.ac: Likewise.
2678 * sysdeps/csky/dl-machine.h: Likewise.
2679 * sysdeps/csky/dl-procinfo.c: Likewise.
2680 * sysdeps/csky/dl-procinfo.h: Likewise.
2681 * sysdeps/csky/dl-sysdep.h: Likewise.
2682 * sysdeps/csky/dl-tls.h: Likewise.
2683 * sysdeps/csky/fpu/fclrexcpt.c: Likewise.
2684 * sysdeps/csky/fpu/fedisblxcpt.c: Likewise.
2685 * sysdeps/csky/fpu/feenablxcpt.c: Likewise.
2686 * sysdeps/csky/fpu/fegetenv.c: Likewise.
2687 * sysdeps/csky/fpu/fegetexcept.c: Likewise.
2688 * sysdeps/csky/fpu/fegetmode.c: Likewise.
2689 * sysdeps/csky/fpu/fegetround.c: Likewise.
2690 * sysdeps/csky/fpu/feholdexcpt.c: Likewise.
2691 * sysdeps/csky/fpu/fenv_libc.h: Likewise.
2692 * sysdeps/csky/fpu/fenv_private.h: Likewise.
2693 * sysdeps/csky/fpu/fesetenv.c: Likewise.
2694 * sysdeps/csky/fpu/fesetexcept.c: Likewise.
2695 * sysdeps/csky/fpu/fesetmode.c: Likewise.
2696 * sysdeps/csky/fpu/fesetround.c: Likewise.
2697 * sysdeps/csky/fpu/feupdateenv.c: Likewise.
2698 * sysdeps/csky/fpu/fgetexcptflg.c: Likewise.
2699 * sysdeps/csky/fpu/fix-fp-int-convert-overflow.h: Likewise.
2700 * sysdeps/csky/fpu/fraiseexcpt.c: Likewise.
2701 * sysdeps/csky/fpu/fsetexcptflg.c: Likewise.
2702 * sysdeps/csky/fpu/ftestexcept.c: Likewise.
2703 * sysdeps/csky/fpu/libm-test-ulps: Likewise.
2704 * sysdeps/csky/fpu/libm-test-ulps-name: Likewise.
2705 * sysdeps/csky/fpu_control.h: Likewise.
2706 * sysdeps/csky/gccframe.h: Likewise.
2707 * sysdeps/csky/jmpbuf-unwind.h: Likewise.
2708 * sysdeps/csky/ldsodefs.h: Likewise.
2709 * sysdeps/csky/libc-tls.c: Likewise.
2710 * sysdeps/csky/linkmap.h: Likewise.
2711 * sysdeps/csky/machine-gmon.h: Likewise.
2712 * sysdeps/csky/memusage.h: Likewise.
2713 * sysdeps/csky/nofpu/Implies: Likewise.
2714 * sysdeps/csky/nofpu/libm-test-ulps: Likewise.
2715 * sysdeps/csky/nofpu/libm-test-ulps-name: Likewise.
2716 * sysdeps/csky/nptl/Makefile: Likewise.
2717 * sysdeps/csky/nptl/bits/pthreadtypes-arch.h: Likewise.
2718 * sysdeps/csky/nptl/bits/semaphore.h: Likewise.
2719 * sysdeps/csky/nptl/pthread-offsets.h: Likewise.
2720 * sysdeps/csky/nptl/pthreaddef.h: Likewise.
2721 * sysdeps/csky/nptl/tcb-offsets.sym: Likewise.
2722 * sysdeps/csky/nptl/tls.h: Likewise.
2723 * sysdeps/csky/preconfigure: Likewise.
2724 * sysdeps/csky/sfp-machine.h: Likewise.
2725 * sysdeps/csky/sotruss-lib.c: Likewise.
2726 * sysdeps/csky/stackinfo.h: Likewise.
2727 * sysdeps/csky/sysdep.h: Likewise.
2728 * sysdeps/csky/tininess.h: Likewise.
2729 * sysdeps/csky/tst-audit.h: Likewise.
2730 * sysdeps/unix/sysv/linux/csky/Implies: Likewise.
2731 * sysdeps/unix/sysv/linux/csky/Makefile: Likewise.
2732 * sysdeps/unix/sysv/linux/csky/Versions: Likewise.
2733 * sysdeps/unix/sysv/linux/csky/abiv2/____longjmp_chk.S: Likewise.
2734 * sysdeps/unix/sysv/linux/csky/abiv2/clone.S: Likewise.
2735 * sysdeps/unix/sysv/linux/csky/abiv2/getcontext.S: Likewise.
2736 * sysdeps/unix/sysv/linux/csky/abiv2/setcontext.S: Likewise.
2737 * sysdeps/unix/sysv/linux/csky/abiv2/swapcontext.S: Likewise.
2738 * sysdeps/unix/sysv/linux/csky/abiv2/syscall.S: Likewise.
2739 * sysdeps/unix/sysv/linux/csky/abiv2/sysdep.S: Likewise.
2740 * sysdeps/unix/sysv/linux/csky/abiv2/ucontext_i.sym: Likewise.
2741 * sysdeps/unix/sysv/linux/csky/bits/procfs.h: Likewise.
2742 * sysdeps/unix/sysv/linux/csky/bits/shmlba.h: Likewise.
2743 * sysdeps/unix/sysv/linux/csky/c++-types.data: Likewise.
2744 * sysdeps/unix/sysv/linux/csky/configure: Likewise.
2745 * sysdeps/unix/sysv/linux/csky/configure.ac: Likewise.
2746 * sysdeps/unix/sysv/linux/csky/ipc_priv.h: Likewise.
2747 * sysdeps/unix/sysv/linux/csky/jmp_buf-macros.h: Likewise.
2748 * sysdeps/unix/sysv/linux/csky/kernel-features.h: Likewise.
2749 * sysdeps/unix/sysv/linux/csky/ld.abilist: Likewise.
2750 * sysdeps/unix/sysv/linux/csky/ldconfig.h: Likewise.
2751 * sysdeps/unix/sysv/linux/csky/libBrokenLocale.abilist: Likewise.
2752 * sysdeps/unix/sysv/linux/csky/libanl.abilist: Likewise.
2753 * sysdeps/unix/sysv/linux/csky/libc.abilist: Likewise.
2754 * sysdeps/unix/sysv/linux/csky/libcrypt.abilist: Likewise.
2755 * sysdeps/unix/sysv/linux/csky/libdl.abilist: Likewise.
2756 * sysdeps/unix/sysv/linux/csky/libm.abilist: Likewise.
2757 * sysdeps/unix/sysv/linux/csky/libpthread.abilist: Likewise.
2758 * sysdeps/unix/sysv/linux/csky/libresolv.abilist: Likewise.
2759 * sysdeps/unix/sysv/linux/csky/librt.abilist: Likewise.
2760 * sysdeps/unix/sysv/linux/csky/libthread_db.abilist: Likewise.
2761 * sysdeps/unix/sysv/linux/csky/libutil.abilist: Likewise.
2762 * sysdeps/unix/sysv/linux/csky/localplt.data: Likewise.
2763 * sysdeps/unix/sysv/linux/csky/makecontext.c: Likewise.
2764 * sysdeps/unix/sysv/linux/csky/profil-counter.h: Likewise.
2765 * sysdeps/unix/sysv/linux/csky/pt-vfork.S: Likewise.
2766 * sysdeps/unix/sysv/linux/csky/register-dump.h: Likewise.
2767 * sysdeps/unix/sysv/linux/csky/shlib-versions: Likewise.
2768 * sysdeps/unix/sysv/linux/csky/sigcontextinfo.h: Likewise.
2769 * sysdeps/unix/sysv/linux/csky/sys/cachectl.h: Likewise.
2770 * sysdeps/unix/sysv/linux/csky/sys/ucontext.h: Likewise.
2771 * sysdeps/unix/sysv/linux/csky/sys/user.h: Likewise.
2772 * sysdeps/unix/sysv/linux/csky/syscalls.list: Likewise.
2773 * sysdeps/unix/sysv/linux/csky/sysdep.h: Likewise.
2774
2775 2018-12-18 Albert ARIBAUD <albert.aribaud@3adev.fr>
2776
2777 * include/time.h (__difftime64): Add.
2778 * time/difftime.c (subtract): convert to 64-bit time.
2779 * time/difftime.c (__difftime64): Add.
2780 * time/difftime.c (__difftime): Wrap around __difftime64.
2781
2782 2018-12-20 H.J. Lu <hongjiu.lu@intel.com>
2783
2784 * manual/examples/add.c: Remove redundant "if not".
2785 * manual/examples/argp-ex1.c: Likewise.
2786 * manual/examples/argp-ex2.c: Likewise.
2787 * manual/examples/argp-ex3.c: Likewise.
2788 * manual/examples/argp-ex4.c: Likewise.
2789 * manual/examples/atexit.c: Likewise.
2790 * manual/examples/db.c: Likewise.
2791 * manual/examples/dir.c: Likewise.
2792 * manual/examples/dir2.c: Likewise.
2793 * manual/examples/execinfo.c: Likewise.
2794 * manual/examples/filecli.c: Likewise.
2795 * manual/examples/filesrv.c: Likewise.
2796 * manual/examples/fmtmsgexpl.c: Likewise.
2797 * manual/examples/genpass.c: Likewise.
2798 * manual/examples/inetcli.c: Likewise.
2799 * manual/examples/inetsrv.c: Likewise.
2800 * manual/examples/isockad.c: Likewise.
2801 * manual/examples/longopt.c: Likewise.
2802 * manual/examples/memopen.c: Likewise.
2803 * manual/examples/memstrm.c: Likewise.
2804 * manual/examples/mkdirent.c: Likewise.
2805 * manual/examples/mkfsock.c: Likewise.
2806 * manual/examples/mkisock.c: Likewise.
2807 * manual/examples/mygetpass.c: Likewise.
2808 * manual/examples/pipe.c: Likewise.
2809 * manual/examples/popen.c: Likewise.
2810 * manual/examples/rprintf.c: Likewise.
2811 * manual/examples/search.c: Likewise.
2812 * manual/examples/select.c: Likewise.
2813 * manual/examples/setjmp.c: Likewise.
2814 * manual/examples/sigh1.c: Likewise.
2815 * manual/examples/sigusr.c: Likewise.
2816 * manual/examples/stpcpy.c: Likewise.
2817 * manual/examples/strdupa.c: Likewise.
2818 * manual/examples/strftim.c: Likewise.
2819 * manual/examples/subopt.c: Likewise.
2820 * manual/examples/swapcontext.c: Likewise.
2821 * manual/examples/termios.c: Likewise.
2822 * manual/examples/testopt.c: Likewise.
2823 * manual/examples/testpass.c: Likewise.
2824 * manual/examples/timeval_subtract.c: Likewise.
2825
2826 2018-12-19 Joseph Myers <joseph@codesourcery.com>
2827
2828 * sysdeps/x86/fpu/math_private.h: New file.
2829 * sysdeps/x86/fpu/bits/mathinline.h: Remove.
2830
2831 * sysdeps/x86/fpu/bits/mathinline.h (sinh): Remove inline
2832 definition.
2833 (cosh): Likewise.
2834 (tanh): Likewise.
2835
2836 2018-12-19 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
2837
2838 * elf/dl-sysdep.c (auxvars): Add AT_L1I_CACHESIZE,
2839 AT_L1I_CACHEGEOMETRY, AT_L1D_CACHESIZE, AT_L1D_CACHEGEOMETRY,
2840 AT_L2_CACHESIZE, AT_L2_CACHEGEOMETRY, AT_L3_CACHESIZE and
2841 AT_L3_CACHEGEOMETRY. Fix indentation when printing the other
2842 fields.
2843 (_dl_show_auxv): Give a special treatment to
2844 AT_L1I_CACHEGEOMETRY, AT_L1D_CACHEGEOMETRY, AT_L2_CACHEGEOMETRY
2845 and AT_L3_CACHEGEOMETRY.
2846 * sysdeps/powerpc/dl-procinfo.h (cache_geometry): New function.
2847 (_dl_procinfo): Fix indentation when printing AT_HWCAP and
2848 AT_HWCAP2. Add support for AT_L1I_CACHEGEOMETRY,
2849 AT_L1D_CACHEGEOMETRY, AT_L2_CACHEGEOMETRY and AT_L3_CACHEGEOMETRY.
2850
2851 2018-12-19 Andreas Schwab <schwab@suse.de>
2852
2853 * nscd/connections.c (check_use): Don't abort on invalid len.
2854
2855 2018-12-18 Samuel Thibault <samuel.thibault@ens-lyon.org>
2856
2857 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Test against 64bit `cmd'
2858 values in the 64bit value cases.
2859
2860 2018-12-18 Albert ARIBAUD <albert.aribaud@3adev.fr>
2861
2862 * include/time.h
2863 (__ctime64_r): Add.
2864 * time/ctime_r.c
2865 (__ctime64_r): Add.
2866 [__TIMESIZE != 64] (__ctime_r): Turn into a wrapper.
2867
2868 * include/time.h
2869 (__ctime64): Add.
2870 * time/gmtime.c
2871 (__ctime64): Add.
2872 [__TIMESIZE != 64] (ctime): Turn into a wrapper.
2873
2874 * include/time.h
2875 (__gmtime64_r): Add.
2876 * time/gmtime.c
2877 (__gmtime64_r): Add.
2878 [__TIMESIZE != 64] (__gmtime): Turn into a wrapper.
2879
2880 * include/time.h
2881 (__gmtime64): Add.
2882 * time/gmtime.c
2883 (__gmtime64): Add.
2884 [__TIMESIZE != 64] (__gmtime): Turn into a wrapper.
2885
2886 * include/time.h
2887 (__localtime64_r): Add.
2888 * time/localtime.c
2889 (__localtime64_r): Add.
2890 [__TIMESIZE != 64] (__localtime_r): Turn into a wrapper.
2891
2892 2018-12-18 Adhemerval Zanella <adhemerval.zanella@linaro.org>
2893
2894 * sysdeps/unix/sysv/linux/s390/kernel_sigaction.h: Use Linux generic
2895 kernel_sigction definition.
2896
2897 * sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h: Remove file.
2898
2899 * sysdeps/unix/sysv/linux/hppa/kernel_sigaction.h: Remove file.
2900
2901 * sysdeps/unix/sysv/linux/alpha/Makefile: Update comment about
2902 __syscall_rt_sigaction.
2903 * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h
2904 (kernel_sigaction): Use Linux generic defintion.
2905 (STUB): Define.
2906 (__syscall_rt_sigreturn, __syscall_sigreturn): Add prototype.
2907 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S
2908 (__syscall_rt_sigaction): Remove implementation.
2909 (__syscall_sigreturn, __syscall_rt_sigreturn): Define as global and
2910 hidden.
2911 * sysdeps/unix/sysv/linux/alpha/sigaction.c: Remove file.
2912 * sysdeps/unix/sysv/linux/alpha/sysdep.h (INLINE_SYSCALL,
2913 INTERNAL_SYSCALL): Remove definitions.
2914 * sysdeps/unix/sysv/linux/sigaction.c: Define STUB to accept both the
2915 action and signal set size.
2916 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (STUB): Redefine.
2917 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (STUB): Likewise.
2918
2919 2018-12-18 Adhemerval Zanella <adhemerval.zanella@linaro.org>
2920 James Clarke <jrtc27@jrtc27.com>
2921
2922 [BZ #23967]
2923 * sysdeps/unix/sysv/linux/kernel_sigaction.h (HAS_SA_RESTORER):
2924 Define if SA_RESTORER is defined.
2925 (kernel_sigaction): Define sa_restorer if HAS_SA_RESTORER is defined.
2926 (SET_SA_RESTORER, RESET_SA_RESTORER): Define iff the macro are not
2927 already defined.
2928 * sysdeps/unix/sysv/linux/m68k/kernel_sigaction.h (SA_RESTORER,
2929 kernel_sigaction, SET_SA_RESTORER, RESET_SA_RESTORER): Remove
2930 definitions.
2931 (HAS_SA_RESTORER): Define.
2932 * sysdeps/unix/sysv/linux/sparc/kernel_sigaction.h (SA_RESTORER,
2933 SET_SA_RESTORER, RESET_SA_RESTORER): Remove definition.
2934 (HAS_SA_RESTORER): Define.
2935 * sysdeps/unix/sysv/linux/nios2/kernel_sigaction.h: Include generic
2936 kernel_sigaction after define SET_SA_RESTORER and RESET_SA_RESTORER.
2937 * sysdeps/unix/sysv/linux/powerpc/kernel_sigaction.h: Likewise.
2938 * sysdeps/unix/sysv/linux/s390/kernel_sigaction.h: Likewise.
2939 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2940
2941 2018-12-18 Joseph Myers <joseph@codesourcery.com>
2942
2943 * sysdeps/unix/sysv/linux/kernel-features.h
2944 (__ASSUME_ST_INO_64_BIT): Remove macro definition.
2945 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
2946 (__ASSUME_ST_INO_64_BIT): Do not undefine and define.
2947 * sysdeps/unix/sysv/linux/sh/kernel-features.h
2948 (__ASSUME_ST_INO_64_BIT): Likewise.
2949 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
2950 <kernel-features.h>.
2951 (___fxstat64) [_HAVE_STAT64___ST_INO && !__ASSUME_ST_INO_64_BIT]:
2952 Remove conditional code.
2953 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
2954 <kernel-features.h>.
2955 (___lxstat64) [_HAVE_STAT64___ST_INO && !__ASSUME_ST_INO_64_BIT]:
2956 Remove conditional code.
2957 * sysdeps/unix/sysv/linux/xstat64.c: Do not include
2958 <kernel-features.h>.
2959 (___xstat64) [_HAVE_STAT64___ST_INO && !__ASSUME_ST_INO_64_BIT]:
2960 Remove conditional code.
2961 * sysdeps/unix/sysv/linux/xstatconv.c: Do not include
2962 <kernel-features.h>.
2963 (__xstat32_conv) [_HAVE_STAT64___ST_INO]: Remove conditional code.
2964 [!_HAVE_STAT64___ST_INO]: Make code unconditional.
2965
2966 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2967
2968 * sysdeps/s390/multiarch/ifunc-resolve.h
2969 (s390_vx_libc_ifunc, s390_vx_libc_ifunc_redirected,
2970 s390_vx_libc_ifunc2, s390_vx_libc_ifunc_init,
2971 s390_vx_libc_ifunc2_redirected, s390_libc_ifunc):
2972 Delete macro definition.
2973 (s390_libc_ifunc_init): Rename to
2974 s390_libc_ifunc_expr_stfle_init.
2975 * sysdeps/s390/bzero: Use
2976 s390_libc_ifunc_expr_stfle_init instead of
2977 s390_libc_ifunc_init.
2978 * sysdeps/s390/memcmp.c: Likewise.
2979 * sysdeps/s390/memcpy.c: Likewise.
2980 * sysdeps/s390/mempcpy.c: Likewise.
2981 * sysdeps/s390/memset.c: Likewise.
2982
2983 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2984
2985 * sysdeps/s390/multiarch/gconv_simple.c (ICONV_VX_IFUNC):
2986 Define macro dependent on HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT.
2987
2988 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2989
2990 * sysdeps/s390/multiarch/Makefile
2991 (sysdep_routines): Remove wmemcmp variants.
2992 * sysdeps/s390/Makefile (sysdep_routines): Add wmemcmp variants.
2993 * sysdeps/s390/multiarch/ifunc-impl-list.c
2994 (__libc_ifunc_impl_list): Refactor ifunc handling for wmemcmp.
2995 * sysdeps/s390/multiarch/wmemcmp-c.c: Move to ...
2996 * sysdeps/s390/wmemcmp-c.c: ... here and adjust ifunc handling.
2997 * sysdeps/s390/multiarch/wmemcmp-vx.S: Move to ...
2998 * sysdeps/s390/wmemcmp-vx.S: ... here and adjust ifunc handling.
2999 * sysdeps/s390/multiarch/wmemcmp.c: Move to ...
3000 * sysdeps/s390/wmemcmp.c: ... here and adjust ifunc handling.
3001 * sysdeps/s390/ifunc-wmemcmp.h: New file.
3002
3003 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3004
3005 * sysdeps/s390/multiarch/Makefile
3006 (sysdep_routines): Remove wmemset variants.
3007 * sysdeps/s390/Makefile (sysdep_routines): Add wmemset variants.
3008 * sysdeps/s390/multiarch/ifunc-impl-list.c
3009 (__libc_ifunc_impl_list): Refactor ifunc handling for wmemset.
3010 * sysdeps/s390/multiarch/wmemset-c.c: Move to ...
3011 * sysdeps/s390/wmemset-c.c: ... here and adjust ifunc handling.
3012 * sysdeps/s390/multiarch/wmemset-vx.S: Move to ...
3013 * sysdeps/s390/wmemset-vx.S: ... here and adjust ifunc handling.
3014 * sysdeps/s390/multiarch/wmemset.c: Move to ...
3015 * sysdeps/s390/wmemset.c: ... here and adjust ifunc handling.
3016 * sysdeps/s390/ifunc-wmemset.h: New file.
3017
3018 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3019
3020 * sysdeps/s390/multiarch/Makefile
3021 (sysdep_routines): Remove wmemchr variants.
3022 * sysdeps/s390/Makefile (sysdep_routines): Add wmemchr variants.
3023 * sysdeps/s390/multiarch/ifunc-impl-list.c
3024 (__libc_ifunc_impl_list): Refactor ifunc handling for wmemchr.
3025 * sysdeps/s390/multiarch/wmemchr-c.c: Move to ...
3026 * sysdeps/s390/wmemchr-c.c: ... here and adjust ifunc handling.
3027 * sysdeps/s390/multiarch/wmemchr-vx.S: Move to ...
3028 * sysdeps/s390/wmemchr-vx.S: ... here and adjust ifunc handling.
3029 * sysdeps/s390/multiarch/wmemchr.c: Move to ...
3030 * sysdeps/s390/wmemchr.c: ... here and adjust ifunc handling.
3031 * sysdeps/s390/ifunc-wmemchr.h: New file.
3032
3033 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3034
3035 * sysdeps/s390/multiarch/Makefile
3036 (sysdep_routines): Remove wcscspn variants.
3037 * sysdeps/s390/Makefile (sysdep_routines): Add wcscspn variants.
3038 * sysdeps/s390/multiarch/ifunc-impl-list.c
3039 (__libc_ifunc_impl_list): Refactor ifunc handling for wcscspn.
3040 * sysdeps/s390/multiarch/wcscspn-c.c: Move to ...
3041 * sysdeps/s390/wcscspn-c.c: ... here and adjust ifunc handling.
3042 * sysdeps/s390/multiarch/wcscspn-vx.S: Move to ...
3043 * sysdeps/s390/wcscspn-vx.S: ... here and adjust ifunc handling.
3044 * sysdeps/s390/multiarch/wcscspn.c: Move to ...
3045 * sysdeps/s390/wcscspn.c: ... here and adjust ifunc handling.
3046 * sysdeps/s390/ifunc-wcscspn.h: New file.
3047
3048 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3049
3050 * sysdeps/s390/multiarch/Makefile
3051 (sysdep_routines): Remove wcspbrk variants.
3052 * sysdeps/s390/Makefile (sysdep_routines): Add wcspbrk variants.
3053 * sysdeps/s390/multiarch/ifunc-impl-list.c
3054 (__libc_ifunc_impl_list): Refactor ifunc handling for wcspbrk.
3055 * sysdeps/s390/multiarch/wcspbrk-c.c: Move to ...
3056 * sysdeps/s390/wcspbrk-c.c: ... here and adjust ifunc handling.
3057 * sysdeps/s390/multiarch/wcspbrk-vx.S: Move to ...
3058 * sysdeps/s390/wcspbrk-vx.S: ... here and adjust ifunc handling.
3059 * sysdeps/s390/multiarch/wcspbrk.c: Move to ...
3060 * sysdeps/s390/wcspbrk.c: ... here and adjust ifunc handling.
3061 * sysdeps/s390/ifunc-wcspbrk.h: New file.
3062
3063 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3064
3065 * sysdeps/s390/multiarch/Makefile
3066 (sysdep_routines): Remove wcsspn variants.
3067 * sysdeps/s390/Makefile (sysdep_routines): Add wcsspn variants.
3068 * sysdeps/s390/multiarch/ifunc-impl-list.c
3069 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsspn.
3070 * sysdeps/s390/multiarch/wcsspn-c.c: Move to ...
3071 * sysdeps/s390/wcsspn-c.c: ... here and adjust ifunc handling.
3072 * sysdeps/s390/multiarch/wcsspn-vx.S: Move to ...
3073 * sysdeps/s390/wcsspn-vx.S: ... here and adjust ifunc handling.
3074 * sysdeps/s390/multiarch/wcsspn.c: Move to ...
3075 * sysdeps/s390/wcsspn.c: ... here and adjust ifunc handling.
3076 * sysdeps/s390/ifunc-wcsspn.h: New file.
3077
3078 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3079
3080 * sysdeps/s390/multiarch/Makefile
3081 (sysdep_routines): Remove wcsrchr variants.
3082 * sysdeps/s390/Makefile (sysdep_routines): Add wcsrchr variants.
3083 * sysdeps/s390/multiarch/ifunc-impl-list.c
3084 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsrchr.
3085 * sysdeps/s390/multiarch/wcsrchr-c.c: Move to ...
3086 * sysdeps/s390/wcsrchr-c.c: ... here and adjust ifunc handling.
3087 * sysdeps/s390/multiarch/wcsrchr-vx.S: Move to ...
3088 * sysdeps/s390/wcsrchr-vx.S: ... here and adjust ifunc handling.
3089 * sysdeps/s390/multiarch/wcsrchr.c: Move to ...
3090 * sysdeps/s390/wcsrchr.c: ... here and adjust ifunc handling.
3091 * sysdeps/s390/ifunc-wcsrchr.h: New file.
3092
3093 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3094
3095 * sysdeps/s390/multiarch/Makefile
3096 (sysdep_routines): Remove wcschrnul variants.
3097 * sysdeps/s390/Makefile (sysdep_routines): Add wcschrnul variants.
3098 * sysdeps/s390/multiarch/ifunc-impl-list.c
3099 (__libc_ifunc_impl_list): Refactor ifunc handling for wcschrnul.
3100 * sysdeps/s390/multiarch/wcschrnul-c.c: Move to ...
3101 * sysdeps/s390/wcschrnul-c.c: ... here and adjust ifunc handling.
3102 * sysdeps/s390/multiarch/wcschrnul-vx.S: Move to ...
3103 * sysdeps/s390/wcschrnul-vx.S: ... here and adjust ifunc handling.
3104 * sysdeps/s390/multiarch/wcschrnul.c: Move to ...
3105 * sysdeps/s390/wcschrnul.c: ... here and adjust ifunc handling.
3106 * sysdeps/s390/ifunc-wcschrnul.h: New file.
3107
3108 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3109
3110 * sysdeps/s390/multiarch/Makefile
3111 (sysdep_routines): Remove wcschr variants.
3112 * sysdeps/s390/Makefile (sysdep_routines): Add wcschr variants.
3113 * sysdeps/s390/multiarch/ifunc-impl-list.c
3114 (__libc_ifunc_impl_list): Refactor ifunc handling for wcschr.
3115 * sysdeps/s390/multiarch/wcschr-c.c: Move to ...
3116 * sysdeps/s390/wcschr-c.c: ... here and adjust ifunc handling.
3117 * sysdeps/s390/multiarch/wcschr-vx.S: Move to ...
3118 * sysdeps/s390/wcschr-vx.S: ... here and adjust ifunc handling.
3119 * sysdeps/s390/multiarch/wcschr.c: Move to ...
3120 * sysdeps/s390/wcschr.c: ... here and adjust ifunc handling.
3121 * sysdeps/s390/ifunc-wcschr.h: New file.
3122
3123 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3124
3125 * sysdeps/s390/multiarch/Makefile
3126 (sysdep_routines): Remove wcsncmp variants.
3127 * sysdeps/s390/Makefile (sysdep_routines): Add wcsncmp variants.
3128 * sysdeps/s390/multiarch/ifunc-impl-list.c
3129 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsncmp.
3130 * sysdeps/s390/multiarch/wcsncmp-c.c: Move to ...
3131 * sysdeps/s390/wcsncmp-c.c: ... here and adjust ifunc handling.
3132 * sysdeps/s390/multiarch/wcsncmp-vx.S: Move to ...
3133 * sysdeps/s390/wcsncmp-vx.S: ... here and adjust ifunc handling.
3134 * sysdeps/s390/multiarch/wcsncmp.c: Move to ...
3135 * sysdeps/s390/wcsncmp.c: ... here and adjust ifunc handling.
3136 * sysdeps/s390/ifunc-wcsncmp.h: New file.
3137
3138 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3139
3140 * sysdeps/s390/multiarch/Makefile
3141 (sysdep_routines): Remove wcscmp variants.
3142 * sysdeps/s390/Makefile (sysdep_routines): Add wcscmp variants.
3143 * sysdeps/s390/multiarch/ifunc-impl-list.c
3144 (__libc_ifunc_impl_list): Refactor ifunc handling for wcscmp.
3145 * sysdeps/s390/multiarch/wcscmp-c.c: Move to ...
3146 * sysdeps/s390/wcscmp-c.c: ... here and adjust ifunc handling.
3147 * sysdeps/s390/multiarch/wcscmp-vx.S: Move to ...
3148 * sysdeps/s390/wcscmp-vx.S: ... here and adjust ifunc handling.
3149 * sysdeps/s390/multiarch/wcscmp.c: Move to ...
3150 * sysdeps/s390/wcscmp.c: ... here and adjust ifunc handling.
3151 * sysdeps/s390/ifunc-wcscmp.h: New file.
3152
3153 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3154
3155 * sysdeps/s390/multiarch/Makefile
3156 (sysdep_routines): Remove wcsncat variants.
3157 * sysdeps/s390/Makefile (sysdep_routines): Add wcsncat variants.
3158 * sysdeps/s390/multiarch/ifunc-impl-list.c
3159 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsncat.
3160 * sysdeps/s390/multiarch/wcsncat-c.c: Move to ...
3161 * sysdeps/s390/wcsncat-c.c: ... here and adjust ifunc handling.
3162 * sysdeps/s390/multiarch/wcsncat-vx.S: Move to ...
3163 * sysdeps/s390/wcsncat-vx.S: ... here and adjust ifunc handling.
3164 * sysdeps/s390/multiarch/wcsncat.c: Move to ...
3165 * sysdeps/s390/wcsncat.c: ... here and adjust ifunc handling.
3166 * sysdeps/s390/ifunc-wcsncat.h: New file.
3167
3168 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3169
3170 * sysdeps/s390/multiarch/Makefile
3171 (sysdep_routines): Remove wcscat variants.
3172 * sysdeps/s390/Makefile (sysdep_routines): Add wcscat variants.
3173 * sysdeps/s390/multiarch/ifunc-impl-list.c
3174 (__libc_ifunc_impl_list): Refactor ifunc handling for wcscat.
3175 * sysdeps/s390/multiarch/wcscat-c.c: Move to ...
3176 * sysdeps/s390/wcscat-c.c: ... here and adjust ifunc handling.
3177 * sysdeps/s390/multiarch/wcscat-vx.S: Move to ...
3178 * sysdeps/s390/wcscat-vx.S: ... here and adjust ifunc handling.
3179 * sysdeps/s390/multiarch/wcscat.c: Move to ...
3180 * sysdeps/s390/wcscat.c: ... here and adjust ifunc handling.
3181 * sysdeps/s390/ifunc-wcscat.h: New file.
3182
3183 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3184
3185 * sysdeps/s390/multiarch/Makefile
3186 (sysdep_routines): Remove wcpncpy variants.
3187 * sysdeps/s390/Makefile (sysdep_routines): Add wcpncpy variants.
3188 * sysdeps/s390/multiarch/ifunc-impl-list.c
3189 (__libc_ifunc_impl_list): Refactor ifunc handling for wcpncpy.
3190 * sysdeps/s390/multiarch/wcpncpy-c.c: Move to ...
3191 * sysdeps/s390/wcpncpy-c.c: ... here and adjust ifunc handling.
3192 * sysdeps/s390/multiarch/wcpncpy-vx.S: Move to ...
3193 * sysdeps/s390/wcpncpy-vx.S: ... here and adjust ifunc handling.
3194 * sysdeps/s390/multiarch/wcpncpy.c: Move to ...
3195 * sysdeps/s390/wcpncpy.c: ... here and adjust ifunc handling.
3196 * sysdeps/s390/ifunc-wcpncpy.h: New file.
3197
3198 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3199
3200 * sysdeps/s390/multiarch/Makefile
3201 (sysdep_routines): Remove wcsncpy variants.
3202 * sysdeps/s390/Makefile (sysdep_routines): Add wcsncpy variants.
3203 * sysdeps/s390/multiarch/ifunc-impl-list.c
3204 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsncpy.
3205 * sysdeps/s390/multiarch/wcsncpy-c.c: Move to ...
3206 * sysdeps/s390/wcsncpy-c.c: ... here and adjust ifunc handling.
3207 * sysdeps/s390/multiarch/wcsncpy-vx.S: Move to ...
3208 * sysdeps/s390/wcsncpy-vx.S: ... here and adjust ifunc handling.
3209 * sysdeps/s390/multiarch/wcsncpy.c: Move to ...
3210 * sysdeps/s390/wcsncpy.c: ... here and adjust ifunc handling.
3211 * sysdeps/s390/ifunc-wcsncpy.h: New file.
3212
3213 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3214
3215 * sysdeps/s390/multiarch/Makefile
3216 (sysdep_routines): Remove wcpcpy variants.
3217 * sysdeps/s390/Makefile (sysdep_routines): Add wcpcpy variants.
3218 * sysdeps/s390/multiarch/ifunc-impl-list.c
3219 (__libc_ifunc_impl_list): Refactor ifunc handling for wcpcpy.
3220 * sysdeps/s390/multiarch/wcpcpy-c.c: Move to ...
3221 * sysdeps/s390/wcpcpy-c.c: ... here and adjust ifunc handling.
3222 * sysdeps/s390/multiarch/wcpcpy-vx.S: Move to ...
3223 * sysdeps/s390/wcpcpy-vx.S: ... here and adjust ifunc handling.
3224 * sysdeps/s390/multiarch/wcpcpy.c: Move to ...
3225 * sysdeps/s390/wcpcpy.c: ... here and adjust ifunc handling.
3226 * sysdeps/s390/ifunc-wcpcpy.h: New file.
3227
3228 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3229
3230 * sysdeps/s390/multiarch/Makefile
3231 (sysdep_routines): Remove wcscpy variants.
3232 * sysdeps/s390/Makefile (sysdep_routines): Add wcscpy variants.
3233 * sysdeps/s390/multiarch/ifunc-impl-list.c
3234 (__libc_ifunc_impl_list): Refactor ifunc handling for wcscpy.
3235 * sysdeps/s390/multiarch/wcscpy-c.c: Move to ...
3236 * sysdeps/s390/wcscpy-c.c: ... here and adjust ifunc handling.
3237 * sysdeps/s390/multiarch/wcscpy-vx.S: Move to ...
3238 * sysdeps/s390/wcscpy-vx.S: ... here and adjust ifunc handling.
3239 * sysdeps/s390/multiarch/wcscpy.c: Move to ...
3240 * sysdeps/s390/wcscpy.c: ... here and adjust ifunc handling.
3241 * sysdeps/s390/ifunc-wcscpy.h: New file.
3242
3243 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3244
3245 * sysdeps/s390/multiarch/Makefile
3246 (sysdep_routines): Remove wcsnlen variants.
3247 * sysdeps/s390/Makefile (sysdep_routines): Add wcsnlen variants.
3248 * sysdeps/s390/multiarch/ifunc-impl-list.c
3249 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsnlen.
3250 * sysdeps/s390/multiarch/wcsnlen-c.c: Move to ...
3251 * sysdeps/s390/wcsnlen-c.c: ... here and adjust ifunc handling.
3252 * sysdeps/s390/multiarch/wcsnlen-vx.S: Move to ...
3253 * sysdeps/s390/wcsnlen-vx.S: ... here and adjust ifunc handling.
3254 * sysdeps/s390/multiarch/wcsnlen.c: Move to ...
3255 * sysdeps/s390/wcsnlen.c: ... here and adjust ifunc handling.
3256 * sysdeps/s390/ifunc-wcsnlen.h: New file.
3257
3258 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3259
3260 * sysdeps/s390/multiarch/Makefile
3261 (sysdep_routines): Remove wcslen variants.
3262 * sysdeps/s390/Makefile (sysdep_routines): Add wcslen variants.
3263 * sysdeps/s390/multiarch/ifunc-impl-list.c
3264 (__libc_ifunc_impl_list): Refactor ifunc handling for wcslen.
3265 * sysdeps/s390/multiarch/wcslen-c.c: Move to ...
3266 * sysdeps/s390/wcslen-c.c: ... here and adjust ifunc handling.
3267 * sysdeps/s390/multiarch/wcslen-vx.S: Move to ...
3268 * sysdeps/s390/wcslen-vx.S: ... here and adjust ifunc handling.
3269 * sysdeps/s390/multiarch/wcslen.c: Move to ...
3270 * sysdeps/s390/wcslen.c: ... here and adjust ifunc handling.
3271 * sysdeps/s390/ifunc-wcslen.h: New file.
3272
3273 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3274
3275 * sysdeps/s390/multiarch/Makefile
3276 (sysdep_routines): Remove memrchr variants.
3277 * sysdeps/s390/Makefile (sysdep_routines): Add memrchr variants.
3278 * sysdeps/s390/multiarch/ifunc-impl-list.c
3279 (__libc_ifunc_impl_list): Refactor ifunc handling for memrchr.
3280 * sysdeps/s390/multiarch/memrchr-c.c: Move to ...
3281 * sysdeps/s390/memrchr-c.c: ... here and adjust ifunc handling.
3282 * sysdeps/s390/multiarch/memrchr-vx.S: Move to ...
3283 * sysdeps/s390/memrchr-vx.S: ... here and adjust ifunc handling.
3284 * sysdeps/s390/multiarch/memrchr.c: Move to ...
3285 * sysdeps/s390/memrchr.c: ... here and adjust ifunc handling.
3286 * sysdeps/s390/ifunc-memrchr.h: New file.
3287
3288 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3289
3290 * sysdeps/s390/multiarch/Makefile
3291 (sysdep_routines): Remove memccpy variants.
3292 * sysdeps/s390/Makefile (sysdep_routines): Add memccpy variants.
3293 * sysdeps/s390/multiarch/ifunc-impl-list.c
3294 (__libc_ifunc_impl_list): Refactor ifunc handling for memccpy.
3295 * sysdeps/s390/multiarch/memccpy-c.c: Move to ...
3296 * sysdeps/s390/memccpy-c.c: ... here and adjust ifunc handling.
3297 * sysdeps/s390/multiarch/memccpy-vx.S: Move to ...
3298 * sysdeps/s390/memccpy-vx.S: ... here and adjust ifunc handling.
3299 * sysdeps/s390/multiarch/memccpy.c: Move to ...
3300 * sysdeps/s390/memccpy.c: ... here and adjust ifunc handling.
3301 * sysdeps/s390/ifunc-memccpy.h: New file.
3302
3303 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3304
3305 * sysdeps/s390/multiarch/Makefile
3306 (sysdep_routines): Remove rawmemchr variants.
3307 * sysdeps/s390/Makefile (sysdep_routines): Add rawmemchr variants.
3308 * sysdeps/s390/multiarch/ifunc-impl-list.c
3309 (__libc_ifunc_impl_list): Refactor ifunc handling for rawmemchr.
3310 * sysdeps/s390/multiarch/rawmemchr-c.c: Move to ...
3311 * sysdeps/s390/rawmemchr-c.c: ... here and adjust ifunc handling.
3312 * sysdeps/s390/multiarch/rawmemchr-vx.S: Move to ...
3313 * sysdeps/s390/rawmemchr-vx.S: ... here and adjust ifunc handling.
3314 * sysdeps/s390/multiarch/rawmemchr.c: Move to ...
3315 * sysdeps/s390/rawmemchr.c: ... here and adjust ifunc handling.
3316 * sysdeps/s390/ifunc-rawmemchr.h: New file.
3317
3318 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3319
3320 * sysdeps/s390/multiarch/Makefile
3321 (sysdep_routines): Remove memchr variants.
3322 * sysdeps/s390/Makefile (sysdep_routines): Add memchr variants.
3323 * sysdeps/s390/multiarch/ifunc-impl-list.c
3324 (__libc_ifunc_impl_list): Refactor ifunc handling for memchr.
3325 * sysdeps/s390/multiarch/memchr-vx.S: Move to ...
3326 * sysdeps/s390/memchr-vx.S: ... here and adjust ifunc handling.
3327 * sysdeps/s390/multiarch/memchr.c: Move to ...
3328 * sysdeps/s390/memchr.c: ... here and adjust ifunc handling.
3329 * sysdeps/s390/ifunc-memchr.h: New file.
3330 * sysdeps/s390/s390-64/memchr.S: Move to ...
3331 * sysdeps/s390/memchr-z900.S: ... here and adjust to be usable
3332 for 31/64bit and ifunc handling.
3333 * sysdeps/s390/s390-32/multiarch/memchr.c: Delete file.
3334 * sysdeps/s390/s390-64/multiarch/memchr.c: Likewise.
3335 * sysdeps/s390/s390-32/memchr.S: Likewise.
3336
3337 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3338
3339 * sysdeps/s390/multiarch/Makefile
3340 (sysdep_routines): Remove strcspn variants.
3341 * sysdeps/s390/Makefile (sysdep_routines): Add strcspn variants.
3342 * sysdeps/s390/multiarch/ifunc-impl-list.c
3343 (__libc_ifunc_impl_list): Refactor ifunc handling for strcspn.
3344 * sysdeps/s390/multiarch/strcspn-c.c: Move to ...
3345 * sysdeps/s390/strcspn-c.c: ... here and adjust ifunc handling.
3346 * sysdeps/s390/multiarch/strcspn-vx.S: Move to ...
3347 * sysdeps/s390/strcspn-vx.S: ... here and adjust ifunc handling.
3348 * sysdeps/s390/multiarch/strcspn.c: Move to ...
3349 * sysdeps/s390/strcspn.c: ... here and adjust ifunc handling.
3350 * sysdeps/s390/ifunc-strcspn.h: New file.
3351
3352 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3353
3354 * sysdeps/s390/multiarch/Makefile
3355 (sysdep_routines): Remove strpbrk variants.
3356 * sysdeps/s390/Makefile (sysdep_routines): Add strpbrk variants.
3357 * sysdeps/s390/multiarch/ifunc-impl-list.c
3358 (__libc_ifunc_impl_list): Refactor ifunc handling for strpbrk.
3359 * sysdeps/s390/multiarch/strpbrk-c.c: Move to ...
3360 * sysdeps/s390/strpbrk-c.c: ... here and adjust ifunc handling.
3361 * sysdeps/s390/multiarch/strpbrk-vx.S: Move to ...
3362 * sysdeps/s390/strpbrk-vx.S: ... here and adjust ifunc handling.
3363 * sysdeps/s390/multiarch/strpbrk.c: Move to ...
3364 * sysdeps/s390/strpbrk.c: ... here and adjust ifunc handling.
3365 * sysdeps/s390/ifunc-strpbrk.h: New file.
3366
3367 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3368
3369 * sysdeps/s390/multiarch/Makefile
3370 (sysdep_routines): Remove strspn variants.
3371 * sysdeps/s390/Makefile (sysdep_routines): Add strspn variants.
3372 * sysdeps/s390/multiarch/ifunc-impl-list.c
3373 (__libc_ifunc_impl_list): Refactor ifunc handling for strspn.
3374 * sysdeps/s390/multiarch/strspn-c.c: Move to ...
3375 * sysdeps/s390/strspn-c.c: ... here and adjust ifunc handling.
3376 * sysdeps/s390/multiarch/strspn-vx.S: Move to ...
3377 * sysdeps/s390/strspn-vx.S: ... here and adjust ifunc handling.
3378 * sysdeps/s390/multiarch/strspn.c: Move to ...
3379 * sysdeps/s390/strspn.c: ... here and adjust ifunc handling.
3380 * sysdeps/s390/ifunc-strspn.h: New file.
3381
3382 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3383
3384 * sysdeps/s390/multiarch/Makefile
3385 (sysdep_routines): Remove strrchr variants.
3386 * sysdeps/s390/Makefile (sysdep_routines): Add strrchr variants.
3387 * sysdeps/s390/multiarch/ifunc-impl-list.c
3388 (__libc_ifunc_impl_list): Refactor ifunc handling for strrchr.
3389 * sysdeps/s390/multiarch/strrchr-c.c: Move to ...
3390 * sysdeps/s390/strrchr-c.c: ... here and adjust ifunc handling.
3391 * sysdeps/s390/multiarch/strrchr-vx.S: Move to ...
3392 * sysdeps/s390/strrchr-vx.S: ... here and adjust ifunc handling.
3393 * sysdeps/s390/multiarch/strrchr.c: Move to ...
3394 * sysdeps/s390/strrchr.c: ... here and adjust ifunc handling.
3395 * sysdeps/s390/ifunc-strrchr.h: New file.
3396
3397 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3398
3399 * sysdeps/s390/multiarch/Makefile
3400 (sysdep_routines): Remove strchrnul variants.
3401 * sysdeps/s390/Makefile (sysdep_routines): Add strchrnul variants.
3402 * sysdeps/s390/multiarch/ifunc-impl-list.c
3403 (__libc_ifunc_impl_list): Refactor ifunc handling for strchrnul.
3404 * sysdeps/s390/multiarch/strchrnul-c.c: Move to ...
3405 * sysdeps/s390/strchrnul-c.c: ... here and adjust ifunc handling.
3406 * sysdeps/s390/multiarch/strchrnul-vx.S: Move to ...
3407 * sysdeps/s390/strchrnul-vx.S: ... here and adjust ifunc handling.
3408 * sysdeps/s390/multiarch/strchrnul.c: Move to ...
3409 * sysdeps/s390/strchrnul.c: ... here and adjust ifunc handling.
3410 * sysdeps/s390/ifunc-strchrnul.h: New file.
3411
3412 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3413
3414 * sysdeps/s390/multiarch/Makefile
3415 (sysdep_routines): Remove strchr variants.
3416 * sysdeps/s390/Makefile (sysdep_routines): Add strchr variants.
3417 * sysdeps/s390/multiarch/ifunc-impl-list.c
3418 (__libc_ifunc_impl_list): Refactor ifunc handling for strchr.
3419 * sysdeps/s390/multiarch/strchr-c.c: Move to ...
3420 * sysdeps/s390/strchr-c.c: ... here and adjust ifunc handling.
3421 * sysdeps/s390/multiarch/strchr-vx.S: Move to ...
3422 * sysdeps/s390/strchr-vx.S: ... here and adjust ifunc handling.
3423 * sysdeps/s390/multiarch/strchr.c: Move to ...
3424 * sysdeps/s390/strchr.c: ... here and adjust ifunc handling.
3425 * sysdeps/s390/ifunc-strchr.h: New file.
3426
3427 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3428
3429 * sysdeps/s390/multiarch/Makefile
3430 (sysdep_routines): Remove strncmp variants.
3431 * sysdeps/s390/Makefile (sysdep_routines): Add strncmp variants.
3432 * sysdeps/s390/multiarch/ifunc-impl-list.c
3433 (__libc_ifunc_impl_list): Refactor ifunc handling for strncmp.
3434 * sysdeps/s390/multiarch/strncmp-c.c: Move to ...
3435 * sysdeps/s390/strncmp-c.c: ... here and adjust ifunc handling.
3436 * sysdeps/s390/multiarch/strncmp-vx.S: Move to ...
3437 * sysdeps/s390/strncmp-vx.S: ... here and adjust ifunc handling.
3438 * sysdeps/s390/multiarch/strncmp.c: Move to ...
3439 * sysdeps/s390/strncmp.c: ... here and adjust ifunc handling.
3440 * sysdeps/s390/ifunc-strncmp.h: New file.
3441
3442 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3443
3444 * sysdeps/s390/multiarch/Makefile
3445 (sysdep_routines): Remove strcmp variants.
3446 * sysdeps/s390/Makefile (sysdep_routines): Add strcmp variants.
3447 * sysdeps/s390/multiarch/ifunc-impl-list.c
3448 (__libc_ifunc_impl_list): Refactor ifunc handling for strcmp.
3449 * sysdeps/s390/multiarch/strcmp-vx.S: Move to ...
3450 * sysdeps/s390/strcmp-vx.S: ... here and adjust ifunc handling.
3451 * sysdeps/s390/multiarch/strcmp.c: Move to ...
3452 * sysdeps/s390/strcmp.c: ... here and adjust ifunc handling.
3453 * sysdeps/s390/ifunc-strcmp.h: New file.
3454 * sysdeps/s390/s390-64/strcmp.S: Move to ...
3455 * sysdeps/s390/strcmp-z900.S: ... here and adjust to be usable
3456 for 31/64bit and ifunc handling.
3457 * sysdeps/s390/s390-32/multiarch/strcmp.c: Delete file.
3458 * sysdeps/s390/s390-64/multiarch/strcmp.c: Likewise.
3459 * sysdeps/s390/s390-32/strcmp.S: Likewise.
3460
3461 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3462
3463 * sysdeps/s390/multiarch/Makefile
3464 (sysdep_routines): Remove strncat variants.
3465 * sysdeps/s390/Makefile (sysdep_routines): Add strncat variants.
3466 * sysdeps/s390/multiarch/ifunc-impl-list.c
3467 (__libc_ifunc_impl_list): Refactor ifunc handling for strncat.
3468 * sysdeps/s390/multiarch/strncat-c.c: Move to ...
3469 * sysdeps/s390/strncat-c.c: ... here and adjust ifunc handling.
3470 * sysdeps/s390/multiarch/strncat-vx.S: Move to ...
3471 * sysdeps/s390/strncat-vx.S: ... here and adjust ifunc handling.
3472 * sysdeps/s390/multiarch/strncat.c: Move to ...
3473 * sysdeps/s390/strncat.c: ... here and adjust ifunc handling.
3474 * sysdeps/s390/ifunc-strncat.h: New file.
3475
3476 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3477
3478 * sysdeps/s390/multiarch/Makefile
3479 (sysdep_routines): Remove strcat variants.
3480 * sysdeps/s390/Makefile (sysdep_routines): Add strcat variants.
3481 * sysdeps/s390/multiarch/ifunc-impl-list.c
3482 (__libc_ifunc_impl_list): Refactor ifunc handling for strcat.
3483 * sysdeps/s390/multiarch/strcat-c.c: Move to ...
3484 * sysdeps/s390/strcat-c.c: ... here and adjust ifunc handling.
3485 * sysdeps/s390/multiarch/strcat-vx.S: Move to ...
3486 * sysdeps/s390/strcat-vx.S: ... here and adjust ifunc handling.
3487 * sysdeps/s390/multiarch/strcat.c: Move to ...
3488 * sysdeps/s390/strcat.c: ... here and adjust ifunc handling.
3489 * sysdeps/s390/ifunc-strcat.h: New file.
3490
3491 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3492
3493 * sysdeps/s390/multiarch/Makefile
3494 (sysdep_routines): Remove stpncpy variants.
3495 * sysdeps/s390/Makefile (sysdep_routines): Add stpncpy variants.
3496 * sysdeps/s390/multiarch/ifunc-impl-list.c
3497 (__libc_ifunc_impl_list): Refactor ifunc handling for stpncpy.
3498 * sysdeps/s390/multiarch/stpncpy-c.c: Move to ...
3499 * sysdeps/s390/stpncpy-c.c: ... here and adjust ifunc handling.
3500 * sysdeps/s390/multiarch/stpncpy-vx.S: Move to ...
3501 * sysdeps/s390/stpncpy-vx.S: ... here and adjust ifunc handling.
3502 * sysdeps/s390/multiarch/stpncpy.c: Move to ...
3503 * sysdeps/s390/stpncpy.c: ... here and adjust ifunc handling.
3504 * sysdeps/s390/ifunc-stpncpy.h: New file.
3505
3506 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3507
3508 * sysdeps/s390/multiarch/Makefile
3509 (sysdep_routines): Remove strncpy variants.
3510 * sysdeps/s390/Makefile (sysdep_routines): Add strncpy variants.
3511 * sysdeps/s390/multiarch/ifunc-impl-list.c
3512 (__libc_ifunc_impl_list): Refactor ifunc handling for strncpy.
3513 * sysdeps/s390/multiarch/strncpy-vx.S: Move to ...
3514 * sysdeps/s390/strncpy-vx.S: ... here and adjust ifunc handling.
3515 * sysdeps/s390/multiarch/strncpy.c: Move to ...
3516 * sysdeps/s390/strncpy.c: ... here and adjust ifunc handling.
3517 * sysdeps/s390/ifunc-strncpy.h: New file.
3518 * sysdeps/s390/s390-64/strncpy.S: Move to ...
3519 * sysdeps/s390/s390-64/strncpy-z900.S: ... here
3520 and adjust ifunc handling.
3521 * sysdeps/s390/s390-32/strncpy.S: Move to ...
3522 * sysdeps/s390/s390-32/strncpy-z900.S: ... here
3523 and adjust ifunc handling.
3524 * sysdeps/s390/s390-32/multiarch/strncpy.c: Delete file.
3525 * sysdeps/s390/s390-64/multiarch/strncpy.c: Likewise.
3526
3527 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3528
3529 * sysdeps/s390/multiarch/Makefile
3530 (sysdep_routines): Remove stpcpy variants.
3531 * sysdeps/s390/Makefile (sysdep_routines): Add stpcpy variants.
3532 * sysdeps/s390/multiarch/ifunc-impl-list.c
3533 (__libc_ifunc_impl_list): Refactor ifunc handling for stpcpy.
3534 * sysdeps/s390/multiarch/stpcpy-c.c: Move to ...
3535 * sysdeps/s390/stpcpy-c.c: ... here and adjust ifunc handling.
3536 * sysdeps/s390/multiarch/stpcpy-vx.S: Move to ...
3537 * sysdeps/s390/stpcpy-vx.S: ... here and adjust ifunc handling.
3538 * sysdeps/s390/multiarch/stpcpy.c: Move to ...
3539 * sysdeps/s390/stpcpy.c: ... here and adjust ifunc handling.
3540 * sysdeps/s390/ifunc-stpcpy.h: New file.
3541
3542 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3543
3544 * sysdeps/s390/multiarch/Makefile
3545 (sysdep_routines): Remove strcpy variants.
3546 * sysdeps/s390/Makefile (sysdep_routines): Add strcpy variants.
3547 * sysdeps/s390/multiarch/ifunc-impl-list.c
3548 (__libc_ifunc_impl_list): Refactor ifunc handling for strcpy.
3549 * sysdeps/s390/multiarch/strcpy-vx.S: Move to ...
3550 * sysdeps/s390/strcpy-vx.S: ... here and adjust ifunc handling.
3551 * sysdeps/s390/multiarch/strcpy.c: Move to ...
3552 * sysdeps/s390/strcpy.c: ... here and adjust ifunc handling.
3553 * sysdeps/s390/ifunc-strcpy.h: New file.
3554 * sysdeps/s390/s390-64/strcpy.S: Move to ...
3555 * sysdeps/s390/strcpy-z900.S: ... here and adjust to be usable
3556 for 31/64bit and ifunc handling.
3557 * sysdeps/s390/s390-32/multiarch/strcpy.c: Delete file.
3558 * sysdeps/s390/s390-64/multiarch/strcpy.c: Likewise.
3559 * sysdeps/s390/s390-32/strcpy.S: Likewise.
3560
3561 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3562
3563 * sysdeps/s390/multiarch/Makefile
3564 (sysdep_routines): Remove strnlen variants.
3565 * sysdeps/s390/Makefile (sysdep_routines): Add strnlen variants.
3566 * sysdeps/s390/multiarch/ifunc-impl-list.c
3567 (__libc_ifunc_impl_list): Refactor ifunc handling for strnlen.
3568 * sysdeps/s390/multiarch/strnlen-c.c: Move to ...
3569 * sysdeps/s390/strnlen-c.c: ... here and adjust ifunc handling.
3570 * sysdeps/s390/multiarch/strnlen-vx.S: Move to ...
3571 * sysdeps/s390/strnlen-vx.S: ... here and adjust ifunc handling.
3572 * sysdeps/s390/multiarch/strnlen.c: Move to ...
3573 * sysdeps/s390/strnlen.c: ... here and adjust ifunc handling.
3574 * sysdeps/s390/ifunc-strnlen.h: New file.
3575
3576 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3577
3578 * sysdeps/s390/multiarch/Makefile
3579 (sysdep_routines): Remove strlen variants.
3580 * sysdeps/s390/Makefile (sysdep_routines): Add strlen variants.
3581 * sysdeps/s390/multiarch/ifunc-impl-list.c
3582 (__libc_ifunc_impl_list): Refactor ifunc handling for strlen.
3583 * sysdeps/s390/multiarch/strlen-c.c: Move to ...
3584 * sysdeps/s390/strlen-c.c: ... here and adjust ifunc handling.
3585 * sysdeps/s390/multiarch/strlen-vx.S: Move to ...
3586 * sysdeps/s390/strlen-vx.S: ... here and adjust ifunc handling.
3587 * sysdeps/s390/multiarch/strlen.c: Move to ...
3588 * sysdeps/s390/strlen.c: ... here and adjust ifunc handling.
3589 * sysdeps/s390/ifunc-strlen.h: New file.
3590
3591 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3592
3593 * sysdeps/s390/Makefile (sysdep_routines): Add memmem variants.
3594 * sysdeps/s390/multiarch/ifunc-impl-list.c
3595 (__libc_ifunc_impl_list): Add ifunc variants for memmem.
3596 * sysdeps/s390/ifunc-memmem.h: New file.
3597 * sysdeps/s390/memmem.c: Likewise.
3598 * sysdeps/s390/memmem-c.c: Likewise.
3599 * sysdeps/s390/memmem-vx.c: Likewise.
3600
3601 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3602
3603 * sysdeps/s390/Makefile (sysdep_routines): Add strstr variants.
3604 * sysdeps/s390/multiarch/ifunc-impl-list.c
3605 (__libc_ifunc_impl_list): Add ifunc variants for strstr.
3606 * sysdeps/s390/ifunc-strstr.h: New file.
3607 * sysdeps/s390/strstr.c: Likewise.
3608 * sysdeps/s390/strstr-c.c: Likewise.
3609 * sysdeps/s390/strstr-vx.c: Likewise.
3610
3611 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3612
3613 * sysdeps/s390/Makefile (sysdep_routines): Add memmove-c.
3614 * sysdeps/s390/ifunc-memcpy.h (HAVE_MEMMOVE_IFUNC,
3615 HAVE_MEMMOVE_IFUNC_AND_VX_SUPPORT, MEMMOVE_DEFAULT,
3616 HAVE_MEMMOVE_C, MEMMOVE_C, HAVE_MEMMOVE_Z13, MEMMOVE_Z13):
3617 New defines.
3618 * sysdeps/s390/memcpy-z900.S: Add z13 memmove implementation.
3619 * sysdeps/s390/memmove-c.c: New file.
3620 * sysdeps/s390/memmove.c: Likewise.
3621 * sysdeps/s390/multiarch/ifunc-impl-list.c
3622 (__libc_ifunc_impl_list): Add ifunc variants for memmove.
3623
3624 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3625
3626 * config.h.in (HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT): New undefine.
3627 * sysdeps/s390/configure.ac: Add check for z13 support.
3628 * sysdeps/s390/configure: Regenerated.
3629
3630 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3631
3632 * sysdeps/s390/memcopy.h: New file.
3633
3634 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3635
3636 * sysdeps/s390/s390-32/bcopy.S: Remove.
3637 * sysdeps/s390/s390-64/bcopy.S: Likewise.
3638
3639 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3640
3641 * sysdeps/s390/ifunc-memcpy.h: New File.
3642 * sysdeps/s390/memcpy.S: Move to ...
3643 * sysdeps/s390/memcpy-z900.S ... here.
3644 Move implementations from memcpy-s390x.s to here.
3645 * sysdeps/s390/multiarch/memcpy-s390x.S: Delete File.
3646 * sysdeps/s390/multiarch/Makefile (sysdep_routines):
3647 Remove memcpy/mempcpy variants.
3648 * sysdeps/s390/Makefile (sysdep_routines):
3649 Add memcpy/mempcpy variants.
3650 * sysdeps/s390/multiarch/ifunc-impl-list.c
3651 (__libc_ifunc_impl_list): Adjust ifunc variants for
3652 memcpy and mempcpy.
3653 * sysdeps/s390/multiarch/memcpy.c: Move ifunc resolver
3654 to ...
3655 * sysdeps/s390/memcpy.c: ... here.
3656 Adjust ifunc variants for memcpy.
3657 * sysdeps/s390/multiarch/mempcpy.c: Move to ...
3658 * sysdeps/s390/mempcpy.c: ... here.
3659 Adjust ifunc variants for mempcpy.
3660 * sysdeps/s390/mempcpy.S: Delete file.
3661
3662 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3663
3664 * sysdeps/s390/s390-64/memcpy.S: Move to ...
3665 * sysdeps/s390/memcpy.S: ... here.
3666 Adjust to be usable for 31/64bit.
3667 * sysdeps/s390/s390-32/memcpy.S: Delete File.
3668 * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add memcpy.
3669 * sysdeps/s390/s390-32/multiarch/Makefile: Delete file.
3670 * sysdeps/s390/s390-64/multiarch/Makefile: Likewise.
3671 * sysdeps/s390/s390-64/multiarch/memcpy-s390x.S: Move to ...
3672 * sysdeps/s390/multiarch/memcpy-s390x.S: ... here.
3673 Adjust to be usable for 31/64bit.
3674 * sysdeps/s390/s390-32/multiarch/memcpy-s390.S: Delete File.
3675 * sysdeps/s390/s390-64/multiarch/memcpy.c: Move to ...
3676 * sysdeps/s390/multiarch/memcpy.c: ... here.
3677 * sysdeps/s390/s390-32/multiarch/memcpy.c: Delete File.
3678
3679 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3680
3681 * sysdeps/s390/ifunc-memcmp.h: New File.
3682 * sysdeps/s390/memcmp.S: Move to ...
3683 * sysdeps/s390/memcmp-z900.S ... here.
3684 Move implementations from memcmp-s390x.s to here.
3685 * sysdeps/s390/multiarch/memcmp-s390x.S: Delete File.
3686 * sysdeps/s390/multiarch/Makefile (sysdep_routines):
3687 Remove memcmp variants.
3688 * sysdeps/s390/Makefile (sysdep_routines):
3689 Add memcmp variants.
3690 * sysdeps/s390/multiarch/ifunc-impl-list.c
3691 (__libc_ifunc_impl_list): Adjust ifunc variants for
3692 memcmp.
3693 * sysdeps/s390/multiarch/memcmp.c: Move ifunc resolver
3694 to ...
3695 * sysdeps/s390/memcmp.c: ... here.
3696 Adjust ifunc variants for memcmp.
3697
3698 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3699
3700 * sysdeps/s390/s390-64/memcmp.S: Move to ...
3701 * sysdeps/s390/memcmp.S: ... here.
3702 Adjust to be usable for 31/64bit.
3703 * sysdeps/s390/s390-32/memcmp.S: Delete File.
3704 * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add memcmp.
3705 * sysdeps/s390/s390-32/multiarch/Makefile (sysdep_routines):
3706 Remove memcmp.
3707 * sysdeps/s390/s390-64/multiarch/Makefile: Likewise.
3708 * sysdeps/s390/s390-64/multiarch/memcmp-s390x.S: Move to ...
3709 * sysdeps/s390/multiarch/memcmp-s390x.S: ... here.
3710 Adjust to be usable for 31/64bit.
3711 * sysdeps/s390/s390-32/multiarch/memcmp-s390.S: Delete File.
3712 * sysdeps/s390/s390-64/multiarch/memcmp.c: Move to ...
3713 * sysdeps/s390/multiarch/memcmp.c: ... here.
3714 * sysdeps/s390/s390-32/multiarch/memcmp.c: Delete File.
3715
3716 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3717
3718 * sysdeps/s390/s390-32/bzero.S: Delete file.
3719 * sysdeps/s390/s390-64/bzero.S: Likewise.
3720 * sysdeps/s390/Makefile (sysdep_routines): Add bzero.
3721 * sysdeps/s390/bzero.c: New file.
3722 * sysdeps/s390/memset-z900.S: Add bzero entry points.
3723 * sysdeps/s390/ifunc-memset.h: Add bzero function macros.
3724 * sysdeps/s390/multiarch/ifunc-impl-list.c
3725 (__libc_ifunc_impl_list): Add bzero ifunc variants.
3726
3727 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3728
3729 * sysdeps/s390/ifunc-memset.h: New File.
3730 * sysdeps/s390/memset.S: Move to ...
3731 * sysdeps/s390/memset-z900.S ... here.
3732 Move implementations from memset-s390x.s to here.
3733 * sysdeps/s390/multiarch/memset-s390x.S: Delete File.
3734 * sysdeps/s390/multiarch/Makefile (sysdep_routines):
3735 Remove memset variants.
3736 * sysdeps/s390/Makefile (sysdep_routines):
3737 Add memset variants.
3738 * sysdeps/s390/multiarch/ifunc-impl-list.c
3739 (__libc_ifunc_impl_list): Adjust ifunc variants for
3740 memset.
3741 * sysdeps/s390/multiarch/memset.c: Move ifunc resolver
3742 to ...
3743 * sysdeps/s390/memset.c: ... here.
3744 Adjust ifunc variants for memset.
3745
3746 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3747
3748 * sysdeps/s390/s390-64/memset.S: Move to ...
3749 * sysdeps/s390/memset.S: ... here.
3750 Adjust to be usable for 31/64bit.
3751 * sysdeps/s390/s390-32/memset.S: Delete File.
3752 * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add memset.
3753 * sysdeps/s390/s390-32/multiarch/Makefile (sysdep_routines):
3754 Remove memset.
3755 * sysdeps/s390/s390-64/multiarch/Makefile: Likewise.
3756 * sysdeps/s390/s390-64/multiarch/memset-s390x.S: Move to ...
3757 * sysdeps/s390/multiarch/memset-s390x.S: ... here.
3758 Adjust to be usable for 31/64bit.
3759 * sysdeps/s390/s390-32/multiarch/memset-s390.S: Delete File.
3760 * sysdeps/s390/s390-64/multiarch/memset.c: Move to ...
3761 * sysdeps/s390/multiarch/memset.c: ... here.
3762 * sysdeps/s390/s390-32/multiarch/memset.c: Delete File.
3763
3764 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3765
3766 * sysdeps/s390/multiarch/ifunc-resolve.h
3767 (s390_libc_ifunc_init, s390_libc_ifunc,
3768 s390_vx_libc_ifunc2_redirected): Use hwcap instead of dl_hwcap.
3769
3770 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3771
3772 * config.h.in (HAVE_S390_MIN_Z10_ZARCH_ASM_SUPPORT): New undefine.
3773 * sysdeps/s390/configure.ac: Add check for z10 support.
3774 * sysdeps/s390/configure: Regenerated.
3775
3776 2018-12-18 H.J. Lu <hongjiu.lu@intel.com>
3777
3778 * sysdeps/i386/atomic-machine.h: Merged with ...
3779 * sysdeps/x86_64/atomic-machine.h: To ...
3780 * sysdeps/x86/atomic-machine.h: This. New file.
3781
3782 2018-12-18 Florian Weimer <fweimer@redhat.com>
3783
3784 Rewrite locale/gen-translit.pl in Python.
3785 * locale/Makefile (generated): Add C-translit.h.
3786 (before-compile): Add $(objpfx)C-translit.h.
3787 (C-translit.h): Move to $(objpfx). Create target directory.
3788 Build using Python script.
3789 * locale/gen-translit.py: New file.
3790 * locale/gen-translit.pl: Remove file.
3791 * locale/C-translit.h.in: Change comment character to '#' for
3792 easier parsing without a C preprocessor.
3793 * locale/C-translit.h: Remove generated file.
3794 * manual/install.texi (Tools for Compilation): Do not mention
3795 C-translit.h.
3796 * scripts/build-many-glibcs.py (Context.fix_glibc_timestamps):
3797 Remove locale/C-translit.h.
3798 * scripts/update-copyrights: Likewise.
3799 * INSTALL: Regenerate.
3800
3801 2018-12-18 Florian Weimer <fweimer@redhat.com>
3802
3803 [BZ #23995]
3804 * localedata/locales/bi_VU: Remove executable bit from file.
3805
3806 2018-12-17 Albert ARIBAUD <albert.aribaud@3adev.fr>
3807
3808 * include/time.h
3809 (__localtime64): Add.
3810 * manual/maint.texi: Document Y2038 symbol handling.
3811 * time/localtime.c
3812 (__localtime64): Add.
3813 [__TIMESIZE != 64] (__localtime): Turn into a wrapper.
3814
3815 2018-12-17 Joseph Myers <joseph@codesourcery.com>
3816
3817 * sysdeps/unix/sysv/linux/ia64/sysdep.h (ASM_CLOBBERS_6_COMMON):
3818 Do not clobber r12.
3819
3820 * scripts/glibcextract.py (compare_macro_consts): Take parameters
3821 to allow extra macros from first or second sources.
3822 * sysdeps/unix/sysv/linux/tst-mman-consts.py: New file.
3823 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
3824 (tests-special): Add $(objpfx)tst-mman-consts.out.
3825 ($(objpfx)tst-mman-consts.out): New makefile target.
3826
3827 2018-12-17 Mao Han <han_mao@c-sky.com>
3828
3829 * sysdeps/unix/sysv/linux/Makefile: Add statx_cp.c.
3830 * sysdeps/unix/sysv/linux/fxstat64.c: Add conditionals for kernel
3831 without stat64 system call support.
3832 * sysdeps/unix/sysv/linux/fxstatat64.c: Likewise.
3833 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat.c: Likewise.
3834 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
3835 * sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat.c: Likewise.
3836 * sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat64.c: Likewise.
3837 * sysdeps/unix/sysv/linux/generic/wordsize-32/xstat.c: Likewise.
3838 * sysdeps/unix/sysv/linux/generic/wordsize-32/xstat64.c: Likewise.
3839 * sysdeps/unix/sysv/linux/mips/mips64/statx_cp.c: New file.
3840 * sysdeps/unix/sysv/linux/statx_cp.c: Likewise.
3841 * sysdeps/unix/sysv/linux/statx_cp.h: Likewise.
3842 * sysdeps/unix/sysv/linux/wordsize-64/statx_cp.c: Likewise.
3843
3844 2018-12-15 Paul Eggert <eggert@cs.ucla.edu>
3845
3846 regex: fix storage-exhaustion error
3847 [BZ #18040]
3848 * posix/regexec.c (get_subexp):
3849 Do not continue if storage is exhausted.
3850
3851 2018-12-15 Assaf Gordon <assafgordon@gmail.com>
3852
3853 regex: fix heap-use-after-free error
3854 [BZ #18040]
3855 Problem reported by Saito Takaaki <tails.saito@gmail.com> in
3856 https://debbugs.gnu.org/32592
3857 Call stack get_subexp->get_subexp_sub->clean_state_log_if_needed may
3858 call extend_buffers which reallocates the re_string_t internal buffer.
3859 Local variable 'buf' was not updated in such case, resulting in
3860 use-after-free.
3861 * posix/regexec.c (get_subexp): Update 'buf' after call to
3862 get_subexp_sub.
3863
3864 2018-12-15 Florian Weimer <fweimer@redhat.com>
3865
3866 * support/blob_repeat.c (check_mul_overflow_size_t): New function.
3867 (minimum_stride_size): Use it.
3868 (support_blob_repeat_allocate): Likewise.
3869
3870 2018-12-14 Joseph Myers <joseph@codesourcery.com>
3871
3872 * sysdeps/x86/fpu/bits/mathinline.h (asinh): Remove inline
3873 definition.
3874 (acosh): Likewise.
3875 (atanh): Likewise.
3876
3877 2018-12-14 Florian Weimer <fweimer@redhat.com>
3878
3879 * manual/process.texi (Process Creation Concepts): Remove
3880 documentation of process (ID) lifetime. List more process
3881 creation functions. Reference Process Identification section.
3882 (Process Identification): Add information about process ID
3883 lifetime. Describe Linux thread/task IDs.
3884 * manual/signal.texi (Signaling Another Process): Mention that the
3885 signal is always sent to the process.
3886
3887 2018-12-14 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
3888
3889 * misc/Makefile (tests): Remove tst-efgcvt. Add tst-dbl-efgcvt
3890 and tst-ldbl-efgcvt.
3891 * misc/tst-efgcvt.c: Renamed to misc/tst-efgcvt-template.c.
3892 * misc/tst-efgcvt-template.c: Renamed from misc/tst-efgcvt.c.
3893 (struct testcase, efcvt_func, efcvt_r_func, ecvt_tests)
3894 (fcvt_tests, output_error, output_r_error, do_test): Use the
3895 macros defined in tst-dbl-efgcvt.c and tst-ldbl-efgcvt.c to:
3896 select the type of floating-point variables and arguments; to
3897 produce extra tests for double and conversion specifiers for
3898 printf; and to set the names of called functions.
3899 * misc/tst-dbl-efgcvt.c: New file that defines the macros used
3900 in tst-efgcvt-template.c.
3901 * misc/tst-ldbl-efgcvt.c: Likewise.
3902
3903 2018-12-14 Stefan Liebler <stli@linux.ibm.com>
3904
3905 * nss/Makefile (tst-nss-test3.out): New rule.
3906
3907 2018-12-13 Joseph Myers <joseph@codesourcery.com>
3908
3909 * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Do not
3910 clobber sp.
3911
3912 2018-12-13 fanjinke <fanjinke@hygon.cn>
3913
3914 * sysdeps/x86/cpu-features.c (init_cpu_features): Check for
3915 "HygonGenuine".
3916
3917 2018-12-13 Andreas Schwab <schwab@suse.de>
3918
3919 [BZ #23861]
3920 * nptl/pthread_rwlock_common.c: Reindent. Fix typos.
3921 (__pthread_rwlock_rdlock_full): Update expected value for
3922 __readers while waiting on PTHREAD_RWLOCK_RWAITING.
3923 * nptl/tst-rwlock-pwn.c: New file.
3924 * nptl/Makefile (tests): Add tst-rwlock-pwn.
3925
3926 2018-12-12 Joseph Myers <joseph@codesourcery.com>
3927
3928 * sysdeps/x86/fpu/bits/mathinline.h (hypot): Remove inline
3929 definition.
3930
3931 2018-12-12 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
3932
3933 * benchtests/scripts/compare_bench.py (do_compare): write to
3934 stderr in casestat is not present.
3935 * benchtests/scripts/compare_bench.py (plot_graphs): write to
3936 stderr in case timings field is not present. Also string showing
3937 the output filename goes into the stderr.
3938
3939 2018-12-12 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
3940
3941 * benchtests/scripts/compare_bench.py (do_compare): Catch KeyError
3942 and ZeroDivisorError exceptions.
3943 * benchtests/scripts/compare_bench.py (compare_runs): Use stats
3944 argument to loop through user provided statistics.
3945 * benchtests/scripts/compare_bench.py (main): Include the --stats
3946 argument.
3947
3948 2018-12-12 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
3949
3950 * benchtests/scripts/compare_bench.py (compare_runs): Continue
3951 instead of return.
3952
3953 2018-12-12 Florian Weimer <fweimer@redhat.com>
3954
3955 * sysdeps/posix/timespec_get.c: Add missing “any later version”
3956 clause to copyright header.
3957
3958 2018-12-12 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
3959
3960 [BZ #23614]
3961 * sysdeps/powerpc/powerpc64/addmul_1.S (FUNC): Add CFI offset for
3962 registers saved in the stack frame.
3963 * sysdeps/powerpc/powerpc64/lshift.S (__mpn_lshift): Likewise.
3964 * sysdeps/powerpc/powerpc64/mul_1.S (__mpn_mul_1): Likewise.
3965
3966 2018-12-11 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
3967
3968 * include/bits/monetary-ldbl.h: New file.
3969 * include/bits/printf-ldbl.h: Likewise.
3970 * include/bits/stdio-ldbl.h: Likewise.
3971 * include/bits/stdlib-ldbl.h: Likewise.
3972 * include/bits/syslog-ldbl.h: Likewise.
3973 * include/bits/wchar-ldbl.h: Likewise.
3974
3975 2018-12-11 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
3976
3977 * libio/libio.h: Remove redirection for _IO_vfprintf.
3978
3979 2018-12-11 Andreas Schwab <schwab@suse.de>
3980
3981 * Makerules: Remove all references to abilist-pattern.
3982 (update-all-abi): Simplify find expression.
3983
3984 2018-12-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
3985
3986 [BZ #23961]
3987 * math/auto-libm-test-in: Add new test case.
3988 * math/auto-libm-test-out-pow: Regenerated.
3989 * sysdeps/ieee754/flt-32/e_powf.c (__powf): Fix overflow check.
3990
3991 2018-12-10 DJ Delorie <dj@redhat.com>
3992
3993 [BZ #23948]
3994 * support/test-container.c: Move postclean step to before we
3995 change namespaces.
3996
3997 2018-12-10 Joseph Myers <joseph@codesourcery.com>
3998
3999 * scripts/gen-as-const.py (main): Handle --python option.
4000 * scripts/gen-py-const.awk: Remove.
4001 * Makerules (py-const-script): Use gen-as-const.py.
4002 ($(py-const)): Likewise.
4003 * nptl/nptl-printers.py (MutexPrinter.read_status_no_robust): Mask
4004 with 0xffffffff together with ~(PTHREAD_MUTEX_PRIO_CEILING_MASK).
4005 (MutexAttributesPrinter.read_values): Mask with 0xffffffff
4006 together with ~PTHREAD_MUTEXATTR_FLAG_BITS and
4007 ~PTHREAD_MUTEX_NO_ELISION_NP.
4008 * manual/README.pretty-printers: Update reference to
4009 gen-py-const.awk.
4010
4011 * scripts/glibcextract.py: New file.
4012 * scripts/gen-as-const.py: Do not import os.path, re, subprocess
4013 or tempfile. Import glibcexctract.
4014 (compute_c_consts): Remove. Moved to glibcextract.py.
4015 (gen_test): Update reference to compute_c_consts.
4016 (main): Likewise.
4017 * sysdeps/unix/sysv/linux/tst-signal-numbers.py: New file.
4018 * sysdeps/unix/sysv/linux/tst-signal-numbers.sh: Remove.
4019 * sysdeps/unix/sysv/linux/Makefile
4020 ($(objpfx)tst-signal-numbers.out): Use tst-signal-numbers.py.
4021 Redirect stderr as well as stdout.
4022
4023 2018-12-10 Rafael Ávila de Espíndola <rafael@espindo.la>
4024
4025 [BZ #19767]
4026 * sysdeps/unix/sysv/linux/mips/init-first.c: Remove #ifdef SHARED.
4027 * sysdeps/unix/sysv/linux/mips/libc-vdso.h: Remove #ifdef SHARED.
4028 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Define
4029 ALWAYS_USE_VSYSCALL.
4030 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Define
4031 ALWAYS_USE_VSYSCALL.
4032 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Define
4033 ALWAYS_USE_VSYSCALL.
4034
4035 2018-12-10 Florian Weimer <fweimer@redhat.com>
4036
4037 [BZ #23972]
4038 * sysdeps/unix/sysv/linux/getdents64.c (handle_overflow): Check
4039 offset instead of count for clarity. Fix typo in comment.
4040 (__old_getdents64): Keep track of previous offset. Use it to call
4041 handle_overflow.
4042 * sysdeps/unix/sysv/linux/tst-readdir64-compat.c (do_test): Check
4043 that d_off is never zero.
4044
4045 2018-12-10 Andreas Schwab <schwab@suse.de>
4046
4047 * sysdeps/unix/sysv/linux/powerpc/powerpc64/*-le.abilist: Move to
4048 sysdeps/unix/sysv/linux/powerpc/powerpc64/le/*.abilist.
4049 * sysdeps/unix/sysv/linux/powerpc/powerpc64/*.abilist: Move to
4050 sysdeps/unix/sysv/linux/powerpc/powerpc64/be/*.abilist.
4051 * sysdeps/powerpc/Makefile (abilist-pattern): Don't define.
4052
4053 2018-12-10 Joseph Myers <joseph@codesourcery.com>
4054
4055 * timezone/private.h: Update from tzcode 2018g.
4056 * timezone/tzfile.h: Likewise.
4057 * timezone/tzselect.ksh: Likewise.
4058 * timezone/zdump.c: Likewise.
4059 * timezone/zic.c: Likewise.
4060
4061 2018-12-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4062
4063 [BZ #23490]
4064 * sysdeps/unix/sysv/linux/x86/tst-cet-property-2.c
4065 (do_test): Adjust buffer size and fix format.
4066
4067 2018-12-07 DJ Delorie <dj@redhat.com>
4068
4069 [BZ #23907]
4070 * malloc/tst-tcfree3.c: New.
4071 * malloc/Makefile: Add it.
4072
4073 2018-12-07 H.J. Lu <hongjiu.lu@intel.com>
4074
4075 * include/sched.h (__getcpu): Don't use __typeof__ (getcpu).
4076
4077 2018-12-07 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4078
4079 * libio/libioP.h (SCANF_LDBL_USES_FLOAT128): New macro to be
4080 used as a mask for the mode argument of __vfscanf_internal and
4081 __vfwscanf_internal.
4082 * stdio-common/vfscanf-internal.c
4083 [defined COMPILE_WSCANF && __HAVE_FLOAT128_UNLIKE_LDBL]
4084 (__strtof128_internal): Define to __wcstof128_internal.
4085 [__HAVE_FLOAT128_UNLIKE_LDBL] (__vfscanf_internal): Call
4086 __strtof128_internal or __wcstof128_internal when the format of
4087 long double is the same as _Float128.
4088
4089 2018-12-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
4090
4091 * include/unistd.h (__confstr): Add prototype and hidden prototype.
4092 * posix/confstr.c (confstr): Rename to __confstr.
4093 (__confstr): Add hidden def.
4094 (confstr): Add weak alias for __confstr.
4095 * sysdeps/mach/hurd/spawni.c (__spawni): Call __confstr instead of
4096 confstr.
4097
4098 2018-12-07 H.J. Lu <hongjiu.lu@intel.com>
4099
4100 * NEWS: Mention getcpu.
4101 * include/sched.h (__getcpu): New libc_hidden_proto.
4102 * manual/resource.texi: Document getcpu.
4103 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add getcpu.
4104 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.29): Add getcpu.
4105 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Add getcpu.
4106 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
4107 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
4108 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
4109 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
4110 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
4111 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
4112 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
4113 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
4114 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
4115 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist:
4116 Likewise.
4117 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
4118 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
4119 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
4120 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
4121 Likewise.
4122 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
4123 Likewise.
4124 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
4125 Likewise.
4126 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
4127 Likewise.
4128 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
4129 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
4130 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
4131 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
4132 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
4133 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
4134 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
4135 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
4136 * sysdeps/unix/sysv/linux/bits/sched.h (getcpu): New prototype.
4137 * sysdeps/unix/sysv/linux/getcpu.c: New file.
4138 * sysdeps/unix/sysv/linux/tst-skeleton-affinity.c (test_size):
4139 Also check getcpu.
4140
4141 2018-12-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
4142
4143 * sysdeps/mach/hurd/spawni.c (child_lookup_under, child_fchdir): New
4144 functions.
4145 (__spawni): Handle spawn_do_fchdir by calling child_fchdir.
4146
4147 2018-12-07 Florian Weimer <fweimer@redhat.com>
4148
4149 [BZ #17405]
4150 * posix/Makefile (routines): Add spawn_faction_addfchdir.
4151 * posix/Versions (GLIBC_2.29): Export
4152 posix_spawn_file_actions_addfchdir_np.
4153 * posix/spawn.h (posix_spawn_file_actions_addfchdir_np): Declare.
4154 * posix/spawn_faction_destroy.c
4155 (__posix_spawn_file_actions_destroy): Handle spawn_do_fchdir.
4156 * posix/spawn_int.h (struct __spawn_action): Add spawn_do_fchdir
4157 and the field action.fchdir_action.
4158 * posix/tst-spawn-chdir.c (add_chdir): New function.
4159 (do_test): Add do_fchdir loop. Call add_chdir.
4160 * sysdeps/posix/spawni.c (__spawni_child): Handle spawn_do_fchdir.
4161 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
4162 * sysdeps/mach/hurd/i386/libc.abilist (GLIBC_2.29): Add
4163 posix_spawn_file_actions_addfchdir_np.
4164 * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.29):
4165 Likewise.
4166 * sysdeps/unix/sysv/linux/alpha/libc.abilist (GLIBC_2.29):
4167 Likewise.
4168 * sysdeps/unix/sysv/linux/arm/libc.abilist (GLIBC_2.29): Likewise.
4169 * sysdeps/unix/sysv/linux/hppa/libc.abilist (GLIBC_2.29):
4170 Likewise.
4171 * sysdeps/unix/sysv/linux/i386/libc.abilist (GLIBC_2.29):
4172 Likewise.
4173 * sysdeps/unix/sysv/linux/ia64/libc.abilist (GLIBC_2.29):
4174 Likewise.
4175 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist (GLIBC_2.29):
4176 Likewise.
4177 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist (GLIBC_2.29):
4178 Likewise.
4179 * sysdeps/unix/sysv/linux/microblaze/libc.abilist (GLIBC_2.29):
4180 Likewise.
4181 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
4182 (GLIBC_2.29): Likewise.
4183 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
4184 (GLIBC_2.29): Likewise.
4185 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
4186 (GLIBC_2.29): Likewise.
4187 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
4188 (GLIBC_2.29): Likewise.
4189 * sysdeps/unix/sysv/linux/nios2/libc.abilist (GLIBC_2.29):
4190 Likewise.
4191 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
4192 (GLIBC_2.29): Likewise.
4193 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
4194 (GLIBC_2.29): Likewise.
4195 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
4196 (GLIBC_2.29): Likewise.
4197 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
4198 (GLIBC_2.29): Likewise.
4199 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist (GLIBC_2.29):
4200 Likewise.
4201 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist (GLIBC_2.29):
4202 Likewise.
4203 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist (GLIBC_2.29):
4204 Likewise.
4205 * sysdeps/unix/sysv/linux/sh/libc.abilist (GLIBC_2.29): Likewise.
4206 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist (GLIBC_2.29):
4207 Likewise.
4208 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist (GLIBC_2.29):
4209 Likewise.
4210 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist (GLIBC_2.29):
4211 Likewise.
4212 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist (GLIBC_2.29):
4213 Likewise.
4214
4215 2018-12-06 Joseph Myers <joseph@codesourcery.com>
4216
4217 * manual/texinfo.tex: Update to version 2018-09-21.20 with
4218 trailing whitespace removed.
4219 * scripts/config.guess: Update to version 2018-11-28.
4220 * scripts/config.sub: Update to version 2018-11-28.
4221 * scripts/install-sh: Update to version 2018-03-11.20.
4222 * scripts/mkinstalldirs: Update to version 2018-03-07.03.
4223 * scripts/move-if-change: Update to version 2018-03-07 03:47.
4224
4225 2018-12-07 Florian Weimer <fweimer@redhat.com>
4226
4227 [BZ #23927]
4228 CVE-2018-19591
4229 * inet/tst-if_index-long.c: New file.
4230 * inet/Makefile (tests): Add tst-if_index-long.
4231
4232 2018-12-07 Florian Weimer <fweimer@redhat.com>
4233
4234 * support/check.h (support_record_failure_is_failed): Declare.
4235 * support/descriptors.h: New file.
4236 * support/support_descriptors.c: Likewise.
4237 * support/tst-support_descriptors.c: Likewise.
4238 * support/support_record_failure.c
4239 (support_record_failure_is_failed): New function.
4240 * support/Makefile (libsupport-routines): Add support_descriptors.
4241 (tests): Add tst-support_descriptors.
4242
4243 2018-12-05 Zack Weinberg <zackw@panix.com>
4244 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4245
4246 * stdio-common/vfprintf-internal.c
4247 (__vfprintf_internal, __vfwprintf_internal): Don't use __ldbl_is_dbl.
4248 * sysdeps/generic/math_ldbl_opt.h: Remove __ldbl_is_dbl.
4249 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Remove __ldbl_is_dbl
4250 and __no_long_double.
4251 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.c: Remove file.
4252 * sysdeps/ieee754/ldbl-opt/Makefile (routines): Remove math_ldbl_opt.
4253 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Remove
4254 libc_hidden_proto and libc_hidden_def from all __nldbl_*printf*
4255 and __nldbl_*syslog* functions.
4256 (__nldbl_cleanup, set_no_long_double, clear_no_long_double): Remove.
4257 (__nldbl___asprintf, __nldbl_dprintf, __nldbl_fprintf)
4258 (__nldbl_fwprintf, __nldbl_printf, __nldbl_sprintf)
4259 (__nldbl_vfprintf, __nldbl___vsprintf, __nldbl_obstack_vprintf)
4260 (__ndlbl_obstack_printf, __nldbl_snprintf, __nldbl_swprintf)
4261 (__nldbl_vasprintf, __nldbl_vdprintf, __nldbl_vfwprintf)
4262 (__nldbl_vprintf, __nldbl_vsnprintf, __ndlbl_vswprintf)
4263 (__nldbl_vwprintf, __nldbl_wprintf):
4264 Directly call the appropriate __v*printf_internal routine, passing
4265 PRINTF_LDBL_IS_DBL. Do not mess with __no_long_double. Normalize
4266 variable names.
4267 (__nldbl___fprintf_chk, __nldbl___fwprintf_chk)
4268 (__nldbl___printf_chk, __nldbl___snprintf_chk)
4269 (__nldbl___sprintf_chk, __nldbl___swprintf_chk)
4270 (__nldbl___vfprintf_chk, __nldbl___vfwprintf_chk)
4271 (__nldbl___vprintf_chk, __nldbl___vsnprintf_chk)
4272 (__nldbl___vsprintf_chk, __nldbl___vswprintf_chk)
4273 (__nldbl___vwprintf_chk, __nldbl___wprintf_chk)
4274 (__nldbl___vasprintf_chk, __nldbl___asprintf_chk)
4275 (__nldbl___vdprintf_chk, __nldbl___dprintf_chk)
4276 (__nldbl___obstack_vprintf_chk, __nldbl___obstack_printf_chk):
4277 Likewise, and also pass PRINTF_FORTIFY when appropriate.
4278 (__nldbl_syslog, __nldbl_vsyslog):
4279 Directly call __vsyslog_internal, passing PRINTF_LDBL_IS_DBL.
4280 (__nldbl_syslog_chk): Likewise, and also pass PRINTF_FORTIFY when
4281 appropriate.
4282 (__nldbl_vsyslog_chk): Likewise, and also pass PRINTF_FORTIFY when
4283 appropriate.
4284
4285 2018-12-05 Zack Weinberg <zackw@panix.com>
4286 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4287
4288 [BZ #11319]
4289 * libio/iovsprintf.c (_IO_str_chk_overflow, libio_vtable):
4290 Moved here from debug/vsprintf_chk.c.
4291 (__vsprintf_internal): Add 'maxlen' argument. Change the setup
4292 and completion logic for the strfile to match exactly what
4293 __vsprintf_chk used to do, except, when maxlen is -1, pass -1 to
4294 _IO_str_init_static_internal instead of maxlen-1.
4295 (__vsprintf): Pass -1 as maxlen to __vsprintf_internal.
4296 * stdio-common/sprintf.c (__sprintf): Pass -1 as maxlen to
4297 __vsprintf_internal.
4298
4299 * debug/vsprintf_chk.c (__vsprintf_chk)
4300 * debug/sprintf_chk.c (__sprintf_chk):
4301 Directly call __vsprintf_internal, passing PRINTF_FORTIFY if
4302 'flags' argument is positive, and slen as maxlen. No need to lock
4303 the FILE and/or construct a temporary FILE. Minimize and normalize
4304 header inclusions and variable names. Do not libc_hidden_def anything.
4305
4306 * debug/asprintf_chk.c (__asprintf_chk)
4307 * debug/dprintf_chk.c (__dprintf_chk)
4308 * debug/fprintf_chk.c (__fprintf_chk)
4309 * debug/fwprintf_chk.c (__fwprintf_chk)
4310 * debug/printf_chk.c (__printf_chk)
4311 * debug/snprintf_chk.c (__snprintf_chk)
4312 * debug/swprintf_chk.c (__swprintf_chk)
4313 * debug/vasprintf_chk.c (__vasprintf_chk)
4314 * debug/vdprintf_chk.c (__vdprintf_chk)
4315 * debug/vfprintf_chk.c (__vfprintf_chk)
4316 * debug/vfwprintf_chk.c (__vfwprintf_chk)
4317 * debug/vprintf_chk.c (__vprintf_chk)
4318 * debug/vsnprintf_chk.c (__vsnprintf_chk)
4319 * debug/vswprintf_chk.c (__vswprintf_chk)
4320 * debug/vwprintf_chk.c (__vwprintf_chk)
4321 * debug/wprintf_chk.c (__wprintf_chk):
4322 Directly call the corresponding vxxprintf_internal function, passing
4323 PRINTF_FORTIFY if 'flag' argument is positive. No need to lock
4324 the FILE and/or construct a temporary FILE. Minimize and normalize
4325 header inclusions and variable names. Do not libc_hidden_def anything.
4326
4327 * debug/obprintf_chk.c (__obstack_printf_chk): Directly call
4328 __obstack_vprintf_internal.
4329 (__obstack_vprintf_chk): Convert into a wrapper that calls
4330 __obstack_vprintf_internal (these two functions already had the
4331 same code) and move to new file...
4332 * debug/vobprintf_chk.c (__obstack_vprintf_chk): ... here. New
4333 file.
4334 * debug/obprintf.c (__obstack_vprintf_internal): Remove the checking of
4335 the flags argument and the setting of _IO_FLAGS2_FORTIFY.
4336 * debug/Makefile (routines): Add vobprintf_chk.
4337
4338 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
4339 (__nldbl___vsprintf): Pass -1 as maxlen to __vsprintf_internal.
4340 (__nldbl___vfprintf_chk, __nldbl___vsnprintf_chk)
4341 (__nldbl___vsprintf_chk, __nldbl___vswprintf_chk)
4342 (__nldbl___vasprintf_chk, __nldbl___vdprintf_chk)
4343 (__nldbl___obstack_vfprintf_chk):
4344 Directly call the corresponding vxxprintf_internal function,
4345 passing PRINTF_FORTIFY if 'flag' argument is positive. If necessary,
4346 duplicate comparison of slen with 0 or maxlen from the corresponding
4347 non-__nldbl function.
4348
4349 * include/stdio.h (__vsnprintf_chk, __vfprintf_chk, __vasprintf_chk)
4350 (__vdprintf_chk, __obstack_vfprintf_chk): Remove libc_hidden_proto.
4351 * include/wchar.h (__vfwprintf_chk, __vswprintf_chk):
4352 Remove libc_hidden_proto.
4353
4354 * stdio-common/vfprintf-internal.c
4355 (__vfprintf_internal, __vfwprintf_internal):
4356 Do not check _IO_FLAGS2_FORTIFY.
4357 * libio/libio.h (_IO_FLAGS2_FORTIFY): Remove.
4358 * libio/libioP.h: Update prototype of __vsprintf_internal and add
4359 a comment explaining why it has the maxlen argument.
4360 (_IO_acquire_lock_clear_flags2_fct): Remove.
4361 (_IO_acquire_lock_clear_flags2): Remove.
4362 (_IO_release_lock): Remove conditional statement which will
4363 now never execute.
4364 (_IO_acquire_lock): Remove variable which is now unused.
4365 * sysdeps/generic/stdio-lock.h (_IO_acquire_lock_clear_flags2): Remove.
4366 * sysdeps/nptl/stdio-lock.h (_IO_acquire_lock_clear_flags2): Remove.
4367
4368 * stdio-common/Makefile (tests): Add tst-bz11319 and
4369 tst-bz11319-fortify2.
4370 (CFLAGS-tst-bz11319-fortify2.c): New macro.
4371 * stdio-common/tst-bz11319-fortify2.c: New file.
4372 * stdio-common/tst-bz11319.c: Likewise.
4373
4374 2018-12-05 Zack Weinberg <zackw@panix.com>
4375 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4376
4377 * misc/syslog.c: Include libioP.h, not iolibio.h.
4378 (__vsyslog_internal): New function with the former body of
4379 __vsyslog_chk; takes mode_flags argument same as
4380 __v*printf_internal. Call __vfprintf_internal directly.
4381
4382 (__vsyslog_chk): Now a wrapper around __vsyslog_internal.
4383 Remove libc_hidden_def.
4384 (__syslog, __syslog_chk): Use __vsyslog_internal.
4385 (__vsyslog): Move to just below __syslog. Use __vsyslog_internal.
4386
4387 * include/sys/syslog.h: Add multiple inclusion guard.
4388 Add prototype for __vsyslog_internal.
4389 Remove declaration and libc_hidden_proto for __vsyslog_chk.
4390
4391 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vsyslog_chk):
4392 Use __vsyslog_internal.
4393
4394 2018-12-05 Zack Weinberg <zackw@panix.com>
4395 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4396
4397 * libio/libioP.h (__vfprintf_internal, __vfwprintf_internal)
4398 (__vasprintf_internal, __vdprintf_internal, __obstack_vprintf_internal)
4399 (__vsprintf_internal, __vsnprintf_internal, __vswprintf_internal):
4400 New functions.
4401 (PRINTF_LDBL_IS_DBL, PRINTF_FORTIFY): New constants.
4402 (_IO_vasprintf, _IO_vdprintf, _IO_vsnprintf): Remove prototypes.
4403
4404 * stdio-common/vfprintf-internal.c: Rename from vfprintf.c.
4405 Include wctype.h here if COMPILE_WPRINTF is defined.
4406 Define __vfprintf_internal or __vfwprintf_internal, depending
4407 on COMPILE_WPRINTF.
4408 Temporarily, on entry to this function, update mode_flags
4409 according to the environmental settings corresponding to
4410 PRINTF_LDBL_IS_DBL and PRINTF_FORTIFY.
4411 Throughout, check mode_flags instead of __ldbl_is_dbl and
4412 _IO_FLAGS2_FORTIFY on the destination FILE.
4413 * stdio-common/vfwprintf-internal.c: Rename from vfwprintf.c.
4414 Include vfprintf-internal.c. Don't include wctype.h.
4415 * stdio-common/vfprintf.c: New file. Just define __vfprintf
4416 as a wrapper around __vfprintf_internal, with aliases _IO_vfprintf
4417 and vfprintf.
4418 * stdio-common/vfwprintf.c: New file. Just define __vfwprintf
4419 as a wrapper around __vfwprintf_internal, with aliases _IO_vfwprintf
4420 and vfwprintf.
4421 * stdio-common/Makefile: Add vfprintf-internal and vfwprintf-internal.
4422
4423 * libio/iovdprintf.c (_IO_vdprintf): Rename to __vdprintf_internal
4424 and add mode_flags argument; use __vfprintf_internal.
4425 (__vdprintf): New function. Alias vdprintf to this.
4426 * libio/iovsprintf.c (_IO_vsprintf, __vsprintf): Similarly.
4427 * libio/vasprintf.c (_IO_vasprintf, __vasprintf): Similarly.
4428 * libio/obprintf.c (_IO_obstack_vprintf, __obstack_vprintf): Similarly.
4429 (__obstack_printf): Use __obstack_printf_internal.
4430 * libio/vsnprintf.c (_IO_vsnprintf, ___vsnprintf): Similarly, with
4431 public aliases __vsnprintf and vsnprintf.
4432 Remove use of ldbl_hidden_def, since __vsnprintf is no longer
4433 called internally.
4434 * libio/vswprintf (_IO_vswprintf, __vswprintf): Similarly, with
4435 public aliases _IO_vsprintf and vsprintf.
4436 * libio/swprintf.c (__swprintf): Use __vswprintf_internal.
4437 * stdio-common/asprintf.c (__asprintf): Use __vasprintf_internal.
4438 * stdio-common/dprintf.c (__dprintf): Use __vdprintf_internal.
4439 * stdio-common/snprintf.c (__snprintf): Use __vsprintf_internal.
4440 * stdio-common/sprintf.c (__sprintf): Use __vsprintf_internal.
4441
4442 * debug/obprintf_chk.c, debug/vasprintf_chk.c, debug/vdprintf_chk.c
4443 * debug/vsnprintf_chk.c, debug/vsprintf_chk.c, hurd/vpprintf.c
4444 * stdio-common/fprintf.c, stdio-common/fxprintf.c
4445 * stdio-common/printf.c: Use __vfprintf_internal.
4446
4447 * debug/fwprintf_chk.c, debug/vfwprintf_chk.c, debug/vswprintf_chk.c
4448 * debug/vwprintf_chk.c, debug/wprintf_chk.c, libio/fwprintf.c
4449 * libio/vwprintf.c, libio/wprintf.c: Use __vfwprintf_internal.
4450
4451 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Use __vsprintf_internal,
4452 __obstack_vprintf_internal, __vasprintf_internal, __vdprintf_internal,
4453 __vsnprintf_internal, __vswprintf_internal, __vfprintf_internal, and
4454 __vfwprintf_internal.
4455
4456 * libio/libio.h: Remove libc_hidden_proto and declaration for
4457 _IO_vfprintf.
4458 Remove declaration of _IO_vfwprintf.
4459 * libio/iolibio.h: Remove libc_hidden_proto and declaration for
4460 _IO_vsprintf.
4461 Remove declarations of _IO_vswprintf, _IO_obstack_printf, and
4462 _IO_obstack_printf.
4463 * include/stdio.h: Add prototype for __vasprintf.
4464 (__vsnprintf): Remove declaration, because there are no more
4465 internal calls.
4466 * include/wchar.h (__vfwprintf, __vswprintf): Remove
4467 declaration, because there are no more internal calls.
4468
4469 * argp/argp-fmtstream.c (__argp_fmtstream_printf): Use
4470 __vsnprintf_internal, instead of _IO_vsnprintf.
4471 * argp/argp-help.c (__argp_error, __argp_failure): Use
4472 __vasprintf_internal, instead of _IO_vasprintf.
4473 * argp/argp-namefrob.h (__vsnprintf): Do not undefined then
4474 redefine, because there are no more internal calls.
4475
4476 2018-12-05 Zack Weinberg <zackw@panix.com>
4477 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4478
4479 * stdio-common/vfscanf-internal.c: Don't look at __ldbl_is_dbl.
4480 * sysdeps/ieee754/ldbl-opt/ndlbl-compat.c:
4481 Include libio/strfile.h instead of libioP.h.
4482 (__nldbl_IO_vfscanf, __ndlbl___vfscanf, __nldbl_sscanf)
4483 (__nldbl___vsscanf, __nldbl_vscanf, __nldbl_fscanf)
4484 (__nldbl_scanf, __nldbl_vfwscanf, __nldbl_swscanf)
4485 (__nldbl_vswscanf, __nldbl_vwscanf, __nldbl_fwscanf)
4486 (__nldbl_wscanf): Call __vfscanf_internal / __vfwscanf_internal
4487 directly, passing SCANF_LDBL_IS_DBL. Set up a strfile if
4488 necessary. Do not set __no_long_double. Normalize variable names.
4489 (__nldbl___isoc99_vfscanf, __nldbl___isoc99_sscanf)
4490 (__nldbl___isoc99_vsscanf, __nldbl___isoc99_vscanf)
4491 (__nldbl___isoc99_fscanf, __nldbl___isoc99_scanf)
4492 (__nldbl___isoc99_vfwscanf, __nldbl___isoc99_swscanf)
4493 (__nldbl___isoc99_vswscanf, __nldbl___isoc99_vwscanf)
4494 (__nldbl___isoc99_fwscanf, __nldbl___isoc99_wscanf):
4495 Call __vfscanf_internal / __vfwscanf_internal directly, passing
4496 SCANF_LDBL_IS_DBL | SCANF_ISOC99_A. Set up a strfile if necessary.
4497 Do not set __no_long_double. Normalize variable names.
4498
4499 2018-12-05 Zack Weinberg <zackw@panix.com>
4500 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4501
4502 * stdio-common/isoc99_scanf.c
4503 * stdio-common/isoc99_fscanf.c
4504 * stdio-common/isoc99_sscanf.c
4505 * stdio-common/isoc99_vscanf.c
4506 * stdio-common/isoc99_vfscanf.c
4507 * stdio-common/isoc99_vsscanf.c
4508 * wcsmbs/isoc99_wscanf.c
4509 * wcsmbs/isoc99_fwscanf.c
4510 * wcsmbs/isoc99_swscanf.c
4511 * wcsmbs/isoc99_vwscanf.c
4512 * wcsmbs/isoc99_vfwscanf.c
4513 * wcsmbs/isoc99_vswscanf.c:
4514 Pass SCANF_ISOC99_A to __vfscanf_internal and/or __vfwscanf_internal.
4515 Do not set _IO_FLAGS2_SCANF_STD on the FILE passed to that function.
4516 No need to lock and unlock the FILE passed to that function.
4517
4518 * stdio-common/vfscanf-internal.c
4519 (__vfscanf_internal, __vfwscanf_internal):
4520 Don't look at _IO_FLAGS2_SCANF_STD.
4521 * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct)
4522 (_IO_release_lock): Don't clear _IO_FLAGS2_SCANF_STD.
4523 * libio/libio.h (_IO_FLAGS2_SCANF_STD): Delete.
4524
4525 2018-12-05 Zack Weinberg <zackw@panix.com>
4526 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4527
4528 * libio/libioP.h (SCANF_LDBL_IS_DBL, SCANF_ISOC99_A): New constants.
4529 (__vfscanf_internal, __vfwscanf_internal): New function prototypes.
4530 * libio/libio.h: Remove libc_hidden_proto for _IO_vfscanf.
4531 * libio/strfile.h: Add multiple inclusion guard.
4532 (_IO_strfile_read, _IO_strfile_readw): New inline functions.
4533
4534 * sysdeps/generic/math_ldbl_opt.h: Include shlib-compat.h, for
4535 consistency with the other version of this file.
4536 (ldbl_compat_symbol): New macro.
4537 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h (ldbl_compat_symbol):
4538 New macro.
4539
4540 * stdio-common/vfscanf-internal.c: Rename from vfscanf.c.
4541 Define __vfscanf_internal or __vfwscanf_internal, depending on
4542 COMPILE_WSCANF; don't define any other public symbols.
4543 Remove errval and code to set errp.
4544 Temporarily check __ldbl_is_dbl and _IO_FLAGS2_SCANF_STD as well
4545 as the mode_flags argument.
4546 (encode_error, conv_error, input_error): Don't set errval.
4547 * stdio-common/vfwscanf-internal.c: Rename from vfwscanf.c.
4548 Include vfscanf-internal.c.
4549 * stdio-common/vfscanf.c: New file defining the public entry
4550 point vfscanf, which calls __vfscanf_internal.
4551 * stdio-common/vfwscanf.c: New file defining the public entry
4552 point vfwscanf, which calls __vfwscanf_internal.
4553
4554 * stdio-common/iovfscanf.c: New file.
4555 * stdio-common/iovfwscanf.c: Likewise.
4556
4557 * stdio-common/Makefile (routines): Add vfscanf-internal,
4558 vfwscanf-internal, iovfscanf, iovfwscanf.
4559 * stdio-common/Versions: Mention GLIBC_2.29, so that
4560 it can be used in SHLIB_COMPAT expressions.
4561 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl__IO_vfscanf):
4562 Wrap definition and compat_symbol line in #if SHLIB_COMPAT.
4563 Call __vfscanf_internal, instead of _IO_vfscanf.
4564 (__nldbl___vfscanf): Call __vfscanf_internal, instead of
4565 _IO_vfscanf.
4566 (__nldbl_vfwscanf): Call __vfwscanf_internal, instead of
4567 _IO_vfwscanf.
4568
4569 * libio/iovsscanf.c: Clean up includes, when possible. Use
4570 _IO_strfile_read or _IO_strfile_readw, when needed. Call
4571 __vfscanf_internal or __vfwscanf_internal directly.
4572 * libio/iovswscanf.c: Likewise.
4573 * libio/swscanf.c: Likewise.
4574 * libio/vscanf.c: Likewise.
4575 * libio/vwscanf.c: Likewise.
4576 * libio/wscanf.c: Likewise.
4577 * stdio-common/isoc99_fscanf.c: Likewise.
4578 * stdio-common/isoc99_scanf.c: Likewise.
4579 * stdio-common/isoc99_sscanf.c: Likewise.
4580 * stdio-common/isoc99_vfscanf.c: Likewise.
4581 * stdio-common/isoc99_vscanf.c: Likewise.
4582 * stdio-common/isoc99_vsscanf.c: Likewise.
4583 * stdio-common/scanf.c: Likewise.
4584 * stdio-common/sscanf.c: Likewise.
4585 * wcsmbs/isoc99_fwscanf.c: Likewise.
4586 * wcsmbs/isoc99_swscanf.c: Likewise.
4587 * wcsmbs/isoc99_vfwscanf.c: Likewise.
4588 * wcsmbs/isoc99_vswscanf.c: Likewise.
4589 * wcsmbs/isoc99_vwscanf.c: Likewise.
4590 * wcsmbs/isoc99_wscanf.c: Likewise.
4591
4592 2018-12-05 Albert ARIBAUD <albert.aribaud@3adev.fr>
4593
4594 * include/time.h
4595 (__tz_compute): Replace time_t with __time64_t.
4596 (__tz_convert): Replace time_t* with __time64_t.
4597 (__offtime): Replace time_t* with __time64_t.
4598 * time/gmtime.c
4599 (__gmtime_r): Adjust call to __tz_convert.
4600 (gmtime): Likewise.
4601 * time/localtime.c
4602 (__localtime_r): Likewise.
4603 (localtime): Likewise.
4604 * time/offtime.c: Replace time_t with __time64_t.
4605 * time/tzset.c: Likewise.
4606
4607 2018-12-04 Joseph Myers <joseph@codesourcery.com>
4608
4609 * Makefile ($(objpfx)testroot.pristine/install.stamp): Do not run
4610 dynamic linker unless [$(run-built-tests) = yes].
4611
4612 2018-12-03 DJ Delorie <dj@delorie.com>
4613
4614 * support/test-container.c (check_for_unshare_hints): New.
4615 (main): Call it if unshare fails. Add support for "su" scriptlet
4616 command.
4617
4618 2018-12-03 Joseph Myers <joseph@codesourcery.com>
4619
4620 * scripts/gen-as-const.py (compute_c_consts): Take an argument
4621 'START' to indicate that start text should be output.
4622 (gen_test): Likewise.
4623 (main): Generate 'START' for first symbol or '--' line, or at end
4624 of input if not previously generated.
4625
4626 2018-12-03 Rafael Ávila de Espíndola <rafael@espindo.la>
4627
4628 [BZ #19767]
4629 * sysdeps/unix/sysv/linux/arm/init-first.c: Remove #ifdef SHARED.
4630 * sysdeps/unix/sysv/linux/arm/libc-vdso.h: Remove #ifdef SHARED.
4631 * sysdeps/unix/sysv/linux/arm/sysdep.h: Define
4632 ALWAYS_USE_VSYSCALL.
4633
4634 2018-12-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
4635
4636 [BZ #23913]
4637 * sysdeps/posix/spawni.c (maybe_script_execute): Increment size of
4638 new_argv by one.
4639
4640 2018-12-03 Carlos O'Donell <carlos@redhat.com>
4641
4642 [BZ #23923]
4643 * locale/programs/localedef.c: Declare boolean hard_links default true.
4644 (options): Add --no-hard-links option.
4645 (parse_opt): Add OPT_NO_HARD_LINKS case and set hard_links to false.
4646 * locale/programs/localedef.h: Declare prototype for hard_links.
4647 * locale/programs/locfile.c (write_locale_data): Don't use hard
4648 links if hard_links is false.
4649
4650 2018-12-03 H.J. Lu <hongjiu.lu@intel.com>
4651
4652 * sysdeps/x86/cacheinfo.c (intel_check_word): Updated for
4653 cpu_features_basic.
4654 (__cache_sysconf): Likewise.
4655 (init_cacheinfo): Likewise.
4656 * sysdeps/x86/cpu-features.c (get_extended_indeces): Also
4657 populate COMMON_CPUID_INDEX_80000007 and
4658 COMMON_CPUID_INDEX_80000008.
4659 (get_common_indices): Also populate COMMON_CPUID_INDEX_D_ECX_1.
4660 Use CPU_FEATURES_CPU_P (cpu_features, XSAVEC) to check if
4661 XSAVEC is available. Set the bit_arch_XXX_Usable bits.
4662 (init_cpu_features): Use _Static_assert on
4663 index_arch_Fast_Unaligned_Load.
4664 __get_cpuid_registers and __get_arch_feature. Updated for
4665 cpu_features_basic. Set stepping in cpu_features.
4666 * sysdeps/x86/cpu-features.h: (FEATURE_INDEX_1): Changed to enum.
4667 (FEATURE_INDEX_2): New.
4668 (FEATURE_INDEX_MAX): Changed to enum.
4669 (COMMON_CPUID_INDEX_D_ECX_1): New.
4670 (COMMON_CPUID_INDEX_80000007): Likewise.
4671 (COMMON_CPUID_INDEX_80000008): Likewise.
4672 (cpuid_registers): Likewise.
4673 (cpu_features_basic): Likewise.
4674 (CPU_FEATURE_USABLE): Likewise.
4675 (bit_arch_XXX_Usable): Likewise.
4676 (cpu_features): Use cpuid_registers and cpu_features_basic.
4677 (bit_arch_XXX): Reweritten.
4678 (bit_cpu_XXX): Likewise.
4679 (index_cpu_XXX): Likewise.
4680 (reg_XXX): Likewise.
4681 * sysdeps/x86/tst-get-cpu-features.c: Include <stdio.h> and
4682 <support/check.h>.
4683 (CHECK_CPU_FEATURE): New.
4684 (CHECK_CPU_FEATURE_USABLE): Likewise.
4685 (cpu_kinds): Likewise.
4686 (do_test): Print vendor, family, model and stepping. Check
4687 HAS_CPU_FEATURE and CPU_FEATURE_USABLE.
4688 (TEST_FUNCTION): Removed.
4689 Include <support/test-driver.c> instead of
4690 "../../test-skeleton.c".
4691 * sysdeps/x86_64/multiarch/sched_cpucount.c (__sched_cpucount):
4692 Check POPCNT instead of POPCOUNT.
4693 * sysdeps/x86_64/multiarch/test-multiarch.c (do_test): Likewise.
4694
4695 2018-12-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
4696
4697 * scripts/gen-as-const.py (main): Avoid emitting empty line when
4698 there is no element in `consts'.
4699
4700 2018-12-01 Florian Weimer <fweimer@redhat.com>
4701
4702 * support/support_capture_subprocess.c
4703 (support_capture_subprocess): Check that pipe descriptors have
4704 expected values. Close original pipe descriptors in subprocess.
4705
4706 2018-12-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
4707
4708 [BZ #23032]
4709 * sysdeps/htl/pt-barrier-init.c (pthread_barrier_init): Fix comparing
4710 attr with __pthread_default_barrierattr.
4711 * sysdeps/htl/pt-cond-init.c (__pthread_cond_init): Fix comparing
4712 attr with __pthread_default_condattr.
4713 * sysdeps/htl/pt-mutex-init.c (_pthread_mutex_init): Fix comparing
4714 attr with __pthread_default_mutexattr.
4715 * sysdeps/htl/pt-rwlock-init.c (_pthread_rwlock_init): Fix comparing
4716 attr with __pthread_default_rwlockattr.
4717
4718 2018-12-01 Kemi Wang <kemi.wang@intel.com>
4719
4720 * manual/tunables.texi (POSIX Thread Tunables): New node.
4721 * nptl/Makefile (libpthread-routines): Add pthread_mutex_conf.
4722 * nptl/nptl-init.c: Include pthread_mutex_conf.h
4723 (__pthread_initialize_minimal_internal) [HAVE_TUNABLES]: Call
4724 __pthread_tunables_init.
4725 * nptl/pthreadP.h (MAX_ADAPTIVE_COUNT): Remove.
4726 (max_adaptive_count): Define.
4727 * nptl/pthread_mutex_conf.c: New file.
4728 * nptl/pthread_mutex_conf.h: New file.
4729 * sysdeps/generic/adaptive_spin_count.h: New file.
4730 * sysdeps/nptl/dl-tunables.list: New file.
4731 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Use
4732 max_adaptive_count () not MAX_ADAPTIVE_COUNT.
4733 * nptl/pthread_mutex_timedlock.c (__pthrad_mutex_timedlock):
4734 Likewise.
4735
4736 2018-12-01 Paul Pluzhnikov <ppluzhnikov@google.com>
4737
4738 [BZ #20544]
4739 * stdlib/cxa_atexit.c (__internal_atexit): assert func != NULL.
4740 * stdlib/on_exit.c (__on_exit): Likewise.
4741 * stdlib/Makefile (tests): Add tst-bz20544.
4742 * stdlib/tst-bz20544.c: New test.
4743
4744 2018-11-30 Rafael Ávila de Espíndola <rafael@espindo.la>
4745
4746 [BZ #19767]
4747 * sysdeps/unix/sysv/linux/i386/init-first.c: Don't check SHARED.
4748 * sysdeps/unix/sysv/linux/i386/sysdep.h (ALWAYS_USE_VSYSCALL):
4749 New.
4750
4751 2018-11-30 Florian Weimer <fweimer@redhat.com>
4752
4753 * scripts/abilist.awk: Print "0x0" for size 0. Handle "g"/"D".
4754 Extend error logging.
4755 * sysdeps/mach/hurd/i386/libc.abilist (GLIBC_2.2.6): Adjust _end
4756 symbol.
4757
4758 2018-11-30 Adhemerval Zanella <adhemerval.zanella@linaro.org>
4759
4760 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Use
4761 __sigismember instead of sigismember.
4762 * sysdeps/posix/system.c [SIGCANCEL] (cancel_handler_args,
4763 cancel_handler): New definitions.
4764 (do_system): Use posix_spawn instead of fork and execl and remove
4765 reentracy code.
4766 * sysdeps/generic/not-errno.h (__kill_noerrno): New prototype.
4767 * sysdeps/unix/sysv/linux/not-errno.h (__kill_noerrno): Likewise.
4768 * sysdeps/unix/sysv/linux/ia64/system.c: Remove file.
4769 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
4770 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
4771 * sysdeps/unix/sysv/linux/system.c: Likewise.
4772
4773 [BZ #22834]
4774 [BZ #17490]
4775 * NEWS: Add new semantic for atfork with popen and system.
4776 * libio/iopopen.c (_IO_new_proc_open): use posix_spawn instead of
4777 fork and execl.
4778
4779 2018-11-30 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
4780
4781 [BZ #23690]
4782 * elf/dl-runtime.c (_dl_profile_fixup): Guarantee memory
4783 modification order when accessing reloc_result->addr.
4784 * include/link.h (reloc_result): Add field init.
4785 * nptl/Makefile (tests): Add tst-audit-threads.
4786 (modules-names): Add tst-audit-threads-mod1 and
4787 tst-audit-threads-mod2.
4788 Add rules to build tst-audit-threads.
4789 * nptl/tst-audit-threads-mod1.c: New file.
4790 * nptl/tst-audit-threads-mod2.c: Likewise.
4791 * nptl/tst-audit-threads.c: Likewise.
4792 * nptl/tst-audit-threads.h: Likewise.
4793
4794 2018-11-30 Joseph Myers <joseph@codesourcery.com>
4795
4796 * scripts/gen-as-const.py: New file.
4797 * scripts/gen-as-const.awk: Remove.
4798 * Makerules ($(common-objpfx)%.h $(common-objpfx)%.h.d): Use
4799 gen-as-const.py.
4800 ($(objpfx)test-as-const-%.c): Likewise.
4801
4802 2018-11-29 H.J. Lu <hongjiu.lu@intel.com>
4803
4804 * elf/dl-exception.c: Include <_itoa.h>.
4805
4806 2018-11-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
4807
4808 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Directly return value
4809 returned by __f_setlk.
4810
4811 2018-11-29 H.J. Lu <hongjiu.lu@intel.com>
4812 Adhemerval Zanella <adhemerval.zanella@linaro.org>
4813
4814 * elf/Makefile (tests-internal): Add tst-create_format1.
4815 * elf/dl-exception.c (_dl_exception_create_format): Support
4816 %x, %lx and %zx.
4817 * elf/tst-create_format1.c: New file.
4818
4819 2018-11-29 Charles-Antoine Couret <charles-antoine.couret@essensium.com>
4820
4821 * argp/argp-fmtstream.c (__argp_fmtstream_update): Use [_LIBC]
4822 conditional on calls to _IO_fwide and putwc_unlocked. (Merge from
4823 gnulib.)
4824 * argp/argp-help.c (__argp_failure): Likewise.
4825
4826 2018-11-29 Mao Han <han_mao@c-sky.com>
4827
4828 * elf/elf.h (EM_CSKY, R_CKCORE_NONE, R_CKCORE_ADDR32)
4829 (R_CKCORE_PCRELIMM8BY4, R_CKCORE_PCRELIMM11BY2, R_CKCORE_PCREL32)
4830 (R_CKCORE_PCRELJSR_IMM11BY2, R_CKCORE_RELATIVE, R_CKCORE_COPY)
4831 (R_CKCORE_GLOB_DAT, R_CKCORE_JUMP_SLOT, R_CKCORE_GOTOFF)
4832 (R_CKCORE_GOTPC, R_CKCORE_GOT32, R_CKCORE_PLT32, R_CKCORE_ADDRGOT)
4833 (R_CKCORE_ADDRPLT, R_CKCORE_PCREL_IMM26BY2, R_CKCORE_PCREL_IMM16BY2)
4834 (R_CKCORE_PCREL_IMM16BY4, R_CKCORE_PCREL_IMM10BY2)
4835 (R_CKCORE_PCREL_IMM10BY4, R_CKCORE_ADDR_HI16, R_CKCORE_ADDR_LO16)
4836 (R_CKCORE_GOTPC_HI16, R_CKCORE_GOTPC_LO16, R_CKCORE_GOTOFF_HI16)
4837 (R_CKCORE_GOTOFF_LO16, R_CKCORE_GOT12, R_CKCORE_GOT_HI16)
4838 (R_CKCORE_GOT_LO16, R_CKCORE_PLT12, R_CKCORE_PLT_HI16)
4839 (R_CKCORE_PLT_LO16, R_CKCORE_ADDRGOT_HI16, R_CKCORE_ADDRGOT_LO16)
4840 (R_CKCORE_ADDRPLT_HI16, R_CKCORE_ADDRPLT_LO16)
4841 (R_CKCORE_PCREL_JSR_IMM26BY2, R_CKCORE_TOFFSET_LO16)
4842 (R_CKCORE_DOFFSET_LO16, R_CKCORE_PCREL_IMM18BY2)
4843 (R_CKCORE_DOFFSET_IMM18, R_CKCORE_DOFFSET_IMM18BY2)
4844 (R_CKCORE_DOFFSET_IMM18BY4, R_CKCORE_GOT_IMM18BY4)
4845 (R_CKCORE_PLT_IMM18BY4, R_CKCORE_PCREL_IMM7BY4, R_CKCORE_TLS_LE32)
4846 (R_CKCORE_TLS_IE32, R_CKCORE_TLS_GD32, R_CKCORE_TLS_LDM32)
4847 (R_CKCORE_TLS_LDO32, R_CKCORE_TLS_DTPMOD32, R_CKCORE_TLS_DTPOFF32)
4848 (R_CKCORE_TLS_TPOFF32): New defines.
4849
4850 2018-11-29 Florian Weimer <fweimer@redhat.com>
4851
4852 * posix/Makefile (before-compile): Remove testcases.h and
4853 ptestcases.h.
4854 (generated): Add testcases.h and ptestcases.h.
4855 (testcases.h, ptestcases.h): Move to $(objpfx).
4856 (runtests.o): Add dependency on testcases.h.
4857 (runptests.o): Add dependency on ptestcases.h.
4858 * posix/testcases.h, posix/ptestcases.h: Remove files.
4859 * scripts/build-many-glibcs.py (Context.fix_glibc_timestamps): Do
4860 not touch posix/testcases.h and posix/ptestcases.h.
4861
4862 2018-11-28 Florian Weimer <fweimer@redhat.com>
4863
4864 support: Add signal support to support_capture_subprocess_check.
4865 * support/capture_subprocess.h (support_capture_subprocess_check):
4866 Adjust comment and rename parameter.
4867 * support/support_capture_subprocess_check.c
4868 (print_actual_status): New function.
4869 (support_capture_subprocess_check): Support negative
4870 status_or_signal. Call print_actual_status.
4871 * support/tst-support_capture_subprocess.c (do_test): Call
4872 support_capture_subprocess_check.
4873 * libio/tst-vtables-common.c (termination_status)
4874 (init_termination_status): Remove.
4875 (check_for_termination): Adjust support_capture_subprocess_check
4876 call.
4877 (do_test): Remove call to init_termination_status.
4878
4879 2018-11-28 Joseph Myers <joseph@codesourcery.com>
4880
4881 * scripts/build-many-glibcs.py (Glibc.build_glibc): Use original
4882 source directory instead of a copy.
4883 (CommandList.create_copy_dir): Remove.
4884
4885 2018-11-28 Stefan Liebler <stli@linux.ibm.com>
4886
4887 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
4888
4889 2018-11-28 Florian Weimer <fweimer@redhat.com>
4890
4891 * support/support.h (support_quote_string): Do not use str
4892 parameter name.
4893
4894 2018-11-27 Joseph Myers <joseph@codesourcery.com>
4895
4896 * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
4897 $(hurd-objpfx)bits/errno.h-tmp, not $(hurd)/bits/errno.h-tmp.
4898
4899 2018-11-27 Florian Weimer <fweimer@redhat.com>
4900
4901 * support/support.h (support_quote_string): Declare.
4902 * support/support_quote_string.c: New file.
4903 * support/tst-support_quote_string.c: Likewise.
4904 * support/Makefile (libsupport-routines): Add
4905 support_quote_string.
4906 (tests): Add tst-support_quote_string.
4907
4908 2018-11-27 Florian Weimer <fweimer@redhat.com>
4909
4910 [BZ #23927]
4911 CVE-2018-19591
4912 * sysdeps/unix/sysv/linux/if_index.c (__if_nametoindex): Avoid
4913 descriptor leak in case of ENODEV error.
4914
4915 2018-11-27 Rafael Ávila de Espíndola <rafael@espindo.la>
4916
4917 [BZ #19767]
4918 * sysdeps/unix/sysv/linux/aarch64/init-first.c: Remove #ifdef SHARED.
4919 * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: Remove #ifdef SHARED.
4920 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Define ALWAYS_USE_VSYSCALL.
4921
4922 2018-11-26 Carlos O'Donell <carlos@redhat.com>
4923
4924 * scripts/abilist.awk: Handle .tdata. Error for unknown combinations.
4925 Error for unknown lines.
4926
4927 2018-11-26 Joseph Myers <joseph@codesourcery.com>
4928
4929 * scripts/build-many-glibcs.py (Context.fix_glibc_timestamps):
4930 Touch additional files.
4931
4932 2018-11-26 Florian Weimer <fweimer@redhat.com>
4933
4934 [BZ #23907]
4935 * malloc/malloc.c (_int_free): Validate tc_idx before checking for
4936 double-frees.
4937
4938 2018-11-26 Rafael Ávila de Espíndola <rafael@espindo.la>
4939
4940 [BZ #19767]
4941 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Remove #ifdef SHARED.
4942 * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: Remove #ifdef
4943 SHARED. Include sysdep.h.
4944 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Define
4945 ALWAYS_USE_VSYSCALL.
4946 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Define
4947 ALWAYS_USE_VSYSCALL.
4948
4949 2018-11-23 Rafael Ávila de Espíndola <rafael@espindo.la>
4950
4951 [BZ #19767]
4952 * nptl/Makefile (tests-static): Add tst-cond11-static.
4953 (tests): Likewise.
4954 * nptl/tst-cond11-static.c: New File.
4955 * sysdeps/unix/sysv/linux/Makefile (tests-static): Add
4956 tst-affinity-static.
4957 (tests): Likewise.
4958 * sysdeps/unix/sysv/linux/sysdep-vdso.h: Check USE_VSYSCALL
4959 instead of SHARED.
4960 * sysdeps/unix/sysv/linux/sysdep.h (ALWAYS_USE_VSYSCALL): New.
4961 (USE_VSYSCALL): Likewise.
4962 * sysdeps/unix/sysv/linux/tst-affinity-static.c: New file.
4963 * sysdeps/unix/sysv/linux/x86/libc-vdso.h: Check USE_VSYSCALL
4964 instead of SHARED.
4965 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Don't check
4966 SHARED.
4967 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (ALWAYS_USE_VSYSCALL):
4968 New.
4969
4970 2018-11-23 Joseph Myers <joseph@codesourcery.com>
4971
4972 [BZ #23915]
4973 * sysdeps/unix/sysv/linux/arm/kernel-features.h
4974 [__LINUX_KERNEL_VERSION < 0x040700] (__ASSUME_COPY_FILE_RANGE):
4975 Undefine.
4976
4977 2018-11-23 H.J. Lu <hongjiu.lu@intel.com>
4978
4979 * sysdeps/x86/Makefile (tests): Add tst-cet-legacy-1a.
4980 (tst-cet-legacy-1a-ARGS): New.
4981 ($(objpfx)tst-cet-legacy-1a): New target.
4982 * sysdeps/x86/tst-cet-legacy-1a.c: New file.
4983
4984 2018-11-22 Joseph Myers <joseph@codesourcery.com>
4985
4986 * conform/conformtest.py (CompileSubTest.__init__): Set
4987 self.run_early to False.
4988 (ExecuteSubTest.__init__): Likewise.
4989 (HeaderTests.run): Try running all non-optional, non-XFAILed
4990 compilation tests in a single execution of the compiler.
4991
4992 * conform/conformtest.py (CompileSubTest): New class.
4993 (ExecuteSubTest): Likewise.
4994 (ElementTest.run): Rename to gen_subtests. Append tests to
4995 self.subtests instead of running them.
4996 (ConstantTest.run): Likewise.
4997 (SymbolTest.run): Likewise.
4998 (TypeTest.run): Likewise.
4999 (TagTest.run): Likewise.
5000 (FunctionTest.run): Likewise.
5001 (VariableTest.run): Likewise.
5002 (MacroFunctionTest.run): Likewise.
5003 (MacroStrTest.run): Likewise.
5004 (HeaderTests.handle_test_line): Generate subtests for tests.
5005 (HeaderTests.run): Run subtests for tests.
5006
5007 2018-11-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
5008
5009 * math/Versions (GLIBC_2.29): Add pow.
5010 * math/w_pow_compat.c (__pow_compat): Change to versioned compat
5011 symbol.
5012 * math/w_pow.c: New file.
5013 * sysdeps/i386/fpu/w_pow.c: New file.
5014 * sysdeps/ia64/fpu/e_pow.S: Add versioned symbols.
5015 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Rename to __pow
5016 and add necessary aliases.
5017 * sysdeps/ieee754/dbl-64/w_pow.c: New file.
5018 * sysdeps/m68k/m680x0/fpu/w_pow.c: New file.
5019 * sysdeps/mach/hurd/i386/libm.abilist: Update.
5020 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
5021 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Update.
5022 * sysdeps/unix/sysv/linux/arm/libm.abilist: Update.
5023 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Update.
5024 * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
5025 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Update.
5026 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Update.
5027 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Update.
5028 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Update.
5029 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Update.
5030 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Update.
5031 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Update.
5032 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Update.
5033 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Update.
5034 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Update.
5035 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Update.
5036 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Update.
5037 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Update.
5038 * sysdeps/unix/sysv/linux/sh/libm.abilist: Update.
5039 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Update.
5040 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Update.
5041 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Update.
5042 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Update.
5043 * sysdeps/x86_64/fpu/multiarch/e_pow-fma.c (__ieee754_pow): Rename to
5044 __pow.
5045 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c (__ieee754_pow): Likewise.
5046 * sysdeps/x86_64/fpu/multiarch/e_pow.c (__ieee754_pow): Likewise.
5047 * sysdeps/x86_64/fpu/multiarch/w_pow.c: New file.
5048
5049 2018-11-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
5050
5051 * math/Versions (GLIBC_2.29): Add log2.
5052 * math/w_log2_compat.c (__log2_compat): Change to versioned compat
5053 symbol.
5054 * math/w_log2.c: New file.
5055 * sysdeps/i386/fpu/w_log2.c: New file.
5056 * sysdeps/ia64/fpu/e_log2.S: Add versioned symbols.
5057 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Rename to __log2
5058 and add necessary aliases.
5059 * sysdeps/ieee754/dbl-64/w_log2.c: New file.
5060 * sysdeps/m68k/m680x0/fpu/w_log2.c: New file.
5061 * sysdeps/mach/hurd/i386/libm.abilist: Update.
5062 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
5063 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Update.
5064 * sysdeps/unix/sysv/linux/arm/libm.abilist: Update.
5065 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Update.
5066 * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
5067 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Update.
5068 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Update.
5069 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Update.
5070 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Update.
5071 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Update.
5072 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Update.
5073 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Update.
5074 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Update.
5075 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Update.
5076 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Update.
5077 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Update.
5078 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Update.
5079 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Update.
5080 * sysdeps/unix/sysv/linux/sh/libm.abilist: Update.
5081 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Update.
5082 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Update.
5083 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Update.
5084 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Update.
5085
5086 2018-11-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
5087
5088 * math/Versions (GLIBC_2.29): Add log.
5089 * math/w_log_compat.c (__log_compat): Change to versioned compat
5090 symbol.
5091 * math/w_log.c: New file.
5092 * sysdeps/i386/fpu/w_log.c: New file.
5093 * sysdeps/ia64/fpu/e_log.S: Update.
5094 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Rename to __log
5095 and add necessary aliases.
5096 * sysdeps/ieee754/dbl-64/w_log.c: New file.
5097 * sysdeps/m68k/m680x0/fpu/w_log.c: New file.
5098 * sysdeps/mach/hurd/i386/libm.abilist: Update.
5099 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
5100 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Update.
5101 * sysdeps/unix/sysv/linux/arm/libm.abilist: Update.
5102 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Update.
5103 * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
5104 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Update.
5105 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Update.
5106 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Update.
5107 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Update.
5108 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Update.
5109 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Update.
5110 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Update.
5111 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Update.
5112 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Update.
5113 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Update.
5114 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Update.
5115 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Update.
5116 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Update.
5117 * sysdeps/unix/sysv/linux/sh/libm.abilist: Update.
5118 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Update.
5119 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Update.
5120 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Update.
5121 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Update.
5122 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c (__ieee754_log): Rename to
5123 __log.
5124 * sysdeps/x86_64/fpu/multiarch/e_log-fma.c (__ieee754_log): Likewise.
5125 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c (__ieee754_log): Likewise.
5126 * sysdeps/x86_64/fpu/multiarch/e_log.c (__ieee754_log): Likewise.
5127 * sysdeps/x86_64/fpu/multiarch/w_log.c: New file.
5128
5129 2018-11-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
5130
5131 * math/Versions (GLIBC_2.29): Add exp and exp2.
5132 * math/w_exp2_compat.c (__exp2_compat): Change to versioned compat
5133 symbol, handle NO_LONG_DOUBLE and LONG_DOUBLE_COMPAT explicitly.
5134 * math/w_exp_compat.c (__exp_compat): Likewise.
5135 * math/w_exp.c: New file.
5136 * math/w_exp2.c: New file.
5137 * sysdeps/i386/fpu/w_exp.c: New file.
5138 * sysdeps/i386/fpu/w_exp2.c: New file.
5139 * sysdeps/ia64/fpu/e_exp.S: Add versioned symbols.
5140 * sysdeps/ia64/fpu/e_exp2.S: Likewise.
5141 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Rename to __exp
5142 and add necessary aliases.
5143 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Rename to __exp2
5144 and add necessary aliases.
5145 * sysdeps/ieee754/dbl-64/w_exp.c: New file.
5146 * sysdeps/ieee754/dbl-64/w_exp2.c: New file.
5147 * sysdeps/m68k/m680x0/fpu/w_exp.c: New file.
5148 * sysdeps/m68k/m680x0/fpu/w_exp2.c: New file.
5149 * sysdeps/mach/hurd/i386/libm.abilist: Update.
5150 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
5151 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Update.
5152 * sysdeps/unix/sysv/linux/arm/libm.abilist: Update.
5153 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Update.
5154 * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
5155 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Update.
5156 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Update.
5157 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Update.
5158 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Update.
5159 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Update.
5160 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Update.
5161 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Update.
5162 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Update.
5163 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Update.
5164 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Update.
5165 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Update.
5166 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Update.
5167 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Update.
5168 * sysdeps/unix/sysv/linux/sh/libm.abilist: Update.
5169 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Update.
5170 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Update.
5171 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Update.
5172 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Update.
5173 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c (__exp1): Remove.
5174 (__ieee754_exp): Rename to __exp.
5175 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c (__exp1): Remove.
5176 (__ieee754_exp): Rename to __exp.
5177 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c (__exp1): Remove.
5178 (__ieee754_exp): Rename to __exp.
5179 * sysdeps/x86_64/fpu/multiarch/e_exp.c (__ieee754_exp): Rename to
5180 __exp.
5181 * sysdeps/x86_64/fpu/multiarch/w_exp.c: New file.
5182
5183 2018-11-20 DJ Delorie <dj@redhat.com>
5184
5185 * malloc/malloc.c (tcache_entry): Add key field.
5186 (tcache_put): Set it.
5187 (tcache_get): Likewise.
5188 (_int_free): Check for double free in tcache.
5189 * malloc/tst-tcfree1.c: New.
5190 * malloc/tst-tcfree2.c: New.
5191 * malloc/Makefile: Run the new tests.
5192 * manual/probes.texi: Document memory_tcache_double_free probe.
5193
5194 * dlfcn/dlerror.c (check_free): Prevent double frees.
5195
5196 2018-11-20 Wilco Dijkstra <wdijkstr@arm.com>
5197
5198 * sysdeps/aarch64/memset.S (MEMSET): Improve non-zero memset loop.
5199
5200 2018-11-20 Joseph Myers <joseph@codesourcery.com>
5201
5202 * conform/conformtest.py (ElementTest.run): Use unique identifiers
5203 in tests. Use names for format arguments.
5204 (ConstantTest.run): Likewise.
5205 (SymbolTest.run): Likewise.
5206 (TypeTest.run): Likewise.
5207 (TagTest.run): Likewise.
5208 (FunctionTest.run): Likewise.
5209 (VariableTest.run): Likewise.
5210 (MacroFunctionTest.run): Likewise.
5211 (MacroStrTest.run): Likewise.
5212 (HeaderTests.__init__): Set self.num_tests.
5213 (HeaderTests.handle_test_line): Set test.num. Increment
5214 self.num_tests.
5215
5216 2018-11-19 Samuel Thibault <samuel.thibault@ens-lyon.org>
5217
5218 * sysdeps/mach/hurd/f_setlk.c: Include <unistd.h>.
5219 (__f_setlk): When whence is SEEK_CUR, use __lseek64 to convert it to
5220 SEEK_SET.
5221
5222 2018-11-19 Mao Han <han_mao@c-sky.com>
5223
5224 * scripts/config.guess: Update to version 2018-08-29.
5225 * scripts/config.sub: Update to version 2018-08-29.
5226
5227 2018-11-19 Florian Weimer <fweimer@redhat.com>
5228
5229 support: Print timestamps in timeout handler.
5230 * support/support_test_main.c (print_timestamp): New function.
5231 (signal_handler): Use it to print the termination time and the
5232 time of the last write to standard output.
5233
5234 2018-11-16 Zack Weinberg <zackw@panix.com>
5235 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
5236
5237 * include/monetary.h (STRFMON_LDBL_IS_DBL): New constant.
5238 (__vstrfmon_l): Rename to __vstrfmon_l_internal and add flags
5239 argument.
5240 * stdlib/strfmon_l.c (__vstrfmon_l): Rename to __vstrfmon_l_internal
5241 and add flags argument. Check flags instead of __ldbl_is_dbl when
5242 deciding whether to set is_long_double.
5243 (__strfmon_l): Call __vstrfmon_l_internal instead of __vstrfmon_l,
5244 passing zero for flags argument.
5245 * stdlib/strfmon.c (strfmon): Same change as made to __strfmon_l.
5246
5247 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
5248 (__nldbl___vstrfmon, __nldbl___vstrfmon_l)
5249 (__nldbl_strfmon, __nldbl___strfmon_l): Call __vstrfmon_l_internal
5250 directly, passing STRFMON_LDBL_IS_DBL for flags argument. Normalize
5251 variable names. Remove libc_hidden_def/libc_hidden_proto from
5252 __nldbl___vstrfmon and __nldbl___vstrfmon_l, because they are no
5253 longer called from within the library.
5254 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Don't use NLDBL_DECL
5255 for __nldbl___vstrfmon_l, declare it explicitly.
5256
5257 * manual/locale.texi: Update a reference to vstrfmon_l in comments.
5258
5259 2018-11-15 Samuel Thibault <samuel.thibault@ens-lyon.org>
5260
5261 * sysdeps/mach/hurd/bits/fcntl.h (F_GETLK64, F_SETLK64, F_SETLKW64): New
5262 macros
5263 [__USE_FILE_OFFSET64] (F_GETLK, F_SETLK, F_SETLKW): Define to F_GETLK64,
5264 F_SETLK64, F_SETLKW64, respectively.
5265 * sysdeps/mach/hurd/f_setlk.c: New file.
5266 * sysdeps/mach/hurd/f_setlk.h: New file.
5267 * sysdeps/mach/hurd/Makefile [$(subdir) = io] (sysdeps_routines): Add
5268 f_setlk.
5269 * sysdeps/mach/hurd/fcntl.c: Include "f_setlk.h".h".
5270 (__libc_fcntl): Move non-flock operations to...
5271 * sysdeps/mach/hurd/vfcntl.c (__libc_vfcntl): ... New file.
5272 * sysdeps/mach/hurd/fcntl.c (fcntl64): Add missing alias.
5273
5274 2018-11-15 Paul Eggert <eggert@cs.ucla.edu>
5275
5276 mktime: DEBUG_MKTIME cleanup
5277 The DEBUG_MKTIME code no longer works in glibc or in Gnulib.
5278 And it’s no longer needed now that glibc and Gnulib both have
5279 their own testing mechanisms for mktime.
5280 * time/mktime.c (DEBUG_MKTIME): Remove. All uses removed.
5281
5282 mktime: fix non-EOVERFLOW errno handling
5283 [BZ#23789]
5284 mktime was not properly reporting failures when the underlying
5285 localtime_r fails with errno != EOVERFLOW; it incorrectly treated
5286 them like EOVERFLOW failures, and set errno to EOVERFLOW.
5287 The problem could happen on non-glibc platforms, with Gnulib.
5288 * time/mktime.c (guess_time_tm): Remove, replacing with ...
5289 (tm_diff): ... this simpler function, which does not change errno.
5290 All callers changed to deal with errno themselves.
5291 (ranged_convert, __mktime_internal): Return failure immediately if
5292 the underlying function reports any failure other than EOVERFLOW.
5293 (__mktime_internal): Set errno to EOVERFLOW if the spring-forward
5294 gap code fails.
5295
5296 mktime: fix bug with Y2038 DST transition
5297 [BZ#23789]
5298 * time/mktime.c (ranged_convert): On 32-bit platforms, don’t
5299 mishandle a DST transition that jumps over the Y2038 boundary.
5300 No such DST transitions are known so this is only a theoretical
5301 bug, but we might as well do things right.
5302
5303 mktime: make more room for overflow
5304 [BZ#23789]
5305 * time/mktime.c (long_int): Now 4⨯ int, not just 3⨯.
5306 This is so that we can add tm_diff results to a previous guess,
5307 which will be useful in a later patch.
5308
5309 mktime: simplify offset guess
5310 [BZ#23789]
5311 * time/mktime.c (__mktime_internal): Omit excess precision.
5312
5313 mktime: new test for mktime failure
5314 [BZ#23789]
5315 Based on a test suggested by Albert Aribaud in:
5316 https://www.sourceware.org/ml/libc-alpha/2018-10/msg00662.html
5317 * time/Makefile (tests): Add bug-mktime4.
5318 * time/bug-mktime4.c: New file.
5319
5320 mktime: fix EOVERFLOW bug
5321 [BZ#23789]
5322 * time/mktime.c [!_LIBC && !DEBUG_MKTIME]:
5323 Include libc-config.h, not config.h, for __set_errno.
5324 (guess_time_tm, __mktime_internal): Set errno to EOVERFLOW on overflow.
5325
5326 2018-11-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
5327
5328 * sysdeps/mach/hurd/dl-sysdep.c (check_no_hidden): Use
5329 __attribute_copy__ to copy attributes from name. Drop static qualifier
5330 to avoid warnings about leaf attribute not having effect on static
5331 functions.
5332
5333 2018-11-13 Florian Weimer <fweimer@redhat.com>
5334
5335 * malloc/malloc.c (fastbin_push_entry): New function.
5336 (fastbin_pop_entry): Likewise. Replaces REMOVE_FB.
5337 (REMOVE_FB): Remove macro.
5338 (_int_malloc): Use fastbin_pop_entry and reindent.
5339 (_int_free): Use fastbin_push_entry.
5340 (malloc_consolidate): Use atomic_exchange_acquire.
5341
5342 2018-11-13 Joseph Myers <joseph@codesourcery.com>
5343
5344 * sysdeps/mips/__longjmp.c (__longjmp): Define alias manually with
5345 alias attribute, not with strong_alias.
5346
5347 * include/libc-symbols.h [SHARED && !NO_HIDDEN && !__ASSEMBLER__]
5348 (__hidden_ver2): New macro. Use old definition of __hidden_ver1
5349 with additional parameter thread.
5350 [SHARED && !NO_HIDDEN && !__ASSEMBLER__] (__hidden_ver1): Define
5351 in terms of __hidden_ver2.
5352 (hidden_tls_def): New macro.
5353 (libc_hidden_tls_def): Likewise.
5354 (rtld_hidden_tls_def): Likewise.
5355 (libm_hidden_tls_def): Likewise.
5356 (libmvec_hidden_tls_def): Likewise.
5357 (libresolv_hidden_tls_def): Likewise.
5358 (librt_hidden_tls_def): Likewise.
5359 (libdl_hidden_tls_def): Likewise.
5360 (libnss_files_hidden_tls_def): Likewise.
5361 (libnsl_hidden_tls_def): Likewise.
5362 (libnss_nisplus_hidden_tls_def): Likewise.
5363 (libutil_hidden_tls_def): Likewise.
5364 (libutil_hidden_tls_def): Likweise.
5365 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions_thread): Use
5366 libc_hidden_tls_def.
5367 (__sim_disabled_exceptions_thread): Likewise.
5368 (__sim_round_mode_thread): Likewise.
5369
5370 * sysdeps/sparc/sparc-ifunc.h [SHARED]
5371 (sparc_ifunc_redirected_hidden_def): Use __attribute_copy__ to
5372 copy attributes from name.
5373
5374 2018-11-12 Joseph Myers <joseph@codesourcery.com>
5375
5376 * sysdeps/arm/arm-ifunc.h [SHARED] (arm_libc_ifunc_hidden_def):
5377 Use __attribute_copy__ to copy attributes from name.
5378
5379 * sysdeps/i386/i686/fpu/multiarch/e_expf.c [SHARED]: Use __THROW
5380 with __hidden_ver1 call.
5381 * sysdeps/i386/i686/fpu/multiarch/e_log2f.c [SHARED]: Likewise.
5382 * sysdeps/i386/i686/fpu/multiarch/e_logf.c [SHARED]: Likewise.
5383 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Include <math.h>.
5384 (__cosf): Do not declare here.
5385 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: Include <math.h>.
5386 (__sincosf): Do not declare here.
5387 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: Include <math.h>.
5388 (__sinf): Do not declare here.
5389
5390 * sysdeps/ia64/fpu/sfp-machine.h (__LITTLE_ENDIAN): Remove.
5391 (__BIG_ENDIAN): Likewise.
5392 (__BYTE_ORDER): Likewise.
5393 (strong_alias): Likewise.
5394 (_strong_alias): Likewise.
5395
5396 2018-11-12 Florian Weimer <fweimer@redhat.com>
5397
5398 * malloc/malloc.c (unlink_chunk): Turn the unlink macro into this
5399 function. Move after the definition of in_smallbin_range. Do not
5400 use __builtin_expect for paths that lead to a noreturn function.
5401 Drop remaining __builtin_expect (p->fd_nextsize != NULL, 0)
5402 because it is unclear whether this is in fact an unlikely
5403 condition.
5404 (_int_malloc, _int_free): Adjust.
5405 (malloc_consolidate, _int_realloc): Adjust. Remove bck, fwd
5406 variables.
5407 * malloc/arena.c (heap_trim): Likewise.
5408
5409 2018-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
5410
5411 * sysdeps/mach/hurd/spawni.c (__spawni): Add ccwdir port. Test and use
5412 it, free it if needed.
5413 (reauthenticate): Test and use ccwdir.
5414 (child_init_port): In non-resetids case, test and use ccwdir.
5415 (child_chdir): New nested function to set ccwdir.
5416 * hurd/hurd/userlink.h (_hurd_userlink_move): New function.
5417 * hurd/hurd/port.h (_hurd_port_move): New function.
5418 * sysdeps/mach/hurd/spawni.c (NEW_ULINK_TABLE): New macro.
5419 (EXPAND_DTABLE): Use NEW_ULINK_TABLE macro for ulink_dtable.
5420 * hurd/Versions (_hurd_port_move): Export function.
5421 * sysdeps/mach/hurd/i386/libc.abilist (_hurd_port_move): Expect
5422 symbol.
5423 * sysdeps/mach/hurd/spawni.c (__spawni): Use orig_dtablesize instead
5424 of dtablesize for allocating dtable_cloexec.
5425
5426 2018-11-09 Martin Sebor <msebor@redhat.com>
5427
5428 * include/libc-symbols.h (__attribute_copy__): Define macro unless
5429 it's already defined.
5430 (_strong_alias): Use __attribute_copy__.
5431 (_weak_alias, __hidden_ver1, __hidden_nolink2): Same.
5432 * misc/sys/cdefs.h (__attribute_copy__): New macro.
5433 * sysdeps/x86_64/multiarch/memchr.c (memchr): Use __attribute_copy__.
5434 * sysdeps/x86_64/multiarch/memcmp.c (memcmp): Same.
5435 * sysdeps/x86_64/multiarch/mempcpy.c (mempcpy): Same.
5436 * sysdeps/x86_64/multiarch/memset.c (memset): Same.
5437 * sysdeps/x86_64/multiarch/stpcpy.c (stpcpy): Same.
5438 * sysdeps/x86_64/multiarch/strcat.c (strcat): Same.
5439 * sysdeps/x86_64/multiarch/strchr.c (strchr): Same.
5440 * sysdeps/x86_64/multiarch/strcmp.c (strcmp): Same.
5441 * sysdeps/x86_64/multiarch/strcpy.c (strcpy): Same.
5442 * sysdeps/x86_64/multiarch/strcspn.c (strcspn): Same.
5443 * sysdeps/x86_64/multiarch/strlen.c (strlen): Same.
5444 * sysdeps/x86_64/multiarch/strncmp.c (strncmp): Same.
5445 * sysdeps/x86_64/multiarch/strncpy.c (strncpy): Same.
5446 * sysdeps/x86_64/multiarch/strnlen.c (strnlen): Same.
5447 * sysdeps/x86_64/multiarch/strpbrk.c (strpbrk): Same.
5448 * sysdeps/x86_64/multiarch/strrchr.c (strrchr): Same.
5449 * sysdeps/x86_64/multiarch/strspn.c (strspn): Same.
5450
5451 2018-11-09 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
5452
5453 * misc/tst-efgcvt.c: Include support/check.h and
5454 support/test-driver.c. Do not include test-skeleton.c.
5455 (error_count): Remove.
5456 (output_error): Replace increments to error_count with calls to
5457 support_record_failure.
5458 (output_r_error): Likewise.
5459 (special): Likewise.
5460 (do_test): Unconditionally return zero.
5461 (TEST_FUNCTION): Remove.
5462
5463 2018-11-09 Joseph Myers <joseph@codesourcery.com>
5464
5465 * conform/Makefile ($(conformtest-header-tests)): Create $(@D),
5466 not $(@D)/scratch.
5467 ($(linknamespace-header-tests)): Likewise.
5468
5469 * conform/conformtest.py: New file.
5470 * conform/conformtest.pl: Remove.
5471 * conform/GlibcConform.pm: Likewise.
5472 * conform/glibcconform.py (KEYWORDS_C90): New constant.
5473 (KEYWORDS_C99): Likewise.
5474 (KEYWORDS): Likewise.
5475 * conform/Makefile ($(conformtest-header-tests)): Use
5476 conformtest.py instead of conformtest.pl. Do not pass --tmpdir
5477 option. Use --header instead of --headers.
5478 * conform/data/arpa/inet.h-data: Remove trailing semicolons on
5479 function entries.
5480 * conform/data/spawn.h-data: Likewise.
5481 * conform/data/fcntl.h-data (openat): Add space after function
5482 name.
5483 * conform/data/wchar.h-data (wcscasecmp): Likewise.
5484 (wcscasecmp_l): Likewise.
5485 * conform/data/termios.h-data (c_cc): Add space after element
5486 name.
5487
5488 2018-11-08 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
5489
5490 * argp/tst-ldbl-argp.c (do_one_test): Use TEST_COMPARE_STRING,
5491 instead of manually comparing and reporting mismatching strings.
5492 * misc/tst-ldbl-error.c (do_one_test): Likewise.
5493 * misc/tst-ldbl-warn.c (do_one_test): Likewise.
5494
5495 2018-11-08 Joseph Myers <joseph@codesourcery.com>
5496
5497 * sysdeps/unix/sysv/linux/kernel-features.h: Remove comment about
5498 __ASSUME_SOCKETCALL.
5499 * sysdeps/unix/sysv/linux/i386/kernel-features.h
5500 (__ASSUME_SOCKETCALL): Remove.
5501 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5502 (__ASSUME_SOCKETCALL): Likewise.
5503 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5504 (__ASSUME_SOCKETCALL): Likewise.
5505 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
5506 (__ASSUME_SOCKETCALL): Likewise.
5507 * sysdeps/unix/sysv/linux/s390/kernel-features.h
5508 (__ASSUME_SOCKETCALL): Likewise.
5509 * sysdeps/unix/sysv/linux/sh/kernel-features.h
5510 (__ASSUME_SOCKETCALL): Likewise.
5511 * sysdeps/unix/sysv/linux/sparc/kernel-features.h
5512 (__ASSUME_SOCKETCALL): Likewise.
5513
5514 2018-11-08 H.J. Lu <hongjiu.lu@intel.com>
5515
5516 [BZ #23509]
5517 * sysdeps/x86/dl-prop.h (_dl_process_cet_property_note): Skip
5518 note parsing if a NT_GNU_PROPERTY_TYPE_0 note has been processed.
5519 Update the l_cet field when processing NT_GNU_PROPERTY_TYPE_0 note.
5520 Check multiple NT_GNU_PROPERTY_TYPE_0 notes.
5521 * sysdeps/x86/link_map.h (l_cet): Expand to 3 bits, Add
5522 lc_unknown.
5523
5524 2018-11-08 Alexandra Hájková <ahajkova@redhat.com>
5525
5526 [BZ #17630]
5527 * resolv/tst-resolv-network.c: Add test for getnetbyname.
5528
5529 2018-11-07 Joseph Myers <joseph@codesourcery.com>
5530
5531 [BZ #23867]
5532 * sysdeps/unix/sysv/linux/arm/kernel-features.h
5533 [__LINUX_KERNEL_VERSION < 0x040700] (__ASSUME_MLOCK2): Undefine.
5534 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5535 [__LINUX_KERNEL_VERSION < 0x040700] (__ASSUME_MLOCK2): Undefine.
5536
5537 2018-11-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
5538
5539 * support/support_test_compare_string.c
5540 (support_test_compare_string): Fix printf format.
5541
5542 2018-11-07 Florian Weimer <fweimer@redhat.com>
5543
5544 Implement TEST_COMPARE_STRING.
5545 * support/check.h (TEST_COMPARE_STRING): Define.
5546 (support_test_compare_string): Declare.
5547 * support/Makefile (libsupport-routines): Add
5548 support_test_compare_string.
5549 (tests): Add tst-test_compare_string.
5550 * support/support_test_compare_string.c: New file.
5551 * support/tst-test_compare_string.c: Likewise.
5552
5553 2018-11-07 Andreas Schwab <schwab@suse.de>
5554
5555 [BZ #23864]
5556 * sysdeps/unix/sysv/linux/riscv/kernel-features.h
5557 (__ASSUME_SET_ROBUST_LIST) [__LINUX_KERNEL_VERSION < 0x041400]:
5558 Undef.
5559
5560 2018-11-06 Joseph Myers <joseph@codesourcery.com>
5561
5562 [BZ #23862]
5563 * sysdeps/unix/sysv/linux/sh/kernel-features.h
5564 [__LINUX_KERNEL_VERSION < 0x040800] (__ASSUME_EXECVEAT): Undefine.
5565 [__LINUX_KERNEL_VERSION < 0x040800] (__ASSUME_MLOCK2): Likewise.
5566 [__LINUX_KERNEL_VERSION < 0x040800] (__ASSUME_COPY_FILE_RANGE):
5567 Likewise.
5568
5569 2018-11-06 Florian Weimer <fweimer@redhat.com>
5570
5571 [BZ #17405]
5572 * posix/Makefile (routines): Add spawn_faction_addchdir.
5573 (tests): Add tst-spawn-chdir.
5574 * posix/Versions (GLIBC_2.29): Add
5575 posix_spawn_file_actions_addchdir_np.
5576 * posix/spawn_faction_addchdir.c: New file.
5577 * posix/spawn_faction_destroy.c
5578 (__posix_spawn_file_actions_destroy): Handle spawn_do_chdir.
5579 * posix/spawn.h (posix_spawn_file_actions_addchdir_np): Declare.
5580 * posix/spawn_int.h (struct __spawn_action): Add spawn_do_chdir,
5581 chdir_action.
5582 * posix/tst-spawn-chdir.c: New file.
5583 * sysdeps/posix/spawni.c (__spawni_child): Handle spawn_do_chdir.
5584 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
5585 * sysdeps/mach/hurd/i386/libc.abilist (GLIBC_2.29): Add
5586 posix_spawn_file_actions_addchdir_np.
5587 * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.29):
5588 Likewise.
5589 * sysdeps/unix/sysv/linux/alpha/libc.abilist (GLIBC_2.29):
5590 Likewise.
5591 * sysdeps/unix/sysv/linux/arm/libc.abilist (GLIBC_2.29): Likewise.
5592 * sysdeps/unix/sysv/linux/hppa/libc.abilist (GLIBC_2.29):
5593 Likewise.
5594 * sysdeps/unix/sysv/linux/i386/libc.abilist (GLIBC_2.29):
5595 Likewise.
5596 * sysdeps/unix/sysv/linux/ia64/libc.abilist (GLIBC_2.29):
5597 Likewise.
5598 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist (GLIBC_2.29):
5599 Likewise.
5600 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist (GLIBC_2.29):
5601 Likewise.
5602 * sysdeps/unix/sysv/linux/microblaze/libc.abilist (GLIBC_2.29):
5603 Likewise.
5604 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
5605 (GLIBC_2.29): Likewise.
5606 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
5607 (GLIBC_2.29): Likewise.
5608 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
5609 (GLIBC_2.29): Likewise.
5610 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
5611 (GLIBC_2.29): Likewise.
5612 * sysdeps/unix/sysv/linux/nios2/libc.abilist (GLIBC_2.29):
5613 Likewise.
5614 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
5615 (GLIBC_2.29): Likewise.
5616 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
5617 (GLIBC_2.29): Likewise.
5618 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
5619 (GLIBC_2.29): Likewise.
5620 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
5621 (GLIBC_2.29): Likewise.
5622 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist (GLIBC_2.29):
5623 Likewise.
5624 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist (GLIBC_2.29):
5625 Likewise.
5626 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist (GLIBC_2.29):
5627 Likewise.
5628 * sysdeps/unix/sysv/linux/sh/libc.abilist (GLIBC_2.29): Likewise.
5629 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist (GLIBC_2.29):
5630 Likewise.
5631 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist (GLIBC_2.29):
5632 Likewise.
5633 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist (GLIBC_2.29):
5634 Likewise.
5635 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist (GLIBC_2.29):
5636 Likewise.
5637
5638 2018-11-06 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
5639
5640 * misc/Makefile (tests): Add tst-ldbl-error.
5641 * misc/tst-ldbl-error.c: New file.
5642
5643 2018-11-06 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
5644
5645 * misc/Makefile (tests): Add tst-ldbl-warn.
5646 * misc/tst-ldbl-warn.c: New file.
5647
5648 2018-11-06 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
5649
5650 * argp/Makefile (tests): Add tst-ldbl-argp.
5651 * argp/tst-ldbl-argp.c: New file.
5652
5653 2018-11-05 Arjun Shankar <arjun@redhat.com>
5654
5655 * iconv/gconv_conf.c (__gconv_read_conf): Remove NULL check for
5656 __gconv_path_elem and call __gconv_get_path unconditionally.
5657
5658 2018-11-05 Andreas Schwab <schwab@suse.de>
5659
5660 [BZ #22927]
5661 * resolv/gai_misc.c (__gai_enqueue_request): Don't crash if
5662 creating the first helper thread failed.
5663
5664 2018-11-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
5665
5666 * sysdeps/mach/hurd/msync.c: New file.
5667
5668 2018-11-02 Florian Weimer <fweimer@redhat.com>
5669
5670 * support/shell-container.c (copy_func): Call
5671 support_copy_file_range instead of copy_file_range to support
5672 cross-device copies.
5673
5674 2018-11-02 Florian Weimer <fweimer@redhat.com>
5675
5676 * support/test-container.c: Include <libc-pointer-arith.h> for
5677 ALIGN_UP.
5678
5679 2018-11-01 Zong Li <zong@andestech.com>
5680
5681 * soft-fp/op-8.h (_FP_FRAC_SET_8, _FP_FRAC_ADD_8, _FP_FRAC_SUB_8)
5682 (_FP_FRAC_CLZ_8, _FP_MINFRAC_8, _FP_FRAC_NEGP_8, _FP_FRAC_ZEROP_8)
5683 (_FP_FRAC_HIGHBIT_DW_8, _FP_FRAC_COPY_4_8, _FP_FRAC_COPY_8_4)
5684 (__FP_FRAC_SET_8): Add implementation for RV32 use.
5685
5686 * soft-fp/op-4.h (_FP_FRAC_SUB_3, _FP_FRAC_SUB_4): Use temporary
5687 variable to avoid overlap arguments.
5688
5689 2018-11-01 Joseph Myers <joseph@codesourcery.com>
5690
5691 * posix/bug-regex22.c (main): Use puts with distinct error
5692 messages for unexpected success of re_compile_pattern, not printf
5693 with NULL argument to %s.
5694
5695 * stdio-common/bug22.c: Include <libc-diag.h>.
5696 (do_test): Disable -Wformat-overflow= warnings around fprintf
5697 calls outputting more than INT_MAX characters.
5698 * stdio-common/tst-printf.c: Disable -Wformat-overflow= warnings
5699 around printf call with NULL %s argument.
5700
5701 [BZ #23848]
5702 * sysdeps/unix/sysv/linux/sparc/kernel-features.h [!__arch64__ &&
5703 __LINUX_KERNEL_VERSION < 0x040400] (__ASSUME_SENDMSG_SYSCALL):
5704 Undefine.
5705 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
5706 (__ASSUME_RECVMSG_SYSCALL): Likewise.
5707 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
5708 (__ASSUME_SENDTO_SYSCALL): Likewise.
5709 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
5710 (__ASSUME_ACCEPT_SYSCALL): Undefine under this condition, not just
5711 [!__arch64__].
5712 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
5713 (__ASSUME_CONNECT_SYSCALL): Likewise.
5714 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
5715 (__ASSUME_RECVFROM_SYSCALL): Likewise.
5716 [__LINUX_KERNEL_VERSION >= 0x040400] (__ASSUME_BIND_SYSCALL):
5717 Define.
5718 [__LINUX_KERNEL_VERSION >= 0x040400] (__ASSUME_LISTEN_SYSCALL):
5719 Likewise.
5720 [__LINUX_KERNEL_VERSION >= 0x040400]
5721 (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
5722 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (bind):
5723 Remove.
5724 (listen): Likewise.
5725 (setsockopt): Likewise.
5726
5727 2018-11-01 Fredrik Noring <noring@nocrew.org>
5728
5729 * sysdeps/mips/sys/tas.h (_test_and_set): Handle the R5900 CPU
5730 with the ISA override.
5731
5732 2018-10-31 Rafael Avila de Espindola <rafael@espindo.la>
5733
5734 * sysdeps/unix/sysv/linux/sysdep-vdso.h: Simplify an #if #else
5735 #endif.
5736
5737 2018-10-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
5738
5739 * manual/errno.texi (EIEIO): Document how translators should
5740 translate the error message.
5741 * sysdeps/mach/hurd/errnos.awk: Avoid printing errnos.d. Avoid
5742 printing trailing whitespaces refused by git.
5743 * sysdeps/gnu/errlist.c (EIEIO): Regenerate.
5744 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
5745 * hurd/Makefile (user-interfaces): Add pci.
5746
5747 2018-10-30 Joseph Myers <joseph@codesourcery.com>
5748
5749 * conform/linknamespace.py: New file.
5750 * conform/linknamespace.pl: Remove file.
5751 * conform/Makefile ($(linknamespace-header-tests)): Use
5752 linknamespace.py instead of linknamespace.pl. Do not use --tmpdir
5753 option.
5754
5755 2018-10-30 Florian Weimer <fweimer@redhat.com>
5756
5757 * stdlib/test-bz22786.c (do_test): Additional free calls to avoid
5758 memory leaks.
5759
5760 2018-10-30 Florian Weimer <fweimer@redhat.com>
5761
5762 * support/blob_repeat.c (allocate_big): Call mkstemp directly.
5763
5764 2018-10-30 Florian Weimer <fweimer@redhat.com>
5765
5766 * stdlib/tst-strtod-overflow.c (do_test): Switch to
5767 support_blob_repeat.
5768
5769 2018-10-30 Florian Weimer <fweimer@redhat.com>
5770
5771 Avoid spurious test failures in stdlib/test-bz22786.
5772 * support/Makefile (libsupport-routines): Add blob_repeat.
5773 (tests): Add tst-support_blob_repeat.
5774 * support/blob_repeat.h: New file.
5775 * support/blob_repeat.c: Likewise.
5776 * support/tst-support_blob_repeat.c: Likewise.
5777 * stdlib/test-bz22786.c (do_test): Replace malloc and memset with
5778 support_blob_repeat_allocate.
5779
5780 2018-10-30 Andreas Schwab <schwab@suse.de>
5781
5782 [BZ #23125]
5783 * sysdeps/riscv/start.S (ENTRY_POINT): Mark ra as undefined.
5784 Don't use tail call.
5785 * elf/tst-unwind-main.c: New file.
5786 * elf/Makefile (tests): Add tst-unwind-main.
5787 (CFLAGS-tst-unwind-main.c): Define.
5788
5789 2018-10-29 Sergi Almacellas Abellana <sergi@koolpi.com>
5790
5791 [BZ #23791]
5792 * localedata/locales/ca_ES (LC_MONETARY): set p_cs_precedes and
5793 n_cs_precedes to 0.
5794 * localedata/locales/ca_ES (LC_MONETARY): set grouping to 3;3
5795
5796 2018-10-29 Joseph Myers <joseph@codesourcery.com>
5797
5798 * conform/glibcconform.py: Do not import shutil.
5799 (list_exported_functions): Use tempfile.TemporaryDirectory instead
5800 of mkdtemp.
5801
5802 * configure.ac (PYTHON_PROG): Use AC_CHECK_PROG_VER. Set
5803 critic_missing for versions before 3.4.
5804 * configure: Regenerated.
5805 * manual/install.texi (Tools for Compilation): Document
5806 requirement for Python to build glibc.
5807 * INSTALL: Regenerated.
5808 * Rules [PYTHON]: Make code unconditional.
5809 * benchtests/Makefile [PYTHON]: Likewise.
5810 * conform/Makefile [PYTHON]: Likewise.
5811 * manual/Makefile [PYTHON]: Likewise.
5812 * math/Makefile [PYTHON]: Likewise.
5813
5814 2018-10-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
5815
5816 * hurd/hurdsig.c (_hurd_interrupted_rpc_timeout): Set to 60000.
5817 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): When the server does not
5818 answer to interrupt_operation, return EIEIO instead of EINTR.
5819 * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Make
5820 _hurd_intr_rpc_msg_about_to global point to start of controlled
5821 assembly snippet. Make it check canceled flag.
5822 * hurd/hurdsig.c (_hurdsig_abort_rpcs): Only mutate thread if it passed
5823 the _hurd_intr_rpc_msg_about_to point.
5824 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Remove comment on mutation
5825 issue, remove cancel flag check.
5826
5827 2018-10-26 Joseph Myers <joseph@codesourcery.com>
5828
5829 * scripts/build-many-glibcs.py: Remove compatibility for missing
5830 os.cpu_count and re.fullmatch.
5831
5832 2018-10-26 Szabolcs Nagy <szabolcs.nagy@arm.com>
5833
5834 [BZ #23822]
5835 * sysdeps/ia64/fpu/e_exp2f.S (exp2f): Use WEAK_LIBM_ENTRY.
5836 * sysdeps/ia64/fpu/e_log2f.S (log2f): Likewise.
5837 * sysdeps/ia64/fpu/e_exp2f.S (powf): Likewise.
5838
5839 2018-10-25 Joseph Myers <joseph@codesourcery.com>
5840
5841 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_MASK_CREATE): New
5842 macro.
5843
5844 2018-10-25 Florian Weimer <fweimer@redhat.com>
5845
5846 [BZ #23562]
5847 [BZ #23821]
5848 XFAIL siginfo_t si_band conform test on sparc64.
5849 * sysdeps/unix/sysv/linux/sparc/bits/siginfo-arch.h
5850 (__SI_BAND_TYPE): Only override long int default type on sparc64.
5851 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
5852 (conformtest-xfail-conds): Add sparc64-linux.
5853 * conform/data/signal.h-data (siginfo_t): XFAIL si_band test on
5854 sparc64.
5855 * conform/data/sys/wait.h-data (siginfo_t): Likewise.
5856
5857 2018-10-25 Joseph Myers <joseph@codesourcery.com>
5858
5859 * elf/elf.h (NT_MIPS_DSP): New macro.
5860 (NT_MIPS_FP_MODE): Likewise.
5861
5862 2018-10-25 Zong Li <zong@andestech.com>
5863
5864 * elf/Makefile (LDFLAGS-tst-execstack-mod.so): Change variable
5865 name by adding the file extension (.so).
5866
5867 2018-10-25 Samuel Thibault <samuel.thibault@ens-lyon.org>
5868
5869 * sysdeps/mach/hurd/i386/Makefile [$(subdir) = conform]
5870 (test-xfail-ISO11/threads.h/linknamespace,
5871 test-xfail-ISO11/threads.h/conform): Add.
5872
5873 2018-10-24 Joseph Myers <joseph@codesourcery.com>
5874
5875 * math/gen-libm-test.py: Import os.
5876 (ALL_FLOATS_MANUAL): New constant.
5877 (ALL_FLOATS_SUFFIX): Likewise.
5878 (Ulps.all_functions): New function.
5879 (real_all_ulps): Likewise.
5880 (generate_err_table_sub): Likewise.
5881 (generate_err_table): Likewise.
5882 (main): Handle -s and -m options.
5883 * manual/libm-err-tab.pl: Remove.
5884 * manual/Makefile ($(objpfx)stamp-libm-err): Use gen-libm-test.py
5885 instead of libm-err-tab.pl.
5886 [$(PERL) != no]: Change condition to [$(if $(PYTHON),$(PERL),no)
5887 != no].
5888 * manual/install.texi (Tools for Compilation): Document
5889 requirement for Python to build manual.
5890 * INSTALL: Regenerated.
5891
5892 2018-10-24 Albert ARIBAUD <albert.aribaud@3adev.fr>
5893
5894 * bits/time64.h: New file.
5895 * include/time.h: Replace internal_time_t with __time64_t.
5896 * posix/bits/types (__time64_t): Add.
5897 * stdlib/Makefile: Add bits/time64.h to includes.
5898 * time/tzfile.c: Replace internal_time_t with __time64_t.
5899
5900 2018-10-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
5901
5902 * include/spawn.h (__posix_spawn, posix_spawn_file_actions_addclose,
5903 __posix_spawn_file_actions_adddup2, __posix_spawn_file_actions_destroy,
5904 __posix_spawn_file_actions_init, __posix_spawnattr_init,
5905 __posix_spawnattr_destroy, __posix_spawnattr_setflags,
5906 __posix_spawnattr_setsigdefault, __posix_spawnattr_setsigmask): New
5907 prototype.
5908 * posix/spawn.c (__posix_spawn): Add libc_hidden_def.
5909 * posix/spawn_faction_addclose.c
5910 (__posix_spawn_file_actions_addclose): Add hidden definition.
5911 * posix/spawn_faction_adddup2.c
5912 (__posix_spawn_file_actions_adddup2): Likewise.
5913 * posix/spawn_faction_destroy.c
5914 (__posix_spawn_file_actions_destroy): Likewise.
5915 * posix/spawn_faction_init.c (__posix_spawn_file_actions_init):
5916 Likewise.
5917 * posix/spawnattr_destroy.c (__posix_spawnattr_destroy): Likewise.
5918 * posix/spawnattr_init.c (__posix_spawnattr_init): Likewise.
5919 * posix/spawnattr_setdefault.c (__posix_spawnattr_setsigdefault):
5920 Likewise.
5921 * posix/spawnattr_setflags.c (__posix_spawnattr_setflags): Likewise.
5922 * posix/spawnattr_setsigmask.c (__posix_spawnattr_setsigmask):
5923 Likewise.
5924
5925 2018-10-24 Andreas Schwab <schwab@suse.de>
5926
5927 [BZ #18093]
5928 * elf/dl-cache.c (_dl_load_cache_lookup): Check for truncated old
5929 format cache.
5930 * elf/cache.c (print_cache): Likewise.
5931
5932 2018-10-24 Albert ARIBAUD <albert.aribaud@3adev.fr>
5933
5934 * bits/timesize.h: New file.
5935 * stdlib/Makefile (headers): Add bits/timesize.h.
5936 * sysdeps/unix/sysv/linux/bits/msq-pad.h
5937 (__MSQ_PAD_AFTER_TIME): Use __TIMESIZE instead of __WORDSIZE.
5938 * sysdeps/unix/sysv/linux/bits/sem-pad.h
5939 (__SEM_PAD_AFTER_TIME): Likewise.
5940 * sysdeps/unix/sysv/linux/bits/shm-pad.h
5941 (__SHM_PAD_AFTER_TIME): Likewise.
5942 * sysdeps/unix/sysv/linux/hppa/bits/msq-pad.h
5943 (__MSQ_PAD_BEFORE_TIME): Likewise.
5944 * sysdeps/unix/sysv/linux/hppa/bits/sem-pad.h
5945 (__SEM_PAD_BEFORE_TIME): Likewise.
5946 * sysdeps/unix/sysv/linux/hppa/bits/shm-pad.h
5947 (__SHM_PAD_BEFORE_TIME, __SHM_PAD_BETWEEN_TIME_AND_SEGSZ): Likewise.
5948 * sysdeps/unix/sysv/linux/mips/bits/msq-pad.h
5949 (__MSQ_PAD_AFTER_TIME, __MSQ_PAD_BEFORE_TIME): Likewise.
5950 * sysdeps/unix/sysv/linux/powerpc/bits/msq-pad.h
5951 (__MSQ_PAD_BEFORE_TIME): Likewise.
5952 * sysdeps/unix/sysv/linux/powerpc/bits/sem-pad.h
5953 (__SEM_PAD_BEFORE_TIME): Likewise.
5954 * sysdeps/unix/sysv/linux/powerpc/bits/shm-pad.h
5955 (__SHM_PAD_BEFORE_TIME, __SHM_PAD_BETWEEN_TIME_AND_SEGSZ): Likewise.
5956 * sysdeps/unix/sysv/linux/sparc/bits/msq-pad.h
5957 (__MSQ_PAD_BEFORE_TIME): Likewise.
5958 * sysdeps/unix/sysv/linux/sparc/bits/sem-pad.h
5959 (__SEM_PAD_BEFORE_TIME): Likewise.
5960 * sysdeps/unix/sysv/linux/sparc/bits/shm-pad.h
5961 (__SHM_PAD_BEFORE_TIME): Likewise.
5962 * sysdeps/unix/sysv/linux/x86/bits/msq-pad.h: Delete file.
5963 * sysdeps/unix/sysv/linux/x86/bits/shm-pad.h: Likewise.
5964 * sysdeps/unix/sysv/linux/x86/bits/timesize.h: New file.
5965
5966 2018-10-24 H.J. Lu <hongjiu.lu@intel.com>
5967
5968 * benchtests/Makefile (CPPFLAGS-nonlib): Add -DUSE_RDTSCP if
5969 USE_RDTSCP is defined.
5970 * sysdeps/x86/hp-timing.h (HP_TIMING_NOW): Use RDTSCP if
5971 USE_RDTSCP is defined.
5972
5973 2018-10-23 Adhemerval Zanella <adhemerval.zanella@linaro.org>
5974
5975 * misc/tst-preadvwritev2-common.c (IOV_MAX): Define if not
5976 defined.
5977
5978 [BZ #23709]
5979 * sysdeps/x86/cpu-features.c (init_cpu_features): Set TSX bits
5980 independently of other flags.
5981
5982 2018-10-23 Florian Weimer <fweimer@redhat.com>
5983
5984 * time/tst-mktime2.c (N_STRINGS): Remove.
5985 (set_timezone): New function.
5986 (spring_forward_gap): Call it. Use FAIL_EXIT1.
5987 (mktime_test1): Report localtime failure and check errno value.
5988 Use TEST_COMPARE.
5989 (irix_6_4_bug, bigtime_test): Use TEST_COMPARE.
5990 (do_test): Remove alarm call. Use set_timezone and array_length.
5991
5992 2018-10-23 Andreas Schwab <schwab@suse.de>
5993
5994 * sysdeps/unix/sysv/linux/riscv/setcontext.S (__setcontext)
5995 (__start_context): Use END instead of PSEUDO_END.
5996
5997 2018-10-22 Joseph Myers <joseph@codesourcery.com>
5998
5999 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
6000 version to 4.19.
6001
6002 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
6003 version to 4.19.
6004
6005 [BZ #23793]
6006 * wcsmbs/c32rtomb.c: New file.
6007 * wcsmbs/mbrtoc32.c: Likewise.
6008 * wcsmbs/tst-c32-state.c: Likewise.
6009 * wcsmbs/mbrtowc.c (mbrtoc32): Do not define as alias.
6010 * wcsmbs/wcrtomb.c (c32rtomb): Likewise.
6011 * wcsmbs/Makefile (routines): Add mbrtoc32 and c32rtomb.
6012 (tests): Add tst-c32-state.
6013 [$(run-built-tests) = yes] ($(objpfx)tst-c32-state.out): Depend on
6014 $(gen-locales).
6015
6016 2018-10-21 H.J. Lu <hongjiu.lu@intel.com>
6017
6018 * sysdeps/x86/hp-timing.h: Don't include <x86intrin.h>.
6019 (HP_TIMING_NOW): Replace _rdtsc with __builtin_ia32_rdtsc.
6020
6021 2018-10-19 Joseph Myers <joseph@codesourcery.com>
6022
6023 [BZ #23794]
6024 * wcsmbs/c16rtomb.c (c16rtomb): Save first character of surrogate
6025 pair and return 0 in that case, and use saved character to
6026 interpret following character.
6027 * wcsmbs/tst-c16-surrogate.c: New file.
6028 * wcsmbs/Makefile (tests): Add tst-c16-surrogate.c.
6029 [$(run-built-tests) = yes] ($(objpfx)tst-c16-surrogate.out):
6030 Depend on $(gen-locales)
6031
6032 2018-10-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
6033
6034 [BZ #23562]
6035 * sysdeps/unix/sysv/linux/bits/types/siginfo_t.h
6036 (struct siginfo_t): Use correct type for si_band.
6037
6038 2018-10-19 Florian Weimer <fweimer@redhat.com>
6039
6040 [BZ #23689]
6041 * resource/bits/types/struct_rusage.h (struct rusage): Update
6042 comment on struct. Remove extraneous field comment.
6043
6044 2018-10-18 David S. Miller <davem@davemloft.net>
6045
6046 * sysdeps/unix/sysv/linux/sparc/init-first.c: New file.
6047 * sysdeps/unix/sysv/linux/sparc/libc-vdso.h: New file.
6048 * sysdeps/unix/sysv/linux/sparc/Makefile: Add dl-vdso to
6049 sysdep_routines in subdir elf.
6050 * sysdeps/unix/sysv/linux/sparc/Versions: Add GLIBC_PRIVATE
6051 version for __vdso_clock_gettime.
6052 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_VSYSCALL_CALL):
6053 Define.
6054 (HAVE_CLOCK_GETTIME_VSYSCALL): Define.
6055 (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
6056
6057 * sysdeps/sparc/fpu/libm-test-ulps: Regenerated.
6058
6059 2018-10-17 H.J. Lu <hongjiu.lu@intel.com>
6060
6061 * sysdeps/i386/init-arch.h: Removed.
6062 * sysdeps/i386/i586/init-arch.h: Likewise.
6063 * sysdeps/i386/i686/init-arch.h: Likewise.
6064 * sysdeps/i386/i686/hp-timing.h: Likewise.
6065 * sysdeps/x86_64/hp-timing.h: Likewise.
6066 * sysdeps/i386/isa.h: New file.
6067 * sysdeps/i386/i586/isa.h: Likewise.
6068 * sysdeps/i386/i686/isa.h: Likewise.
6069 * sysdeps/x86_64/isa.h: Likewise.
6070 * sysdeps/x86/hp-timing.h: New file.
6071 * sysdeps/x86/init-arch.h: Include <isa.h>.
6072
6073 2018-10-17 Joseph Myers <joseph@codesourcery.com>
6074
6075 * math/libm-test-pow.inc (pow_test_data): Do not allow
6076 divide-by-zero exception for pow(+/- 0, -Inf).
6077
6078 2018-10-17 Zack Weinberg <zackw@panix.com>
6079
6080 * manual/job.texi (Job Control is Optional): Remove node, as
6081 job control has not been optional in quite some time.
6082 (Job Control): Mention briefly that systems older than
6083 POSIX.1-2001 might not support job control.
6084 * manual/conf.texi (_POSIX_JOB_CONTROL): Will always be
6085 defined on systems conforming to POSIX.1-2001.
6086
6087 2018-10-17 Arjun Shankar <arjun@redhat.com>
6088
6089 [BZ #22062]
6090 * iconv/gconv_conf.c (__gconv_get_path): Remove locking and fix
6091 indentation.
6092 * (__gconv_read_conf): Mark function static.
6093 * (once): New static variable.
6094 * (__gconv_load_conf): New function.
6095 * iconv/gconv_int.h (__gconv_load_conf): Likewise.
6096 * iconv/gconv_db.c (once): Remove static variable.
6097 * (__gconv_compare_alias): Use __gconv_load_conf instead of
6098 __gconv_read_conf.
6099 * (__gconv_find_transform): Likewise.
6100 * iconv/tst-iconv-mt.c: New test.
6101 * iconv/Makefile: Add tst-iconv_mt.
6102
6103 2018-10-17 Joseph Myers <joseph@codesourcery.com>
6104
6105 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
6106 bits/shm-pad.h.
6107 * sysdeps/unix/sysv/linux/bits/shm.h: Include <bits/shm-pad.h>.
6108 (shmatt_t): Define as __syscall_ulong_t.
6109 (__SHM_PAD_TIME): New macro, depending on [__SHM_PAD_BEFORE_TIME]
6110 and [__SHM_PAD_AFTER_TIME].
6111 (struct shmid_ds): Define time fields using __SHM_PAD_TIME.
6112 Define shm_segsz and associated padding based on
6113 [__SHM_SEGSZ_AFTER_TIME] and [__SHM_PAD_BETWEEN_TIME_AND_SEGSZ].
6114 Use __syscall_ulong_t instead of unsigned long int.
6115 [__USE_MISC] (struct shminfo): Use __syscall_ulong_t instead of
6116 unsigned long int.
6117 [__USE_MISC] (struct shm_info): Likewise.
6118 * sysdeps/unix/sysv/linux/bits/shm-pad.h: New file.
6119 * sysdeps/unix/sysv/linux/hppa/bits/shm-pad.h: Likewise.
6120 * sysdeps/unix/sysv/linux/mips/bits/shm-pad.h: Likewise.
6121 * sysdeps/unix/sysv/linux/powerpc/bits/shm-pad.h: Likewise.
6122 * sysdeps/unix/sysv/linux/sparc/bits/shm-pad.h: Likewise.
6123 * sysdeps/unix/sysv/linux/x86/bits/shm-pad.h: Likewise.
6124 * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Remove.
6125 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
6126 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
6127 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
6128 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
6129
6130 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
6131 bits/shmlba.h.
6132 * sysdeps/unix/sysv/linux/bits/shm.h: Include <bits/shmlba.h>.
6133 (SHMLBA): Remove macro.
6134 (__getpagesize): Remove function declaration.
6135 * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Include
6136 <bits/shmlba.h>.
6137 (SHMLBA): Remove macro.
6138 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Include
6139 <bits/shmlba.h>.
6140 (SHMLBA): Remove macro.
6141 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Include
6142 <bits/shmlba.h>.
6143 (SHMLBA): Remove macro.
6144 (__getpagesize): Remove function declaration.
6145 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Include
6146 <bits/shmlba.h>.
6147 (SHMLBA): Remove macro.
6148 (__getshmlba): Remove function declaration.
6149 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Include <bits/shmlba.h>.
6150 (SHMLBA): Remove macro.
6151 (__getpagesize): Remove function declaration.
6152 * sysdeps/unix/sysv/linux/arm/bits/shm.h: Remove file.
6153 * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
6154 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
6155 * sysdeps/unix/sysv/linux/bits/shmlba.h: New file.
6156 * sysdeps/unix/sysv/linux/arm/bits/shmlba.h: Likewise.
6157 * sysdeps/unix/sysv/linux/hppa/bits/shmlba.h: Likewise.
6158 * sysdeps/unix/sysv/linux/ia64/bits/shmlba.h: Likewise.
6159 * sysdeps/unix/sysv/linux/mips/bits/shmlba.h: Likewise.
6160 * sysdeps/unix/sysv/linux/sh/bits/shmlba.h: Likewise.
6161 * sysdeps/unix/sysv/linux/sparc/bits/shmlba.h: Likewise.
6162
6163 2018-10-17 Stefan Liebler <stli@linux.ibm.com>
6164
6165 [BZ #23275]
6166 * nptl/tst-mutex10.c: New File.
6167 * nptl/Makefile (tests): Add tst-mutex10.
6168 (tst-mutex10-ENV): New variable.
6169 * sysdeps/unix/sysv/linux/s390/force-elision.h: (FORCE_ELISION):
6170 Ensure that elision path is used if elision is available.
6171 * sysdeps/unix/sysv/linux/powerpc/force-elision.h (FORCE_ELISION):
6172 Likewise.
6173 * sysdeps/unix/sysv/linux/x86/force-elision.h: (FORCE_ELISION):
6174 Likewise.
6175 * nptl/pthreadP.h (PTHREAD_MUTEX_TYPE, PTHREAD_MUTEX_TYPE_ELISION)
6176 (PTHREAD_MUTEX_PSHARED): Use atomic_load_relaxed.
6177 * nptl/pthread_mutex_consistent.c (pthread_mutex_consistent): Likewise.
6178 * nptl/pthread_mutex_getprioceiling.c (pthread_mutex_getprioceiling):
6179 Likewise.
6180 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full)
6181 (__pthread_mutex_cond_lock_adjust): Likewise.
6182 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
6183 Likewise.
6184 * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Likewise.
6185 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6186 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6187 * sysdeps/nptl/bits/thread-shared-types.h (struct __pthread_mutex_s):
6188 Add comments.
6189 * nptl/pthread_mutex_destroy.c (__pthread_mutex_destroy):
6190 Use atomic_load_relaxed and atomic_store_relaxed.
6191 * nptl/pthread_mutex_init.c (__pthread_mutex_init):
6192 Use atomic_store_relaxed.
6193
6194 2018-10-17 Andreas Schwab <schwab@suse.de>
6195
6196 * benchtests/bench-strtod.c (TIMEOUT): Don't define.
6197 * crypt/badsalttest.c (TIMEOUT): Likewise.
6198 * crypt/sha256c-test.c (TIMEOUT): Likewise.
6199 * dirent/tst-fdopendir.c (TIMEOUT): Likewise.
6200 * io/test-lfs.c (TIMEOUT): Likewise.
6201 * libio/tst-atime.c (TIMEOUT): Likewise.
6202 * localedata/tst-leaks.c (TIMEOUT): Likewise.
6203 * nptl/tst-cancel19.c (TIMEOUT): Likewise.
6204 * nptl/tst-cancel22.c (TIMEOUT): Likewise.
6205 * nptl/tst-cancel25.c (TIMEOUT): Likewise.
6206 * nptl/tst-cancel7.c (TIMEOUT): Likewise.
6207 * nptl/tst-cond-except.c (TIMEOUT): Likewise.
6208 * nptl/tst-cond11.c (TIMEOUT): Likewise.
6209 * nptl/tst-cond14.c (TIMEOUT): Likewise.
6210 * nptl/tst-cond15.c (TIMEOUT): Likewise.
6211 * nptl/tst-cond24.c (TIMEOUT): Likewise.
6212 * nptl/tst-cond25.c (TIMEOUT): Likewise.
6213 * nptl/tst-kill2.c (TIMEOUT): Likewise.
6214 * nptl/tst-kill3.c (TIMEOUT): Likewise.
6215 * nptl/tst-mutex4.c (TIMEOUT): Likewise.
6216 * nptl/tst-mutex5.c (TIMEOUT): Likewise.
6217 * nptl/tst-mutex9.c (TIMEOUT): Likewise.
6218 * nptl/tst-once2.c (TIMEOUT): Likewise.
6219 * nptl/tst-once3.c (TIMEOUT): Likewise.
6220 * nptl/tst-once4.c (TIMEOUT): Likewise.
6221 * nptl/tst-robust8.c (TIMEOUT): Likewise.
6222 * nptl/tst-robust9.c (TIMEOUT): Likewise.
6223 * nptl/tst-rwlock16.c (TIMEOUT): Likewise.
6224 * nptl/tst-sem14.c (TIMEOUT): Likewise.
6225 * nptl/tst-sem6.c (TIMEOUT): Likewise.
6226 * nptl/tst-signal3.c (TIMEOUT): Likewise.
6227 * nptl/tst-spin4.c (TIMEOUT): Likewise.
6228 * nptl/tst-tls3.c (TIMEOUT): Likewise.
6229 * nptl/tst-tls4.c (TIMEOUT): Likewise.
6230 * posix/tst-chmod.c (TIMEOUT): Likewise.
6231 * posix/tst-getaddrinfo4.c (TIMEOUT): Likewise.
6232 * posix/tst-getaddrinfo5.c (TIMEOUT): Likewise.
6233 * posix/tst-preadwrite-common.c (TIMEOUT): Likewise.
6234 * posix/tst-regex2.c (TIMEOUT): Likewise.
6235 * posix/tst-waitid.c (TIMEOUT): Likewise.
6236 * rt/tst-aio.c (TIMEOUT): Likewise.
6237 * rt/tst-aio10.c (TIMEOUT): Likewise.
6238 * rt/tst-aio4.c (TIMEOUT): Likewise.
6239 * rt/tst-aio5.c (TIMEOUT): Likewise.
6240 * rt/tst-aio6.c (TIMEOUT): Likewise.
6241 * rt/tst-aio64.c (TIMEOUT): Likewise.
6242 * rt/tst-aio7.c (TIMEOUT): Likewise.
6243 * rt/tst-aio9.c (TIMEOUT): Likewise.
6244 * rt/tst-clock.c (TIMEOUT): Likewise.
6245 * rt/tst-cpuclock1.c (TIMEOUT): Likewise.
6246 * rt/tst-cpuclock2.c (TIMEOUT): Likewise.
6247 * rt/tst-mqueue2.c (TIMEOUT): Likewise.
6248 * rt/tst-mqueue4.c (TIMEOUT): Likewise.
6249 * rt/tst-mqueue5.c (TIMEOUT): Likewise.
6250 * rt/tst-timer4.c (TIMEOUT): Likewise.
6251 * stdio-common/tst-fseek.c (TIMEOUT): Likewise.
6252 * stdio-common/tst-rndseek.c (TIMEOUT): Likewise.
6253 * stdlib/tst-empty-env.c (TIMEOUT): Likewise.
6254 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Likewise.
6255 * time/tst-ftime.c (TIMEOUT): Likewise.
6256 * timezone/tst-tzset.c (TIMEOUT): Likewise.
6257
6258 2018-10-16 Anton Youdkevitch <anton.youdkevitch@bell-sw.com>
6259
6260 * sysdeps/aarch64/multiarch/memcpy_thunderx.S: Remove thunderx2 code.
6261 * sysdeps/aarch64/multiarch/memcpy_thunderx2.S: New implementation
6262 for thunderX2.
6263
6264 2018-10-15 Joseph Myers <joseph@codesourcery.com>
6265
6266 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
6267 bits/sem-pad.h.
6268 * sysdeps/unix/sysv/linux/bits/sem.h: Include <bits/sem-pad.h>
6269 instead of <bits/wordsize.h>.
6270 (__SEM_PAD_TIME): New macro, depending on [__SEM_PAD_BEFORE_TIME]
6271 and [__SEM_PAD_AFTER_TIME].
6272 (struct semid_ds): Define time fields using __SEM_PAD_TIME. Use
6273 __syscall_ulong_t instead of unsigned long int.
6274 * sysdeps/unix/sysv/linux/bits/sem-pad.h: New file.
6275 * sysdeps/unix/sysv/linux/hppa/bits/sem-pad.h: Likewise.
6276 * sysdeps/unix/sysv/linux/mips/bits/sem-pad.h: Likewise.
6277 * sysdeps/unix/sysv/linux/powerpc/bits/sem-pad.h: Likewise.
6278 * sysdeps/unix/sysv/linux/sparc/bits/sem-pad.h: Likewise.
6279 * sysdeps/unix/sysv/linux/x86/bits/sem-pad.h: Likewise.
6280 * sysdeps/unix/sysv/linux/hppa/bits/sem.h: Remove.
6281 * sysdeps/unix/sysv/linux/mips/bits/sem.h: Likewise.
6282 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
6283 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
6284 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
6285
6286 2018-10-14 Paul Eggert <eggert@cs.ucla.edu>
6287
6288 regex: simplify by using intprops.h
6289 [BZ#23744]
6290 * posix/regex_internal.h [_LIBC]: Include intprops.h.
6291 (TYPE_SIGNED, INT_ADD_WRAPV) [_LIBC]: Remove.
6292 intprops.h defines them.
6293
6294 regex: __builtin_expect → __glibc_unlikely
6295 [BZ#23744]
6296 This refactoring was prompted by a problem when the regex code is
6297 used as part of Gnulib and when the builder’s compiler does not grok
6298 __builtin_expect. Problem reported for Gawk by Nelson H.F. Beebe in:
6299 https://lists.gnu.org/r/bug-gnulib/2018-09/msg00137.html
6300 Although this refactoring does not fix the problem directly,
6301 we might as well have Gawk use the now-preferred glibc style for when
6302 __builtin_expect is unavailable.
6303 * posix/regex_internal.h (BE): Remove.
6304 All uses replaced by __glibc_unlikely or __glibc_likely.
6305
6306 2018-10-11 Joseph Myers <joseph@codesourcery.com>
6307
6308 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
6309 bits/msq-pad.h.
6310 * sysdeps/unix/sysv/linux/bits/msq.h: Include <bits/msq-pad.h>
6311 instead of <bits/wordsize.h>.
6312 (msgqnum_t): Define as __syscall_ulong_t.
6313 (msglen_t): Likewise.
6314 (__MSQ_PAD_TIME): New macro, depending on [__MSQ_PAD_BEFORE_TIME]
6315 and [__MSQ_PAD_AFTER_TIME].
6316 (struct msqid_ds): Define time fields using __MSQ_PAD_TIME. Use
6317 __syscall_ulong_t instead of unsigned long int.
6318 * sysdeps/unix/sysv/linux/bits/msq-pad.h: New file.
6319 * sysdeps/unix/sysv/linux/hppa/bits/msq-pad.h: Likewise.
6320 * sysdeps/unix/sysv/linux/mips/bits/msq-pad.h: Likewise.
6321 * sysdeps/unix/sysv/linux/powerpc/bits/msq-pad.h: Likewise.
6322 * sysdeps/unix/sysv/linux/sparc/bits/msq-pad.h: Likewise.
6323 * sysdeps/unix/sysv/linux/x86/bits/msq-pad.h: Likewise.
6324 * sysdeps/unix/sysv/linux/hppa/bits/msq.h: Remove.
6325 * sysdeps/unix/sysv/linux/mips/bits/msq.h: Likewise.
6326 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
6327 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
6328 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
6329
6330 2018-10-10 Joseph Myers <joseph@codesourcery.com>
6331
6332 * sysdeps/unix/sysv/linux/bits/shm.h: Include <bits/wordsize.h>.
6333 (struct shmid_ds): Condition padding after time fields on
6334 [__WORDSIZE == 32].
6335 * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Remove file.
6336 * sysdeps/unix/sysv/linux/generic/bits/shm.h: Likewise.
6337 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
6338
6339 * sysdeps/unix/sysv/linux/bits/sem.h: Include <bits/wordsize.h>.
6340 (struct semid_ds): Condition padding after time fields on
6341 [__WORDSIZE == 32].
6342 * sysdeps/unix/sysv/linux/alpha/bits/sem.h: Remove file.
6343 * sysdeps/unix/sysv/linux/generic/bits/sem.h: Likewise.
6344 * sysdeps/unix/sysv/linux/ia64/bits/sem.h: Likewise.
6345 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
6346
6347 * sysdeps/unix/sysv/linux/bits/msq.h: Include <bits/wordsize.h>.
6348 (struct msqid_ds): Condition padding after time fields on
6349 [__WORDSIZE == 32].
6350 * sysdeps/unix/sysv/linux/alpha/bits/msq.h: Remove file.
6351 * sysdeps/unix/sysv/linux/generic/bits/msq.h: Likewise.
6352 * sysdeps/unix/sysv/linux/ia64/bits/msq.h: Likewise.
6353 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
6354
6355 2018-10-09 Szabolcs Nagy <szabolcs.nagy@arm.com>
6356
6357 * nss/tst-nss-files-hosts-multi.c (TIMEOUT): Define.
6358
6359 2018-10-09 Szabolcs Nagy <szabolcs.nagy@arm.com>
6360
6361 * libio/tst-readline.c (TIMEOUT): Define.
6362
6363 2018-10-08 Paul Eggert <eggert@cs.ucla.edu>
6364
6365 mktime fix for Gnulib + coreutils
6366 [BZ#23745]
6367 This fix affects only Gnulib. Problem discovered when
6368 mktime.c was used as part of Gnulib in bleeding-edge Coreutils.
6369 * time/mktime.c:
6370 (my_tzset) [!_LIBC && !NEED_MKTIME_WORKING && !NEED_MKTIME_WINDOWS]:
6371 Do not define since it is not used. Defining an unused static
6372 function prompts a warning from GCC when Coreutils is configured
6373 with --enable-gcc-warnings.
6374
6375 2018-10-08 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
6376
6377 * benchtests/scripts/compare_bench.py (main): set float type on
6378 threshold argument.
6379
6380 2018-10-08 Rafal Luzynski <digitalfreak@lingonborough.com>
6381
6382 [BZ #23740]
6383 * localedata/locales/kl_GL (mon): Update, the relative case.
6384 (alt_mon): Add, fill with month names in the nominative case.
6385 (d_t_fmt): Set to "%a %b %d %Y %T %Z".
6386 (d_fmt): Set to "%b %d %Y".
6387
6388 2018-10-04 Joseph Myers <joseph@codesourcery.com>
6389
6390 * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Include
6391 <bits/mman-linux.h>.
6392 (PROT_READ): Don't define here.
6393 (PROT_WRITE): Likewise.
6394 (PROT_EXEC): Likewise.
6395 (PROT_NONE): Likewise.
6396 (PROT_GROWSDOWN): Likewise.
6397 (PROT_GROWSUP): Likewise.
6398 (MAP_SHARED): Likewise.
6399 (MAP_PRIVATE): Likewise.
6400 [__USE_MISC] (MAP_SHARED_VALIDATE): Likewise.
6401 [__USE_MISC] (MAP_FILE): Likewise.
6402 [__USE_MISC] (MAP_ANONYMOUS): Likewise.
6403 [__USE_MISC] (MAP_ANON): Likewise.
6404 [__USE_MISC] (MAP_HUGE_SHIFT): Likewise.
6405 [__USE_MISC] (MAP_HUGE_MASK): Likewise.
6406 (MCL_CURRENT): Likewise.
6407 (MCL_FUTURE): Likewise.
6408 (MCL_ONFAULT): Likewise.
6409 [__USE_MISC] (MADV_NORMAL): Likewise.
6410 [__USE_MISC] (MADV_RANDOM): Likewise.
6411 [__USE_MISC] (MADV_SEQUENTIAL): Likewise.
6412 [__USE_MISC] (MADV_WILLNEED): Likewise.
6413 [__USE_MISC] (MADV_DONTNEED): Likewise.
6414 [__USE_MISC] (MADV_FREE): Likewise.
6415 [__USE_MISC] (MADV_REMOVE): Likewise.
6416 [__USE_MISC] (MADV_DONTFORK): Likewise.
6417 [__USE_MISC] (MADV_DOFORK): Likewise.
6418 [__USE_MISC] (MADV_HWPOISON): Likewise.
6419 [__USE_XOPEN2K] (POSIX_MADV_NORMAL): Likewise.
6420 [__USE_XOPEN2K] (POSIX_MADV_RANDOM): Likewise.
6421 [__USE_XOPEN2K] (POSIX_MADV_SEQUENTIAL): Likewise.
6422 [__USE_XOPEN2K] (POSIX_MADV_WILLNEED): Likewise.
6423 [__USE_XOPEN2K] (POSIX_MADV_DONTNEED): Likewise.
6424 (__MAP_ANONYMOUS): New macro.
6425 [__USE_MISC] (MAP_TYPE): Undefine and redefine after
6426 <bits/mman-linux.h> inclusion.
6427 (MAP_FIXED): Likewise.
6428 (MS_SYNC): Likewise.
6429 (MS_ASYNC): Likewise.
6430 (MS_INVALIDATE): Likewise.
6431 [__USE_MISC] (MADV_MERGEABLE): Likewise.
6432 [__USE_MISC] (MADV_UNMERGEABLE): Likewise.
6433 [__USE_MISC] (MADV_HUGEPAGE): Likewise.
6434 [__USE_MISC] (MADV_NOHUGEPAGE): Likewise.
6435 [__USE_MISC] (MADV_DONTDUMP): Likewise.
6436 [__USE_MISC] (MADV_DODUMP): Likewise.
6437 [__USE_MISC] (MADV_WIPEONFORK): Likewise.
6438 [__USE_MISC] (MADV_KEEPONFORK): Likewise.
6439
6440 [BZ #23735]
6441 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NO_MATH_REDIRECT):
6442 Define.
6443 * sysdeps/ieee754/ldbl-opt/test-nldbl-redirect.c: New file.
6444 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math] (tests):
6445 Add test-nldbl-redirect.
6446 [$(subdir) = math] (CFLAGS-test-nldbl-redirect.c): New variable.
6447 [$(subdir) = math] ($(objpfx)test-nldbl-redirect): Depend on
6448 $(objpfx)libnldbl_nonshared.a.
6449
6450 2018-10-04 Stefan Liebler <stli@linux.ibm.com>
6451
6452 * support/support.h (support_objdir_elf_ldso): New variable.
6453 * support/support_paths.c (support_objdir_elf_ldso): Likewise.
6454 * support/Makefile (CFLAGS-support_paths.c): Add definition
6455 for OBJDIR_ELF_LDSO_PATH.
6456 * support/test-container.c (main): Search for the ld.so
6457 which is also used by the testsuite.
6458
6459 2018-10-02 Rafal Luzynski <digitalfreak@lingonborough.com>
6460
6461 [BZ #20209]
6462 * localedata/locales/kl_GL: (abday): Fix spelling of Sun (Sunday),
6463 should be "sap" rather than "sab".
6464 (day): Fix spelling of Sunday, should be "sapaat" rather than
6465 "sabaat".
6466
6467 2018-10-02 Joseph Myers <joseph@codesourcery.com>
6468
6469 * math/libm-test-fma.inc (fma_test_data): Add more tests.
6470
6471 2018-10-02 Martin Jansa <Martin.Jansa@gmail.com>
6472
6473 [BZ #19444]
6474 * sysdeps/ieee754/soft-fp/s_fdiv.c: Include <libc-diag.h> and use
6475 DIAG_PUSH_NEEDS_COMMENT, DIAG_IGNORE_NEEDS_COMMENT and
6476 DIAG_POP_NEEDS_COMMENT to disable -Wmaybe-uninitialized.
6477
6478 2018-10-02 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6479
6480 * sysdeps/unix/sysv/linux/fd_to_filename.h: Add missing includes.
6481
6482 2018-10-02 H.J. Lu <hongjiu.lu@intel.com>
6483
6484 * sysdeps/unix/sysv/linux/x86/Makefile (CFLAGS-elision-lock.c):
6485 Add -mrtm.
6486 (CFLAGS-elision-unlock.c): Likewise.
6487 (CFLAGS-elision-timed.c): Likewise.
6488 (CFLAGS-elision-trylock.c): Likewise.
6489 * sysdeps/unix/sysv/linux/x86/hle.h: Rewritten.
6490
6491 2018-10-02 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6492
6493 [BZ #21037]
6494 * libio/Makefile (tests): Add tst-memstream4 and tst-wmemstream4.
6495 * libio/freopen.c (freopen): Sync stream before reopen and adjust to
6496 new fd_to_filename interface.
6497 * libio/freopen64.c (freopen64): Likewise.
6498 * libio/tst-memstream.h: New file.
6499 * libio/tst-memstream4.c: Likewise.
6500 * libio/tst-wmemstream4.c: Likewise.
6501 * sysdeps/generic/fd_to_filename.h (fd_to_filename): Change signature.
6502 * sysdeps/unix/sysv/linux/fd_to_filename.h (fd_to_filename): Likewise
6503 and remove internal dynamic allocation.
6504
6505 2018-10-01 Joseph Myers <joseph@codesourcery.com>
6506
6507 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_GNU]
6508 (MREMAP_MAYMOVE): Do not define here.
6509 [__USE_GNU] (MREMAP_FIXED): Likewise.
6510 * sysdeps/unix/sysv/linux/bits/mman-shared.h [__USE_GNU]
6511 (MREMAP_MAYMOVE): Define here instead.
6512 [__USE_GNU] (MREMAP_FIXED): Likewise.
6513 * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_GNU]
6514 (MREMAP_MAYMOVE): Remove.
6515 [__USE_GNU] (MREMAP_FIXED): Likewise.
6516
6517 2018-09-28 Joseph Myers <joseph@codesourcery.com>
6518
6519 * math/fromfp.h: Do not include <math_private.h>.
6520 * math/s_cacosh_template.c: Likewise.
6521 * math/s_casin_template.c: Likewise.
6522 * math/s_casinh_template.c: Likewise.
6523 * math/s_ccos_template.c: Likewise.
6524 * math/s_cproj_template.c: Likewise.
6525 * math/s_fdim_template.c: Likewise.
6526 * math/s_fmaxmag_template.c: Likewise.
6527 * math/s_fminmag_template.c: Likewise.
6528 * math/s_iseqsig_template.c: Likewise.
6529 * math/s_ldexp_template.c: Likewise.
6530 * math/s_nextdown_template.c: Likewise.
6531 * math/w_log1p_template.c: Likewise.
6532 * math/w_scalbln_template.c: Likewise.
6533 * sysdeps/aarch64/fpu/feholdexcpt.c: Likewise.
6534 * sysdeps/aarch64/fpu/fesetround.c: Likewise.
6535 * sysdeps/aarch64/fpu/fgetexcptflg.c: Likewise.
6536 * sysdeps/aarch64/fpu/ftestexcept.c: Likewise.
6537 * sysdeps/aarch64/fpu/s_llrint.c: Likewise.
6538 * sysdeps/aarch64/fpu/s_llrintf.c: Likewise.
6539 * sysdeps/aarch64/fpu/s_lrint.c: Likewise.
6540 * sysdeps/aarch64/fpu/s_lrintf.c: Likewise.
6541 * sysdeps/i386/fpu/s_atanl.c: Likewise.
6542 * sysdeps/i386/fpu/s_f32xaddf64.c: Likewise.
6543 * sysdeps/i386/fpu/s_f32xsubf64.c: Likewise.
6544 * sysdeps/i386/fpu/s_fdim.c: Likewise.
6545 * sysdeps/i386/fpu/s_logbl.c: Likewise.
6546 * sysdeps/i386/fpu/s_rintl.c: Likewise.
6547 * sysdeps/i386/fpu/s_significandl.c: Likewise.
6548 * sysdeps/ia64/fpu/s_matherrf.c: Likewise.
6549 * sysdeps/ia64/fpu/s_matherrl.c: Likewise.
6550 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
6551 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
6552 * sysdeps/ieee754/dbl-64/s_fma.c: Likewise.
6553 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
6554 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
6555 * sysdeps/ieee754/k_standardf.c: Likewise.
6556 * sysdeps/ieee754/k_standardl.c: Likewise.
6557 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
6558 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
6559 * sysdeps/ieee754/ldbl-64-128/s_fpclassifyl.c: Likewise.
6560 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
6561 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
6562 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
6563 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
6564 * sysdeps/ieee754/ldbl-96/s_fma.c: Likewise.
6565 * sysdeps/ieee754/ldbl-96/s_fmal.c: Likewise.
6566 * sysdeps/ieee754/s_signgam.c: Likewise.
6567 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
6568 * sysdeps/powerpc/power5+/fpu/s_modff.c: Likewise.
6569 * sysdeps/powerpc/power7/fpu/s_logbf.c: Likewise.
6570 * sysdeps/riscv/rv64/rvd/s_ceil.c: Likewise.
6571 * sysdeps/riscv/rv64/rvd/s_floor.c: Likewise.
6572 * sysdeps/riscv/rv64/rvd/s_nearbyint.c: Likewise.
6573 * sysdeps/riscv/rv64/rvd/s_round.c: Likewise.
6574 * sysdeps/riscv/rv64/rvd/s_roundeven.c: Likewise.
6575 * sysdeps/riscv/rv64/rvd/s_trunc.c: Likewise.
6576 * sysdeps/riscv/rvd/s_finite.c: Likewise.
6577 * sysdeps/riscv/rvd/s_fmax.c: Likewise.
6578 * sysdeps/riscv/rvd/s_fmin.c: Likewise.
6579 * sysdeps/riscv/rvd/s_fpclassify.c: Likewise.
6580 * sysdeps/riscv/rvd/s_isinf.c: Likewise.
6581 * sysdeps/riscv/rvd/s_isnan.c: Likewise.
6582 * sysdeps/riscv/rvd/s_issignaling.c: Likewise.
6583 * sysdeps/riscv/rvf/fegetround.c: Likewise.
6584 * sysdeps/riscv/rvf/feholdexcpt.c: Likewise.
6585 * sysdeps/riscv/rvf/fesetenv.c: Likewise.
6586 * sysdeps/riscv/rvf/fesetround.c: Likewise.
6587 * sysdeps/riscv/rvf/feupdateenv.c: Likewise.
6588 * sysdeps/riscv/rvf/fgetexcptflg.c: Likewise.
6589 * sysdeps/riscv/rvf/ftestexcept.c: Likewise.
6590 * sysdeps/riscv/rvf/s_ceilf.c: Likewise.
6591 * sysdeps/riscv/rvf/s_finitef.c: Likewise.
6592 * sysdeps/riscv/rvf/s_floorf.c: Likewise.
6593 * sysdeps/riscv/rvf/s_fmaxf.c: Likewise.
6594 * sysdeps/riscv/rvf/s_fminf.c: Likewise.
6595 * sysdeps/riscv/rvf/s_fpclassifyf.c: Likewise.
6596 * sysdeps/riscv/rvf/s_isinff.c: Likewise.
6597 * sysdeps/riscv/rvf/s_isnanf.c: Likewise.
6598 * sysdeps/riscv/rvf/s_issignalingf.c: Likewise.
6599 * sysdeps/riscv/rvf/s_nearbyintf.c: Likewise.
6600 * sysdeps/riscv/rvf/s_roundevenf.c: Likewise.
6601 * sysdeps/riscv/rvf/s_roundf.c: Likewise.
6602 * sysdeps/riscv/rvf/s_truncf.c: Likewise.
6603 * sysdeps/riscv/rv64/rvd/s_rint.c: Include <stdbool.h> instead of
6604 <math_private.h>.
6605 * sysdeps/riscv/rvf/s_rintf.c: Likewise.
6606
6607 2018-09-28 H.J. Lu <hongjiu.lu@intel.com>
6608
6609 [BZ #23716]
6610 * sysdeps/i386/dl-cet.c: Removed.
6611 * sysdeps/i386/dl-machine.h (_dl_runtime_resolve_shstk): New
6612 prototype.
6613 (_dl_runtime_profile_shstk): Likewise.
6614 (elf_machine_runtime_setup): Use _dl_runtime_profile_shstk or
6615 _dl_runtime_resolve_shstk if SHSTK is enabled by kernel.
6616
6617 2018-09-28 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6618
6619 [BZ #23579]
6620 * misc/tst-preadvwritev2-common.c (do_test_with_invalid_fd,
6621 do_test_with_invalid_iov): New tests.
6622 * misc/tst-preadvwritev2.c, misc/tst-preadvwritev64v2.c (do_test):
6623 Call do_test_with_invalid_fd and do_test_with_invalid_iov.
6624 * sysdeps/unix/sysv/linux/preadv2.c (preadv2): Use fallback code iff
6625 errno is ENOSYS.
6626 * sysdeps/unix/sysv/linux/preadv64v2.c (preadv64v2): Likewise.
6627 * sysdeps/unix/sysv/linux/pwritev2.c (pwritev2): Likewise.
6628 * sysdeps/unix/sysv/linux/pwritev64v2.c (pwritev64v2): Likewise.
6629
6630 2018-09-27 Joseph Myers <joseph@codesourcery.com>
6631
6632 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
6633 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT]
6634 (MATH_REDIRECT_BINARY_ARGS): New macro.
6635 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
6636 && !NO_MATH_REDIRECT] (copysign): Redirect using MATH_REDIRECT.
6637 * sysdeps/alpha/fpu/s_copysign.c: Define NO_MATH_REDIRECT before
6638 header inclusion.
6639 * sysdeps/alpha/fpu/s_copysignf.c: Likewise.
6640 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
6641 * sysdeps/ieee754/float128/s_copysignf128.c: Likewise.
6642 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
6643 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
6644 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
6645 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
6646 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
6647 Likewise.
6648 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c:
6649 Likewise.
6650 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
6651 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: Likewise.
6652 * sysdeps/riscv/rvd/s_copysign.c: Likewise.
6653 * sysdeps/riscv/rvf/s_copysignf.c: Likewise.
6654 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c:
6655 Likewise.
6656 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.c:
6657 Likewise.
6658 * sysdeps/generic/math_private_calls.h
6659 [!__MATH_DECLARING_LONG_DOUBLE || !NO_LONG_DOUBLE] (__copysign):
6660 Do not declare and define as an inline function.
6661 * math/divtc3.c (__divtc3): Use copysign functions instead of
6662 __copysign variants.
6663 * math/multc3.c (__multc3): Likewise.
6664 * sysdeps/generic/math-type-macros.h (M_COPYSIGN): Likewise.
6665 * sysdeps/ieee754/dbl-64/e_atan2.c (signArctan2): Likewise.
6666 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
6667 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
6668 Likewise.
6669 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
6670 (__ieee754_yn): Likewise.
6671 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
6672 * sysdeps/ieee754/dbl-64/s_atan.c (__signArctan): Likewise.
6673 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
6674 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
6675 * sysdeps/ieee754/dbl-64/s_sin.c (do_sin): Likewise.
6676 (__sin): Likewise.
6677 * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Likewise.
6678 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
6679 Likewise.
6680 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
6681 Likewise.
6682 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
6683 Likewise.
6684 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
6685 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
6686 Likewise.
6687 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
6688 (__ieee754_ynf): Likewise.
6689 * sysdeps/ieee754/flt-32/s_asinhf.c (__asinhf): Likewise.
6690 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
6691 * sysdeps/ieee754/k_standard.c (__kernel_standard): Likewise.
6692 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
6693 Likewise.
6694 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
6695 (__ieee754_ynl): Likewise.
6696 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
6697 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
6698 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
6699 Likewise.
6700 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
6701 (__ieee754_ynl): Likewise.
6702 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Likewise.
6703 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
6704 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
6705 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
6706 Likewise.
6707 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
6708 (__ieee754_ynl)
6709 * sysdeps/ieee754/ldbl-96/s_asinhl.c (__asinhl): Likewise.
6710 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
6711 * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c (copysignl): Likewise.
6712 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Likewise.
6713 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
6714
6715 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
6716 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (round): Redirect
6717 using MATH_REDIRECT.
6718 * sysdeps/aarch64/fpu/s_round.c: Define NO_MATH_REDIRECT before
6719 header inclusion.
6720 * sysdeps/aarch64/fpu/s_roundf.c: Likewise.
6721 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
6722 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
6723 * sysdeps/ieee754/float128/s_roundf128.c: Likewise.
6724 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
6725 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
6726 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
6727 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: Likewise.
6728 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: Likewise.
6729 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: Likewise.
6730 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: Likewise.
6731 * sysdeps/riscv/rv64/rvd/s_round.c: Likewise.
6732 * sysdeps/riscv/rvf/s_roundf.c: Likewise.
6733 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
6734 (round): Redirect to __round.
6735 (__roundl): Call round instead of __round.
6736 * sysdeps/powerpc/fpu/math_private.h [_ARCH_PWR5X] (__round):
6737 Remove macro.
6738 [_ARCH_PWR5X] (__roundf): Likewise.
6739 * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Use round
6740 functions instead of __round variants.
6741 * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Likewise.
6742 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive):
6743 Likewise.
6744 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive):
6745 Likewise.
6746 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive):
6747 Likewise.
6748 * sysdeps/x86/fpu/powl_helper.c (__powl_helper): Likewise.
6749 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lroundl): Redirect to
6750 __lroundl.
6751 (__ieee754_expl): Call roundl instead of __roundl.
6752
6753 2018-09-27 Andreas Schwab <schwab@suse.de>
6754
6755 [BZ #23717]
6756 * stdlib/tst-setcontext9.c (f1a): Make st2 static.
6757 (do_test): Make st1 static.
6758
6759 2018-09-26 Andreas Schwab <schwab@suse.de>
6760
6761 [BZ #23707]
6762 * sysdeps/powerpc/powerpc32/dl-start.S: Add unwind information.
6763 * elf/Makefile (tests): Add tst-unwind-ctor.
6764 (modules-names): Add tst-unwind-ctor-lib.
6765 ($(objpfx)tst-unwind-ctor): Depend on
6766 $(objpfx)tst-unwind-ctor-lib.so.
6767
6768 2018-09-26 Joseph Myers <joseph@codesourcery.com>
6769
6770 * sysdeps/unix/sysv/linux/bits/mman-map-flags-generic.h: New
6771 file. Most contents moved from ....
6772 * sysdeps/unix/sysv/linux/bits/mman.h: ... here. Move contents to
6773 and include <bits/mman-map-flags-generic.h>.
6774 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
6775 (sysdep_headers): Add bits/mman-map-flags-generic.h.
6776 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Include
6777 <bits/mman-map-flags-generic.h>.
6778 [__USE_MISC] (MAP_GROWSUP): Only define this macro, not other
6779 macros defined in <bits/mman-map-flags-generic.h>.
6780 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Include
6781 <bits/mman-map-flags-generic.h>.
6782 [__USE_MISC] (MAP_32BIT): Only define this macro, not other macros
6783 defined in <bits/mman-map-flags-generic.h>.
6784
6785 2018-09-26 Andreas Schwab <schwab@suse.de>
6786
6787 * Makefile ($(common-objpfx)testrun.sh): Remove leading space from
6788 output.
6789
6790 2018-09-25 Adam J. Richte <adam_richter2004@yahoo.com>
6791 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6792 Fangrui Song <maskray@google.com>
6793
6794 [BZ #20480]
6795 * config.make.in (have-textrel_ifunc): New define.
6796 * configure.ac: Add check if linker supports textrel relocation with
6797 ifunc.
6798 * elf/Makefile [have-textrel_ifunc == yes] (ifunc-pie-tests): Add
6799 tst-ifunc-textrel.
6800 (CFLAGS-tst-ifunc-textrel.c): New rule.
6801 * elf/dl-reloc.c (_dl_relocate_object): Use all required flags on
6802 DT_TEXTREL segments, not only PROT_READ and PROT_WRITE.
6803 * elf/tst-ifunc-textrel.c: New file.
6804
6805 2018-09-25 Joseph Myers <joseph@codesourcery.com>
6806
6807 * sysdeps/unix/sysv/linux/sys/procfs.h: Include
6808 <bits/procfs-prregset.h>.
6809 (prgregset_t): Define using __prgregset_t.
6810 (prfpregset_t): Define using __prfpregset_t.
6811 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
6812 (sysdep_headers): Add bits/procfs-prregset.h.
6813 * sysdeps/unix/sysv/linux/bits/procfs-prregset.h: New file.
6814 * sysdeps/unix/sysv/linux/alpha/bits/procfs-prregset.h: Likewise.
6815 * sysdeps/unix/sysv/linux/alpha/bits/procfs.h: Likewise.
6816 * sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Remove file.
6817
6818 * sysdeps/unix/sysv/linux/sys/procfs.h: Include
6819 <bits/procfs-id.h> and <bits/procfs-extra.h>.
6820 (struct elf_prpsinfo): Use __pr_uid_t and __pr_gid_t as types of
6821 pr_uid and pr_gid.
6822 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
6823 (sysdep_headers): Add bits/procfs-id.h and bits/procfs-extra.h.
6824 * sysdeps/unix/sysv/linux/bits/procfs-extra.h: New file.
6825 * sysdeps/unix/sysv/linux/bits/procfs-id.h: Likewise.
6826 * sysdeps/unix/sysv/linux/arm/bits/procfs-id.h: Likewise.
6827 * sysdeps/unix/sysv/linux/arm/bits/procfs.h: Likewise.
6828 * sysdeps/unix/sysv/linux/m68k/bits/procfs-id.h: Likewise.
6829 * sysdeps/unix/sysv/linux/m68k/bits/procfs.h: Likewise.
6830 * sysdeps/unix/sysv/linux/s390/bits/procfs-extra.h: Likewise.
6831 * sysdeps/unix/sysv/linux/s390/bits/procfs-id.h: Likewise.
6832 * sysdeps/unix/sysv/linux/s390/bits/procfs.h: Likewise.
6833 * sysdeps/unix/sysv/linux/sh/bits/procfs-id.h: Likewise.
6834 * sysdeps/unix/sysv/linux/sh/bits/procfs.h: Likewise.
6835 * sysdeps/unix/sysv/linux/sparc/bits/procfs-extra.h: Likewise.
6836 * sysdeps/unix/sysv/linux/sparc/bits/procfs-id.h: Likewise.
6837 * sysdeps/unix/sysv/linux/sparc/bits/procfs.h: Likewise.
6838 * sysdeps/unix/sysv/linux/x86/bits/procfs-id.h: Likewise.
6839 * sysdeps/unix/sysv/linux/x86/bits/procfs.h: Likewise.
6840 * sysdeps/unix/sysv/linux/arm/sys/procfs.h: Remove file.
6841 * sysdeps/unix/sysv/linux/m68k/sys/procfs.h: Likewise.
6842 * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Likewise.
6843 * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Likewise.
6844 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
6845 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: Likewise.
6846
6847 * sysdeps/unix/sysv/linux/sys/procfs.h: Replace with file based on
6848 AArch64 version. Include <bits/procfs.h>.
6849 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
6850 (sysdep_headers): Add bits/procfs.h.
6851 * sysdeps/unix/sysv/linux/bits/procfs.h: New file.
6852 * sysdeps/unix/sysv/linux/aarch64/bits/procfs.h: Likewise.
6853 * sysdeps/unix/sysv/linux/hppa/bits/procfs.h: Likewise.
6854 * sysdeps/unix/sysv/linux/ia64/bits/procfs.h: Likewise.
6855 * sysdeps/unix/sysv/linux/microblaze/bits/procfs.h: Likewise.
6856 * sysdeps/unix/sysv/linux/mips/bits/procfs.h: Likewise.
6857 * sysdeps/unix/sysv/linux/nios2/bits/procfs.h: Likewise.
6858 * sysdeps/unix/sysv/linux/powerpc/bits/procfs.h: Likewise.
6859 * sysdeps/unix/sysv/linux/riscv/bits/procfs.h: Likewise.
6860 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove file.
6861 * sysdeps/unix/sysv/linux/hppa/sys/procfs.h: Likewise.
6862 * sysdeps/unix/sysv/linux/ia64/sys/procfs.h: Likewise.
6863 * sysdeps/unix/sysv/linux/microblaze/sys/procfs.h: Likewise.
6864 * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
6865 * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: Likewise.
6866 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
6867 * sysdeps/unix/sysv/linux/riscv/sys/procfs.h: Likewise.
6868
6869 2018-09-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6870
6871 * posix/tst-spawn.c (do_prepare, handle_restart, do_test):
6872 Use libsupport.
6873
6874 2018-09-25 Arjun Shankar <arjun@redhat.com>
6875
6876 * iconv/gconv_int.h (__gconv_path_elem): Remove.
6877 (__gconv_max_path_elem_len): Likewise.
6878 (__gconv_nmodules): Likewise.
6879 (__gconv_get_path): Likewise.
6880 (path_elem): Move to ...
6881 * iconv/gconv_conf.c: ... here.
6882 (__gconv_get_path): Mark function static.
6883 * iconv/gconv_int.h (GCONV_NCHAR_GOAL): Move to ...
6884 * iconv/gconv_open.c: ... here.
6885
6886 2018-09-24 Andreas Schwab <schwab@suse.de>
6887
6888 * scripts/haveversions.awk: New file.
6889 * Makerules ($(common-objpfx)Versions.def)
6890 ($(common-objpfx)Versions.all, $(common-objpfx)Versions.v.i)
6891 ($(common-objpfx)sysd-versions, $(common-objpfx)versions.stmp):
6892 Move rules ...
6893 * Makeconfig ($(common-objpfx)Versions.def)
6894 ($(common-objpfx)Versions.all, $(common-objpfx)Versions.v.i)
6895 ($(common-objpfx)sysd-versions, $(common-objpfx)versions.stmp):
6896 ... here.
6897 ($(common-objpfx)Versions.mk): New rule. Include it.
6898 * nis/Makefile [!have-GLIBC_2.28]: Don't build any targets.
6899 Emit error if build-obsolete-nsl = yes.
6900 * manual/install.texi (Configuring and compiling): Describe
6901 --enable-obsolete-nsl as unavaiable after version 2.28.
6902 * INSTALL: Regenerate.
6903
6904 2018-09-21 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6905
6906 * NEWS: Add note about new TLE support on powerpc64le.
6907 * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Remove.
6908 * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Rename tm_capable to
6909 __ununsed1.
6910 (TLS_INIT_TP, TLS_DEFINE_INIT_TP): Remove tm_capable setup.
6911 (THREAD_GET_TM_CAPABLE, THREAD_SET_TM_CAPABLE): Remove macros.
6912 * sysdeps/powerpc/powerpc32/sysdep.h,
6913 sysdeps/powerpc/powerpc64/sysdep.h (ABORT_TRANSACTION_IMPL,
6914 ABORT_TRANSACTION): Remove macros.
6915 * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): Likewise.
6916 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init): Set
6917 __pthread_force_elision iff PPC_FEATURE2_HTM_NOSC is set.
6918 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h,
6919 sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
6920 sysdeps/unix/sysv/linux/powerpc/syscall.S (ABORT_TRANSACTION): Remove
6921 usage.
6922 * sysdeps/unix/sysv/linux/powerpc/not-errno.h: Remove file.
6923
6924 2018-09-21 Rafal Luzynski <digitalfreak@lingonborough.com>
6925
6926 [BZ #10425]
6927 * localedata/locales/it_IT (d_t_fmt): Use "%a %-d %b %Y, %T".
6928 (date_fmt): Use "%a %-d %b %Y, %T, %Z".
6929 * localedata/locales/it_CH (d_t_fmt): Use "%a %-d %b %Y, %T"
6930 which is the same as in it_IT.
6931 (d_fmt): Use "%d.%m.%Y" which is the same as in de_CH.
6932 (date_fmt): Use "%a %-d %b %Y, %T, %Z" which is the same as in it_IT.
6933
6934 2018-09-20 Joseph Myers <joseph@codesourcery.com>
6935
6936 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
6937 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (trunc): Redirect
6938 using MATH_REDIRECT.
6939 * sysdeps/aarch64/fpu/s_trunc.c: Define NO_MATH_REDIRECT before
6940 header inclusion.
6941 * sysdeps/aarch64/fpu/s_truncf.c: Likewise.
6942 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
6943 * sysdeps/ieee754/float128/s_truncf128.c: Likewise.
6944 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
6945 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
6946 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
6947 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: Likewise.
6948 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: Likewise.
6949 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: Likewise.
6950 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: Likewise.
6951 * sysdeps/riscv/rv64/rvd/s_trunc.c: Likewise.
6952 * sysdeps/riscv/rvf/s_truncf.c: Likewise.
6953 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.c: Likewise.
6954 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.c: Likewise.
6955 * sysdeps/x86_64/fpu/multiarch/s_trunc.c: Likewise.
6956 * sysdeps/x86_64/fpu/multiarch/s_truncf.c: Likewise.
6957 * sysdeps/m68k/m680x0/fpu/s_trunc_template.c: Likewise.
6958 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
6959 (ceil): Redirect to __ceil.
6960 (floor): Redirect to __floor.
6961 (trunc): Redirect to __trunc.
6962 (__truncl): Call trunc instead of __trunc.
6963 * sysdeps/powerpc/fpu/math_private.h [_ARCH_PWR5X] (__trunc):
6964 Remove macro.
6965 [_ARCH_PWR5X] (__truncf): Likewise.
6966 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Use
6967 trunc functions instead of __trunc variants.
6968 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
6969 Likewise.
6970 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
6971 Likewise.
6972 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
6973 Likewise.
6974 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
6975 Likewise.
6976
6977 * sysdeps/x86/cpu-features.h [__geode__ || __k6__]: Handle like
6978 [__i586__ || __pentium__].
6979 [__i486__]: Handle explicitly.
6980 (HAS_CPUID): Define to 1 if above macros are undefined.
6981 (HAS_I586): Likewise.
6982 (HAS_I686): Likewise.
6983
6984 2018-09-20 Florian Weimer <fweimer@redhat.com>
6985
6986 * misc/tst-gethostid.c: New file.
6987 * misc/Makefile [$(build-shared)] (tests): Add tst-gethostid.
6988 (tst-gethostid): Link with -ldl.
6989
6990 2018-09-20 Mingli Yu <Mingli.Yu@windriver.com>
6991
6992 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Check for NULL
6993 value from gethostbyname_r.
6994
6995 2018-09-19 Carlos O'Donell <carlos@redhat.com>
6996
6997 * stdlib/tst-setcontext9.c (f1): Rename to...
6998 (f1a): ... this.
6999 (f1b): New function implementing lower half of f1 in alternate stack.
7000
7001 2018-09-19 Paul Eggert <eggert@cs.ucla.edu>
7002
7003 Fix mktime localtime offset confusion
7004 [BZ #23603]
7005 * include/time.h (__mktime_internal): The localtime offset is now
7006 of type long int instead of time_t. This is the longstanding type
7007 in glibc, and it is more than enough to represent difference
7008 between localtime and gmtime even if it is 32 bits and time_t is
7009 64. Changing it now will let us avoid an unnecessary change when
7010 time_t is widened to 64 bits on 32-bit platforms.
7011 * time/mktime-internal.h (mktime_offset_t): Now long int.
7012
7013 Merge mktime, timegm from upstream Gnulib
7014 [BZ #23603][BZ #16346]
7015 This fixes some obscure problems with integer overflow.
7016 Although it looks scary, it is almost all a byte-for-byte copy
7017 from Gnulib, and the Gnulib code has been tested reasonably well.
7018 * include/intprops.h: New file, copied from Gnulib.
7019 * include/verify.h, time/mktime-internal.h:
7020 New tiny files, simplified from Gnulib.
7021 * time/mktime.c: Copy from Gnulib. This has the following changes:
7022 Do not include config.h if DEBUG_MKTIME is nonzero.
7023 Include stdbool.h, intprops.h, verify.h.
7024 Include string.h only if needed.
7025 Include stdlib.h on MS-Windows.
7026 Include mktime-internal.h.
7027 (DEBUG_MKTIME): Default to 0, and simplify later uses.
7028 (NEED_MKTIME_INTERNAL, NEED_MKTIME_WINDOWS)
7029 (NEED_MKTIME_WORKING): Give default values to pacify -Wundef,
7030 which glibc uses. Default NEED_MKTIME_WORKING to DEBUG_MKTIME, to
7031 simplify later conditionals; default the others to zero. Use
7032 these conditionals to express only the code needed on the current
7033 platform. In uses of these conditionals, explicitly spell out how
7034 _LIBC affects things, so it’s easier to review from a glibc
7035 viewpoint.
7036 (WRAPV): Remove; no longer needed now that we have
7037 systematic overflow checking.
7038 (my_tzset, __tzset) [!_LIBC]: New function and macro, to better
7039 compartmentalize tzset issues. Move system-dependent tzsettish
7040 code here from mktime.
7041 (verify): Remove; now done by verify.h. All uses changed.
7042 (long_int): Use a more-conservative definition, to avoid
7043 integer overflow.
7044 (SHR): Remove, replacing with ...
7045 (shr): New function, which means we needn’t worry about side
7046 effects in args, and conversion analysis is simpler.
7047 (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT, TYPE_SIGNED, TYPE_MINIMUM)
7048 (TYPE_MAXIMUM, TIME_T_MIN, TIME_T_MAX, TIME_T_MIDPOINT)
7049 (time_t_avg, time_t_add_ok): Remove.
7050 (mktime_min, mktime_max): New constants.
7051 (leapyear, isdst_differ): Use bool for booleans.
7052 (ydhms_diff, guess_time_tm, ranged_convert, __mktime_internal):
7053 Use long_int, not time_t, for mktime differences.
7054 (long_int_avg): New function, replacing time_t_avg.
7055 INT_ADD_WRAPV replaces time_t_add_ok.
7056 (guess_time_tm): 6th arg is now long_int, not time_t const *.
7057 All uses changed.
7058 (convert_time): New function.
7059 (ranged_convert): Use it.
7060 (__mktime_internal): Last arg now points to mktime_offset_t, not
7061 time_t. All uses changed. This is a no-op on glibc, where
7062 mktime_offset_t is always time_t. Use int, not time_t, for UTC
7063 offset guess. Directly check for integer overflow instead of
7064 using a heuristic that works only 99.9...% of the time.
7065 Access *OFFSET only once, to avoid an unlikely race if the
7066 compiler delays a load and if this cascades into a signed integer
7067 overflow.
7068 (mktime): Move tzsettish code to my_tzset, and move
7069 localtime_offset to within mktime so that it doesn’t
7070 need a separate ifdef.
7071 (main) [DEBUG_MKTIME]: Speed up by using localtime_r
7072 instead of localtime.
7073 * time/timegm.c: Copy from Gnulib. This has the following changes:
7074 Include mktime-internal.h.
7075 [!_LIBC]: Include config.h and time.h. Do not include
7076 timegm.h or time_r.h. Make __mktime_internal a macro,
7077 and include mktime-internal.h to get its declaration.
7078 (timegm): Temporary is now mktime_offset_t, not time_t.
7079 This affects only Gnulib.
7080
7081 2018-09-19 Wilco Dijkstra <wdijkstr@arm.com>
7082
7083 [BZ #23637]
7084 * string/test-strstr.c (pr23637): New function.
7085 (test_main): Add tests with longer needles.
7086 * string/strcasestr.c (AVAILABLE): Fix readahead distance.
7087 * string/strstr.c (AVAILABLE): Likewise.
7088
7089 2018-09-19 Szabolcs Nagy <szabolcs.nagy@arm.com>
7090
7091 * sysdeps/ieee754/flt-32/e_powf.c (checkint): Fix documentation.
7092
7093 2018-09-19 Szabolcs Nagy <szabolcs.nagy@arm.com>
7094
7095 * NEWS: Mention pow improvements.
7096 * math/Makefile (type-double-routines): Add e_pow_log_data.
7097 * sysdeps/generic/math_private.h (__exp1): Remove.
7098 * sysdeps/i386/fpu/e_pow_log_data.c: New file.
7099 * sysdeps/ia64/fpu/e_pow_log_data.c: New file.
7100 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Allow fma
7101 contraction.
7102 * sysdeps/ieee754/dbl-64/e_exp.c (__exp1): Remove.
7103 (exp_inline): Remove.
7104 (__ieee754_exp): Only single double input is handled.
7105 * sysdeps/ieee754/dbl-64/e_pow.c: Rewrite.
7106 * sysdeps/ieee754/dbl-64/e_pow_log_data.c: New file.
7107 * sysdeps/ieee754/dbl-64/math_config.h (issignaling_inline): Define.
7108 (__pow_log_data): Define.
7109 * sysdeps/ieee754/dbl-64/upow.h: Remove.
7110 * sysdeps/ieee754/dbl-64/upow.tbl: Remove.
7111 * sysdeps/m68k/m680x0/fpu/e_pow_log_data.c: New file.
7112 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-e_pow-fma.c): Allow fma
7113 contraction.
7114 (CFLAGS-e_pow-fma4.c): Likewise.
7115
7116 2018-09-18 Paul Eggert <eggert@cs.ucla.edu>
7117
7118 Simplify tzfile fstat failure code
7119 [BZ #21716]
7120 * time/tzfile.c (__tzfile_read): Simplify slightly.
7121
7122 Fix tzfile low-memory assertion failure
7123 [BZ #21716]
7124 * time/tzfile.c (__tzfile_read): Check for memory exhaustion
7125 when registering time zone abbreviations.
7126
7127 2018-09-18 Joseph Myers <joseph@codesourcery.com>
7128
7129 * sysdeps/unix/sysv/linux/bits/mman.h: New file.
7130 * sysdeps/unix/sysv/linux/aarch64/bits/mman.h: Remove.
7131 * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
7132 * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
7133 * sysdeps/unix/sysv/linux/microblaze/bits/mman.h: Likewise.
7134 * sysdeps/unix/sysv/linux/nios2/bits/mman.h: Likewise.
7135 * sysdeps/unix/sysv/linux/riscv/bits/mman.h: Likewise.
7136 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
7137 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
7138
7139 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c (ceil): Redirect to
7140 __ceil.
7141 (__ceill): Call ceil instead of __ceil.
7142 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c (floor): Redirect to
7143 __floor.
7144 (__floorl): Call floor instead of __floor.
7145
7146 2018-09-17 Joseph Myers <joseph@codesourcery.com>
7147
7148 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
7149 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (ceil): Redirect
7150 using MATH_REDIRECT.
7151 * sysdeps/aarch64/fpu/s_ceil.c: Define NO_MATH_REDIRECT before
7152 header inclusion.
7153 * sysdeps/aarch64/fpu/s_ceilf.c: Likewise.
7154 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
7155 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
7156 * sysdeps/ieee754/float128/s_ceilf128.c: Likewise.
7157 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
7158 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
7159 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
7160 * sysdeps/m68k/m680x0/fpu/s_ceil_template.c: Likewise.
7161 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: Likewise.
7162 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: Likewise.
7163 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: Likewise.
7164 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: Likewise.
7165 * sysdeps/riscv/rv64/rvd/s_ceil.c: Likewise.
7166 * sysdeps/riscv/rvf/s_ceilf.c: Likewise.
7167 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.c: Likewise.
7168 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.c: Likewise.
7169 * sysdeps/x86_64/fpu/multiarch/s_ceil.c: Likewise.
7170 * sysdeps/x86_64/fpu/multiarch/s_ceilf.c: Likewise.
7171 * sysdeps/powerpc/fpu/math_private.h [_ARCH_PWR5X] (__ceil):
7172 Remove macro.
7173 * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Use ceil
7174 functions instead of __ceil variants.
7175 * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Likewise.
7176 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive):
7177 Likewise.
7178 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive):
7179 Likewise.
7180 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c (__truncl): Likewise.
7181 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive):
7182 Likewise.
7183 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Likewise.
7184 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
7185
7186 [BZ #21286]
7187 * sysdeps/unix/sysv/linux/bits/siginfo-consts.h (SI_DETHREAD): New
7188 constant.
7189 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (ILL_BADIADDR): Likewise.
7190 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (FPE_FLTUNK): Likewise.
7191 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (FPE_CONDTRAP): Likewise.
7192 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (SEGV_ACCADI): Likewise.
7193 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (SEGV_ADIDERR): Likewise.
7194 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (SEGV_ADIPERR): Likewise.
7195 [__USE_XOPEN_EXTENDED] (TRAP_BRANCH): Likewise.
7196 [__USE_XOPEN_EXTENDED] (TRAP_HWBKPT): Likewise.
7197 [__USE_XOPEN_EXTENDED] (TRAP_UNK): Likweise.
7198 * sysdeps/unix/sysv/linux/ia64/bits/siginfo-consts-arch.h
7199 (ILL_BADIADDR): Remove constant.
7200 (TRAP_BRANCH): Likewise.
7201 (TRAP_HWBKPT): Likewise.
7202
7203 2018-09-14 Joseph Myers <joseph@codesourcery.com>
7204
7205 [BZ #23656]
7206 * sysdeps/unix/sysv/linux/mips/sys/procfs.h (struct elf_prstatus):
7207 Remove [_MIPS_SIM = _ABIN32] conditional case.
7208 (struct elf_prpsinfo): Likewise.
7209
7210 [BZ #23649]
7211 * sysdeps/unix/sysv/linux/microblaze/sys/procfs.h (struct
7212 elf_prpsinfo): Use unsigned int for pr_uid and pr_gid.
7213 * sysdeps/unix/sysv/linux/mips/sys/procfs.h (struct elf_prpsinfo):
7214 Likewise.
7215 * sysdeps/unix/sysv/linux/nios2/sys/procfs.h (struct
7216 elf_prpsinfo): Likewise.
7217 * sysdeps/unix/sysv/linux/riscv/sys/procfs.h (struct
7218 elf_prpsinfo): Likewise.
7219 * sysdeps/unix/sysv/linux/sys/procfs.h (struct elf_prpsinfo):
7220 Likewise.
7221
7222 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
7223 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (rint): Redirect
7224 using MATH_REDIRECT.
7225 * sysdeps/aarch64/fpu/s_rint.c: Define NO_MATH_REDIRECT before
7226 header inclusion.
7227 * sysdeps/aarch64/fpu/s_rintf.c: Likewise.
7228 * sysdeps/alpha/fpu/s_rint.c: Likewise.
7229 * sysdeps/alpha/fpu/s_rintf.c: Likewise.
7230 * sysdeps/i386/fpu/s_rintl.c: Likewise.
7231 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
7232 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
7233 * sysdeps/ieee754/float128/s_rintf128.c: Likewise.
7234 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
7235 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
7236 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
7237 * sysdeps/m68k/coldfire/fpu/s_rint.c: Likewise.
7238 * sysdeps/m68k/coldfire/fpu/s_rintf.c: Likewise.
7239 * sysdeps/m68k/m680x0/fpu/s_rint.c: Likewise.
7240 * sysdeps/m68k/m680x0/fpu/s_rintf.c: Likewise.
7241 * sysdeps/m68k/m680x0/fpu/s_rintl.c: Likewise.
7242 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
7243 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
7244 * sysdeps/riscv/rv64/rvd/s_rint.c: Likewise.
7245 * sysdeps/riscv/rvf/s_rintf.c: Likewise.
7246 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.c: Likewise.
7247 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.c: Likewise.
7248 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.c: Likewise.
7249 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.c: Likewise.
7250 * sysdeps/x86_64/fpu/multiarch/s_rint.c: Likewise.
7251 * sysdeps/x86_64/fpu/multiarch/s_rintf.c: Likewise.
7252 * sysdeps/x86_64/fpu/math_private.h: Remove file.
7253 * math/e_scalb.c (invalid_fn): Use rint functions instead of
7254 __rint variants.
7255 * math/e_scalbf.c (invalid_fn): Likewise.
7256 * math/e_scalbl.c (invalid_fn): Likewise.
7257 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
7258 Likewise.
7259 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
7260 Likewise.
7261 * sysdeps/ieee754/k_standard.c (__kernel_standard): Likewise.
7262 * sysdeps/ieee754/k_standardl.c (__kernel_standard_l): Likewise.
7263 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
7264 Likewise.
7265 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
7266 Likewise.
7267 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
7268 Likewise.
7269 * sysdeps/powerpc/powerpc32/fpu/s_llrint.c (__llrint): Likewise.
7270 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c (__llrintf): Likewise.
7271
7272 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
7273 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (MATH_REDIRECT):
7274 New macro.
7275 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
7276 && !NO_MATH_REDIRECT] (MATH_REDIRECT_LDBL): Likewise.
7277 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
7278 && !NO_MATH_REDIRECT] (MATH_REDIRECT_F128): Likewise.
7279 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
7280 && !NO_MATH_REDIRECT] (MATH_REDIRECT_UNARY_ARGS): Likewise.
7281 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
7282 && !NO_MATH_REDIRECT] (sqrt): Redirect using MATH_REDIRECT.
7283 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
7284 && !NO_MATH_REDIRECT] (floor): Likewise.
7285 * sysdeps/aarch64/fpu/s_floor.c: Define NO_MATH_REDIRECT before
7286 header inclusion.
7287 * sysdeps/aarch64/fpu/s_floorf.c: Likewise.
7288 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
7289 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
7290 * sysdeps/ieee754/float128/s_floorf128.c: Likewise.
7291 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
7292 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
7293 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
7294 * sysdeps/m68k/m680x0/fpu/s_floor_template.c: Likewise.
7295 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: Likewise.
7296 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: Likewise.
7297 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: Likewise.
7298 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: Likewise.
7299 * sysdeps/riscv/rv64/rvd/s_floor.c: Likewise.
7300 * sysdeps/riscv/rvf/s_floorf.c: Likewise.
7301 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.c: Likewise.
7302 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.c: Likewise.
7303 * sysdeps/x86_64/fpu/multiarch/s_floor.c: Likewise.
7304 * sysdeps/x86_64/fpu/multiarch/s_floorf.c: Likewise.
7305 * sysdeps/powerpc/fpu/math_private.h [_ARCH_PWR5X] (__floor):
7306 Remove macro.
7307 [_ARCH_PWR5X] (__floorf): Likewise.
7308 * sysdeps/x86_64/fpu/math_private.h [__SSE4_1__] (__floor): Remove
7309 inline function.
7310 [__SSE4_1__] (__floorf): Likewise.
7311 * math/w_lgamma_main.c (LGFUNC (__lgamma)): Use floor functions
7312 instead of __floor variants.
7313 * math/w_lgamma_r_compat.c (__lgamma_r): Likewise.
7314 * math/w_lgammaf_main.c (LGFUNC (__lgammaf)): Likewise.
7315 * math/w_lgammaf_r_compat.c (__lgammaf_r): Likewise.
7316 * math/w_lgammal_main.c (LGFUNC (__lgammal)): Likewise.
7317 * math/w_lgammal_r_compat.c (__lgammal_r): Likewise.
7318 * math/w_tgamma_compat.c (__tgamma): Likewise.
7319 * math/w_tgamma_template.c (M_DECL_FUNC (__tgamma)): Likewise.
7320 * math/w_tgammaf_compat.c (__tgammaf): Likewise.
7321 * math/w_tgammal_compat.c (__tgammal): Likewise.
7322 * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Likewise.
7323 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2):
7324 Likewise.
7325 * sysdeps/ieee754/dbl-64/lgamma_neg.c (__lgamma_neg): Likewise.
7326 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (sin_pif): Likewise.
7327 * sysdeps/ieee754/flt-32/lgamma_negf.c (__lgamma_negf): Likewise.
7328 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
7329 Likewise.
7330 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
7331 * sysdeps/ieee754/ldbl-128/lgamma_negl.c (__lgamma_negl):
7332 Likewise.
7333 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Likewise.
7334 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c (__ieee754_lgammal_r):
7335 Likewise.
7336 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
7337 * sysdeps/ieee754/ldbl-128ibm/lgamma_negl.c (__lgamma_negl):
7338 Likewise.
7339 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
7340 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c (__truncl): Likewise.
7341 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Likewise.
7342 * sysdeps/ieee754/ldbl-96/lgamma_negl.c (__lgamma_negl): Likewise.
7343 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Likewise.
7344 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
7345
7346 2018-09-12 Joseph Myers <joseph@codesourcery.com>
7347
7348 * elf/Makefile (modules-names-tests): New variable.
7349
7350 2018-09-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
7351
7352 * NEWS: Mention log2 improvements.
7353 * math/Makefile (type-double-routines): Add e_log2_data.
7354 * sysdeps/i386/fpu/e_log2_data.c: New file.
7355 * sysdeps/ia64/fpu/e_log2_data.c: New file.
7356 * sysdeps/ieee754/dbl-64/e_log2.c: Rewrite.
7357 * sysdeps/ieee754/dbl-64/e_log2_data.c: New file.
7358 * sysdeps/ieee754/dbl-64/math_config.h (__log2_data): Add.
7359 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: Remove.
7360 * sysdeps/m68k/m680x0/fpu/e_log2_data.c: New file.
7361
7362 2018-09-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
7363
7364 * NEWS: Mention log improvement.
7365 * math/Makefile (type-double-routines): Add e_log_data.
7366 * sysdeps/i386/fpu/e_log_data.c: New file.
7367 * sysdeps/ia64/fpu/e_log_data.c: New file.
7368 * sysdeps/ieee754/dbl-64/e_log.c: Rewrite.
7369 * sysdeps/ieee754/dbl-64/e_log_data.c: New file.
7370 * sysdeps/ieee754/dbl-64/math_config.h (__log_data): Add.
7371 * sysdeps/ieee754/dbl-64/ulog.h: Remove.
7372 * sysdeps/ieee754/dbl-64/ulog.tbl: Remove.
7373 * sysdeps/m68k/m680x0/fpu/e_log_data.c: New file.
7374
7375 2018-09-12 H.J. Lu <hongjiu.lu@intel.com>
7376 Xuepeng Guo <xuepeng.guo@intel.com>
7377
7378 [BZ #23606]
7379 * sysdeps/i386/start.S: Include <sysdep.h>
7380 (_start): Use ENTRY/END to insert ENDBR32 at entry when CET is
7381 enabled. Add cfi_undefined (eip).
7382
7383 2018-09-11 Joseph Myers <joseph@codesourcery.com>
7384
7385 * sysdeps/x86_64/fpu/math_private.h (MOVD): Remove macro.
7386 (MOVQ): Likewise.
7387 (EXTRACT_WORDS64): Likewise.
7388 (INSERT_WORDS64): Likewise.
7389 (GET_FLOAT_WORD): Likewise.
7390 (SET_FLOAT_WORD): Likewise.
7391
7392 * scripts/build-many-glibcs.py (Context.__init__): Add full_gcc
7393 argument.
7394 (Config.build_gcc): Use --disable-libsanitizer for first GCC
7395 build, but not for second build if --full-gcc. Use
7396 --enable-languages=all for second build if --full-gcc.
7397 (get_parser): Add --full-gcc option.
7398 (main): Update call to Context.
7399
7400 2018-09-10 Rafal Luzynski <digitalfreak@lingonborough.com>
7401
7402 [BZ #10797]
7403 * localedata/locales/de_CH (mon_thousands_sep): Use "<U2019>" (Right
7404 Single Quotation Mark).
7405 (thousands_sep): Likewise.
7406 * localedata/locales/it_CH (LC_NUMERIC): Use “copy "de_CH"”.
7407 * localedata/locales/it_IT (thousands_sep): Use ".".
7408 (grouping): Use "3;3".
7409
7410 2018-09-10 Joseph Myers <joseph@codesourcery.com>
7411
7412 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
7413 x86_64 and i686 configs using --enable-obsolete-rpc
7414 --enable-obsolete-nsl.
7415
7416 2018-09-06 Stefan Liebler <stli@linux.ibm.com>
7417
7418 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
7419
7420 2018-09-06 Stefan Liebler <stli@linux.ibm.com>
7421
7422 * sysdeps/unix/sysv/linux/spawni.c (maybe_script_execute):
7423 Increment size of new_argv by one.
7424
7425 2018-09-05 Rafal Luzynski <digitalfreak@lingonborough.com>
7426
7427 [BZ #17426]
7428 * localedata/locales/anp_IN (d_fmt): Use "%-d//%-m//%y".
7429 * localedata/locales/ar_IN (d_fmt): Likewise.
7430 * localedata/locales/bhb_IN (d_fmt): Likewise.
7431 * localedata/locales/bho_IN (d_fmt): Likewise.
7432 * localedata/locales/bn_BD (d_fmt): Likewise.
7433 * localedata/locales/bn_IN (d_fmt): Likewise.
7434 * localedata/locales/doi_IN (d_fmt): Likewise.
7435 * localedata/locales/gu_IN (d_fmt): Likewise.
7436 * localedata/locales/hi_IN (d_fmt): Likewise.
7437 * localedata/locales/hne_IN (d_fmt): Likewise.
7438 * localedata/locales/kn_IN (d_fmt): Likewise.
7439 * localedata/locales/mag_IN (d_fmt): Likewise.
7440 * localedata/locales/mai_IN (d_fmt): Likewise.
7441 * localedata/locales/mjw_IN (d_fmt): Likewise.
7442 * localedata/locales/ml_IN (d_fmt): Likewise.
7443 * localedata/locales/mni_IN (d_fmt): Likewise.
7444 * localedata/locales/mr_IN (d_fmt): Likewise.
7445 * localedata/locales/pa_IN (d_fmt): Likewise.
7446 * localedata/locales/raj_IN (d_fmt): Likewise.
7447 * localedata/locales/sat_IN (d_fmt): Likewise.
7448 * localedata/locales/sd_IN (d_fmt): Likewise.
7449 * localedata/locales/sd_IN@devanagari (d_fmt): Likewise.
7450 * localedata/locales/ta_IN (d_fmt): Likewise.
7451 * localedata/locales/ta_LK (d_fmt): Likewise.
7452 * localedata/locales/tcy_IN (d_fmt): Likewise.
7453 * localedata/locales/ur_IN (d_fmt): Likewise.
7454
7455 * localedata/locales/brx_IN (d_fmt): Use "%-m//%-d//%y".
7456 * localedata/locales/ks_IN (d_fmt): Likewise.
7457 * localedata/locales/ks_IN@devanagari (d_fmt): Likewise.
7458
7459 * localedata/locales/kok_IN (d_fmt): Use "%-d-%-m-%y".
7460 * localedata/locales/ne_NP (d_fmt): Use "%y//%-m//%-d".
7461 * localedata/locales/sa_IN (d_fmt): Use "%-d-%m-%y".
7462 * localedata/locales/te_IN (d_fmt): Use "%d-%m-%y".
7463
7464 2018-09-05 Szabolcs Nagy <szabolcs.nagy@arm.com>
7465
7466 * NEWS: Mention exp and exp2 improvements.
7467 * math/Makefile (libm-support): Remove t_exp.
7468 (type-double-routines): Add math_err and e_exp_data.
7469 * sysdeps/aarch64/libm-test-ulps: Update.
7470 * sysdeps/arm/libm-test-ulps: Update.
7471 * sysdeps/i386/fpu/e_exp_data.c: New file.
7472 * sysdeps/i386/fpu/math_err.c: New file.
7473 * sysdeps/i386/fpu/t_exp.c: Remove.
7474 * sysdeps/ia64/fpu/e_exp_data.c: New file.
7475 * sysdeps/ia64/fpu/math_err.c: New file.
7476 * sysdeps/ia64/fpu/t_exp.c: Remove.
7477 * sysdeps/ieee754/dbl-64/e_exp.c: Rewrite.
7478 * sysdeps/ieee754/dbl-64/e_exp2.c: Rewrite.
7479 * sysdeps/ieee754/dbl-64/e_exp_data.c: New file.
7480 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Update error bound.
7481 * sysdeps/ieee754/dbl-64/eexp.tbl: Remove.
7482 * sysdeps/ieee754/dbl-64/math_config.h: New file.
7483 * sysdeps/ieee754/dbl-64/math_err.c: New file.
7484 * sysdeps/ieee754/dbl-64/t_exp.c: Remove.
7485 * sysdeps/ieee754/dbl-64/t_exp2.h: Remove.
7486 * sysdeps/ieee754/dbl-64/uexp.h: Remove.
7487 * sysdeps/ieee754/dbl-64/uexp.tbl: Remove.
7488 * sysdeps/m68k/m680x0/fpu/e_exp_data.c: New file.
7489 * sysdeps/m68k/m680x0/fpu/math_err.c: New file.
7490 * sysdeps/m68k/m680x0/fpu/t_exp.c: Remove.
7491 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7492 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7493
7494 2018-09-05 Joseph Myers <joseph@codesourcery.com>
7495
7496 * sysdeps/alpha/fpu/math_private.h: Remove.
7497
7498 * sysdeps/generic/math_private.h
7499 [__HAVE_DISTINCT_FLOAT128 && !__GNUC_PREREQ (7, 0)] (__isinff128):
7500 Move this inline function ....
7501 [__HAVE_DISTINCT_FLOAT128] (fabsf128): And this one ....
7502 * include/math.h [!_ISOMAC]: To here....
7503
7504 2018-09-04 Joseph Myers <joseph@codesourcery.com>
7505
7506 * sysdeps/generic/fenv_private.h [FE_ALL_EXCEPT == 0]: Move this
7507 code ....
7508 [!FE_HAVE_ROUNDING_MODES]: And this code ....
7509 * include/fenv.h [!_ISOMAC]: ... to here.
7510 * math/fraiseexcpt.c (__feraiseexcept): Undefine as macro.
7511 (feraiseexcept): Likewise.
7512 * math/fromfp.h: Do not include <fenv_private.h>.
7513 * math/s_cexp_template.c: Likewise.
7514 * math/s_csin_template.c: Likewise.
7515 * math/s_csinh_template.c: Likewise.
7516 * math/s_ctan_template.c: Likewise.
7517 * math/s_ctanh_template.c: Likewise.
7518 * math/s_iseqsig_template.c: Likewise.
7519 * math/w_acos_compat.c: Likewise.
7520 * math/w_acosf_compat.c: Likewise.
7521 * math/w_acosl_compat.c: Likewise.
7522 * math/w_asin_compat.c: Likewise.
7523 * math/w_asinf_compat.c: Likewise.
7524 * math/w_asinl_compat.c: Likewise.
7525 * math/w_j0_compat.c: Likewise.
7526 * math/w_j0f_compat.c: Likewise.
7527 * math/w_j0l_compat.c: Likewise.
7528 * math/w_j1_compat.c: Likewise.
7529 * math/w_j1f_compat.c: Likewise.
7530 * math/w_j1l_compat.c: Likewise.
7531 * math/w_jn_compat.c: Likewise.
7532 * math/w_jnf_compat.c: Likewise.
7533 * math/w_log10_compat.c: Likewise.
7534 * math/w_log10f_compat.c: Likewise.
7535 * math/w_log10l_compat.c: Likewise.
7536 * math/w_log2_compat.c: Likewise.
7537 * math/w_log2f_compat.c: Likewise.
7538 * math/w_log2l_compat.c: Likewise.
7539 * math/w_log_compat.c: Likewise.
7540 * math/w_logf_compat.c: Likewise.
7541 * math/w_logl_compat.c: Likewise.
7542 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
7543 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
7544 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
7545 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
7546 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
7547 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
7548 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
7549 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
7550 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
7551 * sysdeps/ieee754/k_standardl.c: Likewise.
7552 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
7553 * sysdeps/ieee754/ldbl-128/s_fmal.c: Likewise.
7554 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
7555 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
7556 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
7557 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
7558 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
7559 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
7560 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
7561 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
7562 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
7563 * sysdeps/ieee754/ldbl-96/s_fma.c: Likewise.
7564 * sysdeps/ieee754/ldbl-96/s_fmal.c: Likewise.
7565 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
7566 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
7567 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
7568 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
7569 * math/w_ilogb_template.c: Include <fenv.h> instead of
7570 <fenv_private.h>.
7571 * math/w_llogb_template.c: Likewise.
7572 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
7573 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
7574
7575 2018-09-03 Joseph Myers <joseph@codesourcery.com>
7576
7577 * sysdeps/generic/math_private.h: Do not include <fenv_private.h>.
7578 * math/fromfp.h: Include <fenv_private.h>.
7579 * math/math-narrow.h: Likewise.
7580 * math/s_cexp_template.c: Likewise.
7581 * math/s_csin_template.c: Likewise.
7582 * math/s_csinh_template.c: Likewise.
7583 * math/s_ctan_template.c: Likewise.
7584 * math/s_ctanh_template.c: Likewise.
7585 * math/s_iseqsig_template.c: Likewise.
7586 * math/w_acos_compat.c: Likewise.
7587 * math/w_acosf_compat.c: Likewise.
7588 * math/w_acosl_compat.c: Likewise.
7589 * math/w_asin_compat.c: Likewise.
7590 * math/w_asinf_compat.c: Likewise.
7591 * math/w_asinl_compat.c: Likewise.
7592 * math/w_ilogb_template.c: Likewise.
7593 * math/w_j0_compat.c: Likewise.
7594 * math/w_j0f_compat.c: Likewise.
7595 * math/w_j0l_compat.c: Likewise.
7596 * math/w_j1_compat.c: Likewise.
7597 * math/w_j1f_compat.c: Likewise.
7598 * math/w_j1l_compat.c: Likewise.
7599 * math/w_jn_compat.c: Likewise.
7600 * math/w_jnf_compat.c: Likewise.
7601 * math/w_llogb_template.c: Likewise.
7602 * math/w_log10_compat.c: Likewise.
7603 * math/w_log10f_compat.c: Likewise.
7604 * math/w_log10l_compat.c: Likewise.
7605 * math/w_log2_compat.c: Likewise.
7606 * math/w_log2f_compat.c: Likewise.
7607 * math/w_log2l_compat.c: Likewise.
7608 * math/w_log_compat.c: Likewise.
7609 * math/w_logf_compat.c: Likewise.
7610 * math/w_logl_compat.c: Likewise.
7611 * sysdeps/aarch64/fpu/feholdexcpt.c: Likewise.
7612 * sysdeps/aarch64/fpu/fesetround.c: Likewise.
7613 * sysdeps/aarch64/fpu/fgetexcptflg.c: Likewise.
7614 * sysdeps/aarch64/fpu/ftestexcept.c: Likewise.
7615 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
7616 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
7617 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
7618 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
7619 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
7620 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
7621 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
7622 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
7623 * sysdeps/ieee754/dbl-64/gamma_product.c: Likewise.
7624 * sysdeps/ieee754/dbl-64/lgamma_neg.c: Likewise.
7625 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
7626 * sysdeps/ieee754/dbl-64/s_fma.c: Likewise.
7627 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
7628 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
7629 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
7630 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
7631 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
7632 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
7633 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
7634 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
7635 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
7636 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
7637 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
7638 * sysdeps/ieee754/dbl-64/x2y2m1.c: Likewise.
7639 * sysdeps/ieee754/float128/float128_private.h: Likewise.
7640 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
7641 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
7642 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
7643 * sysdeps/ieee754/flt-32/lgamma_negf.c: Likewise.
7644 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
7645 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
7646 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
7647 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
7648 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
7649 * sysdeps/ieee754/k_standardl.c: Likewise.
7650 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
7651 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
7652 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
7653 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
7654 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
7655 * sysdeps/ieee754/ldbl-128/lgamma_negl.c: Likewise.
7656 * sysdeps/ieee754/ldbl-128/s_fmal.c: Likewise.
7657 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
7658 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
7659 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
7660 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
7661 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
7662 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
7663 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
7664 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
7665 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
7666 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
7667 * sysdeps/ieee754/ldbl-128ibm/lgamma_negl.c: Likewise.
7668 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
7669 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
7670 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
7671 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
7672 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
7673 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
7674 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
7675 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
7676 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
7677 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
7678 * sysdeps/ieee754/ldbl-96/lgamma_negl.c: Likewise.
7679 * sysdeps/ieee754/ldbl-96/s_fma.c: Likewise.
7680 * sysdeps/ieee754/ldbl-96/s_fmal.c: Likewise.
7681 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
7682 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
7683 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
7684 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
7685 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
7686 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
7687 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
7688 * sysdeps/riscv/rv64/rvd/s_ceil.c: Likewise.
7689 * sysdeps/riscv/rv64/rvd/s_floor.c: Likewise.
7690 * sysdeps/riscv/rv64/rvd/s_nearbyint.c: Likewise.
7691 * sysdeps/riscv/rv64/rvd/s_round.c: Likewise.
7692 * sysdeps/riscv/rv64/rvd/s_roundeven.c: Likewise.
7693 * sysdeps/riscv/rv64/rvd/s_trunc.c: Likewise.
7694 * sysdeps/riscv/rvd/s_finite.c: Likewise.
7695 * sysdeps/riscv/rvd/s_fmax.c: Likewise.
7696 * sysdeps/riscv/rvd/s_fmin.c: Likewise.
7697 * sysdeps/riscv/rvd/s_fpclassify.c: Likewise.
7698 * sysdeps/riscv/rvd/s_isinf.c: Likewise.
7699 * sysdeps/riscv/rvd/s_isnan.c: Likewise.
7700 * sysdeps/riscv/rvd/s_issignaling.c: Likewise.
7701 * sysdeps/riscv/rvf/fegetround.c: Likewise.
7702 * sysdeps/riscv/rvf/feholdexcpt.c: Likewise.
7703 * sysdeps/riscv/rvf/fesetenv.c: Likewise.
7704 * sysdeps/riscv/rvf/fesetround.c: Likewise.
7705 * sysdeps/riscv/rvf/feupdateenv.c: Likewise.
7706 * sysdeps/riscv/rvf/fgetexcptflg.c: Likewise.
7707 * sysdeps/riscv/rvf/ftestexcept.c: Likewise.
7708 * sysdeps/riscv/rvf/s_ceilf.c: Likewise.
7709 * sysdeps/riscv/rvf/s_finitef.c: Likewise.
7710 * sysdeps/riscv/rvf/s_floorf.c: Likewise.
7711 * sysdeps/riscv/rvf/s_fmaxf.c: Likewise.
7712 * sysdeps/riscv/rvf/s_fminf.c: Likewise.
7713 * sysdeps/riscv/rvf/s_fpclassifyf.c: Likewise.
7714 * sysdeps/riscv/rvf/s_isinff.c: Likewise.
7715 * sysdeps/riscv/rvf/s_isnanf.c: Likewise.
7716 * sysdeps/riscv/rvf/s_issignalingf.c: Likewise.
7717 * sysdeps/riscv/rvf/s_nearbyintf.c: Likewise.
7718 * sysdeps/riscv/rvf/s_roundevenf.c: Likewise.
7719 * sysdeps/riscv/rvf/s_roundf.c: Likewise.
7720 * sysdeps/riscv/rvf/s_truncf.c: Likewise.
7721
7722 2018-08-31 Paul Pluzhnikov <ppluzhnikov@google.com>
7723
7724 [BZ #20271]
7725 * include/stdio.h (__libc_fatal): Mention newline in comment.
7726 * grp/initgroups.c (internal_getgrouplist): Add missing newline.
7727 * nptl/pthread_cond_wait.c (__pthread_cond_wait_common): Likewise.
7728 * nscd/initgrcache.c (addinitgroupsX): Likewise.
7729 * nss/nsswitch.c (__nss_next2): Likewise.
7730 * sysdeps/aarch64/dl-irel.h (elf_irela): Likewise.
7731 * sysdeps/arm/dl-irel.h (elf_irel): Likewise.
7732 * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Likewise.
7733 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
7734 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irel): Likewise.
7735 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irel): Likewise.
7736 * sysdeps/s390/dl-irel.h (elf_irel): Likewise.
7737 * sysdeps/sparc/sparc32/dl-irel.h (elf_irel): Likewise.
7738 * sysdeps/sparc/sparc64/dl-irel.h (elf_irel): Likewise.
7739 * sysdeps/x86_64/dl-irel.h (elf_irel): Likewise.
7740 * sysdeps/nptl/futex-internal.h (futex_wake): Likewise.
7741 * sysdeps/unix/sysv/linux/netlink_assert_response.c
7742 (__netlink_assert_response): Likewise.
7743
7744 2018-08-31 Joseph Myers <joseph@codesourcery.com>
7745
7746 * conform/glibcconform.py: New file.
7747 * conform/list-header-symbols.py: Likewise.
7748 * conform/list-header-symbols.pl: Remove.
7749 * conform/Makefile (tests-special): Only add linknamespace tests
7750 if [PYTHON].
7751 ($(linknamespace-symlists-tests)): Use list-header-symbols.py.
7752
7753 2018-08-31 H.J. Lu <hongjiu.lu@intel.com>
7754
7755 [BZ #23597]
7756 * support/Makefile (libsupport-routines): Add
7757 support_copy_file_range and xcopy_file_range.
7758 * support/support.h: Include <sys/types.h>.
7759 (support_copy_file_range): New prototype.
7760 * support/support_copy_file_range.c: New file. Copied and
7761 modified from io/copy_file_range-compat.c.
7762 * support/test-container.c (copy_one_file): Call xcopy_file_rang
7763 instead of copy_file_range.
7764 * support/xcopy_file_range.c: New file.
7765 * support/xunistd.h (xcopy_file_range): New prototype.
7766
7767 2018-08-30 Carlos O'Donell <carlos@redhat.com>
7768
7769 * elf/tst-dlopen-aout.c: Include support/xthread.h. Use
7770 xpthread_create and xpthread_join.
7771
7772 2018-08-30 Florian Weimer <fweimer@redhat.com>
7773
7774 * stdlib/stdlib.h (reallocarray): Make available under __USE_MISC.
7775
7776 2018-08-30 Stefan Liebler <stli@linux.ibm.com>
7777
7778 * stdlib/test-bz22786.c (do_test): Return EXIT_UNSUPPORTED
7779 if malloc fails.
7780
7781 2018-08-29 Joseph Myers <joseph@codesourcery.com>
7782
7783 * math/gen-libm-test.py (gen_test_args_res): Also treat plus_oflow
7784 and minus_oflow as non-finite.
7785
7786 2018-08-28 Joseph Myers <joseph@codesourcery.com>
7787
7788 * sysdeps/aarch64/fpu/fenv_private.h: New file. Based on ....
7789 * sysdeps/aarch64/fpu/math_private.h: ... this file. All contents
7790 moved to fenv_private.h except for ...
7791 (TOINT_INTRINSICS): Kept in math_private.h.
7792 (roundtoint): Likewise.
7793 (converttoint): Likewise.
7794 * sysdeps/arm/fenv_private.h: Change multiple-include guard to
7795 [ARM_FENV_PRIVATE_H]. Include next <fenv_private.h>.
7796 * sysdeps/arm/math_private.h: Remove.
7797 * sysdeps/generic/fenv_private.h: New file. Contents moved from
7798 ....
7799 * sysdeps/generic/math_private.h: ... this file. Include
7800 <stdbool.h>. Do not include <fenv.h> or <get-rounding-mode.h>.
7801 Include <fenv_private.h>. Remove functions and macros moved to
7802 fenv_private.h.
7803 * sysdeps/i386/fpu/math_private.h: Remove.
7804 * sysdeps/mips/math_private.h: Move to ....
7805 * sysdeps/mips/fpu/fenv_private.h: ... here. Change
7806 multiple-include guard to [MIPS_FENV_PRIVATE_H]. Remove
7807 [__mips_hard_float] conditional. Include next <fenv_private.h>.
7808 * sysdeps/powerpc/fpu/fenv_private.h: Change multiple-include
7809 guard to [POWERPC_FENV_PRIVATE_H]. Include next <fenv_private.h>.
7810 * sysdeps/powerpc/fpu/math_private.h: Do not include
7811 <fenv_private.h>.
7812 * sysdeps/riscv/rvf/math_private.h: Move to ....
7813 * sysdeps/riscv/rvf/fenv_private.h: ... here. Change
7814 multiple-include guard to [RISCV_FENV_PRIVATE_H]. Include next
7815 <fenv_private.h>.
7816 * sysdeps/sparc/fpu/fenv_private.h: Change multiple-include guard
7817 to [SPARC_FENV_PRIVATE_H]. Include next <fenv_private.h>.
7818 * sysdeps/sparc/fpu/math_private.h: Remove.
7819 * sysdeps/i386/fpu/fenv_private.h: Move to ....
7820 * sysdeps/x86/fpu/fenv_private.h: ... here. Change
7821 multiple-include guard to [X86_FENV_PRIVATE_H]. Include next
7822 <fenv_private.h>.
7823 * sysdeps/x86_64/fpu/math_private.h: Do not include
7824 <sysdeps/i386/fpu/fenv_private.h>.
7825
7826 2018-08-28 Florian Weimer <fweimer@redhat.com>
7827
7828 [BZ #23578]
7829 * posix/tst-regcomp-truncated.c: New file.
7830 * posix/Makefile (tests): Add it.
7831 (tst-regcomp-truncated.out): Depend on generated locales.
7832
7833 2018-08-28 Florian Weimer <fweimer@redhat.com>
7834
7835 * support/test-container.c (main): Treat unshare failure with
7836 EPERM as an unsupported test.
7837
7838 2018-08-28 Florian Weimer <fweimer@redhat.com>
7839
7840 [BZ #23520]
7841 nscd: Fix use-after-free in addgetnetgrentX and its callers.
7842 * nscd/netgroupcache.c
7843 (addgetnetgrentX): Add tofreep parameter. Do not free
7844 heap-allocated buffer.
7845 (addinnetgrX): Free buffer allocated bt addgetnetgrentX.
7846 (addgetnetgrentX_ignore): New function.
7847 (addgetnetgrent): Call it.
7848 (readdgetnetgrent): Likewise.
7849
7850 2018-08-28 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7851
7852 * string/memmem.c: Use memcmp for first match.
7853
7854 2018-08-28 Rafal Luzynski <digitalfreak@lingonborough.com>
7855
7856 [BZ #17426]
7857 * localedata/locales/en_IN (d_fmt): Use "%d/%m/%y".
7858
7859 2018-08-27 DJ Delorie <dj@redhat.com>
7860
7861 * support/Makefile (others): Don't list programs explicitly as a
7862 dependency of "others".
7863
7864 2018-08-27 Joseph Myers <joseph@codesourcery.com>
7865
7866 * sysdeps/generic/math-tests-trap-force.h: New file.
7867 * sysdeps/generic/math-tests.h: Include <math-tests-trap-force.h>.
7868 (EXCEPTION_SET_FORCES_TRAP): Do not define here.
7869 * sysdeps/powerpc/math-tests.h: Remove file.
7870 * sysdeps/powerpc/fpu/math-tests-trap-force.h: New file.
7871
7872 2018-08-27 Martin Kuchta <martin.kuchta@netapp.com>
7873 Torvald Riegel <triegel@redhat.com>
7874
7875 [BZ #23538]
7876 * nptl/pthread_cond_common.c (__condvar_quiesce_and_switch_g1):
7877 Update r to include the set wake-request flag if waiters are
7878 remaining after spinning.
7879
7880 2018-08-27 Joseph Myers <joseph@codesourcery.com>
7881
7882 * sysdeps/gnu/netinet/udp.h (UDP_SEGMENT): New macro.
7883
7884 2018-08-25 Paul Eggert <eggert@cs.ucla.edu>
7885
7886 [BZ #23578]
7887 regex: fix uninitialized memory access
7888 I introduced this bug into gnulib in commit
7889 8335a4d6c7b4448cd0bcb6d0bebf1d456bcfdb17 dated 2006-04-10;
7890 eventually it was merged into glibc. The bug was found by
7891 project-repo <bugs@feusi.co> and reported here:
7892 https://lists.gnu.org/r/sed-devel/2018-08/msg00017.html
7893 Diagnosis and draft fix reported by Assaf Gordon here:
7894 https://lists.gnu.org/r/bug-gnulib/2018-08/msg00071.html
7895 https://lists.gnu.org/r/bug-gnulib/2018-08/msg00142.html
7896 * posix/regex_internal.c (build_wcs_upper_buffer):
7897 Fix bug when mbrtowc returns 0.
7898
7899 2018-08-24 Carlos O'Donell <carlos@redhat.com>
7900
7901 * po/be.po: Update translation.
7902
7903 2018-08-24 DJ Delorie <dj@delorie.com>
7904
7905 * support/Makefile (LDLIBS-links-dso-program): Add -lgcc and
7906 $(libunwind).
7907
7908 2018-08-24 Paul Pluzhnikov <ppluzhnikov@google.com>
7909
7910 [BZ #23400]
7911 * stdlib/test-bz22786.c (do_test): Fix undefined behavior, don't
7912 create temporary files in source tree.
7913
7914 2018-08-24 Joseph Myers <joseph@codesourcery.com>
7915
7916 * sysdeps/generic/math-tests-trap.h: New file.
7917 * sysdeps/generic/math-tests.h: Include <math-tests-trap.h>.
7918 (EXCEPTION_ENABLE_SUPPORTED): Do not define here.
7919 * sysdeps/aarch64/math-tests.h: Remove file.
7920 * sysdeps/arm/math-tests.h: Likewise.
7921 * sysdeps/riscv/math-tests.h: Likewise.
7922 * sysdeps/aarch64/math-tests-trap.h: New file.
7923 * sysdeps/arm/math-tests-trap.h: Likewise.
7924 * sysdeps/riscv/math-tests-trap.h: Likewise.
7925
7926 2018-08-24 Wilco Dijkstra <wdijkstr@arm.com>
7927
7928 * math/Makefile: Remove empty files k_sin(f).c, k_cos(f).c.
7929 Remove unused files e_rem_pio2(f).c, k_rem_pio2f.c.
7930 * sysdeps/i386/fpu/e_rem_pio2.c: Delete file.
7931 * sysdeps/ia64/fpu/e_rem_pio2.c: Likewise.
7932 * sysdeps/ia64/fpu/e_rem_pio2f.c: Likewise.
7933 * sysdeps/ia64/fpu/k_rem_pio2f.c: Likewise.
7934 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
7935 * sysdeps/ieee754/dbl-64/k_cos.c: Likewise.
7936 * sysdeps/ieee754/dbl-64/k_sin.c: Likewise.
7937 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
7938 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
7939 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
7940 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
7941 * sysdeps/m68k/m680x0/fpu/e_rem_pio2.c: Likewise
7942 * sysdeps/m68k/m680x0/fpu/e_rem_pio2f.c: Likewise
7943 * sysdeps/m68k/m680x0/fpu/k_rem_pio2f.c: Likewise
7944 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
7945 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
7946
7947 2018-08-23 Joseph Myers <joseph@codesourcery.com>
7948
7949 * sysdeps/generic/math-tests-exceptions.h: New file.
7950 * sysdeps/generic/math-tests.h: Include <math-tests-exceptions.h>.
7951 (EXCEPTION_TESTS_float): Do not define here.
7952 (EXCEPTION_TESTS_double): Likewise.
7953 (EXCEPTION_TESTS_long_double): Likewise.
7954 (EXCEPTION_TESTS_float128): Likewise.
7955 * sysdeps/arm/math-tests.h [__SOFTFP__] (EXCEPTION_TESTS_float):
7956 Likewise.
7957 [__SOFTFP__] (EXCEPTION_TESTS_double): Likewise.
7958 [__SOFTFP__] (EXCEPTION_TESTS_long_double): Likewise.
7959 * sysdeps/arm/nofpu/math-tests-exceptions.h: New file.
7960 * sysdeps/m68k/coldfire/math-tests.h: Remove file.
7961 * sysdeps/mips/math-tests.h: Likewise.
7962 * sysdeps/nios2/math-tests.h: Likewise.
7963 * sysdeps/riscv/math-tests.h [!__riscv_flen]
7964 (EXCEPTION_TESTS_float): Do not define here.
7965 [!__riscv_flen] (EXCEPTION_TESTS_double): Likewise.
7966 [!__riscv_flen] (EXCEPTION_TESTS_long_double): Likewise.
7967 * sysdeps/riscv/nofpu/math-tests-exceptions.h: New file.
7968
7969 2018-08-23 Wilco Dijkstra <wdijkstr@arm.com>
7970
7971 * NEWS: Move optimized sinf entry to 2.29.
7972
7973 2018-08-23 Wilco Dijkstra <wdijkstr@arm.com>
7974
7975 * sysdeps/ieee754/flt-32/s_tanf.c (__tanf): Use fast range reduction.
7976
7977 2018-08-22 DJ Delorie <dj@redhat.com>
7978
7979 * Makefile (testroot.pristine): New rules to initialize the
7980 test-in-container "testroot".
7981 * Makerules (all-testsuite): Add tests-container.
7982 * Rules (tests-expected): Add tests-container.
7983 (binaries-all-tests): Likewise.
7984 (tests-container): New, run these tests in the testroot container.
7985 * support/Makefile (others): Add *-container, support_paths.c,
7986 xmkdirp, and links-dso-program.
7987 * support/links-dso-program-c.c: New.
7988 * support/links-dso-program.cc: New.
7989 * support/test-container.c: New.
7990 * support/shell-container.c: New.
7991 * support/echo-container.c: New.
7992 * support/true-container.c: New.
7993 * support/xmkdirp.c: New.
7994 * support/xsymlink.c: New.
7995 * support/support_paths.c: New.
7996 * support/support.h: Add support paths prototypes.
7997 * support/xunistd.h: Add xmkdirp () and xsymlink ().
7998
7999 * nss/tst-nss-test3.c: Convert to test-in-container.
8000 * nss/tst-nss-test3.root/: New.
8001
8002 2018-08-22 Paul Eggert <eggert@cs.ucla.edu>
8003
8004 regex: port Gnulib code to z/OS POSIX environment
8005 Problem reported by Arnold Robbins in:
8006 https://lists.gnu.org/r/bug-gnulib/2018-08/msg00129.html
8007 * posix/regex_internal.h (__iswalnum, __towlower, __towupper) [!_LIBC]:
8008 Undef.
8009
8010 2018-08-22 Joseph Myers <joseph@codesourcery.com>
8011
8012 * math/test-double-vlen2.h: Don't include <math-tests-rounding.h>.
8013 (ROUNDING_TESTS_double): Remove.
8014 * math/test-double-vlen4.h: Don't include <math-tests-rounding.h>.
8015 (ROUNDING_TESTS_double): Remove.
8016 * math/test-double-vlen8.h: Don't include <math-tests-rounding.h>.
8017 (ROUNDING_TESTS_double): Remove.
8018 * math/test-float-vlen16.h: Don't include <math-tests-rounding.h>.
8019 (ROUNDING_TESTS_float): Remove.
8020 * math/test-float-vlen4.h: Don't include <math-tests-rounding.h>.
8021 (ROUNDING_TESTS_float): Remove.
8022 * math/test-float-vlen8.h: Don't include <math-tests-rounding.h>.
8023 (ROUNDING_TESTS_float): Remove.
8024 * math/libm-test-driver.c (IF_ROUND_INIT_FE_DOWNWARD): Check
8025 !TEST_MATHVEC here.
8026 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
8027 (IF_ROUND_INIT_FE_UPWARD): Likewise.
8028
8029 * sysdeps/generic/math-tests-rounding.h: New file.
8030 * sysdeps/generic/math-tests.h: Include <math-tests-rounding.h>.
8031 (ROUNDING_TESTS_float): Do not define here.
8032 (ROUNDING_TESTS_double): Likewise.
8033 (ROUNDING_TESTS_long_double): Likewise.
8034 (ROUNDING_TESTS_float128): Likewise.
8035 * math/test-double-vlen2.h: Include <math-tests-rounding.h>.
8036 (ROUNDING_TESTS_double): Undefine before defining.
8037 * math/test-double-vlen4.h: Include <math-tests-rounding.h>.
8038 (ROUNDING_TESTS_double): Undefine before defining.
8039 * math/test-double-vlen8.h: Include <math-tests-rounding.h>.
8040 (ROUNDING_TESTS_double): Undefine before defining.
8041 * math/test-float-vlen16.h: Include <math-tests-rounding.h>.
8042 (ROUNDING_TESTS_float): Undefine before defining.
8043 * math/test-float-vlen4.h: Include <math-tests-rounding.h>.
8044 (ROUNDING_TESTS_float): Undefine before defining.
8045 * math/test-float-vlen8.h: Include <math-tests-rounding.h>.
8046 (ROUNDING_TESTS_float): Undefine before defining.
8047 * sysdeps/arm/nofpu/math-tests-rounding.h: New file.
8048 * sysdeps/arm/math-tests.h [__SOFTFP__] (ROUNDING_TESTS_float): Do
8049 not define here.
8050 [__SOFTFP__] (ROUNDING_TESTS_double): Likewise.
8051 [__SOFTFP__] (ROUNDING_TESTS_long_double): Likewise.
8052 * sysdeps/riscv/nofpu/math-tests-rounding.h: New file.
8053 * sysdeps/riscv/math-tests.h [!__riscv_flen]
8054 (ROUNDING_TESTS_float): Do not define here.
8055 [!__riscv_flen] (ROUNDING_TESTS_double): Likewise.
8056 [!__risv_flen] (ROUNDING_TESTS_long_double): Likewise.
8057 * sysdeps/m68k/coldfire/math-tests.h [!__mcffpu__]
8058 (ROUNDING_TESTS_float): Likewise.
8059 [!__mcffpu__] (ROUNDING_TESTS_double): Likewise.
8060 [!__mcffpu__] (ROUNDING_TESTS_long_double): Likewise.
8061 * sysdeps/mips/math-tests.h [__mips_soft_float]
8062 (ROUNDING_TESTS_float): Likewise.
8063 [__mips_soft_float] (ROUNDING_TESTS_double): Likewise.
8064 [__mips_soft_float] (ROUNDING_TESTS_long_double): Likewise.
8065 * sysdeps/nios2/math-tests.h (ROUNDING_TESTS_float): Likewise.
8066 (ROUNDING_TESTS_double): Likewise.
8067 (ROUNDING_TESTS_long_double): Likewise.
8068
8069 2018-08-21 Tobias Klauser <tklauser@distanz.ch>
8070
8071 * sysdeps/unix/sysv/linux/bits/socket.h (PF_MAX): Set to 45.
8072 (PF_XDP): New macro.
8073 (AF_XDP): New macro.
8074 (SOL_XDP): New macro.
8075
8076 2018-08-21 Joseph Myers <joseph@codesourcery.com>
8077
8078 * sysdeps/gnu/netinet/tcp.h (TCP_ZEROCOPY_RECEIVE): New macro.
8079 (TCP_INQ): Likewise.
8080 (TCP_CM_INQ): Likewise.
8081 (TCP_REPAIR_ON): Likewise.
8082 (TCP_REPAIR_OFF): Likewise.
8083 (TCP_REPAIR_OFF_NO_WP): Likewise.
8084 (struct tcp_zerocopy_receive): New type.
8085
8086 2018-08-21 Florian Weimer <fweimer@redhat.com>
8087
8088 * support/support.h (support_descriptor_supports_holes): Declare.
8089 * support/Makefile (libsupport-routines): Add
8090 support_descriptor_supports_holes.
8091 * support/support_descriptor_supports_holes.c: New file.
8092 * io/tst-copy_file_range.c: Call support_descriptor_supports_holes
8093 and stop testing if holes are not supported.
8094 * io/test-lfs.c (do_prepare): Likewise.
8095 * sysdeps/unix/sysv/linux/tst-fallocate-common.c (do_prepare):
8096 Likewise.
8097 * timezone/tst-tzset.c (create_tz_file): Likewise.
8098 * misc/tst-preadvwritev-common.c (temp_fd_supports_holes) New
8099 variable.
8100 (do_prepare): Set it.
8101 * misc/tst-preadvwritev64.c (do_test): Use temp_fd_supports_holes.
8102
8103 2018-08-21 Florian Weimer <fweimer@redhat.com>
8104
8105 [BZ #17248]
8106 * Makeconfig (+cflags): Do not sort (and deduplicate).
8107
8108 2018-08-21 Florian Weimer <fweimer@redhat.com>
8109
8110 * debug/readlink_chk.c (__readlink_chk): Always call __readlink.
8111 * sysdeps/unix/sysv/linux/generic/readlink_chk.c: Remove file.
8112
8113 2018-08-20 Florian Weimer <fweimer@redhat.com>
8114
8115 * sysdeps/unix/sysv/linux/generic/readlink_chk.c: Remove
8116 HAVE_INLINED_SYSCALLS conditionals. Use INLINE_SYSCALL_CALL.
8117
8118 2018-08-20 Joseph Myers <joseph@codesourcery.com>
8119
8120 * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
8121 signalfd_siginfo): Add ssi_addr_lsb, ssi_syscall, ssi_call_addr
8122 and ssi_arch members.
8123
8124 * elf/elf.c (NT_VMCOREDD): New macro.
8125 (AT_MINSIGSTKSZ): Likewise.
8126
8127 2018-08-20 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8128
8129 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
8130 (libm-sysdep_routines): Remove s_sinf-ppc64, s_sinf-power8,
8131 s_cosf-ppc64 and s_cosf-power8.
8132 * sysdeps/powerpc/fpu/s_cosf.c: Remove file.
8133 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
8134 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
8135 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
8136 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-power8.S: Likewise.
8137 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c: Likewise.
8138 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf.c: Likewise.
8139 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-power8.S: Likewise.
8140 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Likewise.
8141 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf.c: Likewise.
8142 * sysdeps/powerpc/powerpc64/power8/fpu/s_cosf.S: Likewise.
8143 * sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.S: Likewise.
8144
8145 2018-08-17 Florian Weimer <fweimer@redhat.com>
8146
8147 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8148
8149 2018-08-17 Istvan Kurucsai <pistukem@gmail.com>
8150
8151 * malloc/malloc.c (_int_malloc): Additional binning code checks.
8152
8153 2018-08-16 Florian Weimer <fweimer@redhat.com>
8154
8155 * configure.ac: Add --with-nonshared-cflags option.
8156 * config.make.in (extra-nonshared-cflags): Set variable.
8157 * Makeconfig (CFLAGS-.oS): Use it.
8158 * manual/install.texi (Configuring and compiling): Document
8159 --with-nonshared-cflags.
8160 * configure: Regenerate.
8161 * INSTALL: Likewise.
8162
8163 2018-08-16 Florian Weimer <fweimer@redhat.com>
8164
8165 * Makeconfig (ASFLAGS): Always append required assembler flags.
8166
8167 2018-08-16 Moritz Eckert <m.eckert@cs.ucsb.edu>
8168
8169 * malloc/malloc.c (_int_free): Check for corrupt prev_size vs size.
8170 (malloc_consolidate): Likewise.
8171
8172 2018-08-16 Pochang Chen <johnchen902@gmail.com>
8173
8174 * malloc/malloc.c (_int_malloc.c): Verify size of top chunk.
8175
8176 2018-08-16 Siddhesh Poyarekar <siddhesh@sourceware.org>
8177
8178 * benchtests/bench-strlen.c (do_test): Allocate buffers before
8179 every strlen call.
8180
8181 * benchtests/bench-strlen.c: Print performance numbers in json.
8182
8183 2018-08-16 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8184
8185 * sysdeps/powerpc/powerpc64/multiarch/Makefile
8186 (sysdep_routines): Build strcmp-power9 and strncmp-power9
8187 only for little endian.
8188 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8189 (strncmp): Move __strncmp_power9 inside ifdef __LITTLE_ENDIAN__.
8190 (STRCMP): Move __strcmp_power9 inside ifdef __LITTLE_ENDIAN__.
8191 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S:
8192 Add check for little endian.
8193 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c
8194 (__strcmp_power9): Add check for little endian.
8195 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S:
8196 Add check for little endian.
8197 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c
8198 (__strncmp_power9): Add check for little endian.
8199 * sysdeps/powerpc/powerpc64/power9/strcmp.S: Removed ifdef
8200 __LITTLE_ENDIAN__ and moved to sysdeps/powerpc/powerpc64/le/power9.
8201 * sysdeps/powerpc/powerpc64/power9/strncmp.S: Likewise.
8202 * sysdeps/powerpc/powerpc64/le/power9/strcmp.S: New file.
8203 * sysdeps/powerpc/powerpc64/le/power9/strncmp.S: Likewise.
8204
8205 2018-08-15 Siddhesh Poyarekar <siddhesh@sourceware.org>
8206
8207 * sysdeps/aarch64/strlen.S (__strlen): Rename to STRLEN.
8208 [!STRLEN](STRLEN): Set to __strlen.
8209 * sysdeps/aarch64/multiarch/strlen.c: New file.
8210 * sysdeps/aarch64/multiarch/strlen_generic.S: Likewise.
8211 * sysdeps/aarch64/multiarch/strlen_asimd.S: Likewise.
8212 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
8213 (__libc_ifunc_impl_list): Add strlen.
8214 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines): Add
8215 strlen_generic and strlen_asimd.
8216
8217 2018-08-15 Wilco Dijkstra <wdijkstr@arm.com>
8218
8219 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (sin_pif): Use __sinf/__cosf.
8220 * sysdeps/ieee754/flt-32/k_cosf.c (__kernel_cosf): Remove all code.
8221 * sysdeps/ieee754/flt-32/k_sinf.c (__kernel_sinf): Likewise.
8222
8223 2018-08-15 Wilco Dijkstra <wdijkstr@arm.com>
8224
8225 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate to fix spaces.
8226
8227 2018-08-14 Florian Weimer <fweimer@redhat.com>
8228
8229 [BZ #23519]
8230 * include/stdio.h (__vfxprintf): Declare.
8231 * stdio-common/fxprintf.c (__vfxprintf): New function.
8232 (__fxprintf): Call it.
8233 * misc/err.c (convert_and_print): Remove function.
8234 (vwarnx, vwarn): Call __fxprintf and __vfxprintf.
8235 * misc/error.c [_LIBC] (error_tail): Call __vfxprintf.
8236 * misc/Makefile (tests): Add tst-warn-wide.
8237 * misc/tst-warn-wide.c: New file.
8238
8239 2018-08-14 Wilco Dijkstra <wdijkstr@arm.com>
8240 Szabolcs Nagy <szabolcs.nagy@arm.com>
8241
8242 * NEWS: Mention sinf, cosf, sincosf.
8243 * sysdeps/aarch64/libm-test-ulps: Update ULP for sinf, cosf, sincosf.
8244 * sysdeps/x86_64/fpu/libm-test-ulps: Update ULP for sinf and cosf.
8245 * sysdeps/x86_64/fpu/multiarch/s_sincosf-fma.c: Add definitions of
8246 constants rather than including generic sincosf.h.
8247 * sysdeps/x86_64/fpu/s_sincosf_data.c: Remove.
8248 * sysdeps/ieee754/flt-32/s_cosf.c (cosf): Rewrite.
8249 * sysdeps/ieee754/flt-32/s_sincosf.h (reduced_sin): Remove.
8250 (reduced_cos): Remove.
8251 (sinf_poly): New function.
8252 * sysdeps/ieee754/flt-32/s_sinf.c (sinf): Rewrite.
8253
8254 2018-08-14 Florian Weimer <fweimer@redhat.com>
8255
8256 [BZ #23521]
8257 [BZ #23522]
8258 * nss/nss_files/files-alias.c (get_next_alias): During :include:
8259 processing, bail out if no room, and close the stream before
8260 returning ERANGE.
8261 * nss/Makefile (tests): Add tst-nss-files-alias-leak.
8262 (tst-nss-files-alias-leak): Link with libdl.
8263 (tst-nss-files-alias-leak.out): Depend on nss_files.
8264
8265 * nss/tst-nss-files-alias-leak.c: New file.
8266
8267 2018-08-14 Florian Weimer <fweimer@redhat.com>
8268
8269 * nscd/nscd_conf.c (nscd_parse_file): Deallocate old storage for
8270 server_user, stat_user.
8271
8272 2018-08-13 Joseph Myers <joseph@codesourcery.com>
8273
8274 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
8275 version to 4.18.
8276 (io_pgetevents): New syscall.
8277 (rseq): Likewise.
8278
8279 * manual/install.texi (Configuring and compiling): Do not list
8280 tools used for testing pretty printers here.
8281 (Tools for Compilation): List Python, PExpect and GDB here.
8282 Update descriptions of uses of Perl and Python.
8283 * INSTALL: Regenerate.
8284
8285 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
8286 version to 4.18.
8287
8288 2018-08-13 Florian Weimer <fweimer@redhat.com>
8289
8290 * misc/error.c (error): Add missing va_end call.
8291 (error_at_line): Likewise.
8292
8293 2018-08-13 Florian Weimer <fweimer@redhat.com>
8294
8295 * stdlib/mbstowcs.c (mbstowcs): Remove outdated comment.
8296
8297 2018-08-11 Siddhesh Poyarekar <siddhesh@sourceware.org>
8298
8299 * benchtests/scripts/benchout.schema.json (properties): Add
8300 new properties.
8301
8302 * benchtests/bench-skeleton.c (main): Add duration and
8303 iterations attributes.
8304
8305 2018-08-10 Paul Eggert <eggert@cs.ucla.edu>
8306
8307 regex: Gnulib unibyte RRI uses bytes not chars
8308 Adjust the non-glibc code to agree with what Gawk needs for
8309 rational range interpretation (RRI) for regular expression ranges.
8310 In unibyte locales, Gawk wants ranges to use the underlying byte
8311 rather than the character code point. This change does not affect
8312 glibc proper.
8313 * posix/regcomp.c (parse_byte) [!LIBC && RE_ENABLE_I18N]:
8314 In unibyte locales, use the byte value rather than
8315 running it through btowc.
8316
8317 2018-08-10 Joseph Myers <joseph@codesourcery.com>
8318
8319 * sysdeps/generic/math-tests-snan.h: New file.
8320 * sysdeps/generic/math-tests.h: Include <math-tests-snan.h>.
8321 (SNAN_TESTS_float): Do not define here.
8322 (SNAN_TESTS_double): Likewise.
8323 (SNAN_TESTS_long_double): Likewise.
8324 (SNAN_TESTS_float128): Likewise.
8325 * sysdeps/i386/fpu/math-tests-snan.h: New file.
8326 * sysdeps/i386/fpu/math-tests.h: Remove file.
8327 * sysdeps/ia64/math-tests-snan.h: New file.
8328 * sysdeps/ia64/math-tests.h: Remove file.
8329 * sysdeps/x86/math-tests.h: Likewise.
8330 * sysdeps/x86_64/fpu/math-tests-snan.h: New file.
8331
8332 2018-08-10 Wilco Dijkstra <wdijkstr@arm.com>
8333 Szabolcs Nagy <szabolcs.nagy@arm.com>
8334
8335 * math/Makefile: Add s_sincosf_data.c.
8336 * sysdeps/ia64/fpu/s_sincosf_data.c: New file.
8337 * sysdeps/ieee754/flt-32/s_sincosf.h (abstop12): Add new function.
8338 (sincosf_poly): Likewise.
8339 (reduce_small): Likewise.
8340 (reduce_large): Likewise.
8341 * sysdeps/ieee754/flt-32/s_sincosf.c (sincosf): Rewrite.
8342 * sysdeps/ieee754/flt-32/s_sincosf_data.c: New file with sincosf data.
8343 * sysdeps/m68k/m680x0/fpu/s_sincosf_data.c: New file.
8344 * sysdeps/x86_64/fpu/s_sincosf_data.c: New file.
8345
8346 2018-08-10 Wilco Dijkstra <wdijkstr@arm.com>
8347 Szabolcs Nagy <szabolcs.nagy@arm.com>
8348
8349 * sysdeps/aarch64/fpu/math_private.h (roundtoint): Use round.
8350 (converttoint): Use lround.
8351 * sysdeps/ieee754/flt-32/math_config.h (roundtoint): Declare and
8352 document the semantics when TOINT_INTRINSICS is set.
8353 (converttoint): Likewise.
8354 (TOINT_RINT): Remove.
8355 (TOINT_SHIFT): Remove.
8356 * sysdeps/ieee754/flt-32/e_expf.c (__expf): Remove the TOINT_RINT code
8357 path.
8358
8359 2018-08-10 Florian Weimer <fweimer@redhat.com>
8360
8361 [BZ #23497]
8362 * sysdeps/unix/sysv/linux/getdents64.c (handle_overflow): New
8363 function.
8364 (__old_getdents64): Use getdents64. Convert entries without
8365 moving them.
8366 * sysdeps/unix/sysv/linux/tst-readdir64-compat.c: New file.
8367 * sysdeps/unix/sysv/linux/Makefile (tests-internal): Add
8368 tst-readdir64-compat.
8369
8370 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8371
8372 * sysdeps/s390/s390-32/s390-mcount.S (_mcount):
8373 Fix unwind.
8374
8375 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8376
8377 * sysdeps/s390/s390-64/Versions (__fentry__): Add.
8378 * sysdeps/s390/s390-64/s390x-mcount.S: Move the common
8379 code to s390x-mcount.h and #include it.
8380 * sysdeps/s390/s390-64/s390x-mcount.h: New file.
8381 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist
8382 (__fentry__): Add.
8383
8384 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8385
8386 * stdlib/Versions: Remove __fentry__.
8387 * sysdeps/i386/Versions: Add __fentry__.
8388 * sysdeps/x86_64/Versions: Add __fentry__.
8389
8390 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8391
8392 * sysdeps/s390/Makefile: Register the new tests.
8393 * sysdeps/s390/tst-dl-runtime-mod.S: New file.
8394 * sysdeps/s390/tst-dl-runtime-profile-audit.c: New file.
8395 * sysdeps/s390/tst-dl-runtime-profile-noaudit.c: New file.
8396 * sysdeps/s390/tst-dl-runtime-resolve-audit.c: New file.
8397 * sysdeps/s390/tst-dl-runtime-resolve-noaudit.c: New file.
8398 * sysdeps/s390/tst-dl-runtime.c: New file.
8399
8400 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8401
8402 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_profile):
8403 Do not clobber R0.
8404
8405 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8406
8407 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_resolve):
8408 Do not clobber R0.
8409
8410 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8411
8412 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_profile):
8413 Do not clobber R0.
8414
8415 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8416
8417 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve):
8418 Do not clobber R0.
8419
8420 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8421
8422 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_profile):
8423 Use symbolic offsets for stack variables.
8424
8425 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8426
8427 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_resolve):
8428 Use symbolic offsets for stack variables.
8429
8430 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8431
8432 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_profile):
8433 Use symbolic offsets for stack variables.
8434
8435 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8436
8437 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve):
8438 Use symbolic offsets for stack variables.
8439
8440 2018-08-09 Joseph Myers <joseph@codesourcery.com>
8441
8442 * math/gen-libm-test.py: New file.
8443 * math/gen-libm-test.pl: Remove.
8444 * math/Makefile [$(PERL) != no]: Change condition to [PYTHON].
8445 ($(objpfx)libm-test-ulps.h): Use gen-libm-test.py instead of
8446 gen-libm-test.pl.
8447 ($(libm-test-c-noauto-obj)): Likewise.
8448 ($(libm-test-c-auto-obj)): Likewise.
8449 ($(libm-test-c-narrow-obj)): Likewise.
8450 (regen-ulps): Likewise.
8451 * math/README.libm-test: Update references to gen-libm-test.pl.
8452 * math/libm-test-driver.c (struct test_fj_f_data): Update comment
8453 referencing gen-libm-test.pl.
8454 * math/libm-test-nexttoward.inc (nexttoward_test_data): Likewise.
8455 * math/libm-test-support.c: Likewise.
8456 * math/libm-test-support.h: Likewise.
8457 * sysdeps/generic/libm-test-ulps: Likewise.
8458
8459 2018-08-08 Siddhesh Poyarekar <siddhesh@sourceware.org>
8460
8461 * sysdeps/aarch64/strlen.S [TEST_PAGE_CROSS](MIN_PAGE_SIZE):
8462 Fix value.
8463
8464 2018-08-08 Joseph Myers <joseph@codesourcery.com>
8465
8466 * math/libm-test-nextdown.inc (do_test): Move comment to ....
8467 * math/libm-test-nexttoward.inc (nexttoward_test_data): ... here.
8468
8469 2018-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
8470
8471 * htl/Versions (__pthread_getspecific, __pthread_setspecific): Add
8472 symbols.
8473 * sysdeps/htl/pthreadP.h [IS_IN (libpthread)] (__pthread_getspecific,
8474 __pthread_setspecific): Add hidden proto.
8475 * sysdeps/htl/pt-getspecific.c (__pthread_getspecific): Add hidden def.
8476 * sysdeps/htl/pt-setspecific.c (__pthread_setspecific): Add hidden def.
8477
8478 2018-08-07 Siddhesh Poyarekar <siddhesh@sourceware.org>
8479
8480 * benchtests/bench-string.h (buf1_size, buf2_size): New
8481 variables.
8482 (init_sizes): New function.
8483 (test_init): Use it.
8484 (alloc_buf, exit_error): New functions.
8485 (alloc_bufs): Use ALLOC_BUF.
8486 (realloc_bufs): Remove.
8487 * benchtests/bench-memcmp.c (do_test): Adjust.
8488 * benchtests/bench-memset-large.c (do_test): Likewise.
8489 * benchtests/bench-memset-walk.c (do_test): Likewise.
8490 * benchtests/bench-memset.c (do_test): Likewise.
8491 * benchtests/bench-strncmp.c (do_test): Likewise.
8492
8493 2018-08-06 Andreas Schwab <schwab@suse.de>
8494
8495 * sysdeps/riscv/nptl/tls.h (DB_THREAD_SELF): Use REGISTER instead
8496 of CONST_THREAD_AREA.
8497
8498 2018-08-06 H.J. Lu <hongjiu.lu@intel.com>
8499
8500 * sysdeps/x86/cpu-features.h (STATE_SAVE_OFFSET): Removed.
8501 (STATE_SAVE_MASK): Likewise.
8502 Don't check __ASSEMBLER__ to include <cpu-features-offsets.h>.
8503 * sysdeps/x86/sysdep.h (STATE_SAVE_OFFSET): New.
8504 (STATE_SAVE_MASK): Likewise.
8505 * sysdeps/x86_64/dl-trampoline.S: Include <cpu-features-offsets.h>
8506 instead of <cpu-features.h>.
8507
8508 2018-08-03 DJ Delorie <dj@redhat.com>
8509
8510 * sysdeps/riscv/rvf/math_private.h (libc_feholdexcept_setround_riscv):
8511 Move libc_fesetround_riscv after libc_feholdexcept_riscv.
8512
8513 * sysdeps/riscv/rv64/rvd/libm-test-ulps: Update.
8514
8515 2018-08-03 Joseph Myers <joseph@codesourcery.com>
8516
8517 * math/libm-test-ilogb.inc (ilogb_test_data): Use ',' not ';'
8518 after TEST_* calls.
8519 * math/libm-test-llogb.inc (llogb_test_data): Likewise.
8520 * math/libm-test-logb.inc (logb_test_data): Likewise.
8521
8522 2018-08-03 Wilco Dijkstra <wdijkstr@arm.com>
8523
8524 * string/strcasestr.c (STRCASESTR): Simplify and speedup first match.
8525 * string/strstr.c (AVAILABLE): Likewise.
8526
8527 2018-08-03 H.J. Lu <hongjiu.lu@intel.com>
8528
8529 * sysdeps/i386/i686/multiarch/bzero-ia32.S: Don't include
8530 <init-arch.h>.
8531 * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core-avx2.S: Likewise.
8532 * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core-avx2.S: Likewise.
8533 * sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S: Likewise.
8534
8535 2018-08-03 Carlos O'Donell <carlos@redhat.com>
8536
8537 * po/be.po: Update translation.
8538
8539 * po/be.po: Update translation.
8540
8541 2018-08-03 H.J. Lu <hongjiu.lu@intel.com>
8542
8543 * sysdeps/x86/cpu-features-offsets.sym
8544 (rtld_global_ro_offsetof): Removed.
8545 (CPU_FEATURES_SIZE): Likewise.
8546 (CPUID_OFFSET): Likewise.
8547 (CPUID_SIZE): Likewise.
8548 (CPUID_EAX_OFFSET): Likewise.
8549 (CPUID_EBX_OFFSET): Likewise.
8550 (CPUID_ECX_OFFSET): Likewise.
8551 (CPUID_EDX_OFFSET): Likewise.
8552 (FAMILY_OFFSET): Likewise.
8553 (MODEL_OFFSET): Likewise.
8554 (FEATURE_OFFSET): Likewise.
8555 (FEATURE_SIZ): Likewise.
8556 (COMMON_CPUID_INDEX_1): Likewise.
8557 (COMMON_CPUID_INDEX_7): Likewise.
8558 (FEATURE_INDEX_1): Likewise.
8559 (RTLD_GLOBAL_RO_DL_X86_CPU_FEATURES_OFFSET): Updated.
8560
8561 2018-08-02 Carlos O'Donell <carlos@redhat.com>
8562
8563 * localedata/Makefile (INSTALL-SUPPORTED-LOCALES): Remove.
8564 (INSTALL-SUPPORTED-LOCALE-ARCHIVE): Define.
8565 (INSTALL-SUPPORTED-LOCALE-FILES): Define.
8566 (install-locales): Depend on install-locale-archive.
8567 (install-locale-archive): Define.
8568 (install-locale-files): Define.
8569 (build-one-locale): Define macro.
8570 * manual/install.texi (Running make install): Document.
8571 * manual/INSTALL: Regenerate.
8572
8573 2018-08-02 Siddhesh Poyarekar <siddhesh@sourceware.org>
8574
8575 * benchtests/scripts/compare_strings.py: Import traceback.
8576 (parse_file): Pretty-print error.
8577
8578 * NEWS: Mention the change.
8579 * elf/dl-tunables.list: Rename tune namespace to cpu.
8580 * sysdeps/powerpc/dl-tunables.list: Likewise.
8581 * sysdeps/x86/dl-tunables.list: Likewise.
8582 * sysdeps/aarch64/dl-tunables.list: Rename tune.cpu to
8583 cpu.name.
8584 * elf/dl-hwcaps.c (_dl_important_hwcaps): Adjust.
8585 * elf/dl-hwcaps.h (GET_HWCAP_MASK): Likewise.
8586 * manual/README.tunables: Likewise.
8587 * manual/tunables.texi: Likewise.
8588 * sysdeps/powerpc/cpu-features.c: Likewise.
8589 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c
8590 (init_cpu_features): Likewise.
8591 * sysdeps/x86/cpu-features.c: Likewise.
8592 * sysdeps/x86/cpu-features.h: Likewise.
8593 * sysdeps/x86/cpu-tunables.c: Likewise.
8594 * sysdeps/x86_64/Makefile: Likewise.
8595 * sysdeps/x86/dl-cet.c: Likewise.
8596
8597 2018-08-02 Joseph Myers <joseph@codesourcery.com>
8598
8599 [BZ #23479]
8600 * sysdeps/mips/bits/fenv.h (FE_INEXACT): Define only if
8601 [__mips_hard_float].
8602 (FE_UNDERFLOW): Likewise.
8603 (FE_OVERFLOW): Likewise.
8604 (FE_DIVBYZERO): Likewise.
8605 (FE_INVALID): Likewise.
8606 (FE_ALL_EXCEPT): Define to 0 if [!__mips_hard_float].
8607 (FE_TOWARDZERO): Define only if [__mips_hard_float].
8608 (FE_UPWARD): Likewise.
8609 (FE_DOWNWARD): Likewise.
8610 (__FE_UNDEFINED): Define if [!__mips_hard_float]
8611 (FE_NOMASK_ENV): Define only if [__mips_hard_float].
8612 * sysdeps/mips/mips64/sfp-machine.h (_FP_DECL_EX): Define only if
8613 [__mips_hard_float].
8614 (FP_ROUNDMODE): Likewise.
8615 (FP_RND_NEAREST): Likewise.
8616 (FP_RND_ZERO): Likewise.
8617 (FP_RND_PINF): Likewise.
8618 (FP_RND_MINF): Likewise.
8619 (FP_EX_INVALID): Likewise.
8620 (FP_EX_OVERFLOW): Likewise.
8621 (FP_EX_UNDERFLOW): Likewise.
8622 (FP_EX_DIVZERO): Likewise.
8623 (FP_EX_INEXACT): Likewise.
8624 (FP_INIT_ROUNDMODE): Likewise.
8625 * sysdeps/mips/nofpu/fesetenv.c: New file.
8626 * sysdeps/mips/nofpu/feupdateenv.c: Likewise.
8627
8628 2018-08-01 Joseph Myers <joseph@codesourcery.com>
8629
8630 * math/test-misc.c (do_test) [LDBL_MANT_DIG > DBL_MANT_DIG]: Make
8631 code using FE_UNDERFLOW conditional on [FE_UNDERFLOW], code using
8632 FE_OVERFLOW conditional on [FE_OVERFLOW] and code using FE_UPWARD
8633 conditional on [FE_UPWARD].
8634
8635 2018-08-01 Paul Eggert <eggert@cs.ucla.edu>
8636
8637 regex: fix memory leak in Gnulib
8638 Problem and fix reported by Assaf Gordon in:
8639 https://lists.gnu.org/r/bug-gnulib/2018-07/txtqLKNwBdefE.txt
8640 * posix/regcomp.c (free_charset) [!_LIBC]: Free range_starts and
8641 range_ends members too, as they are defined in 'struct
8642 re_charset_t' even if not _LIBC. This affects only Gnulib.
8643
8644 2018-08-01 H.J. Lu <hongjiu.lu@intel.com>
8645
8646 * sysdeps/x86/cpu-features.c (get_common_indeces): Renamed to
8647 ...
8648 (get_common_indices): This.
8649 (init_cpu_features): Updated.
8650
8651 2018-08-01 Joseph Myers <joseph@codesourcery.com>
8652
8653 * sysdeps/generic/math-tests-snan-payload.h: New file.
8654 * sysdeps/hppa/math-tests-snan-payload.h: Likewise.
8655 * sysdeps/mips/math-tests-snan-payload.h: Likewise.
8656 * sysdeps/riscv/math-tests-snan-payload.h: Likewise.
8657 * sysdeps/generic/math-tests.h: Include
8658 <math-tests-snan-payload.h>.
8659 (SNAN_TESTS_PRESERVE_PAYLOAD): Do not define macro here.
8660 * sysdeps/hppa/math-tests.h: Remove file.
8661 * sysdeps/mips/math-tests.h [!__mips_nan2008]
8662 (SNAN_TESTS_PRESERVE_PAYLOAD): Do not define macro here.
8663 * sysdeps/riscv/math-tests.h (SNAN_TESTS_PRESERVE_PAYLOAD):
8664 Likewise.
8665
8666 * sysdeps/generic/math-tests-snan-cast.h: New file.
8667 * sysdeps/powerpc/math-tests-snan-cast.h: Likewise.
8668 * sysdeps/generic/math-tests.h: Include <math-tests-snan-cast.h>.
8669 (SNAN_TESTS_TYPE_CAST): Do not define macro here.
8670 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Likewise.
8671
8672 2018-08-01 Carlos O'Donel <carlos@redhat.com>
8673
8674 * version.h (RELEASE): Set to "development".
8675 (VERSION): Set to "2.28.9000".
8676 * NEWS (2.29): New section.
8677
8678 * version.h (RELEASE): Set to "stable".
8679 (VERSION): Set to "2.28".
8680 * include/features.h (__GLIBC_MINOR__): Set to 2.28.
8681 * NEWS: Add the list of bugs fixed in 2.28.
8682
8683 * po/ca.po: Update to latest version.
8684 * po/cs.po: Likewise
8685 * po/da.po: Likewise
8686 * po/el.po: Likewise
8687 * po/eo.po: Likewise
8688 * po/es.po: Likewise
8689 * po/fi.po: Likewise
8690 * po/fr.po: Likewise
8691 * po/gl.po: Likewise
8692 * po/hu.po: Likewise
8693 * po/ia.po: Likewise
8694 * po/id.po: Likewise
8695 * po/it.po: Likewise
8696 * po/ja.po: Likewise
8697 * po/ko.po: Likewise
8698 * po/lt.po: Likewise
8699 * po/nb.po: Likewise
8700 * po/nl.po: Likewise
8701 * po/pt_BR.po: Likewise
8702 * po/ru.po: Likewise
8703 * po/rw.po: Likewise
8704 * po/sk.po: Likewise
8705 * po/sl.po: Likewise
8706 * po/tr.po: Likewise
8707 * po/zh_CN.po: Likewise
8708 * po/zh_TW.po: Likewise
8709
8710 2018-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
8711
8712 * sysdeps/mach/hurd/i386/init-first.c (init1): Move ELF hdr and TLS
8713 initialization...
8714 (init): ... before initializing libpthread.
8715
8716 * mach/mach.h (__mach_setup_tls, mach_setup_tls): Add prototypes.
8717 * mach/setup-thread.c (__mach_setup_thread): Move TLS setup to...
8718 (__mach_setup_tls): ... new function.
8719 (mach_setup_tls): New alias.
8720 * hurd/hurdsig.c (_hurdsig_init): Call __mach_setup_tls after
8721 __mach_setup_thread.
8722 * sysdeps/mach/hurd/profil.c (update_waiter): Likewise.
8723 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Likewise.
8724 * mach/Versions [libc] (mach_setup_tls): Add symbol.
8725 * sysdeps/mach/hurd/i386/libc.abilist (mach_setup_tls): Likewise.
8726
8727 2018-07-31 Carlos O'Donell <carlos@redhat.com>
8728
8729 * manual/install.texi: Update versions.
8730 * INSTALL: Regenerate.
8731
8732 * manual/contrib.texi (Contributors): Update contributions.
8733
8734 2018-07-31 Carlos O'Donell <carlos@redhat.com>
8735
8736 * po/be.po: Update translations.
8737
8738 2018-07-31 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8739
8740 * sysdeps/sh/libm-test-ulps: Update.
8741
8742 2018-07-30 Carlos O'Donell <carlos@redhat.com>
8743
8744 * po/bg.po: Update translations.
8745 * po/de.po: Likewise.
8746 * po/hr.po: Likewise.
8747 * po/pt_BR.po: Likewise.
8748 * po/sv.po: Likewise.
8749 * po/vi.po: Likewise.
8750
8751 2018-07-30 H.J. Lu <hongjiu.lu@intel.com>
8752
8753 [BZ #23467]
8754 * sysdeps/unix/sysv/linux/x86/Makefile (tests): Add
8755 tst-cet-property-1 and tst-cet-property-2 if CET is enabled.
8756 (CFLAGS-tst-cet-property-1.o): New.
8757 (ASFLAGS-tst-cet-property-dep-2.o): Likewise.
8758 ($(objpfx)tst-cet-property-2): Likewise.
8759 ($(objpfx)tst-cet-property-2.out): Likewise.
8760 * sysdeps/unix/sysv/linux/x86/tst-cet-property-1.c: New file.
8761 * sysdeps/unix/sysv/linux/x86/tst-cet-property-2.c: Likewise.
8762 * sysdeps/unix/sysv/linux/x86/tst-cet-property-dep-2.S: Likewise.
8763 * sysdeps/x86/dl-prop.h (_dl_process_cet_property_note): Parse
8764 each property item until GNU_PROPERTY_X86_FEATURE_1_AND is found.
8765
8766 2018-07-30 H.J. Lu <hongjiu.lu@intel.com>
8767
8768 [BZ #23458]
8769 * sysdeps/x86/Makefile (tests): Add tst-get-cpu-features-static.
8770
8771 2018-07-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
8772
8773 * sysdeps/mach/hurd/dl-unistd.h (__access, __brk, __lseek, __read,
8774 __sbrk): Do not set attribute_hidden.
8775 * sysdeps/mach/hurd/not-errno.h: New file.
8776 * sysdeps/mach/hurd/i386/ld.abilist: Update accordingly.
8777 * sysdeps/mach/hurd/i386/localplt.data: Update accordingly.
8778
8779 2018-07-27 Carlos O'Donell <carlos@redhat.com>
8780
8781 * po/uk.po: Update translations.
8782 * po/cs.po: Likewise.
8783 * po/pl.po: Likewise.
8784
8785 2018-07-27 H.J. Lu <hongjiu.lu@intel.com>
8786
8787 * sysdeps/x86/dl-prop.h (_dl_process_cet_property_note): Don't
8788 parse beyond the note end.
8789
8790 2018-07-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8791
8792 * sysdeps/unix/sysv/linux/tst-ofdlocks.c: Return unsupported if
8793 kernel does not support OFD locks.
8794 * sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c: Likewise.
8795
8796 2018-07-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
8797
8798 * sysdeps/mach/hurd/Versions (libc): Make __access and
8799 __access_noerrno external so they can override the ld symbols.
8800 (ld): Make __access, __read, __sbrk, __strtoul_internal, __write,
8801 __writev, __open64, __access_noerrno extern so they can be overrided.
8802 * sysdeps/mach/hurd/i386/libc.abilist: Update accordingly.
8803 * sysdeps/mach/hurd/i386/ld.abilist: Update accordingly.
8804
8805 2018-07-26 Carlos O'Donell <carlos@redhat.com>
8806
8807 * po/libc.pot: Regenerate.
8808
8809 2018-07-26 Joseph Myers <joseph@codesourcery.com>
8810
8811 * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
8812
8813 2018-07-26 H.J. Lu <hongjiu.lu@intel.com>
8814
8815 [BZ #23459]
8816 * sysdeps/x86/cpu-features.c (get_extended_indices): New
8817 function.
8818 (init_cpu_features): Call get_extended_indices for both Intel
8819 and AMD CPUs.
8820 * sysdeps/x86/cpu-features.h (COMMON_CPUID_INDEX_80000001):
8821 Remove "for AMD" comment.
8822
8823 2018-07-26 H.J. Lu <hongjiu.lu@intel.com>
8824
8825 [BZ # 23456]
8826 * sysdeps/x86/cpu-features.h (index_cpu_LZCNT): Set to
8827 COMMON_CPUID_INDEX_80000001.
8828
8829 2018-07-26 Stefan Liebler <stli@linux.ibm.com>
8830
8831 * string/tst-xbzero-opt.c (use_test_buffer): New function.
8832 (prepare_test_buffer): Call use_test_buffer as compiler barrier.
8833
8834 2018-07-26 Florian Weimer <fweimer@redhat.com>
8835
8836 * htl/lockfile.c (flockfile, funlockfile, ftrylockfile): Use weak
8837 aliases for symbols not in the implementation namespace.
8838
8839 2018-07-25 Carlos O'Donell <carlos@redhat.com>
8840
8841 [BZ #23393]
8842 * localedata/locales/iso14651_t1_common: Deinterlace uppercase and
8843 lowercase in LATIN script.
8844 * localedata/Makefile (test-input): Add en_US.UTF-8.
8845 * localedata/en_US.UTF-8.in: New file.
8846 * posix/tst-fnmatch.input: Add comments and new tests for en_US.UTF-8,
8847 and restore old tests.
8848 * posix/tst-regexloc.c (do_test): Add back range expression test.
8849
8850 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8851
8852 * sysdeps/unix/sysv/linux/ia64/tst-setcontext4.c: New file.
8853
8854 2018-07-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8855
8856 * nptl/threads.h: Move to ...
8857 * sysdeps/nptl/threads.h: ... here.
8858 * sysdeps/hurd/stdc-predef.h: New file.
8859
8860 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8861
8862 * sysdeps/unix/sysv/linux/x86/Makefile (tests): Add
8863 tst-cet-setcontext-1 if CET is enabled.
8864 (CFLAGS-tst-cet-setcontext-1.c): Add -mshstk.
8865 * sysdeps/unix/sysv/linux/x86/tst-cet-setcontext-1.c: New file.
8866
8867 2018-07-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8868
8869 * include/threads.h: Move to ...
8870 * sysdeps/nptl/threads.h: ... here.
8871 * sysdeps/htl/threads.h: New file.
8872 * conform/Makefile (linknamespace-libs-ISO11): Use
8873 static-thread-library instead of linking libpthread.
8874 (linknamespace-libs-XPG4): Revert wrong libcrypt.a addition.
8875
8876 2018-07-25 Florian Weimer <fweimer@redhat.com>
8877
8878 * nptl/tst-mtx-timedlock.c (do_test): Implement carry from
8879 nanoseconds into seconds.
8880 * nptl/tst-cnd-basic.c (signal_parent): Lock and unlock mutex.
8881 (do_test): Likewise.
8882 * nptl/tst-cnd-timedwait.c (signal_parent): Likewise.
8883 (do_test): Likewise. Avoid nanosecond overflow and spurious
8884 timeouts due to system load.
8885 * nptl/tst-cnd-broadcast.c (waiting_threads): New variable.
8886 (child_wait): Increment it.
8887 (do_test): Wait as long as necessary until all expected threads
8888 have arrived.
8889
8890 2018-07-25 Vedvyas Shanbhogue <vedvyas.shanbhogue@intel.com>
8891 H.J. Lu <hongjiu.lu@intel.com>
8892
8893 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h (ucontext_t): Add
8894 __ssp.
8895 * sysdeps/unix/sysv/linux/x86_64/__start_context.S: Include
8896 <asm/prctl.h> and "ucontext_i.h" when shadow stack is enabled.
8897 (__push___start_context): New.
8898 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Include
8899 <asm/prctl.h>.
8900 (__getcontext): Record the current shadow stack base. Save the
8901 caller's shadow stack pointer and base.
8902 * sysdeps/unix/sysv/linux/x86_64/makecontext.c: Include
8903 <pthread.h>, <libc-pointer-arith.h> and <sys/prctl.h>.
8904 (__push___start_context): New prototype.
8905 (__makecontext): Call __push___start_context to allocate a new
8906 shadow stack, push __start_context onto the new stack as well
8907 as the new shadow stack.
8908 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Include
8909 <asm/prctl.h>.
8910 (__setcontext): Restore the target shadow stack.
8911 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Include
8912 <asm/prctl.h>.
8913 (__swapcontext): Record the current shadow stack base. Save
8914 the caller's shadow stack pointer and base. Restore the target
8915 shadow stack.
8916 * sysdeps/unix/sysv/linux/x86_64/sysdep.h
8917 (STACK_SIZE_TO_SHADOW_STACK_SIZE_SHIFT): New.
8918 * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym (oSSP): New.
8919
8920 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8921
8922 * stdlib/Makefile ((tests): Add tst-setcontext6, tst-setcontext7,
8923 tst-setcontext8 and tst-setcontext9.
8924 * stdlib/tst-setcontext6.c: New file.
8925 * stdlib/tst-setcontext7.c: Likewise.
8926 * stdlib/tst-setcontext8.c: Likewise.
8927 * stdlib/tst-setcontext9.c: Likewise.
8928
8929 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8930
8931 * stdlib/Makefile ((tests): Add tst-setcontext5.
8932 * stdlib/tst-setcontext5.c: New file.
8933
8934 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8935
8936 * stdlib/Makefile (tests): Add tst-setcontext4.
8937 * stdlib/tst-setcontext4.c: New file.
8938
8939 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8940
8941 * stdlib/Makefile (tests): Add tst-swapcontext1.
8942 * stdlib/tst-swapcontext1.c: New test.
8943
8944 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8945
8946 * sysdeps/x86/Makefile (tests): Add tst-cet-legacy-1,
8947 tst-cet-legacy-2, tst-cet-legacy-2a, tst-cet-legacy-3,
8948 tst-cet-legacy-4, tst-cet-legacy-4a, tst-cet-legacy-4b
8949 and tst-cet-legacy-4c.
8950 (modules-names): Add tst-cet-legacy-mod-1, tst-cet-legacy-mod-2
8951 and tst-cet-legacy-mod-4.
8952 (CFLAGS-tst-cet-legacy-2.c): New.
8953 (CFLAGS-tst-cet-legacy-mod-1.c): Likewise.
8954 (CFLAGS-tst-cet-legacy-mod-2.c): Likewise.
8955 (CFLAGS-tst-cet-legacy-3.c): Likewise.
8956 (CFLAGS-tst-cet-legacy-4.c): Likewise.
8957 (CFLAGS-tst-cet-legacy-mod-4.c): Likewise.
8958 ($(objpfx)tst-cet-legacy-1): Likewise.
8959 ($(objpfx)tst-cet-legacy-2): Likewise.
8960 ($(objpfx)tst-cet-legacy-2.out): Likewise.
8961 ($(objpfx)tst-cet-legacy-2a): Likewise.
8962 ($(objpfx)tst-cet-legacy-2a.out): Likewise.
8963 ($(objpfx)tst-cet-legacy-4): Likewise.
8964 ($(objpfx)tst-cet-legacy-4.out): Likewise.
8965 ($(objpfx)tst-cet-legacy-4a): Likewise.
8966 ($(objpfx)tst-cet-legacy-4a.out): Likewise.
8967 (tst-cet-legacy-4a-ENV): Likewise.
8968 ($(objpfx)tst-cet-legacy-4b): Likewise.
8969 ($(objpfx)tst-cet-legacy-4b.out): Likewise.
8970 (tst-cet-legacy-4b-ENV): Likewise.
8971 ($(objpfx)tst-cet-legacy-4c): Likewise.
8972 ($(objpfx)tst-cet-legacy-4c.out): Likewise.
8973 (tst-cet-legacy-4c-ENV): Likewise.
8974 * sysdeps/x86/tst-cet-legacy-1.c: New file.
8975 * sysdeps/x86/tst-cet-legacy-2.c: Likewise.
8976 * sysdeps/x86/tst-cet-legacy-2a.c: Likewise.
8977 * sysdeps/x86/tst-cet-legacy-3.c: Likewise.
8978 * sysdeps/x86/tst-cet-legacy-4.c: Likewise.
8979 * sysdeps/x86/tst-cet-legacy-4a.c: Likewise.
8980 * sysdeps/x86/tst-cet-legacy-4b.c: Likewise.
8981 * sysdeps/x86/tst-cet-legacy-4c.c: Likewise.
8982 * sysdeps/x86/tst-cet-legacy-mod-1.c: Likewise.
8983 * sysdeps/x86/tst-cet-legacy-mod-2.c: Likewise.
8984 * sysdeps/x86/tst-cet-legacy-mod-4.c: Likewise.
8985
8986 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8987
8988 * sysdeps/i386/nptl/tcb-offsets.sym (SSP_BASE_OFFSET): New.
8989 * sysdeps/i386/nptl/tls.h (tcbhead_t): Replace __glibc_reserved2
8990 with ssp_base.
8991 * sysdeps/x86_64/nptl/tcb-offsets.sym (SSP_BASE_OFFSET): New.
8992 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Replace __glibc_reserved2
8993 with ssp_base.
8994
8995 2018-07-25 Andreas Schwab <schwab@suse.de>
8996
8997 [BZ #23442]
8998 * locale/weightwc.h (findidx): Handle the case where usrc is a
8999 prefix of cp but one character too short.
9000
9001 2018-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9002
9003 * NEWS: Add ISO C threads addition.
9004
9005 2018-07-24 Florian Weimer <fweimer@redhat.com>
9006
9007 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9008 [__LINUX_KERNEL_VERSION < 0x040D00] (__ASSUME_MLOCK2)
9009 (__ASSUME_COPY_FILE_RANGE): Undefine. Kernel support was added in
9010 4.13.
9011
9012 2018-07-24 H.J. Lu <hongjiu.lu@intel.com>
9013
9014 * sysdeps/unix/sysv/linux/x86/include/asm/prctl.h: New file.
9015 * sysdeps/unix/sysv/linux/x86/cpu-features.c: Include
9016 <sys/prctl.h> and <asm/prctl.h>.
9017 (get_cet_status): Call arch_prctl with ARCH_CET_STATUS.
9018 * sysdeps/unix/sysv/linux/x86/dl-cet.h: Include <sys/prctl.h>
9019 and <asm/prctl.h>.
9020 (dl_cet_allocate_legacy_bitmap): Call arch_prctl with
9021 ARCH_CET_LEGACY_BITMAP.
9022 (dl_cet_disable_cet): Call arch_prctl with ARCH_CET_DISABLE.
9023 (dl_cet_lock_cet): Call arch_prctl with ARCH_CET_LOCK.
9024 * sysdeps/x86/libc-start.c: Include <startup.h>.
9025
9026 2018-07-24 Florian Weimer <fweimer@redhat.com>
9027
9028 * sysdeps/unix/sysv/linux/sh/kernel-features.h (__ASSUME_STATX):
9029 Undefine. Suggested by Romain Naour <romain.naour@gmail.com>.
9030
9031 2018-07-24 Rical Jasan <rj@2c3t.io>
9032 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9033 Juan Manuel Torres Palma <jmtorrespalma@gmail.com>
9034
9035 [BZ #14092]
9036 * manual/debug.texi: Update adjacent chapter name.
9037 * manual/probes.texi: Likewise.
9038 * manual/threads.texi (ISO C Threads): New section.
9039 (POSIX Threads): Convert to a section.
9040
9041 2018-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9042 Juan Manuel Torres Palma <jmtorrespalma@gmail.com>
9043
9044 [BZ# 14092]
9045 * nptl/Makefile (tests): Add new test files.
9046 * nptl/tst-call-once.c : New file. Tests C11 functions and types.
9047 * nptl/tst-cnd-basic.c: Likewise.
9048 * nptl/tst-cnd-broadcast.c: Likewise.
9049 * nptl/tst-cnd-timedwait.c: Likewise.
9050 * nptl/tst-mtx-basic.c: Likewise.
9051 * nptl/tst-mtx-recursive.c: Likewise.
9052 * nptl/tst-mtx-timedlock.c: Likewise.
9053 * nptl/tst-mtx-trylock.c: Likewise.
9054 * nptl/tst-thrd-basic.c: Likewise.
9055 * nptl/tst-thrd-detach.c: Likewise.
9056 * nptl/tst-thrd-sleep.c: Likewise.
9057 * nptl/tst-tss-basic.c: Likewise.
9058
9059 2018-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9060
9061 [BZ #14092]
9062 * sysdeps/unix/sysv/linux/aarch64/libc.abilist [GLIBC_2.28]
9063 (thrd_current, thrd_equal, thrd_sleep, thrd_yield): Add C11 thread
9064 symbols.
9065 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
9066 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
9067 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
9068 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
9069 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
9070 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
9071 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
9072 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
9073 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
9074 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
9075 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
9076 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
9077 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
9078 Likewise.
9079 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9080 Likewise.
9081 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
9082 Likewise.
9083 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
9084 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
9085 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
9086 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
9087 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
9088 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
9089 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
9090 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
9091 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
9092 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist [[GLIBC_2.28]
9093 (call_once, cnd_broadcast, cnd_destroy, cnd_init, cnd_signal,
9094 cnd_timedwait, cnd_wait, mtx_destroy, mtx_init, mtx_lock,
9095 mtx_timedlock, mtx_trylock, mtx_unlokc, thrd_create, thrd_detach,
9096 thrd_exit, thrd_join, tss_create, tss_delete, tss_get, tss_set):
9097 Likewise.
9098 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: Likewise.
9099 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: Likewise.
9100 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: Likewise.
9101 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: Likewise.
9102 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: Likewise.
9103 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: Likewise.
9104 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: Likewise.
9105 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: Likewise.
9106 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Likewise.
9107 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: Likewise.
9108 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: Likewise.
9109 * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: Likewise.
9110 ikewise.
9111 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist:
9112 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9113 Likewise.
9114 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9115 Likewise.
9116 * sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist: Likewise.
9117 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: Likewise.
9118 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: Likewise.
9119 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: Likewise.
9120 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: Likewise.
9121 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: Likewise.
9122 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: Likewise.
9123 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: Likewise.
9124
9125 [BZ #14092]
9126 * conform/data/threads.h-data (thread_local): New macro.
9127 (TSS_DTOR_ITERATIONS): Likewise.
9128 (tss_t): New type.
9129 (tss_dtor_t): Likewise.
9130 (tss_create): New function.
9131 (tss_get): Likewise.
9132 (tss_set): Likewise.
9133 (tss_delete): Likewise.
9134 * nptl/Makefile (libpthread-routines): Add tss_create, tss_delete,
9135 tss_get, and tss_set objects.
9136 * nptl/Versions (libpthread) [GLIBC_2.28]: Likewise.
9137 * nptl/tss_create.c: New file.
9138 * nptl/tss_delete.c: Likewise.
9139 * nptl/tss_get.c: Likewise.
9140 * nptl/tss_set.c: Likewise.
9141 * sysdeps/nptl/threads.h (thread_local): New define.
9142 (TSS_DTOR_ITERATIONS): Likewise.
9143 (tss_t): New typedef.
9144 (tss_dtor_t): Likewise.
9145 (tss_create): New prototype.
9146 (tss_get): Likewise.
9147 (tss_set): Likewise.
9148 (tss_delete): Likewise.
9149
9150 [BZ #14092]
9151 * conform/data/threads.h-data (cnd_t): New type.
9152 (cnd_init): New function.
9153 (cnd_signal): Likewise.
9154 (cnd_broadcast): Likewise.
9155 (cnd_wait): Likewise.
9156 (cnd_timedwait): Likewise.
9157 (cnd_destroy): Likewise.
9158 * nptl/Makefile (libpthread-routines): Add cnd_broadcast,
9159 cnd_destroy, cnd_init, cnd_signal, cnd_timedwait, and cnd_wait
9160 object.
9161 * nptl/Versions (libpthread) [GLIBC_2.28]: Likewise.
9162 * nptl/cnd_broadcast.c: New file.
9163 * nptl/cnd_destroy.c: Likewise.
9164 * nptl/cnd_init.c: Likewise.
9165 * nptl/cnd_signal.c: Likewise.
9166 * nptl/cnd_timedwait.c: Likewise.
9167 * nptl/cnd_wait.c: Likewise.
9168 * sysdeps/nptl/threads.h (cnd_t): New type.
9169 (cnd_init): New prototype.
9170 (cnd_signa): Likewise.
9171 (cnd_broadcast): Likewise.
9172 (cnd_wait): Likewise.
9173 (cnd_timedwait): Likewise.
9174 (cnd_destroy): Likewise.
9175
9176 [BZ #14092]
9177 * conform/data/threads.h-data (ONCE_FLAG_INIT): New macro.
9178 (once_flag): New type.
9179 (call_once): New function.
9180 * nptl/Makefile (libpthread-routines): Add call_once object.
9181 * nptl/Versions (libphread) [GLIBC_2.28]: Add call_once symbol.
9182 * nptl/call_once.c: New file.
9183 * sysdeps/nptl/threads.h (ONCE_FLAG_INIT): New define.
9184 (once_flag): New type.
9185 (call_once): New prototype.
9186
9187 [BZ #14092]
9188 * conform/data/threads.h-data (mtx_plain): New constant.
9189 (mtx_recursive): Likewise.
9190 (mtx_timed): Likewise.
9191 (mtx_t): New type.
9192 (mtx_init): New function.
9193 (mtx_lock): Likewise.
9194 (mtx_timedlock): Likewise.
9195 (mtx_trylock): Likewise.
9196 (mtx_unlock): Likewise.
9197 (mtx_destroy): Likewise.
9198 * nptl/Makefile (libpthread-routines): Add mtx_destroy, mtx_init,
9199 mtx_lock, mtx_timedlock, mtx_trylock, and mtx_unlock object.
9200 * nptl/Versions (libpthread) [GLIBC_2.28]): Add mtx_init, mtx_lock,
9201 mtx_timedlock, mtx_trylock, mtx_unlock, and mtx_destroy.
9202 * nptl/mtx_destroy.c: New file.
9203 * nptl/mtx_init.c: Likewise.
9204 * nptl/mtx_lock.c: Likewise.
9205 * nptl/mtx_timedlock.c: Likewise.
9206 * nptl/mtx_trylock.c: Likewise.
9207 * nptl/mtx_unlock.c: Likewise.
9208 * sysdeps/nptl/threads.h (mtx_plain): New enumeration.
9209 (mtx_recursive): Likewise.
9210 (mtx_timed): Likewise.
9211 (mtx_t): New type.
9212 (mtx_init): New prototype.
9213 (mtx_lock): Likewise.
9214 (mtx_timedlock): Likewise.
9215 (mtx_trylock): Likewise.
9216 (mtx_unlock): Likewise.
9217 (mtx_destroy): Likewise.
9218
9219 [BZ #14092]
9220 * conform/Makefile (conformtest-headers-ISO11): Add threads.h.
9221 (linknamespace-libs-ISO11): Add libpthread.a.
9222 * conform/data/threads.h-data: New file: add C11 thrd_* types and
9223 functions.
9224 * include/stdc-predef.h (__STDC_NO_THREADS__): Remove definition.
9225 * nptl/Makefile (headers): Add threads.h.
9226 (libpthread-routines): Add new C11 thread thrd_create, thrd_current,
9227 thrd_detach, thrd_equal, thrd_exit, thrd_join, thrd_sleep, and
9228 thrd_yield.
9229 * nptl/Versions (libpthread) [GLIBC_2.28]): Add new C11 thread
9230 thrd_create, thrd_current, thrd_detach, thrd_equal, thrd_exit,
9231 thrd_join, thrd_sleep, and thrd_yield symbols.
9232 * nptl/descr.h (struct pthread): Add c11 field.
9233 * nptl/pthreadP.h (ATTR_C11_THREAD): New define.
9234 * nptl/pthread_create.c (START_THREAD_DEFN): Call C11 thread start
9235 routine with expected function prototype.
9236 (__pthread_create_2_1): Add C11 threads check based on attribute
9237 value.
9238 * sysdeps/unix/sysdep.h (INTERNAL_SYSCALL_CANCEL): New macro.
9239 * nptl/thrd_create.c: New file.
9240 * nptl/thrd_current.c: Likewise.
9241 * nptl/thrd_detach.c: Likewise.
9242 * nptl/thrd_equal.c: Likewise.
9243 * nptl/thrd_exit.c: Likewise.
9244 * nptl/thrd_join.c: Likewise.
9245 * nptl/thrd_priv.h: Likewise.
9246 * nptl/thrd_sleep.c: Likewise.
9247 * nptl/thrd_yield.c: Likewise.
9248 * include/threads.h: Likewise.
9249
9250 2018-07-24 H.J. Lu <hongjiu.lu@intel.com>
9251
9252 * bits/indirect-return.h: New file.
9253 * misc/sys/cdefs.h (__glibc_has_attribute): New.
9254 * sysdeps/x86/bits/indirect-return.h: Likewise.
9255 * stdlib/Makefile (headers): Add bits/indirect-return.h.
9256 * stdlib/ucontext.h: Include <bits/indirect-return.h>.
9257 (swapcontext): Add __INDIRECT_RETURN.
9258 * string/tst-xbzero-opt.c (ALWAYS_INLINE): New.
9259 (prepare_test_buffer): Use it.
9260
9261 2018-07-24 Andreas Schwab <schwab@suse.de>
9262
9263 [BZ #23448]
9264 * iconvdata/ibm1364.c (MAX_NEEDED_OUTPUT) [FROM_LOOP]: Define.
9265 (MAX_NEEDED_INPUT) [TO_LOOP]: Define.
9266
9267 2018-07-24 H.J. Lu <hongjiu.lu@intel.com>
9268
9269 * sysdeps/unix/sysv/linux/i386/vfork.S (SYSCALL_ERROR_HANDLER):
9270 Redefine if shadow stack is enabled.
9271 (SYSCALL_ERROR_LABEL): Likewise.
9272 (__vfork): Pop shadow stack and jump back to to caller directly
9273 when shadow stack is in use.
9274 * sysdeps/unix/sysv/linux/x86_64/vfork.S (SYSCALL_ERROR_HANDLER):
9275 Redefine if shadow stack is enabled.
9276 (SYSCALL_ERROR_LABEL): Likewise.
9277 (__vfork): Pop shadow stack and jump back to to caller directly
9278 when shadow stack is in use.
9279
9280 2018-07-24 H.J. Lu <hongjiu.lu@intel.com>
9281
9282 * sysdeps/x86_64/tst-quadmod1.S (func): Add endbr64 if IBT is
9283 enabled.
9284 (foo): Likewise.
9285 * sysdeps/x86_64/tst-quadmod2.S (func) : Likewise.
9286 (foo): Likewise.
9287
9288 2018-07-20 Joseph Myers <joseph@codesourcery.com>
9289
9290 * scripts/build-many-glibcs.py (Context.checkout): Default
9291 binutils version to 2.31 branch.
9292
9293 2018-07-20 Zong Li <zong@andestech.com>
9294
9295 * scripts/build-many-glibcs.py (Context.checkout_tar): Change the
9296 URL of gcc's tarball.
9297
9298 2018-07-20 Florian Weimer <fweimer@redhat.com>
9299
9300 [BZ #23396]
9301 * posix/regcomp.c (build_equiv_class): When comparing weights, do
9302 not compare an extra byte after the end of the weights.
9303
9304 2018-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
9305
9306 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Set multiple_threads
9307 to 1.
9308 * sysdeps/hurd/include/hurd/port.h [!_ISOMAC]: Do not declare libc
9309 hidden prototypes.
9310 * sysdeps/mach/include/mach-shortcuts-hidden.h [!_ISOMAC]: Likewise.
9311 * sysdeps/mach/include/mach/mach_traps.h [!_ISOMAC]: Likewise.
9312 * scripts/check-execstack.awk: Consider `xfail' variable containing a
9313 list of libraries whose stack executability is expected.
9314 * elf/Makefile ($(objpfx)check-execstack.out): Pass
9315 $(check-execstack-xfail) to check-execstack.awk through `xfail'
9316 variable.
9317 * sysdeps/mach/hurd/i386/Makefile (check-execstack-xfail): Set to ld.so
9318 libc.so libpthread.so.
9319
9320 2018-07-20 Thomas Schwinge <tschwinge@gnu.org>
9321
9322 * sysdeps/mach/hurd/socket.c (__socket): Handle SOCK_CLOEXEC and
9323 SOCK_NONBLOCK.
9324 * sysdeps/mach/hurd/socketpair.c (__socketpair): Handle SOCK_CLOEXEC
9325 and SOCK_NONBLOCK.
9326 * sysdeps/mach/hurd/pipe2.c: New file, copy from pipe.c. Evolve it to
9327 implement __pipe2.
9328 * sysdeps/mach/hurd/pipe.c (__pipe): Reimplement using __pipe2.
9329
9330 2018-07-19 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
9331
9332 * benchtests/scripts/compare_bench.py (__main__): use the argparse
9333 library to improve command line parsing.
9334 (__main__): make schema file as optional parameter (--schema),
9335 defaulting to benchtests/scripts/benchout.schema.json.
9336 (main): move out of the parsing stuff to __main_  and leave it
9337 only as caller of main comparison functions.
9338
9339 2018-07-19 H.J. Lu <hongjiu.lu@intel.com>
9340
9341 * NEWS: Add a note for Intel CET status.
9342 * manual/install.texi: Likewise.
9343 * INSTALL: Regenerated.
9344
9345 2018-07-18 Quentin PAGÈS <provaires@quentino.fr>
9346
9347 [BZ #23140]
9348 * localedata/locales/oc_FR (mon): Rename to...
9349 (alt_mon): This, then update October (typo fix).
9350 (mon): New content (genitive case, month names preceded by
9351 "de" or "d’").
9352
9353 [BZ #23422]
9354 * localedata/locales/oc_FR (abday): Update all items.
9355 (day): Update Wednesday and Saturday (typo fixes).
9356 (abmon): Update all items, except May.
9357 (d_fmt): Update "%d.%m.%Y" -> "%d/%m/%Y".
9358 (LC_IDENTIFICATION): Bump the revision number and date.
9359 Keep the "category" entries in alphabetic order.
9360 (LC_ADDRESS): Remove no longer needed comment.
9361 (LC_COLLATE): Use “copy "ca_ES"”.
9362 (LC_NAME): Set the correct values of "name_fmt", "name_mr", and
9363 "name_mrs".
9364
9365 2018-07-18 Joseph Myers <joseph@codesourcery.com>
9366
9367 * grp/tst_fgetgrent.c: Include <unistd.h>.
9368 (main): Use mkstemp instead of tmpnam.
9369 * io/test-utime.c (main): Likewise.
9370 * posix/annexc.c (macrofile): Change to modifiable array.
9371 (main): Remove macrofile here.
9372 (get_null_defines): Use mkstemp instead of tmpnam. Do not remove
9373 macrofile here.
9374 (check_header): Do not remove macrofile here.
9375 * posix/bug-getopt1.c: Include <stdlib.h>.
9376 (do_test): Use mkstemp instead of tmpnam.
9377 * posix/bug-getopt2.c: Include <stdlib.h>.
9378 (do_test): Use mkstemp instead of tmpnam.
9379 * posix/bug-getopt3.c: Include <stdlib.h>.
9380 (do_test): Use mkstemp instead of tmpnam.
9381 * posix/bug-getopt4.c: Include <stdlib.h>.
9382 (do_test): Use mkstemp instead of tmpnam.
9383 * posix/bug-getopt5.c: Include <stdlib.h>.
9384 (do_test): Use mkstemp instead of tmpnam.
9385 * stdio-common/bug7.c: Include <stdlib.h> and <unistd.h>.
9386 (main): Use mkstemp instead of tmpnam.
9387 * stdio-common/tst-fdopen.c: Include <stdlib.h>.
9388 (main): Use mkstemp instead of tmpnam.
9389 * stdio-common/tst-ungetc.c: Include <stdlib.h>.
9390 (main): use mkstemp instead of tmpnam.
9391 * stdlib/isomac.c (macrofile): Change to modifiable array.
9392 (main): Remove macrofile here.
9393 (get_null_defines): Use mkstemp instead of tmpnam. Do not remove
9394 macrofile here.
9395 (check_header): Do not remove macrofile here.
9396
9397 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9398
9399 * manual/tunables.texi: Document glibc.tune.x86_ibt and
9400 glibc.tune.x86_shstk.
9401
9402 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9403
9404 * NEWS: Mention --enable-cet.
9405 * manual/install.texi: Document --enable-cet.
9406 * INSTALL: Regenerated.
9407
9408 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9409
9410 * sysdeps/x86_64/multiarch/memcmp-sse4.S (BRANCH_TO_JMPTBL_ENTRY):
9411 Add _CET_NOTRACK before indirect jump to jump table.
9412
9413 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9414
9415 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S
9416 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9417 to jump table.
9418
9419 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9420
9421 * sysdeps/i386/i686/multiarch/strcat-sse2.S
9422 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9423 to jump table.
9424
9425 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9426
9427 * sysdeps/i386/i686/multiarch/strcpy-sse2.S
9428 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9429 to jump table.
9430
9431 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9432
9433 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S
9434 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9435 to jump table.
9436
9437 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9438
9439 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
9440 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9441 to jump table.
9442 (BRANCH_TO_JMPTBL_ENTRY_TAIL): Likewise.
9443
9444 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9445
9446 * sysdeps/i386/i686/multiarch/memcmp-sse4.S
9447 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9448 to jump table.
9449
9450 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9451
9452 * sysdeps/i386/i686/multiarch/memset-sse2.S
9453 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9454 to jump table.
9455
9456 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9457
9458 * sysdeps/i386/i686/memcmp.S (memcmp): Add _CET_NOTRACK before
9459 indirect jump to jump table.
9460
9461 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9462
9463 * sysdeps/x86_64/multiarch/memcpy-ssse3.S
9464 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9465 to jump table.
9466 (MEMCPY): Likewise.
9467
9468 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9469
9470 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S
9471 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9472 to jump table.
9473 (MEMCPY): Likewise.
9474
9475 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9476
9477 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Add
9478 _CET_NOTRACK before indirect jump to jump table.
9479
9480 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9481
9482 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S
9483 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9484 to jump table.
9485
9486 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9487
9488 * sysdeps/x86_64/strcmp.S (STRCMP): Add _CET_NOTRACK before
9489 indirect jump to jump table.
9490
9491 2018-07-18 Valery Timiriliyev <timiriliyev@gmail.com>
9492
9493 [BZ #22241]
9494 * localedata/Makefile (test-input): Add sah_RU.UTF-8.
9495 (LOCALES): Likewise.
9496 * localedata/SUPPORTED (sah_RU/UTF-8): New entry.
9497 * localedata/locales/sah_RU: New file.
9498 * localedata/sah_RU.UTF-8.in: New file.
9499
9500 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
9501
9502 * sysdeps/i386/add_n.S: Include <sysdep.h>, instead of
9503 "sysdep.h".
9504 (__mpn_add_n): Save and restore %ebx if IBT is enabed. Add
9505 _CET_ENDBR to indirect jump targets and adjust jump destination
9506 for _CET_ENDBR.
9507 * sysdeps/i386/i686/add_n.S: Include <sysdep.h>, instead of
9508 "sysdep.h".
9509 (__mpn_add_n): Save and restore %ebx if IBT is enabed. Add
9510 _CET_ENDBR to indirect jump targets and adjust jump destination
9511 for _CET_ENDBR.
9512 * sysdeps/i386/sub_n.S: Include <sysdep.h>, instead of
9513 "sysdep.h".
9514 (__mpn_sub_n): Save and restore %ebx if IBT is enabed. Add
9515 _CET_ENDBR to indirect jump targets and adjust jump destination
9516 for _CET_ENDBR.
9517
9518 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
9519
9520 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Add
9521 _CET_ENDBR.
9522
9523 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
9524
9525 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_return): Add
9526 _CET_ENDBR.
9527 (_dl_tlsdesc_undefweak): Likewise.
9528 (_dl_tlsdesc_dynamic): Likewise.
9529 (_dl_tlsdesc_resolve_abs_plus_addend): Likewise.
9530 (_dl_tlsdesc_resolve_rel): Likewise.
9531 (_dl_tlsdesc_resolve_rela): Likewise.
9532 (_dl_tlsdesc_resolve_hold): Likewise.
9533 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_return): Likewise.
9534 (_dl_tlsdesc_undefweak): Likewise.
9535 (_dl_tlsdesc_dynamic): Likewise.
9536 (_dl_tlsdesc_resolve_rela): Likewise.
9537 (_dl_tlsdesc_resolve_hold): Likewise.
9538
9539 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
9540
9541 * sysdeps/i386/crti.S (_init): Add _CET_ENDBR.
9542 (_fini): Likewise.
9543 * sysdeps/x86_64/crti.S (_init): Likewise.
9544 (_fini): Likewise.
9545
9546 2018-07-17 Rafal Luzynski <digitalfreak@lingonborough.com>
9547
9548 [BZ #23140]
9549 * localedata/locales/os_RU (mon): Rename to...
9550 (alt_mon): This.
9551 (mon): Import from CLDR (genitive case).
9552
9553 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
9554
9555 * sysdeps/x86/cpu-features.c: Always include <dl-cet.h> and
9556 cet-tunables.h> when CET is enabled.
9557
9558 2018-07-16 H.J. Lu <hongjiu.lu@intel.com>
9559
9560 [BZ #21598]
9561 * configure.ac: Add --enable-cet.
9562 * configure: Regenerated.
9563 * elf/Makefille (all-built-dso): Add a comment.
9564 * elf/dl-load.c (filebuf): Moved before "dynamic-link.h".
9565 Include <dl-prop.h>.
9566 (_dl_map_object_from_fd): Call _dl_process_pt_note on PT_NOTE
9567 segment.
9568 * elf/dl-open.c: Include <dl-prop.h>.
9569 (dl_open_worker): Call _dl_open_check.
9570 * elf/rtld.c: Include <dl-prop.h>.
9571 (dl_main): Call _rtld_process_pt_note on PT_NOTE segment. Call
9572 _rtld_main_check.
9573 * sysdeps/generic/dl-prop.h: New file.
9574 * sysdeps/i386/dl-cet.c: Likewise.
9575 * sysdeps/unix/sysv/linux/x86/cpu-features.c: Likewise.
9576 * sysdeps/unix/sysv/linux/x86/dl-cet.h: Likewise.
9577 * sysdeps/x86/cet-tunables.h: Likewise.
9578 * sysdeps/x86/check-cet.awk: Likewise.
9579 * sysdeps/x86/configure: Likewise.
9580 * sysdeps/x86/configure.ac: Likewise.
9581 * sysdeps/x86/dl-cet.c: Likewise.
9582 * sysdeps/x86/dl-procruntime.c: Likewise.
9583 * sysdeps/x86/dl-prop.h: Likewise.
9584 * sysdeps/x86/libc-start.h: Likewise.
9585 * sysdeps/x86/link_map.h: Likewise.
9586 * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Add
9587 _CET_ENDBR.
9588 (_dl_runtime_profile): Likewise.
9589 (_dl_runtime_resolve_shstk): New.
9590 (_dl_runtime_profile_shstk): Likewise.
9591 * sysdeps/linux/x86/Makefile (sysdep-dl-routines): Add dl-cet
9592 if CET is enabled.
9593 (CFLAGS-.o): Add -fcf-protection if CET is enabled.
9594 (CFLAGS-.os): Likewise.
9595 (CFLAGS-.op): Likewise.
9596 (CFLAGS-.oS): Likewise.
9597 (asm-CPPFLAGS): Add -fcf-protection -include cet.h if CET
9598 is enabled.
9599 (tests-special): Add $(objpfx)check-cet.out.
9600 (cet-built-dso): New.
9601 (+$(cet-built-dso:=.note)): Likewise.
9602 (common-generated): Add $(cet-built-dso:$(common-objpfx)%=%.note).
9603 ($(objpfx)check-cet.out): New.
9604 (generated): Add check-cet.out.
9605 * sysdeps/x86/cpu-features.c: Include <dl-cet.h> and
9606 <cet-tunables.h>.
9607 (TUNABLE_CALLBACK (set_x86_ibt)): New prototype.
9608 (TUNABLE_CALLBACK (set_x86_shstk)): Likewise.
9609 (init_cpu_features): Call get_cet_status to check CET status
9610 and update dl_x86_feature_1 with CET status. Call
9611 TUNABLE_CALLBACK (set_x86_ibt) and TUNABLE_CALLBACK
9612 (set_x86_shstk). Disable and lock CET in libc.a.
9613 * sysdeps/x86/cpu-tunables.c: Include <cet-tunables.h>.
9614 (TUNABLE_CALLBACK (set_x86_ibt)): New function.
9615 (TUNABLE_CALLBACK (set_x86_shstk)): Likewise.
9616 * sysdeps/x86/sysdep.h (_CET_NOTRACK): New.
9617 (_CET_ENDBR): Define if not defined.
9618 (ENTRY): Add _CET_ENDBR.
9619 * sysdeps/x86/dl-tunables.list (glibc.tune): Add x86_ibt and
9620 x86_shstk.
9621 * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve): Add
9622 _CET_ENDBR.
9623 (_dl_runtime_profile): Likewise.
9624
9625 2018-07-16 Rogerio A. Cardoso <rcardoso@linux.vnet.ibm.com>
9626
9627 [BZ #21895]
9628 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Remove condition code for
9629 restore r2 on longjmp.
9630 * sysdeps/powerpc/powerpc64/Makefile: Added tst-setjmp-bug21895-static to
9631 test list.
9632 Added rules to build test tst-setjmp-bug21895-static.
9633 Added module setjmp-bug21895 and rules to build a shared object from it.
9634 * sysdeps/powerpc/powerpc64/setjmp-bug21895.c: New test file.
9635 * sysdeps/powerpc/powerpc64/tst-setjmp-bug21895-static.c: New test file.
9636
9637 2018-07-15 Wilco Dijkstra <wdijkstr@arm.com>
9638
9639 * benchtests/bench-strcasestr.c: Rename __strnlen to strnlen.
9640 * benchtests/bench-strstr.c: Likewise.
9641 * string/memmem.c (FASTSEARCH): Define.
9642 * string/str-two-way.h (two_way_short_needle): Minor cleanups.
9643 Add support for FASTSEARCH.
9644 * string/strcasestr.c (AVAILABLE): Use read-ahead __strnlen.
9645 * string/strstr.c (AVAILABLE): Use read-ahead __strnlen.
9646 (FASTSEARCH): Define.
9647 * string/test-strcasestr.c: Rename __strnlen to strnlen.
9648 * string/test-strstr.c: Likewise.
9649
9650 2018-07-15 H.J. Lu <hongjiu.lu@intel.com>
9651
9652 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Undef
9653 SHADOW_STACK_POINTER_OFFSET after including <jmp_buf-ssp.h>.
9654
9655 2018-07-14 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
9656 H.J. Lu <hongjiu.lu@intel.com>
9657
9658 * sysdeps/i386/__longjmp.S: Include <jmp_buf-ssp.h>.
9659 (__longjmp): Restore shadow stack pointer if shadow stack is
9660 enabled, SHADOW_STACK_POINTER_OFFSET is defined and __longjmp
9661 isn't defined for __longjmp_cancel.
9662 * sysdeps/i386/bsd-_setjmp.S: Include <jmp_buf-ssp.h>.
9663 (_setjmp): Save shadow stack pointer if shadow stack is enabled
9664 and SHADOW_STACK_POINTER_OFFSET is defined.
9665 * sysdeps/i386/bsd-setjmp.S: Include <jmp_buf-ssp.h>.
9666 (setjmp): Save shadow stack pointer if shadow stack is enabled
9667 and SHADOW_STACK_POINTER_OFFSET is defined.
9668 * sysdeps/i386/setjmp.S: Include <jmp_buf-ssp.h>.
9669 (__sigsetjmp): Save shadow stack pointer if shadow stack is
9670 enabled and SHADOW_STACK_POINTER_OFFSET is defined.
9671 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Include
9672 <jmp_buf-ssp.h>.
9673 (____longjmp_chk): Restore shadow stack pointer if shadow stack
9674 is enabled and SHADOW_STACK_POINTER_OFFSET is defined.
9675 * sysdeps/unix/sysv/linux/x86/Makefile (gen-as-const-headers):
9676 Remove jmp_buf-ssp.sym.
9677 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
9678 <jmp_buf-ssp.h>.
9679 (____longjmp_chk): Restore shadow stack pointer if shadow stack
9680 is enabled and SHADOW_STACK_POINTER_OFFSET is defined.
9681 * sysdeps/x86/Makefile (gen-as-const-headers): Add
9682 jmp_buf-ssp.sym.
9683 * sysdeps/x86/jmp_buf-ssp.sym: New dummy file.
9684 * sysdeps/x86_64/__longjmp.S: Include <jmp_buf-ssp.h>.
9685 (__longjmp): Restore shadow stack pointer if shadow stack is
9686 enabled, SHADOW_STACK_POINTER_OFFSET is defined and __longjmp
9687 isn't defined for __longjmp_cancel.
9688 * sysdeps/x86_64/setjmp.S: Include <jmp_buf-ssp.h>.
9689 (__sigsetjmp): Save shadow stack pointer if shadow stack is
9690 enabled and SHADOW_STACK_POINTER_OFFSET is defined.
9691
9692 2018-07-14 H.J. Lu <hongjiu.lu@intel.com>
9693
9694 [BZ #22563]
9695 * nptl/pthread_create.c: Include <tls-setup.h>.
9696 (__pthread_create_2_1): Call tls_setup_tcbhead.
9697 * sysdeps/generic/tls-setup.h: New file.
9698 * sysdeps/x86/nptl/tls-setup.h: Likewise.
9699 * sysdeps/i386/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
9700 * sysdeps/x86_64/nptl/tcb-offsets.sym (FEATURE_1_OFFSET):
9701 Likewise.
9702 * sysdeps/i386/nptl/tls.h (tcbhead_t): Rename __glibc_reserved1
9703 to feature_1.
9704 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Likewise.
9705 * sysdeps/x86/sysdep.h (X86_FEATURE_1_IBT): New.
9706 (X86_FEATURE_1_SHSTK): Likewise.
9707 (CET_ENABLED): Likewise.
9708 (IBT_ENABLED): Likewise.
9709 (SHSTK_ENABLED): Likewise.
9710
9711 2018-07-13 Rafal Luzynski <digitalfreak@lingonborough.com>
9712
9713 [BZ #23208]
9714 * localedata/Makefile (test-input): Add dsb_DE.UTF-8.
9715 (LOCALES): Likewise.
9716 * localedata/dsb_DE.UTF-8.in: New file.
9717 * localedata/locales/dsb_DE (LC_COLLATE): Fix syntax error.
9718
9719 2018-07-12 Florian Weimer <fweimer@redhat.com>
9720
9721 * nptl/allocatestack.c [_STACK_GROWS_UP] (allocate_stack): Call
9722 __mprotect, not mprotect.
9723
9724 2018-07-11 Florian Weimer <fweimer@redhat.com>
9725
9726 * io/Makefile (headers): Add bits/statx.h.
9727
9728 2018-07-10 Mike FABIAN <mfabian@redhat.com>
9729
9730 * localedata/charmaps/UTF-8: Use correct Unicode version 11.0.0 in comment.
9731 * localedata/locales/i18n_ctype: Use correct Unicode version in comments
9732 and headers.
9733 * localedata/unicode-gen/utf8_gen.py: Add option to specify Unicode version
9734 * localedata/unicode-gen/Makefile: Use option to specify Unicode version
9735 for utf8_gen.py
9736
9737 2018-07-10 Florian Weimer <fweimer@redhat.com>
9738
9739 * io/Makefile (routines): Add statx.
9740 (tests-internal): Add tst-statx.
9741 * io/Versions (GLIBC_2.28): Export statx.
9742 * io/bits/statx.h: New file.
9743 * io/sys/stat.h [__USE_GNU]: Include it.
9744 * io/fcntl.h [__USE_GNU] (AT_STATX_SYNC_TYPE)
9745 (AT_STATX_SYNC_AS_STAT, AT_STATX_FORCE_SYNC, AT_STATX_DONT_SYNC):
9746 Define.
9747 * io/statx.c: New file.
9748 * io/statx_generic.: Likewise.
9749 * io/tst-statx.: Likewise.
9750 * include/bits/statx.h: Likewise.
9751 * sysdeps/unix/sysv/linux/kernel-features.h
9752 [__LINUX_KERNEL_VERSION >= 0x040B00] (__ASSUME_STATX): Define.
9753 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9754 [__LINUX_KERNEL_VERSION < 0x040D00] (__ASSUME_STATX): Undefine.
9755 * sysdeps/unix/sysv/linux/ia64/kernel-features.h (__ASSUME_STATX):
9756 Undefine.
9757 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9758 [__LINUX_KERNEL_VERSION < 0x040C00] (__ASSUME_STATX): Undefine.
9759 * sysdeps/unix/sysv/linux/statx.c: New file.
9760 * manual/filesys.texi: Note that statx is undocumented.
9761 * sysdeps/**/libc*.abilist: Update.
9762
9763 2018-07-10 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9764
9765 * sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c: Add a comment about
9766 a kernel issue which lead to test failure in some cases.
9767
9768 2018-07-10 Florian Weimer <fweimer@redhat.com>
9769
9770 [BZ #23036]
9771 * posix/regexec.c (check_node_accept_bytes): When comparing
9772 weights, do not compare an extra byte after the end of the
9773 weights.
9774
9775 2018-07-10 Florian Weimer <fweimer@redhat.com>
9776
9777 * libio/readline.c: Fix copyright year.
9778 * libio/tst-readline.c Likewise.
9779 * nss/tst-nss-files-hosts-getent.c: Likewise.
9780
9781 2018-07-06 Florian Weimer <fweimer@redhat.com>
9782
9783 [BZ #18991]
9784 * nss/nss_files/files-XXX.c (internal_getent): Use
9785 __libc_readline_unlocked. Seek back to the start of the line if
9786 parsing failes with ERANGE.
9787 (get_contents_ret, get_contents): Remove.
9788 * nss/tst-nss-files-hosts-getent.c: New file.
9789 * nss/Makefile (tests): Add tst-nss-files-hosts-getent.
9790 (tst-nss-files-hosts-getent): Link with -ldl.
9791
9792 2018-07-06 Florian Weimer <fweimer@redhat.com>
9793
9794 * include/stdio.h (__libc_readline_unlocked): Declare.
9795 (__ftello64, __fseeko64): Declare aliases.
9796 * libio/readline.c: New file.
9797 * libio/tst-readline.c: Likewise.
9798 (routines): Add readline.
9799 (tests-internal): Add tst-readlime.
9800 * libio/Versions (GLIBC_PRIVATE): Export __fseeko64, __ftello64,
9801 __libc_readline_unlocked.
9802 * libio/fseeko.c (__fseeko): Rename from fseeko.
9803 (fseeko): Add alias.
9804 [__OFF_T_MATCHES_OFF64_T] (fseeko64, __fseeko64): Likewise.
9805 * libio/fseeko64.c (__fseeko64): Rename from fseeko64.
9806 (fseeko64): Add alias.
9807 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T] (__ftello64): Add alias.
9808 * libio/ftello64.c (__ftello64): Rename from ftello64.
9809 (ftello64): Add alias.
9810
9811 2018-07-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
9812
9813 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h (HWCAP_IMPORTANT): Add
9814 HWCAP_ATOMICS.
9815
9816 2018-07-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
9817
9818 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (init_cpu_features):
9819 Use dl_hwcap without masking.
9820 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h (HWCAP_IMPORTANT):
9821 Remove HWCAP_CPUID.
9822
9823 2018-07-06 Florian Weimer <fweimer@redhat.com>
9824
9825 * conform/conformtest.pl (checknamespace): Escape literal braces
9826 in regular expressions.
9827
9828 2018-07-06 Amit Pawar <amit.pawar@amd.com>
9829
9830 * sysdeps/x86/cpu-features.c (get_common_indeces):
9831 AVX_Fast_Unaligned_Load is enabled when AVX2 is detected.
9832 * sysdeps/x86/cpu-features.c (init_cpu_features):
9833 AVX_Fast_Unaligned_Load is disabled for Excavator core.
9834
9835 2018-07-05 Florian Weimer <fweimer@redhat.com>
9836
9837 * csu/Makefile (CFLAGS-static-reloc.os): Build with stack
9838 protector.
9839 (CFLAGS-elf-init.oS): Likewise.
9840
9841 2018-07-05 Florian Weimer <fweimer@redhat.com>
9842 Carlos O'Donell <carlos@redhat.com>
9843
9844 * debug/Makefile (CFLAGS-stack_chk_fail_local.c): Remove
9845 $(no-stack-protector). stack_chk_fail_local.c can be compiled
9846 with stack protector enabled because there is no risk of infinite
9847 recursion.
9848
9849 2018-07-05 Maciej W. Rozycki <macro@mips.com>
9850
9851 [BZ #19818]
9852 [BZ #23307]
9853 * libc-abis (ABSOLUTE): New ABI.
9854 * sysdeps/unix/sysv/linux/mips/libc-abis (ABSOLUTE): New ABI.
9855 * NEWS: Mention the new ABI.
9856
9857 2018-07-05 Florian Weimer <fweimer@redhat.com>
9858
9859 [BZ # 17662]
9860 * libio/stdio.h [__USE_GNU] (RENAME_NOREPLACE, RENAME_EXCHANGE)
9861 (RENAME_WHITEOUT): Define.
9862 [__USE_GNU] (renameat2): Declare.
9863 * stdio-common/Makefile (routines): Add renameat2.
9864 (tests): Add tst-renameat2.
9865 * stdio-common/Versions (GLIBC_2_28): Export renameat2.
9866 * stdio-common/renameat2.c: New file.
9867 * stdio-common/tst-renameat2.c: Likewise.
9868 * sysdeps/unix/sysv/linux/renameat2.c: Likewise.
9869 * manual/filesys.texi (Temporary Files): Note that renameat2 is
9870 undocumented.
9871 * sysdeps/unix/sysv/linux/kernel-features.h
9872 [__LINUX_KERNEL_VERSION >= 0x030F00] (__ASSUME_RENAMEAT2): Define.
9873 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9874 [__LINUX_KERNEL_VERSION < 0x031100] (__ASSUME_RENAMEAT2): Undefine.
9875 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9876 [__LINUX_KERNEL_VERSION < 0x031100] (__ASSUME_RENAMEAT2): Undefine.
9877 * sysdeps/unix/sysv/linux/sh/kernel-features.h
9878 [__LINUX_KERNEL_VERSION < 0x040800] (__ASSUME_RENAMEAT2): Undefine.
9879 * sysdeps/unix/sysv/linux/sparc/kernel-features.h
9880 [__LINUX_KERNEL_VERSION < 0x031000] (__ASSUME_RENAMEAT2): Undefine.
9881 * include/stdio.h (__renameat): Add alias for renameat.
9882 * stdio-common/renameat.c (__renameat): Rename from renameat.
9883 Add hidden definition and alias.
9884 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
9885 * sysdeps/mach/hurd/renameat.c: Likewise.
9886 * sysdeps/**/libc*.abilist: Add renameat2.
9887
9888 2018-07-04 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9889
9890 * posix/bug-regex33.c: Fix build after regex sync.
9891
9892 2018-07-04 Carlos O'Donell <carlos@redhat.com>
9893
9894 [BZ #23164]
9895 * localedata/tst-langinfo-setlocale.c: New file.
9896 * localedata/tst-langinfo-setlocale-static.c: New file.
9897 * localedata/tst-langinfo-newlocale.c: New file.
9898 * localedata/tst-langinfo-newlocale-static.c: New file.
9899 * localedata/Makefile (test-srcs): Remove tst-langinfo. Add
9900 tst-langinfo-setlocale, tst-langinfo-setlocale-static,
9901 tst-langinfo-newlocale, tst-langinfo-newlocale-static.
9902 (tests-static): Remove tst-langinfo-static. Add
9903 tst-langinfo-newlocale-static, tst-langinfo-setlocale-static.
9904 (tests-special): Remove $(objpfx)tst-langinfo.out,
9905 $(objpfx)tst-langinfo-static.out. Add
9906 $(objpfx)tst-langinfo-setlocale.out,
9907 $(objpfx)tst-langinfo-newlocale.out,
9908 $(objpfx)tst-langinfo-setlocale-static.out,
9909 $(objpfx)tst-langinfo-newlocale-static.out.
9910 ($(objpfx)tst-langinfo.out): Remove.
9911 ($(objpfx)tst-langinfo-static.out): Remove.
9912 ($(objpfx)tst-langinfo-newlocale.out): New target.
9913 ($(objpfx)tst-langinfo-newlocale-static.out): New target.
9914 (test-xfail-tst-langinfo-newlocale-static): Add.
9915 ($(objpfx)tst-langinfo-setlocale.out): New target.
9916 ($(objpfx)tst-langinfo-setlocale-static.out): New target.
9917 * localedata/tst-langinfo.c: Call test_locale.
9918 * localedata/tst-langinfo.sh: Add LC_MONETARY CURRENCY_SYMBOL test
9919 data.
9920
9921 2018-07-04 Florian Weimer <fweimer@redhat.com>
9922
9923 testrun.sh: Implement --tool=strace, --tool=valgrind
9924 * Makefile (testrun-script): Define variable.
9925 (testrun.sh): Use variable.
9926 * manual/install.texi (Tools for Compilation): make 4.0 or later
9927 is required.
9928 * configure.ac: Check for make 4.0 or later.
9929 * INSTALL: Regenerate.
9930 * configure: Likewise.
9931
9932 2018-07-04 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9933
9934 [BZ #23233]
9935 [BZ #21163]
9936 [BZ #18986]
9937 [BZ #13762]
9938 * posix/Makefile (tests): Add bug-regex37 and bug-regex38.
9939 * posix/PCRE.tests: Remove invalid test.
9940 * posix/bug-regex28.c: Fix expected values for used syntax.
9941 * posix/bug-regex37.c: New file.
9942 * posix/bug-regex38.c: Likewise.
9943 * posix/regcomp.c: Sync with gnulib.
9944 * posix/regex.c: Likewise.
9945 * posix/regex.h: Likewise.
9946 * posix/regex_internal.c: Likewise.
9947 * posix/regex_internal.h: Likewise.
9948 * posix/regexec.c: Likewise.
9949
9950 2018-06-26 Mike FABIAN <mfabian@redhat.com>
9951
9952 [BZ #23308]
9953 * unicode-gen/Makefile (UNICODE_VERSION): Set to 11.0.0.
9954 * localedata/unicode-gen/DerivedCoreProperties.txt: Update to Unicode 11.0.0.
9955 * localedata/unicode-gen/EastAsianWidth.txt: likewise.
9956 * localedata/unicode-gen/PropList.txt: likewise.
9957 * localedata/unicode-gen/UnicodeData.txt: likewise.
9958 * localedata/charmaps/UTF-8: Regenerate.
9959 * localedata/locales/i18n_ctype: likewise.
9960 * localedata/locales/tr_TR: likewise.
9961 * localedata/locales/translit_circle: likewise.
9962 * localedata/locales/translit_cjk_compat: likewise.
9963 * localedata/locales/translit_combining: likewise.
9964 * localedata/locales/translit_compat: likewise.
9965 * localedata/locales/translit_font: likewise.
9966 * localedata/locales/translit_fraction: likewise.
9967
9968 2018-07-03 Florian Weimer <fweimer@redhat.com>
9969
9970 [BZ #23363]
9971 * stdio-common/tst-printf.c (DEC, INT, UNS, fp_test): Remove.
9972 * stdio-common/tst-printf.sh: Adjust expected output.
9973 * LICENSES: Update.
9974
9975 2018-07-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9976
9977 * sysdeps/mach/hurd/i386/libc.abilist [GLIBC_2.28] (fcntl): Remove
9978 symbol.
9979
9980 2018-07-02 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
9981
9982 * stdio-common/Makefile (test-srcs): Add tst-printfsz-islongdouble.
9983 (tests-special) Add $(objpfx)tst-printfsz-islongdouble.out.
9984 ($(objpfx)tst-printfsz-islongdouble.out): New build and run rule.
9985 * stdio-common/tst-printfsz-islongdouble.c: New file.
9986 * stdio-common/tst-printfsz-islongdouble.sh: Likewise.
9987 * sysdeps/ieee754/ldbl-128ibm-compat/Makefile:
9988 [subdir == stdio-common] (routines): Add ieee128-printf_size.
9989 [subdir == stdio-common] (tests-internal): Add
9990 test-printf-size-ieee128, and test-printf-size-ibm128.
9991 [subdir == stdio-common] (CFLAGS-test-printf-size-ieee128.c)
9992 (CFLAGS-test-printf-size-ibm128.c): New variables.
9993 [subdir == stdio-common] (tests-special): Add
9994 $(objpfx)test-printf-size-ieee128.out and
9995 $(objpfx)test-printf-size-ibm128.out.
9996 [subdir == stdio-common] ($(objpfx)test-printf-size-ieee128.out)
9997 ($(objpfx)test-printf-size-ibm128.out): New build and run rules.
9998 * sysdeps/ieee754/ldbl-128ibm-compat/Versions (libc): Add
9999 __printf_sizeieee128.
10000 * sysdeps/ieee754/ldbl-128ibm-compat/ieee128-printf_size.c:
10001 New file.
10002 * sysdeps/ieee754/ldbl-128ibm-compat/test-printf-size-ibm128.c:
10003 Likewise.
10004 * sysdeps/ieee754/ldbl-128ibm-compat/test-printf-size-ieee128.c:
10005 Likewise.
10006
10007 2018-07-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
10008
10009 * sysdeps/ieee754/flt-32/e_powf.c (__powf): Use uint32_t.
10010 (exp2f_inline): Likewise.
10011 * sysdeps/ieee754/flt-32/math_config.h (__math_oflowf): Likewise.
10012 (__math_uflowf): Likewise.
10013 (__math_may_uflowf): Likewise.
10014 (__math_divzerof): Likewise.
10015 (__math_invalidf): Likewise.
10016 * sysdeps/ieee754/flt-32/math_errf.c (xflowf): Likewise.
10017 (__math_oflowf): Likewise.
10018 (__math_uflowf): Likewise.
10019 (__math_may_uflowf): Likewise.
10020 (__math_divzerof): Likewise.
10021 (__math_invalidf): Likewise.
10022
10023 2018-06-29 DJ Delorie <dj@redhat.com>
10024 Carlos O'Donell <carlos@redhat.com>
10025
10026 [BZ #23329]
10027 * include/libc-symbols.h: Comment the freeres framework.
10028 * include/set-hooks.h: Include libc-symbols.h. Fix comment.
10029 * dlfcn/Makefile (libdl-routines): Add dlfreeres.
10030 * dlfcn/Versions (GLIBC_PRIVATE): Add __libdl_freeres.
10031 * dlfcn/dlerror.c: Include libc-symbols.h
10032 (__dlerror_main_freeres): New function.
10033 * dlfcn/dlfreeres.c: New file.
10034 * dlfcn/sdlfreeres.c: New file.
10035 * include/dlfcn.h: Declare __dlerror_main_freeres.
10036 * malloc/set-freeres.c: Declare __libdl_freeres, and
10037 __libpthread_freeres.
10038 (__libc_subfreeres): Call __libdl_freeres, and __libpthread_freeres if
10039 the releavant libraries are loaded.
10040 * malloc/thread-freeres.c: Add comments.
10041 * nptl/Makefile (libpthread-routines): Add nptlfreeres.
10042 * nptl/Version (GLIBC_PRIVATE): Add __libpthread_freeres.
10043 * nptl/allocatestack.c (__nptl_free_stacks): New function.
10044 (__free_stacks): Rename to...
10045 (free_stacks): ...this. Mark static.
10046 (queue_stack): Call free_stacks.
10047 * nptl/libc_pthread_init.c [SHARED] (freeres_libpthread): Delete.
10048 * nptl/nptl-init.c: Delete delcaration of nptl_freeres.
10049 * sysdeps/nptl/pthread-functions.h (pthread_functions): Remove
10050 ptr_freeres element from struct.
10051 (pthread_functions): Remove .ptr_freeres from struct initializer.
10052 [SHARED] (nptl_freeres): Remove.
10053 * nptl/nptlfreeres.c: New file.
10054 * nptl/pthreadP.h
10055 [IS_IN (libpthread) && SHARED ] (__unwind_freeres): Rename to...
10056 [IS_IN (libpthread)] (__nptl_unwind_freeres): ...this. Mark
10057 attribute_hidden.
10058 (__free_stacks): Rename to...
10059 (__nptl_stacks_freeres): ...this.
10060 (__shm_directory_freeres): Declare.
10061 * nptl/unwind-forcedunwind.c (__unwind_freeres): Rename to...
10062 (__nptl_unwind_freeres): ...this.
10063 * resolv/res-close.c: Add comment.
10064 * resolv/resolv_conf.c: Include libc-symbols.h.
10065 * string/strerror_l.c: Include libc-symbols.h.
10066 * sunrpc/rpc_thread.c: Include libc-symbols.h.
10067 * sysdeps/mach/strerror_l.c: Inlcude libc-symbols.h
10068 * sysdeps/unix/sysv/linux/shm-directory.c (freeit): Rename to...
10069 [IS_IN (libpthread)] (__shm_directory_freeres): ...this.
10070
10071 2018-06-29 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10072
10073 * stdlib/tst-strfmon_l.c: Add tests for long double.
10074
10075 2018-06-29 Michael Wolf <milupo@sorbzilla.de>
10076
10077 [BZ #23208]
10078 * localedata/SUPPORTED (dsb_DE/UTF-8): New entry.
10079 * localedata/locales/dsb_DE: New file.
10080
10081 2018-06-29 Rafal Luzynski <digitalfreak@lingonborough.com>
10082
10083 [BZ #23140]
10084 * localedata/locales/hy_AM (mon): Synchronize with CLDR (lowercase,
10085 genitive case).
10086 (alt_mon): New entry, import from CLDR (nominative case).
10087
10088 2018-06-29 Sylvain Lesage <severo@rednegra.net>
10089
10090 [BZ #22996]
10091 * localedata/locales/es_BO (LC_PAPER): Change to “copy "en_US"”.
10092
10093 2018-06-29 Siddhesh Poyarekar <siddhesh@sourceware.org>
10094
10095 * sysdeps/aarch64/multiarch/memcpy_falkor.S (__memcpy_falkor):
10096 Use vector registers.
10097
10098 * sysdeps/aarch64/multiarch/memmove_falkor.S
10099 (__memcpy_falkor): Use vector registers.
10100
10101 2018-06-29 Martin Sebor <msebor@redhat.com>
10102
10103 * manual/stdio.texi (Customizing Printf): Mention interaction
10104 with GCC built-ins.
10105
10106 2018-06-29 Maciej W. Rozycki <macro@mips.com>
10107
10108 [BZ #23307]
10109 * elf/dl-lookup.c (check_match): Do not reject a symbol whose
10110 `st_value' is 0 if `st_shndx' is SHN_ABS.
10111 * elf/tst-absolute-zero.c: New file.
10112 * elf/tst-absolute-zero-lib.c: New file.
10113 * elf/tst-absolute-zero-lib.lds: New file.
10114 * elf/Makefile (tests): Add `tst-absolute-zero'.
10115 (modules-names): Add `tst-absolute-zero-lib'.
10116 (LDLIBS-tst-absolute-zero-lib.so): New variable.
10117 ($(objpfx)tst-absolute-zero-lib.so): New dependency.
10118 ($(objpfx)tst-absolute-zero: New dependency.
10119
10120 2018-06-29 Zack Weinberg <zackw@panix.com>
10121
10122 * configure.ac: New command-line option --disable-crypt.
10123 Force --disable-nss-crypt when --disable-crypt is given, with a
10124 warning if it was explicitly enabled.
10125 * configure: Regenerate.
10126 * config.make.in: New boolean substitution variable $(build-crypt).
10127 * Makeconfig: Only include 'crypt' in all-subdirs and rpath-dirs
10128 when $(build-crypt).
10129 * manual/install.texi: Document --disable-crypt.
10130 * INSTALL: Regenerate.
10131
10132 * crypt/Makefile: Remove code conditional on $(crypt-in-libc),
10133 which is never set.
10134 * conform/Makefile: Only include libcrypt.a in
10135 linknamespace-libs-xsi and linknamespace-libs-XPG4
10136 when $(build-crypt).
10137 * elf/Makefile (CFLAGS-tst-linkall-static.c): Only define
10138 USE_CRYPT to 1 when $(build-crypt).
10139 (tst-linkall-static): Only link libcrypt.a when $(build-crypt).
10140 (localplt-built-dso): Only add libcrypt.so when $(build-crypt).
10141 * elf/tst-linkall-static.c: Only include crypt.h when USE_CRYPT.
10142
10143 2018-06-29 Zack Weinberg <zackw@panix.com>
10144
10145 * crypt/crypt.h, posix/unistd.h: Update comments and
10146 prototypes for crypt and crypt_r.
10147
10148 * manual/crypt.texi (Cryptographic Functions): New initial
10149 exposition.
10150 (crypt): Section renamed to 'Passphrase Storage'. Full rewrite.
10151 (Unpredictable Bytes): Improve initial exposition. Clarify error
10152 behavior of getentropy and getrandom.
10153 * manual/examples/genpass.c: Generate a salt using getentropy
10154 instead of the current time. Use hash $5$ (SHA-2-256).
10155 * manual/examples/testpass.c: Demonstrate validation against
10156 hashes generated with three different one-way functions.
10157
10158 * manual/intro.texi: crypt.texi does not need an overview
10159 anymore.
10160
10161 * manual/nss.texi, manual/memory.texi, manual/socket.texi
10162 * manual/terminal.texi: Consistently refer to "passphrases"
10163 * instead of "passwords", and to the "user database" instead
10164 * of the "password database".
10165 * manual/users.texi: Similarly. Add notes about how actual
10166 passphrase hashes are now stored in the shadow database.
10167 Remove 20-year-old junk todo note.
10168
10169 2018-06-29 Zack Weinberg <zackw@panix.com>
10170
10171 * manual/crypt.texi: Use a normal top-level @node declaration.
10172 Move most of the introductory text to the 'crypt' section.
10173 Move the example programs below the @deftypefun for 'crypt_r'.
10174 Move the 'getpass' section...
10175 * manual/terminal.texi: ...here.
10176
10177 2018-06-29 Zack Weinberg <zackw@panix.com>
10178 Florian Weimer <fweimer@redhat.com>
10179
10180 * posix/unistd.h: Do not declare encrypt.
10181 (_XOPEN_CRYPT): Remove macro definition.
10182 (crypt): Declare only for _USE_MISC.
10183 * stdlib/stdlib.h: Do not declare setkey.
10184 * crypt/crypt.h: Do not declare encrypt, setkey, encrypt_r, setkey_r.
10185 * sunrpc/Makefile: Do not install des_crypt.h nor rpc_des.h.
10186
10187 * crypt/crypt-entry.c: Make fcrypt a compat symbol.
10188 * crypt/crypt_util.c: Make encrypt, encrypt_r, setkey, setkey_r
10189 into compat symbols. Don't define initial_perm if it's not
10190 going to be used.
10191 * crypt/cert.c: Link explicitly with the expected versions for
10192 setkey and encrypt. If they are not available at all, mark
10193 the test as unsupported.
10194
10195 * sunrpc/des_crypt.c: Unconditionally block linkage with
10196 cbc_crypt and ecb_crypt for new binaries.
10197 * sunrpc/des_soft.c: Unconditionally block linkage with
10198 des_setparity for new binaries.
10199
10200 * manual/crypt.texi: Remove the entire "DES Encryption"
10201 section. Also remove the paragraph talking about FIPS 140-2
10202 from the introduction.
10203 * manual/string.texi (strfry, memfrob): Revise. Recommend use
10204 of libgcrypt for "real" encryption, not DES.
10205 * manual/conf.texi (Constants for Sysconf): Mention that
10206 _XOPEN_CRYPT is no longer impelemented.
10207
10208 * conform/data/unistd.h-data: Remove crypt function declaration.
10209
10210 2018-06-29 Florian Weimer <fweimer@redhat.com>
10211
10212 [BZ #23351]
10213 * malloc/hooks.c: Update comments on restoring of dumped heaps.
10214 (disallow_malloc_check): Remove variable.
10215 (__malloc_check_init): Adjust.
10216 (malloc_set_state): Update comment.
10217 * malloc/malloc.c (__malloc_get_state, __malloc_set_state): Remove
10218 declarations.
10219
10220 2018-06-29 Rafal Luzynski <digitalfreak@lingonborough.com>
10221
10222 [BZ #23140]
10223 * localedata/locales/ast_ES (mon): Rename to...
10224 (alt_mon): This.
10225 (mon): Import from CLDR (genitive case).
10226
10227 2018-06-29 Daniel Alvarez <dalvarez@redhat.com>
10228 Jakub Sitnicki <jkbs@redhat.com>
10229
10230 [BZ #21812]
10231 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Retry
10232 on NLM_F_DUMP_INTR.
10233
10234 2018-06-28 Szabolcs Nagy <szabolcs.nagy@arm.com>
10235
10236 * manual/llio.texi: Remove spurious space.
10237
10238 2018-06-28 Florian Weimer <fweimer@redhat.com>
10239
10240 [BZ #23349]
10241 * time/bits/types/struct_timespec.h: Change header inclusion guard to
10242 _STRUCT_TIMESPEC.
10243
10244 2018-06-28 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10245
10246 * sysdeps/ieee754/ldbl-128ibm-compat/Versions: Add __strfromieee128,
10247 __strtoieee128, __strtoieee128_l,__wcstoieee128 and __wcstoieee128_l.
10248 * sysdeps/ieee754/ldbl-128ibm-compat/strfromf128.c: New file.
10249 * sysdeps/ieee754/ldbl-128ibm-compat/strtof128.c: New file.
10250 * sysdeps/ieee754/ldbl-128ibm-compat/strtof128_l.c: New file.
10251 * sysdeps/ieee754/ldbl-128ibm-compat/wcstof128.c: New file.
10252 * sysdeps/ieee754/ldbl-128ibm-compat/wcstof128_l.c: New file.
10253
10254 2018-06-27 Maciej W. Rozycki <macro@mips.com>
10255
10256 [BZ #23266]
10257 * nis/nss_nisplus/nisplus-parser.c (_nss_nisplus_parse_pwent):
10258 Copy and null-terminate entries that are not terminated, in
10259 addition to empty ones.
10260
10261 2018-06-27 Florian Weimer <fweimer@redhat.com>
10262
10263 [BZ #18023]
10264 * include/alloca.h (stackinfo_alloca_round, extend_alloca)
10265 (extend_alloca_account): Remove.
10266 * manual/stdio.texi (Variable Arguments Output): Update comment.
10267
10268 2018-06-27 Joseph Myers <joseph@codesourcery.com>
10269
10270 * nptl/sockperf.c: Remove file.
10271
10272 2018-06-27 Florian Weimer <fweimer@redhat.com>
10273
10274 [BZ #18023]
10275 * elf/dl-deps.c (_dl_map_object_deps): Use struct
10276 scratch_buffer instead of extend_alloca.
10277
10278 2018-06-27 Florian Weimer <fweimer@redhat.com>
10279
10280 [BZ #18023]
10281 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Use struct
10282 scratch_buffer instead of extend_alloca. Update comments.
10283
10284 2018-06-27 Florian Weimer <fweimer@redhat.com>
10285
10286 [BZ #18023]
10287 * posix/wordexp.c (parse_tilde): Use struct scratch_buffer
10288 instead of extend_alloca.
10289
10290 2018-06-26 Joseph Myers <joseph@codesourcery.com>
10291
10292 [BZ #13888]
10293 * posix/Makefile (CFLAGS-tst-spawn3.c): New variable.
10294 * posix/tst-spawn3.c (do_test): Put tst-spwan3.pid in OBJPFX, not
10295 /tmp.
10296 * scripts/test-installation.pl: Put temporary files in build
10297 directory, not /tmp.
10298 * stdio-common/Makefile (CFLAGS-bug3.c): New variable.
10299 (CFLAGS-bug4.c): Likewise.
10300 (CFLAGS-bug5.c): Likewise.
10301 (CFLAGS-test-fseek.c): Likewise.
10302 (CFLAGS-test-popen.c): Likewise.
10303 (CFLAGS-test_rdwr.c): Likewise.
10304 * stdio-common/bug3.c (main): Put temporary file in OBJPFX, not
10305 /tmp.
10306 * stdio-common/bug4.c (main): Likewise.
10307 * stdio-common/bug5.c (main): Likewise.
10308 * stdio-common/test-fseek.c (TESTFILE): Likewise.
10309 * stdio-common/test-popen.c (do_test): Likewise.
10310 * stdio-common/test_rdwr.c (main): Likewise.
10311
10312 2018-06-26 Patsy Franklin <pfrankli@redhat.com>
10313
10314 * nptl/sem_open.c [!__HAVE_64B_ATOMICS] (sem_open): Don't update pad.
10315 (sem_open): Set sem.newsem.pad to zero for valgrind.
10316
10317 2018-06-26 Adhemerval Zanella <adhemerval.zanella@linaro.org>
10318
10319 [BZ #20251]
10320 * NEWS: Mention fcntl64 addition.
10321 * csu/check_fds.c: Replace __fcntl_nocancel by __fcntl64_nocancel.
10322 * login/utmp_file.c: Likewise.
10323 * sysdeps/posix/fdopendir.c: Likewise.
10324 * sysdeps/posix/opendir.c: Likewise.
10325 * sysdeps/unix/pt-fcntl.c: Likewise.
10326 * include/fcntl.h (__libc_fcntl64, __fcntl64,
10327 __fcntl64_nocancel_adjusted): New prototype.
10328 (__fcntl_nocancel_adjusted): Remove prototype.
10329 * io/Makefile (routines): Add fcntl64.
10330 (CFLAGS-fcntl64.c): New rule.
10331 * io/Versions [GLIBC_2.28] (fcntl64): New symbol.
10332 [GLIBC_PRIVATE] (__libc_fcntl): Rename to __libc_fcntl64.
10333 * io/fcntl.h (fcntl64): Add prototype and redirect if
10334 __USE_FILE_OFFSET64 is defined.
10335 * io/fcntl64.c: New file.
10336 * manual/llio.text: Add a note for which commands fcntl acts a
10337 cancellation point.
10338 * nptl/Makefile (CFLAGS-fcntl64.c): New rule.
10339 * sysdeps/mach/hurd/fcntl.c: Alias fcntl to fcntl64 symbols.
10340 * sysdeps/mach/hurd/i386/libc.abilist [GLIBC_2.28] (fcntl, fcntl64):
10341 New symbols.
10342 * sysdeps/unix/sysv/linux/fcntl.c (__libc_fcntl): Fix F_GETLK64,
10343 F_OFD_GETLK, F_SETLK64, F_SETLKW64, F_OFD_SETLK, and F_OFD_SETLKW for
10344 non-LFS case.
10345 * sysdeps/unix/sysv/linux/fcntl64.c: New file.
10346 * sysdeps/unix/sysv/linux/fcntl_nocancel.c (__fcntl_nocancel): Rename
10347 to __fcntl64_nocancel.
10348 (__fcntl_nocancel_adjusted): Rename to __fcntl64_nocancel_adjusted.
10349 * sysdeps/unix/sysv/linux/not-cancel.h (__fcntl_nocancel): Rename
10350 to __fcntl64_nocancel.
10351 * sysdeps/generic/not-cancel.h: Likewise.
10352 * sysdeps/unix/sysv/linux/tst-ofdlocks.c: New file.
10353 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-ofdlocks.
10354 * sysdeps/unix/sysv/linux/aarch64/libc.abilist [GLIBC_2.28]
10355 (fcntl64): New symbol.
10356 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
10357 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
10358 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
10359 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
10360 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
10361 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
10362 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
10363 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
10364 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
10365 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
10366 * sysdeps/unix/sysv/linux/arm/libc.abilist [GLIBC_2.28] (fcntl,
10367 fcntl64): Likewise.
10368 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
10369 * sysdeps/unix/sysv/linux/i386/libc.abilis: Likewise.
10370 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
10371 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
10372 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
10373 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
10374 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
10375 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
10376 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
10377 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
10378 Likewise.
10379 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10380 Likewise.
10381 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
10382 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
10383 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
10384
10385 2018-06-26 Florian Weimer <fweimer@redhat.com>
10386
10387 Run thread shutdown functions in an explicit order.
10388 * malloc/thread-freeres.c (__libc_thread_subfreeres): Remove hook
10389 definition.
10390 (__libc_thread_freeres): Call thread shutdown functions
10391 explicitly.
10392 * include/rpc/rpc.h (__rpc_thread_destroy): Add hidden attribute.
10393 * include/string.h (__strerror_thread_freeres): Declare.
10394 * malloc/arena.c (__malloc_arena_thread_freeres): Renamed from
10395 arena_thread_freeres. No longer static. Remove thread shutdown
10396 hook registration.
10397 * malloc/malloc-internal.h (__malloc_arena_thread_freeres):
10398 Declare.
10399 * resolv/res-close.c (__res_thread_freeres): Renamed from
10400 res_thread_freeres. No longer static. Remove thread shutdown
10401 hook registration.
10402 * resolv/resolv-internal.h (__res_thread_freeres): Declare.
10403 * resolv/resolv_conf.c (freeres): Remove incorrect section
10404 attribute and use libc_freeres_fn.
10405 * string/strerror_l.c (__strerror_thread_freeres): Renamed from
10406 strerror_thread_freeres. No longer static. Remove thread
10407 shutdown hook registration.
10408 * sysdeps/mach/strerror_l.c (__strerror_thread_freeres): Likewise.
10409 * sunrpc/rpc_thread.c (__rpc_thread_destroy): Remove thread
10410 shutdown hook registration.
10411 * Makerules (shlib.lds): Do not provide section boundary symbols
10412 for __libc_thread_subfreeres.
10413 * manual/memory.texi (Basic Allocation): Update comment.
10414
10415 2018-06-26 Florian Weimer <fweimer@redhat.com>
10416
10417 Remove always-defined _RPC_THREAD_SAFE_ macro.
10418 * sunrpc/Makefile (sunrpc-CPPFLAGS, CPPFLAGS, BUILD_CPPFLAGS):
10419 Do not define _RPC_THREAD_SAFE_.
10420 * include/rpc/rpc.h: Remove _RPC_THREAD_SAFE_ preprocessor
10421 conditional.
10422 * sunrpc/clnt_perr.c: Likewise.
10423 * sunrpc/clnt_raw.c: Likewise.
10424 * sunrpc/clnt_simp.c: Likewise.
10425 * sunrpc/key_call.c: Likewise.
10426 * sunrpc/rpc_common.c: Likewise.
10427 * sunrpc/rpc_main.c: Likewise.
10428 * sunrpc/rpc_thread.c: Likewise.
10429 * sunrpc/svc.c: Likewise.
10430 * sunrpc/svc_raw.c: Likewise.
10431 * sunrpc/svc_simple.c: Likewise.
10432 * sumrpc/svcauth_des.c: Likewise.
10433
10434 2018-06-26 Florian Weimer <fweimer@redhat.com>
10435
10436 * libio/Makefile (tests-internal): Add tst-vtables,
10437 tst-vtables-interposed.
10438 * libio/tst-vtables.c: New file.
10439 * libio/tst-vtables-common.c: Likewise.
10440 * libio/tst-vtables-interposed.c: Likewise.
10441
10442 2018-06-26 Florian Weimer <fweimer@redhat.com>
10443
10444 * support/support_test_main.c (support_test_main): Only call
10445 setvbuf if not disables.
10446 * support/test-driver.c (main): Check TEST_NO_SETVBUF.
10447 * support/test-driver.h (struct test_config): Add no_setvbuf member.
10448
10449 2018-06-26 Florian Weimer <fweimer@redhat.com>
10450
10451 [BZ #23313]
10452 * libio/vtables.c (check_stdfiles_vtables): New ELF constructor.
10453
10454 2018-06-25 Florian Weimer <fweimer@redhat.com>
10455
10456 [BZ #18023]
10457 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
10458 Use struct scratch_buffer instead of extend_alloca.
10459
10460 2018-06-25 Florian Weimer <fweimer@redhat.com>
10461
10462 [BZ #18023]
10463 * nss/getent.c (initgroups_keys): Use dynarray instead of
10464 extend_alloca.
10465
10466 2018-06-25 Florian Weimer <fweimer@redhat.com>
10467
10468 [BZ #18023]
10469 * nis/nss_nis/nis-initgroups.c (get_uid, _nss_nis_initgroups_dyn):
10470 Use struct scratch_buffer instead of extend_alloca.
10471
10472 2018-06-25 Florian Weimer <fweimer@redhat.com>
10473
10474 [BZ #18023]
10475 * nss/nss_compat/compat-initgroups.c (getgrent_next_nss): Fall
10476 back to malloc directly, without stack allocations.
10477
10478 2018-06-25 Florian Weimer <fweimer@redhat.com>
10479
10480 [BZ #18023]
10481 * nscd/aicache.c (addhstaiX): Use struct scratch_buffer instead
10482 of extend_alloca.
10483
10484 2018-06-25 Florian Weimer <fweimer@redhat.com>
10485
10486 [BZ #18023]
10487 * nscd/grpcache.c (addgrbyX): Use struct scratch_buffer instead
10488 of extend_alloca.
10489 * nscd/hstcache.c (addhstbyX): Likewise.
10490 * nscd/pwdcache.c (addpwbyX): Likewise.
10491 * nscd/servicescache.c (addservbyX): Likewise.
10492
10493 2018-06-25 Florian Weimer <fweimer@redhat.com>
10494
10495 [BZ #18023]
10496 * nscd/connections.c (read_cmdline): New function.
10497 (restart): Use it. Update comment.
10498
10499 2018-06-25 Rafal Luzynski <digitalfreak@lingonborough.com>
10500
10501 [BZ #23140]
10502 * localedata/locales/csb_PL (mon): Rename to...
10503 (alt_mon): This.
10504 (abmon): Rename to...
10505 (ab_alt_mon): This.
10506 (mon): Add with proper genitive forms, copy from Wikipedia.
10507 (abmon): Likewise.
10508
10509 2018-06-25 Rafal Luzynski <digitalfreak@lingonborough.com>
10510
10511 [BZ #19485]
10512 * localedata/locales/csb_PL (mon): Fix typos:
10513 "łżëkwiôt" -> "łżëkwiat" (April); "lëpinc" -> "lëpińc" (July).
10514 (yesstr): Add, value is "jo".
10515 (nostr): Add, value is "nié".
10516
10517 2018-06-22 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
10518
10519 * sysdeps/m68k/m680x0/fpu/s_log1p.c: Set as the generic file for
10520 all log1p and significand functions on m680x0.
10521 * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Include s_log1p.c instead
10522 of s_significand.c..
10523 * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
10524 * sysdeps/m68k/m680x0/fpu/s_significandf.c: Likewise.
10525 * sysdeps/m68k/m680x0/fpu/s_significandl.c: Likewise.
10526 * sysdeps/m68k/m680x0/fpu/s_significand.c: Move all the code to
10527 s_log1p.c and include it..
10528
10529 2018-06-21 Vincent Chen <vincentc@andestech.com>
10530
10531 * elf/elf.h (R_NDS32_NONE): New define.
10532 (R_NDS32_32_RELA): Likewise.
10533 (R_NDS32_COPY): Likewise.
10534 (R_NDS32_GLOB_DAT): Likewise.
10535 (R_NDS32_JUMP_SLOT): Likewise.
10536 (R_NDS32_RELATIVE): Likewise.
10537 (R_NDS32_TLS_TPOFF): Likewise.
10538 (R_NDS32_TLS_DESC): Likewise.
10539
10540 2018-06-21 Mark Wielaard <mark@klomp.org>
10541
10542 * elf/elf.h (R_BPF_MAP_FD): Removed.
10543 (R_BPF_64_64, R_BPF_64_32): New.
10544
10545 2018-06-21 Florian Weimer <fweimer@redhat.com>
10546
10547 [BZ #23253]
10548 * sysdeps/generic/math_private.h (default_libc_feholdsetround_ctx):
10549 Renamed from libc_feholdsetround_ctx.
10550 (default_libc_feresetround_ctx): Renamed from
10551 libc_feresetround_ctx.
10552 (default_libc_feholdsetround_noex_ctx): Renamed from
10553 libc_feholdsetround_noex_ctx.
10554 (default_libc_feresetround_noex_ctx): Renamed from
10555 libc_feresetround_noex_ctx.
10556 [!HAVE_RM_CTX] (libc_feholdsetround_ctx, libc_feresetround_ctx)
10557 (libc_feholdsetround_noex_ctx, libc_feresetround_noex_ctx): Macros
10558 forwardning to the old implementations under the new names.
10559 * sysdeps/i386/fpu/fenv_private.h [__SSE_MATH__]
10560 (libc_feholdexcept_setround_ctx, libc_fesetenv_ctx)
10561 (libc_feupdateenv_ctx, libc_feholdsetround_ctx)
10562 (libc_feresetround_ctx): Forward to default implements for i386
10563 and MATH_SET_BOTH_ROUNDING_MODES.
10564 * sysdeps/i386/Makefile [$(subdir) == math] (CFLAGS-e_gamma_r.c):
10565 Add -DMATH_SET_BOTH_ROUNDING_MODES.
10566
10567 2018-06-20 Joseph Myers <joseph@codesourcery.com>
10568
10569 * string/tst-cmp.c: Include <libc-diag.h>.
10570 (strncmp_max): Disable -Wstringop-overflow= around call to
10571 strncmp.
10572 (strncasecmp_max): Disable -Wstringop-overflow= around call to
10573 strncasecmp.
10574
10575 * string/bug-strpbrk1.c: Include <libc-diag.h>.
10576 (main): Disable -Wunused-value around call to strpbrk.
10577 * string/bug-strspn1.c: Include <libc-diag.h>.
10578 (main): Disable -Wunused-value around call to strspn.
10579
10580 2018-06-20 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
10581 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
10582
10583 * sysdeps/ieee754/ldbl-128ibm-compat/Versions: New file.
10584 * sysdeps/ieee754/ldbl-128ibm-compat/libm-alias-float128.h: New file.
10585
10586 2018-06-20 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
10587
10588 * math/Makefile (libm-calls): Move s_significandF to...
10589 (gen-libm-calls): ... here.
10590 * math/s_significand_template.c: New file.
10591 * math/s_significand.c: Removed.
10592 * math/s_significandf.c: Removed.
10593 * math/s_significandl.c: Removed.
10594 * sysdeps/ieee754/ldbl-opt/s_significand.c: Removed.
10595 * sysdeps/ieee754/ldbl-opt/s_significandl.c: Removed.
10596
10597 * math/e_exp2_template.c (declare_mgen_finite_alias,
10598 declare_mgen_finite_alias_s, declare_mgen_finite_alias_x): Move to...
10599 * sysdeps/generic/math-type-macros.h (declare_mgen_finite_alias,
10600 declare_mgen_finite_alias_s, declare_mgen_finite_alias_x): ... here.
10601
10602 2018-06-20 Florian Weimer <fweimer@redhat.com>
10603
10604 * libio/libioP.h (IO_validate_vtable): Avoid ptrdiff_t overflow.
10605
10606 2018-06-19 Joseph Myers <joseph@codesourcery.com>
10607
10608 [BZ #23280]
10609 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Pass sign of
10610 floating-point number to strtod functions rather than possibly
10611 negating result of those functions.
10612 * stdio-common/tst-scanf-round.c: New file.
10613 * stdio-common/Makefile (tests): Add tst-scanf-round.
10614 ($(objpfx)tst-scanf-round): Depend on $(libm).
10615
10616 2018-06-18 Samuel Thibault <samuel.thibault@ens-lyon.org>
10617
10618 * sysdeps/mach/hurd/localplt.data: Move to...
10619 * sysdeps/mach/hurd/i386/localplt.data: new file. Add + REL
10620 R_386_GLOB_DAT like on Linux i386.
10621
10622 2018-06-18 Joseph Myers <joseph@codesourcery.com>
10623
10624 * sysdeps/unix/sysv/linux/alpha/bits/shm.h [__USE_MISC]
10625 (SHM_STAT_ANY): New macro.
10626 * sysdeps/unix/sysv/linux/arm/bits/shm.h [__USE_MISC]
10627 (SHM_STAT_ANY): Likewise.
10628 * sysdeps/unix/sysv/linux/bits/shm.h [__USE_MISC]
10629 (SHM_STAT_ANY): Likewise.
10630 * sysdeps/unix/sysv/linux/generic/bits/shm.h [__USE_MISC]
10631 (SHM_STAT_ANY): Likewise.
10632 * sysdeps/unix/sysv/linux/hppa/bits/shm.h [__USE_MISC]
10633 (SHM_STAT_ANY): Likewise.
10634 * sysdeps/unix/sysv/linux/ia64/bits/shm.h [__USE_MISC]
10635 (SHM_STAT_ANY): Likewise.
10636 * sysdeps/unix/sysv/linux/mips/bits/shm.h [__USE_MISC]
10637 (SHM_STAT_ANY): Likewise.
10638 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h [__USE_MISC]
10639 (SHM_STAT_ANY): Likewise.
10640 * sysdeps/unix/sysv/linux/s390/bits/shm.h [__USE_MISC]
10641 (SHM_STAT_ANY): Likewise.
10642 * sysdeps/unix/sysv/linux/sh/bits/shm.h [__USE_MISC]
10643 (SHM_STAT_ANY): Likewise.
10644 * sysdeps/unix/sysv/linux/sparc/bits/shm.h [__USE_MISC]
10645 (SHM_STAT_ANY): Likewise.
10646 * sysdeps/unix/sysv/linux/x86/bits/shm.h [__USE_MISC]
10647 (SHM_STAT_ANY): Likewise.
10648
10649 * sysdeps/unix/sysv/linux/alpha/bits/sem.h [__USE_MISC]
10650 (SEM_STAT_ANY): New macro.
10651 * sysdeps/unix/sysv/linux/bits/sem.h [__USE_MISC]
10652 (SEM_STAT_ANY): Likewise.
10653 * sysdeps/unix/sysv/linux/generic/bits/sem.h [__USE_MISC]
10654 (SEM_STAT_ANY): Likewise.
10655 * sysdeps/unix/sysv/linux/hppa/bits/sem.h [__USE_MISC]
10656 (SEM_STAT_ANY): Likewise.
10657 * sysdeps/unix/sysv/linux/ia64/bits/sem.h [__USE_MISC]
10658 (SEM_STAT_ANY): Likewise.
10659 * sysdeps/unix/sysv/linux/mips/bits/sem.h [__USE_MISC]
10660 (SEM_STAT_ANY): Likewise.
10661 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h [__USE_MISC]
10662 (SEM_STAT_ANY): Likewise.
10663 * sysdeps/unix/sysv/linux/s390/bits/sem.h [__USE_MISC]
10664 (SEM_STAT_ANY): Likewise.
10665 * sysdeps/unix/sysv/linux/sparc/bits/sem.h [__USE_MISC]
10666 (SEM_STAT_ANY): Likewise.
10667 * sysdeps/unix/sysv/linux/x86/bits/sem.h [__USE_MISC]
10668 (SEM_STAT_ANY): Likewise.
10669
10670 * sysdeps/unix/sysv/linux/alpha/bits/msq.h [__USE_MISC]
10671 (MSG_STAT_ANY): New macro.
10672 * sysdeps/unix/sysv/linux/bits/msq.h [__USE_MISC]
10673 (MSG_STAT_ANY): Likewise.
10674 * sysdeps/unix/sysv/linux/generic/bits/msq.h [__USE_MISC]
10675 (MSG_STAT_ANY): Likewise.
10676 * sysdeps/unix/sysv/linux/hppa/bits/msq.h [__USE_MISC]
10677 (MSG_STAT_ANY): Likewise.
10678 * sysdeps/unix/sysv/linux/ia64/bits/msq.h [__USE_MISC]
10679 (MSG_STAT_ANY): Likewise.
10680 * sysdeps/unix/sysv/linux/mips/bits/msq.h [__USE_MISC]
10681 (MSG_STAT_ANY): Likewise.
10682 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h [__USE_MISC]
10683 (MSG_STAT_ANY): Likewise.
10684 * sysdeps/unix/sysv/linux/s390/bits/msq.h [__USE_MISC]
10685 (MSG_STAT_ANY): Likewise.
10686 * sysdeps/unix/sysv/linux/sparc/bits/msq.h [__USE_MISC]
10687 (MSG_STAT_ANY): Likewise.
10688 * sysdeps/unix/sysv/linux/x86/bits/msq.h [__USE_MISC]
10689 (MSG_STAT_ANY): Likewise.
10690
10691 * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]
10692 (MAP_TYPE): Change value to 0x2b.
10693
10694 2018-06-18 Florian Weimer <fweimer@redhat.com>
10695
10696 [BZ #15722]
10697 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Create Netlink
10698 socket with SOCK_CLOEXEC.
10699
10700 2018-06-18 Joseph Myers <joseph@codesourcery.com>
10701
10702 [BZ #23303]
10703 * sysdeps/powerpc/powerpc64/le/Makefile
10704 (CFLAGS-tst-strtod-nan-sign.c): Add -mfloat128.
10705 (CFLAGS-tst-wcstod-nan-sign.c): Likewise.
10706 (gnulib-tests): Also add $(f128-loader-link) for
10707 tst-strtod-nan-sign abd tst-wcstod-nan-sign.
10708
10709 2018-06-15 Samuel Thibault <samuel.thibault@ens-lyon.org>
10710
10711 * include/sys/sendfile.h (__sendfile64): Declare hidden prototype.
10712 * sysdeps/mach/hurd/sendfile.c (sendfile): Call __sendfile64 instead
10713 of sendfile.
10714 * sysdeps/mach/hurd/sendfile64.c (sendfile64): Rename to __sendfile64.
10715 (sendfile64): New strong alias.
10716 * sysdeps/mach/hurd/lseek.c: Include <errno.h>.
10717 * sysdeps/mach/hurd/lseek.c (__libc_lseek): Check that the value
10718 returned by __lseek64 can fit off_t, return EOVERFLOW otherwise.
10719 * sysdeps/htl/pthreadP.h (___pthread_get_cleanup_stack): Add hidden
10720 attribute.
10721 * htl/pt-join.c (__pthread_get_cleanup_stack): Define to
10722 ___pthread_get_cleanup_stack.
10723 * sysdeps/mach/hurd/localplt.data (ld.so): Make ref to __open optional.
10724 * sysdeps/mach/include/mach-shortcuts-hidden.h: New file.
10725 * mach/shortcut.awk: Make syscall stubs include
10726 <mach-shortcuts-hidden.h> and add hidden definition.
10727 * sysdeps/mach/include/mach.h: Include <mach-shortcuts-hidden.h>.
10728 (__mach_msg): Add hidden prototype.
10729 * mach/msg.c: Include <mach.h>.
10730 (__mach_msg): Add hidden definition.
10731 * mach/Makefile ($(mach-syscalls:%=$(objpfx))): Add hidden definition.
10732 * sysdeps/mach/include/mach/mach_traps.h (__mach_reply_port,
10733 __mach_thread_self, __mach_task_self, __mach_host_self, __swtch,
10734 __swtch_pri, __thread_switch, __evc_wait): Add hidden prototypes.
10735 * sysdeps/mach/hurd/localplt.data (siglongjmp, longjmp,
10736 __libc_lseek64, _IO_funlockfile): Whitelist PLT references.
10737 * sysdeps/hurd/include/hurd/signal.h (_hurd_self_sigstate): Add hidden
10738 prototype and definition.
10739 * sysdeps/mach/hurd/i386/____longjmp_chk.S (____longjmp_chk): Use
10740 hidden target for _hurd_self_sigstate.
10741
10742 2018-06-15 Joseph Myers <joseph@codesourcery.com>
10743
10744 [BZ #23007]
10745 * stdlib/tst-strtod-nan-sign-main.c: New file.
10746 * stdlib/tst-strtod-nan-sign.c: Likewise.
10747 * wcsmbs/tst-wcstod-nan-sign.c: Likewise.
10748 * stdlib/Makefile (tests): Add tst-strtod-nan-sign.
10749 ($(objpfx)tst-strtod-nan-sign): Depend on $(libm).
10750 * wcsmbs/Makefile (tests) Add tst-wcstod-nan-sign.
10751 ($(objpfx)tst-wcstod-nan-sign): Depend on $(libm).
10752
10753 2018-06-15 Herman ten Brugge <hermantenbrugge@home.nl>
10754
10755 [BZ #23007]
10756 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Return NaN of
10757 appropriate sign.
10758
10759 2018-06-14 Florian Weimer <fweimer@redhat.com>
10760
10761 [BZ #23290]
10762 * localedata/charmaps/IBM273: Map codepoint 0xbc to U+00AF, so
10763 that the result stays within the ISO-8859-1 range.
10764 * iconvdata/ibm273.c (HAS_HOLES): Define as 0 because all 256
10765 characters are defined in IBM273.
10766
10767 2018-06-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
10768
10769 * sysdeps/mach/include/mach/mach_traps.h (__mach_thread_self,
10770 __mach_task_self): Remove attribute_hidden.
10771
10772 2018-06-14 Joseph Myers <joseph@codesourcery.com>
10773
10774 * string/tester.c (test_strncat) [__GNUC_PREREQ (7, 0)]: Also
10775 ignore -Wrestrict for one test.
10776
10777 2018-06-14 Steve Ellcey <sellcey@caviumnetworks.com>
10778 Szabolcs Nagy <szabolcs.nagy@arm.com>
10779
10780 * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c: New file.
10781
10782 2018-06-14 Florian Weimer <fweimer@redhat.com>
10783
10784 * scripts/update-abilist.sh: Accept empty list of files to patch.
10785
10786 2018-06-13 Samuel Thibault <samuel.thibault@ens-lyon.org>
10787
10788 * sysdeps/mach/hurd/i386/Makefile (test-xfail-check-abi-libhurduser,
10789 test-xfail-check-abi-libmachuser): Add.
10790 * sysdeps/mach/hurd/localplt.data (ld.so): Add __open64, rename
10791 __libc_read and __libc_write to __read and __write.
10792 * sysdeps/hurd/include/hurd/port.h: New file.
10793 * mach/mach/mach_traps.h (__mach_reply_port, __mach_thread_self,
10794 __mach_task_self, __mach_host_self, __swtch, __swtch_pri,
10795 __thread_switch, __evc_wait): Move declarations to...
10796 * sysdeps/mach/include/mach/mach_traps.h: ... new file, and add
10797 attribute_hidden.
10798 * sysdeps/mach/hurd/i386/____longjmp_chk.S (____longjmp_chk): Do not
10799 use PLT to call _hurd_self_sigstate.
10800
10801 2018-06-13 Joseph Myers <joseph@codesourcery.com>
10802
10803 [BZ #23279]
10804 * stdlib/strtod_l.c (round_and_return): Handle an exponent of
10805 MAX_EXP as overflowing.
10806 * stdlib/gen-tst-strtod-round.c (string_to_fp): Clear MPFR
10807 overflow flag.
10808 (round_str): Output also whether result overflows in each rounding
10809 mode.
10810 * stdlib/tst-strtod-round-data: Add more tests.
10811 * stdlib/tst-strtod-round-data.h: Regenerated.
10812 * stdlib/tst-strtod-round-skeleton.c (_XNTRY): Update comment.
10813 (TEST): Handle extra arguments for overflow flags.
10814 (struct test_overflow): New type.
10815 [!FE_OVERFLOW] (FE_OVERFLOW): Define to 0.
10816 (GEN_ONE_TEST): Clear all exceptions. Test overflow flag.
10817 (test_in_one_mode): Take argument with overflow information.
10818 (do_test): Update calls to test_in_one_mode.
10819
10820 2018-06-12 Carlos O'Donell <carlos@redhat.com>
10821
10822 * elf/dl-load (_dl_dst_substitute): Correct comment.
10823 (_dl_dst_count): Likewise.
10824
10825 * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Call
10826 lll_futex_timed_wait.
10827
10828 2018-06-12 Joseph Myers <joseph@codesourcery.com>
10829
10830 [BZ #23277]
10831 * math/bits/mathcalls.h [__USE_ISOC99] (nan): Do not use __const__
10832 attribute.
10833 * math/test-nan-const.c: New file.
10834 * math/Makefile (tests): Add test-nan-const.
10835 (CFLAGS-test-nan-const.c): New variable.
10836
10837 2018-06-12 H.J. Lu <hongjiu.lu@intel.com>
10838
10839 * benchtests/scripts/compare_strings.py (process_results): Add
10840 funcs argument. Compare only functions which are selected.
10841 (main): Check if base function is among selected functions.
10842 Pass selected functions to process_results.
10843 (__main__): Add -f/--functions argument.
10844
10845 2018-06-12 Minfeng Kang <minfeng.kang@hxt-semitech.com>
10846 Hongbo Zhang <hongbo.zhang@linaro.org>
10847
10848 * sysdeps/aarch64/multiarch/memcpy.c (libc_ifunc): reuse
10849 __memcpy_falkor for phecda core.
10850 * sysdeps/aarch64/multiarch/memmove.c (libc_ifunc): reuse
10851 __memmove_falkor for phecda core.
10852 * sysdeps/aarch64/multiarch/memset.c (libc_ifunc): reuse
10853 __memset_falkor for phecda core.
10854 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c: add MIDR entry
10855 for phecda core.
10856 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_PHECDA): add
10857 macro to identify phecda core.
10858
10859 2018-06-12 Carlos O'Donell <carlos@redhat.com>
10860 Andreas Schwab <schwab@suse.de>
10861 Dmitry V. Levin <ldv@altlinux.org>
10862 Florian Weimer <fweimer@redhat.com>
10863
10864 [BZ #23102]
10865 [BZ #21942]
10866 [BZ #18018]
10867 [BZ #23259]
10868 CVE-2011-0536
10869 * elf/dl-dst.h: Remove DL_DST_COUNT.
10870 * elf/dl-deps.c (expand_dst): Call _dl_dst_count.
10871 * elf/dl-load.c (is_trusted_path_normalize): Don't handle colons.
10872 (is_dst): Comment. Support ELF gABI.
10873 (_dl_dst_count): Comment. Simplify and count DSTs.
10874 (_dl_dst_substitute): Comment. Support __libc_enable_secure handling.
10875 (expand_dybamic_string_token): Comment. Call _dl_dst_count. Rename
10876 locals.
10877
10878 2018-06-12 Zack Weinberg <zackw@panix.com>
10879
10880 * elf/dl-load.c, elf/dl-misc.c, elf/dl-profile.c, elf/rtld.c
10881 * sysdeps/unix/sysv/linux/dl-sysdep.c
10882 Include not-cancel.h. Use __close_nocancel instead of __close,
10883 __open64_nocancel instead of __open, __read_nocancel instead of
10884 __libc_read, and __write_nocancel instead of __libc_write.
10885
10886 * csu/check_fds.c (check_one_fd)
10887 * sysdeps/posix/fdopendir.c (__fdopendir)
10888 * sysdeps/posix/opendir.c (__alloc_dir): Use __fcntl_nocancel
10889 instead of __fcntl and/or __libc_fcntl.
10890
10891 * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np)
10892 * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np)
10893 * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system):
10894 Use __open64_nocancel instead of __open_nocancel.
10895
10896 * sysdeps/unix/sysv/linux/not-cancel.h: Move all of the
10897 hidden_proto declarations to the end and issue them if either
10898 IS_IN(libc) or IS_IN(rtld).
10899 * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
10900 Add close_nocancel, fcntl_nocancel, nanosleep_nocancel,
10901 open_nocancel, open64_nocancel, openat_nocancel, pause_nocancel,
10902 read_nocancel, waitpid_nocancel, write_nocancel.
10903
10904 * io/Versions [GLIBC_PRIVATE]: Add __libc_fcntl,
10905 __fcntl_nocancel, __open64_nocancel, __write_nocancel.
10906 * posix/Versions: Add __nanosleep_nocancel, __pause_nocancel.
10907
10908 * nptl/pt-fcntl.c: New file.
10909 * nptl/Makefile (pthread-compat-wrappers): Remove fcntl.
10910 (libpthread-routines): Add pt-fcntl.
10911 * include/fcntl.h (__fcntl_nocancel_adjusted): New function.
10912 (__libc_fcntl): Remove attribute_hidden.
10913 * sysdeps/unix/sysv/linux/fcntl.c (__libc_fcntl): Call
10914 __fcntl_nocancel_adjusted, not fcntl_common.
10915 (__fcntl_nocancel): Move to new file fcntl_nocancel.c.
10916 (fcntl_common): Rename to __fcntl_nocancel_adjusted; also move
10917 to fcntl_nocancel.c.
10918 * sysdeps/unix/sysv/linux/fcntl_nocancel.c: New file.
10919 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Remove file.
10920 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
10921 Define FCNTL_ADJUST_CMD here, as a self-contained macro.
10922
10923 * sysdeps/unix/sysv/linux/close.c: Move __close_nocancel to...
10924 * sysdeps/unix/sysv/linux/close_nocancel.c: ...this new file.
10925 * sysdeps/unix/sysv/linux/nanosleep.c: Move __nanosleep_nocancel to...
10926 * sysdeps/unix/sysv/linux/nanosleep_nocancel.c: ...this new file.
10927 * sysdeps/unix/sysv/linux/open.c: Move __open_nocancel to...
10928 * sysdeps/unix/sysv/linux/open_nocancel.c: ...this new file.
10929 * sysdeps/unix/sysv/linux/open64.c: Move __open64_nocancel to...
10930 * sysdeps/unix/sysv/linux/open64_nocancel.c: ...this new file.
10931 * sysdeps/unix/sysv/linux/openat.c: Move __openat_nocancel to...
10932 * sysdeps/unix/sysv/linux/openat_nocancel.c: ...this new file.
10933 * sysdeps/unix/sysv/linux/openat64.c: Move __openat64_nocancel to...
10934 * sysdeps/unix/sysv/linux/openat64_nocancel.c: ...this new file.
10935 * sysdeps/unix/sysv/linux/pause.c: Move __pause_nocancel to...
10936 * sysdeps/unix/sysv/linux/pause_nocancel.c: ...this new file.
10937 * sysdeps/unix/sysv/linux/read.c: Move __read_nocancel to...
10938 * sysdeps/unix/sysv/linux/read_nocancel.c: ...this new file.
10939 * sysdeps/unix/sysv/linux/waitpid.c: Move __waitpid_nocancel to...
10940 * sysdeps/unix/sysv/linux/waitpid_nocancel.c: ...this new file.
10941 * sysdeps/unix/sysv/linux/write.c: Move __write_nocancel to...
10942 * sysdeps/unix/sysv/linux/write_nocancel.c: ...this new file.
10943
10944 * sysdeps/unix/sysv/linux/nios2/Makefile: Don't override
10945 libpthread-routines.
10946 * sysdeps/unix/sysv/linux/nios2/pt-vfork.S: New file which
10947 defines nothing.
10948
10949 * sysdeps/mach/hurd/dl-sysdep.c: Define __read instead of
10950 __libc_read, and __write instead of __libc_write. Define
10951 __open64 in addition to __open.
10952
10953 2018-06-12 H.J. Lu <hongjiu.lu@intel.com>
10954
10955 [BZ #23250]
10956 [BZ #10686]
10957 * sysdeps/i386/nptl/tls.h (tcbhead_t): Change __private_tm[4]
10958 to _private_tm[3] and add __glibc_reserved2.
10959 Add _Static_assert of offset of __private_ss == 0x30.
10960 * sysdeps/x86_64/nptl/tls.h: Add _Static_assert of offset of
10961 __private_ss == 0x40 for ILP32 and == 0x70 for LP64.
10962
10963 2018-06-12 Florian Weimer <fweimer@redhat.com>
10964
10965 x86: Make strncmp usable from rtld.
10966 * sysdeps/i386/i686/multiarch/strncmp-c.c: Only rename strncmp to
10967 __strncmp_ia32 if in libc (and not in rtld).
10968 * sysdeps/x86_64/multiarch/strncmp-sse2.S: Rename strcmp to
10969 strncmp if not in libc (and not to __strncmp_sse2).
10970
10971 2018-06-12 Rafal Luzynski <digitalfreak@lingonborough.com>
10972
10973 [BZ #23140]
10974 * localedata/locales/gd_GB (mon): Rename to...
10975 (alt_mon): This.
10976 (mon): Import from CLDR (genitive case).
10977 * localedata/locales/hsb_DE (mon): Rename to...
10978 (alt_mon): This.
10979 (mon): Import from CLDR (genitive case).
10980 * localedata/locales/wa_BE (mon): Rename to...
10981 (alt_mon): This.
10982 (mon): Add, fill with the proper genitive forms, but CLDR data
10983 is incomplete; completed according to the comments in this file.
10984 (d_t_fmt): Do not use "di" before the month name, no longer needed.
10985
10986 * localedata/locales/wa_BE (country_name): Reword
10987 "Beljike" -> "Beldjike".
10988
10989 2018-06-11 Joseph Myers <joseph@codesourcery.com>
10990
10991 [BZ #23272]
10992 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Start by handling all
10993 cases of non-finite arguments.
10994 * math/libm-test-fma.inc (fma_test_data): Add more tests.
10995
10996 2018-06-10 John David Anglin <danglin@gcc.gnu.org>
10997
10998 [BZ #23174]
10999 * sysdeps/unix/sysv/linux/hppa/Makefile: xfail check-execstack.
11000
11001 2018-06-08 Adhemerval Zanella <adhemerval.zanella@linaro.org>
11002
11003 [BZ #23264]
11004 * include/unistd.h (__execvpex): New prototype.
11005 * posix/Makefile (tests): Add tst-spawn4.
11006 (tests-internal): Add tst-spawn4-compat.
11007 * posix/execvpe.c (__execvpe_common, __execvpex): New functions.
11008 * posix/tst-spawn4-compat.c: New file.
11009 * posix/tst-spawn4.c: Likewise.
11010 * sysdeps/unix/sysv/linux/spawni.c (__spawni): Do not interpret invalid
11011 binaries as shell scripts.
11012 * sysdeps/posix/spawni.c (__spawni): Likewise.
11013
11014 2018-06-08 H.J. Lu <hongjiu.lu@intel.com>
11015
11016 [BZ #23145]
11017 * elf/Makefile (tests-special): Add $(objpfx)check-initfini.out.
11018 ($(all-built-dso:=.dynsym): New target.
11019 (common-generated): Add $(all-built-dso:$(common-objpfx)%=%.dynsym).
11020 ($(objpfx)check-initfini.out): New target.
11021 (generated): Add check-initfini.out.
11022 * scripts/check-initfini.awk: New file.
11023 * sysdeps/aarch64/crti.S (_init): Mark as hidden.
11024 (_fini): Likewise.
11025 * sysdeps/alpha/crti.S (_init): Mark as hidden.
11026 (_fini): Likewise.
11027 * sysdeps/arm/crti.S (_init): Mark as hidden.
11028 (_fini): Likewise.
11029 * sysdeps/hppa/crti.S (_init): Mark as hidden.
11030 (_fini): Likewise.
11031 * sysdeps/i386/crti.S (_init): Mark as hidden.
11032 (_fini): Likewise.
11033 * sysdeps/ia64/crti.S (_init): Mark as hidden.
11034 (_fini): Likewise.
11035 * sysdeps/m68k/crti.S (_init): Mark as hidden.
11036 (_fini): Likewise.
11037 * sysdeps/microblaze/crti.S (_init): Mark as hidden.
11038 (_fini): Likewise.
11039 * sysdeps/mips/mips32/crti.S (_init): Mark as hidden.
11040 (_fini): Likewise.
11041 * sysdeps/mips/mips64/n32/crti.S (_init): Mark as hidden.
11042 (_fini): Likewise.
11043 * sysdeps/mips/mips64/n64/crti.S (_init): Mark as hidden.
11044 (_fini): Likewise.
11045 * sysdeps/nios2/crti.S (_init): Mark as hidden.
11046 (_fini): Likewise.
11047 * sysdeps/powerpc/powerpc32/crti.S (_init): Mark as hidden.
11048 (_fini): Likewise.
11049 * sysdeps/powerpc/powerpc64/crti.S (_init): Mark as hidden.
11050 (_fini): Likewise.
11051 * sysdeps/s390/s390-32/crti.S (_init): Mark as hidden.
11052 (_fini): Likewise.
11053 * sysdeps/s390/s390-64/crti.S (_init): Mark as hidden.
11054 (_fini): Likewise.
11055 * sysdeps/sh/crti.S (_init): Mark as hidden.
11056 (_fini): Likewise.
11057 * sysdeps/sparc/crti.S (_init): Mark as hidden.
11058 (_fini): Likewise.
11059 * sysdeps/x86_64/crti.S (_init): Mark as hidden.
11060 (_fini): Likewise.
11061
11062 2018-06-06 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
11063
11064 * sysdeps/powerpc/powerpc64/le/fpu/e_sqrtf128.c
11065 [__HAVE_FLOAT128_UNLIKE_LDBL] (TFtype, TF): Restrict TFtype
11066 and TF redirection to KFtype and KF only when the default
11067 long double type is not the IEEE 128-bit floating point type.
11068
11069 2018-06-05 Joseph Myers <joseph@codesourcery.com>
11070
11071 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_DIT): New
11072 macro.
11073 (HWCAP_USCAT): Likewise.
11074 (HWCAP_ILRCPC): Likewise.
11075 (HWCAP_FLAGM): Likewise.
11076 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c (_DL_HWCAP_COUNT):
11077 Increase to 28.
11078 (_dl_aarch64_cap_flags): Add new flag names.
11079
11080 * sysdeps/unix/sysv/linux/aarch64/bits/mman.h [__USE_MISC]
11081 (MAP_FIXED_NOREPLACE): New macro.
11082 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_MISC]
11083 (MAP_FIXED_NOREPLACE): Likewise.
11084 * sysdeps/unix/sysv/linux/arm/bits/mman.h [__USE_MISC]
11085 (MAP_FIXED_NOREPLACE): Likewise.
11086 * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]
11087 (MAP_FIXED_NOREPLACE): Likewise.
11088 * sysdeps/unix/sysv/linux/ia64/bits/mman.h [__USE_MISC]
11089 (MAP_FIXED_NOREPLACE): Likewise.
11090 * sysdeps/unix/sysv/linux/m68k/bits/mman.h [__USE_MISC]
11091 (MAP_FIXED_NOREPLACE): Likewise.
11092 * sysdeps/unix/sysv/linux/microblaze/bits/mman.h [__USE_MISC]
11093 (MAP_FIXED_NOREPLACE): Likewise.
11094 * sysdeps/unix/sysv/linux/mips/bits/mman.h [__USE_MISC]
11095 (MAP_FIXED_NOREPLACE): Likewise.
11096 * sysdeps/unix/sysv/linux/nios2/bits/mman.h [__USE_MISC]
11097 (MAP_FIXED_NOREPLACE): Likewise.
11098 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h [__USE_MISC]
11099 (MAP_FIXED_NOREPLACE): Likewise.
11100 * sysdeps/unix/sysv/linux/riscv/bits/mman.h [__USE_MISC]
11101 (MAP_FIXED_NOREPLACE): Likewise.
11102 * sysdeps/unix/sysv/linux/s390/bits/mman.h [__USE_MISC]
11103 (MAP_FIXED_NOREPLACE): Likewise.
11104 * sysdeps/unix/sysv/linux/sh/bits/mman.h [__USE_MISC]
11105 (MAP_FIXED_NOREPLACE): Likewise.
11106 * sysdeps/unix/sysv/linux/sparc/bits/mman.h [__USE_MISC]
11107 (MAP_FIXED_NOREPLACE): Likewise.
11108 * sysdeps/unix/sysv/linux/x86/bits/mman.h [__USE_MISC]
11109 (MAP_FIXED_NOREPLACE): Likewise.
11110
11111 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
11112 version to 4.17.
11113
11114 2018-06-04 Joseph Myers <joseph@codesourcery.com>
11115
11116 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
11117 version to 4.17
11118
11119 2018-06-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
11120
11121 * bits/shm.h (struct shmid_ds): Make shm_segsz field size_t instead of
11122 int.
11123 * sysdeps/gnu/bits/shm.h (struct shmid_ds): Likewise.
11124
11125 2018-06-01 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
11126
11127 * benchtests/scripts/compare_string.py: (process_results) Catch
11128 exception in non-existent base_func and catch exception in
11129 non-existent attribute.
11130 (parse_file) Catch exception if input file does not exist.
11131
11132 2018-06-01 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
11133
11134 * benchtests/scripts/compare_string.py: Add --no-diff and --no-header
11135 options to avoid diff calculation and omit header, respectively.
11136 (main): process --no-diff and --no-header
11137
11138 2018-06-01 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
11139 H.J. Lu <hongjiu.lu@intel.com>
11140
11141 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
11142 strcmp-avx2, strncmp-avx2, wcscmp-avx2, wcscmp-sse2, wcsncmp-avx2 and
11143 wcsncmp-sse2.
11144 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
11145 (__libc_ifunc_impl_list): Add tests for __strcmp_avx2,
11146 __strncmp_avx2, __wcscmp_avx2, __wcsncmp_avx2, __wcscmp_sse2
11147 and __wcsncmp_sse2.
11148 * sysdeps/x86_64/multiarch/strcmp.c (OPTIMIZE (avx2)):
11149 (IFUNC_SELECTOR): Return OPTIMIZE (avx2) on AVX 2 machines if
11150 AVX unaligned load is fast and vzeroupper is preferred.
11151 * sysdeps/x86_64/multiarch/strncmp.c: Likewise.
11152 * sysdeps/x86_64/multiarch/strcmp-avx2.S: New file.
11153 * sysdeps/x86_64/multiarch/strncmp-avx2.S: Likewise.
11154 * sysdeps/x86_64/multiarch/wcscmp-avx2.S: Likewise.
11155 * sysdeps/x86_64/multiarch/wcscmp-sse2.S: Likewise.
11156 * sysdeps/x86_64/multiarch/wcscmp.c: Likewise.
11157 * sysdeps/x86_64/multiarch/wcsncmp-avx2.S: Likewise.
11158 * sysdeps/x86_64/multiarch/wcsncmp-sse2.c: Likewise.
11159 * sysdeps/x86_64/multiarch/wcsncmp.c: Likewise.
11160 * sysdeps/x86_64/wcscmp.S (__wcscmp): Add alias only if __wcscmp
11161 is undefined.
11162
11163 2018-06-01 Florian Weimer <fweimer@redhat.com>
11164
11165 * sysdeps/i386/fpu/libm-test-ulps: Update with results from
11166 configuring with --disable-multi-arch, building with
11167 “-march=x86-64 -mtune=generic -mfpmath=sse” and running on a
11168 Haswell-era CPU.
11169
11170 2018-06-01 Florian Weimer <fweimer@redhat.com>
11171
11172 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Update with
11173 results from building with “-march=x86-64 -mtune=generic
11174 -mfpmath=sse” and running on a Haswell-era CPU.
11175
11176 2018-06-01 Joseph Myers <joseph@codesourcery.com>
11177
11178 [BZ #18473]
11179 * soft-fp/sqrttf2.c: Remove file.
11180 * soft-fp/sqrtdf2.c: Move to ....
11181 * sysdeps/powerpc/nofpu/sqrtdf2.c: ... here. Include
11182 <shlib-compat.h>.
11183 (__sqrtdf2): Make conditional on
11184 [SHLIB_COMPAT (libc, GLIBC_2_3_2, GLIBC_2_28)]. Define as compat
11185 symbol.
11186 * soft-fp/sqrtsf2.c: Move to ....
11187 * sysdeps/powerpc/nofpu/sqrtsf2.c: ... here. Include
11188 <shlib-compat.h>.
11189 (__sqrtsf2): Make conditional on
11190 [SHLIB_COMPAT (libc, GLIBC_2_3_2, GLIBC_2_28)]. Define as compat
11191 symbol.
11192 * soft-fp/Makefile (gcc-single-routines): Remove sqrtsf2.
11193 (gcc-double-routines): Remove sqrtdf2.
11194 (gcc-quad-routines): Remove sqrttf2.
11195 * sysdeps/nios2/Makefile [$(subdir) = soft-fp] (sysdep_routines):
11196 Do not filter out sqrtsf2 and sqrtdf2.
11197 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
11198 (sysdep_routines): Add sqrtsf2 and sqrtdf2.
11199
11200 2018-06-01 Florian Weimer <fweimer@redhat.com>
11201
11202 * sysdeps/generic/libcidn.abilist: Remove file.
11203
11204 2018-06-01 Florian Weimer <fweimer@redhat.com>
11205
11206 [BZ #23236]
11207 * libio/strfile.h (struct _IO_str_fields): Rename members to
11208 discourage their use and add comment.
11209 (_IO_STR_DYNAMIC): Remove unused macro.
11210 * libio/strops.c (_IO_str_init_static_internal): Do not use
11211 callback pointers. Call malloc and free.
11212 (_IO_str_overflow): Do not use callback pointers. Call malloc
11213 and free.
11214 (enlarge_userbuf): Likewise.
11215 (_IO_str_finish): Call free.
11216 * libio/wstrops.c (_IO_wstr_init_static): Initialize
11217 _allocate_buffer_unused.
11218 (_IO_wstr_overflow): Do not use callback pointers. Call malloc
11219 and free.
11220 (enlarge_userbuf): Likewise.
11221 (_IO_wstr_finish): Call free.
11222 * debug/vasprintf_chk.c (__vasprintf_chk): Initialize
11223 _allocate_buffer_unused, _free_buffer_unused.
11224 * libio/memstream.c (__open_memstream): Likewise.
11225 * libio/vasprintf.c (_IO_vasprintf): Likewise.
11226 * libio/wmemstream.c (open_wmemstream): Likewise.
11227
11228 2018-05-30 Paul Pluzhnikov <ppluzhnikov@google.com>
11229
11230 * sysdeps/x86_64/fpu/libm-test-ulps (log_vlen8_avx2): Update for
11231 AMD Ryzen 7 1800X.
11232
11233 2018-05-30 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11234
11235 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/Makefile: New file to
11236 add w_sqrtf128-power9 and w_sqrtf128-ppc64le to libm-sysdep_routines.
11237 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_sqrtf128-power9.c:
11238 New file.
11239 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_sqrtf128-ppc64le.c:
11240 Likewise.
11241 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_sqrtf128.c: Likewise.
11242
11243 2018-05-29 Florian Weimer <fweimer@redhat.com>
11244
11245 * support/Makefile (libsupport-routines): Add
11246 xpthread_barrierattr_destroy, xpthread_barrierattr_init,
11247 xpthread_barrierattr_setpshared.
11248 * support/xpthread_barrierattr_destroy.c: New file.
11249 * support/xpthread_barrierattr_init.c: Likewise.
11250 * support/xpthread_barrierattr_setpshared.c: Likewise.
11251
11252 2018-05-29 H.J. Lu <hongjiu.lu@intel.com>
11253
11254 [BZ #23206]
11255 * elf/dl-reloc-static-pie.c (_dl_relocate_static_pie): Initialize
11256 _r_debug and update DT_DEBUG for debugger.
11257
11258 2018-05-29 Florian Weimer <fweimer@redhat.com>
11259
11260 * stdlib/Makefile (tst-strtod1i.out): Depend on generated locales.
11261 (tst-strtod5i.out): Likewise.
11262
11263 2018-05-25 Joseph Myers <joseph@codesourcery.com>
11264
11265 * sysdeps/sparc/sparc64/Implies: Remove sparc/sparc64/soft-fp.
11266 * sysdeps/sparc/sparc64/Makefile [$(subdir) = soft-fp]
11267 (sparc64-quad-routines): New variable. Moved from ....
11268 [$(subdir) = soft-fp] (sysdep_routines): Add
11269 $(sparc64-quad-routines). Moved from ....
11270 [$(subdir) = math] (CPPFLAGS): Add -I../soft-fp/. Moved from ....
11271 * sysdeps/sparc/sparc64/soft-fp/Makefile: ... here. Remove file.
11272 * sysdeps/sparc/sparc64/Versions (libc): Add GLIBC_2.2 symbols
11273 moved from ....
11274 * sysdeps/sparc/sparc64/soft-fp/Versions: ... here. Remove file.
11275 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: Remove file.
11276 * sysdeps/sparc/sparc64/soft-fp/qp_add.c: Move to ....
11277 * sysdeps/sparc/sparc64/qp_add.c: ... here.
11278 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Move to ....
11279 * sysdeps/sparc/sparc64/qp_cmp.c: ... here.
11280 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Move to ....
11281 * sysdeps/sparc/sparc64/qp_cmpe.c: ... here.
11282 * sysdeps/sparc/sparc64/soft-fp/qp_div.c: Move to ....
11283 * sysdeps/sparc/sparc64/qp_div.c: ... here.
11284 * sysdeps/sparc/sparc64/soft-fp/qp_dtoq.c: Move to ....
11285 * sysdeps/sparc/sparc64/qp_dtoq.c: ... here.
11286 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Move to ....
11287 * sysdeps/sparc/sparc64/qp_feq.c: ... here.
11288 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Move to ....
11289 * sysdeps/sparc/sparc64/qp_fge.c: ... here.
11290 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Move to ....
11291 * sysdeps/sparc/sparc64/qp_fgt.c: ... here.
11292 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Move to ....
11293 * sysdeps/sparc/sparc64/qp_fle.c: ... here.
11294 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Move to ....
11295 * sysdeps/sparc/sparc64/qp_flt.c: ... here.
11296 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Move to ....
11297 * sysdeps/sparc/sparc64/qp_fne.c: ... here.
11298 * sysdeps/sparc/sparc64/soft-fp/qp_itoq.c: Move to ....
11299 * sysdeps/sparc/sparc64/qp_itoq.c: ... here.
11300 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Move to ....
11301 * sysdeps/sparc/sparc64/qp_mul.c: ... here.
11302 * sysdeps/sparc/sparc64/soft-fp/qp_neg.S: Move to ....
11303 * sysdeps/sparc/sparc64/qp_neg.S: ... here.
11304 * sysdeps/sparc/sparc64/soft-fp/qp_qtod.c: Move to ....
11305 * sysdeps/sparc/sparc64/qp_qtod.c: ... here.
11306 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Move to ....
11307 * sysdeps/sparc/sparc64/qp_qtoi.c: ... here.
11308 * sysdeps/sparc/sparc64/soft-fp/qp_qtos.c: Move to ....
11309 * sysdeps/sparc/sparc64/qp_qtos.c: ... here.
11310 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Move to ....
11311 * sysdeps/sparc/sparc64/qp_qtoui.c: ... here.
11312 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Move to ....
11313 * sysdeps/sparc/sparc64/qp_qtoux.c: ... here.
11314 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Move to ....
11315 * sysdeps/sparc/sparc64/qp_qtox.c: ... here.
11316 * sysdeps/sparc/sparc64/soft-fp/qp_sqrt.c: Move to ....
11317 * sysdeps/sparc/sparc64/qp_sqrt.c: ... here.
11318 * sysdeps/sparc/sparc64/soft-fp/qp_stoq.c: Move to ....
11319 * sysdeps/sparc/sparc64/qp_stoq.c: ... here.
11320 * sysdeps/sparc/sparc64/soft-fp/qp_sub.c: Move to ....
11321 * sysdeps/sparc/sparc64/qp_sub.c: ... here.
11322 * sysdeps/sparc/sparc64/soft-fp/qp_uitoq.c: Move to ....
11323 * sysdeps/sparc/sparc64/qp_uitoq.c: ... here.
11324 * sysdeps/sparc/sparc64/soft-fp/qp_util.c: Move to ....
11325 * sysdeps/sparc/sparc64/qp_util.c: ... here.
11326 * sysdeps/sparc/sparc64/soft-fp/qp_uxtoq.c: Move to ....
11327 * sysdeps/sparc/sparc64/qp_uxtoq.c: ... here.
11328 * sysdeps/sparc/sparc64/soft-fp/qp_xtoq.c: Move to ....
11329 * sysdeps/sparc/sparc64/qp_xtoq.c: ... here.
11330 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Move to ....
11331 * sysdeps/sparc/sparc64/sfp-machine.h: ... here.
11332
11333 * sysdeps/sparc/sparc32/Implies: Remove sparc/sparc32/soft-fp.
11334 * sysdeps/sparc/sparc32/Makefile [$(subdir) = soft-fp]
11335 (sparc32-quad-routines): New variable. Moved from ....
11336 [$(subdir) = soft-fp] (sysdep_routines): Add
11337 $(sparc32-quad-routines). Moved from ....
11338 * sysdeps/sparc/sparc32/soft-fp/Makefile: ... here. Remove file.
11339 * sysdeps/sparc/sparc32/Versions (libc): Add GLIBC_2.4 symbols
11340 moved from ....
11341 * sysdeps/sparc/sparc32/soft-fp/Versions: ... here. Remove file.
11342 * sysdeps/sparc/sparc32/soft-fp/q_add.c: Move to ....
11343 * sysdeps/sparc/sparc32/q_add.c: ... here.
11344 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c: Move to ....
11345 * sysdeps/sparc/sparc32/q_cmp.c: ... here.
11346 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c: Move to ....
11347 * sysdeps/sparc/sparc32/q_cmpe.c: ... here.
11348 * sysdeps/sparc/sparc32/soft-fp/q_div.c: Move to ....
11349 * sysdeps/sparc/sparc32/q_div.c: ... here.
11350 * sysdeps/sparc/sparc32/soft-fp/q_dtoq.c: Move to ....
11351 * sysdeps/sparc/sparc32/q_dtoq.c: ... here.
11352 * sysdeps/sparc/sparc32/soft-fp/q_feq.c: Move to ....
11353 * sysdeps/sparc/sparc32/q_feq.c: ... here.
11354 * sysdeps/sparc/sparc32/soft-fp/q_fge.c: Move to ....
11355 * sysdeps/sparc/sparc32/q_fge.c: ... here.
11356 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c: Move to ....
11357 * sysdeps/sparc/sparc32/q_fgt.c: ... here.
11358 * sysdeps/sparc/sparc32/soft-fp/q_fle.c: Move to ....
11359 * sysdeps/sparc/sparc32/q_fle.c: ... here.
11360 * sysdeps/sparc/sparc32/soft-fp/q_flt.c: Move to ....
11361 * sysdeps/sparc/sparc32/q_flt.c: ... here.
11362 * sysdeps/sparc/sparc32/soft-fp/q_fne.c: Move to ....
11363 * sysdeps/sparc/sparc32/q_fne.c: ... here.
11364 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Move to ....
11365 * sysdeps/sparc/sparc32/q_itoq.c: ... here.
11366 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Move to ....
11367 * sysdeps/sparc/sparc32/q_lltoq.c: ... here.
11368 * sysdeps/sparc/sparc32/soft-fp/q_mul.c: Move to ....
11369 * sysdeps/sparc/sparc32/q_mul.c: ... here.
11370 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Move to ....
11371 * sysdeps/sparc/sparc32/q_neg.c: ... here.
11372 * sysdeps/sparc/sparc32/soft-fp/q_qtod.c: Move to ....
11373 * sysdeps/sparc/sparc32/q_qtod.c: ... here.
11374 * sysdeps/sparc/sparc32/soft-fp/q_qtoi.c: Move to ....
11375 * sysdeps/sparc/sparc32/q_qtoi.c: ... here.
11376 * sysdeps/sparc/sparc32/soft-fp/q_qtoll.c: Move to ....
11377 * sysdeps/sparc/sparc32/q_qtoll.c: ... here.
11378 * sysdeps/sparc/sparc32/soft-fp/q_qtos.c: Move to ....
11379 * sysdeps/sparc/sparc32/q_qtos.c: ... here.
11380 * sysdeps/sparc/sparc32/soft-fp/q_qtou.c: Move to ....
11381 * sysdeps/sparc/sparc32/q_qtou.c: ... here.
11382 * sysdeps/sparc/sparc32/soft-fp/q_qtoull.c: Move to ....
11383 * sysdeps/sparc/sparc32/q_qtoull.c: ... here.
11384 * sysdeps/sparc/sparc32/soft-fp/q_sqrt.c: Move to ....
11385 * sysdeps/sparc/sparc32/q_sqrt.c: ... here.
11386 * sysdeps/sparc/sparc32/soft-fp/q_stoq.c: Move to ....
11387 * sysdeps/sparc/sparc32/q_stoq.c: ... here.
11388 * sysdeps/sparc/sparc32/soft-fp/q_sub.c: Move to ....
11389 * sysdeps/sparc/sparc32/q_sub.c: ... here.
11390 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Move to ....
11391 * sysdeps/sparc/sparc32/q_ulltoq.c: ... here.
11392 * sysdeps/sparc/sparc32/soft-fp/q_util.c: Move to ....
11393 * sysdeps/sparc/sparc32/q_util.c: ... here.
11394 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Move to ....
11395 * sysdeps/sparc/sparc32/q_utoq.c: ... here.
11396 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h: Move to ....
11397 * sysdeps/sparc/sparc32/sfp-machine.h: ... here.
11398
11399 2018-05-24 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
11400 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
11401
11402 * sysdeps/powerpc/Implies: Removed. Previous contents copied to...
11403 * sysdeps/powerpc/powerpc32/Implies-after: ... here.
11404 * sysdeps/powerpc/powerpc64/be/Implies-after: ... here.
11405 * sysdeps/powerpc/powerpc64/le/Implies-before: ... and here.
11406
11407 2018-05-24 Joseph Myers <joseph@codesourcery.com>
11408
11409 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies: Remove
11410 powerpc/soft-fp.
11411 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
11412 Likewise.
11413 * sysdeps/powerpc/soft-fp/sfp-machine.h: Move to ....
11414 * sysdeps/powerpc/nofpu/sfp-machine.h: ... here.
11415
11416 2018-05-24 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
11417
11418 [BZ #23171]
11419 * math/math.h [C++] (iseqsig): Fix parameter type for the long
11420 double version.
11421
11422 2018-05-23 Joseph Myers <joseph@codesourcery.com>
11423
11424 * sysdeps/sh/Implies: Remove sh/soft-fp.
11425 * sysdeps/sh/soft-fp/sfp-machine.h: Move to ....
11426 * sysdeps/sh/sfp-machine.h: ... here.
11427
11428 2018-05-23 H.J. Lu <hongjiu.lu@intel.com>
11429
11430 * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
11431 (__mempcpy_erms): Skip zero length.
11432 (__memmove_erms): Likewise.
11433 * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
11434 (__memset_erms): Likewise.
11435
11436 2018-05-23 Joseph Myers <joseph@codesourcery.com>
11437
11438 * sysdeps/alpha/Implies: Remove alpha/soft-fp.
11439 * sysdeps/alpha/Makefile [$(subdir) = soft-fp] (sysdep_routines):
11440 Add functions moved from ....
11441 [$(subdir) = math] (CPPFLAGS): Add -I../soft-fp. Moved from ....
11442 * sysdeps/alpha/soft-fp/Makefile: ... here. Remove file.
11443 * sysdeps/alpha/Versions (libc): Add GLIBC_2.3.4 symbols moved
11444 from ....
11445 * sysdeps/alpha/soft-fp/Versions: ... here. Remove file.
11446 * sysdeps/alpha/soft-fp/e_sqrtl.c: Move to ....
11447 * sysdeps/alpha/e_sqrtl.c: ... here.
11448 * sysdeps/alpha/soft-fp/local-soft-fp.h: Move to ....
11449 * sysdeps/alpha/local-soft-fp.h: ... here.
11450 * sysdeps/alpha/soft-fp/ots_add.c: Move to ....
11451 * sysdeps/alpha/ots_add.c: ... here.
11452 * sysdeps/alpha/soft-fp/ots_cmp.c: Move to ....
11453 * sysdeps/alpha/ots_cmp.c: ... here.
11454 * sysdeps/alpha/soft-fp/ots_cmpe.c: Move to ....
11455 * sysdeps/alpha/ots_cmpe.c: ... here.
11456 * sysdeps/alpha/soft-fp/ots_cvtqux.c: Move to ....
11457 * sysdeps/alpha/ots_cvtqux.c: ... here.
11458 * sysdeps/alpha/soft-fp/ots_cvtqx.c: Move to ....
11459 * sysdeps/alpha/ots_cvtqx.c: ... here.
11460 * sysdeps/alpha/soft-fp/ots_cvttx.c: Move to ....
11461 * sysdeps/alpha/ots_cvttx.c: ... here.
11462 * sysdeps/alpha/soft-fp/ots_cvtxq.c: Move to ....
11463 * sysdeps/alpha/ots_cvtxq.c: ... here.
11464 * sysdeps/alpha/soft-fp/ots_cvtxt.c: Move to ....
11465 * sysdeps/alpha/ots_cvtxt.c: ... here.
11466 * sysdeps/alpha/soft-fp/ots_div.c: Move to ....
11467 * sysdeps/alpha/ots_div.c: ... here.
11468 * sysdeps/alpha/soft-fp/ots_mul.c: Move to ....
11469 * sysdeps/alpha/ots_mul.c: ... here.
11470 * sysdeps/alpha/soft-fp/ots_nintxq.c: Move to ....
11471 * sysdeps/alpha/ots_nintxq.c: ... here.
11472 * sysdeps/alpha/soft-fp/ots_sub.c: Move to ....
11473 * sysdeps/alpha/ots_sub.c: ... here.
11474 * sysdeps/alpha/soft-fp/sfp-machine.h: Move to ....
11475 * sysdeps/alpha/sfp-machine.h: ... here.
11476
11477 2018-05-23 Florian Weimer <fweimer@redhat.com>
11478
11479 [BZ #19728]
11480 [BZ #19729]
11481 [BZ #22247]
11482 CVE-2016-6261
11483 CVE-2016-6263
11484 CVE-2017-14062
11485 Switch to extern IDNA implementation (libidn2).
11486 * libidn: Remove subdirectory.
11487 * LICENSES: Do not mention licensing conditions for the removed
11488 libidn code.
11489 * config.h.in (HAVE_LIBIDN): Remove.
11490 * include/dlfcn.h (__libc_dlopen): Update comment.
11491 * include/idna.h: Remove file.
11492 * inet/Makefile (routines): Add idna.
11493 (tests-static, tests-internal): Add tst-idna_name_classify.
11494 (LOCALES): Generate locales for tests.
11495 (tst-idna_name_classify.out): Depend on generated locales.
11496 * inet/idna_name_classify.c: New file.
11497 * inet/tst-idna_name_classify.c: Likewise.
11498 * inet/net-internal.h (__idna_to_dns_encoding)
11499 (__idna_from_dns_encoding): Declare.
11500 * inet/net-internal.h (enum idna_name_classification): Define.
11501 (__idna_name_classify): Declare.
11502 * inet/Versions (GLIBC_PRIVATE): Add __idna_to_dns_encoding,
11503 __idna_from_dns_encoding.
11504 * inet/getnameinfo.c (DEPRECATED_NI_IDN): Define.
11505 (gni_host_inet_name): Call __idna_from_dns_encoding. Use punycode
11506 name as a fallback in case of encoding errors.
11507 (getnameinfo): Use DEPRECATED_NI_IDN.
11508 * inet/idna.c: New file.
11509 * nscd/gai.c: Do not include <libidn/idn-stub.c>.
11510 * resolv/Makefile (tests): Add tst-resolv-ai_idn,
11511 tst-resolv-ai_idn-latin1, tst-resolv-ai_idn-nolibidn2.
11512 (modules-names): Add tst-no-libidn2.
11513 (extra-test-objs): Add tst-no-libidn2.os.
11514 (LDFLAGS-tst-no-libidn2.so): Set soname.
11515 (LOCALES): Set, and generate locales.
11516 (tst-resolv-ai_idn): Link with -ldl -lresolv -lpthread.
11517 (tst-resolv-ai_idn-latin1): Likewise.
11518 (tst-resolv-ai_idn-nolibidn2): Likewise.
11519 (tst-resolv-ai_idn.out): Depend on locales.
11520 (tst-resolv-ai_idn-latin1.out): Depend on locales.
11521 (tst-resolv-ai_idn-nolibidn2.out): Depend on locales and
11522 tst-no-libidn2.so.
11523 * resolv/netdb.h (AI_IDN_ALLOW_UNASSIGNED)
11524 (AI_IDN_USE_STD3_ASCII_RULES, NI_IDN_ALLOW_UNASSIGNED)
11525 (NI_IDN_USE_STD3_ASCII_RULES): Deprecate.
11526 * resolv/tst-resolv-ai_idn.c: New file.
11527 * resolv/tst-resolv-ai_idn-latin1.c: Likewise.
11528 * resolv/tst-resolv-ai_idn-nolibidn2.c: Likewise.
11529 * resolv/tst-no-libidn2.c: Likewise.
11530 * support/support_format_addrinfo.c (format_ai_flags): Do not
11531 handle AI_IDN_ALLOW_UNASSIGNED, AI_IDN_USE_STD3_ASCII_RULES.
11532 * sysdeps/posix/getaddrinfo.c (DEPRECATED_AI_IDN): Define.
11533 (gaih_inet): Call __idna_to_dns_encoding and
11534 __idna_from_dns_encoding, and use the original (punycode) name if
11535 __idna_from_dns_encoding fails due to an encoding error.
11536 (getaddrinfo): Use DEPRECATED_AI_IDN.
11537 * sysdeps/unix/inet/Subdirs (libidn): Remove.
11538 * sysdeps/unix/inet/configure: Remove file.
11539 * sysdeps/unix/inet/configure.ac: Likewise.
11540
11541 2018-05-23 Florian Weimer <fweimer@redhat.com>
11542
11543 Implement allocate_once.
11544 * include/allocate_once.h: New file.
11545 * misc/allocate_once.c: Likewise.
11546 * misc/tst-allocate_once.c: Likewise.
11547 * misc/Makefile (routines): Add allocate_once.
11548 (tests-internal): Add tst-allocate_once.
11549 (generated): Add tst-allocate_once.mtrace,
11550 tst-allocate_once-mem.out.
11551 (tests-special): Add tst-allocate_once-mem.out.
11552 (tst-allocate_once-ENV): Set MALLOC_TRACE.
11553 (tst-allocate_once-mem.out): Call mtrace.
11554 * misc/Versions (GLIBC_PRIVATE): Add __libc_allocate_once_slow.
11555
11556 2018-05-23 H.J. Lu <hongjiu.lu@intel.com>
11557
11558 [BZ #23196]
11559 * string/test-memcpy.c (do_test1): New function.
11560 (test_main): Call it.
11561
11562 2018-05-23 Andreas Schwab <schwab@suse.de>
11563
11564 [BZ #23196]
11565 CVE-2018-11237
11566 * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S
11567 (L(preloop_large)): Save initial destination pointer in %r11 and
11568 use it instead of %rax after the loop.
11569 * string/test-mempcpy.c (MIN_PAGE_SIZE): Define.
11570
11571 2018-05-22 Joseph Myers <joseph@codesourcery.com>
11572
11573 * sysdeps/aarch64/Implies: Remove aarch64/soft-fp.
11574 * sysdeps/aarch64/Makefile [$(subdir) = math] (CPPFLAGS): Add
11575 -I../soft-fp. Moved from ....
11576 * sysdeps/aarch64/soft-fp/Makefile: ... here. Remove file.
11577 * sysdeps/aarch64/soft-fp/e_sqrtl.c: Move to ....
11578 * sysdeps/aarch64/e_sqrtl.c: ... here.
11579 * sysdeps/aarch64/soft-fp/sfp-machine.h: Move to ....
11580 * sysdeps/aarch64/sfp-machine.h: ... here.
11581
11582 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Ignore
11583 -Wmaybe-uninitialized around access to fq[0].
11584 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
11585 Likewise.
11586
11587 [BZ #18471]
11588 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Use weak
11589 aliases for non-libc case of versioned symbols.
11590 * sysdeps/unix/sysv/linux/lseek64.c: Include <shlib-compat.h>.
11591 (llseek): Define as compat symbol if
11592 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_28)], not as weak alias
11593 with link warning.
11594 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (llseek):
11595 Make into a compat symbol, disabled for minimum symbol version
11596 GLIBC_2.28 and later.
11597 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Remove file.
11598
11599 2018-05-22 Florian Weimer <fweimer@redhat.com>
11600
11601 * sysdeps/i386/Makefile [$(subdir) == math] (sysdep-CFLAGS): Do
11602 not add -mpreferred-stack-boundary=4.
11603 [$(subdir) == csu] (sysdep-CFLAGS): Likewise.
11604 (stack-align-test-flags): Likewise.
11605 [$(subdir) == stdlib] (CFLAGS-exit.c, CFLAGS-cxa_finalize.c):
11606 Likewise.
11607 [$(subdir) == elf] (CFLAGS-dl-init.c, CFLAGS-dl-fini.c)
11608 (CFLAGS-dl-open.c, CFLAGS-dl-close.c, CFLAGS-dl-error.c): Likewise.
11609 [$(subdir) == dlfcn] (CFLAGS-dlopen.c, CFLAGS-dlopenold.c)
11610 (CFLAGS-dlclose.c, CFLAGS-dlerror.c): Likewise.
11611 * sysdeps/i386/nptl/Makefile [$(subdir) == nptl]
11612 (CFLAGS-pthread_create.c, CFLAGS-tst-align.c)
11613 (CFLAGS-tst-align2.c): Likewise.
11614
11615 2018-05-21 H.J. Lu <hongjiu.lu@intel.com>
11616
11617 * sysdeps/x86/cpu-features.h (bit_arch_Prefer_FSRM): New.
11618 (index_arch_Prefer_FSRM): Likewise.
11619 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
11620 Also check Prefer_FSRM.
11621 * sysdeps/x86_64/multiarch/ifunc-memmove.h (IFUNC_SELECTOR):
11622 Also return OPTIMIZE (erms) for Prefer_FSRM.
11623
11624 2018-05-21 H.J. Lu <hongjiu.lu@intel.com>
11625
11626 * sysdeps/x86/cpu-features.h (bit_cpu_FSRM): New.
11627 (index_cpu_FSRM): Likewise.
11628 (reg_FSRM): Likewise.
11629
11630 2018-05-18 Joseph Myers <joseph@codesourcery.com>
11631
11632 * math/gen-tgmath-tests.py: Import sys.
11633 (Tests.__init__): Initialize macros_seen.
11634 (Tests.add_tests): Add macro to macros_seen. Only generate tests
11635 if requested to do so for this macro.
11636 (Tests.add_all_tests): Take argument for macro for which to
11637 generate tests.
11638 (Tests.check_macro_list): New function.
11639 (main): Handle check-list argument and argument specifying macro
11640 for which to generate tests.
11641 * math/Makefile [PYTHON] (tgmath3-macros): New variable.
11642 [PYTHON] (tgmath3-macro-tests): Likewise.
11643 [PYTHON] (tests): Add $(tgmath3-macro-tests) not test-tgmath3.
11644 [PYTHON] (generated): Add $(addsuffix .c,$(tgmath3-macro-tests))
11645 not test-tgmath3.c.
11646 [PYTHON] (CFLAGS-test-tgmath3.c): Remove.
11647 [PYTHON] ($(tgmath3-macro-tests:%=$(objpfx)%.o): Add -fno-builtin
11648 to CFLAGS.
11649 [PYTHON] ($(objpfx)test-tgmath3.c): Replace rule by....
11650 [PYTHON] ($(foreach
11651 m,$(tgmath3-macros),$(objpfx)test-tgmath3-$(m).c): ... this. New
11652 rule.
11653 [PYTHON] (tests-special): Add
11654 $(objpfx)test-tgmath3-macro-list.out.
11655 [PYTHON] ($(objpfx)test-tgmath3-macro-list.out): New rule.
11656
11657 * sysdeps/unix/sysv/linux/syscalls.list (nfsservctl): Make into a
11658 compat symbol, disabled for minimum symbol version GLIBC_2.28 and
11659 later.
11660
11661 [BZ #22639]
11662 * time/tzset.c (SECSPERDAY): Cast to time_t.
11663 * time/tst-y2039.c: New file.
11664 * time/Makefile (tests): Add tst-y2039.
11665
11666 2018-05-17 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
11667
11668 * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
11669 (PREFETCH_ONE_SET): Remove duplicate line.
11670
11671 2018-05-17 Florian Weimer <fweimer@redhat.com>
11672
11673 * sysdeps/generic/math-type-macros-double.h: Include
11674 <math-nan-payload-double.h> after <libm-alias-double.h>.
11675 * sysdeps/generic/math-type-macros-float.h: Include
11676 <math-nan-payload-float.h> after <libm-alias-float.h>.
11677 * sysdeps/generic/math-type-macros-float128.h: Include
11678 <math-nan-payload-float128.h> after <libm-alias-float128.h>.
11679 * sysdeps/generic/math-type-macros-ldouble.h: Include
11680 <math-nan-payload-ldouble.h> after <libm-alias-ldouble.h>.
11681
11682 2018-05-17 Andreas Schwab <schwab@suse.de>
11683
11684 * resolv/res_send.c (__res_context_send): Don't set errno when
11685 returing error after malloc failure.
11686
11687 2018-05-17 H.J. Lu <hongjiu.lu@intel.com>
11688
11689 * nptl/allocatestack.c (allocate_stack): Remove the
11690 !__ASSUME_PRIVATE_FUTEX paths.
11691 * nptl/descr.h (header): Remove the !__ASSUME_PRIVATE_FUTEX path.
11692 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
11693 Likewise.
11694 * sysdeps/i386/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Removed.
11695 * sysdeps/powerpc/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Likewise.
11696 * sysdeps/sh/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Likewise.
11697 * sysdeps/x86_64/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Likewise.
11698 * sysdeps/i386/nptl/tls.h: (tcbhead_t): Remve the
11699 !__ASSUME_PRIVATE_FUTEX path.
11700 * sysdeps/s390/nptl/tls.h (tcbhead_t): Likewise.
11701 * sysdeps/sparc/nptl/tls.h (tcbhead_t): Likewise.
11702 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Likewise.
11703 * sysdeps/unix/sysv/linux/i386/lowlevellock.S: Remove the
11704 !__ASSUME_PRIVATE_FUTEX macros.
11705 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
11706 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
11707 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
11708 * sysdeps/unix/sysv/linux/kernel-features.h
11709 (__ASSUME_PRIVATE_FUTEX): Removed.
11710
11711 2018-05-17 Joseph Myers <joseph@codesourcery.com>
11712
11713 * math/Makefile (libm-narrow-fns): Add div.
11714 (libm-test-funcs-narrow): Likewise.
11715 * math/Versions (GLIBC_2.28): Add narrowing divide functions.
11716 * math/bits/mathcalls-narrow.h (div): Use __MATHCALL_NARROW.
11717 * math/gen-auto-libm-tests.c (test_functions): Add div.
11718 * math/math-narrow.h (CHECK_NARROW_DIV): New macro.
11719 (NARROW_DIV_ROUND_TO_ODD): Likewise.
11720 (NARROW_DIV_TRIVIAL): Likewise.
11721 * sysdeps/ieee754/float128/float128_private.h (__fdivl): New
11722 macro.
11723 (__ddivl): Likewise.
11724 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fdiv and
11725 ddiv.
11726 (CFLAGS-nldbl-ddiv.c): New variable.
11727 (CFLAGS-nldbl-fdiv.c): Likewise.
11728 * sysdeps/ieee754/ldbl-opt/Versions (GLIBC_2.28): Add
11729 __nldbl_ddivl.
11730 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl_ddivl): New
11731 prototype.
11732 * manual/arith.texi (Misc FP Arithmetic): Document fdiv, fdivl,
11733 ddivl, fMdivfN, fMdivfNx, fMxdivfN and fMxdivfNx.
11734 * math/auto-libm-test-in: Add tests of div.
11735 * math/auto-libm-test-out-narrow-div: New generated file.
11736 * math/libm-test-narrow-div.inc: New file.
11737 * sysdeps/i386/fpu/s_f32xdivf64.c: Likewise.
11738 * sysdeps/ieee754/dbl-64/s_f32xdivf64.c: Likewise.
11739 * sysdeps/ieee754/dbl-64/s_fdiv.c: Likewise.
11740 * sysdeps/ieee754/float128/s_f32divf128.c: Likewise.
11741 * sysdeps/ieee754/float128/s_f64divf128.c: Likewise.
11742 * sysdeps/ieee754/float128/s_f64xdivf128.c: Likewise.
11743 * sysdeps/ieee754/ldbl-128/s_ddivl.c: Likewise.
11744 * sysdeps/ieee754/ldbl-128/s_f64xdivf128.c: Likewise.
11745 * sysdeps/ieee754/ldbl-128/s_fdivl.c: Likewise.
11746 * sysdeps/ieee754/ldbl-128ibm/s_ddivl.c: Likewise.
11747 * sysdeps/ieee754/ldbl-128ibm/s_fdivl.c: Likewise.
11748 * sysdeps/ieee754/ldbl-96/s_ddivl.c: Likewise.
11749 * sysdeps/ieee754/ldbl-96/s_fdivl.c: Likewise.
11750 * sysdeps/ieee754/ldbl-opt/nldbl-ddiv.c: Likewise.
11751 * sysdeps/ieee754/ldbl-opt/nldbl-fdiv.c: Likewise.
11752 * sysdeps/ieee754/soft-fp/s_ddivl.c: Likewise.
11753 * sysdeps/ieee754/soft-fp/s_fdiv.c: Likewise.
11754 * sysdeps/ieee754/soft-fp/s_fdivl.c: Likewise.
11755 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11756 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
11757 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
11758 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
11759 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
11760 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
11761 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
11762 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
11763 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
11764 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
11765 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
11766 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
11767 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
11768 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
11769 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
11770 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Likewise.
11771 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
11772 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
11773 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
11774 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
11775 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
11776 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
11777 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
11778 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
11779 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
11780 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
11781
11782 2018-05-16 Adhemerval Zanella <adhemerval.zanella@linaro.org>
11783
11784 [BZ #23178]
11785 * nscd/nscd-client.h (sendfileall): Remove prototype.
11786 * nscd/connections.c [HAVE_SENDFILE] (sendfileall): Remove function.
11787 (handle_request): Use writeall instead of sendfileall.
11788 * nscd/aicache.c (addhstaiX): Likewise.
11789 * nscd/grpcache.c (cache_addgr): Likewise.
11790 * nscd/hstcache.c (cache_addhst): Likewise.
11791 * nscd/initgrcache.c (addinitgroupsX): Likewise.
11792 * nscd/netgroupcache.c (addgetnetgrentX, addinnetgrX): Likewise.
11793 * nscd/pwdcache.c (cache_addpw): Likewise.
11794 * nscd/servicescache.c (cache_addserv): Likewise.
11795 * sysdeps/unix/sysv/linux/Makefile [$(subdir) == nscd]
11796 (sysdep-CFLAGS): Remove -DHAVE_SENDFILE.
11797 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_SENDFILE):
11798 Remove define.
11799
11800 2018-05-16 H.J. Lu <hongjiu.lu@intel.com>
11801
11802 * sysdeps/x86_64/multiarch/strncat-c.c (STRNCAT_PRIMARY): Removed.
11803 Include <string/strncat.c>.
11804 * sysdeps/x86_64/multiarch/strncat.c (__strncat): New strong
11805 alias.
11806 (__GI___strncat): New hidden alias.
11807
11808 2018-05-16 Joseph Myers <joseph@codesourcery.com>
11809
11810 * sysdeps/mips/mips32/libm-test-ulps: Update.
11811 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
11812
11813 2018-05-16 Florian Weimer <fweimer@redhat.com>
11814
11815 * support/Makefile (libsupport-routines): Add support_quote_blob,
11816 support_test_compare_blob.
11817 (tests): Add tst-support_quote_blob, tst-test_compare_blob.
11818 * support/check.h (TEST_COMPARE_BLOB): Define.
11819 (support_test_compare_blob): Declare.
11820 * support/support.h (support_quote_blob): Declare.
11821 * support/support_quote_blob.c: New file.
11822 * support/support_test_compare_blob.c: Likewise.
11823 * support/tst-support_quote_blob.c: Likewise.
11824 * support/tst-test_compare_blob.c: Likewise.
11825
11826 2018-05-16 Florian Weimer <fweimer@redhat.com>
11827
11828 * stdlib/strtod_nan.c: Include <math-type-macros-double.h> instead
11829 of <strtod_nan_double.h>.
11830 * stdlib/strtod_nan_main.c (STRTOD_NAN): Use SET_NAN_PAYLOAD
11831 instead of SET_MANTISSA.
11832 * stdlib/strtof_nan.c: Include <math-type-macros-float.h> instead
11833 of include <strtod_nan_float.h>.
11834 * stdlib/strtold_nan.c: Include <math-type-macros-ldouble.h>
11835 instead of <strtod_nan_ldouble.h>.
11836 * stdlib/strtod_nan_double.h: Move to ...
11837 * sysdeps/generic/math-nan-payload-double.h: ... here.
11838 (FLOAT): Remove definition.
11839 (SET_MANTISSA): Rename to ...
11840 (SET_NAN_PAYLOAD): ... this.
11841 * stdlib/strtod_nan_float.h: Move to ...
11842 * sysdeps/generic/math-nan-payload-float.h: ... here.
11843 (FLOAT): Remove definition.
11844 (SET_MANTISSA): Rename to ...
11845 (SET_NAN_PAYLOAD): ... this.
11846 * sysdeps/generic/math-type-macros-double.h: Include
11847 <math-nan-payload-double.h>. Include <math/math-svid-compat.h>
11848 instead of <math-svid-compat.h>.
11849 * sysdeps/generic/math-type-macros-float.h: Include
11850 <math-nan-payload-float.h>. Include <math/math-svid-compat.h>
11851 instead of <math-svid-compat.h>.
11852 * sysdeps/generic/math-type-macros-float128.h: Include
11853 <math-nan-payload-float128.h>.
11854 * sysdeps/generic/math-type-macros-ldouble.h: Include
11855 <math-nan-payload-ldouble.h>. Include <math/math-svid-compat.h>
11856 instead of <math-svid-compat.h>.
11857 * sysdeps/generic/math-type-macros.h: Document SET_NAN_PAYLOAD and
11858 check for definition.
11859 * sysdeps/ieee754/float128/strtod_nan_float128.h: Move to ...
11860 * sysdeps/ieee754/float128/math-nan-payload-float128.h: ... here.
11861 Include <ieee754_float128.h>.
11862 (FLOAT): Remove definition.
11863 (SET_MANTISSA): Rename to ...
11864 (SET_NAN_PAYLOAD): ... this.
11865 * sysdeps/ieee754/float128/strtof128_nan.c: Include
11866 <math-type-macros-float128.h> instead of <strtod_nan_float128.h>.
11867 Do not include <float128_private.h>.
11868 * sysdeps/ieee754/float128/wcstof128_nan.c: Likewise.
11869 * sysdeps/ieee754/ldbl-128/strtod_nan_ldouble.h: Move to ...
11870 * sysdeps/ieee754/ldbl-128/math-nan-payload-ldouble.h: ... here.
11871 (FLOAT): Remove definition.
11872 (SET_MANTISSA): Rename to ...
11873 (SET_NAN_PAYLOAD): ... this.
11874 * sysdeps/ieee754/ldbl-128ibm/strtod_nan_ldouble.h: Move to ...
11875 * sysdeps/ieee754/ldbl-128ibm/math-nan-payload-ldouble.h: ... here.
11876 (FLOAT): Remove definition.
11877 (SET_MANTISSA): Rename to ...
11878 (SET_NAN_PAYLOAD): ... this.
11879 * sysdeps/ieee754/ldbl-96/strtod_nan_ldouble.h: Move to ...
11880 * sysdeps/ieee754/ldbl-96/math-nan-payload-ldouble.h: ... here.
11881 (FLOAT): Remove definition.
11882 (SET_MANTISSA): Rename to ...
11883 (SET_NAN_PAYLOAD): ... this.
11884 * wcsmbs/wcstod_nan.c: Include <math-type-macros-double.h> instead
11885 of "../stdlib/strtod_nan_double.h".
11886 * wcsmbs/wcstof_nan.c: Include <math-type-macros-float.h> instead
11887 of "../stdlib/strtod_nan_float.h".
11888 * wcsmbs/wcstold_nan.c: Include <math-type-macros-ldouble.h>
11889 instead of "../stdlib/strtod_nan_ldouble.h".
11890 * manual/arith.texi (Parsing of Floats): Adjust comment.
11891
11892 2018-05-16 Joseph Myers <joseph@codesourcery.com>
11893
11894 * math/Makefile (libm-narrow-fns): Add mul.
11895 (libm-test-funcs-narrow): Likewise.
11896 * math/Versions (GLIBC_2.28): Add narrowing multiply functions.
11897 * math/bits/mathcalls-narrow.h (mul): Use __MATHCALL_NARROW.
11898 * math/gen-auto-libm-tests.c (test_functions): Add mul.
11899 * math/math-narrow.h (CHECK_NARROW_MUL): New macro.
11900 (NARROW_MUL_ROUND_TO_ODD): Likewise.
11901 (NARROW_MUL_TRIVIAL): Likewise.
11902 * soft-fp/op-common.h (FP_TRUNC_COOKED): Likewise.
11903 * sysdeps/ieee754/float128/float128_private.h (__fmull): New
11904 macro.
11905 (__dmull): Likewise.
11906 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fmul and
11907 dmul.
11908 (CFLAGS-nldbl-dmul.c): New variable.
11909 (CFLAGS-nldbl-fmul.c): Likewise.
11910 * sysdeps/ieee754/ldbl-opt/Versions (GLIBC_2.28): Add
11911 __nldbl_dmull.
11912 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl_dmull): New
11913 prototype.
11914 * manual/arith.texi (Misc FP Arithmetic): Document fmul, fmull,
11915 dmull, fMmulfN, fMmulfNx, fMxmulfN and fMxmulfNx.
11916 * math/auto-libm-test-in: Add tests of mul.
11917 * math/auto-libm-test-out-narrow-mul: New generated file.
11918 * math/libm-test-narrow-mul.inc: New file.
11919 * sysdeps/i386/fpu/s_f32xmulf64.c: Likewise.
11920 * sysdeps/ieee754/dbl-64/s_f32xmulf64.c: Likewise.
11921 * sysdeps/ieee754/dbl-64/s_fmul.c: Likewise.
11922 * sysdeps/ieee754/float128/s_f32mulf128.c: Likewise.
11923 * sysdeps/ieee754/float128/s_f64mulf128.c: Likewise.
11924 * sysdeps/ieee754/float128/s_f64xmulf128.c: Likewise.
11925 * sysdeps/ieee754/ldbl-128/s_dmull.c: Likewise.
11926 * sysdeps/ieee754/ldbl-128/s_f64xmulf128.c: Likewise.
11927 * sysdeps/ieee754/ldbl-128/s_fmull.c: Likewise.
11928 * sysdeps/ieee754/ldbl-128ibm/s_dmull.c: Likewise.
11929 * sysdeps/ieee754/ldbl-128ibm/s_fmull.c: Likewise.
11930 * sysdeps/ieee754/ldbl-96/s_dmull.c: Likewise.
11931 * sysdeps/ieee754/ldbl-96/s_fmull.c: Likewise.
11932 * sysdeps/ieee754/ldbl-opt/nldbl-dmul.c: Likewise.
11933 * sysdeps/ieee754/ldbl-opt/nldbl-fmul.c: Likewise.
11934 * sysdeps/ieee754/soft-fp/s_dmull.c: Likewise.
11935 * sysdeps/ieee754/soft-fp/s_fmul.c: Likewise.
11936 * sysdeps/ieee754/soft-fp/s_fmull.c: Likewise.
11937 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11938 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
11939 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
11940 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
11941 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
11942 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
11943 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
11944 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
11945 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
11946 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
11947 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
11948 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
11949 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
11950 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
11951 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
11952 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Likewise.
11953 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
11954 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
11955 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
11956 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
11957 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
11958 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
11959 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
11960 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
11961 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
11962 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
11963
11964 2018-05-14 H.J. Lu <hongjiu.lu@intel.com>
11965
11966 * sysdeps/i386/crti.S (_init): Replace PREINIT_FUNCTION@PLT
11967 with *%eax in call.
11968
11969 2018-05-14 H.J. Lu <hongjiu.lu@intel.com>
11970
11971 * sysdeps/i386/ldsodefs.h: Removed.
11972 * sysdeps/x86_64/ldsodefs.h: Moved to ...
11973 * sysdeps/x86/ldsodefs.h: This.
11974 (La_i86_regs): New.
11975 (La_i86_retval): Likewise.
11976 (ARCH_PLTENTER_MEMBERS): Add i86_gnu_pltenter.
11977 (ARCH_PLTEXIT_MEMBERS): i86_gnu_pltexit.
11978
11979 2018-05-14 H.J. Lu <hongjiu.lu@intel.com>
11980
11981 * sysdeps/x86_64/multiarch/strlen-avx2.S (STRLEN): Remove the
11982 unnecessary testl.
11983
11984 2018-05-13 Alan Modra <amodra@gmail.com>
11985
11986 * sysdeps/hppa/dl-machine.h (elf_machine_rela): Add
11987 R_PARISC_TLS_DTPOFF32 reloc addend.
11988
11989 2018-05-11 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
11990
11991 * bits/floatn-common.h: Define __HAVE_FLOAT128_UNLIKE_LDBL.
11992 * math/math.h: Restrict the prototype definition for the functions
11993 issignaling(_Float128) and iszero(_Float128); and template
11994 __iseqsig_type<_Float128>, from __HAVE_DISTINCT_FLOAT128 to
11995 __HAVE_FLOAT128_UNLIKE_LDBL.
11996 * sysdeps/powerpc/bits/floatn.h [__HAVE_FLOAT128
11997 && (!__GNUC_PREREQ (7, 0) || defined __cplusplus)
11998 && __LDBL_MANT_DIG__ == 113]: Use long double suffix for
11999 __f128() constants; define the type _Float128 as long double;
12000 and reuse long double in __CFLOAT128.
12001
12002 2018-05-11 Joseph Myers <joseph@codesourcery.com>
12003
12004 * sysdeps/generic/math_private.h: Do not include
12005 <math-barriers.h>.
12006 * stdlib/strtod_l.c: Include <math-barriers.h> instead of
12007 <math_private.h>.
12008 * math/fromfp.h: Include <math-barriers.h>.
12009 * math/math-narrow.h: Likewise.
12010 * math/s_nextafter.c: Likewise.
12011 * math/s_nexttowardf.c: Likewise.
12012 * sysdeps/aarch64/fpu/s_llrint.c: Likewise.
12013 * sysdeps/aarch64/fpu/s_llrintf.c: Likewise.
12014 * sysdeps/aarch64/fpu/s_lrint.c: Likewise.
12015 * sysdeps/aarch64/fpu/s_lrintf.c: Likewise.
12016 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
12017 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
12018 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
12019 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
12020 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
12021 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
12022 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
12023 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
12024 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
12025 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
12026 * sysdeps/ieee754/dbl-64/s_fma.c: Likewise.
12027 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
12028 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
12029 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
12030 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
12031 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
12032 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
12033 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
12034 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
12035 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
12036 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
12037 * sysdeps/ieee754/k_standardl.c: Likewise.
12038 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
12039 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
12040 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
12041 * sysdeps/ieee754/ldbl-128/s_fmal.c: Likewise.
12042 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
12043 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
12044 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
12045 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
12046 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
12047 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
12048 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
12049 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
12050 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
12051 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
12052 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
12053 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
12054 * sysdeps/ieee754/ldbl-96/s_fma.c: Likewise.
12055 * sysdeps/ieee754/ldbl-96/s_fmal.c: Likewise.
12056 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
12057 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
12058 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Likewise.
12059 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c: Likewise.
12060
12061 2018-05-11 Florian Weimer <fweimer@redhat.com>
12062
12063 Use 64-bit epoch values in the time zone file parser.
12064 * include/time.h (internal_time_t): Define.
12065 (__tzfile_compute): Use it.
12066 * time/tzfile.c (struct leap): Use internal_time_t for epoch
12067 member.
12068 (transitions): Switch to internal_time_t.
12069 (__tzfile_read): Likewise. Remove code dealing with 4-byte time_t
12070 types.
12071 (__tzfile_compute): Use internal_time_t for timer argument. Check
12072 for truncation before calling __offtime.
12073
12074 2018-05-11 Florian Weimer <fweimer@redhat.com>
12075
12076 [BZ #23166]
12077 * include/rpc/clnt.h (rpc_createerr): Declare hidden alias.
12078 * include/rpc/svc.h (svc_pollfd, svc_max_pollfd, svc_fdset):
12079 Likewise.
12080 * sunrpc/rpc_common.c (svc_fdset, rpc_createerr, svc_pollfd)
12081 (svc_max_pollfd): Add nocommon attribute and hidden alias. Do not
12082 export without --enable-obsolete-rpc.
12083 * sunrpc/svcauth_des.c (svcauthdes_stats): Turn into compatibility
12084 symbol. This should not have been exported, ever.
12085
12086 2018-05-11 Rafal Luzynski <digitalfreak@lingonborough.com>
12087
12088 [BZ #23152]
12089 * localedata/locales/gd_GB (abmon): Fix typo in May:
12090 "Mhàrt" -> "Cèit". Adjust the comment according to the change.
12091
12092 2018-05-11 Siddhesh Poyarekar <siddhesh@sourceware.org>
12093
12094 * sysdeps/aarch64/multiarch/memcpy_falkor.S (__memcpy_falkor):
12095 Use multiple registers to copy data in loop tail.
12096
12097 * sysdeps/aarch64/multiarch/memmove_falkor.S
12098 (__memmove_falkor): Use multiple registers to move data in
12099 loop tail.
12100
12101 2018-05-10 Joseph Myers <joseph@codesourcery.com>
12102
12103 * math/math-underflow.h: New file.
12104 * sysdeps/generic/math_private.h: Do not include <float.h>.
12105 (fabs_tg): Remove macro. Moved to math-underflow.h.
12106 (min_of_type_f): Likewise.
12107 (min_of_type_): Likewise.
12108 (min_of_type_l): Likewise.
12109 (min_of_type_f128): Likewise.
12110 (min_of_type): Likewise.
12111 (math_check_force_underflow): Likewise.
12112 (math_check_force_underflow_nonneg): Likewise.
12113 (math_check_force_underflow_complex): Likewise.
12114 * math/e_exp2_template.c: Include <math-underflow.h>.
12115 * math/k_casinh_template.c: Likewise.
12116 * math/s_catan_template.c: Likewise.
12117 * math/s_catanh_template.c: Likewise.
12118 * math/s_ccosh_template.c: Likewise.
12119 * math/s_cexp_template.c: Likewise.
12120 * math/s_clog10_template.c: Likewise.
12121 * math/s_clog_template.c: Likewise.
12122 * math/s_csin_template.c: Likewise.
12123 * math/s_csinh_template.c: Likewise.
12124 * math/s_csqrt_template.c: Likewise.
12125 * math/s_ctan_template.c: Likewise.
12126 * math/s_ctanh_template.c: Likewise.
12127 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
12128 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
12129 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
12130 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
12131 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
12132 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
12133 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
12134 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
12135 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
12136 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
12137 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
12138 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
12139 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
12140 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
12141 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
12142 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
12143 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
12144 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
12145 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
12146 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
12147 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
12148 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
12149 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
12150 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
12151 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
12152 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
12153 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
12154 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
12155 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
12156 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
12157 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
12158 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
12159 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
12160 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
12161 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
12162 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
12163 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
12164 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
12165 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
12166 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
12167 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
12168 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
12169 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
12170 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
12171 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
12172 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
12173 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
12174 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
12175 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
12176 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
12177 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
12178 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
12179 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
12180 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
12181 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
12182 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
12183 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
12184 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
12185 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
12186 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
12187 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
12188 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
12189 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
12190 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
12191 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
12192 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
12193 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
12194 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
12195 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
12196 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
12197 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
12198 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
12199 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
12200 * sysdeps/ieee754/ldbl-96/k_tanl.c: Likewise.
12201 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
12202 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
12203 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
12204 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
12205 * sysdeps/x86/fpu/powl_helper.c: Likewise.
12206 * sysdeps/ieee754/dbl-64/s_nextup.c: Include <float.h>.
12207 * sysdeps/ieee754/flt-32/s_nextupf.c: Likewise.
12208 * sysdeps/ieee754/ldbl-128/s_nextupl.c: Likewise.
12209 * sysdeps/ieee754/ldbl-128ibm/s_nextupl.c: Likewise.
12210 * sysdeps/ieee754/ldbl-96/s_nextupl.c: Likewise.
12211
12212 2018-05-09 Joseph Myers <joseph@codesourcery.com>
12213
12214 * sysdeps/generic/math-barriers.h: New file.
12215 * sysdeps/generic/math_private.h [!math_opt_barrier]
12216 (math_opt_barrier): Move to math-barriers.h.
12217 [!math_opt_barrier] (math_force_eval): Likewise.
12218 * sysdeps/aarch64/fpu/math-barriers.h: New file.
12219 * sysdeps/aarch64/fpu/math_private.h (math_opt_barrier): Move to
12220 math-barriers.h.
12221 (math_force_eval): Likewise.
12222 * sysdeps/alpha/fpu/math-barriers.h: New file.
12223 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): Move to
12224 math-barriers.h.
12225 (math_force_eval): Likewise.
12226 * sysdeps/x86/fpu/math-barriers.h: New file.
12227 * sysdeps/i386/fpu/fenv_private.h (math_opt_barrier): Move to
12228 math-barriers.h.
12229 (math_force_eval): Likewise.
12230 * sysdeps/m68k/m680x0/fpu/math_private.h: Move to....
12231 * sysdeps/m68k/m680x0/fpu/math-barriers.h: ... here. Adjust
12232 multiple-include guard for rename.
12233 * sysdeps/powerpc/fpu/math-barriers.h: New file.
12234 * sysdeps/powerpc/fpu/math_private.h (math_opt_barrier): Move to
12235 math-barriers.h.
12236 (math_force_eval): Likewise.
12237
12238 2018-05-09 Paul Pluzhnikov <ppluzhnikov@google.com>
12239
12240 [BZ #22786]
12241 CVE-2018-11236
12242 * stdlib/canonicalize.c (__realpath): Fix overflow in path length
12243 computation.
12244 * stdlib/Makefile (test-bz22786): New test.
12245 * stdlib/test-bz22786.c: New test.
12246
12247 2018-05-09 Joseph Myers <joseph@codesourcery.com>
12248
12249 * include/math-narrow-eval.h: New file. Contents moved from ....
12250 * sysdeps/generic/math_private.h: ... here.
12251 (math_narrow_eval): Remove macro. Moved to math-narrow-eval.h.
12252 [FLT_EVAL_METHOD != 0] (excess_precision): Likewise.
12253 * math/s_fdim_template.c: Include <math-narrow-eval.h>.
12254 * stdlib/strtod_l.c: Likewise.
12255 * sysdeps/i386/fpu/s_f32xaddf64.c: Likewise.
12256 * sysdeps/i386/fpu/s_f32xsubf64.c: Likewise.
12257 * sysdeps/i386/fpu/s_fdim.c: Likewise.
12258 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
12259 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
12260 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
12261 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
12262 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
12263 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
12264 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
12265 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
12266 * sysdeps/ieee754/dbl-64/lgamma_neg.c: Likewise.
12267 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
12268 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
12269 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
12270 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
12271 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
12272 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
12273 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
12274 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
12275 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
12276 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
12277 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
12278 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
12279 * sysdeps/ieee754/flt-32/lgamma_negf.c: Likewise.
12280 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
12281 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
12282 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
12283 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
12284
12285 2018-05-08 Andreas Schwab <schwab@suse.de>
12286
12287 * sysdeps/nptl/internaltypes.h: Fix comment.
12288
12289 2018-05-07 H.J. Lu <hongjiu.lu@intel.com>
12290
12291 * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
12292 (MEMSET_SYMBOL (__memset, erms)): Mark the debugger symbol as
12293 hidden.
12294
12295 2018-05-07 Siddhesh Poyarekar <siddhesh@sourceware.org>
12296
12297 * benchtests/bench-memcpy-walk.c (test_main): Move declaration
12298 of I into loop header.
12299 * benchtests/bench-memmove-walk.c
12300 (test_main): Likewise.
12301
12302 2018-05-07 Alexandre Oliva <oliva@gnu.org>
12303
12304 Revert:
12305 2018-04-30 Raymond Nicholson <rain1@airmail.cc>
12306 * manual/startup.texi (Aborting a Program): Remove inappropriate joke.
12307
12308 2018-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
12309
12310 [BZ #20419]
12311 * elf/dl-load.c (open_verify): Fix stack overflow.
12312 * elf/Makefile (tst-big-note): New test.
12313 * elf/tst-big-note-lib.S: New.
12314 * elf/tst-big-note.c: New.
12315
12316 2018-05-04 Joseph Myers <joseph@codesourcery.com>
12317
12318 * scripts/abilist.awk: Ignore absolute symbols.
12319 * sysdeps/mach/hurd/i386/ld.abilist: Remove absolute symbols.
12320 * sysdeps/mach/hurd/i386/libBrokenLocale.abilist: Likewise.
12321 * sysdeps/mach/hurd/i386/libanl.abilist: Likewise.
12322 * sysdeps/mach/hurd/i386/libc.abilist: Likewise.
12323 * sysdeps/mach/hurd/i386/libcrypt.abilist: Likewise.
12324 * sysdeps/mach/hurd/i386/libdl.abilist: Likewise.
12325 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
12326 * sysdeps/mach/hurd/i386/libnsl.abilist: Likewise.
12327 * sysdeps/mach/hurd/i386/libpthread.abilist: Likewise.
12328 * sysdeps/mach/hurd/i386/libresolv.abilist: Likewise.
12329 * sysdeps/mach/hurd/i386/librt.abilist: Likewise.
12330 * sysdeps/mach/hurd/i386/libutil.abilist: Likewise.
12331 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: Likewise.
12332 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: Likewise.
12333 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: Likewise.
12334 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Likewise.
12335 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: Likewise.
12336 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: Likewise.
12337 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
12338 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: Likewise.
12339 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: Likewise.
12340 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: Likewise.
12341 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: Likewise.
12342 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: Likewise.
12343 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: Likewise.
12344 * sysdeps/unix/sysv/linux/alpha/ld.abilist: Likewise.
12345 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: Likewise.
12346 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: Likewise.
12347 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
12348 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: Likewise.
12349 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: Likewise.
12350 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
12351 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: Likewise.
12352 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: Likewise.
12353 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: Likewise.
12354 * sysdeps/unix/sysv/linux/alpha/librt.abilist: Likewise.
12355 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: Likewise.
12356 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: Likewise.
12357 * sysdeps/unix/sysv/linux/arm/ld.abilist: Likewise.
12358 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: Likewise.
12359 * sysdeps/unix/sysv/linux/arm/libanl.abilist: Likewise.
12360 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
12361 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: Likewise.
12362 * sysdeps/unix/sysv/linux/arm/libdl.abilist: Likewise.
12363 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
12364 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: Likewise.
12365 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: Likewise.
12366 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: Likewise.
12367 * sysdeps/unix/sysv/linux/arm/librt.abilist: Likewise.
12368 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: Likewise.
12369 * sysdeps/unix/sysv/linux/arm/libutil.abilist: Likewise.
12370 * sysdeps/unix/sysv/linux/hppa/ld.abilist: Likewise.
12371 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: Likewise.
12372 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: Likewise.
12373 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
12374 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: Likewise.
12375 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: Likewise.
12376 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
12377 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: Likewise.
12378 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: Likewise.
12379 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: Likewise.
12380 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Likewise.
12381 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: Likewise.
12382 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: Likewise.
12383 * sysdeps/unix/sysv/linux/i386/ld.abilist: Likewise.
12384 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: Likewise.
12385 * sysdeps/unix/sysv/linux/i386/libanl.abilist: Likewise.
12386 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
12387 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: Likewise.
12388 * sysdeps/unix/sysv/linux/i386/libdl.abilist: Likewise.
12389 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
12390 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: Likewise.
12391 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: Likewise.
12392 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: Likewise.
12393 * sysdeps/unix/sysv/linux/i386/librt.abilist: Likewise.
12394 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: Likewise.
12395 * sysdeps/unix/sysv/linux/i386/libutil.abilist: Likewise.
12396 * sysdeps/unix/sysv/linux/ia64/ld.abilist: Likewise.
12397 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: Likewise.
12398 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: Likewise.
12399 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
12400 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: Likewise.
12401 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: Likewise.
12402 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
12403 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: Likewise.
12404 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: Likewise.
12405 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: Likewise.
12406 * sysdeps/unix/sysv/linux/ia64/librt.abilist: Likewise.
12407 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: Likewise.
12408 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: Likewise.
12409 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: Likewise.
12410 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
12411 Likewise.
12412 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: Likewise.
12413 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
12414 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: Likewise.
12415 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: Likewise.
12416 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
12417 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: Likewise.
12418 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: Likewise.
12419 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: Likewise.
12420 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: Likewise.
12421 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: Likewise.
12422 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: Likewise.
12423 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: Likewise.
12424 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
12425 Likewise.
12426 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: Likewise.
12427 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
12428 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: Likewise.
12429 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: Likewise.
12430 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
12431 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: Likewise.
12432 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: Likewise.
12433 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: Likewise.
12434 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: Likewise.
12435 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: Likewise.
12436 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: Likewise.
12437 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Likewise.
12438 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist: Likewise.
12439 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Likewise.
12440 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
12441 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Likewise.
12442 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Likewise.
12443 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
12444 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Likewise.
12445 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Likewise.
12446 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Likewise.
12447 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Likewise.
12448 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Likewise.
12449 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Likewise.
12450 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
12451 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: Likewise.
12452 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
12453 Likewise.
12454 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: Likewise.
12455 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: Likewise.
12456 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: Likewise.
12457 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: Likewise.
12458 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
12459 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: Likewise.
12460 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: Likewise.
12461 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: Likewise.
12462 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: Likewise.
12463 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: Likewise.
12464 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: Likewise.
12465 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: Likewise.
12466 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: Likewise.
12467 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: Likewise.
12468 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: Likewise.
12469 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: Likewise.
12470 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: Likewise.
12471 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: Likewise.
12472 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
12473 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
12474 Likewise.
12475 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: Likewise.
12476 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: Likewise.
12477 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: Likewise.
12478 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
12479 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: Likewise.
12480 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: Likewise.
12481 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: Likewise.
12482 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist: Likewise.
12483 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: Likewise.
12484 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: Likewise.
12485 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
12486 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: Likewise.
12487 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: Likewise.
12488 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
12489 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: Likewise.
12490 * sysdeps/unix/sysv/linux/nios2/ld.abilist: Likewise.
12491 * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: Likewise.
12492 * sysdeps/unix/sysv/linux/nios2/libanl.abilist: Likewise.
12493 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
12494 * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: Likewise.
12495 * sysdeps/unix/sysv/linux/nios2/libdl.abilist: Likewise.
12496 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
12497 * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: Likewise.
12498 * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: Likewise.
12499 * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: Likewise.
12500 * sysdeps/unix/sysv/linux/nios2/librt.abilist: Likewise.
12501 * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: Likewise.
12502 * sysdeps/unix/sysv/linux/nios2/libutil.abilist: Likewise.
12503 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: Likewise.
12504 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
12505 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Likewise.
12506 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
12507 Likewise.
12508 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: Likewise.
12509 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: Likewise.
12510 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: Likewise.
12511 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: Likewise.
12512 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist:
12513 Likewise.
12514 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist:
12515 Likewise.
12516 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: Likewise.
12517 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
12518 Likewise.
12519 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: Likewise.
12520 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
12521 Likewise.
12522 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
12523 Likewise.
12524 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
12525 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
12526 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
12527 Likewise.
12528 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
12529 Likewise.
12530 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist:
12531 Likewise.
12532 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: Likewise.
12533 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
12534 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
12535 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
12536 Likewise.
12537 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: Likewise.
12538 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: Likewise.
12539 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: Likewise.
12540 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
12541 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
12542 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist:
12543 Likewise.
12544 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: Likewise.
12545 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
12546 Likewise.
12547 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
12548 Likewise.
12549 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
12550 Likewise.
12551 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist:
12552 Likewise.
12553 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: Likewise.
12554 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: Likewise.
12555 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
12556 Likewise.
12557 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
12558 Likewise.
12559 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
12560 Likewise.
12561 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: Likewise.
12562 * sysdeps/unix/sysv/linux/riscv/rv64/ld.abilist: Likewise.
12563 * sysdeps/unix/sysv/linux/riscv/rv64/libBrokenLocale.abilist:
12564 Likewise.
12565 * sysdeps/unix/sysv/linux/riscv/rv64/libanl.abilist: Likewise.
12566 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
12567 * sysdeps/unix/sysv/linux/riscv/rv64/libcrypt.abilist: Likewise.
12568 * sysdeps/unix/sysv/linux/riscv/rv64/libdl.abilist: Likewise.
12569 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
12570 * sysdeps/unix/sysv/linux/riscv/rv64/libnsl.abilist: Likewise.
12571 * sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist: Likewise.
12572 * sysdeps/unix/sysv/linux/riscv/rv64/libresolv.abilist: Likewise.
12573 * sysdeps/unix/sysv/linux/riscv/rv64/librt.abilist: Likewise.
12574 * sysdeps/unix/sysv/linux/riscv/rv64/libthread_db.abilist: Likewise.
12575 * sysdeps/unix/sysv/linux/riscv/rv64/libutil.abilist: Likewise.
12576 * sysdeps/unix/sysv/linux/s390/libanl.abilist: Likewise.
12577 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: Likewise.
12578 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
12579 Likewise.
12580 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
12581 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: Likewise.
12582 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: Likewise.
12583 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
12584 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: Likewise.
12585 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: Likewise.
12586 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: Likewise.
12587 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: Likewise.
12588 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: Likewise.
12589 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: Likewise.
12590 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: Likewise.
12591 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
12592 Likewise.
12593 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
12594 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: Likewise.
12595 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: Likewise.
12596 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
12597 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: Likewise.
12598 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: Likewise.
12599 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: Likewise.
12600 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: Likewise.
12601 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: Likewise.
12602 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: Likewise.
12603 * sysdeps/unix/sysv/linux/sh/ld.abilist: Likewise.
12604 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: Likewise.
12605 * sysdeps/unix/sysv/linux/sh/libanl.abilist: Likewise.
12606 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
12607 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: Likewise.
12608 * sysdeps/unix/sysv/linux/sh/libdl.abilist: Likewise.
12609 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
12610 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: Likewise.
12611 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: Likewise.
12612 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: Likewise.
12613 * sysdeps/unix/sysv/linux/sh/librt.abilist: Likewise.
12614 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: Likewise.
12615 * sysdeps/unix/sysv/linux/sh/libutil.abilist: Likewise.
12616 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: Likewise.
12617 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
12618 Likewise.
12619 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: Likewise.
12620 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
12621 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: Likewise.
12622 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: Likewise.
12623 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
12624 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: Likewise.
12625 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: Likewise.
12626 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: Likewise.
12627 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: Likewise.
12628 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: Likewise.
12629 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: Likewise.
12630 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: Likewise.
12631 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
12632 Likewise.
12633 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: Likewise.
12634 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
12635 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: Likewise.
12636 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: Likewise.
12637 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
12638 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: Likewise.
12639 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: Likewise.
12640 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: Likewise.
12641 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: Likewise.
12642 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: Likewise.
12643 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: Likewise.
12644 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: Likewise.
12645 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: Likewise.
12646 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: Likewise.
12647 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
12648 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: Likewise.
12649 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: Likewise.
12650 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
12651 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: Likewise.
12652 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: Likewise.
12653 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: Likewise.
12654 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: Likewise.
12655 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: Likewise.
12656 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: Likewise.
12657 * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: Likewise.
12658 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: Likewise.
12659 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: Likewise.
12660 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: Likewise.
12661 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
12662 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: Likewise.
12663 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: Likewise.
12664 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
12665 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: Likewise.
12666 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: Likewise.
12667 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: Likewise.
12668 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: Likewise.
12669 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: Likewise.
12670 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: Likewise.
12671
12672 2018-05-04 Stefan Liebler <stli@linux.vnet.ibm.com>
12673
12674 [BZ #23137]
12675 * sysdeps/nptl/lowlevellock.h (lll_wait_tid):
12676 Use atomic_load_acquire to load __tid.
12677
12678 2018-05-02 H.J. Lu <hongjiu.lu@intel.com>
12679
12680 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S (__swapcontext):
12681 Restore the pointer into %rdx, after syscall and use %rdx,
12682 instead of %rsi, to restore context.
12683
12684 2018-05-02 H.J. Lu <hongjiu.lu@intel.com>
12685
12686 * sysdeps/unix/sysv/linux/x86_64/setcontext.S (__setcontext):
12687 Pop the pointer into %rdx after syscall and use %rdx, instead
12688 of %rsi, to restore context.
12689
12690 2018-05-02 H.J. Lu <hongjiu.lu@intel.com>
12691
12692 * nptl/pthread_create.c (START_THREAD_DEFN): Clear previous
12693 handlers after setjmp.
12694 * setjmp/longjmp.c (__libc_longjmp): Don't define alias if
12695 defined.
12696 * sysdeps/unix/sysv/linux/x86/setjmpP.h: Include
12697 <libc-pointer-arith.h>.
12698 (_JUMP_BUF_SIGSET_BITS_PER_WORD): New.
12699 (_JUMP_BUF_SIGSET_NSIG): Changed to 96.
12700 (_JUMP_BUF_SIGSET_NWORDS): Changed to use ALIGN_UP and
12701 _JUMP_BUF_SIGSET_BITS_PER_WORD.
12702 * sysdeps/x86/Makefile (sysdep_routines): Add __longjmp_cancel.
12703 * sysdeps/x86/__longjmp_cancel.S: New file.
12704 * sysdeps/x86/longjmp.c: Likewise.
12705 * sysdeps/x86/nptl/pt-longjmp.c: Likewise.
12706
12707 2018-05-02 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12708
12709 * NEWS: Add ustat.h deprecation entry.
12710 * bits/ustat.h: Remove file.
12711 * misc/sys/ustat.h: Likewise.
12712 * misc/ustat.h: Likewise.
12713 * sysdeps/unix/sysv/linux/generic/ustat.c: Likewise.
12714 * misc/Makefile (headers): Remove ustat.h and sys/ustat.h.
12715 * misc/ustat.c (__ustat): Rename to __old_ustat and export only in
12716 compatibility mode.
12717 * sysdeps/unix/sysv/linux/ustat.c (__ustat): Likewise.
12718 * sysdeps/unix/sysv/linux/mips/ustat.c: Define DEV_TO_KDEV and use
12719 generic Linux implementation.
12720
12721 2018-04-30 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
12722
12723 * math/w_exp_compat.c: Replace hidden_def with libm_hidden_def..
12724 * math/w_expl_compat.c: Likewise.
12725 * math/w_exp_template.c: Likewise. Remove hidden_def_x.
12726
12727 2018-04-30 Raymond Nicholson <rain1@airmail.cc>
12728
12729 * manual/startup.texi (Aborting a Program): Remove inappropriate joke.
12730
12731 2018-04-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12732
12733 * sysdeps/unix/sysv/linux/arm/readahead.c: Remove file.
12734 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Likewise.
12735 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (readahead):
12736 Remove.
12737 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Likewise.
12738 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
12739 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
12740 * sysdeps/unix/sysv/linux/readahead.c (__readahead): Assume
12741 __NR_readahead existence, and use INLINE_SYSCALL_CALL, __ALIGNMENT_ARG,
12742 and SYSCALL_LL64.
12743
12744 2018-04-27 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
12745
12746 * math/e_exp2_template.c: Replace M_SUF (M_LN2) with M_MLIT (M_LN2).
12747
12748 * math/w_acos_template.c: Replace M_SUF (fabs) with M_FABS.
12749 * math/w_asin_template.c: Likewise.
12750 * math/w_atanh_template.c: Likewise.
12751
12752 2018-04-27 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
12753
12754 * sysdeps/powerpc/preconfigure [machine == powerpc64] (machine): Define
12755 to powerpc/powerpc64/be for big-endian.
12756 [machine == powerpc64le]: Define to powerpc/powerpc64/le for
12757 little-endian.
12758
12759 * sysdeps/powerpc/powerpc64/power4/Implies: Move to powerpc64/be.
12760 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: Likewise.
12761 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: Likewise.
12762 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: Likewise.
12763 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
12764 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Likewise.
12765 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: Likewise.
12766 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: Likewise.
12767 * sysdeps/powerpc/powerpc64/power5/Implies: Likewise.
12768 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
12769 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: Likewise.
12770 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: Likewise.
12771 * sysdeps/powerpc/powerpc64/power6/Implies: Likewise.
12772 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: Likewise.
12773 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: Likewise.
12774 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: Likewise.
12775 * sysdeps/powerpc/powerpc64/power6x/Implies: Likewise.
12776 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Likewise.
12777 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Likewise.
12778 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: Likewise.
12779 * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
12780 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
12781 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: Likewise.
12782 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: Likewise.
12783 * sysdeps/powerpc/powerpc64/power8/Implies: Likewise.
12784 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
12785 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: Likewise.
12786 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: Likewise.
12787 * sysdeps/powerpc/powerpc64/power9/Implies: Likewise.
12788 * sysdeps/powerpc/powerpc64/power9/fpu/Implies: Likewise.
12789 * sysdeps/powerpc/powerpc64/power9/fpu/multiarch/Implies: Likewise.
12790 * sysdeps/powerpc/powerpc64/power9/multiarch/Implies: Likewise.
12791
12792 * sysdeps/powerpc/powerpc64/be/power4/Implies: Move from powerpc64 and
12793 adjusted to imply powerpc64 and older processors on powerpc64/be.
12794 * sysdeps/powerpc/powerpc64/be/power4/fpu/Implies: Likewise.
12795 * sysdeps/powerpc/powerpc64/be/power4/fpu/multiarch/Implies: Likewise.
12796 * sysdeps/powerpc/powerpc64/be/power4/multiarch/Implies: Likewise.
12797 * sysdeps/powerpc/powerpc64/be/power5+/Implies: Likewise.
12798 * sysdeps/powerpc/powerpc64/be/power5+/fpu/Implies: Likewise.
12799 * sysdeps/powerpc/powerpc64/be/power5+/fpu/multiarch/Implies: Likewise.
12800 * sysdeps/powerpc/powerpc64/be/power5+/multiarch/Implies: Likewise.
12801 * sysdeps/powerpc/powerpc64/be/power5/Implies: Likewise.
12802 * sysdeps/powerpc/powerpc64/be/power5/fpu/Implies: Likewise.
12803 * sysdeps/powerpc/powerpc64/be/power5/fpu/multiarch/Implies: Likewise.
12804 * sysdeps/powerpc/powerpc64/be/power5/multiarch/Implies: Likewise.
12805 * sysdeps/powerpc/powerpc64/be/power6/Implies: Likewise.
12806 * sysdeps/powerpc/powerpc64/be/power6/fpu/Implies: Likewise.
12807 * sysdeps/powerpc/powerpc64/be/power6/fpu/multiarch/Implies: Likewise.
12808 * sysdeps/powerpc/powerpc64/be/power6/multiarch/Implies: Likewise.
12809 * sysdeps/powerpc/powerpc64/be/power6x/Implies: Likewise.
12810 * sysdeps/powerpc/powerpc64/be/power6x/fpu/Implies: Likewise.
12811 * sysdeps/powerpc/powerpc64/be/power6x/fpu/multiarch/Implies: Likewise.
12812 * sysdeps/powerpc/powerpc64/be/power6x/multiarch/Implies: Likewise.
12813 * sysdeps/powerpc/powerpc64/be/power7/Implies: Likewise.
12814 * sysdeps/powerpc/powerpc64/be/power7/fpu/Implies: Likewise.
12815 * sysdeps/powerpc/powerpc64/be/power7/fpu/multiarch/Implies: Likewise.
12816 * sysdeps/powerpc/powerpc64/be/power7/multiarch/Implies: Likewise.
12817 * sysdeps/powerpc/powerpc64/be/power8/Implies: Likewise.
12818 * sysdeps/powerpc/powerpc64/be/power8/fpu/Implies: Likewise.
12819 * sysdeps/powerpc/powerpc64/be/power8/fpu/multiarch/Implies: Likewise.
12820 * sysdeps/powerpc/powerpc64/be/power8/multiarch/Implies: Likewise.
12821 * sysdeps/powerpc/powerpc64/be/power9/Implies: Likewise.
12822 * sysdeps/powerpc/powerpc64/be/power9/fpu/Implies: Likewise.
12823 * sysdeps/powerpc/powerpc64/be/power9/fpu/multiarch/Implies: Likewise.
12824 * sysdeps/powerpc/powerpc64/be/power9/multiarch/Implies: Likewise.
12825
12826 * sysdeps/powerpc/powerpc64/970/Implies: Move to powerpc64/be.
12827 * sysdeps/powerpc/powerpc64/be/970/Implies: Move from powerpc64/be.
12828 * sysdeps/powerpc/powerpc64/be/a2/Implies: New file.
12829 * sysdeps/powerpc/powerpc64/be/cell/Implies: Likewise.
12830
12831 * sysdeps/powerpc/powerpc64/be/Implies: New file.
12832 * sysdeps/powerpc/powerpc64/be/fpu/Implies: Likewise.
12833 * sysdeps/powerpc/powerpc64/be/fpu/multiarch/Implies: Likewise.
12834 * sysdeps/powerpc/powerpc64/be/multiarch/Implies: Likewise.
12835
12836 * sysdeps/powerpc/powerpc64le/Implies: Move to powerpc64/le.
12837 * sysdeps/powerpc/powerpc64le/Implies-before: Likewise.
12838 * sysdeps/powerpc/powerpc64le/Makefile: Likewise.
12839 * sysdeps/powerpc/powerpc64le/configure: Likewise.
12840 * sysdeps/powerpc/powerpc64le/configure.ac: Likewise.
12841 * sysdeps/powerpc/powerpc64le/fpu/Implies: Likewise.
12842 * sysdeps/powerpc/powerpc64le/fpu/e_sqrtf128.c: Likewise.
12843 * sysdeps/powerpc/powerpc64le/fpu/multiarch/Implies: Likewise.
12844 * sysdeps/powerpc/powerpc64le/fpu/sfp-machine.h: Likewise.
12845 * sysdeps/powerpc/powerpc64le/multiarch/Implies: Likewise.
12846 * sysdeps/powerpc/powerpc64le/power9/fpu/e_sqrtf128.c: Likewise.
12847
12848 * sysdeps/powerpc/powerpc64/le/Implies: Move from powerpc64le.
12849 * sysdeps/powerpc/powerpc64/le/Implies-before: Likewise.
12850 * sysdeps/powerpc/powerpc64/le/Makefile: Likewise.
12851 * sysdeps/powerpc/powerpc64/le/configure: Likewise.
12852 * sysdeps/powerpc/powerpc64/le/configure.ac: Likewise.
12853 * sysdeps/powerpc/powerpc64/le/fpu/Implies: Likewise.
12854 * sysdeps/powerpc/powerpc64/le/fpu/e_sqrtf128.c: Likewise.
12855 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/Implies: Likewise.
12856 * sysdeps/powerpc/powerpc64/le/fpu/sfp-machine.h: Likewise.
12857 * sysdeps/powerpc/powerpc64/le/multiarch/Implies: Likewise.
12858 * sysdeps/powerpc/powerpc64/le/power9/fpu/e_sqrtf128.c: Likewise.
12859
12860 * sysdeps/powerpc/powerpc64le/power7/Implies: Move to powerpc64/le.
12861 * sysdeps/powerpc/powerpc64le/power7/fpu/Implies: Likewise.
12862 * sysdeps/powerpc/powerpc64le/power7/fpu/multiarch/Implies: Likewise.
12863 * sysdeps/powerpc/powerpc64le/power7/multiarch/Implies: Likewise.
12864 * sysdeps/powerpc/powerpc64le/power8/Implies: Likewise.
12865 * sysdeps/powerpc/powerpc64le/power8/fpu/Implies: Likewise.
12866 * sysdeps/powerpc/powerpc64le/power8/fpu/multiarch/Implies: Likewise.
12867 * sysdeps/powerpc/powerpc64le/power8/multiarch/Implies: Likewise.
12868 * sysdeps/powerpc/powerpc64le/power9/Implies: Likewise.
12869 * sysdeps/powerpc/powerpc64le/power9/fpu/Implies: Likewise.
12870 * sysdeps/powerpc/powerpc64le/power9/fpu/multiarch/Implies: Likewise.
12871 * sysdeps/powerpc/powerpc64le/power9/multiarch/Implies: Likewise.
12872
12873 * sysdeps/powerpc/powerpc64/le/power7/Implies: Move from powerpc64le
12874 and adjusted to imply olders processors.
12875 * sysdeps/powerpc/powerpc64/le/power7/fpu/Implies: Likewise.
12876 * sysdeps/powerpc/powerpc64/le/power7/fpu/multiarch/Implies: Likewise.
12877 * sysdeps/powerpc/powerpc64/le/power7/multiarch/Implies: Likewise.
12878 * sysdeps/powerpc/powerpc64/le/power8/Implies: Likewise.
12879 * sysdeps/powerpc/powerpc64/le/power8/fpu/Implies: Likewise.
12880 * sysdeps/powerpc/powerpc64/le/power8/fpu/multiarch/Implies: Likewise.
12881 * sysdeps/powerpc/powerpc64/le/power8/multiarch/Implies: Likewise.
12882 * sysdeps/powerpc/powerpc64/le/power9/Implies: Likewise.
12883 * sysdeps/powerpc/powerpc64/le/power9/fpu/Implies: Likewise.
12884 * sysdeps/powerpc/powerpc64/le/power9/fpu/multiarch/Implies: Likewise.
12885 * sysdeps/powerpc/powerpc64/le/power9/multiarch/Implies: Likewise.
12886
12887 * sysdeps/unix/sysv/linux/powerpc/powerpc64le/Implies: Move to
12888 powerpc64/le.
12889 * sysdeps/unix/sysv/linux/powerpc/powerpc64le/float128-abi.h: Likewise.
12890 * sysdeps/unix/sysv/linux/powerpc/powerpc64le/fpu/Implies: Likewise.
12891
12892 * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/Implies: Move from
12893 powerpc64le.
12894 * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/float128-abi.h: Likewise.
12895 * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/fpu/Implies: Likewise.
12896
12897 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: Move to
12898 powerpc64/be.
12899 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
12900 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: Likewise.
12901 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/fpu/Implies: Likewise.
12902
12903 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/970/Implies: Move from
12904 powerpc64 and adjusted.
12905 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/a2/Implies: Likewise.
12906 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/cell/Implies: Likewise.
12907 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/cell/fpu/Implies:
12908 Likewise.
12909
12910 2018-04-27 Joseph Myers <joseph@codesourcery.com>
12911
12912 * sysdeps/tile: Remove.
12913 * sysdeps/unix/sysv/linux/tile: Likewise.
12914 * README (tilegx-*-linux-gnu): Remove from list of supported
12915 configurations.
12916 * manual/contrib.texi (Contributors): Mention Chris Metcalf's
12917 contribution of support for generic Linux kernel syscall
12918 interface.
12919 * scripts/build-many-glibcs.py (Context.add_all_configs): Remove
12920 tilegx configurations.
12921 (Config.install_linux_headers): Do not handle tile.
12922 * sysdeps/unix/sysv/linux/aarch64/ldsodefs.h: Do not mention Tile
12923 in comment.
12924 * sysdeps/unix/sysv/linux/nios2/Makefile: Likewise.
12925 * sysdeps/unix/sysv/linux/posix_fadvise.c: Likewise.
12926 [__ASSUME_FADVISE64_64_NO_ALIGN] (__ALIGNMENT_ARG): Remove
12927 conditional undefine and redefine.
12928 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not mention Tile
12929 in comment.
12930 [__ASSUME_FADVISE64_64_NO_ALIGN] (__ALIGNMENT_ARG): Remove
12931 conditional undefine and redefine.
12932
12933 2018-04-26 Aurelien Jarno <aurelien@aurel32.net>
12934
12935 * signal/tst-sigaction.c: New file to test BZ #23069.
12936 * signal/Makefile (tests): Fix indentation. Add tst-sigaction.
12937
12938 2018-04-26 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
12939
12940 [BZ #22766]
12941 * include/dlfcn.h [__libc_dl_open]: Replace RTLD_LAZY with RTLD_NOW.
12942 * sysdeps/gnu/unwind-resume.c (__lib_gcc_s_init): Replace
12943 __libc_dlopen_mode() using RTLD_NOW with __libc_dlopen.
12944 * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
12945
12946 2018-04-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12947
12948 * sysdeps/unix/sysv/linux/getdirentries.c (getdirentries): Build iff
12949 _DIRENT_MATCHES_DIRENT64 is not defined.
12950 * sysdeps/unix/sysv/linux/getdirentries64.c (getdirentries64): Open
12951 implementation and alias to getdirentries if _DIRENT_MATCHES_DIRENT64
12952 is defined.
12953 * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: Remove file.
12954 * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: Remove file.
12955
12956 2018-04-25 Joseph Myers <joseph@codesourcery.com>
12957
12958 * scripts/build-many-glibcs.py (Context.checkout): Default GCC
12959 version to GCC 8 branch.
12960
12961 2018-04-24 Joseph Myers <joseph@codesourcery.com>
12962
12963 * sysdeps/mach/hurd/dl-sysdep.c: Include <not-errno.h>.
12964 (check_no_hidden): Use type of original function when declaring
12965 alias.
12966
12967 * sysdeps/unix/sysv/linux/sys/ptrace.h
12968 (PTRACE_SECCOMP_GET_METADATA): New enum value and macro.
12969 * sysdeps/unix/sysv/linux/bits/ptrace-shared.h
12970 (struct __ptrace_seccomp_metadata): New type.
12971 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
12972 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12973 * sysdeps/unix/sysv/linux/arm/sys/ptrace.h
12974 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12975 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h
12976 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12977 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
12978 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12979 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h
12980 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12981 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h
12982 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12983 * sysdeps/unix/sysv/linux/tile/sys/ptrace.h
12984 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12985 * sysdeps/unix/sysv/linux/x86/sys/ptrace.h
12986 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12987
12988 2018-04-23 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12989
12990 * dirent/alphasort.c (alphasort): Build iff _DIRENT_MATCHES_DIRENT64 is
12991 defined.
12992 * dirent/versionsort.c (versionsort): Likewise.
12993 * dirent/alphasort64.c (alphasort64): Build regardless and alias to
12994 alphasort if _DIRENT_MATCHES_DIRENT64 is defined.
12995 * dirent/versionsort64.c (versionsort64): Likewise.
12996 * sysdeps/unix/sysv/linux/i386/alphasort64.c: Remove file.
12997 * sysdeps/unix/sysv/linux/arm/alphasort64.c: Likewise.
12998 * sysdeps/unix/sysv/linux/arm/versionsort64.c: Likewise.
12999 * sysdeps/unix/sysv/linux/m68k/alphasort64.c: Likewise.
13000 * sysdeps/unix/sysv/linux/m68k/versionsort64.c: Likewise.
13001 * sysdeps/unix/sysv/linux/s390/s390-32/alphasort64.c: Likewise.
13002 * sysdeps/unix/sysv/linux/s390/s390-32/versionsort64.c: Likewise.
13003 * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
13004 * sysdeps/unix/sysv/linux/alphasort64.c: New file.
13005 * sysdeps/unix/sysv/linux/versionsort64.c: Likewise.
13006 * sysdeps/unix/sysv/linux/powerpc/powerpc32/alphasort64.c: Likewise.
13007 * sysdeps/unix/sysv/linux/powerpc/powerpc32/versionsort64.c: Likewise.
13008 * sysdeps/unix/sysv/linux/sparc/sparc32/alphasort64.c: Likewise.
13009 * sysdeps/unix/sysv/linux/sparc/sparc32/versionsort64.c: Likewise.
13010
13011 2018-04-23 Joseph Myers <joseph@codesourcery.com>
13012
13013 * elf/elf.h (NT_PPC_PKEY): New macro.
13014
13015 2018-04-23 Dragan Stanojevic - Nevidljivi <invisible@hidden-city.net>
13016
13017 [BZ #23094]
13018 * localedata/locales/hr_HR: fix thousands_sep and
13019 mon_thousands_sep
13020
13021 2018-04-20 Joseph Myers <joseph@codesourcery.com>
13022
13023 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_MISC]
13024 (XTABS): Define to TAB3.
13025
13026 2018-04-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13027
13028 * sysdeps/hppa/fpu/libm-test-ulps: Update.
13029
13030 * dirent/scandir-tail-common.c: New file.
13031 * dirent/scandir-tail.c: Use scandir-tail-common.c.
13032 (__scandir_tail): Build iff _DIRENT_MATCHES_DIRENT64 is not defined.
13033 * dirent/scandir.c: Use scandir-tail-common.c.
13034 * dirent/scandirat.c: Likewise.
13035 * dirent/scandir64-tail.c: Use scandir-tail-common.c.
13036 * dirent/scandir64.c (scandir64): Always build and alias to scandir
13037 if _DIRENT_MATCHES_DIRENT64 is defined.
13038 * dirent/scandirat64.c (scandirat64): Likewise.
13039 * include/dirent.h (__scandir_tail): Only define iff
13040 _DIRENT_MATCHES_DIRENT64 is not defined.
13041 (__scandir64_tail): Define regardless.
13042 (__scandirat, scandirat64): Remove libc_hidden_proto.
13043 * sysdeps/unix/sysv/linux/arm/scandir64.c: Remove file.
13044 * sysdeps/unix/sysv/linux/m68k/scandir64.c: Likewise.
13045 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Likewise.
13046 * sysdeps/unix/sysv/linux/s390/s390-32/scandir64.c: Likewise.
13047 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
13048 * sysdeps/unix/sysv/linux/sparc/sparc32/scandir64.c: Likewise.
13049 * sysdeps/unix/sysv/linux/scandir64.c: New file.
13050
13051 2018-04-20 Joseph Myers <joseph@codesourcery.com>
13052
13053 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_ASIMDFHM):
13054 New macro.
13055 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c (_DL_HWCAP_COUNT):
13056 Increase to 24.
13057 (_dl_aarch64_cap_flags): Add asimdfhm.
13058
13059 2018-04-19 Chung-Lin Tang <cltang@codesourcery.com>
13060
13061 * sysdeps/nios2/libm-test-ulps: Update.
13062
13063 2018-04-19 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13064
13065 * sysdeps/unix/sysv/linux/mips/mips64/getdents64.c (__getdents64):
13066 Only alias to __getdents for _DIRENT_MATCHES_DIRENT64.
13067
13068 * sysdeps/unix/sysv/linux/alpha/getdents.c: Add comments with alpha
13069 requirements.
13070 (_DIRENT_MATCHES_DIRENT64): Undef
13071 * sysdeps/unix/sysv/linux/alpha/getdents64.c: Likewise.
13072 * sysdeps/unix/sysv/linux/arm/getdents64.c: Remove file.
13073 * sysdeps/unix/sysv/linux/generic/getdents.c: Likewise.
13074 * sysdeps/unix/sysv/linux/generic/getdents64.c: Likewise.
13075 * sysdeps/unix/sysv/linux/generic/wordsize-32/getdents.c: Likewise.
13076 * sysdeps/unix/sysv/linux/getdents.c: Simplify implementation by
13077 use getdents64 syscalls as base.
13078 * sysdeps/unix/sysv/linux/getdents64.c: Likewise and add compatibility
13079 symbol if required.
13080 * sysdeps/unix/sysv/linux/hppa/getdents64.c: Likewise.
13081 * sysdeps/unix/sysv/linux/i386/getdents64.c: Likewise.
13082 * sysdeps/unix/sysv/linux/m68k/getdents64.c: Likewise.
13083 * sysdeps/unix/sysv/linux/powerpc/getdents64.c: Likewise.
13084 * sysdeps/unix/sysv/linux/s390/s390-32/getdents64.c: Likewise.
13085 * sysdeps/unix/sysv/linux/sparc/sparc32/getdents64.c: Likewise.
13086 * sysdeps/unix/sysv/linux/wordsize-64/getdents.c: Likewise.
13087 * sysdeps/unix/sysv/linux/wordsize-64/getdents64.c: Likewise.
13088 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
13089 (__get_clockfreq_via_proc_openprom): Use __getdents64.
13090 * sysdeps/unix/sysv/linux/mips/mips64/getdents64.c: New file.
13091
13092 2018-04-19 Stefan Liebler <stli@linux.vnet.ibm.com>
13093
13094 * scripts/test_printers_common.py (init_test): Disable lock elision.
13095
13096 2018-04-19 Stefan Liebler <stli@linux.vnet.ibm.com>
13097
13098 * math/test-tgmath.c (count_double, count_float,
13099 count_ldouble, count_cdouble, count_cfloat,
13100 count_cldouble): Use volatile int.
13101
13102 2018-04-19 Samuel Thibault <samuel.thibault@ens-lyon.org>
13103
13104 * sysdeps/mach/hurd/i386/Makefile [$(subdir) = conform]
13105 (conformtest-xfail-conds): Add i386-gnu.
13106 * conform/data/fcntl.h-data (flock.l_type, flock.l_whence): XFAIL on
13107 i386-gnu.
13108 * conform/data/sys/ipc.h-data (ipc_perm.uid, ipc_perm.gid,
13109 ipc_perm.cuid, ipc_perm.cgid): Likewise.
13110 * conform/data/sys/msg.h-data (msqid_ds.msg_lspid,
13111 msqid_ds.msg_lrpid): Likewise.
13112 * conform/data/sys/shm.h-data (shmid_ds.shm_lpid, shmid_ds.shm_cpid):
13113 Likewise.
13114 * conform/data/sys/stat.h-data (stat.st_dev): Likewise.
13115 * conform/data/sys/statvfs.h-data (statvfs.f_fsid): Likewise.
13116 * sysdeps/mach/hurd/bits/statvfs.h (struct statvfs): Make f_bsize,
13117 f_namemax, f_frsize, and f_flag fields unsigned long int instead of
13118 unsigned int.
13119 (struct statvfs64): Likewise.
13120 * sysdeps/mach/hurd/bits/statfs.h (struct statfs, struct statfs64):
13121 Likewise.
13122 * bits/in.h [!__USE_MISC]: Do not define struct ip_opts.
13123 * conform/data/netinet/in.h-data: Allow sin_ and sin6_ prefix.
13124 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Use __wait_queue struct
13125 instead of wait_queue.
13126 * sysdeps/gnu/bits/shm.h (struct shmid_ds): Use __vm_area_struct
13127 instead of vm_area_struct.
13128 * bits/sched.h: Include <bits/types/struct_sched_param.h> and move
13129 struct sched_param definition to it.
13130 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
13131 * bits/types/struct_sched_param.h: New file.
13132 * sysdeps/htl/bits/types/struct___pthread_attr.h: Include
13133 <bits/types/struct_sched_param.h> instead of <sched.h>.
13134 * posix/Makefile (headers): Add bits/types/struct_sched_param.h.
13135 * sysdeps/pthread/bits/types/sigevent_t.h: New file, based on the
13136 generic version but include <bits/pthreadtypes.h> to make struct
13137 sigevent's sigev_notify_attributes field a pthread_attr_t*.
13138 * bits/types/siginfo_t.h: Remove siginfo struct name, unused and
13139 non-compliant.
13140 * bits/termios.h [__USE_XOPEN || __USE_XOPEN2K8] (IXANY): Define.
13141 [__USE_XOPEN && !__USE_XOPEN2K] (IUCLC, OLCUC): Define.
13142 [__USE_XOPEN] (OFDEL): New macro.
13143 [__USE_XOPEN && !__USE_XOPEN2K] (XCASE): New macro.
13144 * bits/resource.h (RLIM_SAVED_MAX, RLIM_SAVED_CUR): New macros.
13145 * sysdeps/hurd/include/hurd.h [!_ISOMAC]: Do not declare libc hidden
13146 prototypes.
13147 * sysdeps/hurd/include/hurd/fd.h [!_ISOMAC]: Likewise.
13148 * sysdeps/hurd/include/hurd/signal.h [!_ISOMAC]: Likewise.
13149 * sysdeps/arm/sys/ucontext.h: Remove fpregset struct name, unused and
13150 non-compliant.
13151 * sysdeps/i386/sys/ucontext.h: Likewise.
13152 * sysdeps/m68k/sys/ucontext.h: Likewise.
13153 * sysdeps/mips/sys/ucontext.h: Likewise.
13154 * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Likewise.
13155 * sysdeps/mach/hurd/i386/Makefile
13156 (test-xfail-POSIX/fcntl.h/conform): Add.
13157 (test-xfail-POSIX/signal.h/conform): Add.
13158 (test-xfail-POSIX/semaphore.h/conform): Add.
13159 (test-xfail-POSIX/regex.h/conform): Add.
13160 (test-xfail-POSIX/aio.h/conform): Add.
13161 (test-xfail-POSIX/mqueue.h/conform): Add.
13162 (test-xfail-POSIX/sys/types.h/conform): Add.
13163 (test-xfail-UNIX98/fcntl.h/conform): Add.
13164 (test-xfail-UNIX98/netdb.h/conform): Add.
13165 (test-xfail-UNIX98/signal.h/conform): Add.
13166 (test-xfail-UNIX98/semaphore.h/conform): Add.
13167 (test-xfail-UNIX98/regex.h/conform): Add.
13168 (test-xfail-UNIX98/aio.h/conform): Add.
13169 (test-xfail-UNIX98/ftw.h/conform): Add.
13170 (test-xfail-UNIX98/mqueue.h/conform): Add.
13171 (test-xfail-UNIX98/netinet/in.h/conform): Add.
13172 (test-xfail-UNIX98/sys/wait.h/conform): Add.
13173 (test-xfail-UNIX98/sys/sem.h/conform): Add.
13174 (test-xfail-UNIX98/sys/uio.h/conform): Add.
13175 (test-xfail-UNIX98/sys/socket.h/conform): Add.
13176 (test-xfail-UNIX98/sys/types.h/conform): Add.
13177 (test-xfail-UNIX98/stdlib.h/conform): Add.
13178 (test-xfail-UNIX98/arpa/inet.h/conform): Add.
13179 (test-xfail-POSIX2008/fcntl.h/conform): Add.
13180 (test-xfail-POSIX2008/netdb.h/conform): Add.
13181 (test-xfail-POSIX2008/signal.h/conform): Add.
13182 (test-xfail-POSIX2008/semaphore.h/conform): Add.
13183 (test-xfail-POSIX2008/regex.h/conform): Add.
13184 (test-xfail-POSIX2008/aio.h/conform): Add.
13185 (test-xfail-POSIX2008/mqueue.h/conform): Add.
13186 (test-xfail-POSIX2008/netinet/in.h/conform): Add.
13187 (test-xfail-POSIX2008/sys/wait.h/conform): Add.
13188 (test-xfail-POSIX2008/sys/socket.h/conform): Add.
13189 (test-xfail-POSIX2008/sys/types.h/conform): Add.
13190 (test-xfail-POSIX2008/arpa/inet.h/conform): Add.
13191 (test-xfail-XOPEN2K/fcntl.h/conform): Add.
13192 (test-xfail-XOPEN2K/netdb.h/conform): Add.
13193 (test-xfail-XOPEN2K/signal.h/conform): Add.
13194 (test-xfail-XOPEN2K/semaphore.h/conform): Add.
13195 (test-xfail-XOPEN2K/regex.h/conform): Add.
13196 (test-xfail-XOPEN2K/aio.h/conform): Add.
13197 (test-xfail-XOPEN2K/ftw.h/conform): Add.
13198 (test-xfail-XOPEN2K/mqueue.h/conform): Add.
13199 (test-xfail-XOPEN2K/netinet/in.h/conform): Add.
13200 (test-xfail-XOPEN2K/sys/wait.h/conform): Add.
13201 (test-xfail-XOPEN2K/sys/sem.h/conform): Add.
13202 (test-xfail-XOPEN2K/sys/uio.h/conform): Add.
13203 (test-xfail-XOPEN2K/sys/socket.h/conform): Add.
13204 (test-xfail-XOPEN2K/sys/types.h/conform): Add.
13205 (test-xfail-XOPEN2K/stdlib.h/conform): Add.
13206 (test-xfail-XOPEN2K/arpa/inet.h/conform): Add.
13207 (test-xfail-XOPEN2K8/fcntl.h/conform): Add.
13208 (test-xfail-XOPEN2K8/netdb.h/conform): Add.
13209 (test-xfail-XOPEN2K8/signal.h/conform): Add.
13210 (test-xfail-XOPEN2K8/semaphore.h/conform): Add.
13211 (test-xfail-XOPEN2K8/regex.h/conform): Add.
13212 (test-xfail-XOPEN2K8/aio.h/conform): Add.
13213 (test-xfail-XOPEN2K8/ftw.h/conform): Add.
13214 (test-xfail-XOPEN2K8/mqueue.h/conform): Add.
13215 (test-xfail-XOPEN2K8/netinet/in.h/conform): Add.
13216 (test-xfail-XOPEN2K8/sys/wait.h/conform): Add.
13217 (test-xfail-XOPEN2K8/sys/sem.h/conform): Add.
13218 (test-xfail-XOPEN2K8/sys/uio.h/conform): Add.
13219 (test-xfail-XOPEN2K8/sys/socket.h/conform): Add.
13220 (test-xfail-XOPEN2K8/sys/types.h/conform): Add.
13221 (test-xfail-XOPEN2K8/stdlib.h/conform): Add.
13222 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Add.
13223 * conform/data/signal.h-data (SA_SIGINFO, SA_NOCLDWAIT): XFAIL on
13224 i386-gnu.
13225 * conform/data/sys/wait.h-data (WIFCONTINUED, WEXITED, WSTOPPED,
13226 WCONTINUED, WNOWAIT): XFAIL on i386-gnu.
13227
13228 2018-04-18 Joseph Myers <joseph@codesourcery.com>
13229
13230 * scripts/build-many-glibcs.py (Context.add_all_configs): Use
13231 --enable-obsolete for powerpc-linux-gnuspe.
13232
13233 2018-04-18 Samuel Thibault <samuel.thibault@ens-lyon.org>
13234
13235 * conform/data/sys/un.h-data: Allow sun_ prefix.
13236 * sysdeps/mach/include/lock-intern.h: Do not declare libc hidden
13237 prototypes.
13238 * sysdeps/mach/include/mach.h: Likewise.
13239 * sysdeps/mach/include/mach/mig_support.h: Likewise.
13240 * sysdeps/mach/include/mach_error.h: Likewise.
13241
13242 2018-04-16 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13243
13244 * sysdeps/arm/armv6t2/memchr.S (memchr): Remove ARM code path.
13245 * sysdeps/arm/armv6t2/strlen.S (memchr): Likewise.
13246 * sysdeps/arm/armv7/multiarch/memchr_neon.S (memchr): Likewise.
13247 * sysdeps/arm/armv7/strcmp.S (strcmp): Likewise.
13248
13249 2018-04-16 Andreas Schwab <schwab@suse.de>
13250
13251 [BZ #19527]
13252 * iconvdata/gconv-modules (ARMSCII8//, ShiftJISX0213//): New aliases.
13253
13254 2018-04-15 Patrick McGehearty <patrick.mcgehearty@oracle.com>
13255
13256 * sysdeps/ieee754/dbl-64/e_exp.c: faster __ieee754_exp()
13257 * sysdeps/ieee754/dbl-64/eexp.tbl: New file for e_exp.c
13258
13259 2018-04-12 DJ Delorie <dj@redhat.com>
13260
13261 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
13262 version to 4.16.
13263
13264 2018-04-12 Stefan Liebler <stli@linux.vnet.ibm.com>
13265
13266 * sysdeps/unix/sysv/linux/s390/kernel_sigaction.h
13267 (struct kernel_sigaction): Use the same definition on 31bit as is used
13268 on 64bit.
13269
13270 2018-04-09 Florian Weimer <fweimer@redhat.com>
13271
13272 [BZ #23037]
13273 * resolv/res_send.c (send_dg): Use designated initializers instead
13274 of assignment to zero-initialize other fields of struct mmsghdr.
13275
13276 2018-04-06 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13277
13278 * sysdeps/posix/readdir.c (__READDIR, __GETDENTS, DIRENTY_TYPE,
13279 __READDIR_ALIAS): Undefine after usage.
13280 * sysdeps/posix/readdir_r.c (__READDIR_R, __GETDENTS, DIRENT_TYPE,
13281 __READDIR_R_ALIAS): Likewise.
13282 * sysdeps/unix/sysv/linux/arm/readdir64.c: Remove file.
13283 * sysdeps/unix/sysv/linux/arm/readdir64_r.c: Likewise.
13284 * sysdeps/unix/sysv/linux/m68k/readdir64.c: Likewise.
13285 * sysdeps/unix/sysv/linux/m68k/readdir64_r.c: Likewise.
13286 * sysdeps/unix/sysv/linux/powerpc/readdir64.c: Likewise.
13287 * sysdeps/unix/sysv/linux/powerpc/readdir64_r.c: Likewise.
13288 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
13289 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
13290 * sysdeps/unix/sysv/linux/s390/s390-32/readdir64.c: Likewise.
13291 * sysdeps/unix/sysv/linux/s390/s390-32/readdir64_r.c: Likewise.
13292 * sysdeps/unix/sysv/linux/sparc/sparc32/readdir64.c: Likewise.
13293 * sysdeps/unix/sysv/linux/sparc/sparc32/readdir64_r.c: Likewise.
13294 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
13295 * sysdeps/unix/sysv/linux/wordsize-64/readdir64.c: Likewise.
13296 * sysdeps/unix/sysv/linux/wordsize-64/readdir64_r.c: Likewise.
13297 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Likewise.
13298 * sysdeps/unix/sysv/linux/readdir.c: New file.
13299 * sysdeps/unix/sysv/linux/readdir_r.c: Likewise.
13300 * sysdeps/unix/sysv/linux/readdir64.c: Add compat symbol if required.
13301 * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
13302
13303 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Update.
13304
13305 2018-04-06 Andreas Schwab <schwab@linux-m68k.org>
13306
13307 * manual/charset.texi (Converting a Character): Fix typo.
13308
13309 2018-04-05 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13310
13311 * sysdeps/sparc/fpu/libm-test-ulps: Update.
13312
13313 * sysdeps/arm/libm-test-ulps: Update.
13314
13315 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Use default Linux version
13316 as base implementation.
13317 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
13318 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
13319 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
13320 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
13321 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
13322 * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Add include guards,
13323 remove unrequired definitions and update comments.
13324 * sysdeps/unix/sysv/linux/kernel_sigaction.h: Likewise.
13325 * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Likewise.
13326 * sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h: New file.
13327 * sysdeps/unix/sysv/linux/m68k/kernel_sigaction.h: Likewise.
13328 * sysdeps/unix/sysv/linux/nios2/kernel_sigaction.h: Likewise.
13329 * sysdeps/unix/sysv/linux/powerpc/kernel_sigaction: Likewise.
13330 * sysdeps/unix/sysv/linux/s390/kernel_sigaction.h: Likewise.
13331 * sysdeps/unix/sysv/linux/sh/kernel_sigaction.h: Likewise.
13332 * sysdeps/unix/sysv/linux/sparc/kernel_sigaction.h: Likewise.
13333 * sysdeps/unix/sysv/linux/tile/kernel_sigaction.h: Likewise.
13334 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Remove file.
13335 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
13336 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
13337 * sysdeps/unix/sysv/linux/sigaction.c: Add STUB, SET_SA_RESTORER,
13338 and RESET_SA_RESTORER hooks.
13339
13340 2018-04-05 Stefan Liebler <stli@linux.vnet.ibm.com>
13341
13342 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
13343
13344 2018-04-05 Florian Weimer <fweimer@redhat.com>
13345
13346 * manual/examples/mbstouwcs.c (mbstouwcs): Fix loop termination,
13347 integer overflow, memory leak on error, and indeterminate errno
13348 value. Add a null wide character to terminate the result string.
13349 * manual/charset.texi (Converting a Character): Mention embedded
13350 null bytes in the mbrtowc input string. Explain what happens in
13351 the -2 result case. Do not claim that mbrtowc is simple or
13352 obvious to use. Adjust the description of the code example. Use
13353 @code, not @var, for concrete variables.
13354
13355 2018-04-05 Florian Weimer <fweimer@redhat.com>
13356
13357 * manual/examples/mbstouwcs.c: New file.
13358 * manual/charset.texi (Converting a Character): Include it.
13359
13360 2018-04-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
13361
13362 * include/dirent.h (dirfd): Add hidden proto.
13363 * dirent/dirfd.c (dirfd): Add hidden def.
13364 * sysdeps/mach/hurd/dirfd.c (dirfd): Add hidden def.
13365 * sysdeps/posix/dirfd.c (dirfd): Add hidden def.
13366
13367 2018-04-04 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
13368
13369 * sysdeps/powerpc/fpu/libm-test-ulps: Increase double-precision
13370 sin, cos and sincos to 1 ULP.
13371
13372 2018-04-04 Maciej W. Rozycki <macro@mips.com>
13373
13374 [BZ #19818]
13375 * sysdeps/generic/ldsodefs.h (SYMBOL_ADDRESS): Handle SHN_ABS
13376 symbols.
13377 * elf/dl-addr.c (determine_info): Ignore SHN_ABS symbols.
13378 * elf/tst-absolute-sym.c: New file.
13379 * elf/tst-absolute-sym-lib.c: New file.
13380 * elf/tst-absolute-sym-lib.lds: New file.
13381 * elf/Makefile (tests): Add `tst-absolute-sym'.
13382 (modules-names): Add `tst-absolute-sym-lib'.
13383 (LDLIBS-tst-absolute-sym-lib.so): New variable.
13384 ($(objpfx)tst-absolute-sym-lib.so): New dependency.
13385 ($(objpfx)tst-absolute-sym): New dependency.
13386
13387 [BZ #19818]
13388 * sysdeps/generic/ldsodefs.h (LOOKUP_VALUE_ADDRESS): Add `set'
13389 parameter.
13390 (SYMBOL_ADDRESS): New macro.
13391 [!ELF_FUNCTION_PTR_IS_SPECIAL] (DL_SYMBOL_ADDRESS): Use
13392 SYMBOL_ADDRESS for symbol address calculation.
13393 * elf/dl-runtime.c (_dl_fixup): Likewise.
13394 (_dl_profile_fixup): Likewise.
13395 * elf/dl-symaddr.c (_dl_symbol_address): Likewise.
13396 * elf/rtld.c (dl_main): Likewise.
13397 * sysdeps/aarch64/dl-machine.h (elf_machine_rela): Likewise.
13398 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Likewise.
13399 * sysdeps/arm/dl-machine.h (elf_machine_rel): Likewise.
13400 (elf_machine_rela): Likewise.
13401 * sysdeps/hppa/dl-machine.h (elf_machine_rela): Likewise.
13402 * sysdeps/hppa/dl-symaddr.c (_dl_symbol_address): Likewise.
13403 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
13404 (elf_machine_rela): Likewise.
13405 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
13406 * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
13407 * sysdeps/microblaze/dl-machine.h (elf_machine_rela): Likewise.
13408 * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
13409 Likewise.
13410 (elf_machine_reloc): Likewise.
13411 (elf_machine_got_rel): Likewise.
13412 * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Likewise.
13413 * sysdeps/nios2/dl-machine.h (elf_machine_rela): Likewise.
13414 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
13415 Likewise.
13416 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
13417 Likewise.
13418 * sysdeps/riscv/dl-machine.h (elf_machine_rela): Likewise.
13419 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
13420 Likewise.
13421 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
13422 Likewise.
13423 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
13424 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
13425 Likewise.
13426 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
13427 Likewise.
13428 * sysdeps/tile/dl-machine.h (elf_machine_rela): Likewise.
13429 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
13430
13431 2018-04-04 Zack Weinberg <zackw@panix.com>
13432
13433 * sysdeps/generic/internal-signals.h: Include signal.h,
13434 sigsetops.h, and stdbool.h.
13435 (__libc_signal_block_all): Actually block all signals.
13436 (__libc_signal_block_app): Likewise.
13437 (__libc_signal_restore_set): Actually restore the signal mask.
13438
13439 2018-04-04 Florian Weimer <fweimer@redhat.com>
13440
13441 inet: Actually build and run tst-deadline.
13442 * inet/Makefile (tests-internal): Add tst-deadline and do not
13443 overwrite the variable.
13444 (tests-static-internal): Remove variable.
13445
13446 2018-04-03 H.J. Lu <hongjiu.lu@intel.com>
13447
13448 [BZ #22947]
13449 * bits/uio-ext.h (RWF_APPEND): New.
13450 * sysdeps/unix/sysv/linux/bits/uio-ext.h (RWF_APPEND): Likewise.
13451 * manual/llio.texi: Document RWF_APPEND.
13452 * misc/tst-preadvwritev2-common.c (RWF_APPEND): New.
13453 (RWF_SUPPORTED): Add RWF_APPEND.
13454
13455 2018-04-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13456
13457 [BZ #22391]
13458 * nptl/sigaction.c (__sigaction): Use __is_internal_signal to
13459 check for internal nptl signals.
13460 * nptl/sigaction.c (__sigaction): Likewise.
13461 * signal/sigaddset.c (sigaddset): Likewise.
13462 * signal/sigdelset.c (sigdelset): Likewise.
13463 * sysdeps/posix/signal.c (__bsd_signal): Likewise.
13464 * sysdeps/posix/sigset.c (sigset): Call and check sigaddset return
13465 value.
13466 * signal/sigfillset.c (sigfillset): User __clear_internal_signals
13467 to filter out internal nptl signals.
13468 * signal/tst-sigset.c (do_test): Check ech signal indidually and
13469 also check realtime signals using standard macros.
13470 * sysdeps/generic/internal-signals.h (__clear_internal_signals,
13471 __is_internal_signal, __libc_signal_block_all,
13472 __libc_signal_block_app, __libc_signal_restore_set): New functions.
13473 * sysdeps/nptl/sigfillset.c: Remove file.
13474 * sysdeps/unix/sysv/linux/internal-signals.h (__is_internal_signal):
13475 Change return to bool.
13476 (__clear_internal_signals): Remove SIGTIMER clean since it is
13477 equal to SIGCANEL on Linux.
13478 * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Assume
13479 signal set was constructed using standard functions.
13480
13481 2018-04-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
13482
13483 * sysdeps/mach/hurd/if_index.c (__if_nametoindex): Return ENODEV if
13484 ifname is too long.
13485 * hurd/hurdsig.c (interrupted_reply_port_location): Use
13486 DIAG_IGNORE_NEEDS_COMMENT to silence warning with GCC 6 and before.
13487 * sysdeps/mach/hurd/i386/exc2signal.c (_hurd_exception2signal): Add
13488 hidden def.
13489 * mach/spin-lock.c (__mutex_unlock): Add hidden def.
13490 * signal/sigaddset.c: Include <sigsetopts.h>.
13491 * signal/sigdelset.c: Likewise.
13492
13493 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13494
13495 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Cleanup ifdefs.
13496 (__cos): Likewise.
13497 * sysdeps/ieee754/dbl-64/s_sin.c (__sincos): Refactor using the same
13498 logic as sin and cos.
13499
13500 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13501
13502 * sysdeps/ieee754/dbl-64/s_sin.c (do_sin): Use TAYLOR_SIN for small
13503 inputs. Return correct sign.
13504 (do_sincos): Remove small input check before do_sin, let do_sin set
13505 the sign.
13506 (__sin): Likewise.
13507 (__cos): Likewise.
13508
13509 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13510
13511 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SLOW): Remove.
13512 (do_cos_slow): Likewise.
13513 (do_sin_slow): Likewise.
13514 (reduce_and_compute): Likewise.
13515 (slow): Likewise.
13516 (slow1): Likewise.
13517 (slow2): Likewise.
13518 (sloww): Likewise.
13519 (sloww1): Likewise.
13520 (sloww2): Likewise.
13521 (bslow): Likewise.
13522 (bslow1): Likewise.
13523 (bslow2): Likewise.
13524 (cslow2): Likewise.
13525
13526 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13527
13528 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SIN): Remove cor parameter.
13529 (do_cos): Remove corp parameter and calculations.
13530 (do_sin): Likewise.
13531 (do_sincos): Remove cor variable.
13532 (__sin): Use do_sincos for huge inputs.
13533 (__cos): Likewise.
13534 * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Likewise.
13535 (reduce_and_compute_sincos): Remove unused function.
13536
13537 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13538
13539 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_sincos_1): Rename to
13540 reduce_sincos, improve accuracy to 136 bits.
13541 (do_sincos_1): Rename to do_sincos, remove fallbacks to slow functions.
13542 (__sin): Use improved reduction and simplified do_sincos calculation.
13543 (__cos): Likewise.
13544 * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Likewise.
13545
13546 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13547
13548 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_sincos_2): Remove function.
13549 (do_sincos_2): Likewise.
13550 (__sin): Remove middle range reduction case.
13551 (__cos): Likewise.
13552 * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Remove middle range
13553 reduction case.
13554
13555 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13556
13557 * sysdeps/aarch64/libm-test-ulps: Update ULP for sin, cos, sincos.
13558 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove slow paths for small
13559 inputs.
13560 (__cos): Likewise.
13561 * sysdeps/x86_64/fpu/libm-test-ulps: Update ULP for sin, cos, sincos.
13562
13563 2018-04-03 Joseph Myers <joseph@codesourcery.com>
13564
13565 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
13566 version to 4.16
13567
13568 2018-04-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13569
13570 * sysdeps/posix/opendir.c (o_directory_works, tryopen_o_directory):
13571 Remove definitions.
13572 (opendir_oflags): Use O_DIRECTORY regardless.
13573 (__opendir, __opendirat): Remove need_isdir_precheck usage.
13574 * sysdeps/unix/sysv/linux/opendir.c: Remove file.
13575
13576 2018-04-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
13577
13578 * sysdeps/mach/hurd/bits/local_lim.h (_POSIX_THREAD_KEYS_MAX,
13579 _POSIX_THREAD_DESTRUCTOR_ITERATIONS, _POSIX_THREAD_THREADS_MAX): Define
13580 macros.
13581 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_THREADS,
13582 _POSIX_THREAD_ATTR_STACKSIZE, _POSIX_THREAD_ATTR_STACKADDR,
13583 _POSIX_SEMAPHORES, _POSIX_READER_WRITER_LOCKS, _POSIX_TIMEOUTS,
13584 _POSIX_SPIN_LOCKS, _POSIX_BARRIERS): Define macros to 200809L.
13585 * sysdeps/mach/hurd/net/if_ppp.h: Remove file.
13586 * sysdeps/mach/hurd/Makefile (sysdep_headers): Remove net/if_ppp.h.
13587
13588 * htl/Makefile: Bump licence to LGPL 2.1+.
13589 * htl/alloca_cutoff.c: Likewise.
13590 * htl/cthreads-compat.c: Likewise.
13591 * htl/lockfile.c: Likewise.
13592 * htl/pt-alloc.c: Likewise.
13593 * htl/pt-cancel.c: Likewise.
13594 * htl/pt-cleanup.c: Likewise.
13595 * htl/pt-create.c: Likewise.
13596 * htl/pt-dealloc.c: Likewise.
13597 * htl/pt-detach.c: Likewise.
13598 * htl/pt-exit.c: Likewise.
13599 * htl/pt-getattr.c: Likewise.
13600 * htl/pt-initialize.c: Likewise.
13601 * htl/pt-internal.h: Likewise.
13602 * htl/pt-join.c: Likewise.
13603 * htl/pt-self.c: Likewise.
13604 * htl/pt-setcancelstate.c: Likewise.
13605 * htl/pt-setcanceltype.c: Likewise.
13606 * htl/pt-sigmask.c: Likewise.
13607 * htl/pt-spin-inlines.c: Likewise.
13608 * htl/pt-testcancel.c: Likewise.
13609 * htl/pt-yield.c: Likewise.
13610 * htl/tests/test-1.c: Likewise.
13611 * htl/tests/test-10.c: Likewise.
13612 * htl/tests/test-11.c: Likewise.
13613 * htl/tests/test-12.c: Likewise.
13614 * htl/tests/test-13.c: Likewise.
13615 * htl/tests/test-14.c: Likewise.
13616 * htl/tests/test-15.c: Likewise.
13617 * htl/tests/test-16.c: Likewise.
13618 * htl/tests/test-17.c: Likewise.
13619 * htl/tests/test-2.c: Likewise.
13620 * htl/tests/test-3.c: Likewise.
13621 * htl/tests/test-4.c: Likewise.
13622 * htl/tests/test-5.c: Likewise.
13623 * htl/tests/test-6.c: Likewise.
13624 * htl/tests/test-7.c: Likewise.
13625 * htl/tests/test-8.c: Likewise.
13626 * htl/tests/test-9.c: Likewise.
13627 * htl/tests/test-__pthread_destroy_specific-skip.c: Likewise.
13628 * sysdeps/htl/bits/cancelation.h: Likewise.
13629 * sysdeps/htl/bits/pthread-np.h: Likewise.
13630 * sysdeps/htl/bits/pthread.h: Likewise.
13631 * sysdeps/htl/bits/pthreadtypes.h: Likewise.
13632 * sysdeps/htl/bits/semaphore.h: Likewise.
13633 * sysdeps/htl/bits/types/__pthread_key.h: Likewise.
13634 * sysdeps/htl/bits/types/struct___pthread_attr.h: Likewise.
13635 * sysdeps/htl/bits/types/struct___pthread_barrier.h: Likewise.
13636 * sysdeps/htl/bits/types/struct___pthread_barrierattr.h: Likewise.
13637 * sysdeps/htl/bits/types/struct___pthread_cond.h: Likewise.
13638 * sysdeps/htl/bits/types/struct___pthread_condattr.h: Likewise.
13639 * sysdeps/htl/bits/types/struct___pthread_mutex.h: Likewise.
13640 * sysdeps/htl/bits/types/struct___pthread_mutexattr.h: Likewise.
13641 * sysdeps/htl/bits/types/struct___pthread_once.h: Likewise.
13642 * sysdeps/htl/bits/types/struct___pthread_rwlock.h: Likewise.
13643 * sysdeps/htl/bits/types/struct___pthread_rwlockattr.h: Likewise.
13644 * sysdeps/htl/old_pt-atfork.c: Likewise.
13645 * sysdeps/htl/pt-atfork.c: Likewise.
13646 * sysdeps/htl/pt-attr-destroy.c: Likewise.
13647 * sysdeps/htl/pt-attr-getdetachstate.c: Likewise.
13648 * sysdeps/htl/pt-attr-getguardsize.c: Likewise.
13649 * sysdeps/htl/pt-attr-getinheritsched.c: Likewise.
13650 * sysdeps/htl/pt-attr-getschedparam.c: Likewise.
13651 * sysdeps/htl/pt-attr-getschedpolicy.c: Likewise.
13652 * sysdeps/htl/pt-attr-getscope.c: Likewise.
13653 * sysdeps/htl/pt-attr-getstack.c: Likewise.
13654 * sysdeps/htl/pt-attr-getstackaddr.c: Likewise.
13655 * sysdeps/htl/pt-attr-getstacksize.c: Likewise.
13656 * sysdeps/htl/pt-attr-init.c: Likewise.
13657 * sysdeps/htl/pt-attr-setdetachstate.c: Likewise.
13658 * sysdeps/htl/pt-attr-setguardsize.c: Likewise.
13659 * sysdeps/htl/pt-attr-setinheritsched.c: Likewise.
13660 * sysdeps/htl/pt-attr-setschedparam.c: Likewise.
13661 * sysdeps/htl/pt-attr-setschedpolicy.c: Likewise.
13662 * sysdeps/htl/pt-attr-setscope.c: Likewise.
13663 * sysdeps/htl/pt-attr-setstack.c: Likewise.
13664 * sysdeps/htl/pt-attr-setstackaddr.c: Likewise.
13665 * sysdeps/htl/pt-attr-setstacksize.c: Likewise.
13666 * sysdeps/htl/pt-attr.c: Likewise.
13667 * sysdeps/htl/pt-barrier-destroy.c: Likewise.
13668 * sysdeps/htl/pt-barrier-init.c: Likewise.
13669 * sysdeps/htl/pt-barrier-wait.c: Likewise.
13670 * sysdeps/htl/pt-barrier.c: Likewise.
13671 * sysdeps/htl/pt-barrierattr-destroy.c: Likewise.
13672 * sysdeps/htl/pt-barrierattr-getpshared.c: Likewise.
13673 * sysdeps/htl/pt-barrierattr-init.c: Likewise.
13674 * sysdeps/htl/pt-barrierattr-setpshared.c: Likewise.
13675 * sysdeps/htl/pt-cond-brdcast.c: Likewise.
13676 * sysdeps/htl/pt-cond-destroy.c: Likewise.
13677 * sysdeps/htl/pt-cond-init.c: Likewise.
13678 * sysdeps/htl/pt-cond-signal.c: Likewise.
13679 * sysdeps/htl/pt-cond-timedwait.c: Likewise.
13680 * sysdeps/htl/pt-cond-wait.c: Likewise.
13681 * sysdeps/htl/pt-cond.c: Likewise.
13682 * sysdeps/htl/pt-condattr-destroy.c: Likewise.
13683 * sysdeps/htl/pt-condattr-getclock.c: Likewise.
13684 * sysdeps/htl/pt-condattr-getpshared.c: Likewise.
13685 * sysdeps/htl/pt-condattr-init.c: Likewise.
13686 * sysdeps/htl/pt-condattr-setclock.c: Likewise.
13687 * sysdeps/htl/pt-condattr-setpshared.c: Likewise.
13688 * sysdeps/htl/pt-destroy-specific.c: Likewise.
13689 * sysdeps/htl/pt-equal.c: Likewise.
13690 * sysdeps/htl/pt-getconcurrency.c: Likewise.
13691 * sysdeps/htl/pt-getcpuclockid.c: Likewise.
13692 * sysdeps/htl/pt-getschedparam.c: Likewise.
13693 * sysdeps/htl/pt-getspecific.c: Likewise.
13694 * sysdeps/htl/pt-init-specific.c: Likewise.
13695 * sysdeps/htl/pt-key-create.c: Likewise.
13696 * sysdeps/htl/pt-key-delete.c: Likewise.
13697 * sysdeps/htl/pt-key.h: Likewise.
13698 * sysdeps/htl/pt-mutex-destroy.c: Likewise.
13699 * sysdeps/htl/pt-mutex-getprioceiling.c: Likewise.
13700 * sysdeps/htl/pt-mutex-init.c: Likewise.
13701 * sysdeps/htl/pt-mutex-lock.c: Likewise.
13702 * sysdeps/htl/pt-mutex-setprioceiling.c: Likewise.
13703 * sysdeps/htl/pt-mutex-timedlock.c: Likewise.
13704 * sysdeps/htl/pt-mutex-trylock.c: Likewise.
13705 * sysdeps/htl/pt-mutex-unlock.c: Likewise.
13706 * sysdeps/htl/pt-mutexattr-destroy.c: Likewise.
13707 * sysdeps/htl/pt-mutexattr-getprioceiling.c: Likewise.
13708 * sysdeps/htl/pt-mutexattr-getprotocol.c: Likewise.
13709 * sysdeps/htl/pt-mutexattr-getpshared.c: Likewise.
13710 * sysdeps/htl/pt-mutexattr-gettype.c: Likewise.
13711 * sysdeps/htl/pt-mutexattr-init.c: Likewise.
13712 * sysdeps/htl/pt-mutexattr-setprioceiling.c: Likewise.
13713 * sysdeps/htl/pt-mutexattr-setprotocol.c: Likewise.
13714 * sysdeps/htl/pt-mutexattr-setpshared.c: Likewise.
13715 * sysdeps/htl/pt-mutexattr-settype.c: Likewise.
13716 * sysdeps/htl/pt-mutexattr.c: Likewise.
13717 * sysdeps/htl/pt-once.c: Likewise.
13718 * sysdeps/htl/pt-rwlock-attr.c: Likewise.
13719 * sysdeps/htl/pt-rwlock-destroy.c: Likewise.
13720 * sysdeps/htl/pt-rwlock-init.c: Likewise.
13721 * sysdeps/htl/pt-rwlock-rdlock.c: Likewise.
13722 * sysdeps/htl/pt-rwlock-timedrdlock.c: Likewise.
13723 * sysdeps/htl/pt-rwlock-timedwrlock.c: Likewise.
13724 * sysdeps/htl/pt-rwlock-tryrdlock.c: Likewise.
13725 * sysdeps/htl/pt-rwlock-trywrlock.c: Likewise.
13726 * sysdeps/htl/pt-rwlock-unlock.c: Likewise.
13727 * sysdeps/htl/pt-rwlock-wrlock.c: Likewise.
13728 * sysdeps/htl/pt-rwlockattr-destroy.c: Likewise.
13729 * sysdeps/htl/pt-rwlockattr-getpshared.c: Likewise.
13730 * sysdeps/htl/pt-rwlockattr-init.c: Likewise.
13731 * sysdeps/htl/pt-rwlockattr-setpshared.c: Likewise.
13732 * sysdeps/htl/pt-setconcurrency.c: Likewise.
13733 * sysdeps/htl/pt-setschedparam.c: Likewise.
13734 * sysdeps/htl/pt-setschedprio.c: Likewise.
13735 * sysdeps/htl/pt-setspecific.c: Likewise.
13736 * sysdeps/htl/pt-spin.c: Likewise.
13737 * sysdeps/htl/pt-startup.c: Likewise.
13738 * sysdeps/htl/pthread.h: Likewise.
13739 * sysdeps/htl/sem-close.c: Likewise.
13740 * sysdeps/htl/sem-destroy.c: Likewise.
13741 * sysdeps/htl/sem-getvalue.c: Likewise.
13742 * sysdeps/htl/sem-init.c: Likewise.
13743 * sysdeps/htl/sem-open.c: Likewise.
13744 * sysdeps/htl/sem-post.c: Likewise.
13745 * sysdeps/htl/sem-timedwait.c: Likewise.
13746 * sysdeps/htl/sem-trywait.c: Likewise.
13747 * sysdeps/htl/sem-unlink.c: Likewise.
13748 * sysdeps/htl/sem-wait.c: Likewise.
13749 * sysdeps/hurd/htl/pt-kill.c: Likewise.
13750 * sysdeps/i386/htl/pt-machdep.h: Likewise.
13751 * sysdeps/mach/htl/pt-block.c: Likewise.
13752 * sysdeps/mach/htl/pt-spin.c: Likewise.
13753 * sysdeps/mach/htl/pt-stack-alloc.c: Likewise.
13754 * sysdeps/mach/htl/pt-thread-alloc.c: Likewise.
13755 * sysdeps/mach/htl/pt-thread-start.c: Likewise.
13756 * sysdeps/mach/htl/pt-thread-terminate.c: Likewise.
13757 * sysdeps/mach/htl/pt-timedblock.c: Likewise.
13758 * sysdeps/mach/htl/pt-wakeup.c: Likewise.
13759 * sysdeps/mach/hurd/htl/bits/pthread-np.h: Likewise.
13760 * sysdeps/mach/hurd/htl/bits/types/struct___pthread_mutex.h: Likewise.
13761 * sysdeps/mach/hurd/htl/pt-attr-setstackaddr.c: Likewise.
13762 * sysdeps/mach/hurd/htl/pt-attr-setstacksize.c: Likewise.
13763 * sysdeps/mach/hurd/htl/pt-docancel.c: Likewise.
13764 * sysdeps/mach/hurd/htl/pt-hurd-cond-timedwait.c: Likewise.
13765 * sysdeps/mach/hurd/htl/pt-hurd-cond-wait.c: Likewise.
13766 * sysdeps/mach/hurd/htl/pt-mutex-consistent.c: Likewise.
13767 * sysdeps/mach/hurd/htl/pt-mutex-destroy.c: Likewise.
13768 * sysdeps/mach/hurd/htl/pt-mutex-getprioceiling.c: Likewise.
13769 * sysdeps/mach/hurd/htl/pt-mutex-init.c: Likewise.
13770 * sysdeps/mach/hurd/htl/pt-mutex-lock.c: Likewise.
13771 * sysdeps/mach/hurd/htl/pt-mutex-setprioceiling.c: Likewise.
13772 * sysdeps/mach/hurd/htl/pt-mutex-timedlock.c: Likewise.
13773 * sysdeps/mach/hurd/htl/pt-mutex-transfer-np.c: Likewise.
13774 * sysdeps/mach/hurd/htl/pt-mutex-trylock.c: Likewise.
13775 * sysdeps/mach/hurd/htl/pt-mutex-unlock.c: Likewise.
13776 * sysdeps/mach/hurd/htl/pt-mutex.h: Likewise.
13777 * sysdeps/mach/hurd/htl/pt-mutexattr-destroy.c: Likewise.
13778 * sysdeps/mach/hurd/htl/pt-mutexattr-getprioceiling.c: Likewise.
13779 * sysdeps/mach/hurd/htl/pt-mutexattr-getprotocol.c: Likewise.
13780 * sysdeps/mach/hurd/htl/pt-mutexattr-getpshared.c: Likewise.
13781 * sysdeps/mach/hurd/htl/pt-mutexattr-getrobust.c: Likewise.
13782 * sysdeps/mach/hurd/htl/pt-mutexattr-gettype.c: Likewise.
13783 * sysdeps/mach/hurd/htl/pt-mutexattr-init.c: Likewise.
13784 * sysdeps/mach/hurd/htl/pt-mutexattr-setprioceiling.c: Likewise.
13785 * sysdeps/mach/hurd/htl/pt-mutexattr-setprotocol.c: Likewise.
13786 * sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c: Likewise.
13787 * sysdeps/mach/hurd/htl/pt-mutexattr-setrobust.c: Likewise.
13788 * sysdeps/mach/hurd/htl/pt-mutexattr-settype.c: Likewise.
13789 * sysdeps/mach/hurd/htl/pt-sigstate-destroy.c: Likewise.
13790 * sysdeps/mach/hurd/htl/pt-sigstate-init.c: Likewise.
13791 * sysdeps/mach/hurd/htl/pt-sigstate.c: Likewise.
13792 * sysdeps/mach/hurd/htl/pt-sysdep.c: Likewise.
13793 * sysdeps/mach/hurd/htl/pt-sysdep.h: Likewise.
13794 * sysdeps/mach/hurd/i386/htl/pt-machdep.c: Likewise.
13795 * sysdeps/mach/hurd/i386/htl/pt-setup.c: Likewise.
13796
13797 * NEWS: Announce that glibc now builds unpatched on GNU/Hurd.
13798 * README: Remove the mention of out-of-tree patches needed for
13799 GNU/Hurd.
13800
13801 * sysdeps/mach/hurd/bits/stat.h [!__USE_MISC && __USE_ATFILE]
13802 (UTIME_NOW, UTIME_OMIT): Define macros.
13803
13804 * htl/cthreads-compat.c (__cthread_detach): Call __pthread_detach
13805 instead of pthread_detach.
13806 (__cthread_fork): Call __pthread_create instead of pthread_create.
13807 (__cthread_keycreate): Call __pthread_key_create instead of
13808 pthread_key_create.
13809 (__cthread_getspecific): Call __pthread_getspecific instead of
13810 pthread_getspecific.
13811 (__cthread_setspecific): Call __pthread_setspecific instead of
13812 pthread_setspecific.
13813 * htl/pt-alloc.c (__pthread_alloc): Call __pthread_mutex_lock and
13814 __pthread_mutex_unlock instead of pthread_mutex_lock and
13815 pthread_mutex_unlock.
13816 * htl/pt-cleanup.c (__pthread_get_cleanup_stack): Rename to
13817 ___pthread_get_cleanup_stack.
13818 (__pthread_get_cleanup_stack): New strong alias.
13819 * htl/pt-create.c: Include <pthreadP.h>.
13820 (entry_point): Call __pthread_exit instead of pthread_exit.
13821 (pthread_create): Rename to __pthread_create.
13822 (pthread_create): New strong alias.
13823 * htl/pt-detach.c (pthread_detach): Rename to __pthread_detach.
13824 (pthread_detach): New strong alias.
13825 (__pthread_detach): Call __pthread_cond_broadcast instead of
13826 pthread_cond_broadcast.
13827 * htl/pt-exit.c: Include <pthreadP.h>.
13828 (__pthread_exit): Call __pthread_setcancelstate and
13829 ___pthread_get_cleanup_stack instead of pthread_setcancelstate and
13830 __pthread_get_cleanup_stack.
13831 * htl/pt-testcancel.c: Include <pthreadP.h>.
13832 (pthread_testcancel): Call __pthread_exit instead of pthread_exit.
13833 * sysdeps/htl/pt-attr-getstack.c: Include <pthreadP.h>
13834 (__pthread_attr_getstack): Call __pthread_attr_getstackaddr and
13835 __pthread_attr_getstacksize instead of pthread_attr_getstackaddr and
13836 pthread_attr_getstacksize.
13837 * sysdeps/htl/pt-attr-getstackaddr.c (pthread_attr_getstackaddr):
13838 Rename to __pthread_attr_getstackaddr.
13839 (pthread_attr_getstackaddr): New strong alias.
13840 * sysdeps/htl/pt-attr-getstacksize.c (pthread_attr_getstacksize):
13841 Rename to __pthread_attr_getstacksize.
13842 (pthread_attr_getstacksize): New strong alias.
13843 * sysdeps/htl/pt-attr-setstack.c: Include <pthreadP.h>.
13844 (pthread_attr_setstack): Rename to __pthread_attr_setstack.
13845 (pthread_attr_setstack): New strong alias.
13846 (__pthread_attr_setstack): Call __pthread_attr_getstacksize,
13847 __pthread_attr_setstacksize and __pthread_attr_setstackaddr instead of
13848 pthread_attr_getstacksize, pthread_attr_setstacksize and
13849 pthread_attr_setstackaddr.
13850 * sysdeps/htl/pt-attr-setstackaddr.c (pthread_attr_setstackaddr):
13851 Rename to __pthread_attr_setstackaddr.
13852 (pthread_attr_setstackaddr): New strong alias.
13853 * sysdeps/htl/pt-attr-setstacksize.c (pthread_attr_setstacksize):
13854 Rename to __pthread_attr_setstacksize.
13855 (pthread_attr_setstacksize): New strong alias.
13856 * sysdeps/htl/pt-cond-timedwait.c: Include <pthreadP.h>.
13857 (__pthread_cond_timedwait_internal): Use __pthread_exit instead of
13858 pthread_exit.
13859 * sysdeps/htl/pt-key-create.c: Include <pthreadP.h>.
13860 (__pthread_key_create): New hidden def.
13861 * sysdeps/htl/pt-key.h: Include <pthreadP.h>.
13862 * sysdeps/htl/pthreadP.h (_pthread_mutex_init,
13863 __pthread_cond_broadcast, __pthread_create, __pthread_detach,
13864 __pthread_exit, __pthread_key_create, __pthread_getspecific,
13865 __pthread_setspecific, __pthread_setcancelstate,
13866 __pthread_attr_getstackaddr, __pthread_attr_setstackaddr,
13867 __pthread_attr_getstacksize, __pthread_attr_setstacksize,
13868 __pthread_attr_setstack, ___pthread_get_cleanup_stack): New
13869 declarations.
13870 (__pthread_key_create, _pthread_mutex_init): New hidden declarations.
13871 * sysdeps/mach/hurd/htl/pt-attr-setstackaddr.c
13872 (pthread_attr_setstackaddr): Rename to __pthread_attr_setstackaddr.
13873 (pthread_attr_setstackaddr): New strong alias.
13874 * sysdeps/mach/hurd/htl/pt-attr-setstacksize.c
13875 (pthread_attr_setstacksize): Rename to __pthread_attr_setstacksize.
13876 (pthread_attr_setstacksize): New strong alias.
13877 * sysdeps/mach/hurd/htl/pt-docancel.c: Include <pthreadP.h>.
13878 (call_exit): Call __pthread_exit instead of pthread_exit.
13879 * sysdeps/mach/hurd/htl/pt-mutex-init.c: Include <pthreadP.h>.
13880 (_pthread_mutex_init): New hidden definition.
13881 * sysdeps/mach/hurd/htl/pt-sysdep.c: Include <pthreadP.h>.
13882 (_init_routine): Call __pthread_attr_init and __pthread_attr_setstack
13883 instead of pthread_attr_init and pthread_attr_setstack.
13884
13885 * hurd/hurdauth.c (_S_msg_add_auth): Call __vm_allocate and
13886 __vm_deallocate instead of vm_allocate and vm_deallocate.
13887 * hurd/hurdmsg.c (_S_msg_set_env_variable): Call __setenv instead of
13888 setenv.
13889 * hurd/hurdprio.c (_hurd_priority_which_map): Call __geteuid instead
13890 of geteuid.
13891 * hurd/path-lookup.c (file_name_path_scan): Call __strdup instead of
13892 strdup.
13893 * hurd/siginfo.c: Include <libioP.h>.
13894 (_hurd_siginfo_handler): Call _IO_puts instead of puts.
13895 * hurd/xattr.c (_hurd_xattr_get, _hurd_xattr_set): Call __munmap instead of
13896 munmap.
13897 * mach/devstream.c: Include <libioP.h>.
13898 (dealloc_ref): Call __mach_port_deallocate instead of
13899 mach_port_deallocate.
13900 (mach_open_devstream): Call _IO_fopencookie instead of fopencookie.
13901 Call __mach_port_deallocate instead of mach_port_deallocate.
13902 * stdlib/canonicalize.c (__realpath): Call __pathconf instead of
13903 pathconf.
13904 * sysdeps/mach/hurd/ifreq.c (__ifreq): Call __munmap instead of
13905 munmap.
13906 * sysdeps/mach/hurd/ifreq.h (__if_freereq): Likewise.
13907 * sysdeps/mach/hurd/ptrace.c (ptrace): Call __kill instead of kill.
13908 * sysdeps/mach/hurd/sendfile64.c (sendfile64): Call __munmap instead
13909 of munmap.
13910 * sysdeps/mach/hurd/socketpair.c (__socketpair): Call __close instead
13911 of close.
13912 * sysdeps/posix/clock_getres.c (realtime_getres): Call __sysconf
13913 instead of sysconf.
13914 * sysdeps/pthread/timer_gettime.c (timer_gettime): Call
13915 __clock_gettime instead of clock_gettime.
13916 * sysdeps/pthread/timer_routines.c (thread_func): Likewise.
13917 * sysdeps/pthread/timer_settime.c (timer_settime): Likewise.
13918 * sysdeps/unix/bsd/gtty.c (gtty): Call __ioctl instead of ioctl.
13919 * sysdeps/unix/bsd/stty.c (stty): Likewise.
13920 * sysdeps/unix/bsd/tcflow.c (tcflow): Call __tcgetattr instead of
13921 tcgetattr.
13922 * sysdeps/unix/clock_nanosleep.c (__clock_nanosleep): Call
13923 __clock_gettime and __nanosleep instead of clock_gettime and
13924 nanosleep.
13925 * hurd/catch-signal.c (hurd_catch_signal): Rename to
13926 __hurd_catch_signal.
13927 (hurd_catch_signal): New strong alias.
13928 (hurd_safe_memset, hurd_safe_copyout, hurd_safe_copyin): Call
13929 __hurd_catch_signal instead of hurd_catch_signal.
13930 * hurd/exc2signal.c (_hurd_exception2signal): Add hidden def.
13931 * hurd/hurdexec.c (_hurd_init): Add hidden def.
13932 * hurd/hurdinit.c (_hurd_init): Add hidden def.
13933 * hurd/hurdsig.c: Include <mach/mig_support.h>.
13934 (_hurd_thread_sigstate): Add hidden def.
13935 (_hurd_internal_post_signal): Use __mutex_unlock instead of
13936 mutex_unlock.
13937 * hurd/intern-fd.c (_hurd_intern_fd): Add hidden def.
13938 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add hidden def.
13939 * hurd/path-lookup.c (hurd_file_name_path_lookup): Rename to
13940 __hurd_file_name_path_lookup.
13941 (hurd_file_name_path_lookup): New strong alias.
13942 (file_name_path_lookup): Call __hurd_file_name_path_lookup instead of
13943 hurd_file_name_path_lookup.
13944 * mach/errstring.c (mach_error_type): Add hidden def.
13945 * mach/msg-destroy.c (__mach_msg_destroy): Add hidden def.
13946 * mach/mutex-init.c (__mutex_init): Add hidden def.
13947 * mach/spin-lock.c (__spin_lock_locked, __spin_lock, __spin_unlock,
13948 __spin_try_lock, __mutex_lock, __mutex_trylock): Add hidden defs.
13949 * mach/spin-solid.c (__spin_lock_solid): Add hidden def.
13950 * sysdeps/mach/hurd/getcwd.c
13951 (_hurd_canonicalize_directory_name_internal): Rename to
13952 __hurd_canonicalize_directory_name_internal.
13953 (_hurd_canonicalize_directory_name_internal): New strong alias.
13954 (__canonicalize_directory_name_internal, __getcwd): Call
13955 __hurd_canonicalize_directory_name_internal instead of
13956 _hurd_canonicalize_directory_name_internal.
13957 * sysdeps/mach/hurd/mig-reply.c: Include <mach/mig_support.h>.
13958 (__mig_get_reply_port, __mig_dealloc_reply_port, __mig_init): Add
13959 hidden defs.
13960 * sysdeps/hurd/include/hurd.h: New file.
13961 * sysdeps/hurd/include/hurd/fd.h: New file.
13962 * sysdeps/hurd/include/hurd/signal.h: New file.
13963 * sysdeps/mach/include/lock-intern.h: New file.
13964 * sysdeps/mach/include/mach.h: New file.
13965 * sysdeps/mach/include/mach/mig_support.h: New file.
13966 * sysdeps/mach/include/mach_error.h: New file.
13967 * sysdeps/hurd/include/hurd/signal.h (_hurd_raise_signal): Add hidden
13968 prototype.
13969 * hurd/hurd-raise.c (_hurd_raise_signal): Add hidden def.
13970 * hurd/Makefile ($(inlines:%=$(objpfx)%.c): Define
13971 _HEADER_H_HIDDEN_DEF macro.
13972 * sysdeps/hurd/include/hurd/fd.h (_hurd_fd_error,
13973 _hurd_fd_error_signal): Add hidden prototype.
13974 [_HURD_FD_H_HIDDEN_DEF] (_hurd_fd_error, _hurd_fd_error_signal): Add
13975 hidden def.
13976 * libio/iolibio.h (_IO_puts): New hidden prototype.
13977 * libio/ioputs.c (_IO_puts): New hidden def.
13978 * sysdeps/mach/hurd/localplt.data: New file.
13979
13980 2018-04-02 Agustina Arzille <avarzille@riseup.net>
13981 Amos Jeffries <squid3@treenet.co.nz>
13982 David Michael <fedora.dm0@gmail.com>
13983 Marco Gerards <marco@gnu.org>
13984 Marcus Brinkmann <marcus@gnu.org>
13985 Neal H. Walfield <neal@gnu.org>
13986 Pino Toscano <toscano.pino@tiscali.it>
13987 Richard Braun <rbraun@sceen.net>
13988 Roland McGrath <roland@gnu.org>
13989 Samuel Thibault <samuel.thibault@ens-lyon.org>
13990 Thomas DiModica <ricinwich@yahoo.com>
13991 Thomas Schwinge <tschwinge@gnu.org>
13992
13993 * htl: New directory.
13994 * sysdeps/htl: New directory.
13995 * sysdeps/hurd/htl: New directory.
13996 * sysdeps/i386/htl: New directory.
13997 * sysdeps/mach/htl: New directory.
13998 * sysdeps/mach/hurd/htl: New directory.
13999 * sysdeps/mach/hurd/i386/htl: New directory.
14000 * nscd/Depend, resolv/Depend, rt/Depend: Add htl dependency.
14001 * sysdeps/mach/hurd/i386/Implies: Add mach/hurd/i386/htl imply.
14002 * sysdeps/mach/hurd/i386/libpthread.abilist: New file.
14003
14004 2018-04-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
14005
14006 * sysdeps/pthread/timer_routines.c (__timer_thread_start): Block all
14007 signals in thread created for runing timers.
14008
14009 2018-04-01 Florian Weimer <fweimer@redhat.com>
14010
14011 * support/support_format_addrinfo.c (support_format_addrinfo):
14012 Include unknown error number in formatted result.
14013
14014 2018-03-29 Florian Weimer <fweimer@redhat.com>
14015
14016 * sysdeps/unix/sysv/linux/i386/tst-bz21269.c (do_test): Also
14017 capture SIGBUS.
14018
14019 2018-03-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
14020
14021 * sysdeps/unix/sysv/linux/arch-fork.h [__ASSUME_CLONE_BACKWARDS]
14022 (arch_fork): Issue INLINE_CLONE_SYSCALL if defined.
14023 * sysdeps/unix/sysv/linux/sparc/kernel-features.h
14024 (__ASSUME_CLONE_BACKWARDS): Define.
14025
14026 2018-03-27 Jesse Hathaway <jesse@mbuki-mvuki.org>
14027
14028 [BZ #23024]
14029 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Return
14030 early when linux sentinel value is set.
14031
14032 2018-03-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
14033
14034 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_MEMLOCK): Define.
14035
14036 2018-03-27 Andreas Schwab <schwab@suse.de>
14037
14038 [BZ #23005]
14039 * resolv/res_send.c (__res_context_send): Return ENOMEM if
14040 allocation of private copy of nsaddr_list fails.
14041
14042 2018-03-26 Joseph Myers <joseph@codesourcery.com>
14043
14044 [BZ #16552]
14045 * sysdeps/unix/sysv/linux/generic/umount.c: Move to ....
14046 * sysdeps/unix/sysv/linux/umount.c: ... here.
14047 * sysdeps/unix/sysv/linux/arm/umount.c: Remove file.
14048 * sysdeps/unix/sysv/linux/hppa/umount.c: Likewise.
14049 * sysdeps/unix/sysv/linux/ia64/umount.c: Likewise.
14050 * sysdeps/unix/sysv/linux/mips/mips64/umount.c: Likewise.
14051 * sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c: Likewise.
14052 * sysdeps/unix/sysv/linux/umount.S: Likewise.
14053 * sysdeps/unix/sysv/linux/x86_64/umount.c: Likewise.
14054
14055 2018-03-26 Andreas Schwab <schwab@suse.de>
14056
14057 * elf/elf.h (R_RISCV_BRANCH, R_RISCV_JAL, R_RISCV_CALL)
14058 (R_RISCV_CALL_PLT, R_RISCV_GOT_HI20, R_RISCV_TLS_GOT_HI20)
14059 (R_RISCV_TLS_GD_HI20, R_RISCV_PCREL_HI20, R_RISCV_PCREL_LO12_I)
14060 (R_RISCV_PCREL_LO12_S, R_RISCV_HI20, R_RISCV_LO12_I)
14061 (R_RISCV_LO12_S, R_RISCV_TPREL_HI20, R_RISCV_TPREL_LO12_I)
14062 (R_RISCV_TPREL_LO12_S, R_RISCV_TPREL_ADD, R_RISCV_ADD8)
14063 (R_RISCV_ADD16, R_RISCV_ADD32, R_RISCV_ADD64, R_RISCV_SUB8)
14064 (R_RISCV_SUB16, R_RISCV_SUB32, R_RISCV_SUB64)
14065 (R_RISCV_GNU_VTINHERIT, R_RISCV_GNU_VTENTRY, R_RISCV_ALIGN)
14066 (R_RISCV_RVC_BRANCH, R_RISCV_RVC_JUMP, R_RISCV_RVC_LUI)
14067 (R_RISCV_GPREL_I, R_RISCV_GPREL_S, R_RISCV_TPREL_I)
14068 (R_RISCV_TPREL_S, R_RISCV_RELAX, R_RISCV_SUB6, R_RISCV_SET6)
14069 (R_RISCV_SET8, R_RISCV_SET16, R_RISCV_SET32, R_RISCV_32_PCREL)
14070 (R_RISCV_NUM): Define.
14071
14072 2018-03-25 Samuel Thibault <samuel.thibault@ens-lyon.org>
14073
14074 * include/errno.h [IS_IN(rtld) && !RTLD_PRIVATE_ERRNO]: Do not use the
14075 TLS declaration of errno.
14076 * sysdeps/generic/libc-start.h [!SHARED] (ARCH_SETUP_TLS): Define to
14077 __libc_setup_tls.
14078 * sysdeps/unix/sysv/linux/powerpc/libc-start.h [!SHARED]
14079 (ARCH_SETUP_TLS): Likewise.
14080 * sysdeps/mach/hurd/libc-start.h: New file copied from
14081 sysdeps/generic/libc-start.h, but define ARCH_SETUP_TLS to empty.
14082 * csu/libc-start.c [!SHARED] (LIBC_START_MAIN): Call ARCH_SETUP_TLS
14083 instead of __libc_setup_tls.
14084 * sysdeps/mach/hurd/i386/init-first.c [!SHARED] (init1): Call
14085 __libc_setup_tls before initializing libpthread and running _hurd_init
14086 which starts the signal thread.
14087 * sysdeps/generic/ldsodefs.h [SHARED] (__pthread_initialize_minimal):
14088 Declare function.
14089 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
14090
14091 2018-03-24 H.J. Lu <hongjiu.lu@intel.com>
14092
14093 [BZ #22998]
14094 * elf/Makefile (tests): Add $(tests-execstack-$(have-z-execstack))
14095 after it is defined.
14096
14097 2018-03-23 Andrew Senkevich <andrew.senkevich@intel.com>
14098 Max Horn <max@quendi.de>
14099
14100 [BZ #22644]
14101 CVE-2017-18269
14102 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Fixed
14103 branch conditions.
14104 * string/test-memmove.c (do_test2): New testcase.
14105
14106 2018-03-22 Joseph Myers <joseph@codesourcery.com>
14107
14108 * sysdeps/generic/frame.h: Remove file.
14109 * sysdeps/arm/frame.h: Likewise.
14110 * sysdeps/hppa/frame.h: Likewise.
14111 * sysdeps/generic/sigcontextinfo.h (SIGCONTEXT_EXTRA_ARGS): Remove
14112 macro.
14113 (GET_FRAME): Likewise.
14114 (GET_STACK): Likewise.
14115 (CALL_SIGHANDLER): Likewise.
14116 * sysdeps/mach/hurd/i386/sigcontextinfo.h (SIGCONTEXT_EXTRA_ARGS):
14117 Likewise.
14118 (GET_FRAME): Likewise.
14119 (GET_STACK): Likewise.
14120 (CALL_SIGHANDLER): Likewise.
14121 * sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h
14122 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14123 (GET_FRAME): Likewise.
14124 (GET_STACK): Likewise.
14125 (CALL_SIGHANDLER): Likewise.
14126 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h
14127 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14128 (GET_FRAME): Likewise.
14129 (GET_STACK): Likewise.
14130 (ADVANCE_STACK_FRAME): Likewise.
14131 (CALL_SIGHANDLER): Likewise.
14132 * sysdeps/unix/sysv/linux/i386/sigcontextinfo.h
14133 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14134 (GET_FRAME): Likewise.
14135 (GET_STACK): Likewise.
14136 (CALL_SIGHANDLER): Likewise.
14137 * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h
14138 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14139 (GET_FRAME): Likewise.
14140 (GET_STACK): Likewise.
14141 (CALL_SIGHANDLER): Likewise.
14142 * sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h
14143 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14144 (GET_FRAME): Likewise.
14145 (GET_STACK): Likewise.
14146 (CALL_SIGHANDLER): Likewise.
14147 * sysdeps/unix/sysv/linux/microblaze/sigcontextinfo.h
14148 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14149 (GET_FRAME): Likewise.
14150 (GET_STACK): Likewise.
14151 (CALL_SIGHANDLER): Likewise.
14152 * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h
14153 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14154 (GET_FRAME): Likewise.
14155 (GET_STACK): Likewise.
14156 (CALL_SIGHANDLER): Likewise.
14157 * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h
14158 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14159 (GET_FRAME): Likewise.
14160 (GET_STACK): Likewise.
14161 (CALL_SIGHANDLER): Likewise.
14162 * sysdeps/unix/sysv/linux/riscv/sigcontextinfo.h
14163 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14164 (GET_FRAME): Likewise.
14165 (GET_STACK): Likewise.
14166 (CALL_SIGHANDLER): Likewise.
14167 * sysdeps/unix/sysv/linux/s390/sigcontextinfo.h
14168 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14169 (GET_FRAME): Likewise.
14170 (GET_STACK): Likewise.
14171 (CALL_SIGHANDLER): Likewise.
14172 * sysdeps/unix/sysv/linux/sh/sigcontextinfo.h
14173 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14174 (GET_FRAME): Likewise.
14175 (GET_STACK): Likewise.
14176 (CALL_SIGHANDLER): Likewise.
14177 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
14178 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14179 (FIRST_FRAME_POINTER): Likewise.
14180 (ADVANCE_STACK_FRAME): Likewise.
14181 (GET_STACK): Likewise.
14182 (GET_FRAME): Likewise.
14183 (CALL_SIGHANDLER): Likewise.
14184 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h
14185 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14186 (ADVANCE_STACK_FRAME): Likewise.
14187 (GET_STACK): Likewise.
14188 (GET_FRAME): Likewise.
14189 (CALL_SIGHANDLER): Likewise.
14190 * sysdeps/unix/sysv/linux/tile/sigcontextinfo.h
14191 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14192 (GET_FRAME): Likewise.
14193 (GET_STACK): Likewise.
14194 (CALL_SIGHANDLER): Likewise.
14195 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h
14196 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14197 (GET_FRAME): Likewise.
14198 (GET_STACK): Likewise.
14199 (CALL_SIGHANDLER): Likewise.
14200
14201 2018-03-21 Joseph Myers <joseph@codesourcery.com>
14202
14203 * sysdeps/x86_64/backtrace.c: Move to ....
14204 * debug/backtrace.c: ... here.
14205 * sysdeps/aarch64/backtrace.c: Remove file.
14206 * sysdeps/alpha/backtrace.c: Likewise.
14207 * sysdeps/hppa/backtrace.c: Likewise.
14208 * sysdeps/ia64/backtrace.c: Likewise.
14209 * sysdeps/mips/backtrace.c: Likewise.
14210 * sysdeps/nios2/backtrace.c: Likewise.
14211 * sysdeps/riscv/backtrace.c: Likewise.
14212 * sysdeps/sh/backtrace.c: Likewise.
14213 * sysdeps/tile/backtrace.c: Likewise.
14214
14215 2018-03-20 Joseph Myers <joseph@codesourcery.com>
14216
14217 [BZ #22987]
14218 * sysdeps/powerpc/bits/mathinline.h (fdim): Remove inline
14219 function.
14220 (fdimf): Likewise.
14221 * sysdeps/sparc/fpu/bits/mathinline.h: Remove file.
14222
14223 [BZ #17343]
14224 * stdlib/random_r.c (__random_r): Use unsigned arithmetic for
14225 possibly overflowing computations.
14226
14227 2018-03-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
14228
14229 * manual/errno.texi (EOWNERDEAD, ENOTRECOVERABLE): Remove errno
14230 values from Linux-specific section now that it is in the GNU section.
14231 * sysdeps/gnu/errlist.c: Regenerate.
14232
14233 2018-03-20 Joseph Myers <joseph@codesourcery.com>
14234
14235 * math/Makefile (libm-narrow-fns): Add sub.
14236 (libm-test-funcs-narrow): Likewise.
14237 * math/Versions (GLIBC_2.28): Add narrowing subtract functions.
14238 * math/bits/mathcalls-narrow.h (sub): Use __MATHCALL_NARROW.
14239 * math/gen-auto-libm-tests.c (test_functions): Add sub.
14240 * math/math-narrow.h (CHECK_NARROW_SUB): New macro.
14241 (NARROW_SUB_ROUND_TO_ODD): Likewise.
14242 (NARROW_SUB_TRIVIAL): Likewise.
14243 * sysdeps/ieee754/float128/float128_private.h (__fsubl): New
14244 macro.
14245 (__dsubl): Likewise.
14246 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fsub and
14247 dsub.
14248 (CFLAGS-nldbl-dsub.c): New variable.
14249 (CFLAGS-nldbl-fsub.c): Likewise.
14250 * sysdeps/ieee754/ldbl-opt/Versions (GLIBC_2.28): Add
14251 __nldbl_dsubl.
14252 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl_dsubl): New
14253 prototype.
14254 * manual/arith.texi (Misc FP Arithmetic): Document fsub, fsubl,
14255 dsubl, fMsubfN, fMsubfNx, fMxsubfN and fMxsubfNx.
14256 * math/auto-libm-test-in: Add tests of sub.
14257 * math/auto-libm-test-out-narrow-sub: New generated file.
14258 * math/libm-test-narrow-sub.inc: New file.
14259 * sysdeps/i386/fpu/s_f32xsubf64.c: Likewise.
14260 * sysdeps/ieee754/dbl-64/s_f32xsubf64.c: Likewise.
14261 * sysdeps/ieee754/dbl-64/s_fsub.c: Likewise.
14262 * sysdeps/ieee754/float128/s_f32subf128.c: Likewise.
14263 * sysdeps/ieee754/float128/s_f64subf128.c: Likewise.
14264 * sysdeps/ieee754/float128/s_f64xsubf128.c: Likewise.
14265 * sysdeps/ieee754/ldbl-128/s_dsubl.c: Likewise.
14266 * sysdeps/ieee754/ldbl-128/s_f64xsubf128.c: Likewise.
14267 * sysdeps/ieee754/ldbl-128/s_fsubl.c: Likewise.
14268 * sysdeps/ieee754/ldbl-128ibm/s_dsubl.c: Likewise.
14269 * sysdeps/ieee754/ldbl-128ibm/s_fsubl.c: Likewise.
14270 * sysdeps/ieee754/ldbl-96/s_dsubl.c: Likewise.
14271 * sysdeps/ieee754/ldbl-96/s_fsubl.c: Likewise.
14272 * sysdeps/ieee754/ldbl-opt/nldbl-dsub.c: Likewise.
14273 * sysdeps/ieee754/ldbl-opt/nldbl-fsub.c: Likewise.
14274 * sysdeps/ieee754/soft-fp/s_dsubl.c: Likewise.
14275 * sysdeps/ieee754/soft-fp/s_fsub.c: Likewise.
14276 * sysdeps/ieee754/soft-fp/s_fsubl.c: Likewise.
14277 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14278 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
14279 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
14280 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
14281 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
14282 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
14283 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
14284 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
14285 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
14286 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
14287 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
14288 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
14289 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
14290 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
14291 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
14292 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Likewise.
14293 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
14294 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
14295 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
14296 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
14297 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
14298 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
14299 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
14300 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
14301 * sysdeps/unix/sysv/linux/tile/tilegx32/libm.abilist: Likewise.
14302 * sysdeps/unix/sysv/linux/tile/tilegx64/libm.abilist: Likewise.
14303 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
14304 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
14305
14306 2018-03-19 Joseph Myers <joseph@codesourcery.com>
14307
14308 [BZ #20079]
14309 * elf/elf.h (SHT_X86_64_UNWIND): New macro.
14310
14311 2018-03-19 Wilco Dijkstra <wdijkstr@arm.com>
14312
14313 * benchtests/bench-timing.h (attribute_hidden): Undefine.
14314
14315 2018-03-18 Richard Braun <rbraun@sceen.net>
14316
14317 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Use a temporary
14318 thread reference.
14319
14320 2018-03-18 Agustina Arzille <avarzille@riseup.net>
14321
14322 * sysdeps/mach/libc-lock.h (__libc_cleanup_frame): Define structure.
14323 (__libc_cleanup_fct): Define function.
14324 (__libc_cleanup_region_start, __libc_cleanup_region_end,
14325 __libc_cleanup_end): Rewrite implementation using
14326 __attribute__ ((__cleanup__)).
14327 (__libc_cleanup_push, __libc_cleanup_pop): New macros.
14328 * hurd/Makefile (routines): Add hurdlock.
14329 * hurd/Versions (GLIBC_PRIVATE): Added new entry to export the above
14330 interface.
14331 (HURD_CTHREADS_0.3): Remove __libc_getspecific.
14332 * hurd/hurdpid.c: Include <lowlevellock.h>
14333 (_S_msg_proc_newids): Use lll_wait to synchronize.
14334 * hurd/hurdsig.c: (reauth_proc): Use __mutex_lock and __mutex_unlock.
14335 * hurd/setauth.c: Include <hurdlock.h>, use integer for synchronization.
14336 * mach/Makefile (lock-headers): Remove machine-lock.h.
14337 * mach/lock-intern.h: Include <lowlevellock.h> instead of
14338 <machine-lock.h>.
14339 (__spin_lock_t): New type.
14340 (__SPIN_LOCK_INITIALIZER): New macro.
14341 (__spin_lock, __spin_unlock, __spin_try_lock, __spin_lock_locked,
14342 __mutex_init, __mutex_lock_solid, __mutex_unlock_solid, __mutex_lock,
14343 __mutex_unlock, __mutex_trylock): Use lll to implement locks.
14344 * mach/mutex-init.c: Include <lowlevellock.h> instead of <cthreads.h>.
14345 (__mutex_init): Initialize with lll.
14346 * manual/errno.texi (EOWNERDEAD, ENOTRECOVERABLE): New errno values.
14347 * sysdeps/mach/Makefile: Add libmachuser as dependencies for libs
14348 needing lll.
14349 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
14350 * sysdeps/mach/hurd/cthreads.c (__libc_getspecific): Remove function.
14351 * sysdeps/mach/hurd/bits/libc-lock.h: Remove file.
14352 * sysdeps/mach/hurd/setpgid.c: Include <lowlevellock.h>.
14353 (__setpgid): Use lll for synchronization.
14354 * sysdeps/mach/hurd/setsid.c: Likewise with __setsid.
14355 * sysdeps/mach/bits/libc-lock.h: Include <tls.h> and <lowlevellock.h>
14356 instead of <cthreads.h>.
14357 (_IO_lock_inexpensive): New macro
14358 (__libc_lock_recursive_t, __rtld_lock_recursive_t): New structures.
14359 (__libc_lock_self0): New declaration.
14360 (__libc_lock_owner_self): New macro.
14361 (__libc_key_t): Remove type.
14362 (_LIBC_LOCK_INITIALIZER): New macro.
14363 (__libc_lock_define_initialized, __libc_lock_init, __libc_lock_fini,
14364 __libc_lock_fini_recursive, __rtld_lock_fini_recursive,
14365 __libc_lock_lock, __libc_lock_trylock, __libc_lock_unlock,
14366 __libc_lock_define_initialized_recursive,
14367 __rtld_lock_define_initialized_recursive,
14368 __libc_lock_init_recursive, __libc_lock_trylock_recursive,
14369 __libc_lock_lock_recursive, __libc_lock_unlock_recursive,
14370 __rtld_lock_initialize, __rtld_lock_trylock_recursive,
14371 __rtld_lock_lock_recursive, __rtld_lock_unlock_recursive
14372 __libc_once_define, __libc_mutex_unlock): Reimplement with lll.
14373 (__libc_lock_define_recursive, __rtld_lock_define_recursive,
14374 _LIBC_LOCK_RECURSIVE_INITIALIZER, _RTLD_LOCK_RECURSIVE_INITIALIZER):
14375 New macros.
14376 Include <libc-lockP.h> to reimplement libc_key* with pthread_key*.
14377 * hurd/hurdlock.c: New file.
14378 * hurd/hurdlock.h: New file.
14379 * mach/lowlevellock.h: New file
14380
14381 2018-03-18 Samuel Thibault <samuel.thibault@ens-lyon.org>
14382
14383 * sysdeps/mach/hurd/cthreads.c: Include <cthreads.h>.
14384 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Return ELOOP
14385 when opening a symlink with O_NOFOLLOW.
14386 * hurd/hurdlookup.c (__hurd_file_name_lookup): Do not append '/' to
14387 path when flags contains O_NOFOLLOW.
14388 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Return ENOTDIR
14389 if flags contains O_DIRECTORY and the result is a directory.
14390 * sysdeps/mach/hurd/i386/init-first.c (init): Also find ELF headers by
14391 oneself when the pointer given in D is nul (as set by ext2fs).
14392 * sysdeps/mach/hurd/mlockall.c: New file.
14393 * sysdeps/mach/hurd/munlockall.c: New file.
14394
14395 2018-03-17 Samuel Thibault <samuel.thibault@ens-lyon.org>
14396
14397 * hurd/hurdsig.c: Include <pthread.h>.
14398 (_hurdsig_init): Call pthread_getattr_np and pthread_attr_getstack to
14399 get the signal thread stack layout.
14400 * hurd/Makefile (headers): Remove threadvar.h.
14401 (inline-headers): Remove threadvar.h.
14402 * hurd/Versions (GLIBC_2.0: Remove __hurd_sigthread_stack_base,
14403 __hurd_sigthread_stack_end, __hurd_sigthread_variables,
14404 __hurd_threadvar_max, __hurd_errno_location.
14405 (HURD_CTHREADS_0.3): Add pthread_getattr_np, pthread_attr_getstack.
14406 * hurd/hurd/signal.h: Do not include <hurd/threadvar.h>.
14407 (_hurd_self_sigstate): Use THREAD_SELF to get _hurd_sigstate.
14408 (_HURD_SIGNAL_H_EXTERN_INLINE): Use THREAD_SELF to get _hurd_sigstate,
14409 unless TLS is not initialized yet, in which case we do not need a
14410 critical section yet anyway.
14411 * hurd/hurd/threadvar.h: Include <tls.h>, do not include
14412 <machine-sp.h>.
14413 (__hurd_sigthread_variables, __hurd_threadvar_max): Remove variables
14414 declarations.
14415 (__hurd_threadvar_index): Remove enum.
14416 (_HURD_THREADVAR_H_EXTERN_INLINE): Remove macro.
14417 (__hurd_threadvar_location_from_sp,__hurd_threadvar_location): Remove
14418 inlines.
14419 (__hurd_reply_port0): New variable declaration.
14420 (__hurd_local_reply_port): New macro.
14421 * hurd/hurdsig.c (__hurd_sigthread_variables): Remove variable.
14422 (interrupted_reply_port_location): Add thread_t parameter. Use it
14423 with THREAD_TCB to access thread-local variables.
14424 (_hurdsig_abort_rpcs): Pass ss->thread to
14425 interrupted_reply_port_location.
14426 (_hurd_internal_post_signal): Likewise.
14427 (_hurdsig_init): Use presence of cthread_fork instead of
14428 __hurd_threadvar_stack_mask to start signal thread by hand.
14429 Remove signal thread threadvar initialization.
14430 * hurd/hurdstartup.c: Do not include <hurd/threadvar.h>
14431 * hurd/sigunwind.c: Include <hurd/threadvar.h>
14432 (_hurdsig_longjmp_from_handler): Use __hurd_local_reply_port instead
14433 of threadvar.
14434 * sysdeps/mach/hurd/Versions (libc.GLIBC_PRIVATE): Add
14435 __libc_lock_self0.
14436 (ld.GLIBC_2.0): Remove __hurd_sigthread_stack_base,
14437 __hurd_sigthread_stack_end, __hurd_sigthread_variables.
14438 (ld.GLIBC_PRIVATE): Add __libc_lock_self0.
14439 * sysdeps/mach/hurd/cthreads.c: Add __libc_lock_self0.
14440 * sysdeps/mach/hurd/dl-sysdep.c (errno, __hurd_sigthread_stack_base,
14441 __hurd_sigthread_stack_end, __hurd_sigthread_variables, threadvars,
14442 __hurd_threadvar_stack_offset, __hurd_threadvar_stack_mask): Do not
14443 define variables.
14444 * sysdeps/mach/hurd/errno-loc.c: Do not include <errno.h> and
14445 <hurd/threadvar.h>.
14446 [IS_IN(rtld)] (rtld_errno): New variable.
14447 [IS_IN(rtld)] (__errno_location): New weak function.
14448 [!IS_IN(rtld)]: Include "../../../csu/errno-loc.c".
14449 * sysdeps/mach/hurd/errno.c: Remove file.
14450 * sysdeps/mach/hurd/fork.c: Include <hurd/threadvar.h>
14451 (__fork): Remove THREADVAR_SPACE macro and its use.
14452 * sysdeps/mach/hurd/i386/init-first.c (__hurd_threadvar_max): Remove
14453 variable.
14454 (init): Do not initialize threadvar.
14455 * sysdeps/mach/hurd/i386/libc.abilist (__hurd_threadvar_max): Remove
14456 symbol.
14457 * sysdeps/mach/hurd/i386/sigreturn.c (__sigreturn): Use
14458 __hurd_local_reply_port instead of threadvar.
14459 * sysdeps/mach/hurd/i386/tls.h (tcbhead_t): Add reply_port and
14460 _hurd_sigstate fields.
14461 (HURD_DESC_TLS, __LIBC_NO_TLS, THREAD_TCB): New macro.
14462 * sysdeps/mach/hurd/i386/trampoline.c: Remove outdated comment.
14463 * sysdeps/mach/hurd/libc-lock.h: Do not include <hurd/threadvar.h>.
14464 (__libc_lock_owner_self): Use &__libc_lock_self0 and THREAD_SELF
14465 instead of threadvar.
14466 * sysdeps/mach/hurd/libc-tsd.h: Remove file.
14467 * sysdeps/mach/hurd/mig-reply.c (GETPORT, reply_port): Remove macros.
14468 (use_threadvar, global_reply_port): Remove variables.
14469 (__hurd_reply_port0): New variable.
14470 (__mig_get_reply_port): Use __hurd_local_reply_port and
14471 __hurd_reply_port0 instead of threadvar.
14472 (__mig_dealloc_reply_port): Likewise.
14473 (__mig_init): Do not initialize threadvar.
14474 * sysdeps/mach/hurd/profil.c: Fix comment.
14475 * hurd/Versions (HURD_CTHREADS_0.3): Rename weak refs cthread_fork,
14476 cthread_detach, pthread_getattr_np, pthread_attr_getstack,
14477 cthread_keycreate, cthread_getspecific, cthread_setspecific to
14478 __cthread_fork, __cthread_detach, __pthread_getattr_np,
14479 __pthread_attr_getstack, __cthread_keycreate, __cthread_getspecific,
14480 __cthread_setspecific.
14481 * hurd/hurdsig.c (_hurdsig_init): Use __cthread_fork,
14482 __cthread_detach, __pthread_getattr_np, __pthread_attr_getstack,
14483 __cthread_t instead of cthread_fork, cthread_detach,
14484 pthread_getattr_np, pthread_attr_getstack.
14485 * sysdeps/mach/hurd/cthreads.c (cthread_keycreate): Rename to
14486 __cthread_keycreate.
14487 (cthread_getspecific): Rename to __cthread_getspecific.
14488 (cthread_setspecific): Rename to __cthread_setspecific.
14489 (__libc_getspecific): Use __cthread_getspecific instead of
14490 cthread_getspecific.
14491 * sysdeps/mach/hurd/libc-lock.h (__libc_key_create): Use
14492 __cthread_keycreate instead of cthread_keycreate.
14493 (__libc_setspecific): Use __cthread_setspecific instead of
14494 cthread_setspecific.
14495 * sysdeps/mach/libc-lock.h (__libc_key_create, __libc_setspecific):
14496 Likewise.
14497 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Always include
14498 <dl-sysdep.h>. Test for value of RTLD_PRIVATE_ERRNO instead of
14499 testing whether it is defined.
14500
14501 2018-03-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
14502
14503 * sysdeps/generic/thread_state.h (MACHINE_NEW_THREAD_STATE_FLAVOR):
14504 Define macro.
14505 * sysdeps/mach/thread_state.h (MACHINE_THREAD_STATE_FIX_NEW): New macro.
14506 * sysdeps/mach/i386/thread_state.h
14507 (MACHINE_NEW_THREAD_STATE_FLAVOR): New macro, defined to
14508 i386_THREAD_STATE.
14509 (MACHINE_THREAD_STATE_FLAVOR): Define to i386_REGS_SEGS_STATE instead of
14510 i386_THREAD_STATE.
14511 (MACHINE_THREAD_STATE_FIX_NEW): New macro, reads segments.
14512
14513 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Use
14514 i386_REGS_SEGS_STATE instead of i386_THREAD_STATE.
14515
14516 * sysdeps/mach/hurd/i386/tls.h (TCB_ALIGNMENT, HURD_SEL_LDT): New
14517 macros.
14518 (_hurd_tls_fork): Add original thread parameter, Duplicate existing LDT
14519 descriptor instead of creating a new one.
14520 (_hurd_tls_new): New function, creates a new descriptor and updates tcb.
14521
14522 * mach/setup-thread.c: Include <ldsodefs.h>.
14523 (__mach_setup_thread): Call _dl_allocate_tls, pass
14524 MACHINE_NEW_THREAD_STATE_FLAVOR to __thread_set_state instead of
14525 MACHINE_THREAD_STATE_FLAVOR, before getting
14526 MACHINE_THREAD_STATE_FLAVOR, calling _hurd_tls_new, and setting
14527 MACHINE_THREAD_STATE_FLAVOR with the result.
14528 * hurd/hurdfault.c (_hurdsig_fault_init): Call
14529 MACHINE_THREAD_STATE_FIX_NEW.
14530 * sysdeps/mach/hurd/fork.c (__fork): Call _hurd_tls_fork for sigthread
14531 too. Add original thread parameter.
14532
14533 2018-03-16 Joseph Myers <joseph@codesourcery.com>
14534
14535 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC] (__finite):
14536 Remove inline function.
14537
14538 * sysdeps/i386/fpu/libm-test-ulps: Update.
14539 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
14540
14541 2018-03-16 Wilco Dijkstra <wdijkstr@arm.com>
14542
14543 * sysdeps/m68k/m680x0/fpu/mathimpl.h (__ieee754_sqrt): Revert previous
14544 commit.
14545
14546 2018-03-15 Joseph Myers <joseph@codesourcery.com>
14547
14548 * sysdeps/x86/fpu/bits/mathinline.h [__FAST_MATH__]
14549 (__sincos_code): Remove define and undefine.
14550 [__FAST_MATH__] (__sincos): Remove inline function.
14551 [__FAST_MATH__] (__sincosf): Remove inline function.
14552 [__FAST_MATH__] (__sincosl): Remove inline function.
14553 (__atan2l): Remove inline functions.
14554 [!__GNUC_PREREQ (3, 4)] (__atan2_code): Remove macro.
14555 [!__GNUC_PREREQ (3, 4) && __FAST_MATH__] (atan2): Remove inline
14556 function.
14557 (floor): Remove inline function.
14558 (ceil): Likewise.
14559 [__FAST_MATH__] (__ldexp_code): Remove macro.
14560 [__FAST_MATH__] (ldexp): Remove inline function.
14561 [__FAST_MATH__ && __USE_ISOC99] (ldexpf): Likewise.
14562 [__FAST_MATH__ && __USE_ISOC99] (ldexpl): Likewise.
14563 [__FAST_MATH__ && __USE_ISOC99] (rint): Likewise.
14564 [__USE_ISOC99] (__lrint_code): Remove macro.
14565 [__USE_ISOC99] (__llrint_code): Likewise.
14566 [__USE_ISOC99] (lrintf): Remove inline function.
14567 [__USE_ISOC99] (lrint): Likewise.
14568 [__USE_ISOC99] (lrintl): Likewise.
14569 [__USE_ISOC99] (llrint): Likewise.
14570 [__USE_ISOC99] (llrintf): Likewise.
14571 [__USE_ISOC99] (llrintl): Likewise.
14572
14573 2018-03-15 Wilco Dijkstra <wdijkstr@arm.com>
14574
14575 * sysdeps/aarch64/fpu/math_private.h (__ieee754_sqrt): Remove.
14576 (__ieee754_sqrtf): Remove.
14577 * sysdeps/alpha/fpu/math_private.h (__ieee754_sqrt): Remove.
14578 (__ieee754_sqrtf): Remove.
14579 * sysdeps/generic/math-type-macros.h (M_SQRT): Use sqrt.
14580 * sysdeps/m68k/m680x0/fpu/mathimpl.h (__ieee754_sqrt): Remove.
14581 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Remove.
14582 (__ieee754_sqrtf): Remove.
14583 * sysdeps/s390/fpu/bits/mathinline.h: Remove file.
14584 * sysdeps/sparc/fpu/bits/mathinline.h (sqrt) Remove.
14585 (sqrtf): Remove.
14586 (sqrtl): Remove.
14587 (__ieee754_sqrt): Remove.
14588 (__ieee754_sqrtf): Remove.
14589 (__ieee754_sqrtl): Remove.
14590 * sysdeps/m68k/m680x0/fpu/mathimpl.h (__ieee754_sqrt): Remove.
14591 * sysdeps/x86/fpu/math_private.h (__ieee754_sqrt): Remove.
14592 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Remove.
14593 (__ieee754_sqrtf): Remove.
14594 (__ieee754_sqrtl): Remove.
14595
14596 2018-03-15 Wilco Dijkstra <wdijkstr@arm.com>
14597
14598 * sysdeps/ieee754/dbl-64/e_acosh.c (__ieee754_acosh): Use sqrt.
14599 * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Likewise.
14600 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
14601 * sysdeps/ieee754/dbl-64/e_j0.c (__ieee754_j0): Likewise.
14602 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1): Likewise.
14603 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
14604 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
14605 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
14606 Likewise.
14607 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Likewise.
14608 * sysdeps/ieee754/flt-32/e_acoshf.c (__ieee754_acoshf): Likewise.
14609 * sysdeps/ieee754/flt-32/e_asinf.c (__ieee754_asinf): Likewise.
14610 * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Likewise.
14611 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Likewise.
14612 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_j0f): Likewise.
14613 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_j1f): Likewise.
14614 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Likewise.
14615 * sysdeps/ieee754/flt-32/s_asinhf.c (__asinhf): Likewise.
14616 * sysdeps/ieee754/ldbl-128/e_acoshl.c (__ieee754_acoshl): Use sqrtl.
14617 * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Likewise.
14618 * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Likewise.
14619 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive): Likewise.
14620 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl): Likewise.
14621 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Likewise.
14622 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
14623 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
14624 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
14625 * sysdeps/ieee754/ldbl-128/s_asinhl.c (__ieee754_asinhl): Likewise.
14626 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Likewise.
14627 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
14628 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
14629 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive): Likewise.
14630 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Likewise.
14631 * sysdeps/ieee754/ldbl-128ibm/e_j0l.c (__ieee754_j0l): Likewise.
14632 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c (__ieee754_j1l): Likewise
14633 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
14634 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
14635 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__ieee754_asinhl): Likewise.
14636 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Use sqrtl.
14637 * sysdeps/ieee754/ldbl-96/e_asinl.c (__ieee754_asinl): Likewise.
14638 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive): Likewise.
14639 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Likewise.
14640 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Likewise.
14641 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
14642 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
14643 * sysdeps/ieee754/ldbl-96/s_asinhl.c (__ieee754_asinhl): Likewise.
14644 * sysdeps/m68k/m680x0/fpu/e_pow.c (__ieee754_pow): Likewise.
14645 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Likewise.
14646 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Likewise.
14647
14648 2018-03-15 Wilco Dijkstra <wdijkstr@arm.com>
14649
14650 * include/math.h (sqrt): Declare with asm redirect.
14651 (sqrtf): Likewise.
14652 (sqrtl): Likewise.
14653 (sqrtf128): Likewise.
14654 * Makeconfig: Add -fno-math-errno for libc/libm, but build testsuite,
14655 nonlib and libnldbl with -fmath-errno.
14656 * math/w_sqrt_compat.c: Define NO_MATH_REDIRECT.
14657 * math/w_sqrt_template.c: Likewise.
14658 * math/w_sqrtf_compat.c: Likewise.
14659 * math/w_sqrtl_compat.c: Likewise.
14660 * sysdeps/i386/fpu/w_sqrt.c: Likewise.
14661 * sysdeps/i386/fpu/w_sqrt_compat.c: Likewise.
14662 * sysdeps/generic/math-type-macros-float128.h: Remove math.h and
14663 complex.h.
14664
14665 2018-03-15 Wilco Dijkstra <wdijkstr@arm.com>
14666
14667 * benchtests/Makefile: Define _ISOMAC.
14668 * benchtests/bench-strcoll.c: Add missing sys/stat.h include.
14669 * benchtests/bench-string.h: Define inhibit_loop_to_libcall macro.
14670 * benchtests/bench-strstr.c: Define empty libc_hidden_builtin_def.
14671 * benchtests/bench-strtok.c (oldstrtok): Use rawmemchr.
14672 * benchtests/bench-timing.h: Define attribute_hidden.
14673
14674 2018-03-15 Siddhesh Poyarekar <siddhesh@sourceware.org>
14675
14676 * sysdeps/aarch64/strncmp.S (strncmp): Use lsr instead of
14677 mov + lsr.
14678
14679 2018-03-15 Rafal Luzynski <digitalfreak@lingonborough.com>
14680
14681 [BZ #22963]
14682 * localedata/locales/cs_CZ (mon): Rename to...
14683 (alt_mon): This.
14684 (mon): Import from CLDR (genitive case).
14685
14686 2018-03-15 Rafal Luzynski <digitalfreak@lingonborough.com>
14687
14688 [BZ #22937]
14689 * localedata/locales/el_CY (abmon): Rename to...
14690 (ab_alt_mon): This.
14691 (abmon): Import from CLDR (abbreviated genitive case).
14692 * localedata/locales/el_GR (abmon): Rename to...
14693 (ab_alt_mon): This.
14694 (abmon): Import from CLDR (abbreviated genitive case).
14695
14696 2018-03-15 Rafal Luzynski <digitalfreak@lingonborough.com>
14697
14698 [BZ #22932]
14699 * localedata/locales/lt_LT (abmon): Synchronize with CLDR.
14700
14701 2018-03-15 Robert Buj <robert.buj@gmail.com>
14702
14703 [BZ #22848]
14704 * localedata/locales/ca_ES (abmon): Rename to...
14705 (ab_alt_mon): This, then synchronize with CLDR (nominative case).
14706 (mon): Rename to...
14707 (alt_mon): This.
14708 (abmon): Import from CLDR (genitive case, month names preceded by
14709 "de" or "d’").
14710 (mon): Likewise.
14711 (abday): Synchronize with CLDR.
14712 (d_t_fmt): Likewise.
14713 (d_fmt): Likewise.
14714 (am_pm): Likewise.
14715
14716 (LC_TIME): Improve indentation.
14717 (LC_TELEPHONE): Likewise.
14718 (LC_NAME): Likewise.
14719 (LC_ADDRESS): Likewise.
14720
14721 2018-03-14 Joseph Myers <joseph@codesourcery.com>
14722
14723 * sysdeps/x86/fpu/bits/mathinline.h [!__GNUC_PREREQ (3, 4)]
14724 (lrintf): Remove definitions used only with old GCC.
14725 [!__GNUC_PREREQ (3, 4)] (lrint): Likewise.
14726 [!__GNUC_PREREQ (3, 4)] (llrintf): Likewise.
14727 [!__GNUC_PREREQ (3, 4)] (llrint): Likewise.
14728 [!__GNUC_PREREQ (3, 4)] (fmaxf): Likewise.
14729 [!__GNUC_PREREQ (3, 4)] (fmax): Likewise.
14730 [!__GNUC_PREREQ (3, 4)] (fminf): Likewise.
14731 [!__GNUC_PREREQ (3, 4)] (fmin): Likewise.
14732 [!__GNUC_PREREQ (3, 4)] (rint): Likewise.
14733 [!__GNUC_PREREQ (3, 4)] (rintf): Likewise.
14734 [!__GNUC_PREREQ (3, 4)] (nearbyint): Likewise.
14735 [!__GNUC_PREREQ (3, 4)] (nearbyintf): Likewise.
14736 [!__GNUC_PREREQ (3, 4)] (ceil): Likewise.
14737 [!__GNUC_PREREQ (3, 4)] (ceilf): Likewise.
14738 [!__GNUC_PREREQ (3, 4)] (floor): Likewise.
14739 [!__GNUC_PREREQ (3, 4)] (floorf): Likewise.
14740 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (tan): Likewise.
14741 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (fmod): Likewise.
14742 [__FAST_MATH__ && !__GNUC_PREREQ (3, 4)] (sin): Likewise.
14743 [__FAST_MATH__ && !__GNUC_PREREQ (3, 4)] (cos): Likewise.
14744 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (log10): Likewise.
14745 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (asin): Likewise.
14746 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (acos): Likewise.
14747 [__FAST_MATH__ && !__GNUC_PREREQ (3, 4)] (atan): Likewise.
14748 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (log1p): Likewise.
14749 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (logb): Likewise.
14750 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (log2): Likewise.
14751 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (drem): Likewise.
14752 [__FAST_MATH__] (__M_SQRT2): Remove macro.
14753
14754 2018-03-14 Siddhesh Poyarekar <siddhesh@sourceware.org>
14755
14756 * sysdeps/aarch64/strncmp.S (strncmp): Use a separate shift
14757 instruction to unbreak builds with binutils 2.26 and older.
14758
14759 2018-03-13 Siddhesh Poyarekar <siddhesh@sourceware.org>
14760
14761 * sysdeps/aarch64/strncmp.S (count): New macro.
14762 (strncmp): Store misaligned length in SRC1 in COUNT.
14763 (mutual_align): Adjust.
14764 (misaligned8): Load dword at a time when it is safe.
14765
14766 2018-03-12 Zack Weinberg <zackw@panix.com>
14767
14768 [BZ #1190]
14769 [BZ #19476]
14770 * libio/fileops.c (_IO_new_file_underflow): Return EOF immediately
14771 if the _IO_EOF_SEEN bit is already set; update commentary.
14772 * libio/oldfileops.c (_IO_old_file_underflow): Likewise.
14773 * libio/wfileops.c (_IO_wfile_underflow): Likewise.
14774
14775 * support/support_openpty.c, support/tty.h: New files.
14776 * support/Makefile (libsupport-routines): Add support_openpty.
14777
14778 * libio/tst-fgetc-after-eof.c, wcsmbs/test-fgetwc-after-eof.c:
14779 New test cases.
14780 * libio/Makefile (tests): Add tst-fgetc-after-eof.
14781 * wcsmbs/Makefile (tests): Add tst-fgetwc-after-eof.
14782
14783 2018-03-12 Dmitry V. Levin <ldv@altlinux.org>
14784
14785 * po/pt_BR.po: Update translations.
14786
14787 2018-03-12 David Michael <fedora.dm0@gmail.com>
14788
14789 * sysdeps/mach/hurd/reboot.c: Include <hurd/paths.h>
14790 (reboot): Lookup _SERVERS_STARTUP instead of calling proc_getmsgport to
14791 get a port to the startup server.
14792
14793 2018-03-11 Zack Weinberg <zackw@panix.com>
14794
14795 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Include math.h
14796 before nldbl-compat.h.
14797
14798 2018-03-10 Zack Weinberg <zackw@panix.com>
14799
14800 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Don't include
14801 math.h or math_private.h.
14802
14803 * sysdeps/alpha/fpu/s_isnan.c
14804 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c
14805 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c
14806 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c
14807 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c
14808 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c
14809 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c
14810 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c
14811 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c
14812 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c
14813 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c
14814 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c:
14815 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf.c
14816 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c
14817 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c:
14818 Include math_private.h.
14819
14820 * sysdeps/ieee754/ldbl-64-128/s_finitel.c
14821 * sysdeps/ieee754/ldbl-64-128/s_fpclassifyl.c
14822 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c
14823 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c
14824 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c
14825 * sysdeps/powerpc/power7/fpu/s_logb.c:
14826 Include math.h and math_private.h.
14827
14828 * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Wrap manual
14829 uses of $at in .set noat / .set at.
14830
14831 2018-03-10 H.J. Lu <hongjiu.lu@intel.com>
14832
14833 * include/setjmp.h (__libc_longjmp): Remove libc_hidden_proto.
14834 * setjmp/longjmp.c (__libc_longjmp): Remove libc_hidden_def.
14835 * sysdeps/s390/longjmp.c (__libc_longjmp): Likewise.
14836 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S (__libc_longjmp):
14837 Likewise.
14838
14839 2018-03-09 Florian Weimer <fweimer@redhat.com>
14840
14841 * malloc/malloc.c (prev_size, set_prev_size, prev_chunk): Fix typo
14842 in comment.
14843
14844 2018-03-09 Aurelien Jarno <aurelien@aurel32.net>
14845
14846 [BZ #22919]
14847 * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S (__startcontext):
14848 Add nop before __startcontext, add explaining comments.
14849
14850 2018-03-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
14851
14852 [BZ #22926]
14853 * sysdeps/powerpc/powerpc32/sysdep.h (ABORT_TRANSACTION_IMPL): Define
14854 empty for __SPE__.
14855 * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): Likewise.
14856 * sysdeps/unix/sysv/linux/powerpc/elision-lock.c (__lll_lock_elision):
14857 Do not build hardware transactional code for __SPE__.
14858 * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
14859 (__lll_trylock_elision): Likewise.
14860 * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
14861 (__lll_unlock_elision): Likewise.
14862
14863 * sysdeps/nptl/fork.c (ARCH_FORK): Replace by arch_fork.
14864 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: Remove file.
14865 * sysdeps/unix/sysv/linux/riscv/arch-fork.h: Likewise.
14866 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: Likewise.
14867 * sysdeps/unix/sysv/linux/arm/arch-fork.h: Likewise.
14868 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: Likewise.
14869 * sysdeps/unix/sysv/linux/i386/arch-fork.h: Likewise.
14870 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: Likewise.
14871 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: Likewise.
14872 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: Likewise.
14873 * sysdeps/unix/sysv/linux/mips/arch-fork.h: Likewise.
14874 * sysdeps/unix/sysv/linux/nios2/arch-fork.h: Likewise.
14875 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: Likewise.
14876 * sysdeps/unix/sysv/linux/s390/arch-fork.h: Likewise.
14877 * sysdeps/unix/sysv/linux/sh/arch-fork.h: Likewise.
14878 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: Likewise.
14879 * sysdeps/unix/sysv/linux/tile/arch-fork.h: Likewise.
14880 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: Likewise.
14881 * sysdeps/unix/sysv/linux/arch-fork.h (arch_fork): New function.
14882 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h: New file.
14883 * sysdeps/unix/sysv/linux/riscv/kernel-features.h: Likewise.
14884 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14885 (__ASSUME_CLONE_BACKWARDS): Define.
14886 * sysdeps/unix/sysv/linux/createthread.c (ARCH_CLONE): Define to
14887 __clone2 if __NR_clone2 is defined.
14888 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14889 (__ASSUME_CLONE_BACKWARDS): Likewise.
14890 * sysdeps/unix/sysv/linux/i386/kernel-features.h
14891 (__ASSUME_CLONE_BACKWARDS): Likewise.
14892 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14893 (__ASSUME_CLONE2): Likewise.
14894 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14895 (__ASSUME_CLONE_BACKWARDS3): Likewise.
14896 * sysdeps/unix/sysv/linux/kernel-features.h: Document possible clone
14897 variants and the define architecture can use.
14898 (__ASSUME_CLONE_DEFAULT): Define as default.
14899 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14900 (__ASSUME_CLONE_BACKWARDS): Likewise.
14901 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
14902 (__ASSUME_CLONE_BACKWARDS): Likewise.
14903 * sysdeps/unix/sysv/linux/s390/kernel-features.h
14904 (__ASSUME_CLONE_BACKWARDS2): Likewise.
14905
14906 2018-03-06 Siddhesh Poyarekar <siddhesh@sourceware.org>
14907
14908 * sysdeps/aarch64/memcmp.S (more16): Fix loop16 branch target.
14909
14910 * sysdeps/aarch64/memcmp.S: Widen comparison to 16 bytes at a
14911 time.
14912
14913 * benchtests/bench-strncmp.c (test_main): Remove 0 length tests.
14914 (do_test_limit): Likewise.
14915
14916 * benchtests/bench-strncmp.c (do_test_limit): Reallocate buffers
14917 for every implementation.
14918 (do_test): Likewise.
14919
14920 * benchtests/bench-strncmp.c: Convert output to json.
14921
14922 2018-03-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
14923
14924 * io/futimens.c: Add missing start-of-file descriptive comment.
14925 * io/utime.c: Likewise.
14926 * misc/futimesat.c: Likewise.
14927 * misc/utimes.c: Likewise.
14928 * sysdeps/mach/hurd/futimesat.c: Likewise.
14929 * sysdeps/mach/hurd/utimes.c: Likewise.
14930 * sysdeps/posix/utime.c: Likewise.
14931 * sysdeps/posix/utimes.c: Likewise.
14932 * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
14933 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
14934 * sysdeps/unix/sysv/linux/generic/utimes.c: Likewise.
14935 * sysdeps/unix/sysv/linux/utimes.c: Likewise.
14936
14937 2018-03-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
14938
14939 * sysdeps/mach/hurd/utime-helper.c (hurd_futimens): Rename function to
14940 hurd_futimes.
14941 * sysdeps/mach/hurd/utimes.c (__utimes): Update call accordingly.
14942 * sysdeps/mach/hurd/lutimes.c (__lutimes): Likewise.
14943 * sysdeps/mach/hurd/futimens.c: Include "utime-helper.c".
14944 (__futimens): Move implementation to...
14945 * sysdeps/mach/hurd/utime-helper.c (utime_ts_from_tspec,
14946 utime_tvalue_from_tspec): ... new helper functions.
14947 (hurd_futimens): New function.
14948 * sysdeps/mach/hurd/futimesat.c: New file.
14949 * sysdeps/mach/hurd/utimensat.c: New file.
14950
14951 2018-03-05 Flávio Cruz <flaviocruz@gmail.com>
14952
14953 * sysdeps/mach/hurd/bits/stat.h [__USE_ATFILE] (UTIME_NOW,
14954 UTIME_OMIT): New macros.
14955 * sysdeps/mach/hurd/futimens.c (__futimens): Try to use __file_utimens
14956 before reverting to converting time spec to time value and calling
14957 __file_utimes.
14958 * sysdeps/mach/hurd/utime-helper.c: New file.
14959 * sysdeps/mach/hurd/futimes.c: Include "utime-helper.c".
14960 (__futimes): Try to use utime_ts_from_tval and __file_utimens before
14961 reverting to utime_tvalue_from_tval and __file_utimes.
14962 * sysdeps/mach/hurd/lutimes.c: Include "utime-helper.c".
14963 (__lutimes): Just call hurd_futimens after lookup.
14964 * sysdeps/mach/hurd/utimes.c: Likewise.
14965
14966 2018-03-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
14967
14968 * bits/sigaction.h: Add include guard.
14969 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
14970 * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
14971 * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: Likewise.
14972 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: Likewise.
14973 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
14974 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Likewise.
14975 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
14976 * sysdeps/unix/sysv/linux/tile/bits/sigaction.h: Likewise.
14977 * hurd/hurd/signal.h: Include <bits/sigaction.h>.
14978
14979 2018-03-05 Joseph Myers <joseph@codesourcery.com>
14980
14981 * iconv/loop.c (UNICODE_TAG_HANDLER): Disable
14982 -Wmaybe-uninitialized for -Os.
14983 * sysdeps/s390/multiarch/8bit-generic.c (BODY): Add comment about
14984 this disabling.
14985
14986 2018-03-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
14987
14988 * bits/dirent.h (__INO_T_MATCHES_INO64_T): Define regardless whether
14989 __INO_T_MATCHES_INO64_T is defined.
14990 * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
14991 * dirent/alphasort.c: Check _DIRENT_MATCHES_DIRENT64 value instead
14992 of definition.
14993 * dirent/alphasort64.c: Likewise.
14994 * dirent/scandir.c: Likewise.
14995 * dirent/scandir64-tail.c: Likewise.
14996 * dirent/scandir64.c: Likewise.
14997 * dirent/scandirat.c: Likewise.
14998 * dirent/scandirat64.c: Likewise.
14999 * dirent/versionsort.c: Likewise.
15000 * dirent/versionsort64.c: Likewise.
15001 * include/dirent.h: Likewise.
15002
15003 * nptl/tst-cancel4-common.h (set_socket_buffer): New function.
15004 * nptl/tst-cancel4-common.c (do_test): Call set_socket_buffer
15005 for socketpair endpoint.
15006 * nptl/tst-cancel4.c (tf_send): Call set_socket_buffer and use
15007 WRITE_BUFFER_SIZE as buffer size for sending socket.
15008 (tf_sendto): Use SOCK_STREAM instead of SOCK_DGRAM and fix an
15009 issue on system where send is implemented with sendto syscall.
15010 * sysdeps/unix/sysv/linux/mips/mips64/Makefile [$(subdir) = socket]
15011 (CFLAGS-recv.c, CFLAGS-send.c): Remove rules.
15012 [$(subdir) = nptl] (CFLAGS-recv.c, CFLAGS-send.c): Likewise.
15013 * sysdeps/unix/sysv/linux/riscv/rv64/Makefile: Remove file.
15014
15015 [BZ #21269]
15016 * sysdeps/unix/sysv/linux/i386/Makefile (tests): Add tst-bz21269.
15017 * sysdeps/unix/sysv/linux/i386/sigaction.c (SET_SA_RESTORER): Clear
15018 sa_restorer for vDSO case.
15019 * sysdeps/unix/sysv/linux/i386/tst-bz21269.c: New file.
15020
15021 2018-03-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
15022
15023 * scripts/check-installed-headers.sh: Ignore Hurd and Mach headers.
15024 * hurd/hurd/id.h: Include <hurd/hurd_types.h>
15025 * hurd/hurd/ioctl.h: Include <mach/port.h>
15026 * hurd/hurd/lookup.h: Include <hurd/hurd_types.h>
15027 * mach/Makefile ($(objpfx)mach-shortcuts.h): Make it include
15028 <mach/mach_types.h> and <mach/message.h>.
15029 (headers): Move mach/param.h to bits/mach/param.h.
15030 * sysdeps/mach/i386/mach/param.h: Move file to ...
15031 * sysdeps/mach/i386/bits/mach/param.h: ... here. Update path in #error.
15032 * sysdeps/mach/hurd/bits/param.h: Include <bits/mach/param.h> instead
15033 of <mach/param.h>.
15034 * hurd/hurd/port.h: Do not include <hurd/signal.h>.
15035 * hurd/hurd/userlink.h [!defined __USE_EXTERN_INLINES ||
15036 !defined _LIBC || !IS_IN (libc)]: Do not include <hurd/signal.h>.
15037 * hurd/hurd/fd.h (_hurd_fd_error): Fix struct initializer to be
15038 trivial, for C++ conformity.
15039 * sysdeps/mach/hurd/dl-sysdep.c: Include <mach/machine/vm_param.h>.
15040 * mach/Machrules ($(patsubst %,$(objpfx)%.h,$(user-interfaces)):
15041 Process mig output through $(migheadersed).
15042 * hurd/Makefile (migheadersed): Define variable.
15043 * mach/mach/mig_support.h [defined __USE_GNU]: Do not #error out.
15044 * scripts/check-installed-headers.sh: Do not ignore Hurd and Mach
15045 headers.
15046 * hurd/hurd.h: Include <bits/types/sigset_t.h>
15047 * hurd/hurd/fd.h: Include <sys/select.h> and <bits/types/sigset_t.h>
15048 (_hurd_fd_read, _hurd_fd_write): Use __loff_t instead of loff_t.
15049 * hurd/hurd/signal.h: Include <bits/types/stack_t.h> and
15050 <bits/types/sigset_t.h>.
15051 [!defined __USE_GNU]: Do not #error out.
15052 (struct hurd_sigstate): Use _NSIG instead of NSIG.
15053 * hurd/hurd/sigpreempt.h (__need_size_t): Define.
15054 Include <stddef.h> and <bits/types/sigset_t.h>
15055 (struct hurd_signal_preemptor, hurd_catch_signal): Use __sighandler_t
15056 instead of sighandler_t.
15057 * stdlib/errno.h (error_t): Move definition to...
15058 * bits/types/error_t.h: ... new header.
15059 * stdlib/Makefile (headers): Add bits/types/error_t.h.
15060 * sysdeps/mach/hurd/bits/errno.h (error_t): Move definition to...
15061 * sysdeps/mach/hurd/bits/types/error_t.h: ... new header.
15062 * sysdeps/mach/hurd/errnos.awk (error_t): Likewise.
15063 * hurd/hurd.h: Include <bits/types/error_t.h>
15064 * hurd/hurd/fd.h: Include <bits/types/error_t.h>
15065 * hurd/hurd/id.h: Include <errno.h> and <bits/types/error_t.h>
15066 * hurd/hurd/lookup.h: Include <errno.h> and <bits/types/error_t.h>
15067 * hurd/hurd/resource.h: Include <bits/types/error_t.h>
15068 * hurd/hurd/signal.h: Include <bits/types/error_t.h>
15069 * hurd/hurd/sigpreempt.h: Include <bits/types/error_t.h>
15070 * sysdeps/mach/hurd/futimens.c: New file.
15071
15072 2018-03-03 Andreas Schwab <schwab@linux-m68k.org>
15073
15074 [BZ #22918]
15075 * nss/nsswitch.h (DEFINE_DATABASE): Don't define __nss_*_database.
15076 * nss/nsswitch.c (DEFINE_DATABASE): Define __nss_*_database here.
15077 * nscd/gai.c (__nss_hosts_database): Readd definition.
15078 * posix/tst-rfc3484.c (__nss_hosts_database): Likewise.
15079 * posix/tst-rfc3484-3.c (__nss_hosts_database): Likewise.
15080 * posix/tst-rfc3484-2.c (__nss_hosts_database): Likewise.
15081
15082 2018-03-02 Joseph Myers <joseph@codesourcery.com>
15083
15084 * sysdeps/powerpc/ifunc-sel.h (ifunc_sel): Make always_inline.
15085 (ifunc_one): Likewise.
15086
15087 2018-03-01 DJ Delorie <dj@delorie.com>
15088
15089 [BZ #22342]
15090 * nscd/netgroupcache.c (addinnetgrX): Include trailing NUL in
15091 key value.
15092
15093 2018-03-01 Maciej W. Rozycki <macro@mips.com>
15094
15095 * nptl_db/td_ta_thr_iter.c (iterate_thread_list): Remove
15096 `match_pid' parameter.
15097 (td_ta_thr_iter): Update accordingly.
15098
15099 2018-03-01 Florian Weimer <fweimer@redhat.com>
15100
15101 * nptl/Makefile (install-lib-ldscripts): Remove.
15102 (install): Remove rule.
15103 ($(inst_libdir)/libpthread.so): Likewise.
15104
15105 2018-03-01 Mike FABIAN <mfabian@redhat.com>
15106
15107 [BZ #22896]
15108 * localedata/locales/an_ES: update month and day names,
15109 improve d_fmt, improve postal_fmt, add country_post,
15110 add country_isbn
15111
15112 2018-03-01 Mike FABIAN <mfabian@redhat.com>
15113
15114 * localedata/locales/bg_BG (LC_COLLATE): The comment mentioned
15115 Ukrainian instead of Bulgarian.
15116
15117 2018-03-01 Florian Weimer <fweimer@redhat.com>
15118
15119 * nptl/Makefile (libpthread.so): Drop libpthread_nonshared.a
15120 reference.
15121
15122 2018-03-01 Florian Weimer <fweimer@redhat.com>
15123
15124 Move pthread_atfork to libc. Remove libpthread_nonshared.a.
15125 * nptl/Makefile (routines): Add pthread_atfork.
15126 (static-only-routines): Set to pthread_atfork.
15127 (libpthread-routines): Remove pthread_atfork.
15128 (libpthread-static-only-routines): Remove.
15129 (install): Update comment.
15130 (libpthread.so): Do not install libpthread_nonshared.a.
15131 (tests): Do not link with libpthread_nonshared.a.
15132 (generated): Remove libpthread_nonshared.a.
15133 * nptl/pthread_atfork.c (pthread_atfork): Turn into weak alias.
15134 * sysdeps/nptl/Makeconfig (shared-thread-library): Do not link
15135 with libpthread_nonshared.a.
15136
15137 2018-02-28 Joseph Myers <joseph@codesourcery.com>
15138
15139 [BZ #22902]
15140 * sysdeps/i386/fpu/fenv_private.h [!__x86_64__]
15141 (libc_feholdexcept_setroundf128): New macro.
15142 [!__x86_64__] (libc_feupdateenv_testf128): Likewise.
15143
15144 [BZ #15105]
15145 * sysdeps/wordsize-32/strtoumax.c (strtoumax): Use
15146 libc_hidden_def.
15147 * sysdeps/wordsize-64/strtoumax.c (strtoumax): Likewise.
15148 * include/inttypes.h: New file.
15149
15150 2018-02-27 Joseph Myers <joseph@codesourcery.com>
15151
15152 * locale/weightwc.h (findidx): Ignore -Wmaybe-uninitialized for
15153 -Os in two more places.
15154
15155 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15156
15157 See this bug https://sourceware.org/bugzilla/show_bug.cgi?id=22898
15158 * localedata/cmn_TW.UTF-8.in: Remove the lines which cannot
15159 be sorted correctly at the moment because of a bug.
15160
15161 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15162
15163 [BZ #22550] - es_ES locale (and other es_* locales): collation should
15164 treat ñ as a primary different character, sync the collation
15165 for Spanish with CLDR.
15166 [BZ #21547] - Tibetan script collation broken (Dzongkha and Tibetan).
15167 * localedata/Makefile: Add new test files.
15168 * localedata/lv_LV.UTF-8.in: Adapt test file to new collation order.
15169 * localedata/sv_SE.ISO-8859-1.in: Adapt test file to new
15170 collation order.
15171 * localedata/uk_UA.UTF-8.in: Adapt test file to new collation order.
15172 * localedata/am_ET.UTF-8.in: New test file.
15173 * localedata/az_AZ.UTF-8.in: Likewise.
15174 * localedata/be_BY.UTF-8.in: Likewise.
15175 * localedata/ber_DZ.UTF-8.in: Likewise.
15176 * localedata/ber_MA.UTF-8.in: Likewise.
15177 * localedata/bg_BG.UTF-8.in: Likewise.
15178 * localedata/br_FR.UTF-8.in: Likewise.
15179 * localedata/cmn_TW.UTF-8.in: Likewise.
15180 * localedata/crh_UA.UTF-8.in: Likewise.
15181 * localedata/csb_PL.UTF-8.in: Likewise.
15182 * localedata/cv_RU.UTF-8.in: Likewise.
15183 * localedata/cy_GB.UTF-8.in: Likewise.
15184 * localedata/dz_BT.UTF-8.in: Likewise.
15185 * localedata/eo.UTF-8.in: Likewise.
15186 * localedata/es_ES.UTF-8.in: Likewise.
15187 * localedata/fa_IR.UTF-8.in: Likewise.
15188 * localedata/fi_FI.UTF-8.in: Likewise.
15189 * localedata/fil_PH.UTF-8.in: Likewise.
15190 * localedata/fur_IT.UTF-8.in: Likewise.
15191 * localedata/gez_ER.UTF-8@abegede.in: Likewise.
15192 * localedata/ha_NG.UTF-8.in: Likewise.
15193 * localedata/ig_NG.UTF-8.in: Likewise.
15194 * localedata/ik_CA.UTF-8.in: Likewise.
15195 * localedata/kk_KZ.UTF-8.in: Likewise.
15196 * localedata/ku_TR.UTF-8.in: Likewise.
15197 * localedata/ky_KG.UTF-8.in: Likewise.
15198 * localedata/ln_CD.UTF-8.in: Likewise.
15199 * localedata/mi_NZ.UTF-8.in: Likewise.
15200 * localedata/ml_IN.UTF-8.in: Likewise.
15201 * localedata/mn_MN.UTF-8.in: Likewise.
15202 * localedata/mr_IN.UTF-8.in: Likewise.
15203 * localedata/mt_MT.UTF-8.in: Likewise.
15204 * localedata/nb_NO.UTF-8.in: Likewise.
15205 * localedata/om_KE.UTF-8.in: Likewise.
15206 * localedata/os_RU.UTF-8.in: Likewise.
15207 * localedata/ps_AF.UTF-8.in: Likewise.
15208 * localedata/ro_RO.UTF-8.in: Likewise.
15209 * localedata/ru_RU.UTF-8.in: Likewise.
15210 * localedata/sc_IT.UTF-8.in: Likewise.
15211 * localedata/se_NO.UTF-8.in: Likewise.
15212 * localedata/sq_AL.UTF-8.in: Likewise.
15213 * localedata/sv_SE.UTF-8.in: Likewise.
15214 * localedata/szl_PL.UTF-8.in: Likewise.
15215 * localedata/tg_TJ.UTF-8.in: Likewise.
15216 * localedata/tk_TM.UTF-8.in: Likewise.
15217 * localedata/tt_RU.UTF-8.in: Likewise.
15218 * localedata/tt_RU.UTF-8@iqtelif.in: Likewise.
15219 * localedata/ug_CN.UTF-8.in: Likewise.
15220 * localedata/uz_UZ.UTF-8.in: Likewise.
15221 * localedata/vi_VN.UTF-8.in: Likewise.
15222 * localedata/yi_US.UTF-8.in: Likewise.
15223 * localedata/yo_NG.UTF-8.in: Likewise.
15224 * localedata/zh_CN.UTF-8.in: Likewise.
15225 * localedata/locales/am_ET: Adapt collation rules to new iso14651_t1_common
15226 file and fix bugs in the collation.
15227 * localedata/locales/az_AZ: Likewise.
15228 * localedata/locales/be_BY: Likewise.
15229 * localedata/locales/ber_DZ: Likewise.
15230 * localedata/locales/ber_MA: Likewise.
15231 * localedata/locales/bg_BG: Likewise.
15232 * localedata/locales/br_FR: Likewise.
15233 * localedata/locales/br_FR@euro: Likewise.
15234 * localedata/locales/ca_ES: Likewise.
15235 * localedata/locales/cns11643_stroke: Likewise.
15236 * localedata/locales/crh_UA: Likewise.
15237 * localedata/locales/cs_CZ: Likewise.
15238 * localedata/locales/csb_PL: Likewise.
15239 * localedata/locales/cv_RU: Likewise.
15240 * localedata/locales/cy_GB: Likewise.
15241 * localedata/locales/da_DK: Likewise.
15242 * localedata/locales/dz_BT: Likewise.
15243 * localedata/locales/en_CA: Likewise.
15244 * localedata/locales/eo: Likewise.
15245 * localedata/locales/es_CU: Likewise.
15246 * localedata/locales/es_EC: Likewise.
15247 * localedata/locales/es_ES: Likewise.
15248 * localedata/locales/es_US: Likewise.
15249 * localedata/locales/et_EE: Likewise.
15250 * localedata/locales/fa_IR: Likewise.
15251 * localedata/locales/fi_FI: Likewise.
15252 * localedata/locales/fil_PH: Likewise.
15253 * localedata/locales/fur_IT: Likewise.
15254 * localedata/locales/gez_ER@abegede: Likewise.
15255 * localedata/locales/ha_NG: Likewise.
15256 * localedata/locales/hr_HR: Likewise.
15257 * localedata/locales/hsb_DE: Likewise.
15258 * localedata/locales/hu_HU: Likewise.
15259 * localedata/locales/ig_NG: Likewise.
15260 * localedata/locales/ik_CA: Likewise.
15261 * localedata/locales/is_IS: Likewise.
15262 * localedata/locales/iso14651_t1_pinyin: Likewise.
15263 * localedata/locales/kk_KZ: Likewise.
15264 * localedata/locales/ku_TR: Likewise.
15265 * localedata/locales/ky_KG: Likewise.
15266 * localedata/locales/ln_CD: Likewise.
15267 * localedata/locales/lt_LT: Likewise.
15268 * localedata/locales/lv_LV: Likewise.
15269 * localedata/locales/mi_NZ: Likewise.
15270 * localedata/locales/ml_IN: Likewise.
15271 * localedata/locales/mn_MN: Likewise.
15272 * localedata/locales/mr_IN: Likewise.
15273 * localedata/locales/mt_MT: Likewise.
15274 * localedata/locales/nb_NO: Likewise.
15275 * localedata/locales/om_KE: Likewise.
15276 * localedata/locales/os_RU: Likewise.
15277 * localedata/locales/pl_PL: Likewise.
15278 * localedata/locales/ps_AF: Likewise.
15279 * localedata/locales/ro_RO: Likewise.
15280 * localedata/locales/ru_RU: Likewise.
15281 * localedata/locales/ru_UA: Likewise.
15282 * localedata/locales/sc_IT: Likewise.
15283 * localedata/locales/se_NO: Likewise.
15284 * localedata/locales/si_LK: Likewise.
15285 * localedata/locales/sq_AL: Likewise.
15286 * localedata/locales/sv_FI: Likewise.
15287 * localedata/locales/sv_FI@euro: Likewise.
15288 * localedata/locales/sv_SE: Likewise.
15289 * localedata/locales/szl_PL: Likewise.
15290 * localedata/locales/tg_TJ: Likewise.
15291 * localedata/locales/ti_ER: Likewise.
15292 * localedata/locales/tk_TM: Likewise.
15293 * localedata/locales/tl_PH: Likewise.
15294 * localedata/locales/tr_TR: Likewise.
15295 * localedata/locales/tt_RU: Likewise.
15296 * localedata/locales/tt_RU@iqtelif: Likewise.
15297 * localedata/locales/ug_CN: Likewise.
15298 * localedata/locales/uk_UA: Likewise.
15299 * localedata/locales/uz_UZ: Likewise.
15300 * localedata/locales/uz_UZ@cyrillic: Likewise.
15301 * localedata/locales/vi_VN: Likewise.
15302 * localedata/locales/yi_US: Likewise.
15303 * localedata/locales/yo_NG: Likewise.
15304
15305 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15306
15307 * gen-locales.mk: Make test files which contain @ modifiers in their
15308 name work.
15309 * localedata/gen-locale.sh: Likewise.
15310
15311 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15312
15313 * posix/tst-fnmatch.input: Fix results for range expressions
15314 for non C locales.
15315 * posix/tst-regexloc.c: Do not use a range expression for
15316 de_DE.ISO-8859-1 locale.
15317
15318 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15319
15320 * posix/bug-regex5.c: Fix test case because with the new
15321 iso14651_t1_common file, the da_DK locale now has 6 collating elements
15322 in the ISO-8859-1 range instead of 4 with the old iso14651_t1_common
15323 file.
15324
15325 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15326
15327 * localedata/da_DK.ISO-8859-1.in: In the new iso14651_t1_common file
15328 downloaded from ISO, the collation order of @-. and space has changed.
15329 Therefore, this test file needed to be adapted.
15330 * localedata/fr_CA.UTF-8.in: Likewise.
15331 * localedata/fr_FR.UTF-8.in: Likewise.
15332 * localedata/uk_UA.UTF-8.in: Likewise.
15333
15334 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15335
15336 * localedata/cs_CZ.UTF-8.in: adapt this test file to the collation
15337 order of ȥ in the new iso14651_t1_common file.
15338 * localedata/pl_PL.UTF-8.in: Likewise.
15339
15340 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15341
15342 * localedata/locales/iso14651_t1_common: Add sections for various
15343 scripts to the iso14651_t1_common file.
15344
15345 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15346
15347 * localedata/locales/iso14651_t1_common: Use the code point of a
15348 character in the fourth collation level instead of IGNORE for all
15349 entries which have IGNORE on all 4 levels.
15350
15351 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15352
15353 * localedata/locales/iso14651_t1_common: Add some convenient collation
15354 symbols like <AFTER-A>, <BEFORE-A> to make tailoring easier using
15355 rules similar to those in CLDR.
15356
15357 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15358
15359 * localedata/locales/iso14651_t1_common: The new version of this
15360 file downloaded from ISO contained several syntax errors which
15361 are fixed by this patch.
15362
15363 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15364
15365 * localedata/locales/iso14651_t1_common: replace all <U.....>
15366 with <U000.....> because glibc understands only 4 digit or 8 digit
15367
15368 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15369
15370 * localedata/locales/iso14651_t1_common: Necessary changes
15371 to make the file downloaded from ISO usable by glibc.
15372
15373 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15374
15375 [BZ #14095]
15376 * localedata/locales/iso14651_t1_common: Update file to
15377 latest version from ISO (ISO14651_2016_TABLE1_en.txt).
15378
15379 2018-02-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
15380
15381 * sysdeps/pthread/timer_routines.c: Include <timer_routines.h> instead
15382 of <nptl/pthreadP.h>
15383 (thread_attr_compare): Move function to...
15384 [!defined DELAYTIMER_MAX] (DELAYTIMER_MAX): Define to INT_MAX.
15385 * sysdeps/nptl/timer_routines.h: ... new header.
15386 * sysdeps/mach/hurd/gai_misc.h: New file.
15387
15388 2018-02-26 Joseph Myers <joseph@codesourcery.com>
15389
15390 * string/strcoll_l.c: Include <libc-diag.h>.
15391 (STRCOLL): Ignore -Wmaybe-uninitialized for -Os around
15392 declarations of seq1 and seq2.
15393
15394 [BZ #15105]
15395 * stdlib/atoi.c (atoi): Use libc_hidden_def.
15396 * include/stdlib.h [!_ISOMAC] (atoi): Use libc_hidden_proto.
15397
15398 2018-02-26 Dmitry V. Levin <ldv@altlinux.org>
15399
15400 [BZ #22433]
15401 [BZ #22807]
15402 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (__ptrace_request): Add
15403 PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS,
15404 PTRACE_GETVRREGS, PTRACE_SETVRREGS, PTRACE_GETEVRREGS,
15405 PTRACE_SETEVRREGS, PTRACE_GETREGS64, PTRACE_SETREGS64,
15406 PTRACE_GET_DEBUGREG, PTRACE_SET_DEBUGREG, PTRACE_GETVSRREGS,
15407 PTRACE_SETVSRREGS, and PTRACE_SINGLEBLOCK.
15408
15409 2018-02-26 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
15410
15411 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Undefine Linux
15412 macros used in __ptrace_request.
15413
15414 2018-02-23 H.J. Lu <hongjiu.lu@intel.com>
15415
15416 [BZ #22792]
15417 * Makerules ($(common-objpfx)%.h): Pass -DGEN_AS_CONST_HEADERS
15418 to $(CC).
15419 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Include
15420 <tcb-offsets.h> only if GEN_AS_CONST_HEADERS isn't defined.
15421 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Don't include
15422 <tcb-offsets.h>.
15423
15424 2018-02-23 Joseph Myers <joseph@codesourcery.com>
15425
15426 [BZ #15105]
15427 * ctype/ctype.c (tolower): Use libc_hidden_def.
15428 (toupper): Likewise.
15429 * include/ctype.h [!_ISOMAC] (tolower): Use libc_hidden_proto.
15430 [!_ISOMAC] (toupper): Likewise.
15431
15432 2018-02-23 Mike FABIAN <mfabian@redhat.com>
15433
15434 * localedata/Makefile: Remove --quiet argument when
15435 installing locales
15436
15437 2018-02-23 Mike FABIAN <mfabian@redhat.com>
15438
15439 [BZ #17438]
15440 * localedata/locales/pt_BR (LC_TIME): use / instead of -
15441 in d_fmt.
15442 * localedata/locales/pt_PT (LC_TIME): likewise
15443
15444 2018-02-23 Mike FABIAN <mfabian@redhat.com>
15445
15446 [BZ #22646]
15447 * localedata/locales/es_CL (LC_TIME): copy "es_BO".
15448 * localedata/locales/es_CU (LC_TIME): copy "es_BO".
15449 * localedata/locales/es_EC (LC_TIME): copy "es_BO".
15450
15451 2018-02-22 Adhemerval Zanella <adhemerval.zanella@linaro.org>
15452
15453 * sysdeps/sparc/fpu/libm-test-ulps: Update.
15454
15455 * nptl/Makefile (routines): Remove unregister-atfork.
15456 * nptl/register-atfork.c (fork_handler_pool): Remove variable.
15457 (fork_handler_alloc): Remove function.
15458 (fork_handlers, fork_handler_init): New variables.
15459 (__fork_lock): Rename to atfork_lock.
15460 (__register_atfork, __unregister_atfork, libc_freeres_fn): Rewrite
15461 to use a dynamic array to add/remove atfork handlers.
15462 * sysdeps/nptl/fork.c (__libc_fork): Likewise.
15463 * sysdeps/nptl/fork.h (__fork_lock, __fork_handlers, __linkin_atfork):
15464 Remove declaration.
15465 (fork_handler): Remove next, refcntr, and need_signal member.
15466 (__run_fork_handler_type): New enum.
15467 (__run_fork_handlers): New prototype.
15468 * nptl/register-atfork.c: Remove file.
15469 * sysdeps/nptl/libc-lockP.h (__libc_atfork): Remove declaration.
15470
15471 * sysdeps/nptl/nptl-signals.h: Move to ...
15472 * sysdeps/generic/internal-signals.h: ... here. Adjust internal
15473 comments.
15474 * sysdeps/unix/sysv/linux/internal-signals.h: Add include guards.
15475 (__nptl_is_internal_signal): Rename to __is_internal_signal and remove
15476 unnecessary check for SIGTIMER.
15477 (__nptl_clear_internal_signals): Rename to __clear_internal_signals and
15478 remove unnecessary removal of SIGTIMER.
15479 * sysdeps/unix/sysv/linux/raise.c: Adjust nptl-signal.h to
15480 include-signals.h rename.
15481 * nptl/pthreadP.h: Likewise.
15482 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Call
15483 __is_internal_signal instead of __nptl_is_internal_signal.
15484
15485 2018-02-22 Andrew Waterman <andrew@sifive.com>
15486
15487 [BZ # 22884]
15488 * sysdeps/riscv/rvd/s_fmax.c (__fmax): Handle sNaNs correctly.
15489 * sysdeps/riscv/rvd/s_fmin.c (__fmin): Likewise.
15490 * sysdeps/riscv/rvf/s_fmaxf.c (__fmaxf): Likewise.
15491 * sysdeps/riscv/rvf/s_fminf.c (__fminf): Likewise.
15492
15493 2018-02-22 DJ Delorie <dj@delorie.com>
15494
15495 * sysdeps/riscv/tls-macros.h: Do not initialize $gp.
15496
15497 2018-02-22 Siddhesh Poyarekar <siddhesh@sourceware.org>
15498
15499 * sysdeps/aarch64/strcmp.S (do_misaligned): Jump back to
15500 do_misaligned, not misaligned8.
15501
15502 2018-02-22 Steve Ellcey <sellcey@cavium.com>
15503
15504 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines):
15505 Add memcpy_thunderx2.
15506 * sysdeps/aarch64/multiarch/ifunc-impl-list.c (MAX_IFUNC):
15507 Increment to 4.
15508 (__libc_ifunc_impl_list): Add __memcpy_thunderx2.
15509 * sysdeps/aarch64/multiarch/memcpy.c (libc_ifunc): Add IS_THUNDERX2
15510 and IS_THUNDERX2PA checks.
15511 * sysdeps/aarch64/multiarch/memcpy_thunderx.S (USE_THUNDERX2):
15512 Use macro to set name appropriately.
15513 (memcpy): Use USE_THUNDERX2 macro to modify prefetches.
15514 * sysdeps/aarch64/multiarch/memcpy_thunderx2.S: New file.
15515 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_THUNDERX2PA):
15516 New macro.
15517 (IS_THUNDERX2): New macro.
15518
15519 2018-02-22 Stefan Liebler <stli@linux.vnet.ibm.com>
15520
15521 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
15522
15523 2018-02-21 Zack Weinberg <zackw@panix.com>
15524
15525 * libio/libio.h (_IO_pos_BAD, _IO_pos_0, _IO_pos_adjust):
15526 Define here, unconditionally.
15527 * libio/iolibio.h (_IO_pos_BAD): Don't define here.
15528 * libio/libioP.h: Remove #if 0 blocks.
15529 (_IO_pos_BAD, _IO_pos_0, _IO_pos_adjust): Don't define here.
15530 (_IO_va_start, COERCE_FILE, MAYBE_SET_EINVAL): Don't define.
15531 (CHECK_FILE): Don't use MAYBE_SET_EINVAL or COERCE_FILE. Fix style.
15532
15533 * libio/clearerr.c, libio/fputc.c, libio/getchar.c:
15534 Assume weak_alias is always defined.
15535
15536 * libio/fileops.c, libio/genops.c, libio/oldfileops.c
15537 * libio/oldpclose.c, libio/pclose.c, libio/wfileops.c:
15538 Remove #if 0 and #ifdef TODO blocks.
15539 Assume text_set_element is always defined.
15540
15541 * libio/iofdopen.c, libio/iogetdelim.c, libio/oldiofdopen.c
15542 Use __set_errno (EINVAL) instead of MAYBE_SET_EINVAL.
15543 * libio/tst-mmap-eofsync.c: Make #if 1 block unconditional.
15544
15545 * libio/libio.h (_IOS_ATEND, _IOS_APPEND, _IOS_TRUNC)
15546 (_IOS_NOCREATE, _IOS_NOREPLACE, _IOS_BIN, _OLD_STDIO_MAGIC)
15547 (_IO_SKIPWS, _IO_LEFT, _IO_RIGHT, _IO_INTERNAL, _IO_DEC)
15548 (_IO_OCT, _IO_HEX, _IO_SHOWBASE, _IO_SHOWPOINT, _IO_UPPERCASE)
15549 (_IO_SHOWPOS, _IO_SCIENTIFIC, _IO_FIXED, _IO_UNITBUF, _IO_STDIO)
15550 (_IO_DONT_CLOSE, _IO_BOOLALPHA, _IO_BAD_SEEN): Remove, unused.
15551 Reformat bit flags for _flags field to make occupancy clearer.
15552 Update commentary.
15553 * libio/bits/types/struct_FILE.h (_IO_EOF_SEEN, _IO_ERR_SEEN):
15554 Keep definitions consistent with those in libio/libio.h.
15555
15556 * libio/libio.h (_IO_file_flags): Remove macro.
15557 All uses changed to _flags.
15558
15559 * libio/libio.h (_IO_UNIFIED_JUMPTABLES, _STDIO_USES_IOSTREAM)
15560 (__HAVE_COLUMN, _IO_BE): Don't define.
15561 (_IO_peekc_unlocked, _IO_getwc_unlocked, _IO_putwc_unlocked)
15562 (_IO_fwide_maybe_incompatible): Use __glibc_unlikely.
15563 * libio/libioP.h (EOF): Don't define.
15564 * libio/iofdopen.c, libio/iofopen.c, libio/iopopen.c
15565 * libio/iovdprintf.c, libio/oldiofdopen.c, libio/oldiofopen.c
15566 * libio/oldiopopen.c, debug/vdprintf_chk.c: Remove #if block
15567 testing _IO_UNIFIED_JUMPTABLES.
15568
15569 * libio/libio.h (_IO_FILE): Delete; all uses changed to FILE.
15570 (_IO_fpos_t): Delete; all uses changed to __fpos_t.
15571 (_IO_fpos64_t): Delete; all uses changed to __fpos64_t.
15572 (_IO_size_t): Delete; all uses changed to size_t.
15573 (_IO_ssize_t): Delete; all uses changed to ssize_t or __ssize_t.
15574 (_IO_off_t): Delete; all uses changed to off_t.
15575 (_IO_off64_t): Delete; all uses changed to off64_t.
15576 (_IO_pid_t): Delete; all uses changed to pid_t.
15577 (_IO_uid_t): Delete; all uses changed to uid_t.
15578 (_IO_wint_t): Delete; all uses changed to wint_t.
15579 (_IO_va_list): Delete; all uses changed to va_list or __gnuc_va_list.
15580 (_IO_BUFSIZ): Delete; all uses changed to BUFSIZ.
15581 (_IO_cookie_io_functions_t): Delete; all uses changed to
15582 cookie_io_functions_t.
15583 (__io_read_fn): Delete; all uses changed to cookie_read_function_t.
15584 (__io_write_fn): Delete; all uses changed to cookie_write_function_t.
15585 (__io_seek_fn): Delete; all uses changed to cookie_seek_function_t.
15586 (__io_close_fn): Delete: all uses changed to cookie_close_function_t.
15587
15588 * libio/iofopncook.c: Remove unnecessary forward declarations.
15589 * libio/iolibio.h: Correct outdated commentary.
15590 * malloc/malloc.c (__malloc_stats): Remove unnecessary casts.
15591 * stdio-common/fxprintf.c (__fxprintf_nocancel):
15592 Remove unnecessary casts.
15593 * stdio-common/getline.c: Use _IO_getdelim directly.
15594 Don't redefine ssize_t.
15595 * stdio-common/printf_fp.c, stdio_common/printf_fphex.c
15596 * stdio-common/printf_size.c: Don't redefine size_t or FILE.
15597 Remove outdated comments.
15598 * stdio-common/vfscanf.c: Don't redefine va_list.
15599
15600 * libio/iolibio.h, libio/libioP.h: Remove extern "C".
15601 * libio/libio.h: Remove __BEGIN_DECLS and __END_DECLS.
15602 Remove preprocessor conditionals on _LIBC and __USE_GNU,
15603 which are always true, and __cplusplus, which is always false.
15604
15605 2018-02-21 Joseph Myers <joseph@codesourcery.com>
15606
15607 [BZ #15105]
15608 [BZ #19463]
15609 * libio/fputc_u.c (fputc_unlocked): Use libc_hidden_def.
15610 * libio/putc_u.c (putc_unlocked): Rename to __putc_unlocked and
15611 define as weak alias of __putc_unlocked. Use libc_hidden_weak.
15612 * include/stdio.h [!_ISOMAC] (fputc_unlocked): Use
15613 libc_hidden_proto.
15614 [!_ISOMAC] (putc_unlocked): Likewise.
15615 [!_ISOMAC] (__putc_unlocked): Declare as hidden function, and
15616 define inline if [__USE_EXTERN_INLINES].
15617 * misc/syslog.c (__vsyslog_chk): Call __putc_unlocked instead of
15618 putc_unlocked.
15619
15620 [BZ #15105]
15621 [BZ #19463]
15622 * libio/getc_u.c (getc_unlocked): Use libc_hidden_weak.
15623 * include/stdio.h [!_ISOMAC] (__getc_unlocked): Use
15624 attribute_hidden, and define inline if [__USE_EXTERN_INLINES].
15625 [!_ISOMAC] (getc_unlocked): Use libc_hidden_proto.
15626 * misc/getttyent.c (__getttyent): Call __getc_unlocked instead of
15627 getc_unlocked.
15628 * time/tzfile.c (__tzfile_read): Likewise.
15629
15630 2018-02-21 Mike FABIAN <mfabian@redhat.com>
15631
15632 [BZ #22517]
15633 * localedata/locales/et_EE (LC_COLLATE): add missing “reorder-end”
15634
15635 2018-02-21 Rical Jasan <ricaljasan@pacific.net>
15636
15637 * io/fcntl.h: Fix a typo in a comment.
15638
15639 2018-02-21 Rical Jasan <ricaljasan@pacific.net>
15640
15641 [BZ #22862]
15642 * include/features.h: Add _ISOC11_SOURCE to test for whether to
15643 define _DEFAULT_SOURCE.
15644 * manual/creature.texi (_DEFAULT_SOURCE): Improve documentation.
15645
15646 2018-02-21 Florian Weimer <fweimer@redhat.com>
15647
15648 [BZ #20890]
15649 * elf/cache.c (save_cache): Call fsync on temporary file before
15650 renaming it.
15651 (save_aux_cache): Call fdatasync on temporary file before renaming
15652 it.
15653
15654 2018-02-21 Florian Weimer <fweimer@redhat.com>
15655
15656 [BZ #22787]
15657 * include/caller.h: Remove file.
15658 * elf/dl-caller.c: Likewise.
15659 * elf/Makefile (dl-routines): Remove dl-caller.
15660 (shared-only-routines): Do not add dl-caller.
15661 * elf/dl-load.c (_dl_map_object_from_fd): Do not call
15662 __check_caller.
15663 * elf/dl-open.c (struct dl_open_args): Remove caller_dl_open
15664 member.
15665 (dl_open_worker): Do not call __check_caller.
15666 (_dl_open): Do not set caller_dl_open member.
15667 * elf/rtld.c (_rtld_global_ro): Do not initialize
15668 _dl_check_caller member.
15669 * sysdeps/generic/ldsodefs.h (rtld_global): Remove
15670 _dl_check_caller member.
15671 (_dl_check_caller): Remove declaration.
15672 * sysdeps/unix/sysv/linux/dl-execstack.c
15673 (_dl_make_stack_executable): Do not call __check_caller.
15674
15675 2018-02-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
15676
15677 * sysdeps/mach/hurd/dl-sysdep.c (_dl_random): New variable.
15678 * sysdeps/mach/hurd/sysdep-cancel.h: New file.
15679
15680 2018-02-20 Rical Jasan <ricaljasan@pacific.net>
15681
15682 * manual/creature.texi (_ISOC99_SOURCE): Update the dated
15683 description.
15684
15685 2018-02-20 Rical Jasan <ricaljasan@pacific.net>
15686
15687 [BZ #16335]
15688 * manual/creature.texi (_POSIX_C_SOURCE): Document special values
15689 of 199606L, 200112L, and 200809L.
15690 (_XOPEN_SOURCE): Document special values of 600 and 700.
15691 (_ISOC11_SOURCE): Document macro.
15692 (_ATFILE_SOURCE): Likewise.
15693 (_FORTIFY_SOURCE): Likewise.
15694
15695 2018-02-19 Joseph Myers <joseph@codesourcery.com>
15696
15697 [BZ #15105]
15698 [BZ #19463]
15699 * libio/ferror_u.c (ferror_unlocked): Rename to __ferror_unlocked
15700 and define as weak alias of __ferror_unlocked. Use
15701 libc_hidden_weak.
15702 * include/stdio.h [!_ISOMAC] (ferror_unlocked): Use
15703 libc_hidden_proto.
15704 [!_ISOMAC] (__ferror_unlocked) New declaration, and inline
15705 function if [__USE_EXTERN_INLINES].
15706 * time/getdate.c (__getdate_r): Call __ferror_unlocked instead of
15707 ferror_unlocked.
15708
15709 2018-02-19 Rical Jasan <ricaljasan@pacific.net>
15710
15711 [BZ #6889]
15712 * manual/filesys.texi (get_current_dir_name): Clarify behaviour.
15713
15714 2018-02-18 Aurelien Jarno <aurelien@aurel32.net>
15715
15716 [BZ #22818]
15717 * posix/tst-glob_lstat_compat.c [__alpha__] (glob): Access
15718 the GLIBC_2.1 version.
15719
15720 2018-02-18 Aurelien Jarno <aurelien@aurel32.net>
15721
15722 [BZ #21508]
15723 * catgets/xopen-msg.awk: Ignore POT-Creation-Date line.
15724 * intl/Makefile ($(objpfx)tst-gettext-de.po): Generate
15725 intl/tst-gettext-de.po from po/de.po by removing the
15726 POT-Creation-Date line.
15727 ($(objpfx)msgs.h): Depend on $(objpfx)tst-gettext-de.po instead of
15728 ../po/de.po.
15729 * intl/tst-gettext.sh: Use ${objpfx}tst-gettext-de.po instead of
15730 ../po/de.po.
15731
15732 2018-02-17 Samuel Thibault <samuel.thibault@ens-lyon.org>
15733
15734 * mach/Makefile (headers): Add mach/param.h.
15735 * sysdeps/mach/hurd/bits/param.h: Include <mach/param.h>.
15736 * sysdeps/mach/i386/mach/param.h: New file, defines EXEC_PAGESIZE
15737 * sysdeps/mach/hurd/ptsname.c: Include <sys/stat.h>.
15738 (__ptsname_r): Move implementation to...
15739 (__ptsname_internal): ... new function. Add filling the STP
15740 structure.
15741
15742 2018-02-17 John David Anglin <danglin@gcc.gnu.org>
15743
15744 * sysdeps/hppa/fpu/libm-test-ulps (pow): Increase double and
15745 idouble to 1 ULP.
15746
15747 2018-02-16 Rical Jasan <ricaljasan@pacific.net>
15748
15749 * manual/platform.texi (__riscv_flush_icache): Fix @deftypefun
15750 syntax.
15751
15752 2018-02-16 Stefan Liebler <stli@linux.vnet.ibm.com>
15753
15754 * nptl/Makefile (tst-mutex8-ENV): Delete.
15755 * nptl/tst-mutex8.c (check_type):
15756 Add runtime check if mutex will be elided.
15757
15758 2018-02-15 Joseph Myers <joseph@codesourcery.com>
15759
15760 [BZ #20980]
15761 [BZ #21234]
15762 * manual/install.texi (Configuring and compiling): Describe
15763 passing CC and CFLAGS on configure command line, not as
15764 environment variables. Use @code markup on those variables.
15765 Specify what options go in CC and what go in CFLAGS. Note the
15766 requirement to compile with optimization.
15767 * INSTALL: Regenerated.
15768
15769 [BZ #18124]
15770 * sysdeps/hppa/bsd-setjmp.S: Include <sysdep.h>.
15771 (setjmp): Use HIDDEN_JUMPTARGET with __sigsetjmp.
15772 * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Call
15773 __sigprocmask instead of sigprocmask.
15774 * sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext):
15775 Likewise.
15776 * sysdeps/unix/sysv/linux/hppa/localplt.data: Remove entries for
15777 __sigsetjmp and sigprocmask.
15778
15779 [BZ #15105]
15780 * include/argz.h (argz_next): Use libc_hidden_proto.
15781 (__argz_next): Likewise.
15782 * string-argz-next.c (__argz_next): Use libc_hidden_def.
15783 (argz_next): Use libc_hidden_weak.
15784
15785 [BZ #15105]
15786 * include/sys/socket.h [!_ISOMAC] (__cmsg_nxthdr): Use
15787 libc_hidden_proto.
15788 * sysdeps/unix/sysv/linux/cmsg_nxthdr.c (__cmsg_nxthdr): Use
15789 libc_hidden_def.
15790
15791 [BZ #15105]
15792 * include/stdio.h [!_ISOMAC && IS_IN (libc)] (fputs): Use
15793 libc_hidden_proto.
15794 * libio/iofputs.c (fputs): Use libc_hidden_weak.
15795
15796 [BZ #15105]
15797 [BZ #19463]
15798 * libio/feof_u.c (feof_unlocked): Rename to __feof_unlocked and
15799 define as weak alias of __feof_unlocked. Use libc_hidden_weak.
15800 * include/stdio.h (feof_unlocked): Use libc_hidden_proto.
15801 (__feof_unlocked): New declaration, and inline function if
15802 [__USE_EXTERN_INLINES].
15803 * iconv/gconv_conf.c (read_conf_file): Call __feof_unlocked
15804 instead of feof_unlocked.
15805 * intl/localealias.c [_LIBC] (FEOF): Likewise.
15806 * nss/nsswitch.c (nss_parse_file): Likewise.
15807 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area):
15808 Likewise.
15809 * time/getdate.c (__getdate_r): Likewise.
15810 * sysdeps/posix/getaddrinfo.c [IS_IN (libc)] (feof_unlocked):
15811 Define as macro to call __feof_unlocked.
15812
15813 2018-02-15 Wilco Dijkstra <wdijkstr@arm.com>
15814
15815 * sysdeps/aarch64/fpu/fpu_control.h: Use <> in include.
15816
15817 2018-02-15 Wilco Dijkstra <wdijkstr@arm.com>
15818
15819 * math/Makefile: Remove mpexp.c and mplog.c
15820 * sysdeps/i386/fpu/mpexp.c: Delete file.
15821 * sysdeps/i386/fpu/mplog.c: Likewise.
15822 * sysdeps/ia64/fpu/mpexp.c: Likewise.
15823 * sysdeps/ia64/fpu/mplog.c: Likewise.
15824 * sysdeps/ieee754/dbl-64/e_exp.c: Remove mention of mpexp and mplog.
15825 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): Remove unused function.
15826 * sysdeps/ieee754/dbl-64/mpexp.c: Delete file.
15827 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
15828 * sysdeps/m68k/m680x0/fpu/mpexp.c: Likewise.
15829 * sysdeps/m68k/m680x0/fpu/mplog.c: Likewise.
15830 * sysdeps/x86_64/fpu/multiarch/Makefile: Remove mpexp* and mplog*.
15831 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: Remove unused defines.
15832 * sysdeps/x86_64/fpu/multiarch/e_log-fma.c: Likewise.
15833 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
15834 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: Delete file.
15835 * sysdeps/x86_64/fpu/multiarch/mpexp-fma.c: Likewise.
15836 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
15837 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: Likewise.
15838 * sysdeps/x86_64/fpu/multiarch/mplog-fma.c: Likewise.
15839 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
15840
15841 2018-02-15 Stefan Liebler <stli@linux.vnet.ibm.com>
15842
15843 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
15844
15845 2018-02-14 Adhemerval Zanella <adhemerval.zanella@linaro.org>
15846
15847 * sysdeps/sh/libm-test-ulps: Update.
15848
15849 2018-02-12 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
15850
15851 * sysdeps/powerpc/fpu/libm-test-ulps (pow): Increase double and
15852 idouble to 1 ULP.
15853
15854 2018-02-12 Zack Weinberg <zackw@panix.com>
15855
15856 [BZ #19239]
15857 * posix/sys/types.h: Don't include sys/sysmacros.h.
15858 * misc/sys/sysmacros.h: Remove the conditional deprecation
15859 warnings for the macros defined by this header.
15860
15861 2018-02-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
15862
15863 * manual/probes.texi: Remove slowexp probes.
15864 * math/Makefile: Remove slowexp.
15865 * sysdeps/generic/math_private.h (__slowexp): Remove.
15866 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Remove __slowexp and
15867 document error bounds.
15868 * sysdeps/i386/fpu/slowexp.c: Remove.
15869 * sysdeps/ia64/fpu/slowexp.c: Remove.
15870 * sysdeps/ieee754/dbl-64/slowexp.c: Remove.
15871 * sysdeps/ieee754/dbl-64/uexp.h (err_0): Remove.
15872 * sysdeps/m68k/m680x0/fpu/slowexp.c: Remove.
15873 * sysdeps/powerpc/power4/fpu/Makefile (CPPFLAGS-slowexp.c): Remove.
15874 * sysdeps/x86_64/fpu/multiarch/Makefile: Remove slowexp-fma.
15875 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c (__slowexp): Remove.
15876 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c (__slowexp): Remove.
15877 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c (__slowexp): Remove.
15878 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: Remove.
15879 * sysdeps/x86_64/fpu/multiarch/slowexp-fma.c: Remove.
15880 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Remove.
15881
15882 2018-02-12 Wilco Dijkstra <wdijkstr@arm.com>
15883
15884 [BZ #13932]
15885 * sysdeps/ieee754/dbl-64/uexp.h (err_1): Remove.
15886 * benchtests/pow-inputs: Update comment for slow path cases.
15887 * manual/probes.texi (slowpow_p10): Delete removed probe.
15888 (slowpow_p10): Likewise.
15889 * math/Makefile: Remove halfulp.c and slowpow.c.
15890 * sysdeps/aarch64/libm-test-ulps: Set ULP of pow to 1.
15891 * sysdeps/generic/math_private.h (__exp1): Remove error argument.
15892 (__halfulp): Remove.
15893 (__slowpow): Remove.
15894 * sysdeps/i386/fpu/halfulp.c: Delete file.
15895 * sysdeps/i386/fpu/slowpow.c: Likewise.
15896 * sysdeps/ia64/fpu/halfulp.c: Likewise.
15897 * sysdeps/ia64/fpu/slowpow.c: Likewise.
15898 * sysdeps/ieee754/dbl-64/e_exp.c (__exp1): Remove error argument,
15899 improve comments and add error analysis.
15900 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Add error analysis.
15901 (power1): Remove function:
15902 (log1): Remove error argument, add error analysis.
15903 (my_log2): Remove function.
15904 * sysdeps/ieee754/dbl-64/halfulp.c: Delete file.
15905 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
15906 * sysdeps/m68k/m680x0/fpu/halfulp.c: Likewise.
15907 * sysdeps/m68k/m680x0/fpu/slowpow.c: Likewise.
15908 * sysdeps/powerpc/power4/fpu/Makefile: Remove CPPFLAGS-slowpow.c.
15909 * sysdeps/x86_64/fpu/libm-test-ulps: Set ULP of pow to 1.
15910 * sysdeps/x86_64/fpu/multiarch/Makefile: Remove slowpow-fma.c,
15911 slowpow-fma4.c, halfulp-fma.c, halfulp-fma4.c.
15912 * sysdeps/x86_64/fpu/multiarch/e_pow-fma.c (__slowpow): Remove define.
15913 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c (__slowpow): Likewise.
15914 * sysdeps/x86_64/fpu/multiarch/halfulp-fma.c: Delete file.
15915 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
15916 * sysdeps/x86_64/fpu/multiarch/slowpow-fma.c: Likewise.
15917 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
15918
15919 2018-02-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
15920
15921 * nscd/connections.c (RWLOCK_INITIALIZER): Define to
15922 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP or
15923
15924 2018-02-10 Dmitry V. Levin <ldv@altlinux.org>
15925
15926 [BZ #22433]
15927 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h (__ptrace_request):
15928 Remove arm-specific PTRACE_GET_THREAD_AREA, PTRACE_GETHBPREGS,
15929 and PTRACE_SETHBPREGS.
15930
15931 2018-02-10 Zack Weinberg <zackw@panix.com>
15932
15933 [BZ #22830]
15934 * malloc/malloc.c (__malloc_stats): Restore stderr->_flags2
15935 correctly.
15936 * malloc/tst-malloc-stats-cancellation.c: New test case.
15937 * malloc/Makefile: Add new test case.
15938
15939 2018-02-10 Wilco Dijkstra <wdijkstr@arm.com>
15940
15941 * sysdeps/aarch64/fpu/fpu_control.h: Add features.h to fix build error.
15942
15943 2018-02-10 Joseph Myers <joseph@codesourcery.com>
15944
15945 * math/Makefile (libm-narrow-fns): Add add.
15946 (libm-test-funcs-narrow): Likewise.
15947 * math/Versions (GLIBC_2.28): Add narrowing add functions.
15948 * math/bits/mathcalls-narrow.h (add): Use __MATHCALL_NARROW .
15949 * math/gen-auto-libm-tests.c (test_functions): Add add.
15950 * math/math-narrow.h (CHECK_NARROW_ADD): New macro.
15951 (NARROW_ADD_ROUND_TO_ODD): Likewise.
15952 (NARROW_ADD_TRIVIAL): Likewise.
15953 * sysdeps/ieee754/float128/float128_private.h (__faddl): New
15954 macro.
15955 (__daddl): Likewise.
15956 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fadd and
15957 dadd.
15958 (CFLAGS-nldbl-dadd.c): New variable.
15959 (CFLAGS-nldbl-fadd.c): Likewise.
15960 * sysdeps/ieee754/ldbl-opt/Versions (GLIBC_2.28): Add
15961 __nldbl_daddl.
15962 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl_daddl): New
15963 prototype.
15964 * manual/arith.texi (Misc FP Arithmetic): Document fadd, faddl,
15965 daddl, fMaddfN, fMaddfNx, fMxaddfN and fMxaddfNx.
15966 * math/auto-libm-test-in: Add tests of add.
15967 * math/auto-libm-test-out-narrow-add: New generated file.
15968 * math/libm-test-narrow-add.inc: New file.
15969 * sysdeps/i386/fpu/s_f32xaddf64.c: Likewise.
15970 * sysdeps/ieee754/dbl-64/s_f32xaddf64.c: Likewise.
15971 * sysdeps/ieee754/dbl-64/s_fadd.c: Likewise.
15972 * sysdeps/ieee754/float128/s_f32addf128.c: Likewise.
15973 * sysdeps/ieee754/float128/s_f64addf128.c: Likewise.
15974 * sysdeps/ieee754/float128/s_f64xaddf128.c: Likewise.
15975 * sysdeps/ieee754/ldbl-128/s_daddl.c: Likewise.
15976 * sysdeps/ieee754/ldbl-128/s_f64xaddf128.c: Likewise.
15977 * sysdeps/ieee754/ldbl-128/s_faddl.c: Likewise.
15978 * sysdeps/ieee754/ldbl-128ibm/s_daddl.c: Likewise.
15979 * sysdeps/ieee754/ldbl-128ibm/s_faddl.c: Likewise.
15980 * sysdeps/ieee754/ldbl-96/s_daddl.c: Likewise.
15981 * sysdeps/ieee754/ldbl-96/s_faddl.c: Likewise.
15982 * sysdeps/ieee754/ldbl-opt/nldbl-dadd.c: Likewise.
15983 * sysdeps/ieee754/ldbl-opt/nldbl-fadd.c: Likewise.
15984 * sysdeps/ieee754/soft-fp/s_daddl.c: Likewise.
15985 * sysdeps/ieee754/soft-fp/s_fadd.c: Likewise.
15986 * sysdeps/ieee754/soft-fp/s_faddl.c: Likewise.
15987 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15988 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
15989 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
15990 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
15991 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
15992 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
15993 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
15994 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
15995 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
15996 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
15997 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
15998 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
15999 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
16000 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
16001 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
16002 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Likewise.
16003 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
16004 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
16005 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
16006 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
16007 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
16008 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
16009 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
16010 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
16011 * sysdeps/unix/sysv/linux/tile/tilegx32/libm.abilist: Likewise.
16012 * sysdeps/unix/sysv/linux/tile/tilegx64/libm.abilist: Likewise.
16013 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
16014 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
16015
16016 * sysdeps/powerpc/powerpc64le/Makefile [$(subdir) = math]
16017 (f128-pairs): New variable.
16018 [$(subdir) = math] ($(foreach suf,$(all-object-suffixes),$(foreach
16019 pair,$(f128-pairs),$(objpfx)test-$(pair)%$(suf)))): Add -mfloat128
16020 to CFLAGS.
16021 [$(subdir) = math] ($(foreach pair,$(f128-pairs),test-$(pair)%)):
16022 Also make tests add $(f128-loader-link) to gnulib-tests.
16023
16024 2018-02-09 DJ Delorie <dj@redhat.com>
16025
16026 [BZ #22827]
16027 * sysdeps/unix/sysv/linux/riscv/readelflib.c (process_elf_file): Use
16028 64-bit ELF type for 64-bit ELF objects.
16029
16030 2018-02-09 Joseph Myers <joseph@codesourcery.com>
16031
16032 * math/libm-test-driver.c (snan_tests_arg): New variable.
16033 * math/libm-test-support.h (snan_tests_arg): New declaration.
16034 * math/libm-test-support.c (enable_test): Check snan_tests_arg.
16035
16036 * math/Makefile (test-type-pairs): New variable.
16037 (test-type-pairs-f64xf128-yes): Likewise.
16038 (tests): Add test-narrow-macros.
16039 (libm-test-funcs-narrow): New variable.
16040 (libm-test-c-narrow): Likewise.
16041 (generated): Add $(libm-test-c-narrow).
16042 (libm-tests-base-narrow): New variable.
16043 (libm-tests-narrow): Likewise.
16044 (libm-tests): Add $(libm-tests-narrow).
16045 (libm-tests-for-type): Handle $(libm-tests-narrow).
16046 (libm-test-c-narrow-obj): New variable.
16047 ($(libm-test-c-narrow-obj)): New rule.
16048 ($(foreach t,$(libm-tests-narrow),$(objpfx)$(t).c)): Likewise.
16049 ($(foreach f,$(libm-test-funcs-narrow),$(objpfx)$(o)-$(f).o)): Use
16050 $(o-iterator) to set dependencies and CFLAGS.
16051 * math/gen-auto-libm-tests.c: Document use for narrowing
16052 functions.
16053 (output_for_one_input_case): Take argument NARROW.
16054 (generate_output): Likewise. Update call to
16055 output_for_one_input_case.
16056 (main): Take --narrow option. Update call to generate_output.
16057 * math/gen-libm-test.pl (_apply_lit): Take macro name as argument.
16058 (apply_lit): Update call to _apply_lit.
16059 (apply_arglit): New function.
16060 (parse_args): Handle "a" arguments.
16061 (parse_auto_input): Handle format names using ":".
16062 * math/README.libm-test: Document "a" parameter type.
16063 * math/libm-test-support.h (ARG_TYPE_MIN): New macro.
16064 (ARG_TYPE_TRUE_MIN): Likewise.
16065 (ARG_TYPE_MAX): Likwise.
16066 (ARG_MIN_EXP): Likewise.
16067 (ARG_MAX_EXP): Likewise.
16068 (ARG_MANT_DIG): Likewise.
16069 (TEST_COND_arg_ibm128): Likewise.
16070 (TEST_COND_ibm128_libgcc): Define conditional on [ARG_FLOAT].
16071 (TEST_COND_arg_fmt): New macro.
16072 (init_max_error): Update prototype.
16073 * math/libm-test-support.c (test_ibm128): New variable.
16074 (init_max_error): Take argument testing_ibm128 and set test_ibm128
16075 instead of using [TEST_COND_ibm128] conditional.
16076 (test_exceptions): Use test_ibm128 instead of TEST_COND_ibm128.
16077 * math/libm-test-driver.c (STR_ARG_FLOAT): New macro.
16078 [TEST_NARROW] (TEST_MSG): New definition.
16079 (arg_plus_zero): New macro.
16080 (arg_minus_zero): Likewise.
16081 (arg_plus_infty): Likewise.
16082 (arg_minus_infty): Likewise.
16083 (arg_qnan_value_pl): Likewise.
16084 (arg_qnan_value): Likewise.
16085 (arg_snan_value_pl): Likewise.
16086 (arg_snan_value): Likewise.
16087 (arg_max_value): Likewise.
16088 (arg_min_value): Likewise.
16089 (arg_min_subnorm_value): Likewise.
16090 [ARG_FLOAT] (struct test_aa_f_data): New struct type.
16091 (RUN_TEST_LOOP_aa_f): New macro.
16092 (TEST_SUFF): New macro.
16093 (TEST_SUFF_STR): Likewise.
16094 [!TEST_MATHVEC] (VEC_SUFF): Don't define.
16095 (TEST_COND_any_ibm128): New macro.
16096 (START): Use TEST_SUFF and TEST_SUFF_STR in initializer for
16097 this_func. Update call to init_max_error.
16098 * math/test-double.h (FUNC_NARROW_PREFIX): New macro.
16099 * math/test-float.h (FUNC_NARROW_PREFIX): Likewise.
16100 * math/test-float128.h (FUNC_NARROW_PREFIX): Likewise.
16101 * math/test-float32.h (FUNC_NARROW_PREFIX): Likewise.
16102 * math/test-float32x.h (FUNC_NARROW_PREFIX): Likewise.
16103 * math/test-float64.h (FUNC_NARROW_PREFIX): Likewise.
16104 * math/test-float64x.h (FUNC_NARROW_PREFIX): Likewise.
16105 * math/test-math-scalar.h (TEST_NARROW): Likewise.
16106 * math/test-math-vector.h (TEST_NARROW): Likewise.
16107 * math/test-arg-double.h: New file.
16108 * math/test-arg-float128.h: Likewise.
16109 * math/test-arg-float32x.h: Likewise.
16110 * math/test-arg-float64.h: Likewise.
16111 * math/test-arg-float64x.h: Likewise.
16112 * math/test-arg-ldouble.h: Likewise.
16113 * math/test-math-narrow.h: Likewise.
16114 * math/test-narrow-macros.c: Likewise.
16115 * sysdeps/ieee754/ldbl-opt/test-narrow-macros-ldbl-64.c: Likewise.
16116 * sysdeps/ieee754/ldbl-opt/Makefile (tests): Add
16117 test-narrow-macros-ldbl-64.
16118 (CFLAGS-test-narrow-macros-ldbl-64.c): New variable.
16119
16120 * math/bits/mathcalls-narrow.h: New file.
16121 * include/bits/mathcalls-narrow.h: Likewise.
16122 * math/math-narrow.h: Likewise.
16123 * math/math.h (__MATHCALL_NARROW_ARGS_1): New macro.
16124 (__MATHCALL_NARROW_ARGS_2): Likewise.
16125 (__MATHCALL_NARROW_ARGS_3): Likewise.
16126 (__MATHCALL_NARROW_NORMAL): Likewise.
16127 (__MATHCALL_NARROW_REDIR): Likewise.
16128 (__MATHCALL_NARROW): Likewise.
16129 [__GLIBC_USE (IEC_60559_BFP_EXT)]: Repeatedly include
16130 <bits/mathcalls-narrow.h> with _Mret_, _Marg_ and __MATHCALL_NAME
16131 defined.
16132 [__GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
16133 * math/Makefile (headers): Add bits/mathcalls-narrow.h.
16134 (libm-narrow-fns): New variable.
16135 (libm-narrow-types-basic): Likewise.
16136 (libm-narrow-types-ldouble-yes): Likewise.
16137 (libm-narrow-types-float128-yes): Likewise.
16138 (libm-narrow-types-float128-alias-yes): Likewise.
16139 (libm-narrow-types): Likewise.
16140 (libm-routines): Add narrowing functions.
16141 * sysdeps/i386/fpu/fenv_private.h [__x86_64__]
16142 (libc_feholdexcept_setroundf128): New macro.
16143 [__x86_64__] (libc_feupdateenv_testf128): Likewise.
16144 * sysdeps/ieee754/float128/float128_private.h: Include
16145 <math/math-narrow.h>.
16146 [libc_feholdexcept_setroundf128] (libc_feholdexcept_setroundl):
16147 Undefine and redefine.
16148 [libc_feupdateenv_testf128] (libc_feupdateenv_testl): Likewise.
16149 (libm_alias_float_ldouble): Undefine and redefine.
16150 (libm_alias_double_ldouble): Likewise.
16151
16152 * math/Makefile [$(PERL) != no] (libm-test-incs): Remove variable.
16153
16154 2018-02-09 Wilco Dijkstra <wdijkstr@arm.com>
16155
16156 * sysdeps/aarch64/fpu/fpu_control.h: Use builtins for accessing
16157 FPCR/FPSR.
16158
16159 2018-02-09 Rical Jasan <ricaljasan@pacific.net>
16160
16161 * manual/creature.texi: Convert references to gcc.info to gcc.
16162 * manual/stdio.texi: Likewise.
16163 * manual/string.texi: Likewise.
16164
16165 2018-02-07 Joseph Myers <joseph@codesourcery.com>
16166
16167 [BZ #17979]
16168 * posix/bits/types.h (__int_least8_t): New typedef.
16169 (__uint_least8_t): Likewise.
16170 (__int_least16_t): Likewise.
16171 (__uint_least16_t): Likewise.
16172 (__int_least32_t): Likewise.
16173 (__uint_least32_t): Likewise.
16174 (__int_least64_t): Likewise.
16175 (__uint_least64_t): Likewise.
16176 * sysdeps/generic/stdint.h (int_least8_t): Define using
16177 __int_least8_t.
16178 (int_least16_t): Define using __int_least16_t.
16179 (int_least32_t): Define using __int_least32_t.
16180 (int_least64_t): Define using __int_least64_t.
16181 (uint_least8_t): Define using __uint_least8_t.
16182 (uint_least16_t): Define using __uint_least16_t.
16183 (uint_least32_t): Define using __uint_least32_t.
16184 (uint_least64_t): Define using __uint_least64_t.
16185 * wcsmbs/uchar.h: Include <bits/types.h>.
16186 (char16_t): Define using __uint_least16_t conditional only on
16187 [!__USE_ISOCXX11].
16188 (char32_t): Define using __uint_least32_t conditional only on
16189 [!__USE_ISOCXX11].
16190 * wcsmbs/test-char-types.c: New file.
16191 * wcsmbs/Makefile (tests): Add test-char-types.
16192
16193 * scripts/build-many-glibcs.py (Context.checkout): Default MPFR
16194 version to 4.0.1.
16195
16196 2018-02-07 Zack Weinberg <zackw@panix.com>
16197
16198 * bits/_G_config.h: Move back to sysdeps/generic/_G_config.h.
16199 Delete all contents except for definitions of _G_HAVE_MMAP and
16200 _G_HAVE_MREMAP. Add commentary explaining those two symbols.
16201 * sysdeps/unix/sysv/linux/bits/_G_config.h: Move back to
16202 sysdeps/unix/sysv/linux/_G_config.h. Make same content
16203 change as above.
16204
16205 * libio/libio.h: Don't include bits/_G_config.h here.
16206 Include stddef.h with __need_wchar_t defined. Include
16207 bits/types/__mbstate_t.h, bits/types/wint_t.h, and gconv.h.
16208 Define _IO_iconv_t here, directly.
16209 Don't define _IO_HAVE_ST_BLKSIZE.
16210 * libio/libioP.h: Include _G_config.h here. Move include of
16211 shlib-compat.h up with rest of includes. Simplify conditionals
16212 controlling definition of _IO_JUMPS_OFFSET.
16213
16214 * csu/init.c: Remove always-true #if around entire file.
16215 Don't include stdio.h. Set _IO_stdin_used to hardwired
16216 constant 0x20001, and update commentary.
16217 * include/stdio.h, sysdeps/ieee754/ldbl-opt/nldbl-compat.h:
16218 Replace all uses of _G_va_list with __gnuc_va_list.
16219 * libio/filedoalloc.c: Use #if defined _STATBUF_ST_BLKSIZE
16220 instead of #if _IO_HAVE_ST_BLKSIZE.
16221 * libio/fileops.c: Test _G_HAVE_MREMAP with #if, not #ifdef.
16222 * libio/iofdopen.c, libio/iofopen.c: Test _G_HAVE_MMAP with #if,
16223 not #ifdef.
16224
16225 * libio/bits/libio.h: Move back to libio/libio.h and adjust
16226 multiple-include guard to match.
16227 Merge contents of libio/bits/libio-ldbl.h and include/libio.h
16228 into this file.
16229 Remove preprocessor conditionals that are always true and/or
16230 redundant to other preprocessor conditionals in the same nest.
16231 Include shlib-compat.h unconditionally.
16232 Error out if _LIBC is not defined, or if _ISOMAC is defined,
16233 or if _IO_MTSAFE_IO is defined but _IO_lock_t_defined is not
16234 defined after including stdio.h.
16235 Use __BEGIN_DECLS/__END_DECLS.
16236
16237 * libio/bits/libio-ldbl.h, include/bits/libio.h: Delete file.
16238 * include/stdio.h, libio/iolibio.h, libio/libioP.h: Include
16239 libio.h as <libio/libio.h> rather than as <bits/libio.h>.
16240
16241 2018-02-07 Zack Weinberg <zackw@panix.com>
16242
16243 * libio/bits/types/__fpos_t.h, libio/bits/types/__fpos64_t.h:
16244 New single-type headers split from _G_config.h.
16245 * libio/bits/types/cookie_io_functions_t.h
16246 * libio/bits/types/struct_FILE.h
16247 New single-type headers split from libio.h.
16248
16249 * libio/Makefile: Install the above new headers. Don't install
16250 libio.h, _G_config.h, bits/libio.h, bits/_G_config.h, or
16251 bits/libio-ldbl.h.
16252 * libio/_G_config.h, libio/libio.h: Delete file.
16253
16254 * libio/bits/libio.h: Remove improper-inclusion guard.
16255 Include stdio.h and don't repeat anything that it does.
16256 Define _IO_fpos_t as __fpos_t, _IO_fpos64_t as __fpos64_t,
16257 _IO_BUFSIZ as BUFSIZ, _IO_va_list as __gnuc_va_list,
16258 __io_read_fn as cookie_read_function_t,
16259 __io_write_fn as cookie_write_function_t,
16260 __io_seek_fn as cookie_seek_function_t,
16261 __io_close_fn as cookie_close_function_t,
16262 and _IO_cookie_io_functions_t as cookie_io_functions_t.
16263 Define _STDIO_USES_IOSTREAM, __HAVE_COLUMN, and _IO_file_flags
16264 here, in the "compatibility defines" section. Remove an #if 0
16265 block. Use the "body" macros from bits/types/struct_FILE.h to
16266 define _IO_getc_unlocked, _IO_putc_unlocked, _IO_feof_unlocked,
16267 and _IO_ferror_unlocked.
16268 Move prototypes of __uflow and __overflow...
16269
16270 * libio/stdio.h: ...here. Don't include bits/libio.h.
16271 Don't define _STDIO_USES_IOSTREAM. Get __gnuc_va_list
16272 directly from stdarg.h. Include bits/types/__fpos_t.h,
16273 bits/types/__fpos64_t.h, bits/types/struct_FILE.h,
16274 and, when __USE_GNU, bits/types/cookie_io_functions_t.h.
16275 Use __gnuc_va_list, not _G_va_list; __fpos_t, not _G_fpos_t;
16276 __fpos64_t, not _G_fpos64_t; FILE, not struct _IO_FILE;
16277 cookie_io_functions_t, not _IO_cookie_io_functions_t;
16278 __ssize_t, not _IO_ssize_t. Unconditionally define
16279 BUFSIZ as 8192 and EOF as (-1).
16280
16281 * libio/bits/stdio.h: Add multiple-include guard. Use the "body"
16282 macros from bits/types/struct_FILE.h instead of _IO_* macros
16283 from libio.h; use __gnuc_va_list instead of va_list and __ssize_t
16284 instead of _IO_ssize_t.
16285 * libio/bits/stdio2.h: Similarly.
16286
16287 * libio/iolibio.h: Add multiple-include guard.
16288 Include bits/libio.h after stdio.h.
16289 * libio/libioP.h: Add multiple-include guard.
16290 Include stdio.h and bits/libio.h before iolibio.h.
16291
16292 * include/bits/types/__fpos_t.h, include/bits/types/__fpos64_t.h
16293 * include/bits/types/cookie_io_functions_t.h
16294 * include/bits/types/struct_FILE.h: New wrappers.
16295
16296 * bits/_G_config.h, sysdeps/unix/sysv/linux/_G_config.h:
16297 Get definitions of _G_fpos_t and _G_fpos64_t from
16298 bits/types/__fpos_t.h and bits/types/__fpos64_t.h
16299 respectively. Remove improper-inclusion guards.
16300
16301 * conform/data/stdio.h-data: Update expectations of va_list.
16302 * scripts/check-installed-headers.sh: Remove special case for
16303 libio.h and _G_config.h.
16304
16305 2018-02-07 Joseph Myers <joseph@codesourcery.com>
16306
16307 [BZ #15105]
16308 [BZ #19463]
16309 * include/sys/sysmacros.h [!_ISOMAC]
16310 (__SYSMACROS_NEED_IMPLEMENTATION): Define macro.
16311 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC]
16312 (_SYS_SYSMACROS_H_WRAPPER): Likewise.
16313 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (gnu_dev_major): Use
16314 libc_hidden_proto.
16315 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (gnu_dev_minor): Likewise.
16316 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (gnu_dev_makedev):
16317 Likewise.
16318 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__SYSMACROS_DECL_TEMPL):
16319 Undefine and redefine to add use __gnu_dev_ prefix.
16320 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__SYSMACROS_IMPL_TEMPL):
16321 Likewise.
16322 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__gnu_dev_major): Declare
16323 and define as hidden inline function.
16324 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__gnu_dev_minor):
16325 Likewise.
16326 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__gnu_dev_makedev):
16327 Likewise.
16328 * misc/makedev.c (OUT_OF_LINE_IMPL_TEMPL): Use __gnu_dev_ prefix.
16329 (gnu_dev_major): Use weak_alias and libc_hidden_weak.
16330 (gnu_dev_minor): Likewise.
16331 (gnu_dev_makedev): Likewise.
16332 * csu/check_fds.c (check_one_fd): Use __gnu_dev_makedev instead of
16333 makedev.
16334 * posix/wordexp.c (exec_comm_child): Likewise.
16335 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Use __gnu_dev_minor
16336 instead of minor and __gnu_dev_major instead of major.
16337 * sysdeps/unix/sysv/linux/device-nrs.h (DEV_TTY_P): Use
16338 __gnu_dev_major instead of major.
16339 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): Use
16340 __gnu_dev_major instead of gnu_dev_major and __gnu_dev_minor
16341 instead of gnu_dev_minor.
16342 * sysdeps/unix/sysv/linux/ptsname.c (MASTER_P): Likewise.
16343 (SLAVE_P): Likewise.
16344 (__ptsname_internal): Use __gnu_dev_minor instead of minor.
16345 * sysdeps/unix/sysv/linux/ttyname.h (is_pty): Use __gnu_dev_major
16346 instead of major.
16347
16348 [BZ #21313]
16349 * locale/weight.h (findidx): Disable -Wmaybe-uninitialized for -Os
16350 in another place.
16351 * locale/weightwc.h (findidx): Likewise.
16352
16353 2018-02-07 Wilco Dijkstra <wdijkstr@arm.com>
16354
16355 * manual/probes.texi (slowlog): Delete documentation of removed probe.
16356 (slowlog_inexact): Likewise
16357 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Remove slow paths.
16358 * sysdeps/ieee754/dbl-64/ulog.h: Remove unused declarations.
16359
16360 2018-02-07 Igor Gnatenko <ignatenko@redhat.com>
16361
16362 [BZ #22797]
16363 * sysdeps/unix/sysv/linux/bits/mman-shared.h (pkey_get): Add
16364 missing second underscore to parameter name.
16365
16366 2018-02-06 Joseph Myers <joseph@codesourcery.com>
16367
16368 [BZ #14508]
16369 [BZ #15512]
16370 [BZ #17082]
16371 [BZ #20530]
16372 * bits/byteswap.h: Update file comment. Do not include
16373 <bits/byteswap-16.h>.
16374 (__bswap_constant_16): Cast result to __uint16_t. Use signed 0xff
16375 constant.
16376 (__bswap_16): Define as inline function.
16377 (__bswap_constant_32): Reformat definition.
16378 (__bswap_32): Always define as inline function, not macro, using
16379 __uint32_t. Use __builtin_bswap32 if [__GNUC_PREREQ (4, 3)],
16380 otherwise __bswap_constant_32.
16381 (__bswap_constant_64): Reformat definition. Do not use
16382 __extension__ here.
16383 (__bswap_64): Always define as inline function, not macro. Use
16384 __extension__ on function definition. Use __builtin_bswap64 if
16385 [__GNUC_PREREQ (4, 3)], otherwise __bswap_constant_64.
16386 * string/test-endian-file-scope.c: New file.
16387 * string/test-endian-sign-conversion.c: Likewise.
16388 * string/Makefile (headers): Remove bits/byteswap-16.h.
16389 (tests): Add test-endian-file-scope and
16390 test-endian-sign-conversion.
16391 (CFLAGS-test-endian-sign-conversion.c): New variable.
16392 * bits/byteswap-16.h: Remove file.
16393 * sysdeps/ia64/bits/byteswap-16.h: Likewise.
16394 * sysdeps/ia64/bits/byteswap.h: Likewise.
16395 * sysdeps/m68k/bits/byteswap.h: Likewise.
16396 * sysdeps/s390/bits/byteswap-16.h: Likewise.
16397 * sysdeps/s390/bits/byteswap.h: Likewise.
16398 * sysdeps/tile/bits/byteswap.h: Likewise.
16399 * sysdeps/x86/bits/byteswap-16.h: Likewise.
16400 * sysdeps/x86/bits/byteswap.h: Likewise.
16401
16402 [BZ #17721]
16403 * misc/sys/cdefs.h [!__GNUC__ && (__cplusplus || (__STDC_VERSION__
16404 && __STDC_VERSION__ >= 199901L))] (__inline): Define to inline.
16405 [!__GNUC_PREREQ (2,92) && __STDC_VERSION__ && __STDC_VERSION__ >=
16406 199901L] (__restrict): Define to restrict.
16407
16408 [BZ #19667]
16409 * string/testcopy.c: Include <support/support.h>. Do not include
16410 <malloc.h>. Use <support/test-driver.c>.
16411 (main): Rename to do_test. Make static. Use xmalloc instead of
16412 malloc.
16413
16414 [BZ #13575]
16415 * posix/bits/posix1_lim.h: Include <bits/wordsize.h>.
16416 [!SSIZE_MAX && !(__WORDSIZE == 64 || __WORDSIZE32_SIZE_ULONG)]
16417 (SSIZE_MAX): Define to INT_MAX.
16418 * posix/test-ssize-max.c: New file.
16419 * posix/Makefile (tests): Add test-ssize-max.
16420
16421 [BZ #19668]
16422 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: Include
16423 <support/support.h>. Do not include <malloc.h>.
16424 (query_auxv): Use xmalloc instead of malloc.
16425
16426 [BZ #14553]
16427 * posix/sys/types.h (loff_t): Only define for [__USE_MISC].
16428 * sysdeps/unix/sysv/linux/sys/quota.h (dqoff): Use __loff_t
16429 instead of loff_t.
16430
16431 2018-02-06 Florian Weimer <fweimer@redhat.com>
16432
16433 [BZ #18023]
16434 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
16435 Use scratch_buffer instead of extend_alloca.
16436
16437 2018-02-06 Zack Weinberg <zackw@panix.com>
16438
16439 * libio/stdio.h: Don't define getc or putc as macros.
16440 * libio/bits/stdio.h (getchar, putchar): Use getc and putc,
16441 not _IO_getc and _IO_putc.
16442
16443 * stdio-common/tstgetln.c: Don't redefine FILE, va_list, or BUFSIZ.
16444 * stdio-common/tstgetln.c: Don't redefine ssize_t.
16445
16446 2018-02-06 Joseph Myers <joseph@codesourcery.com>
16447
16448 * sysdeps/gnu/netinet/tcp.h (TCP_FASTOPEN_KEY): New macro.
16449 (TCP_FASTOPEN_NO_COOKIE): Likewise.
16450
16451 * sysdeps/unix/sysv/linux/bits/in.h (IPV6_FREEBIND): New macro.
16452
16453 [BZ #14890]
16454 * elf/elf.h (NT_PRFPREG): New macro.
16455 (NT_S390_VXRS_LOW): Likewise.
16456 (NT_S390_VXRS_HIGH): Likewise.
16457 (NT_S390_GS_CB): Likewise.
16458 (NT_S390_GS_BC): Likewise.
16459 (NT_S390_RI_CB): Likewise.
16460
16461 * sysdeps/unix/sysv/linux/aarch64/bits/mman.h [__USE_MISC]
16462 (MAP_SYNC): New macro.
16463 * sysdeps/unix/sysv/linux/arm/bits/mman.h [__USE_MISC] (MAP_SYNC):
16464 Likewise.
16465 * sysdeps/unix/sysv/linux/ia64/bits/mman.h [__USE_MISC]
16466 (MAP_SYNC): Likewise.
16467 * sysdeps/unix/sysv/linux/m68k/bits/mman.h [__USE_MISC]
16468 (MAP_SYNC): Likewise.
16469 * sysdeps/unix/sysv/linux/microblaze/bits/mman.h [__USE_MISC]
16470 (MAP_SYNC): Likewise.
16471 * sysdeps/unix/sysv/linux/nios2/bits/mman.h [__USE_MISC]
16472 (MAP_SYNC): Likewise.
16473 * sysdeps/unix/sysv/linux/riscv/bits/mman.h [__USE_MISC]
16474 (MAP_SYNC): Likewise.
16475 * sysdeps/unix/sysv/linux/s390/bits/mman.h [__USE_MISC]
16476 (MAP_SYNC): Likewise.
16477 * sysdeps/unix/sysv/linux/sh/bits/mman.h [__USE_MISC] (MAP_SYNC):
16478 Likewise.
16479 * sysdeps/unix/sysv/linux/x86/bits/mman.h [__USE_MISC] (MAP_SYNC):
16480 Likewise.
16481
16482 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_MISC]
16483 (MAP_SHARED_VALIDATE): New macro.
16484 * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]
16485 (MAP_SHARED_VALIDATE): Likewise.
16486
16487 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
16488
16489 * elf/dl-addr.c (determine_info): Use ADDRIDX with DT_GNU_HASH.
16490 * elf/dl-lookup.c (_dl_setup_hash): Likewise.
16491 * elf/get-dynamic-info.h (elf_get_dynamic_info): Likewise.
16492
16493 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
16494
16495 * elf/elf.h (DT_SYMTAB_SHNDX): New. Set to 34.
16496 (DT_NUM): Updated to 35.
16497
16498 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
16499
16500 * sysdeps/i386/dl-machine.h (elf_machine_rel): Replace
16501 __builtin_expect with __glibc_likely and __glibc_unlikely.
16502 (elf_machine_rela): Likewise.
16503 (elf_machine_lazy_rel): Likewise.
16504
16505 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
16506
16507 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Replace
16508 __builtin_expect with __glibc_likely and __glibc_unlikely.
16509 (elf_machine_lazy_rel): Likewise.
16510
16511 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
16512
16513 [BZ #22638]
16514 * sysdeps/sparc/sparc32/start.S (_start): Check PIC instead of
16515 SHARED.
16516 * sysdeps/sparc/sparc64/start.S (_start): Likewise.
16517
16518 2018-02-05 Andreas Schwab <schwab@suse.de>
16519
16520 [BZ #22761]
16521 * assert/assert-perr.c (__assert_perror_fail): Append %n to format
16522 string.
16523
16524 2018-02-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
16525
16526 * stdlib/test-atexit-race-common.c [!defined PTHREAD_STACK_MIN]: Do
16527 not check against PTHREAD_STACK_MIN.
16528
16529 2018-02-02 Sean McKean <smckean83@gmail.com>
16530
16531 [BZ #22735]
16532 * time/time.h (clock): Reference CLOCKS_PER_SEC in comment.
16533
16534 2018-02-02 Florian Weimer <fweimer@redhat.com>
16535
16536 [BZ #22753]
16537 * sysdeps/posix/preadv2.c (preadv2): Handle offset == -1.
16538 * sysdeps/posix/preadv64v2.c (preadv64v2): Likewise.
16539 * sysdeps/posix/pwritev2.c (pwritev2): Likewise.
16540 * sysdeps/posix/pwritev64v2.c (pwritev64v2): Likweise.
16541 * sysdeps/unix/sysv/linux/preadv2.c (preadv2): Likewise.
16542 * sysdeps/unix/sysv/linux/preadv64v2.c (preadv64v2): Likewise.
16543 * sysdeps/unix/sysv/linux/pwritev2.c (pwritev2): Likewise.
16544 * sysdeps/unix/sysv/linux/pwritev64v2.c (pwritev64v2): Likweise.
16545 * manual/llio.texi (Scatter-Gather): Mention offset -1.
16546 * misc/tst-preadvwritev-common.c (do_test_without_offset): New.
16547 * misc/tst-preadvwritev2.c (do_test): Call it.
16548 * misc/tst-preadvwritev64v2.c (do_test): Likewise.
16549
16550 2018-02-02 Siddhesh Poyarekar <siddhesh@sourceware.org>
16551
16552 * sysdeps/aarch64/memcmp.S: Use L() macro for labels.
16553
16554 * benchtests/bench-memcmp.c: Print json instead of plain text.
16555
16556 * benchtests/bench-memcmp.c (do_test): Call realloc_buf for
16557 every test run.
16558
16559 2018-02-01 Joseph Myers <joseph@codesourcery.com>
16560
16561 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
16562 version to 4.15.
16563 (s390_sthyi): New syscall.
16564
16565 * sysdeps/generic/ldbl-classify-compat.h: New file.
16566 * sysdeps/arm/ldbl-classify-compat.h: Likewise.
16567 * sysdeps/m68k/coldfire/ldbl-classify-compat.h: Likewise.
16568 * sysdeps/microblaze/ldbl-classify-compat.h: Likewise.
16569 * sysdeps/mips/ldbl-classify-compat.h: Likewise.
16570 * sysdeps/nios2/ldbl-classify-compat.h: Likewise.
16571 * sysdeps/sh/ldbl-classify-compat.h: Likewise.
16572 * sysdeps/ieee754/dbl-64/s_finite.c: Include
16573 <ldbl-classify-compat.h>.
16574 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
16575 * sysdeps/ieee754/dbl-64/s_isinf.c: Include
16576 <ldbl-classify-compat.h>.
16577 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
16578 * sysdeps/ieee754/dbl-64/s_isnan.c: Include
16579 <ldbl-classify-compat.h>.
16580 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
16581 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Include
16582 <ldbl-classify-compat.h>.
16583 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
16584 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Include
16585 <ldbl-classify-compat.h>.
16586 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
16587 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Include
16588 <ldbl-classify-compat.h>.
16589 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
16590 * sysdeps/arm/math_private.h (LDBL_CLASSIFY_COMPAT): Remove macro.
16591 * sysdeps/mips/math_private.h (LDBL_CLASSIFY_COMPAT): Likewise.
16592 * sysdeps/m68k/coldfire/math_private.h: Remove file.
16593 * sysdeps/microblaze/math_private.h: Likewise.
16594 * sysdeps/nios2/math_private.h: Likewise.
16595 * sysdeps/sh/math_private.h: Likewise.
16596
16597 * sysdeps/m68k/coldfire/fpu/math_private.h: Move to ....
16598 * sysdeps/m68k/coldfire/math_private.h: ... here.
16599 * sysdeps/m68k/coldfire/nofpu/math_private.h: Remove file.
16600 * sysdeps/tile/math_private.h: Likewise.
16601 * sysdeps/microblaze/math_private.h (libc_feholdexcept_setround):
16602 Remove macro.
16603 * sysdeps/nios2/math_private.h (libc_feholdexcept_setround):
16604 Likewise.
16605
16606 * sysdeps/m68k/coldfire/nofpu/math_private.h (libc_fesetround):
16607 Remove macro.
16608 (libc_fetestexcept): Likewise.
16609 (libc_feupdateenv_test): Likewise.
16610 * sysdeps/microblaze/math_private.h (libc_fesetround): Likewise.
16611 (libc_fetestexcept): Likewise.
16612 (libc_feupdateenv_test): Likewise.
16613 * sysdeps/nios2/math_private.h (libc_fesetround): Likewise.
16614 (libc_fetestexcept): Likewise.
16615 (libc_feupdateenv_test): Likewise.
16616 * sysdeps/tile/math_private.h (libc_fesetround): Likewise.
16617 (libc_fetestexcept): Likewise.
16618 (libc_feupdateenv_test): Likewise.
16619
16620 * sysdeps/generic/math_private.h
16621 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (feholdexcept):
16622 New inline function.
16623 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (__feholdexcept):
16624 Likewise.
16625
16626 * include/fenv.h [!_ISOMAC && !FE_TONEAREST]: Give #error.
16627 [!_ISOMAC] (FE_HAVE_ROUNDING_MODES): New macro.
16628 * sysdeps/generic/math_private.h
16629 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (fegetenv): New
16630 inline function.
16631 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (__fegetenv):
16632 Likewise.
16633 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (fesetenv):
16634 Likewise.
16635 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (__fesetenv):
16636 Likewise.
16637 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (feupdateenv):
16638 Likewise.
16639 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (__feupdateenv):
16640 Likewise.
16641 [!FE_HAVE_ROUNDING_MODES] (fegetround): Likewise.
16642 [!FE_HAVE_ROUNDING_MODES] (__fegetround): Likewise.
16643 [!FE_HAVE_ROUNDING_MODES] (fesetround): Likewise.
16644 [!FE_HAVE_ROUNDING_MODES] (__fesetround): Likewise.
16645 * sysdeps/tile/math_private.h (fegetenv): Remove inline function.
16646 (__fegetenv): Likewise.
16647 (fesetenv): Likewise.
16648 (__fesetenv): Likewise.
16649 (feupdateenv): Likewise.
16650 (__feupdateenv): Likewise.
16651 (fegetround): Likewise.
16652 (__fegetround): Likewise.
16653 (fesetround): Likewise.
16654 (__fesetround): Likewise.
16655
16656 * sysdeps/generic/math_private.h [FE_ALL_EXCEPT == 0]
16657 (feraiseexcept): New macro.
16658 [FE_ALL_EXCEPT == 0] (__feraiseexcept): Likewise.
16659 * sysdeps/m68k/coldfire/nofpu/math_private.h (feraiseexcept):
16660 Remove macro.
16661 (__feraiseexcept): Likewise.
16662 (feclearexcept): Likewise.
16663 * sysdeps/microblaze/math_private.h (feraiseexcept): Likewise.
16664 (__feraiseexcept): Likewise.
16665 (feclearexcept): Likewise.
16666 * sysdeps/nios2/math_private.h (feraiseexcept): Likewise.
16667 (__feraiseexcept): Likewise.
16668 (feclearexcept): Likewise.
16669 * sysdeps/tile/math_private.h (feraiseexcept): Likewise.
16670 (__feraiseexcept): Likewise.
16671 (feclearexcept): Likewise.
16672 (fetestexcept): Likewise.
16673
16674 * sysdeps/m68k/coldfire/math-tests.h: New file.
16675
16676 * sysdeps/m68k/fpu/bits/fenv.h: Move to ....
16677 * sysdeps/m68k/bits/fenv.h: ... here.
16678 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_INEXACT): Do
16679 not define.
16680 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_DIVBYZERO):
16681 Likewise.
16682 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_UNDERFLOW):
16683 Likewise.
16684 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_OVERFLOW):
16685 Likewise.
16686 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_INVALID):
16687 Likewise.
16688 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_ALL_EXCEPT):
16689 Define to 0.
16690 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__]
16691 (__FE_UNDEFINED): New enum constant.
16692 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_TOWARDZERO):
16693 Do not define.
16694 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_DOWNWARD):
16695 Likewise.
16696 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_UPWARD):
16697 Likewise.
16698 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (fenv_t): Define
16699 to match generic bits/fenv.h.
16700 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_NOMASK_ENV):
16701 Do not define.
16702
16703 * soft-fp/double.h (union _FP_UNION_D): Do not use attribute
16704 packed on bits.
16705 * soft-fp/extended.h (union _FP_UNION_E): Likewise.
16706 * soft-fp/half.h (union _FP_UNION_H): Likewise.
16707 * soft-fp/quad.h (union _FP_UNION_Q): Likewise.
16708 * soft-fp/single.h (union _FP_UNION_S): Likewise.
16709
16710 2018-02-01 Carlos O'Donell <carlos@redhat.com>
16711 Ramin Seyed-Moussavi <lordrasmus@gmail.com>
16712 Joseph Myers <joseph@codesourcery.com>
16713
16714 [BZ #21314]
16715 * sysdeps/ieee754/dbl-64/s_log1p.c: Include <libc-diag.h>.
16716 (__log1p): Disable -Wmaybe-uninitialized for -Os around
16717 computation using c.
16718 * sysdeps/ieee754/flt-32/s_log1pf.c: Include <libc-diag.h>.
16719 (__log1pf): Disable -Wmaybe-uninitialized for -Os around
16720 computation using c.
16721
16722 2018-02-01 Dmitry V. Levin <ldv@altlinux.org>
16723
16724 * version.h (RELEASE): Set to "development".
16725 (VERSION): Set to "2.27.9000".
16726 * NEWS (2.28): New section.
16727
16728 * version.h (RELEASE): Set to "stable".
16729 (VERSION): Set to "2.27".
16730 * include/features.h (__GLIBC_MINOR__): Set to 2.27.
16731
16732 * NEWS: Add the list of bugs fixed in 2.27.
16733
16734 2018-02-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
16735
16736 * stdlib/test-atexit-race-common.c (do_test): Check stack size
16737 against PTHREAD_STACK_MIN.
16738
16739 2018-02-01 Dmitry V. Levin <ldv@altlinux.org>
16740
16741 * manual/contrib.texi (Palmer Dabbelt, Arjun Shankar, Florian Weimer):
16742 New entries.
16743 (Rafal Luzynski, Andreas Schwab): Update.
16744
16745 2018-02-01 Rafal Luzynski <digitalfreak@lingonborough.com>
16746
16747 [BZ #10871]
16748 * NEWS: List the languages which actually use the alternative
16749 months feature in this release. Also explain that "alt_mon" and
16750 "ab_alt_mon" are optional.
16751
16752 2018-01-31 Il'ya Malakhov <ilmalakhov@yandex.ru>
16753
16754 [BZ #22765]
16755 * crypt/badsalttest.c (do_test): Set cd.initialized to 0.
16756
16757 2018-01-31 Dmitry V. Levin <ldv@altlinux.org>
16758
16759 * manual/install.texi (Tools for Compilation): Update the newest
16760 versions of gcc, binutils, texinfo, gawk, bison, and sed.
16761 * INSTALL: Regenerated.
16762
16763 2018-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
16764
16765 * sysdeps/pthread/allocalim.h (__libc_use_alloca): Use __glibc_likely
16766 instead of __builtin_expect.
16767
16768 2018-01-30 Florian Weimer <fweimer@redhat.com>
16769
16770 * nss/bug17079.c (do_test): Use nss_files only for reading passwd
16771 data.
16772 * nss/tst-nss-getpwent.c (do_test): Likewise.
16773
16774 2018-01-30 Rafal Luzynski <digitalfreak@lingonborough.com>
16775
16776 [BZ #10871]
16777 * localedata/locales/hr_HR (mon): Rename to...
16778 (alt_mon): This.
16779 (mon): Import from CLDR (genitive case).
16780 (d_t_fmt): Update the comment.
16781
16782 2018-01-29 Andreas Schwab <schwab@linux-m68k.org>
16783
16784 * sysdeps/posix/fpathconf.c (__fpathconf): Verify the values of
16785 _POSIX_CHOWN_RESTRICTED, _POSIX_NO_TRUNC, _POSIX_VDISABLE.
16786 * sysdeps/posix/pathconf.c (__pathconf): Likewise.
16787
16788 2018-01-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
16789
16790 * mach/Versions: Fix version when __mach_host_self_ was added.
16791 * hurd/Versions: Fix version when _hurd_exec_paths was added.
16792 * sysdeps/mach/hurd/i386/ld.abilist: New file.
16793 * sysdeps/mach/hurd/i386/libBrokenLocale.abilist: New file.
16794 * sysdeps/mach/hurd/i386/libanl.abilist: New file.
16795 * sysdeps/mach/hurd/i386/libc.abilist: New file.
16796 * sysdeps/mach/hurd/i386/libcrypt.abilist: New file.
16797 * sysdeps/mach/hurd/i386/libdl.abilist: New file.
16798 * sysdeps/mach/hurd/i386/libm.abilist: New file.
16799 * sysdeps/mach/hurd/i386/libnsl.abilist: New file.
16800 * sysdeps/mach/hurd/i386/libresolv.abilist: New file.
16801 * sysdeps/mach/hurd/i386/librt.abilist: New file.
16802 * sysdeps/mach/hurd/i386/libutil.abilist: New file.
16803 * sysdeps/pthread/allocalim.h (__libc_use_alloca): Commute operands of
16804 || to respect codestyle.
16805 * libio/tst-memstream3.c (_FWRITE): Rename to FWRITE_FUNC.
16806 (do_test_bz20181): Rename accordingly.
16807 * malloc/malloc.c: Include <assert.h>.
16808 (assert): Do not define.
16809 [!defined NDEBUG] (__assert_fail): Define to __malloc_assert.
16810 * bits/fcntl.h: Fix comment for FREAD and FWRITE.
16811 * sysdeps/mach/hurd/bits/fcntl.h: Likewise.
16812 * sysdeps/mach/hurd/hp-timing.h: New file.
16813 * sysdeps/mach/hurd/i386/tlsdesc.sym: New file.
16814
16815 2018-01-29 Darius Rad <darius@bluespec.com>
16816
16817 * sysdeps/unix/sysv/linux/riscv/ipc_priv.h: New file.
16818
16819 2018-01-29 Palmer Dabbelt <palmer@sifive.com>
16820
16821 * sysdeps/init_array/crti.S (.section .init_array): Add
16822 PREINIT_FUNCTION when defined.
16823 * manual/math.texi: RISC-V supports _Float128 and _Float64x.
16824 * config.h.in: Regenerate.
16825 * manual/platform.texi: Add RISC-V documenation for
16826 __riscv_flush_icache.
16827 * sysdeps/riscv/__longjmp.S: New file.
16828 * sysdeps/riscv/backtrace.c: Likewise.
16829 * sysdeps/riscv/bits/endian.h: Likewise.
16830 * sysdeps/riscv/bits/setjmp.h: Likewise.
16831 * sysdeps/riscv/bits/wordsize.h: Likewise.
16832 * sysdeps/riscv/bsd-_setjmp.c: Likewise.
16833 * sysdeps/riscv/bsd-setjmp.c: Likewise.
16834 * sysdeps/riscv/dl-trampoline.S: Likewise.
16835 * sysdeps/riscv/gccframe.h: Likewise.
16836 * sysdeps/riscv/jmpbuf-offsets.h: Likewise.
16837 * sysdeps/riscv/jmpbuf-unwind.h: Likewise.
16838 * sysdeps/riscv/machine-gmon.h: Likewise.
16839 * sysdeps/riscv/memusage.h: Likewise.
16840 * sysdeps/riscv/setjmp.S: Likewise.
16841 * sysdeps/riscv/sys/asm.h: Likewise.
16842 * sysdeps/riscv/tls-macros.h: Likewise.
16843 * sysdeps/riscv/dl-tls.h: New file.
16844 * sysdeps/riscv/libc-tls.c: Likewise.
16845 * sysdeps/riscv/nptl/tcb-offsets.sym: Likewise.
16846 * sysdeps/riscv/nptl/tls.h: Likewise.
16847 * sysdeps/riscv/stackinfo.h: Likewise.
16848 * sysdeps/riscv/bits/fenv.h: New file.
16849 * sysdeps/riscv/e_sqrtl.c: Likewise.
16850 * sysdeps/riscv/fpu_control.h: Likewise.
16851 * sysdeps/riscv/math-tests.h: Likewise.
16852 * sysdeps/riscv/nofpu/Implies: Likewise.
16853 * sysdeps/riscv/sfp-machine.h: Likewise.
16854 * sysdeps/riscv/tininess.h: Likewise.
16855 * sysdeps/riscv/rv64/rvd/s_ceil.c: New file.
16856 * sysdeps/riscv/rv64/rvd/s_floor.c: Likewise.
16857 * sysdeps/riscv/rv64/rvd/s_llrint.c: Likewise.
16858 * sysdeps/riscv/rv64/rvd/s_llround.c: Likewise.
16859 * sysdeps/riscv/rv64/rvd/s_lrint.c: Likewise.
16860 * sysdeps/riscv/rv64/rvd/s_lround.c: Likewise.
16861 * sysdeps/riscv/rv64/rvd/s_nearbyint.c: Likewise.
16862 * sysdeps/riscv/rv64/rvd/s_rint.c: Likewise.
16863 * sysdeps/riscv/rv64/rvd/s_round.c: Likewise.
16864 * sysdeps/riscv/rv64/rvd/s_roundeven.c: Likewise.
16865 * sysdeps/riscv/rv64/rvd/s_trunc.c: Likewise.
16866 * sysdeps/riscv/rv64/rvf/s_llrintf.c: Likewise.
16867 * sysdeps/riscv/rv64/rvf/s_llroundf.c: Likewise.
16868 * sysdeps/riscv/rv64/rvf/s_lrintf.c: Likewise.
16869 * sysdeps/riscv/rv64/rvf/s_lroundf.c: Likewise.
16870 * sysdeps/riscv/rvd/e_sqrt.c: Likewise.
16871 * sysdeps/riscv/rvd/s_copysign.c: Likewise.
16872 * sysdeps/riscv/rvd/s_finite.c: Likewise.
16873 * sysdeps/riscv/rvd/s_fma.c: Likewise.
16874 * sysdeps/riscv/rvd/s_fmax.c: Likewise.
16875 * sysdeps/riscv/rvd/s_fmin.c: Likewise.
16876 * sysdeps/riscv/rvd/s_fpclassify.c: Likewise.
16877 * sysdeps/riscv/rvd/s_isinf.c: Likewise.
16878 * sysdeps/riscv/rvd/s_isnan.c: Likewise.
16879 * sysdeps/riscv/rvd/s_issignaling.c: Likewise.
16880 * sysdeps/riscv/rvf/e_sqrtf.c: Likewise.
16881 * sysdeps/riscv/rvf/fclrexcpt.c: Likewise.
16882 * sysdeps/riscv/rvf/fegetenv.c: Likewise.
16883 * sysdeps/riscv/rvf/fegetmode.c: Likewise.
16884 * sysdeps/riscv/rvf/fegetround.c: Likewise.
16885 * sysdeps/riscv/rvf/feholdexcpt.c: Likewise.
16886 * sysdeps/riscv/rvf/fesetenv.c: Likewise.
16887 * sysdeps/riscv/rvf/fesetexcept.c: Likewise.
16888 * sysdeps/riscv/rvf/fesetmode.c: Likewise.
16889 * sysdeps/riscv/rvf/fesetround.c: Likewise.
16890 * sysdeps/riscv/rvf/feupdateenv.c: Likewise.
16891 * sysdeps/riscv/rvf/fgetexcptflg.c: Likewise.
16892 * sysdeps/riscv/rvf/fraiseexcpt.c: Likewise.
16893 * sysdeps/riscv/rvf/fsetexcptflg.c: Likewise.
16894 * sysdeps/riscv/rvf/ftestexcept.c: Likewise.
16895 * sysdeps/riscv/rvf/get-rounding-mode.h: Likewise.
16896 * sysdeps/riscv/rvf/math_private.h: Likewise.
16897 * sysdeps/riscv/rvf/s_ceilf.c: Likewise.
16898 * sysdeps/riscv/rvf/s_copysignf.c: Likewise.
16899 * sysdeps/riscv/rvf/s_finitef.c: Likewise.
16900 * sysdeps/riscv/rvf/s_floorf.c: Likewise.
16901 * sysdeps/riscv/rvf/s_fmaf.c: Likewise.
16902 * sysdeps/riscv/rvf/s_fmaxf.c: Likewise.
16903 * sysdeps/riscv/rvf/s_fminf.c: Likewise.
16904 * sysdeps/riscv/rvf/s_fpclassifyf.c: Likewise.
16905 * sysdeps/riscv/rvf/s_isinff.c: Likewise.
16906 * sysdeps/riscv/rvf/s_isnanf.c: Likewise.
16907 * sysdeps/riscv/rvf/s_issignalingf.c: Likewise.
16908 * sysdeps/riscv/rvf/s_nearbyintf.c: Likewise.
16909 * sysdeps/riscv/rvf/s_rintf.c: Likewise.
16910 * sysdeps/riscv/rvf/s_roundevenf.c: Likewise.
16911 * sysdeps/riscv/rvf/s_roundf.c: Likewise.
16912 * sysdeps/riscv/rvf/s_truncf.c: Likewise.
16913 * sysdeps/riscv/nptl/bits/pthreadtypes-arch.h: New file.
16914 * sysdeps/riscv/nptl/bits/semaphore.h: Likewise.
16915 * sysdeps/riscv/nptl/libc-lowlevellock.c: Likewise.
16916 * sysdeps/unix/sysv/linux/riscv/atomic-machine.h: Likewise.
16917 * sysdeps/riscv/nptl/nptl-sysdep.S: New file.
16918 * sysdeps/unix/sysv/linux/riscv/arch-fork.h: Likewise.
16919 * sysdeps/unix/sysv/linux/riscv/clone.S: Likewise.
16920 * sysdeps/unix/sysv/linux/riscv/profil-counter.h: Likewise.
16921 * sysdeps/unix/sysv/linux/riscv/pt-vfork.S: Likewise.
16922 * sysdeps/unix/sysv/linux/riscv/syscall.c: Likewise.
16923 * sysdeps/unix/sysv/linux/riscv/sysdep.S: Likewise.
16924 * sysdeps/unix/sysv/linux/riscv/sysdep.h: Likewise.
16925 * sysdeps/unix/sysv/linux/riscv/vfork.S: Likewise.
16926 * sysdeps/riscv/nptl/pthread-offsets.h: New file.
16927 * sysdeps/riscv/nptl/pthreaddef.h: Likewise.
16928 * sysdeps/unix/sysv/linux/riscv/bits/fcntl.h: Likewise.
16929 * sysdeps/unix/sysv/linux/riscv/bits/mman.h: Likewise.
16930 * sysdeps/unix/sysv/linux/riscv/bits/sigcontext.h: Likewise.
16931 * sysdeps/unix/sysv/linux/riscv/dl-cache.h: Likewise.
16932 * sysdeps/unix/sysv/linux/riscv/flush-icache.c: Likewise.
16933 * sysdeps/unix/sysv/linux/riscv/getcontext.S: Likewise.
16934 * sysdeps/unix/sysv/linux/riscv/init-first.c: Likewise.
16935 * sysdeps/unix/sysv/linux/riscv/libc-vdso.h: Likewise.
16936 * sysdeps/unix/sysv/linux/riscv/makecontext.c: Likewise.
16937 * sysdeps/unix/sysv/linux/riscv/readelflib.c: Likewise.
16938 * sysdeps/unix/sysv/linux/riscv/register-dump.h: Likewise.
16939 * sysdeps/unix/sysv/linux/riscv/setcontext.S: Likewise.
16940 * sysdeps/unix/sysv/linux/riscv/sigcontextinfo.h: Likewise.
16941 * sysdeps/unix/sysv/linux/riscv/swapcontext.S: Likewise.
16942 * sysdeps/unix/sysv/linux/riscv/sys/cachectl.h: Likewise.
16943 * sysdeps/unix/sysv/linux/riscv/sys/procfs.h: Likewise.
16944 * sysdeps/unix/sysv/linux/riscv/sys/ucontext.h: Likewise.
16945 * sysdeps/unix/sysv/linux/riscv/sys/user.h: Likewise.
16946 * sysdeps/unix/sysv/linux/riscv/ucontext-macros.h: Likewise.
16947 * sysdeps/unix/sysv/linux/riscv/ucontext_i.sym: Likewise.
16948 * sysdeps/unix/sysv/linux/riscv/dl-static.c: New file.
16949 * sysdeps/unix/sysv/linux/riscv/ldconfig.h: Likewise.
16950 * sysdeps/unix/sysv/linux/riscv/ldsodefs.h: Likewise.
16951 * sysdeps/riscv/nofpu/libm-test-ulps: New file.
16952 * sysdeps/riscv/nofpu/libm-test-ulps-name: Likewise.
16953 * sysdeps/riscv/rv64/rvd/libm-test-ulps: Likewise.
16954 * sysdeps/riscv/rv64/rvd/libm-test-ulps-name: Likewise.
16955 * sysdeps/unix/sysv/linux/riscv/localplt.data: Likewise.
16956 * sysdeps/unix/sysv/linux/riscv/rv64/c++-types.data: Likewise.
16957 * sysdeps/unix/sysv/linux/riscv/rv64/ld.abilist: Likewise.
16958 * sysdeps/unix/sysv/linux/riscv/rv64/libanl.abilist: Likewise.
16959 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
16960 * sysdeps/unix/sysv/linux/riscv/rv64/libdl.abilist: Likewise.
16961 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
16962 * sysdeps/unix/sysv/linux/riscv/rv64/libnsl.abilist: Likewise.
16963 * sysdeps/unix/sysv/linux/riscv/rv64/librt.abilist: Likewise.
16964 * sysdeps/unix/sysv/linux/riscv/rv64/libutil.abilist: Likewise.
16965 * sysdeps/riscv/Implies: New file.
16966 * sysdeps/riscv/Makefile: Likewise.
16967 * sysdeps/riscv/configure: Likewise.
16968 * sysdeps/riscv/configure.ac: Likewise.
16969 * sysdeps/riscv/nptl/Makefile: Likewise.
16970 * sysdeps/riscv/preconfigure: Likewise.
16971 * sysdeps/riscv/rv64/Implies-after: Likewise.
16972 * sysdeps/riscv/rv64/rvd/Implies: Likewise.
16973 * sysdeps/riscv/rv64/rvf/Implies: Likewise.
16974 * sysdeps/unix/sysv/linux/riscv/Implies: Likewise.
16975 * sysdeps/unix/sysv/linux/riscv/Makefile: Likewise.
16976 * sysdeps/unix/sysv/linux/riscv/Versions: Likewise.
16977 * sysdeps/unix/sysv/linux/riscv/configure: Likewise.
16978 * sysdeps/unix/sysv/linux/riscv/configure.ac: Likewise.
16979 * sysdeps/unix/sysv/linux/riscv/ldd-rewrite.sed: Likewise.
16980 * sysdeps/unix/sysv/linux/riscv/rv64/Implies: Likewise.
16981 * sysdeps/unix/sysv/linux/riscv/rv64/Makefile: Likewise.
16982 * sysdeps/unix/sysv/linux/riscv/shlib-versions: Likewise.
16983 * scripts/build-many-glibcs.py (Context): Add RISC-V targets.
16984 (Config): Likewise.
16985
16986 2018-01-29 Florian Weimer <fweimer@redhat.com>
16987
16988 [BZ #22701]
16989 * include/rpcsvc/nislib.h (__nis_default_ttl): Add
16990 libnsl_hidden_proto.
16991 * include/rpcsvc/yp.h (yp_xdrall): Declare with
16992 libnsl_hidden_proto.
16993 * include/rpcsvc/ypclnt.h (yp_maplist): Likewise.
16994 * nis/Makefile (libnsl-routines): Add nss-default only for
16995 build-obsolete-nsl.
16996 * nis/nis_defaults.c (__nis_default_ttl): Add
16997 libnsl_hidden_nolink_def.
16998 * nis/rpcsvc/ypclnt.h (yp_maplist): Remove #ifdef'ed-out
16999 declaration.
17000 * nis/yp_xdr.c (xdr_ypall): Add libnsl_hidden_nolink_def.
17001 * nis/ypclnt.c (yp_maplist): Likewise.
17002
17003 2018-01-29 Romain Naour <romain.naour@gmail.com> (tiny change)
17004
17005 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17006 (__ASSUME_COPY_FILE_RANGE) [__LINUX_KERNEL_VERSION < 0x040A00]: Undef.
17007
17008 2018-01-29 Joseph Myers <joseph@codesourcery.com>
17009
17010 * scripts/build-many-glibcs.py (Context.git_checkout): Use git
17011 clean -dxfq for git updates when replacing sources.
17012
17013 * scripts/build-many-glibcs.py (Config.build_gcc): Use
17014 --disable-libcilkrts unconditionally, not just for the final GCC
17015 build for Hurd.
17016
17017 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
17018 version to 4.15.
17019
17020 2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
17021
17022 [BZ #10871]
17023 * localedata/locales/lt_LT (alt_mon): Import from CLDR (nominative
17024 case).
17025
17026 2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
17027
17028 [BZ #10871]
17029 * localedata/locales/be_BY (mon): Rename to...
17030 (alt_mon): This, then synchronize with CLDR (nominative case).
17031 (abmon): Rename to...
17032 (ab_alt_mon): This, then synchronize with CLDR (nominative case).
17033 (mon): Import from CLDR (genitive case).
17034 (abmon): Likewise.
17035 * localedata/locales/be_BY@latin (mon): Rename to...
17036 (alt_mon): This.
17037 (mon): Add, proper genitive forms provided by Viktar Siarheichyk.
17038
17039 * localedata/locales/be_BY@latin (lang_name): Reworded to
17040 "biełaruskaja mova".
17041
17042 2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
17043
17044 [BZ #10871]
17045 * localedata/locales/el_CY (mon): Renamed to...
17046 (alt_mon): This.
17047 (mon): Import from CLDR (genitive case).
17048 * localedata/locales/el_GR: Likewise.
17049
17050 2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
17051
17052 [BZ #10871]
17053 * localedata/locales/ru_RU (mon): Rename to...
17054 (alt_mon): This.
17055 (abmon): Rename to...
17056 (ab_alt_mon): This.
17057 (mon): Import from CLDR (genitive case).
17058 (abmon): Copy from the old content except the 5th month which is
17059 now in the genitive case, even when abbreviated.
17060 * localedata/locales/ru_UA: Likewise.
17061 * time/tst-strptime.c (day_tests): Add an actual example of
17062 a difference between %b and %Ob in Russian.
17063
17064 2018-01-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
17065
17066 * sysdeps/mach/hurd/xmknodat.c: Include <sys/sysmacros.h>.
17067 * sysdeps/mach/hurd/profil.c: Reuse `a' variable instead of introducing
17068 a `c' variable.
17069 * resolv/res-close.c: Include <stdlib.h>.
17070 * sysdeps/generic/not-cancel.h: Include <fcntl.h>, <unistd.h>,
17071 <sys/wait.h>, <time.h>, <sys/uio.h>.
17072 (NOT_CANCEL_H): Add inclusion guard.
17073 * sysdeps/generic/sigset-cvt-mask.h: Include <sigsetops.h>.
17074 * sysdeps/generic/sigsetops.h (__sigemptyset, __sigfillset,
17075 __sigandset, __sigorset, __sigaddset, __sigdelset): Make them really
17076 return 0.
17077 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Cast
17078 vm_address_t * to ElfW(Addr) * for dl_main parameter.
17079 * sysdeps/pthread/posix-timer.h (timer_ptr2id): Cast to timer_t
17080 instead of void *.
17081 * sysdeps/pthread/timer_create.c (timer_create): Do not use
17082 timer_ptr2id to cast struct timer_node * to void *.
17083 * scripts/build-many-glibcs.py [os == gnu] (build_gcc): Pass
17084 --disable-libcilkrts to gcc configure.
17085 (checkout_vcs): Add mig and gnumach repository URLs, run autoreconf,
17086 and make them the default for now.
17087 * sysdeps/mach/hurd/Makefile [$(subdir)==nis]: Add
17088 -DUSE_BINDINGDIR=1 to CFLAGS-ypclnt.c.
17089 * mach/Machrules (MIGFLAGS): Do not set -DMACH_IPC_COMPAT=0.
17090 * mach/mach/mach_traps.h: Drop comment about MACH_IPC_COMPAT.
17091 * sysdeps/mach/hurd/fork.c (__fork): Drop special casing
17092 MACH_IPC_COMPAT.
17093 * sysdeps/mach/hurd/dl-sysdep.c (_exit): Call LOSE and abort() if
17094 __task_terminate would ever return successfully.
17095 * sysdeps/mach/hurd/profil.c (special_profil_failure): Move variable
17096 to global scope.
17097 * sysdeps/mach/pagecopy.h (PAGE_THRESHOLD): Rename to
17098 PAGE_COPY_THRESHOLD and set to benchmarked 16384.
17099 * sysdeps/mach/hurd/getresgid.c (__getresgid): Set result from
17100 critical section to make code simpler and avoid warning.
17101 * sysdeps/mach/hurd/getresuid.c (__getresuid): Set result from
17102 critical section to make code simpler and avoid warning.
17103 * sysdeps/mach/hurd/spawni.c (__spawni): Make relpath and abspath
17104 const char * instead of char *.
17105 * hurd/hurd/lookup.h (__hurd_file_name_lookup, hurd_file_name_lookup,
17106 __hurd_file_name_split, hurd_file_name_split,
17107 __hurd_directory_name_split, hurd_directory_name_split,
17108 __hurd_file_name_lookup_retry, hurd_file_name_lookup_retry,
17109 hurd_file_name_path_lookup): Make lookup function parameter take a
17110 const char *name instead of char *name.
17111 * hurd/hurdlookup.c (__hurd_file_name_lookup, __hurd_file_name_split,
17112 __hurd_directory_name_split): Likewise.
17113 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Likewise.
17114 * hurd/path-lookup.c (hurd_file_name_path_lookup): Likewise.
17115 * sysdeps/mach/hurd/check_native.c: New file.
17116 * sysdeps/mach/hurd/check_pf.c: New file.
17117 * nscd/gai.c (__getifaddrs): Define macro to getifaddrs.
17118 (__freeifaddrs): Define macro to freeifaddrs.
17119 * sysdeps/mach/hurd/libhurduser.abilist: New file.
17120 * sysdeps/mach/libmachuser.abilist: New file.
17121 * libio/tst-memstream3.c (FWRITE): Rename to _FWRITE.
17122 (do_test_bz20181): Rename accordingly.
17123 * libio/tst-wmemstream3.c (FWRITE): Rename accordingly.
17124 * io/tst-copy_file_range.c [!defined CLONE_NEWNS]: Do not include
17125 <sys/mount.h>.
17126 * hurd/hurd.h (__hurd_fail): Always declare function, and provide inline
17127 version only if __USE_EXTERN_INLINES is defined.
17128 * hurd/hurd/fd.h (_hurd_fd_error_signal, _hurd_fd_error, __hurd_dfail,
17129 __hurd_sockfail): Likewise.
17130 (_hurd_fd_get): Always declare functions, and provide inline versions
17131 only if __USE_EXTERN_INLINES and _LIBC are defined and IS_IN(libc).
17132 * hurd/hurd/port.h (_hurd_port_init, _hurd_port_locked_get,
17133 _hurd_port_get, _hurd_port_free, _hurd_port_locked_set,
17134 _hurd_port_set): Always declare functions, and provide inline versions
17135 only if __USE_EXTERN_INLINES and _LIBC are defined and
17136 IS_IN(libc).
17137 * hurd/hurd/signal.h (_hurd_self_sigstate, _hurd_critical_section_lock,
17138 _hurd_critical_section_unlock): Likewise.
17139 * hurd/hurd/threadvar.h (__hurd_threadvar_location_from_sp,
17140 * __hurd_threadvar_location): Likewise.
17141 * hurd/hurd/userlink.h (_hurd_userlink_link, _hurd_userlink_unlink,
17142 _hurd_userlink_clear): Likewise.
17143 * mach/lock-intern.h (__spin_lock_init, __spin_lock, __mutex_lock,
17144 __mutex_unlock, __mutex_trylock): Always declare functions, and provide
17145 inline versions only if __USE_EXTERN_INLINES and _LIBC are defined.
17146 * mach/mach/mig_support.h (__mig_strncpy): Likewise.
17147 * sysdeps/generic/machine-lock.h (__spin_unlock, __spin_try_lock,
17148 __spin_lock_locked): Likewise.
17149 * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock,
17150 __spin_lock_locked): Likewise.
17151 * mach/spin-lock.c (__USE_EXTERN_INLINES): Define to 1.
17152 * hurd/Versions (libc: GLIBC_2.27): Add _hurd_fd_error_signal,
17153 _hurd_fd_error, __hurd_dfail, __hurd_sockfail, _hurd_port_locked_set,
17154 __hurd_threadvar_location_from_sp, __hurd_threadvar_location,
17155 _hurd_userlink_link, _hurd_userlink_unlink, _hurd_userlink_clear.
17156 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_CHOWN_RESTRICTED,
17157 _POSIX_NO_TRUNC): Define to 0.
17158 * sysdeps/pthread/allocalim.h [!defined PTHREAD_STACK_MIN]: Do not
17159 check size against PTHREAD_STACK_MIN.
17160 * hurd/hurd/signal.h [__USE_EXTERN_INLINES][_LIBC][IS_IN(libc) ||
17161 IS_IN(libpthread)]: Include <sigsetops.h>.
17162 * mach/Makefile (user-interfaces): Add mach/gnumach.
17163 * sysdeps/mach/configure.ac (mach_interface_list): Add gnumach.
17164 * sysdeps/mach/configure (mach_interface_list): Regenerate.
17165 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_VDISABLE): Set to '\0'
17166 instead of invalid -1.
17167 * sysdeps/mach/hurd/net/ethernet.h: Include <stdint.h>.
17168 * sysdeps/mach/hurd/net/if_arp.h: Include <stdint.h>.
17169 * sysdeps/mach/hurd/net/if_ppp.h: Do not include non-existing
17170 <net/ppp_defs.h>.
17171
17172 2018-01-27 Thomas Schwinge <tschwinge@gnu.org>
17173
17174 * hurd/fcntl-internal.h: New file.
17175
17176 2018-01-27 James Clarke <jrtc27@jrtc27.com>
17177
17178 * sysdeps/hppa/fpu/libm-test-ulps: Update.
17179
17180 * sysdeps/alpha/fpu/libm-test-ulps: Update.
17181
17182 2018-01-26 Andreas Schwab <schwab@linux-m68k.org>
17183
17184 [BZ #22701]
17185 * nis/Makefile (libnsl-inhibit-o) [$(build-obsolete-nsl) != yes]:
17186 Build only shared objects.
17187
17188 2018-01-26 Carlos O'Donell <carlos@redhat.com>
17189
17190 * README: Update for hppa.
17191
17192 2018-01-26 Patrick McGehearty <patrick.mcgehearty@oracle.com>
17193
17194 * sysdeps/sparc/fpu/libm-test-ulps: Update
17195 cpow, ctan, ctanh, j0, j1, y0, yn ulps.
17196
17197 2018-01-26 Carlos O'Donell <carlos@redhat.com>
17198
17199 Revert:
17200
17201 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
17202
17203 [BZ #22563]
17204 * sysdeps/i386/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
17205 * sysdeps/i386/nptl/tls.h (tcbhead_t): Add feature_1.
17206 * sysdeps/x86_64/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
17207 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Rename __glibc_unused1
17208 to feature_1.
17209
17210 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
17211
17212 [BZ #22563]
17213 * bits/types/__cancel_jmp_buf_tag.h: New file.
17214 * sysdeps/unix/sysv/linux/x86/bits/types/__cancel_jmp_buf_tag.h
17215 * sysdeps/unix/sysv/linux/x86/pthreaddef.h: Likewise.
17216 * sysdeps/unix/sysv/linux/x86/nptl/pthreadP.h: Likewise.
17217 * nptl/Makefile (headers): Add
17218 bits/types/__cancel_jmp_buf_tag.h.
17219 * nptl/descr.h [NEED_SAVED_MASK_IN_CANCEL_JMP_BUF]
17220 (pthread_unwind_buf): Add saved_mask to cancel_jmp_buf.
17221 * sysdeps/nptl/pthread.h: Include
17222 <bits/types/__cancel_jmp_buf_tag.h>.
17223 (__pthread_unwind_buf_t): Use struct __cancel_jmp_buf_tag with
17224 __cancel_jmp_buf.
17225 * sysdeps/unix/sysv/linux/hppa/pthread.h: Likewise.
17226
17227 2018-01-25 Rafal Luzynski <digitalfreak@lingonborough.com>
17228
17229 [BZ #10871]
17230 * localedata/locales/uk_UA (mon): Renamed to...
17231 (alt_mon): This.
17232 (alt_digits): "0" removed and then renamed to...
17233 (mon): This.
17234 (date_fmt): Definition changed not to use the alternative
17235 digits hack.
17236
17237 2018-01-25 Palmer Dabbelt <palmer@sifive.com>
17238
17239 * elf/cache.c (print_entry): Add FLAG_RISCV_FLOAT_ABI_SOFT and
17240 FLAG_RISCV_FLOAT_ABI_DOUBLE.
17241 * elf/elf.h (EF_RISCV_RVC): New define.
17242 (EF_RISCV_FLOAT_ABI): Likewise.
17243 (EF_RISCV_FLOAT_ABI_SOFT): Likewise.
17244 (EF_RISCV_FLOAT_ABI_SINGLE): Likewise.
17245 (EF_RISCV_FLOAT_ABI_DOUBLE): Likewise.
17246 (EF_RISCV_FLOAT_ABI_QUAD): Likewise.
17247 * sysdeps/generic/ldconfig.h (FLAG_RISCV_FLOAT_ABI_SOFT): New
17248 define.
17249 (FLAG_RISCV_FLOAT_ABI_DOUBLE): Likewise.
17250
17251 2018-01-25 Andreas Schwab <schwab@suse.de>
17252
17253 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): Consistently put arguments in
17254 single quotes.
17255 * sysdeps/gnu/configure: Regenerate.
17256 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerate.
17257 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
17258 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
17259 * sysdeps/unix/sysv/linux/s390/s390-64/configure: Regenerate.
17260 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: Regenerate.
17261 * sysdeps/unix/sysv/linux/tile/configure: Regenerate.
17262 * sysdeps/unix/sysv/linux/x86_64/64/configure: Regenerate.
17263 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Regenerate.
17264
17265 2018-01-25 Samuel Thibault <samuel.thibault@ens-lyon.org>
17266
17267 * scripts/build-many-glibcs.py (checkout_vcs): Add hurd repository
17268 URL, and run autoconf, make it the default for now.
17269
17270 2018-01-24 Joseph Myers <joseph@codesourcery.com>
17271
17272 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
17273 soft-float ColdFire configuration.
17274
17275 * sysdeps/unix/sysv/linux/m68k/localplt.data: Move to ....
17276 * sysdeps/unix/sysv/linux/m68k/m680x0/localplt.data: ... here.
17277 * sysdeps/unix/sysv/linux/m68k/coldfire/localplt.data: New file.
17278
17279 * sysdeps/m68k/coldfire/nofpu/math_private.h: New file. Based on
17280 MicroBlaze file.
17281
17282 * sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h: Move to
17283 ....
17284 * sysdeps/unix/sysv/linux/m68k/coldfire/fpu/jmp_buf-macros.h:
17285 ... here.
17286 * sysdeps/unix/sysv/linux/m68k/coldfire/nofpu/jmp_buf-macros.h:
17287 New file.
17288
17289 * sysdeps/unix/sysv/linux/m68k/jmp_buf-macros.h: Move to ....
17290 * sysdeps/unix/sysv/linux/m68k/m680x0/jmp_buf-macros.h: ... here.
17291 * sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h: New
17292 file.
17293
17294 2018-01-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
17295
17296 [BZ #22742]
17297 * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h (__glibc_reserved1):
17298 Rename to __reserved and add comment.
17299 * sysdeps/unix/sysv/linux/aarch64/ucontext_i.sym (__glibc_reserved1):
17300 Rename to __reserved.
17301
17302 2018-01-24 Joseph Myers <joseph@codesourcery.com>
17303
17304 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
17305 i686-gnu configurations.
17306 (Context.run_builds): Include mig, gnumach and hurd in components
17307 considered.
17308 (Context.checkout): Add mig, gnumach and hurd to components.
17309 (Context.checkout_tar): Add URL mappings for mig, gnumach and
17310 hurd.
17311 (Context.bot_cycle): Check for changes to mig, gnumach and hurd.
17312 (Config.build): Install gnumach headers, build mig and install
17313 hurd headers for 'gnu' OS.
17314 (Config.install_gnumach_headers): New function.
17315 (Config.install_hurd_headers): Likewise.
17316 (Glibc.build_glibc): Do not use /usr for 'gnu' OS. Specifiy MIG
17317 when building for 'gnu' OS.
17318
17319 2018-01-23 Tobias Klauser <tklauser@distanz.ch>
17320
17321 * manual/tunables.texi (Hardware Capability Tunables): Fix
17322 spelling.
17323
17324 2018-01-22 Rical Jasan <ricaljasan@pacific.net>
17325
17326 * manual/locale.texi (ALTMON_1, ALTMON_2, ALTMON_3, ALTMON_4)
17327 (ALTMON_5, ALTMON_6, ALTMON_7, ALTMON_8, ALTMON_9, ALTMON_10)
17328 (ALTMON_11, ALTMON_12): Improve documentation.
17329 * manual/time.texi (strftime): Likewise.
17330
17331 2018-01-22 Rafal Luzynski <digitalfreak@lingonborough.com>
17332
17333 [BZ #10871]
17334 * localedata/locales/pl_PL: Alternative month names added,
17335 primary month names are genitive now.
17336 * time/tst-strptime.c (day_tests): Actually use a genitive case
17337 of a month name in Polish language.
17338
17339 2018-01-22 Rafal Luzynski <digitalfreak@lingonborough.com>
17340
17341 [BZ #10871]
17342 * manual/locale.texi: Document ALTMON_1..12 constants for
17343 nl_langinfo. Specify when to use ALTMON instead of MON.
17344 * manual/time.texi (strftime, strptime): Document GNU extension
17345 permitting O modifier with %B and %b. Specify when to use
17346 %OB instead of %B.
17347
17348 2018-01-22 Rafal Luzynski <digitalfreak@lingonborough.com>
17349
17350 [BZ #10871]
17351 * locale/C-time.c (_nl_C_LC_TIME): Add abbreviated alternative month
17352 names, define them as the same as abbreviated month names explicitly.
17353 * locale/categories.def (LC_TIME): Add ab_alt_mon and wide-ab_alt_mon.
17354 * locale/langinfo.h: (_NL_ABALTMON_1, _NL_ABALTMON_2, _NL_ABALTMON_3,
17355 _NL_ABALTMON_4, _NL_ABALTMON_5, _NL_ABALTMON_6, _NL_ABALTMON_7,
17356 _NL_ABALTMON_8, _NL_ABALTMON_9, _NL_ABALTMON_10, _NL_ABALTMON_11,
17357 _NL_ABALTMON_12, _NL_WABALTMON_1, _NL_WABALTMON_2, _NL_WABALTMON_3,
17358 _NL_WABALTMON_4, _NL_WABALTMON_5, _NL_WABALTMON_6, _NL_WABALTMON_7,
17359 _NL_WABALTMON_8, _NL_WABALTMON_9, _NL_WABALTMON_10, _NL_WABALTMON_11,
17360 _NL_WABALTMON_12): New enum constants.
17361 * locale/programs/ld-time.c (struct locale_time_t): Add ab_alt_mon,
17362 wab_alt_mon, and ab_alt_mon_defined members.
17363 (time_output): Output ab_alt_mon and wab_alt_mon members.
17364 (time_read): Read them, initialize them as copies of abmon and wabmon
17365 respectively if they are missing, initialize ab_alt_mon_defined.
17366 * locale/programs/locfile-kw.gperf (ab_alt_mon): Define.
17367 * locale/programs/locfile-kw.h: Regenerate.
17368 * locale/programs/locfile-token.h (tok_ab_alt_mon): New enum constant.
17369 * time/Makefile [$(run-built-tests) = yes] (LOCALES): Add es_ES.UTF-8
17370 and ru_RU.UTF-8.
17371 * time/strftime_l.c (a_altmonth, aam_len): New macros.
17372 [!COMPILE_WIDE] (ABALTMON_1): New macro.
17373 (__strftime_internal): Handle %Ob and %Oh formats.
17374 * time/strptime_l.c [_LIBC] (ab_alt_month_name): New macro.
17375 (__strptime_internal): Handle %Ob and %Oh formats.
17376 * time/tst-strptime.c (day_tests): Add more tests to parse different
17377 forms of month names including the new %Ob format specifier.
17378
17379 2018-01-22 Rafal Luzynski <digitalfreak@lingonborough.com>
17380
17381 [BZ #10871]
17382 * locale/C-time.c (_nl_C_LC_TIME): Add alternative month names,
17383 define them as the same as primary full month names explicitly.
17384 * locale/categories.def (LC_TIME): Add alt_mon and wide-alt_mon.
17385 * locale/langinfo.h (__ALTMON_1, __ALTMON_2, __ALTMON_3, __ALTMON_4,
17386 __ALTMON_5, __ALTMON_6, __ALTMON_7, __ALTMON_8, __ALTMON_9, __ALTMON_10,
17387 __ALTMON_11, __ALTMON_12, _NL_WALTMON_1, _NL_WALTMON_2, _NL_WALTMON_3,
17388 _NL_WALTMON_4, _NL_WALTMON_5, _NL_WALTMON_6, _NL_WALTMON_7,
17389 _NL_WALTMON_8, _NL_WALTMON_9, _NL_WALTMON_10, _NL_WALTMON_11,
17390 _NL_WALTMON_12): New enum constants.
17391 [__USE_GNU] (ALTMON_1, ALTMON_2, ALTMON_3, ALTMON_4, ALTMON_5, ALTMON_6,
17392 ALTMON_7, ALTMON_8, ALTMON_9, ALTMON_10, ALTMON_11, ALTMON_12): New
17393 macros.
17394 * locale/programs/ld-time.c (struct locale_time_t): Add alt_mon,
17395 walt_mon, and alt_mon_defined members.
17396 (time_output): Output alt_mon and walt_mon members.
17397 (time_read): Read them, initialize them as copies of mon and wmon
17398 respectively if they are missing, initialize alt_mon_defined.
17399 * locale/programs/locfile-kw.gperf (alt_mon): Define.
17400 * locale/programs/locfile-kw.h: Regenerate.
17401 * locale/programs/locfile-token.h (tok_alt_mon): New enum constant.
17402 * localedata/tst-langinfo.c (map): Add tests for the new constants
17403 ALTMON_1 .. ALTMON_12.
17404 * time/Makefile [$(run-built-tests) = yes] (LOCALES): Add fr_FR.UTF-8
17405 and pl_PL.UTF-8.
17406 * time/strftime_l.c (f_altmonth): New macro.
17407 (__strftime_internal): Handle %OB format.
17408 * time/strptime_l.c [_LIBC] (alt_month_name): New macro.
17409 (__strptime_internal): Handle %OB format.
17410 * time/tst-strptime.c (day_tests): Add tests to parse different forms
17411 of month names including the new %OB format specifier.
17412
17413 2018-01-19 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
17414
17415 [BZ #22685]
17416 * sysdeps/powerpc/powerpc32/sysdep.h (ABORT_TRANSACTION_IMPL): Renamed
17417 from ABORT_TRANSACTION.
17418 (ABORT_TRANSACTION): Redirect to ABORT_TRANSACTION_IMPL.
17419 * sysdeps/powerpc/powerpc64/sysdep.h (ABORT_TRANSACTION,
17420 ABORT_TRANSACTION_IMPL): Likewise.
17421 * sysdeps/unix/sysv/linux/powerpc/not-errno.h: New file. Reuse
17422 Linux code, but remove the code that aborts transactions.
17423
17424 2018-01-19 Samuel Thibault <samuel.thibault@ens-lyon.org>
17425
17426 * sysdeps/generic/netinet/if_ether.h: Include <stdint.h>.
17427
17428 2018-01-19 Rafal Luzynski <digitalfreak@lingonborough.com>
17429
17430 * localedata/locales/gu_IN (LC_IDENTIFICATION): Fix an obvious typo
17431 in date: "2004-14-09" should be "2004-09-14".
17432 * localedata/locales/lo_LA: Fix an obvious typo in date in the header:
17433 "2003-15-09" should be "2003-09-15".
17434
17435 2018-01-18 Arjun Shankar <arjun@redhat.com>
17436
17437 [BZ #22343]
17438 [BZ #22774]
17439 CVE-2018-6485
17440 CVE-2018-6551
17441 * malloc/malloc.c (checked_request2size): call REQUEST_OUT_OF_RANGE
17442 after padding.
17443 (_int_memalign): check for integer overflow before calling
17444 _int_malloc.
17445 * malloc/tst-malloc-too-large.c: New test.
17446 * malloc/Makefile: Add tst-malloc-too-large.
17447
17448 2018-01-18 Rafal Luzynski <digitalfreak@lingonborough.com>
17449
17450 * localedata/locales/bho_NP (LC_IDENTIFICATION): Fix an obvious typo
17451 in date: "2017-24-07" should be "2017-07-24".
17452 * localedata/locales/mai_IN: Likewise.
17453 * localedata/locales/mai_NP: Likewise.
17454
17455 2018-01-17 Dmitry V. Levin <ldv@altlinux.org>
17456
17457 * po/ru.po: Update translations.
17458
17459 2018-01-17 Joseph Myers <joseph@codesourcery.com>
17460
17461 [BZ #22719]
17462 * sysdeps/hppa/backtrace.c: New file.
17463
17464 2018-01-17 H.J. Lu <hongjiu.lu@intel.com>
17465
17466 [BZ #22715]
17467 * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_profile): Properly
17468 align La_x86_64_retval to VEC_SIZE.
17469
17470 2018-01-16 Joseph Myers <joseph@codesourcery.com>
17471
17472 * sysdeps/x86_64/backtrace.c: Include <gnu/lib-names.h>.
17473 (init): Use LIBGCC_S_SO not hardcoded "libgcc_s.so.1".
17474
17475 2018-01-16 Florian Weimer <fweimer@redhat.com>
17476
17477 * nptl/Makefile [$(have-cxx-thread_local)] (tests-unsupported):
17478 Move tst-thread-exit-clobber ...
17479 [$(CXX)] (tests-unsupported): ... to here.
17480
17481 2018-01-16 Szabolcs Nagy <szabolcs.nagy@arm.com>
17482
17483 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_SHA3): Define.
17484 (HWCAP_SM3, HWCAP_SM4, HWCAP_ASIMDDP, HWCAP_SHA512, HWCAP_SVE): Define.
17485 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c
17486 (_dl_aarch64_cap_flags): Update.
17487 (_DL_HWCAP_COUNT): Update.
17488
17489 2018-01-16 Szabolcs Nagy <szabolcs.nagy@arm.com>
17490
17491 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
17492 (_DL_HWCAP_LAST): Remove.
17493 (_DL_HWCAP_COUNT): Move to ...
17494 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c
17495 (_DL_HWCAP_COUNT): ... here.
17496
17497 2018-01-16 Florian Weimer <fweimer@redhat.com>
17498
17499 * nptl/Makefile (CFLAGS-tst-minstack-throw.o): Compile in C++11
17500 mode with GNU extensions.
17501
17502 2018-01-15 Alan Hayward <alan.hayward@arm.com>
17503
17504 * elf/elf.h (NT_ARM_SVE): Define.
17505
17506 2018-01-15 Florian Weimer <fweimer@redhat.com>
17507
17508 [BZ #22636]
17509 * nptl/tst-minstack-throw.cc: New file.
17510 * nptl/Makefile (tests): Add tst-minstack-throw.
17511 (LDLIBS-tst-minstack-throw): Link with libstdc++.
17512 [!CXX] (tests-unsupported): Add tst-minstack-throw.
17513
17514 2018-01-15 Joseph Myers <joseph@codesourcery.com>
17515
17516 * scripts/build-many-glibcs.py (Context.checkout): Default
17517 binutils version to 2.30 branch, MPFR version to 4.0.0 and MPC
17518 version to 1.1.0.
17519
17520 2018-01-13 Carlos O'Donell <carlos@redhat.com>
17521
17522 [BZ #22707]
17523 * elf/elf.h (DF_1_STUB): Define.
17524 (DF_1_PIE): Define.
17525
17526 2018-01-12 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
17527
17528 [BZ #22697]
17529 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
17530 Do not add 0.5 to integer or out-of-range arguments.
17531
17532 2018-01-12 Dmitry V. Levin <ldv@altlinux.org>
17533
17534 * po/bg.po: Update translations.
17535 * po/cs.po: Likewise.
17536 * po/de.po: Likewise.
17537 * po/ko.po: Likewise.
17538 * po/pl.po: Likewise.
17539 * po/sv.po: Likewise.
17540 * po/uk.po: Likewise.
17541 * po/vi.po: Likewise.
17542
17543 2018-01-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
17544
17545 * aarch64/start.S (_start): Use __wrap_main.
17546 (__wrap_main): New local symbol.
17547
17548 2018-01-12 Dmitry V. Levin <ldv@altlinux.org>
17549
17550 [BZ #22679]
17551 CVE-2018-1000001
17552 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Fall back to
17553 generic_getcwd if the path returned by getcwd syscall is not absolute.
17554 * io/tst-getcwd-abspath.c: New test.
17555 * io/Makefile (tests): Add tst-getcwd-abspath.
17556
17557 2018-01-12 Istvan Kurucsai <pistukem@gmail.com>
17558
17559 * malloc/malloc.c (malloc_consolidate): Add size check.
17560
17561 2018-01-12 Florian Weimer <fweimer@redhat.com>
17562
17563 * support/write_message.c (write_message): Preserve errno.
17564 * support/check.c (print_failure): Likewise.
17565 * support/support_test_verify_impl.c (support_test_verify_impl):
17566 Likewise.
17567 * support/support_test_compare_failure.c
17568 (support_test_compare_failure): Likewise.
17569
17570 2018-01-12 Florian Weimer <fweimer@redhat.com>
17571
17572 [BZ #22701]
17573 * nis/Makefile (install-lib-ldscripts, $(inst_libdir)/libnsl.so):
17574 Prevent installation of libnsl.so.
17575 (libnsl-inhibit-o): Do not build (or install) static libraries.
17576
17577 2018-01-12 Egmont Koblinger <egmont@gmail.com>
17578
17579 [BZ #22657]
17580 * localedata/locales/hu_HU (d_t_fmt): Avoid a leading space
17581 before the day number which may produce a double space.
17582 (date_fmt): Likewise.
17583
17584 2018-01-12 Joseph Myers <joseph@codesourcery.com>
17585
17586 * sysdeps/s390/fpu/feholdexcpt.c (__feholdexcept): Call __fegetenv
17587 instead of fegetenv.
17588
17589 2018-01-11 Joseph Myers <joseph@codesourcery.com>
17590
17591 [BZ #22702]
17592 * sysdeps/generic/math_private.h (libc_feresetround_noex): Update
17593 comment to say exceptions are discarded.
17594 (libc_feholdsetround_noex_ctx): Use __feholdexcept instead of
17595 __fegetenv.
17596 (SET_RESTORE_ROUND_NOEX): Update comment to say non-stop mode must
17597 be enabled.
17598
17599 2018-01-11 Florian Weimer <fweimer@redhat.com>
17600
17601 * sysdeps/gnu/unwind-resume.c (__libgcc_s_init): Update comment
17602 and error message.
17603
17604 2018-01-11 Florian Weimer <fweimer@redhat.com>
17605
17606 [BZ #22636]
17607 * nptl/Makefile (tests): Add tst-minstack-cancel, tst-minstack-exit.
17608 * nptl/tst-minstack-cancel.c, nptl/tst-minstack-exit.c: New files.
17609
17610 2018-01-10 Joseph Myers <joseph@codesourcery.com>
17611
17612 [BZ #22693]
17613 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Handle
17614 negative arguments in test for NaN or infinity argument.
17615
17616 2018-01-10 Dmitry V. Levin <ldv@altlinux.org>
17617
17618 * po/libc.pot: Regenerate.
17619
17620 2018-01-10 Florian Weimer <fweimer@redhat.com>
17621
17622 [BZ #22636]
17623 * sysdeps/nptl/unwind-forcedunwind.c (pthread_cancel_init): Open
17624 libgcc.so with RTLD_NOW, to avoid lazy binding during unwind.
17625
17626 2018-01-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
17627
17628 * hurd/hurd/fd.h: Include <fcntl.h>
17629 (__hurd_at_flags): New function.
17630 * hurd/lookup-at.c (__file_name_lookup_at): Replace flag computation
17631 with call to __hurd_at_flags.
17632 * include/unistd.h (__faccessat, __faccessat_noerrno): Add declaration.
17633 * sysdeps/mach/hurd/access.c (access_common): Move implementation to
17634 __faccessat
17635 (hurd_fail_seterrno, hurd_fail_noerrno): Move to sysdeps/mach/hurd/faccessat.c.
17636 (__access_noerrno): Use __faccessat_common instead of access_common.
17637 (__access): Likewise.
17638 * sysdeps/mach/hurd/euidaccess.c (__euidaccess): Replace implementation
17639 with a call to __faccessat.
17640 * sysdeps/mach/hurd/faccessat.c (faccessat): Rename into...
17641 (__faccessat_common): ... this. Move implementation of __access into it when
17642 AT_FLAGS does not contain AT_EACCESS. Make it call __hurd_at_flags, add
17643 reauthenticate_cwdir_at helper to implement AT mechanism.
17644 (__faccessat_noerrno): New function, just calls __faccessat_common.
17645 (__faccessat): New function, just calls __faccessat_common.
17646 (faccessat): Define weak alias.
17647
17648 2018-01-10 Joseph Myers <joseph@codesourcery.com>
17649
17650 [BZ #22691]
17651 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17652 (CFLAGS-s_fmaxmagl.c): New variable.
17653 [$(subdir) = math] (CFLAGS-s_fminmagl.c: Likewise.
17654
17655 [BZ #22690]
17656 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Use unsigned
17657 long int for arguments of possibly overflowing addition or
17658 subtraction.
17659 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
17660
17661 2018-01-09 Joseph Myers <joseph@codesourcery.com>
17662
17663 [BZ #22688]
17664 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17665 (CFLAGS-e_remainderl.c): New variable.
17666
17667 [BZ #22687]
17668 * sysdeps/powerpc/nofpu/Makefile (CFLAGS-s_cacosl.c): New
17669 variable.
17670 (CFLAGS-s_cacoshl.c): Likewise.
17671 (CFLAGS-s_casinhl.c): Likewise.
17672 (CFLAGS-s_catanl.c): Likewise.
17673 (CFLAGS-s_catanhl.c): Likewise.
17674 (CFLAGS-s_cexpl.c): Likewise.
17675 (CFLAGS-s_ccoshl.c): Add -fsignaling-nans.
17676 (CFLAGS-s_csinhl.c): Likewise.
17677 (CFLAGS-s_clogl.c): Likewise.
17678 (CFLAGS-s_clog10l.c): Likewise.
17679 (CFLAGS-s_csinl.c): Likewise.
17680 (CFLAGS-s_csqrtl.c): Likewise.
17681
17682 2017-01-09 Emilio Pozuelo Monfort <pochu27@gmail.com>
17683 2017-01-09 Svante Signell <svante.signell@gmail.com>
17684
17685 * hurd/hurdexec.c (_hurd_exec): Deprecate function.
17686 (_hurd_exec_paths): New function.
17687 * hurd/hurd.h (_hurd_exec): Deprecate function.
17688 (_hurd_exec_paths): Declare function.
17689 * hurd/Versions: Export _hurd_exec_paths.
17690 * sysdeps/mach/hurd/execve.c: Include <stdlib.h> and <stdio.h>
17691 (__execve): Use __getcwd to build absolute path, and use
17692 _hurd_exec_paths instead of _hurd_exec.
17693 * sysdeps/mach/hurd/spawni.c: Likewise.
17694 * sysdeps/mach/hurd/fexecve.c: Use _hurd_exec_paths instead of
17695 _hurd_exec.
17696
17697 2018-01-08 Dmitry V. Levin <ldv@altlinux.org>
17698
17699 * sysdeps/unix/sysv/linux/tst-ttyname.c (do_in_chroot_1): Skip the
17700 test instead of failing in case of ENOENT returned by posix_openpt.
17701
17702 2018-01-08 Florian Weimer <fweimer@redhat.com>
17703
17704 resolv: Support binary labels in test framework.
17705 * support/resolv_test.c (struct to_be_freed): Remove.
17706 (struct compressed_name): New.
17707 (allocate_compressed_name, ascii_tolower)
17708 (compare_compressed_name): New functions.
17709 (struct resolv_response_builder): Update type of
17710 compression_offsets for use with tsearch. Rempve to_be_freed.
17711 (response_push_pointer_to_free): Remove function.
17712 (resolv_response_add_name): Rewrite using struct compressed_name
17713 and tsearch instead of hsearch_r.
17714 (response_builder_allocate): Remove initialization of
17715 compression_offsets.
17716 (response_builder_free): Update for removal of to_be_freed. Use
17717 tdestroy instead of hdestroy_r.
17718 * resolv/Makefile (tests): Add tst-resolv-binary.
17719 (tst-resolv-binary): Link with -lresolv -lpthread.
17720
17721 2018-01-08 Florian Weimer <fweimer@redhat.com>
17722
17723 * support/check.h (TEST_COMPARE): Allow sign mismatch at compile
17724 time. Pass positive flag instead of negative flag to
17725 support_test_compare_failure.
17726 (support_test_compare_failure): Change negative parameter to
17727 positive.
17728 * support/support_test_compare_failure.c (report)
17729 (support_test_compare_failure): Likewise.
17730 * support/tst-test_compare.c (return_ssize_t, return_int): New.
17731 (do_test): Check int/size_t, ssize_t/size_t comparisons.
17732
17733 2018-01-08 Szabolcs Nagy <szabolcs.nagy@arm.com>
17734
17735 [BZ #22637]
17736 * nptl/descr.h (stackblock, stackblock_size): Update comments.
17737 * nptl/allocatestack.c (allocate_stack): Add guardsize to stacksize.
17738 * nptl/nptl-init.c (__pthread_get_minstack): Remove guardsize from
17739 stacksize.
17740 * nptl/pthread_getattr_np.c (pthread_getattr_np): Likewise.
17741
17742 2018-01-08 H.J. Lu <hongjiu.lu@intel.com>
17743
17744 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
17745 Add s_sincosf-sse2 and s_sincosf-fma.
17746 (CFLAGS-s_sincosf-fma.c): New.
17747 * sysdeps/x86_64/fpu/multiarch/s_sincosf-fma.c: New file.
17748 * sysdeps/x86_64/fpu/multiarch/s_sincosf-sse2.S: Likewise.
17749 * sysdeps/x86_64/fpu/multiarch/s_sincosf.c: Likewise.
17750 * sysdeps/x86_64/fpu/s_sincosf.S: Don't add alias if
17751 __sincosf is defined.
17752
17753 2018-01-08 Florian Weimer <fweimer@redhat.com>
17754
17755 * nptl/tst-thread-exit-clobber.cc: New file.
17756 * nptl/Makefile (CFLAGS-tst-thread-exit-clobber.o): Compile in
17757 C++11 mode.
17758 (LDLIBS-tst-thread-exit-clobber): Link with libstdc++.
17759 (tests): Add tst-thread-exit-clobber.
17760 [!CXX] (tests-unsupported): Add tst-thread-exit-clobber.
17761
17762 2018-01-08 Florian Weimer <fweimer@redhat.com>
17763
17764 * support/check.h (support_static_assert): Define.
17765 (TEST_COMPARE): Use it.
17766
17767 2018-01-07 Aurelien Jarno <aurelien@aurel32.net>
17768
17769 * sysdeps/unix/sysv/linux/getrlimit64 (getrlimit64)
17770 [!__RLIM_T_MATCHES_RLIM64_T]
17771 [!SHLIB_COMPAT (libc, GLIBC_2_1, GLIBC_2_2)]: Define as weak alias of
17772 __getrlimit64. Add libc_hidden_weak.
17773
17774 2018-01-06 Palmer Dabbelt <palmer@sifive.com>
17775
17776 * elf/elf.h (R_RISCV_NONE): New define.
17777 (R_RISCV_32): Likewise.
17778 (R_RISCV_64): Likewise.
17779 (R_RISCV_RELATIVE): Likewise.
17780 (R_RISCV_COPY): Likewise.
17781 (R_RISCV_JUMP_SLOT): Likewise.
17782 (R_RISCV_TLS_DTPMOD32): Likewise.
17783 (R_RISCV_TLS_DTPMOD64): Likewise.
17784 (R_RISCV_TLS_DTPREL32): Likewise.
17785 (R_RISCV_TLS_DTPREL64): Likewise.
17786 (R_RISCV_TLS_TPREL32): Likewise.
17787 (R_RISCV_TLS_TPREL64): Likewise.
17788 * Makerules (make-link-multidir): Make directories before linking into
17789 them.
17790 * sysdeps/unix/sysv/linux/dl-vdso.h (VDSO_NAME_LINUX_4_15): New
17791 define.
17792 (VDSO_HASH_LINUX_4_15): Likewise.
17793 * scripts/build-many-glibcs.py (class Glibc): Strip shared objects
17794 in subdirectories of lib.
17795 * nptl/Makefile (/librt.so): Always depend on
17796 "$(shared-thread-library)".
17797
17798 2018-01-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
17799
17800 * sysdeps/mach/hurd/i386/jmp_buf-macros.h: New file.
17801 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic) [NO_RTLD_HIDDEN]: Call
17802 JUMPTARGET (___tls_get_addr) instead of HIDDEN_JUMPTARGET
17803 (___tls_get_addr).
17804 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Likewise.
17805 * sysdeps/i386/fpu/libm-test-ulps: Regenerated for GCC 7 with
17806 "-O2 -march=i686".
17807 * posix/tst-glob_symlinks.c [!PATH_MAX]: Define PATH_MAX macro.
17808 * sysdeps/gnu/glob64.c (__glob): Define macro instead of glob macro.
17809 (__glob64): Define GLIBC_2_27 versioned symbol instead of glob64.
17810 * sysdeps/gnu/glob-lstat-compat.c: New file.
17811 * sysdeps/gnu/glob64-lstat-compat.c: New file.
17812 * sysdeps/posix/pwritev_common.c: Add PROT_READ to __mmap prot.
17813
17814 2018-01-05 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
17815
17816 * sysdeps/powerpc/powerpc64/dl-machine.c (_dl_reloc_overflow):
17817 Reserve 16 chars to reloc_addr before calling _itoa_word.
17818
17819 2018-01-05 Aurelien Jarno <aurelien@aurel32.net>
17820
17821 [BZ #22678]
17822 * sysdeps/unix/sysv/linux/prlimit.c (prlimit): Translate
17823 old_rlimit from RLIM64_INFINITY to RLIM_INFINITY.
17824
17825 * sysdeps/unix/sysv/linux/tst-rlimit-infinity.c: New file.
17826 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-rlimit-infinity.
17827
17828 * resource/tst-getrlimit.c: Add copyright header.
17829
17830 2018-01-05 Aurelien Jarno <aurelien@aurel32.net>
17831 Adhemerval Zanella <adhemerval.zanella@linaro.org>
17832
17833 * sysdeps/unix/sysv/linux/getrlimit64.c [USE_VERSIONED_RLIMIT]: Do not
17834 define getrlimit and getrlimit64 as weak aliases of __getrlimit64.
17835 Define __GI_getrlimit64 as weak alias of __getrlimit64.
17836 [__RLIM_T_MATCHES_RLIM64_T]: Do not redefine SHLIB_COMPAT, use #elif
17837 instead.
17838 * sysdeps/unix/sysv/linux/setrlimit64.c [USE_VERSIONED_RLIMIT]: Do not
17839 define setrlimit and setrlimit64 as weak aliases of __setrlimit64.
17840 * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIM_INFINITY,
17841 RLIM64_INFINITY): Fix values to match the kernel ones.
17842 * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: Define
17843 USE_VERSIONED_RLIMIT. Rename __getrlimit64 into __old_getrlimit64 and
17844 provide it as getrlimit@@GLIBC_2_0 and getrlimit64@@GLIBC_2_1. Add a
17845 __getrlimit64 function and provide it as getrlimit@@GLIBC_2_27 and
17846 getrlimit64@@GLIBC_2_27.
17847 * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: Ditto with setrlimit
17848 and setrlimit64.
17849 * sysdeps/unix/sysv/linux/alpha/libc.abilist (GLIBC_2.27): Add
17850 getrlimit, setrlimit, getrlimit64 and setrlimit64.
17851 * sysdeps/unix/sysv/linux/alpha/Versions (libc): Add getrlimit,
17852 setrlimit, getrlimit64 and setrlimit64.
17853
17854 2018-01-05 Aurelien Jarno <aurelien@aurel32.net>
17855
17856 [BZ #22648]
17857 * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
17858 * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: Ditto.
17859
17860 2018-01-04 Joseph Myers <joseph@codesourcery.com>
17861
17862 * malloc/tst-malloc-tcache-leak.c (TIMEOUT): Define to 50.
17863 * posix/tst-glob-tilde.c (TIMEOUT): Define to 200.
17864 * resolv/tst-resolv-res_ninit.c (TIMEOUT): Define to 50.
17865
17866 2018-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
17867
17868 [BZ #15479]
17869 [BZ #22666]
17870 * sysdeps/alpha/fpu/s_trunc.c: Remove file.
17871 * sysdeps/alpha/fpu/s_truncf.c: Likewise.
17872
17873 [BZ #15479]
17874 [BZ #22665]
17875 * sysdeps/alpha/fpu/s_ceil.c: Remove file.
17876 * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
17877 * sysdeps/alpha/fpu/s_floor.c: Likewise.
17878 * sysdeps/alpha/fpu/s_floorf.c: Likewise.
17879
17880 2018-01-04 Florian Weimer <fweimer@redhat.com>
17881
17882 [BZ #22667]
17883 * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext):
17884 Align the stack before calling exit.
17885 * stdlib/tst-makecontext-align.c: New file.
17886 * stdlib/Makefile (tests): Add tst-makecontext-align.
17887
17888 2018-01-04 Florian Weimer <fweimer@redhat.com>
17889
17890 Add support for calling dlvsym from libc.so.
17891 * include/dlfcn.h (__libc_dlvsym): Declare.
17892 * elf/Makefile (tests-static-internal): Add
17893 tst-libc_dlvsym-static.
17894 (tests-internal): Add tst-libc_dlvsym.
17895 (modules-names): Add tst-libc_dlvsym-dso.
17896 (tst-libc_dlvsym, tst-libc_dlvsym-static): Link with libdl.
17897 (tst-libc_dlvsym-dso.so): Link with libdl, libsupport.
17898 (tst-libc_dlvsym.out, tst-libc_dlvsym-static.out): The shared
17899 object tst-libc_dlvsym-dso.so needs to be built before running
17900 these tests.
17901 (tst-libc_dlvsym-static-ENV): Set LD_LIBRARY_PATH.
17902 * elf/Versions: Export __libc_dlvsym.
17903 * elf/dl-libc.c (struct do_dlvsym_args): New.
17904 (do_dlvsym, __libc_dlvsym): New functions.
17905 (struct dl_open_hook, _dl_open_hook): Add dlvsym member.
17906 (_dl_open_hook2): New variable.
17907 (__libc_register_dl_open_hook): Set it.
17908 * elf/tst-libc_dlvsym-dso.c: New file.
17909 * elf/tst-libc_dlvsym-static.c: Likewise.
17910 * elf/tst-libc_dlvsym.c: Likewise.
17911 * elf/tst-libc_dlvsym.h: Likewise.
17912
17913 2018-01-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
17914
17915 * support/support_enter_mount_namespace.c [!CLONE_NEWNS]: Do not
17916 include <sys/mount.h>.
17917
17918 2018-01-02 Wilco Dijkstra <wdijkstr@arm.com>
17919
17920 * math/math.h (math_errhandling): Set to 0 with __FAST_MATH__.
17921 Add __NO_MATH_ERRNO__ check.
17922
17923 2018-01-02 Joseph Myers <joseph@codesourcery.com>
17924
17925 * sysdeps/mips/mips32/libm-test-ulps: Update.
17926 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17927
17928 2018-01-02 Florian Weimer <fweimer@redhat.com>
17929
17930 * misc/tst-pselect.c: Add copyright header.
17931
17932 2018-01-02 Aurelien Jarno <aurelien@aurel32.net>
17933
17934 * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: Fix a typo in the
17935 comment.
17936 * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: Fix a typo in the
17937 comment.
17938 (settrlimit): Rename into setrlimit.
17939 (__sttrlimit): Rename into __setrlimit.
17940
17941 * sysdeps/unix/sysv/linux/alpha/getrlimit64.c (__old_getrlimit64):
17942 Drop __RLIM_T_MATCHES_RLIM64_T conditional as __old_getrlimit64 is
17943 never defined in that case.
17944
17945 2018-01-02 Joseph Myers <joseph@codesourcery.com>
17946
17947 * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
17948
17949 * sysdeps/arm/libm-test-ulps: Update.
17950
17951 * math/Makefile (run-regen-ulps): Add $(objpfx) to test name here.
17952 (regen-ulps): Use $(libm-tests) not $^ in shell loop.
17953
17954 2018-01-02 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17955
17956 * NEWS: Add cosf and sincosf to list of optimized functions.
17957
17958 2018-01-02 Aurelien Jarno <aurelien@aurel32.net>
17959
17960 [BZ #22660]
17961 * sysdeps/alpha/fpu/s_fmax.S: Remove file.
17962 * sysdeps/alpha/fpu/s_fmaxf.S: Likewise.
17963 * sysdeps/alpha/fpu/s_fmin.S: Likewise.
17964 * sysdeps/alpha/fpu/s_fminf.S: Likewise.
17965
17966 2018-01-01 Dmitry V. Levin <ldv@altlinux.org>
17967
17968 [BZ #22433]
17969 * sysdeps/unix/sysv/linux/arm/sys/ptrace.h: New file.
17970
17971 * elf/dl-load.c (decompose_rpath): Check for rpath emptiness before
17972 making a copy of it.
17973
17974 2018-01-01 Joseph Myers <joseph@codesourcery.com>
17975
17976 * manual/texinfo.tex: Update to version 2017-12-26.21 with
17977 trailing whitespace removed.
17978 * scripts/config.guess: Update to version 2018-01-01.
17979 * scripts/config.sub: Update to version 2018-01-01.
17980 * scripts/move-if-change: Update from gnulib.
17981
17982 * NEWS: Update copyright dates.
17983 * catgets/gencat.c (print_version): Likewise.
17984 * csu/version.c (banner): Likewise.
17985 * debug/catchsegv.sh: Likewise.
17986 * debug/pcprofiledump.c (print_version): Likewise.
17987 * debug/xtrace.sh (do_version): Likewise.
17988 * elf/ldconfig.c (print_version): Likewise.
17989 * elf/ldd.bash.in: Likewise.
17990 * elf/pldd.c (print_version): Likewise.
17991 * elf/sotruss.sh: Likewise.
17992 * elf/sprof.c (print_version): Likewise.
17993 * iconv/iconv_prog.c (print_version): Likewise.
17994 * iconv/iconvconfig.c (print_version): Likewise.
17995 * locale/programs/locale.c (print_version): Likewise.
17996 * locale/programs/localedef.c (print_version): Likewise.
17997 * login/programs/pt_chown.c (print_version): Likewise.
17998 * malloc/memusage.sh (do_version): Likewise.
17999 * malloc/memusagestat.c (print_version): Likewise.
18000 * malloc/mtrace.pl: Likewise.
18001 * manual/libc.texinfo: Likewise.
18002 * nptl/version.c (banner): Likewise.
18003 * nscd/nscd.c (print_version): Likewise.
18004 * nss/getent.c (print_version): Likewise.
18005 * nss/makedb.c (print_version): Likewise.
18006 * posix/getconf.c (main): Likewise.
18007 * scripts/test-installation.pl: Likewise.
18008 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
18009
18010 * All files with FSF copyright notices: Update copyright dates
18011 using scripts/update-copyrights.
18012 * locale/programs/charmap-kw.h: Regenerated.
18013 * locale/programs/locfile-kw.h: Likewise.
18014
18015 2017-12-31 Zack Weinberg <zackw@panix.com>
18016
18017 * libio/bits/libio-ldbl.h: Correct check for improper
18018 inclusion. Add own multiple include guard.
18019
18020 2017-12-30 Aurelien Jarno <aurelien@aurel32.net>
18021 Dmitry V. Levin <ldv@altlinux.org>
18022
18023 [BZ #22625]
18024 CVE-2017-16997
18025 * elf/dl-load.c (fillin_rpath): Check for empty tokens before dynamic
18026 string token expansion. Check for NULL pointer or empty string possibly
18027 returned by expand_dynamic_string_token.
18028 (decompose_rpath): Check for empty path after dynamic string
18029 token expansion.
18030
18031 2017-12-29 Dmitry V. Levin <ldv@altlinux.org>
18032
18033 [BZ #22433]
18034 * sysdeps/unix/sysv/linux/x86/sys/ptrace.h: New file.
18035
18036 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Add comments
18037 about PTRACE_PEEKSIGINFO, PTRACE_GETSIGMASK, PTRACE_SETSIGMASK, and
18038 PTRACE_SECCOMP_GET_FILTER. Update comments about PTRACE_SINGLESTEP
18039 and PTRACE_SYSCALL.
18040 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h: Likewise.
18041 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
18042 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18043 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18044 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18045 * sysdeps/unix/sysv/linux/tile/sys/ptrace.h: Likewise.
18046
18047 * sysdeps/unix/sysv/linux/sys/ptrace.h: Include <bits/ptrace-shared.h>.
18048 (__ptrace_setoptions, __ptrace_eventcodes, __ptrace_peeksiginfo_args,
18049 __ptrace_peeksiginfo_flags, ptrace): Move to ...
18050 * sysdeps/unix/sysv/linux/bits/ptrace-shared.h: ... new file.
18051 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
18052 bits/ptrace-shared.h.
18053 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h: Include
18054 <bits/ptrace-shared.h>.
18055 (__ptrace_setoptions, __ptrace_eventcodes, __ptrace_peeksiginfo_args,
18056 __ptrace_peeksiginfo_flags, ptrace): Remove.
18057 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
18058 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18059 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18060 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18061 * sysdeps/unix/sysv/linux/tile/sys/ptrace.h: Likewise.
18062
18063 2017-12-29 Aurelien Jarno <aurelien@aurel32.net>
18064
18065 [BZ #17804]
18066 * dirent/scandir-tail.c (SCANDIR_TAIL): Move __set_errno (0) at the
18067 end of the loop. Improve comments.
18068
18069 2017-12-29 Zack Weinberg <zackw@panix.com>
18070
18071 [BZ #22615]
18072 * manual/errno.texi (Checking for Errors): Explicitly say that errno
18073 might be set on success.
18074
18075 2017-12-29 Aurelien Jarno <aurelien@aurel32.net>
18076
18077 [BZ #22611]
18078 * malloc/tst-realloc.c (do_test): Remove the test checking that errno
18079 is unchanged on success.
18080
18081 2017-12-27 Dmitry V. Levin <ldv@altlinux.org>
18082
18083 * elf/dl-dst.h (DL_DST_COUNT): Remove is_path argument, all callers
18084 updated.
18085 * elf/dl-load.c (is_dst, _dl_dst_count, _dl_dst_substitute,
18086 expand_dynamic_string_token): Likewise.
18087 * sysdeps/generic/ldsodefs.h (_dl_dst_count, _dl_dst_substitute): Remove
18088 is_path argument.
18089
18090 * elf/dl-load.c (is_dst): Remove checks that is_path is set and name
18091 contains ':'.
18092
18093 * elf/dl-load.c (_dl_dst_substitute): Remove checks that is_path
18094 is set and name contains ':', and all code depending on these checks.
18095
18096 2017-12-24 Zack Weinberg <zackw@panix.com>
18097
18098 * libio/libio.h, libio/_G_config.h: New stub headers which issue a
18099 deprecation warning and then include <bits/libio.h>, <bits/_G_config.h>
18100 respectively.
18101 * libio/libio.h: Rename the original version of this file to
18102 libio/bits/libio.h. Error out if not included by stdio.h or the
18103 stub libio.h.
18104 * include/libio.h: Move to include/bits. Forward to libio/bits/libio.h.
18105 * sysdeps/generic/_G_config.h: Move to top-level bits/. Error out
18106 if not included by bits/libio.h or the stub _G_config.h.
18107 * sysdeps/unix/sysv/linux/_G_config.h: Move to
18108 sysdeps/unix/sysv/linux/bits. Error out if not included by
18109 bits/libio.h or the stub _G_config.h.
18110 * libio/stdio.h: Include bits/libio.h, not libio.h.
18111 * libio/Makefile: Install bits/libio.h and bits/_G_config.h as
18112 well as libio.h and _G_config.h.
18113
18114 * csu/init.c, libio/fmemopen.c, libio/iolibio.h, libio/oldfmemopen.c
18115 * libio/strfile.h, stdio-common/vfscanf.c
18116 * sysdeps/pthread/flockfile.c, sysdeps/pthread/funlockfile.c
18117 Include stdio.h, not _G_config.h nor libio.h.
18118 * libio/iofgetpos.c: Also rename fgetpos64 out of the way.
18119 * libio/iofsetpos.c: Also rename fsetpos64 out of the way.
18120
18121 * scripts/check-installed-headers.sh: Skip libio.h and _G_config.h.
18122
18123 2017-12-23 Dmitry V. Levin <ldv@altlinux.org>
18124
18125 [BZ #22347]
18126 * stdlib/getrandom.c (getrandom): Fix comment.
18127 * sysdeps/unix/sysv/linux/getrandom.c (getrandom): Likewise.
18128
18129 2017-12-23 Aurelien Jarno <aurelien@aurel32.net>
18130
18131 [BZ #21161]
18132 * manual/arith.texi (strtoul): Fix a typo.
18133
18134 [BZ #22596]
18135 * manual/arith.texi (finite): Fix the description of the return
18136 value.
18137
18138 2017-12-22 Eric Blake <ebb9@byu.net>
18139
18140 Avoid gcc warnings on cygwin
18141 * posix/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
18142 * posix/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
18143 Avoid unused variable.
18144
18145 2017-12-22 Florian Weimer <fweimer@redhat.com>
18146
18147 * io/Makefile (routines): Add copy_file_range.
18148 (tests): Add tst-copy_file_range.
18149 (tests-static, tests-internal): Add tst-copy_file_range-compat.
18150 * io/Versions (GLIBC_2.27): Export copy_file_range.
18151 * io/copy_file_range-compat.c: New file.
18152 * io/copy_file_range.c: Likewise.
18153 * io/tst-copy_file_range-compat.c: Likewise.
18154 * io/tst-copy_file_range.c: Likewise.
18155 * manual/llio.texi (Copying File Data): New section.
18156 * posix/unistd.h [__USE_GNU] (copy_file_range): Declare.
18157 * support/Makefile (libsupport-routines): Add support-xfstat,
18158 xftruncate, xlseek.
18159 * support/support-xfstat.c: New file.
18160 * support/xftruncate.c: Likewise.
18161 * support/xlseek.c: Likewise.
18162 * support/xunistd.h (xfstat, xftruncate, xlseek): Declare.
18163 * sysdeps/unix/sysv/linux/**.abilist: Update.
18164 * sysdeps/unix/sysv/linux/copy_file_range.c: New file.
18165
18166 2017-12-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
18167
18168 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
18169 disable-multi-arch variant to aarch64-linux-gnu.
18170
18171 2017-12-20 Joseph Myers <joseph@codesourcery.com>
18172
18173 * manual/texinfo.tex: Update to version 2017-12-18.20 with
18174 trailing whitespace removed.
18175 * scripts/config.guess: Update to version 2017-12-17.
18176 * scripts/config.sub: Update to version 2017-11-23.
18177 * scripts/install-sh: Update to version 2017-09-23.17.
18178 * scripts/move-if-change: Update to version 2017-09-13 06:45.
18179
18180 2017-12-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18181
18182 * sysdeps/tile/__longjmp.S (__longjmp): Use lowercase instructions.
18183 * sysdeps/tile/__tls_get_addr.S (__tls_get_addr): Likewise.
18184 * sysdeps/tile/_mcount.S (__mcount): Likewise.
18185 * sysdeps/tile/crti.S (_init, _fini): Likewise.
18186 * sysdeps/tile/crtn.S: Likewise.
18187 * sysdeps/tile/dl-start.S (_start): Likewise.
18188 * sysdeps/tile/dl-trampoline.S: Likewise.
18189 * sysdeps/tile/setjmp.S (__sigsetjmp): Likewise.
18190 * sysdeps/tile/start.S (_start): Likewise.
18191 * sysdeps/unix/sysv/linux/tile/clone.S (_clone): Likewise.
18192 * sysdeps/unix/sysv/linux/tile/getcontext.S (__getcontext): Likewise.
18193 * sysdeps/unix/sysv/linux/tile/ioctl.S (__ioctl): Likewise.
18194 * sysdeps/unix/sysv/linux/tile/setcontext.S (__setcontext): Likewise.
18195 * sysdeps/unix/sysv/linux/tile/swapcontext.S (__swapcontext): Likewise.
18196 * sysdeps/unix/sysv/linux/tile/syscall.S (syscall): Likewise.
18197 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Likewise.
18198
18199 * stdlib/bug-getcontext.c (do_test): Remove tilepro mention in
18200 comment.
18201 * sysdeps/tile/preconfigure: Remove tilegx folder.
18202 * sysdeps/tile/tilegx/Implies: Move definitions to ...
18203 * sysdeps/tile/Implies: ... here.
18204 * sysdeps/tile/tilegx/Makefile: Move rules to ...
18205 * sysdeps/tile/Makefile: ... here.
18206 * sysdeps/tile/tilegx/atomic-machine.h: Move definitions to ...
18207 * sysdeps/tile/atomic-machine.h: ... here. Add include guards.
18208 * sysdeps/tile/tilegx/bits/wordsize.h: Move to ...
18209 * sysdeps/tile/bits/wordsize.h: ... here.
18210 * sysdeps/tile/tilegx/*: Move to ...
18211 * sysdeps/tile/*: ... here.
18212 * sysdeps/tile/tilegx/tilegx32/Implies: Move to ...
18213 * sysdeps/tile/tilegx32/Implies: ... here.
18214 * sysdeps/tile/tilegx/tilegx64/Implies: Move to ...
18215 * sysdeps/tile/tilegx64/Implies: ... here.
18216 * sysdeps/unix/sysv/linux/tile/tilegx/Makefile: Move definitions
18217 to ...
18218 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
18219 * sysdeps/unix/sysv/linux/tile/tilegx/*: Move to ...
18220 * sysdeps/unix/sysv/linux/tile/*: ... here.
18221 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/*: Move to ...
18222 * sysdeps/unix/sysv/linux/tile/tilegx32/*: ... here.
18223 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/*: Move to ...
18224 * sysdeps/unix/sysv/linux/tile/tilegx64/*: ... here.
18225
18226 * README: Remove tilepro-*-linux-gnu from supported architecture.
18227 * scripts/build-many-glibcs.py: Likewise.
18228 * sysdeps/tile/__tls_get_addr.S (__tls_get_addr): Likewise.
18229 * sysdeps/tile/crti.S (PREINIT_FUNCTION): Likewise.
18230 * sysdeps/tile/dl-machine.h (ELF_MACHINE_NAME,
18231 elf_machine_matches_host, elf_machine_dynamic,
18232 elf_machine_load_address, elf_machine_runtime_setup, reloc_howto
18233 howto, elf_machine_rela): Likewise.
18234 * sysdeps/tile/dl-start.S (_start): Likewise.
18235 * sysdeps/tile/memcmp.c (DBLALIGN, REVBYTES): Likewise.
18236 * sysdeps/tile/memcopy.h (MEMCPY_OK_FOR_FWD_MEMMOVE,
18237 MEMCPY_OK_FOR_FWD_MEMMOVE, op_t): Likewise.
18238 * sysdeps/tile/nptl/pthread_spin_lock.c (TNS, CMPTNS): Likewise.
18239 * sysdeps/tile/nptl/pthread_spin_trylock.c (TNS): Likewise.
18240 * sysdeps/tile/nptl/pthread_spin_unlock.c (pthread_spin_unlock):
18241 Likewise.
18242 * sysdeps/tile/nptl/tls.h (DB_THREAD_SELF): Likewise.
18243 * sysdeps/tile/preconfigure: Likewise.
18244 * sysdeps/tile/stackguard-macros.h (STACK_CHK_GUARD,
18245 POINTER_CHK_GUARD): Likewise.
18246 * sysdeps/tile/stackinfo.h (__stackinfo_sub): Likewise.
18247 * sysdeps/tile/start.S (_start): Likewise.
18248 * sysdeps/tile/tls-macros.h (TLS_GD_OFFSET, TLS_IE_OFFSET, _TLS_LE):
18249 Likewise.
18250 * sysdeps/tile/sysdep.h (REGSIZE): Likewise.
18251 (LD, LD4U, ST, ST4, BNEZ, BEQZ, BEQZT, BGTZ, CMPEQI, CMPEQ, CMOVEQZ,
18252 CMOVNEZ): Remove.
18253 * sysdeps/unix/sysv/linux/tile/bits/environments.h
18254 (__ILP32_OFF32_CFLAGS, __ILP32_OFFBIG_CFLAGS, __ILP32_OFF32_LDFLAGS,
18255 __ILP32_OFFBIG_LDFLAGS, __LP64_OFF64_CFLAGS, __LP64_OFF64_LDFLAGS):
18256 Likewise.
18257 * sysdeps/tile/wordcopy.c (DBLALIGN): Likewise.
18258 * sysdeps/tile/tilepro/Implies: Remove file.
18259 * sysdeps/tile/tilepro/atomic-machine.h: Likewise.
18260 * sysdeps/tile/tilepro/bits/wordsize.h: Likewise.
18261 * sysdeps/tile/tilepro/memchr.c: Likewise.
18262 * sysdeps/tile/tilepro/memcpy.S: Likewise.
18263 * sysdeps/tile/tilepro/memset.c: Likewise.
18264 * sysdeps/tile/tilepro/memusage.h: Likewise.
18265 * sysdeps/tile/tilepro/rawmemchr.c: Likewise.
18266 * sysdeps/tile/tilepro/strchr.c: Likewise.
18267 * sysdeps/tile/tilepro/strchrnul.c: Likewise.
18268 * sysdeps/tile/tilepro/strlen.c: Likewise.
18269 * sysdeps/tile/tilepro/strrchr.c: Likewise.
18270 * sysdeps/unix/sysv/linux/tile/tilepro/Implies: Likewise.
18271 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: Likewise.
18272 * sysdeps/unix/sysv/linux/tile/tilepro/jmp_buf-macros.h: Likewise.
18273 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: Likewise.
18274 * sysdeps/unix/sysv/linux/tile/tilepro/ldconfig.h: Likewise.
18275 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
18276 Likewise.
18277 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: Likewise.
18278 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
18279 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: Likewise.
18280 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: Likewise.
18281 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
18282 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: Likewise.
18283 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: Likewise.
18284 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: Likewise.
18285 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: Likewise.
18286 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: Likewise.
18287 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: Likewise.
18288 * sysdeps/unix/sysv/linux/tile/tilepro/register-dump.h: Likewise.
18289 * sysdeps/unix/sysv/linux/tile/sysconf.c (linux_sysconf): Remove
18290 tilepro mention in comment.
18291
18292 * nptl/Makefile (libpthread-routines): Add pthread_join_common.
18293 * nptl/pthreadP.h (__pthread_timedjoin_ex): New prototype.
18294 * nptl/pthread_join_common.c: New file: common function used on
18295 pthread_join, pthread_timedjoin_np, pthread_tryjoin_np.
18296 * nptl/pthread_join.c (pthread_join): Use __pthread_timedjoin_ex.
18297 * nptl/pthread_tryjoin.c (pthread_tryjoin): Likewise.
18298 * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
18299 (cleanup): Move definition to pthread_join_common.c.
18300 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (__lll_timedwait_tid):
18301 Remove superflous checks.
18302 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (__lll_timedwait_tid):
18303 Likewise.
18304
18305 2017-12-20 Szabolcs Nagy <szabolcs.nagy@arm.com>
18306
18307 * sysdeps/aarch64/libm-test-ulps: Update.
18308
18309 2017-12-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18310
18311 * sysdeps/aarch64/memset.S (MEMSET): Define.
18312
18313 2017-12-20 Florian Weimer <fweimer@redhat.com>
18314
18315 [BZ #22635]
18316 nptl: Provide full implementation of pthread_self in libc.so.
18317 * nptl/Makefile (routines): Add pthread_self.
18318 (libpthread-routines): Replace pthread_self with
18319 compat-pthread_self.
18320 * nptl/forward.c (pthread_self): Remove.
18321 * nptl/nptl-init.c (pthread_functions): Do not initialize
18322 ptr_pthread_self.
18323 * nptl/pthread_self.c (pthread_self): Remove weak alias.
18324 * nptl/compat-pthread_self.c: New file.
18325 * sysdeps/nptl/pthread-functions.h (struct pthread_functions):
18326 Remove ptr_pthread_self.
18327
18328 2017-12-19 Arnold D. Robbins <arnold@skeeve.com>
18329
18330 * posix/regcomp.c: Fix spelling in comments.
18331 * posix/regex.h: Likewise.
18332 * posix/regex_internal.c: Likewise.
18333 * posix/regexec.c: Likewise.
18334
18335 2017-12-19 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
18336
18337 [BZ #22377]
18338 * math/Makefile [C++] (tests): Add test for iseqsig.
18339 * math/math.h [C++] (iseqsig): New implementation, which does
18340 not rely on __MATH_TG/__builtin_types_compatible_p.
18341 * math/test-math-iseqsig.cc: New file.
18342 * sysdeps/powerpc/powerpc64le/Makefile
18343 (CFLAGS-test-math-iseqsig.cc): New variable.
18344
18345 2017-12-19 Dmitry V. Levin <ldv@altlinux.org>
18346
18347 * elf/dl-load.c (is_trusted_path): Remove.
18348 (fillin_rpath): Remove check_trusted argument and its use,
18349 all callers changed.
18350
18351 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
18352
18353 [BZ #22630]
18354 * Makeconfig (link-pie-before-libc): Replace -pie with
18355 $(if $($(@F)-no-pie),$(no-pie-ldflag),-pie).
18356 * elf/Makefile (LDFLAGS-tst-dlopen-aout): Removed.
18357 (tst-dlopen-aout-no-pie): New.
18358 (LDFLAGS-tst-prelink): Removed.
18359 (tst-prelink-no-pie): New.
18360 (LDFLAGS-tst-main1): Removed.
18361 (tst-main1-no-pie): New.
18362 * gmon/Makefile (LDFLAGS-tst-gmon): Removed.
18363 (tst-gmon-no-pie): New.
18364
18365 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
18366
18367 * manual/install.texi: Document that --enable-static-pie
18368 implies PIE.
18369 * INSTALL: Regenerated.
18370
18371 2017-12-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
18372
18373 [BZ #21309]
18374 * sysdeps/ieee754/dbl-64/e_pow.c (checkint): Make m and n
18375 unsigned.
18376
18377 2017-12-19 Joseph Myers <joseph@codesourcery.com>
18378
18379 Revert:
18380
18381 2017-12-19 Joseph Myers <joseph@codesourcery.com>
18382
18383 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18384
18385 2017-12-19 Patrick McGehearty <patrick.mcgehearty@oracle.com>
18386
18387 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math-svid-compat.h> and
18388 <errno.h>. Include "eexp.tbl".
18389 (half): New constant.
18390 (one): Likewise.
18391 (__ieee754_exp): Rewrite.
18392 (__slowexp): Remove prototype.
18393 * sysdeps/ieee754/dbl-64/eexp.tbl: New file.
18394 * sysdeps/ieee754/dbl-64/slowexp.c: Remove file.
18395 * sysdeps/i386/fpu/slowexp.c: Likewise.
18396 * sysdeps/ia64/fpu/slowexp.c: Likewise.
18397 * sysdeps/m68k/m680x0/fpu/slowexp.c: Likewise.
18398 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: Likewise.
18399 * sysdeps/x86_64/fpu/multiarch/slowexp-fma.c: Likewise.
18400 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
18401 * sysdeps/generic/math_private.h (__slowexp): Remove prototype.
18402 * sysdeps/ieee754/dbl-64/e_pow.c: Remove mention of slowexp.c in
18403 comment.
18404 * sysdeps/powerpc/power4/fpu/Makefile [$(subdir) = math]
18405 (CPPFLAGS-slowexp.c): Remove variable.
18406 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
18407 Remove slowexp-fma, slowexp-fma4 and slowexp-avx.
18408 (CFLAGS-slowexp-fma.c): Remove variable.
18409 (CFLAGS-slowexp-fma4.c): Likewise.
18410 (CFLAGS-slowexp-avx.c): Likewise.
18411 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c (__slowexp): Do not
18412 define as macro.
18413 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c (__slowexp): Likewise.
18414 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c (__slowexp): Likewise.
18415 * math/Makefile (type-double-routines): Remove slowexp.
18416 * manual/probes.texi (slowexp_p6): Remove.
18417 (slowexp_p32): Likewise.
18418
18419 2017-12-19 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18420
18421 * lib/glob.c (glob): Use a 'char *', not a 'void *', in pointer
18422 arithmetic.
18423
18424 * lib/glob.c (glob): Do not pass NULL to mempcpy.
18425
18426 2017-12-19 Joseph Myers <joseph@codesourcery.com>
18427
18428 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18429
18430 2017-12-19 Patrick McGehearty <patrick.mcgehearty@oracle.com>
18431
18432 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math-svid-compat.h> and
18433 <errno.h>. Include "eexp.tbl".
18434 (half): New constant.
18435 (one): Likewise.
18436 (__ieee754_exp): Rewrite.
18437 (__slowexp): Remove prototype.
18438 * sysdeps/ieee754/dbl-64/eexp.tbl: New file.
18439 * sysdeps/ieee754/dbl-64/slowexp.c: Remove file.
18440 * sysdeps/i386/fpu/slowexp.c: Likewise.
18441 * sysdeps/ia64/fpu/slowexp.c: Likewise.
18442 * sysdeps/m68k/m680x0/fpu/slowexp.c: Likewise.
18443 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: Likewise.
18444 * sysdeps/x86_64/fpu/multiarch/slowexp-fma.c: Likewise.
18445 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
18446 * sysdeps/generic/math_private.h (__slowexp): Remove prototype.
18447 * sysdeps/ieee754/dbl-64/e_pow.c: Remove mention of slowexp.c in
18448 comment.
18449 * sysdeps/powerpc/power4/fpu/Makefile [$(subdir) = math]
18450 (CPPFLAGS-slowexp.c): Remove variable.
18451 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
18452 Remove slowexp-fma, slowexp-fma4 and slowexp-avx.
18453 (CFLAGS-slowexp-fma.c): Remove variable.
18454 (CFLAGS-slowexp-fma4.c): Likewise.
18455 (CFLAGS-slowexp-avx.c): Likewise.
18456 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c (__slowexp): Do not
18457 define as macro.
18458 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c (__slowexp): Likewise.
18459 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c (__slowexp): Likewise.
18460 * math/Makefile (type-double-routines): Remove slowexp.
18461 * manual/probes.texi (slowexp_p6): Remove.
18462 (slowexp_p32): Likewise.
18463
18464 2017-12-19 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18465 James Clarke <jrtc27@jrtc27.com>
18466
18467 [BZ #22603]
18468 * sysdeps/ia64/memchr.S (__memchr): Avoid overflow in pointer
18469 addition.
18470
18471 2017-12-19 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18472
18473 [BZ #22605]
18474 * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Fix exit return
18475 code.
18476
18477 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
18478
18479 [BZ #22563]
18480 * sysdeps/i386/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
18481 * sysdeps/i386/nptl/tls.h (tcbhead_t): Add feature_1.
18482 * sysdeps/x86_64/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
18483 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Rename __glibc_unused1
18484 to feature_1.
18485
18486 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
18487
18488 [BZ #22563]
18489 * bits/types/__cancel_jmp_buf_tag.h: New file.
18490 * sysdeps/unix/sysv/linux/x86/bits/types/__cancel_jmp_buf_tag.h
18491 * sysdeps/unix/sysv/linux/x86/pthreaddef.h: Likewise.
18492 * sysdeps/unix/sysv/linux/x86/nptl/pthreadP.h: Likewise.
18493 * nptl/Makefile (headers): Add
18494 bits/types/__cancel_jmp_buf_tag.h.
18495 * nptl/descr.h [NEED_SAVED_MASK_IN_CANCEL_JMP_BUF]
18496 (pthread_unwind_buf): Add saved_mask to cancel_jmp_buf.
18497 * sysdeps/nptl/pthread.h: Include
18498 <bits/types/__cancel_jmp_buf_tag.h>.
18499 (__pthread_unwind_buf_t): Use struct __cancel_jmp_buf_tag with
18500 __cancel_jmp_buf.
18501 * sysdeps/unix/sysv/linux/hppa/pthread.h: Likewise.
18502
18503 2017-12-18 H.J. Lu <hongjiu.lu@intel.com>
18504
18505 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
18506 --enable-static-pie variants to x86_64, x32 and i686.
18507
18508 2017-12-19 Joseph Myers <joseph@codesourcery.com>
18509
18510 [BZ #22631]
18511 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h (__m81_defun): Add
18512 argument for attrubutes. All callers changed.
18513 (__inline_mathop1): Likewise. All callers changed.
18514 (__inline_mathop): Likewise. All callers changed.
18515 [__USE_MISC] (scalbn): Use __inline_forward instead of
18516 __inline_forward_c.
18517 [__USE_ISOC99] (scalbln): Likewise.
18518 [__USE_ISOC99] (nearbyint): Likewise.
18519 [__USE_ISOC99] (lrint): Likewise.
18520 [__USE_MISC] (scalbnf): Likewise.
18521 [__USE_ISOC99] (scalblnf): Likewise.
18522 [__USE_ISOC99] (nearbyintf): Likewise.
18523 [__USE_ISOC99] (lrintf): Likewise.
18524 [__USE_MISC] (scalbnl): Likewise.
18525 [__USE_ISOC99] (scalblnl): Likewise.
18526 [__USE_ISOC99] (nearbyintl): Likewise.
18527 [__USE_ISOC99] (lrintl): Likewise.
18528 * sysdeps/m68k/m680x0/fpu/mathimpl.h: All callers of
18529 __inline_mathop and __m81_defun changed.
18530
18531 * scripts/build-many-glibcs.py (Context.add_all_configs): Specify
18532 CPU or FPU for ARM hard-float configurations.
18533
18534 2017-12-18 Joseph Myers <joseph@codesourcery.com>
18535
18536 * nptl/tst-attr3.c: Include <libc-diag.h>.
18537 (do_test) [__GNUC_PREREQ (7, 0)]: Ignore -Wrestrict for two tests.
18538
18539 * posix/tst-glob_symlinks.c (do_test): Increase size of buf.
18540
18541 * string/tester.c (test_strncat): Also disable -Warray-bounds
18542 warnings for two tests.
18543
18544 2017-12-18 H.J. Lu <hongjiu.lu@intel.com>
18545
18546 [BZ #22614]
18547 * Makeconfig (no-pie-ldflag): Set to -no-pie only if
18548 $(cc-pie-default) == yes.
18549 * config.make.in (cc-pie-default): New.
18550 * configure.ac (libc_cv_pie_default): Renamed to ...
18551 (libc_cv_cc_pie_default): This.
18552 (libc_cv_pie_default): Set to $libc_cv_cc_pie_default.
18553 * configure: Regenerated.
18554
18555 2017-12-18 Florian Weimer <fweimer@redhat.com>
18556
18557 [BZ #20204]
18558 ld.so: Harden dl-libc/libdl hooks.
18559 * sysdeps/generic/ldsodefs.h (_dl_init_all_dirs): Update comment.
18560 (rtld_active): New function.
18561 * dlfcn/dladdr.c (__dladdr): Call it.
18562 * dlfcn/dladdr1.c (__dladdr1): Likewise.
18563 * dlfcn/dlclose.c (__dlcose): Likewise.
18564 * dlfcn/dlerror.c (__dlerror): Likewise.
18565 * dlfcn/dlinfo.c (__dlinfo): Likewise.
18566 * dlfcn/dlmopen.c (__dlmopen): Likewise.
18567 * dlfcn/dlopen.c (__dlopen): Likewise.
18568 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18569 * dlfcn/dlsym.c (__dlsym): Likewise.
18570 * dlfcn/dlvsym.c (__dlvsym): Likewise.
18571 * libio/vtables.c (_IO_vtable_check): Likewise.
18572 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym)
18573 (__libc_dlclose): Likewise.
18574 * elf/rtld.c (dl_main): Update comment on the _dl_init_all_dirs
18575 assignment.
18576
18577 2017-12-18 Joseph Myers <joseph@codesourcery.com>
18578
18579 [BZ #22446]
18580 * nscd/connections.c (handle_request) [SO_PEERCRED]: Use separate
18581 buffers for readlink input and output.
18582
18583 2017-12-18 Sergei Trofimovich <slyfox@gentoo.org>
18584
18585 [BZ #22624]
18586 * sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Use
18587 inhibit_stack_protector.
18588
18589 [BZ #22624]
18590 * sysdeps/mips/mips64/setjmp_aux.c (__sigsetjmp_aux): Use
18591 inhibit_stack_protector.
18592
18593 2017-12-18 Dmitry V. Levin <ldv@altlinux.org>
18594
18595 [BZ #22627]
18596 * elf/dl-load.c (_dl_init_paths): Remove _dl_dst_substitute preparatory
18597 code and invocation.
18598
18599 2017-12-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
18600
18601 * sysdeps/aarch64/start.S (_start): Handle PIC && !SHARED case.
18602
18603 2017-12-16 Aurelien Jarno <aurelien@aurel32.net>
18604
18605 [BZ #22505]
18606 * elf/ldconfig.c (main): Call setlocale to force LC_COLLATE to C.
18607
18608 2017-12-16 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18609
18610 * sysdeps/s390/fpu/libm-test-ulps: Update.
18611
18612 2017-12-16 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18613
18614 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18615
18616 2017-12-16 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18617
18618 * sysdeps/ieee754/flt-32/s_cosf.c: Move reduced() and
18619 constants to s_sincosf.h file.
18620 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
18621 * sysdeps/ieee754/flt-32/s_sincosf.c: New
18622 implementation.
18623 * sysdeps/ieee754/flt-32/s_sincosf.h:
18624 New file.
18625
18626 2017-12-12 Carlos O'Donell <carlos@redhat.com>
18627
18628 [BZ #14681]
18629 * elf/tst-leaks1.c (do_test): Call one dlopen with $ORIGIN expansion
18630 before mtrace.
18631
18632 2017-12-15 H.J. Lu <hongjiu.lu@intel.com>
18633
18634 [BZ #19574]
18635 * INSTALL: Regenerated.
18636 * Makeconfig (real-static-start-installed-name): New.
18637 (pic-default): Updated for --enable-static-pie.
18638 (pie-default): New for --enable-static-pie.
18639 (default-pie-ldflag): Likewise.
18640 (+link-static-before-libc): Replace $(DEFAULT-LDFLAGS-$(@F))
18641 with $(if $($(@F)-no-pie),$(no-pie-ldflag),$(default-pie-ldflag)).
18642 Replace $(static-start-installed-name) with
18643 $(real-static-start-installed-name).
18644 (+prectorT): Updated for --enable-static-pie.
18645 (+postctorT): Likewise.
18646 (CFLAGS-.o): Add $(pie-default).
18647 (CFLAGS-.op): Likewise.
18648 * NEWS: Mention --enable-static-pie.
18649 * config.h.in (ENABLE_STATIC_PIE): New.
18650 * configure.ac (--enable-static-pie): New configure option.
18651 (have-no-dynamic-linker): New LIBC_CONFIG_VAR.
18652 (have-static-pie): Likewise.
18653 Enable static PIE if linker supports --no-dynamic-linker.
18654 (ENABLE_STATIC_PIE): New AC_DEFINE.
18655 (enable-static-pie): New LIBC_CONFIG_VAR.
18656 * configure: Regenerated.
18657 * csu/Makefile (omit-deps): Add r$(start-installed-name) and
18658 gr$(start-installed-name) for --enable-static-pie.
18659 (extra-objs): Likewise.
18660 (install-lib): Likewise.
18661 (extra-objs): Add static-reloc.o and static-reloc.os
18662 ($(objpfx)$(start-installed-name)): Also depend on
18663 $(objpfx)static-reloc.o.
18664 ($(objpfx)r$(start-installed-name)): New.
18665 ($(objpfx)g$(start-installed-name)): Also depend on
18666 $(objpfx)static-reloc.os.
18667 ($(objpfx)gr$(start-installed-name)): New.
18668 * csu/libc-start.c (LIBC_START_MAIN): Call _dl_relocate_static_pie
18669 in libc.a.
18670 * csu/libc-tls.c (__libc_setup_tls): Add main_map->l_addr to
18671 initimage.
18672 * csu/static-reloc.c: New file.
18673 * elf/Makefile (routines): Add dl-reloc-static-pie.
18674 (elide-routines.os): Likewise.
18675 (DEFAULT-LDFLAGS-tst-tls1-static-non-pie): Removed.
18676 (tst-tls1-static-non-pie-no-pie): New.
18677 * elf/dl-reloc-static-pie.c: New file.
18678 * elf/dl-support.c (_dl_get_dl_main_map): New function.
18679 * elf/dynamic-link.h (ELF_DURING_STARTUP): Also check
18680 STATIC_PIE_BOOTSTRAP.
18681 * elf/get-dynamic-info.h (elf_get_dynamic_info): Likewise.
18682 * gmon/Makefile (tests): Add tst-gmon-static-pie.
18683 (tests-static): Likewise.
18684 (DEFAULT-LDFLAGS-tst-gmon-static): Removed.
18685 (tst-gmon-static-no-pie): New.
18686 (CFLAGS-tst-gmon-static-pie.c): Likewise.
18687 (CRT-tst-gmon-static-pie): Likewise.
18688 (tst-gmon-static-pie-ENV): Likewise.
18689 (tests-special): Likewise.
18690 ($(objpfx)tst-gmon-static-pie.out): Likewise.
18691 (clean-tst-gmon-static-pie-data): Likewise.
18692 ($(objpfx)tst-gmon-static-pie-gprof.out): Likewise.
18693 * gmon/tst-gmon-static-pie.c: New file.
18694 * manual/install.texi: Document --enable-static-pie.
18695 * sysdeps/generic/ldsodefs.h (_dl_relocate_static_pie): New.
18696 (_dl_get_dl_main_map): Likewise.
18697 * sysdeps/i386/configure.ac: Check if linker supports static PIE.
18698 * sysdeps/x86_64/configure.ac: Likewise.
18699 * sysdeps/i386/configure: Regenerated.
18700 * sysdeps/x86_64/configure: Likewise.
18701 * sysdeps/mips/Makefile (ASFLAGS-.o): Add $(pie-default).
18702 (ASFLAGS-.op): Likewise.
18703
18704 2017-12-15 Joseph Myers <joseph@codesourcery.com>
18705
18706 * io/Makefile (tst-open-tmpfile-ARGS): New variable.
18707 * posix/tst-mmap-offset.c (fname): Use /tmp.
18708 * stdlib/tst-setcontext3.sh (tempfile): Use ${objpfx}.
18709
18710 2017-12-15 Steve Ellcey <sellcey@cavium.com>
18711
18712 * nscd/dbg_log.c (dbg_log): Increase msg buffer size.
18713
18714 2017-12-15 Thomas Schwinge <thomas@codesourcery.com>
18715
18716 * sysdeps/mach/hurd/dl-sysdep.c (__access_noerrno): Don't set
18717 errno.
18718
18719 2017-12-15 Joseph Myers <joseph@codesourcery.com>
18720
18721 * scripts/build-many-glibcs.py (Context.add_all_configs): Use
18722 --with-float=hard for arm-linux-gnueabihf configurations.
18723
18724 [BZ #14121]
18725 * po/Makefile (generated): Add $(ALL_LINGUAS:%=%.mo).
18726 (%.mo): Change to $(objpfx)%.mo. Use $(make-target-directory).
18727 ($(mo-installed)): Use $(objpfx)%.mo.
18728 (realclean): Remove rule.
18729
18730 * po/Makefile (linguas): Remove rule and dependencies.
18731 (linguas.mo): Likewise.
18732 (.PHONY): Do not depend on linguas and linguas.mo.
18733 (podir): Remove variable.
18734 (pofiles): Likewise.
18735 [$(pofiles)] (%.po): Remove rule.
18736
18737 * sysdeps/sparc/sparc32/Makefile
18738 ($(divrem:%=$(sysdep_dir)/sparc/sparc32/%.S)): Do not include
18739 start-of-line whitespace in argument of echo.
18740 * sysdeps/sparc/sparc32/divrem.m4: Avoid generating lines starting
18741 with whitespace. Generate __wrap_.udiv alias.
18742 * sysdeps/sparc/sparc32/rem.S: Regenerated.
18743 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
18744 * sysdeps/sparc/sparc32/udiv.S: Likewise.
18745 * sysdeps/sparc/sparc32/urem.S: Likewise.
18746
18747 2017-12-15 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18748
18749 * sysdeps/powerpc/powerpc64/power8/strcpy.S: Use vectors
18750 for aligned inputs.
18751
18752 2017-12-14 Siddhesh Poyarekar <siddhesh@sourceware.org>
18753
18754 * benchtests/bench-strcmp.c: Print output in JSON format.
18755
18756 * elf/dl-tunables.list: Remove redundant SXID_ERASE.
18757
18758 2017-12-14 Florian Weimer <fweimer@redhat.com>
18759
18760 [BZ #22607]
18761 CVE-2017-1000409
18762 * elf/dl-load.c (_dl_init_paths): Compute number of components in
18763 the expanded path string.
18764
18765 2017-12-14 Florian Weimer <fweimer@redhat.com>
18766
18767 [BZ #22606]
18768 CVE-2017-1000408
18769 * elf/dl-load.c (system_dirs): Update comment.
18770 (nsystem_dirs_len): Use array_length.
18771 (_dl_init_paths): Use nsystem_dirs_len to compute the array size.
18772
18773 2017-12-14 Florian Weimer <fweimer@redhat.com>
18774
18775 Simplify compiling most of support/ outside of glibc.
18776 * support/check_addrinfo.c: Include <string.h>.
18777 * support/check_dns_packet.c: Likewise.
18778 * support/check_hostent.c: Likewise.
18779 * support/support_can_chroot.c: Include <support/xunistd.h>.
18780 * support/support_format_addrinfo.c: Include <stdlib.h>
18781 * support/support_format_dns_packet.c: Include <stdbool.h>.
18782 * support/support_format_hostent.c: Include <stdlib.h>.
18783 * support/support_format_netent.c: Likewise.
18784 * support/support_write_string.c: Include <support/xunistd.h>.
18785 * support/xdlfcn.c: Include <stddef.h>.
18786
18787 2017-12-14 H.J. Lu <hongjiu.lu@intel.com>
18788
18789 * sysdeps/x86_64/fpu/s_cosf.S: Removed.
18790
18791 2017-12-14 Patrick McGehearty <patrick.mcgehearty@oracle.com>
18792 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18793
18794 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile
18795 (sysdeps_routines): Add memset-niagara7.
18796 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdes_rotuines):
18797 Likewise.
18798 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara7.S: New
18799 file.
18800 * sysdeps/sparc/sparc64/multiarch/memset-niagara7.S: Likewise.
18801 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c
18802 (__libc_ifunc_impl_list): Add __bzero_niagara7 and __memset_niagara7.
18803 * sysdeps/sparc/sparc64/multiarch/ifunc-memset.h (IFUNC_SELECTOR):
18804 Add niagara7 option.
18805 * NEWS: Mention sparc m7 optimized memcpy, mempcpy, memmove, and
18806 memset.
18807
18808 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile
18809 (sysdeps_routines): Add memcpy-memmove-niagara7 and memmove-ultra1.
18810 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdeps_routines):
18811 Likewise.
18812 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-memmove-niagara7.S:
18813 New file.
18814 * sysdeps/sparc/sparc32/sparcv9/multiarch/memmove-ultra1.S: Likewise.
18815 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memmove.c: Likewise.
18816 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c
18817 (__libc_ifunc_impl_list): Add __memcpy_niagara7, __mempcpy_niagara7,
18818 and __memmove_niagara7.
18819 * sysdeps/sparc/sparc64/multiarch/ifunc-memcpy.h (IFUNC_SELECTOR):
18820 Add niagara7 option.
18821 * sysdeps/sparc/sparc64/multiarch/memmove.c: New file.
18822 * sysdeps/sparc/sparc64/multiarch/ifunc-memmove.h: Likewise.
18823 * sysdeps/sparc/sparc64/multiarch/memcpy-memmove-niagara7.S: Likewise.
18824 * sysdeps/sparc/sparc64/multiarch/memmove-ultra1.S: Likewise.
18825 * sysdeps/sparc/sparc64/multiarch/rtld-memmove.c: Likewise.
18826
18827 2017-12-14 Jose E. Marchesi <jose.marchesi@oracle.com>
18828
18829 * sysdeps/sparc/sparc32/sparcv9/memmove.S: New file.
18830 * sysdeps/sparc/sparc32/sparcv9/rtld-memmove.c: Likewise.
18831 * sysdeps/sparc/sparc64/memmove.S: Likewise.
18832 * sysdeps/sparc/sparc64/rtld-memmove.c: Likewise.
18833
18834 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_ADP): Defined.
18835 * sysdeps/sparc/dl-procinfo.c: Added "adp" to the
18836 _dl_sparc_cap_flags array.
18837 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increment.
18838
18839 2017-12-13 Siddhesh Poyarekar <siddhesh@sourceware.org>
18840
18841 * sysdeps/aarch64/strcmp.S (misaligned8): Compare dword at a
18842 time whenever possible.
18843
18844 2017-12-12 Carlos O'Donell <carlos@redhat.com>
18845
18846 * elf/Makefile [$(nss-crypt)$(static-nss-crypt) == yesno]
18847 (CFLAGS-tst-linkall-static.c): Undefine USE_CRYPT first.
18848
18849 2017-12-12 Joseph Myers <joseph@codesourcery.com>
18850
18851 * soft-fp/fmadf4.c: Move to ....
18852 * sysdeps/ieee754/soft-fp/s_fma.c: ... here.
18853 * soft-fp/fmasf4.c: Move to ....
18854 * sysdeps/ieee754/soft-fp/s_fmaf.c: ... here.
18855 * soft-fp/fmatf4.c: Move to ....
18856 * sysdeps/ieee754/soft-fp/s_fmal.c: ... here.
18857 * sysdeps/ieee754/soft-fp/Makefile: New file.
18858 * sysdeps/arm/preconfigure.ac: Define with_fp_cond.
18859 * sysdeps/arm/preconfigure: Regenerated.
18860 * sysdeps/arm/nofpu/Implies: New file.
18861 * sysdeps/arm/s_fma.c: Remove file.
18862 * sysdeps/arm/s_fmaf.c: Likewise.
18863 * sysdeps/m68k/coldfire/nofpu/Implies: New file.
18864 * sysdeps/m68k/coldfire/nofpu/s_fma.c: Remove file.
18865 * sysdeps/m68k/coldfire/nofpu/s_fmaf.c: Likewise.
18866 * sysdeps/microblaze/Implies: Add ieee754/soft-fp.
18867 * sysdeps/microblaze/s_fma.c: Remove file.
18868 * sysdeps/microblaze/s_fmaf.c: Likewise.
18869 * sysdeps/mips/mips32/nofpu/Implies: New file.
18870 * sysdeps/mips/mips64/n32/fpu/s_fma.c: Likewise.
18871 * sysdeps/mips/mips64/n32/nofpu/Implies: Likewise.
18872 * sysdeps/mips/mips64/n64/fpu/s_fma.c: Likewise.
18873 * sysdeps/mips/mips64/n64/nofpu/Implies: Likewise.
18874 * sysdeps/mips/ieee754/s_fma.c: Remove file.
18875 * sysdeps/mips/ieee754/s_fmaf.c: Likewise.
18876 * sysdeps/mips/ieee754/s_fmal.c: Update include for move of fmal
18877 implementation.
18878 * sysdeps/nios2/Implies: Add ieee754/soft-fp.
18879 * sysdeps/nios2/s_fma.c: Remove file.
18880 * sysdeps/nios2/s_fmaf.c: Likewise.
18881 * sysdeps/sh/nofpu/Implies: New file.
18882 * sysdeps/sh/s_fma.c: Remove file.
18883 * sysdeps/sh/s_fmaf.c: Likewise.
18884 * sysdeps/tile/Implies: Add ieee754/soft-fp.
18885 * sysdeps/tile/s_fma.c: Remove file.
18886 * sysdeps/tile/s_fmaf.c: Likewise.
18887
18888 2017-12-12 H.J. Lu <hongjiu.lu@intel.com>
18889
18890 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
18891 Add s_cosf-sse2 and s_cosf-fma.
18892 (CFLAGS-s_cosf-fma.c): New.
18893 * sysdeps/x86_64/fpu/multiarch/s_cosf-fma.c: New file.
18894 * sysdeps/x86_64/fpu/multiarch/s_cosf-sse2.c: Likewise.
18895 * sysdeps/x86_64/fpu/multiarch/s_cosf.c: Likewise.
18896
18897 2017-12-12 Steve Ellcey <sellcey@cavium.com>
18898
18899 * nscd/nscd.h (init_traced_file): Change strncpy to memcpy.
18900
18901 2017-12-12 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18902
18903 * libio/Makefile (tests): Add tst-bz22415.
18904 (tst-bz22415-ENV): New rule.
18905 (generated): Add tst-bz22415.mtrace and tst-bz22415.check.
18906 (tests-special): Add tst-bz22415-mem.out.
18907 ($(objpfx)tst-bz22415-mem.out): New rule.
18908 * libio/fileops.c (_IO_new_file_seekoff): Call _IO_free_backup_area
18909 in case of a successful seek operation.
18910 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
18911 (_IO_wfile_overflow): Call _IO_free_wbackup_area in case a write
18912 buffer is required.
18913 * libio/tst-bz22415.c: New test.
18914
18915 * sysdeps/ia64/fpu/libm-test-ulps: Update.
18916
18917 2017-12-12 James Clarke <jrtc27@jrtc27.com>
18918
18919 * sysdeps/unix/sysv/linux/ia64/ipc_priv.h: New file defining
18920 __IPC_64 to 0 to avoid IPC_64 being set.
18921
18922 2017-12-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
18923
18924 [BZ #22593]
18925 * math/bits/mathcalls.h (nextafter): Remove const.
18926 (nexttoward): Likewise.
18927
18928 2017-12-12 Joseph Myers <joseph@codesourcery.com>
18929
18930 * configure.ac (--with-fp): Remove configure option.
18931 (with_fp_cond): New variable.
18932 (libc_cv_with_fp): New configure test. Use this variable instead
18933 of with_fp.
18934 * configure: Regenerated.
18935 * config.make.in (with-fp): Use @libc_cv_with_fp@.
18936 * manual/install.texi (Configuring and compiling): Remove
18937 --without-fp.
18938 * INSTALL: Regenerated.
18939 * sysdeps/m68k/preconfigure (with_fp_cond): Define for ColdFire.
18940 * sysdeps/mips/preconfigure (with_fp_cond): Define.
18941 * sysdeps/powerpc/preconfigure (with_fp_cond): Define for 32-bit.
18942 * sysdeps/sh/preconfigure (with_fp_cond): Define.
18943 * scripts/build-many-glibcs.py (Context.add_all_configs): Do not
18944 use --without-fp to configure glibc.
18945
18946 2017-12-12 Rical Jasan <ricaljasan@pacific.net>
18947
18948 * manual/locale.texi (nl_langinfo): Fix a typo.
18949
18950 2017-12-12 Aurelien Jarno <aurelien@aurel32.net>
18951
18952 [BZ #22588]
18953 * manual/conf.texi (SC_SSIZE_MAX): Rename into _SC_SSIZE_MAX.
18954
18955 2017-12-11 H.J. Lu <hongjiu.lu@intel.com>
18956
18957 * argp/Makefile (CFLAGS-argp-help.c): Replace = with +=.
18958 (CFLAGS-argp-parse.c): Likewise.
18959 (CFLAGS-argp-fmtstream.c): Likewise.
18960 * crypt/Makefile (CPPFLAGS-sha256-crypt.c): Likewise.
18961 (CPPFLAGS-sha512-crypt.c): Likewise.
18962 (CPPFLAGS-md5-crypt.c): Likewise.
18963 * debug/Makefile (CFLAGS-stack_chk_fail.c): Likewise.
18964 (CFLAGS-stack_chk_fail_local.c): Likewise.
18965 (CFLAGS-backtrace.c): Likewise.
18966 (CFLAGS-sprintf_chk.c): Likewise.
18967 (CFLAGS-snprintf_chk.c): Likewise.
18968 (CFLAGS-vsprintf_chk.c): Likewise.
18969 (CFLAGS-vsnprintf_chk.c): Likewise.
18970 (CFLAGS-asprintf_chk.c): Likewise.
18971 (CFLAGS-vasprintf_chk.c): Likewise.
18972 (CFLAGS-obprintf_chk.c): Likewise.
18973 (CFLAGS-dprintf_chk.c): Likewise.
18974 (CFLAGS-vdprintf_chk.c): Likewise.
18975 (CFLAGS-printf_chk.c): Likewise.
18976 (CFLAGS-fprintf_chk.c): Likewise.
18977 (CFLAGS-vprintf_chk.c): Likewise.
18978 (CFLAGS-vfprintf_chk.c): Likewise.
18979 (CFLAGS-gets_chk.c): Likewise.
18980 (CFLAGS-fgets_chk.c): Likewise.
18981 (CFLAGS-fgets_u_chk.c): Likewise.
18982 (CFLAGS-fread_chk.c): Likewise.
18983 (CFLAGS-fread_u_chk.c): Likewise.
18984 (CFLAGS-swprintf_chk.c): Likewise.
18985 (CFLAGS-vswprintf_chk.c): Likewise.
18986 (CFLAGS-wprintf_chk.c): Likewise.
18987 (CFLAGS-fwprintf_chk.c): Likewise.
18988 (CFLAGS-vwprintf_chk.c): Likewise.
18989 (CFLAGS-vfwprintf_chk.c): Likewise.
18990 (CFLAGS-fgetws_chk.c): Likewise.
18991 (CFLAGS-fgetws_u_chk.c): Likewise.
18992 (CFLAGS-read_chk.c): Likewise.
18993 (CFLAGS-pread_chk.c): Likewise.
18994 (CFLAGS-pread64_chk.c): Likewise.
18995 (CFLAGS-recv_chk.c): Likewise.
18996 (CFLAGS-recvfrom_chk.c): Likewise.
18997 (CFLAGS-tst-longjmp_chk.c): Likewise.
18998 (CPPFLAGS-tst-longjmp_chk.c): Likewise.
18999 (CFLAGS-tst-longjmp_chk2.c): Likewise.
19000 (CPPFLAGS-tst-longjmp_chk2.c): Likewise.
19001 (CFLAGS-tst-longjmp_chk3.c): Likewise.
19002 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19003 (CFLAGS-tst-chk1.c): Likewise.
19004 (CFLAGS-tst-chk2.c): Likewise.
19005 (CFLAGS-tst-chk3.c): Likewise.
19006 (CFLAGS-tst-chk4.cc): Likewise.
19007 (CFLAGS-tst-chk5.cc): Likewise.
19008 (CFLAGS-tst-chk6.cc): Likewise.
19009 (CFLAGS-tst-lfschk1.c): Likewise.
19010 (CFLAGS-tst-lfschk2.c): Likewise.
19011 (CFLAGS-tst-lfschk3.c): Likewise.
19012 (CFLAGS-tst-lfschk4.cc): Likewise.
19013 (CFLAGS-tst-lfschk5.cc): Likewise.
19014 (CFLAGS-tst-lfschk6.cc): Likewise.
19015 (CFLAGS-tst-ssp-1.c): Likewise.
19016 * dirent/Makefile (CFLAGS-scandir.c): Likewise.
19017 (CFLAGS-scandir64.c): Likewise.
19018 (CFLAGS-scandir-tail.c): Likewise.
19019 (CFLAGS-scandir64-tail.c): Likewise.
19020 * elf/Makefile (CPPFLAGS-dl-tunables.c): Likewise.
19021 (CFLAGS-dl-tunables.c): Likewise.
19022 (CFLAGS-dl-runtime.c): Likewise.
19023 (CFLAGS-dl-lookup.c): Likewise.
19024 (CFLAGS-dl-iterate-phdr.c): Likewise.
19025 (CFLAGS-vismain.c): Likewise.
19026 (CFLAGS-tst-linkall-static.c): Likewise.
19027 (CFLAGS-tst-linkall-static.c): Likewise.
19028 (CPPFLAGS-dl-load.c): Likewise.
19029 (CFLAGS-ldconfig.c): Likewise.
19030 (CFLAGS-dl-cache.c): Likewise.
19031 (CFLAGS-cache.c): Likewise.
19032 (CFLAGS-rtld.c): Likewise.
19033 (CFLAGS-multiload.c): Likewise.
19034 (CFLAGS-filtmod1.c): Likewise.
19035 (CFLAGS-tst-align.c): Likewise.
19036 (CFLAGS-tst-align2.c): Likewise.
19037 (CFLAGS-tst-alignmod.c): Likewise.
19038 (CFLAGS-tst-alignmod2.c): Likewise.
19039 (CPPFLAGS-tst-execstack.c): Likewise.
19040 (CFLAGS-tst-ptrguard1-static.c): Likewise.
19041 (CFLAGS-tst-latepthreadmod.c): Likewise.
19042 * grp/Makefile (CFLAGS-getgrgid_r.c): Likewise.
19043 (CFLAGS-getgrnam_r.c): Likewise.
19044 (CFLAGS-getgrent_r.c): Likewise.
19045 (CFLAGS-getgrent.c): Likewise.
19046 (CFLAGS-fgetgrent.c): Likewise.
19047 (CFLAGS-fgetgrent_r.c): Likewise.
19048 (CFLAGS-putgrent.c): Likewise.
19049 (CFLAGS-initgroups.c): Likewise.
19050 (CFLAGS-getgrgid.c): Likewise.
19051 * gshadow/Makefile (CFLAGS-getsgent_r.c): Likewise.
19052 (CFLAGS-getsgent.c): Likewise.
19053 (CFLAGS-fgetsgent.c): Likewise.
19054 (CFLAGS-fgetsgent_r.c): Likewise.
19055 (CFLAGS-putsgent.c): Likewise.
19056 (CFLAGS-getsgnam.c): Likewise.
19057 (CFLAGS-getsgnam_r.c): Likewise.
19058 * iconv/Makefile (CFLAGS-iconv_prog.c): Likewise.
19059 (CFLAGS-iconv_charmap.c): Likewise.
19060 (CFLAGS-dummy-repertoire.c): Likewise.
19061 (CFLAGS-charmap.c): Likewise.
19062 (CFLAGS-linereader.c): Likewise.
19063 (CFLAGS-simple-hash.c): Likewise.
19064 (CFLAGS-gconv_conf.c): Likewise.
19065 (CFLAGS-iconvconfig.c): Likewise.
19066 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
19067 (CFLAGS-gethstbyad.c): Likewise.
19068 (CFLAGS-gethstbynm_r.c): Likewise.
19069 (CFLAGS-gethstbynm.c): Likewise.
19070 (CFLAGS-gethstbynm2_r.c): Likewise.
19071 (CFLAGS-gethstbynm2.c): Likewise.
19072 (CFLAGS-gethstent_r.c): Likewise.
19073 (CFLAGS-gethstent.c): Likewise.
19074 (CFLAGS-rcmd.c): Likewise.
19075 (CFLAGS-getnetbynm_r.c): Likewise.
19076 (CFLAGS-getnetbynm.c): Likewise.
19077 (CFLAGS-getnetbyad_r.c): Likewise.
19078 (CFLAGS-getnetbyad.c): Likewise.
19079 (CFLAGS-getnetent_r.c): Likewise.
19080 (CFLAGS-getnetent.c): Likewise.
19081 (CFLAGS-getaliasent_r.c): Likewise.
19082 (CFLAGS-getaliasent.c): Likewise.
19083 (CFLAGS-getrpcent_r.c): Likewise.
19084 (CFLAGS-getrpcent.c): Likewise.
19085 (CFLAGS-getservent_r.c): Likewise.
19086 (CFLAGS-getservent.c): Likewise.
19087 (CFLAGS-getprtent_r.c): Likewise.
19088 (CFLAGS-getprtent.c): Likewise.
19089 (CFLAGS-either_ntoh.c): Likewise.
19090 (CFLAGS-either_hton.c): Likewise.
19091 (CFLAGS-getnetgrent.c): Likewise.
19092 (CFLAGS-getnetgrent_r.c): Likewise.
19093 (CFLAGS-tst-checks-posix.c): Likewise.
19094 (CFLAGS-tst-sockaddr.c): Likewise.
19095 * intl/Makefile (CFLAGS-tst-gettext.c): Likewise.
19096 (CFLAGS-tst-translit.c): Likewise.
19097 (CFLAGS-tst-gettext2.c): Likewise.
19098 (CFLAGS-tst-codeset.c): Likewise.
19099 (CFLAGS-tst-gettext3.c): Likewise.
19100 (CFLAGS-tst-gettext4.c): Likewise.
19101 (CFLAGS-tst-gettext5.c): Likewise.
19102 (CFLAGS-tst-gettext6.c): Likewise.
19103 * io/Makefile (CFLAGS-open.c): Likewise.
19104 (CFLAGS-open64.c): Likewise.
19105 (CFLAGS-creat.c): Likewise.
19106 (CFLAGS-creat64.c): Likewise.
19107 (CFLAGS-fcntl.c): Likewise.
19108 (CFLAGS-poll.c): Likewise.
19109 (CFLAGS-ppoll.c): Likewise.
19110 (CFLAGS-lockf.c): Likewise.
19111 (CFLAGS-statfs.c): Likewise.
19112 (CFLAGS-fstatfs.c): Likewise.
19113 (CFLAGS-statvfs.c): Likewise.
19114 (CFLAGS-fstatvfs.c): Likewise.
19115 (CFLAGS-fts.c): Likewise.
19116 (CFLAGS-fts64.c): Likewise.
19117 (CFLAGS-ftw.c): Likewise.
19118 (CFLAGS-ftw64.c): Likewise.
19119 (CFLAGS-lockf.c): Likewise.
19120 (CFLAGS-posix_fallocate.c): Likewise.
19121 (CFLAGS-posix_fallocate64.c): Likewise.
19122 (CFLAGS-fallocate.c): Likewise.
19123 (CFLAGS-fallocate64.c): Likewise.
19124 (CFLAGS-read.c): Likewise.
19125 (CFLAGS-write.c): Likewise.
19126 (CFLAGS-test-stat.c): Likewise.
19127 (CFLAGS-test-lfs.c): Likewise.
19128 * libio/Makefile (CFLAGS-fileops.c): Likewise.
19129 (CFLAGS-fputc.c): Likewise.
19130 (CFLAGS-fputwc.c): Likewise.
19131 (CFLAGS-freopen64.c): Likewise.
19132 (CFLAGS-freopen.c): Likewise.
19133 (CFLAGS-fseek.c): Likewise.
19134 (CFLAGS-fseeko64.c): Likewise.
19135 (CFLAGS-fseeko.c): Likewise.
19136 (CFLAGS-ftello64.c): Likewise.
19137 (CFLAGS-ftello.c): Likewise.
19138 (CFLAGS-fwide.c): Likewise.
19139 (CFLAGS-genops.c): Likewise.
19140 (CFLAGS-getc.c): Likewise.
19141 (CFLAGS-getchar.c): Likewise.
19142 (CFLAGS-getwc.c): Likewise.
19143 (CFLAGS-getwchar.c): Likewise.
19144 (CFLAGS-iofclose.c): Likewise.
19145 (CFLAGS-iofflush.c): Likewise.
19146 (CFLAGS-iofgetpos64.c): Likewise.
19147 (CFLAGS-iofgetpos.c): Likewise.
19148 (CFLAGS-iofgets.c): Likewise.
19149 (CFLAGS-iofgetws.c): Likewise.
19150 (CFLAGS-iofputs.c): Likewise.
19151 (CFLAGS-iofputws.c): Likewise.
19152 (CFLAGS-iofread.c): Likewise.
19153 (CFLAGS-iofsetpos64.c): Likewise.
19154 (CFLAGS-iofsetpos.c): Likewise.
19155 (CFLAGS-ioftell.c): Likewise.
19156 (CFLAGS-iofwrite.c): Likewise.
19157 (CFLAGS-iogetdelim.c): Likewise.
19158 (CFLAGS-iogetline.c): Likewise.
19159 (CFLAGS-iogets.c): Likewise.
19160 (CFLAGS-iogetwline.c): Likewise.
19161 (CFLAGS-ioputs.c): Likewise.
19162 (CFLAGS-ioseekoff.c): Likewise.
19163 (CFLAGS-ioseekpos.c): Likewise.
19164 (CFLAGS-iosetbuffer.c): Likewise.
19165 (CFLAGS-iosetvbuf.c): Likewise.
19166 (CFLAGS-ioungetc.c): Likewise.
19167 (CFLAGS-ioungetwc.c): Likewise.
19168 (CFLAGS-oldfileops.c): Likewise.
19169 (CFLAGS-oldiofclose.c): Likewise.
19170 (CFLAGS-oldiofgetpos64.c): Likewise.
19171 (CFLAGS-oldiofgetpos.c): Likewise.
19172 (CFLAGS-oldiofsetpos64.c): Likewise.
19173 (CFLAGS-oldiofsetpos.c): Likewise.
19174 (CFLAGS-peekc.c): Likewise.
19175 (CFLAGS-putc.c): Likewise.
19176 (CFLAGS-putchar.c): Likewise.
19177 (CFLAGS-putwc.c): Likewise.
19178 (CFLAGS-putwchar.c): Likewise.
19179 (CFLAGS-rewind.c): Likewise.
19180 (CFLAGS-wfileops.c): Likewise.
19181 (CFLAGS-wgenops.c): Likewise.
19182 (CFLAGS-oldiofopen.c): Likewise.
19183 (CFLAGS-iofopen.c): Likewise.
19184 (CFLAGS-iofopen64.c): Likewise.
19185 (CFLAGS-oldtmpfile.c): Likewise.
19186 (CFLAGS-tst_putwc.c): Likewise.
19187 * locale/Makefile (CFLAGS-md5.c): Likewise.
19188 (CFLAGS-charmap.c): Likewise.
19189 (CFLAGS-locfile.c): Likewise.
19190 (CFLAGS-charmap-dir.c): Likewise.
19191 * login/Makefile (CFLAGS-grantpt.c): Likewise.
19192 (CFLAGS-getpt.c): Likewise.
19193 (CFLAGS-pt_chown.c): Likewise.
19194 * malloc/Makefile (CFLAGS-mcheck-init.c): Likewise.
19195 (CFLAGS-obstack.c): Likewise.
19196 * math/Makefile (CFLAGS-test-tgmath3.c): Likewise.
19197 (CFLAGS-test-double-vlen4-wrappers.c): Likewise.
19198 (CFLAGS-test-double-vlen8-wrappers.c): Likewise.
19199 (CFLAGS-test-float-vlen8-wrappers.c): Likewise.
19200 (CFLAGS-test-float-vlen16-wrappers.c): Likewise.
19201 (CFLAGS-test-tgmath.c): Likewise.
19202 (CFLAGS-test-tgmath2.c): Likewise.
19203 (CFLAGS-test-tgmath-ret.c): Likewise.
19204 (CFLAGS-test-powl.c): Likewise.
19205 (CFLAGS-test-snan.c): Likewise.
19206 (CFLAGS-test-signgam-finite.c): Likewise.
19207 (CFLAGS-test-signgam-finite-c99.c): Likewise.
19208 (CFLAGS-test-signgam-finite-c11.c): Likewise.
19209 (CFLAGS-test-signgam-uchar.c): Likewise.
19210 (CFLAGS-test-signgam-uchar-init.c): Likewise.
19211 (CFLAGS-test-signgam-uchar-static.c): Likewise.
19212 (CFLAGS-test-signgam-uchar-init-static.c): Likewise.
19213 (CFLAGS-test-signgam-uint.c): Likewise.
19214 (CFLAGS-test-signgam-uint-init.c): Likewise.
19215 (CFLAGS-test-signgam-uint-static.c): Likewise.
19216 (CFLAGS-test-signgam-uint-init-static.c): Likewise.
19217 (CFLAGS-test-signgam-ullong.c): Likewise.
19218 (CFLAGS-test-signgam-ullong-init.c): Likewise.
19219 (CFLAGS-test-signgam-ullong-static.c): Likewise.
19220 (CFLAGS-test-signgam-ullong-init-static.c): Likewise.
19221 (CFLAGS-test-math-cxx11.cc): Likewise.
19222 (CFLAGS-test-math-isinff.cc): Likewise.
19223 (CFLAGS-test-math-iszero.cc): Likewise.
19224 (CFLAGS-test-math-issignaling.cc): Likewise.
19225 (CFLAGS-test-math-iscanonical.cc): Likewise.
19226 (CFLAGS-test-iszero-excess-precision.c): Likewise.
19227 (CFLAGS-test-iseqsig-excess-precision.c): Likewise.
19228 (CFLAGS-test-flt-eval-method.c): Likewise.
19229 (CFLAGS-test-fe-snans-always-signal.c): Likewise.
19230 (CFLAGS-test-finite-macros.c): Likewise.
19231 * misc/Makefile (CFLAGS-select.c): Likewise.
19232 (CFLAGS-tsearch.c): Likewise.
19233 (CFLAGS-lsearch.c): Likewise.
19234 (CFLAGS-pselect.c): Likewise.
19235 (CFLAGS-readv.c): Likewise.
19236 (CFLAGS-writev.c): Likewise.
19237 (CFLAGS-preadv.c): Likewise.
19238 (CFLAGS-preadv64.c): Likewise.
19239 (CFLAGS-pwritev.c): Likewise.
19240 (CFLAGS-pwritev64.c): Likewise.
19241 (CFLAGS-preadv2.c): Likewise.
19242 (CFLAGS-preadv64v2.c): Likewise.
19243 (CFLAGS-pwritev2.c): Likewise.
19244 (CFLAGS-pwritev64v2.c): Likewise.
19245 (CFLAGS-usleep.c): Likewise.
19246 (CFLAGS-syslog.c): Likewise.
19247 (CFLAGS-error.c): Likewise.
19248 (CFLAGS-getpass.c): Likewise.
19249 (CFLAGS-mkstemp.c): Likewise.
19250 (CFLAGS-mkstemp64.c): Likewise.
19251 (CFLAGS-getsysstats.c): Likewise.
19252 (CFLAGS-getusershell.c): Likewise.
19253 (CFLAGS-err.c): Likewise.
19254 (CFLAGS-tst-tsearch.c): Likewise.
19255 (CFLAGS-msync.c): Likewise.
19256 (CFLAGS-fdatasync.c): Likewise.
19257 (CFLAGS-fsync.c): Likewise.
19258 * nptl/Makefile (CFLAGS-nptl-init.c): Likewise.
19259 (CFLAGS-unwind.c): Likewise.
19260 (CFLAGS-unwind-forcedunwind.c): Likewise.
19261 (CFLAGS-pthread_cancel.c): Likewise.
19262 (CFLAGS-pthread_setcancelstate.c): Likewise.
19263 (CFLAGS-pthread_setcanceltype.c): Likewise.
19264 (CFLAGS-cancellation.c): Likewise.
19265 (CFLAGS-libc-cancellation.c): Likewise.
19266 (CFLAGS-pthread_exit.c): Likewise.
19267 (CFLAGS-forward.c): Likewise.
19268 (CFLAGS-pthread_testcancel.c): Likewise.
19269 (CFLAGS-pthread_join.c): Likewise.
19270 (CFLAGS-pthread_timedjoin.c): Likewise.
19271 (CFLAGS-pthread_once.c): Likewise.
19272 (CFLAGS-pthread_cond_wait.c): Likewise.
19273 (CFLAGS-sem_wait.c): Likewise.
19274 (CFLAGS-sem_timedwait.c): Likewise.
19275 (CFLAGS-fcntl.c): Likewise.
19276 (CFLAGS-lockf.c): Likewise.
19277 (CFLAGS-pread.c): Likewise.
19278 (CFLAGS-pread64.c): Likewise.
19279 (CFLAGS-pwrite.c): Likewise.
19280 (CFLAGS-pwrite64.c): Likewise.
19281 (CFLAGS-wait.c): Likewise.
19282 (CFLAGS-waitpid.c): Likewise.
19283 (CFLAGS-sigwait.c): Likewise.
19284 (CFLAGS-msgrcv.c): Likewise.
19285 (CFLAGS-msgsnd.c): Likewise.
19286 (CFLAGS-tcdrain.c): Likewise.
19287 (CFLAGS-open.c): Likewise.
19288 (CFLAGS-open64.c): Likewise.
19289 (CFLAGS-pause.c): Likewise.
19290 (CFLAGS-recv.c): Likewise.
19291 (CFLAGS-send.c): Likewise.
19292 (CFLAGS-accept.c): Likewise.
19293 (CFLAGS-sendto.c): Likewise.
19294 (CFLAGS-connect.c): Likewise.
19295 (CFLAGS-recvfrom.c): Likewise.
19296 (CFLAGS-recvmsg.c): Likewise.
19297 (CFLAGS-sendmsg.c): Likewise.
19298 (CFLAGS-close.c): Likewise.
19299 (CFLAGS-read.c): Likewise.
19300 (CFLAGS-write.c): Likewise.
19301 (CFLAGS-nanosleep.c): Likewise.
19302 (CFLAGS-sigsuspend.c): Likewise.
19303 (CFLAGS-msync.c): Likewise.
19304 (CFLAGS-fdatasync.c): Likewise.
19305 (CFLAGS-fsync.c): Likewise.
19306 (CFLAGS-pt-system.c): Likewise.
19307 (CFLAGS-tst-cleanup2.c): Likewise.
19308 (CFLAGS-tst-cleanupx2.c): Likewise.
19309 (CFLAGS-flockfile.c): Likewise.
19310 (CFLAGS-ftrylockfile.c): Likewise.
19311 (CFLAGS-funlockfile.c): Likewise.
19312 (CFLAGS-tst-initializers1.c): Likewise.
19313 (CFLAGS-tst-initializers1-c89.c): Likewise.
19314 (CFLAGS-tst-initializers1-c99.c): Likewise.
19315 (CFLAGS-tst-initializers1-c11.c): Likewise.
19316 (CFLAGS-tst-initializers1-gnu89.c): Likewise.
19317 (CFLAGS-tst-initializers1-gnu99.c): Likewise.
19318 (CFLAGS-tst-initializers1-gnu11.c): Likewise.
19319 * nscd/Makefile (CFLAGS-nscd_getpw_r.c): Likewise.
19320 (CFLAGS-nscd_getgr_r.c): Likewise.
19321 (CFLAGS-nscd_gethst_r.c): Likewise.
19322 (CFLAGS-nscd_getai.c): Likewise.
19323 (CFLAGS-nscd_initgroups.c): Likewise.
19324 * posix/Makefile (CFLAGS-getaddrinfo.c): Likewise.
19325 (CFLAGS-pause.c): Likewise.
19326 (CFLAGS-pread.c): Likewise.
19327 (CFLAGS-pread64.c): Likewise.
19328 (CFLAGS-pwrite.c): Likewise.
19329 (CFLAGS-pwrite64.c): Likewise.
19330 (CFLAGS-sleep.c): Likewise.
19331 (CFLAGS-wait.c): Likewise.
19332 (CFLAGS-waitid.c): Likewise.
19333 (CFLAGS-waitpid.c): Likewise.
19334 (CFLAGS-getopt.c): Likewise.
19335 (CFLAGS-wordexp.c): Likewise.
19336 (CFLAGS-sysconf.c): Likewise.
19337 (CFLAGS-pathconf.c): Likewise.
19338 (CFLAGS-fpathconf.c): Likewise.
19339 (CFLAGS-spawn.c): Likewise.
19340 (CFLAGS-spawnp.c): Likewise.
19341 (CFLAGS-spawni.c): Likewise.
19342 (CFLAGS-glob.c): Likewise.
19343 (CFLAGS-glob64.c): Likewise.
19344 (CFLAGS-getconf.c): Likewise.
19345 (CFLAGS-nanosleep.c): Likewise.
19346 * pwd/Makefile (CFLAGS-getpwent_r.c): Likewise.
19347 (CFLAGS-getpwent.c): Likewise.
19348 (CFLAGS-getpw.c): Likewise.
19349 (CFLAGS-fgetpwent_r.c): Likewise.
19350 * resolv/Makefile (CFLAGS-res_hconf.c): Likewise.
19351 * rt/Makefile (CFLAGS-aio_suspend.c): Likewise.
19352 (CFLAGS-mq_timedreceive.c): Likewise.
19353 (CFLAGS-mq_timedsend.c): Likewise.
19354 (CFLAGS-clock_nanosleep.c): Likewise.
19355 (CFLAGS-librt-cancellation.c): Likewise.
19356 * shadow/Makefile (CFLAGS-getspent_r.c): Likewise.
19357 (CFLAGS-getspent.c): Likewise.
19358 (CFLAGS-fgetspent.c): Likewise.
19359 (CFLAGS-fgetspent_r.c): Likewise.
19360 (CFLAGS-putspent.c): Likewise.
19361 (CFLAGS-getspnam.c): Likewise.
19362 (CFLAGS-getspnam_r.c): Likewise.
19363 * signal/Makefile (CFLAGS-sigpause.c): Likewise.
19364 (CFLAGS-sigsuspend.c): Likewise.
19365 (CFLAGS-sigtimedwait.c): Likewise.
19366 (CFLAGS-sigwait.c): Likewise.
19367 (CFLAGS-sigwaitinfo.c): Likewise.
19368 (CFLAGS-sigreturn.c): Likewise.
19369 * stdio-common/Makefile (CFLAGS-vfprintf.c): Likewise.
19370 (CFLAGS-vfwprintf.c): Likewise.
19371 (CFLAGS-tmpfile.c): Likewise.
19372 (CFLAGS-tmpfile64.c): Likewise.
19373 (CFLAGS-tempname.c): Likewise.
19374 (CFLAGS-psignal.c): Likewise.
19375 (CFLAGS-vprintf.c): Likewise.
19376 (CFLAGS-cuserid.c): Likewise.
19377 (CFLAGS-errlist.c): Likewise.
19378 (CFLAGS-siglist.c): Likewise.
19379 (CFLAGS-scanf15.c): Likewise.
19380 (CFLAGS-scanf17.c): Likewise.
19381 * stdlib/Makefile (CFLAGS-bsearch.c): Likewise.
19382 (CFLAGS-msort.c): Likewise.
19383 (CFLAGS-qsort.c): Likewise.
19384 (CFLAGS-system.c): Likewise.
19385 (CFLAGS-fmtmsg.c): Likewise.
19386 (CFLAGS-strfmon.c): Likewise.
19387 (CFLAGS-strfmon_l.c): Likewise.
19388 (CFLAGS-strfromd.c): Likewise.
19389 (CFLAGS-strfromf.c): Likewise.
19390 (CFLAGS-strfroml.c): Likewise.
19391 (CFLAGS-tst-bsearch.c): Likewise.
19392 (CFLAGS-tst-qsort.c): Likewise.
19393 (CFLAGS-tst-makecontext2.c): Likewise.
19394 * sunrpc/Makefile (CFLAGS-xbootparam_prot.c): Likewise.
19395 (CFLAGS-xnlm_prot.c): Likewise.
19396 (CFLAGS-xrstat.c): Likewise.
19397 (CFLAGS-xyppasswd.c): Likewise.
19398 (CFLAGS-xklm_prot.c): Likewise.
19399 (CFLAGS-xrex.c): Likewise.
19400 (CFLAGS-xsm_inter.c): Likewise.
19401 (CFLAGS-xmount.c): Likewise.
19402 (CFLAGS-xrusers.c): Likewise.
19403 (CFLAGS-xspray.c): Likewise.
19404 (CFLAGS-xnfs_prot.c): Likewise.
19405 (CFLAGS-xrquota.c): Likewise.
19406 (CFLAGS-xkey_prot.c): Likewise.
19407 (CFLAGS-auth_unix.c): Likewise.
19408 (CFLAGS-key_call.c): Likewise.
19409 (CFLAGS-pmap_rmt.c): Likewise.
19410 (CFLAGS-clnt_perr.c): Likewise.
19411 (CFLAGS-openchild.c): Likewise.
19412 * sysvipc/Makefile (CFLAGS-msgrcv.c): Likewise.
19413 (CFLAGS-msgsnd.c): Likewise.
19414 * termios/Makefile (CFLAGS-tcdrain.c): Likewise.
19415 * time/Makefile (CFLAGS-tzfile.c): Likewise.
19416 (CFLAGS-tzset.c): Likewise.
19417 (CFLAGS-getdate.c): Likewise.
19418 (CFLAGS-test_time.c): Likewise.
19419 (CPPFLAGS-tst-tzname.c): Likewise.
19420 * timezone/Makefile (CFLAGS-zdump.c): Likewise.
19421 (CFLAGS-zic.c): Likewise.
19422 * wcsmbs/Makefile (CFLAGS-wcwidth.c): Likewise.
19423 (CFLAGS-wcswidth.c): Likewise.
19424 (CFLAGS-wcstol.c): Likewise.
19425 (CFLAGS-wcstoul.c): Likewise.
19426 (CFLAGS-wcstoll.c): Likewise.
19427 (CFLAGS-wcstoull.c): Likewise.
19428 (CFLAGS-wcstod.c): Likewise.
19429 (CFLAGS-wcstold.c): Likewise.
19430 (CFLAGS-wcstof128.c): Likewise.
19431 (CFLAGS-wcstof.c): Likewise.
19432 (CFLAGS-wcstol_l.c): Likewise.
19433 (CFLAGS-wcstoul_l.c): Likewise.
19434 (CFLAGS-wcstoll_l.c): Likewise.
19435 (CFLAGS-wcstoull_l.c): Likewise.
19436 (CFLAGS-wcstod_l.c): Likewise.
19437 (CFLAGS-wcstold_l.c): Likewise.
19438 (CFLAGS-wcstof128_l.c): Likewise.
19439 (CFLAGS-wcstof_l.c): Likewise.
19440 (CPPFLAGS-tst-wchar-h.c): Likewise.
19441 (CPPFLAGS-wcstold_l.c): Likewise.
19442
19443 2017-12-11 Paul A. Clarke <pc@us.ibm.com>
19444
19445 * sysdeps/ieee754/flt-32/s_cosf.c: New implementation.
19446
19447 2017-12-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19448 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
19449
19450 * manual/tunables.texi (Hardware Capability Tunables): Document
19451 glibc.tune.cached_memopt.
19452 * sysdeps/powerpc/cpu-features.c: New file.
19453 * sysdeps/powerpc/cpu-features.h: New file.
19454 * sysdeps/powerpc/dl-procinfo.c [!IS_IN(ldconfig)]: Add
19455 _dl_powerpc_cpu_features.
19456 * sysdeps/powerpc/dl-tunables.list: New file.
19457 * sysdeps/powerpc/ldsodefs.h: Include cpu-features.h.
19458 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
19459 (INIT_ARCH): Initialize use_aligned_memopt.
19460 * sysdeps/powerpc/powerpc64/dl-machine.h [defined(SHARED &&
19461 IS_IN(rtld))]: Restrict dl_platform_init availability and
19462 initialize CPU features used by tunables.
19463 * sysdeps/powerpc/powerpc64/multiarch/Makefile (sysdep_routines):
19464 Add memcpy-power8-cached.
19465 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add
19466 __memcpy_power8_cached.
19467 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
19468 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power8-cached.S:
19469 New file.
19470
19471 2017-12-11 H.J. Lu <hongjiu.lu@intel.com>
19472
19473 * string/Makefile (CFLAGS-inl-tester.c): Replace = with +=.
19474 (CFLAGS-noinl-tester.c): Likewise.
19475 (CFLAGS-tst-strlen.c): Likewise.
19476 (CFLAGS-stratcliff.c): Likewise.
19477 (CFLAGS-test-ffs.c): Likewise.
19478 (CFLAGS-tst-inlcall.c): Likewise.
19479 (CFLAGS-tst-xbzero-opt.c): Likewise.
19480 (CFLAGS-memcpy.c): Likewise.
19481 (CFLAGS-wordcopy.c): Likewise.
19482
19483 2017-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
19484
19485 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_resolve):
19486 Store r15 on stack and add cfi rule.
19487 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve):
19488 Likewise.
19489
19490 2017-12-10 Aurelien Jarno <aurelien@aurel32.net>
19491
19492 [BZ #22577]
19493 * elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf
19494 call.
19495
19496 2017-12-07 H.J. Lu <hongjiu.lu@intel.com>
19497
19498 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
19499 Add s_sinf-sse2 and s_sinf-fma.
19500 (CFLAGS-s_sinf-fma.c): New.
19501 * sysdeps/x86_64/fpu/multiarch/s_sinf-fma.c: New file.
19502 * sysdeps/x86_64/fpu/multiarch/s_sinf-sse2.c: Likewise.
19503 * sysdeps/x86_64/fpu/multiarch/s_sinf.c: Likewise.
19504
19505 2017-12-07 H.J. Lu <hongjiu.lu@intel.com>
19506
19507 * sysdeps/x86_64/fpu/s_sinf.S: Removed.
19508
19509 2017-12-07 Joseph Myers <joseph@codesourcery.com>
19510
19511 [BZ #22568]
19512 * math/s_ctan_template.c (M_DECL_FUNC (__ctan)): Set imaginary
19513 part of result to imaginary part of argument if it is zero and the
19514 real part of the argument is not finite.
19515 * math/s_ctanh_template.c (M_DECL_FUNC (__ctanh)): Set real part
19516 of result to real part of argument if it is zero and the imaginary
19517 part of the argument is not finite.
19518
19519 2017-12-07 Mike FABIAN <mfabian@redhat.com>
19520
19521 [BZ #22524]
19522 * localedata/Makefile: Add lt_LT.UTF-8 to test-input
19523 and to the list of locales to be built for testing.
19524 * localedata/lt_LT.UTF-8.in: New file for testing the collation.
19525 * localedata/locales/lt_LT (LC_COLLATE): Use “copy "iso14651_t1"”
19526 and build the collation rules upon that.
19527
19528 2017-12-07 Joseph Myers <joseph@codesourcery.com>
19529
19530 * bits/floatn-common.h (__HAVE_FLOAT32): Define to 1.
19531 * manual/math.texi (Mathematics): Document support for _Float32.
19532 * math/Makefile (test-types): Add float32.
19533 * math/Versions (GLIBC_2.27): Add _Float32 functions.
19534 * stdlib/Versions (GLIBC_2.27): Likewise.
19535 * wcsmbs/Versions (GLIBC_2.27): Likewise.
19536 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Update.
19537 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
19538 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
19539 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
19540 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
19541 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
19542 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
19543 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
19544 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
19545 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
19546 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
19547 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
19548 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
19549 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
19550 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
19551 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
19552 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
19553 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
19554 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
19555 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
19556 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist:
19557 Likewise.
19558 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
19559 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
19560 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
19561 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
19562 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
19563 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
19564 Likewise.
19565 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
19566 Likewise.
19567 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
19568 Likewise.
19569 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
19570 Likewise.
19571
19572 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
19573 Likewise.
19574 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
19575 Likewise.
19576 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
19577 Likewise.
19578 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
19579 Likewise.
19580 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
19581 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
19582 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
19583 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
19584 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
19585 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
19586 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
19587 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
19588 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
19589 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
19590 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist:
19591 Likewise.
19592 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
19593 Likewise.
19594 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
19595 Likewise.
19596 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
19597 Likewise.
19598 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
19599 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
19600 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
19601 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
19602 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
19603 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
19604 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
19605 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
19606
19607 2017-12-06 Joseph Myers <joseph@codesourcery.com>
19608
19609 * stdlib/strtof.c: Include <bits/floatn.h>
19610 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (strtof32): Define
19611 and later undefine as macro. Define as weak alias if
19612 [!USE_WIDE_CHAR].
19613 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (wcstof32): Define
19614 and later undefine as macro. Define as weak alias if
19615 [USE_WIDE_CHAR].
19616 * stdlib/strtof_l.c: Include <bits/floatn.h>
19617 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (strtof32_l): Define
19618 and later undefine as macro. Define as weak alias if
19619 [!USE_WIDE_CHAR].
19620 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (wcstof32_l): Define
19621 and later undefine as macro. Define as weak alias if
19622 [USE_WIDE_CHAR].
19623
19624 * stdlib/strfromf.c: Include <bits/floatn.h>.
19625 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (strfromf32): Define
19626 and later undefine as macro and define as weak alias.
19627
19628 * math/test-float32.h: New file.
19629
19630 * sysdeps/generic/libm-alias-float.h: Include <bits/floatn.h>.
19631 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32]
19632 (libm_alias_float_other_r): Create f32 alias.
19633 (libm_alias_float_r): Use semicolon before call to
19634 libm_alias_float_other_r.
19635
19636 * sysdeps/ia64/fpu/e_exp2f.S (__exp2f): Use exp2 not __exp2 as
19637 second argument to libm_alias_float_other.
19638 * sysdeps/ia64/fpu/e_log2f.S (__log2f): Use log2 not __log2 as
19639 second argument to libm_alias_float_other.
19640 * sysdeps/ia64/fpu/e_powf.S (__powf): Use pow not __pow as second
19641 argument to libm_alias_float_other.
19642
19643 [BZ #22561]
19644 * math/s_cacosh_template.c (M_DECL_FUNC (__cacosh)): Use pi/2 for
19645 real part of result for argument 0 + i * NaN.
19646 * math/libm-test-cacosh.inc (cacosh_test_data): Update expected
19647 results for tests of 0 + i * NaN.
19648
19649 2017-12-06 Adhemerval Zanella <adhemerval.zanella@linaro.org>
19650
19651 * sysdeps/alpha/fpu/libm-test-ulps: Update.
19652
19653 2017-12-06 David S. Miller <davem@davemloft.net>
19654
19655 * sysdeps/sparc/fpu/libm-test-ulps: Update
19656 exp_{downward,towardzero,upward} ulps.
19657
19658 2017-12-06 Joseph Myers <joseph@codesourcery.com>
19659
19660 * sysdeps/ieee754/ldbl-96/e_j1l.c (qone): Don't make local
19661 variables static.
19662
19663 * sysdeps/ieee754/ldbl-128/e_j0l.c (Y0_2N): Make const.
19664 (Y0_2D): Likewise.
19665 * sysdeps/ieee754/ldbl-128/e_j1l.c (Y0_2N): Likewise.
19666 (Y0_2D): Likewise.
19667 * sysdeps/ieee754/ldbl-128ibm/e_j0l.c (Y0_2N): Likewise.
19668 (Y0_2D): Likewise.
19669 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c (Y0_2N): Likewise.
19670 (Y0_2D): Likewise.
19671
19672 2017-12-06 Mike FABIAN <mfabian@redhat.com>
19673
19674 [BZ #22515]
19675 * localedata/Makefile: Add hsb_DE.UTF-8 to test-input
19676 and to the list of locales to be built for testing.
19677 * localedata/hsb_DE.UTF-8.in: New file for testing the collation.
19678 * localedata/locales/hsb_DE (LC_COLLATE): Use “copy "iso14651_t1"”
19679 and build the collation rules upon that.
19680
19681 2017-12-06 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
19682
19683 * NEWS: Add sinf to list of optimized functions.
19684
19685 2017-12-06 Joseph Myers <joseph@codesourcery.com>
19686
19687 * bits/floatn-common.h (__HAVE_FLOAT64): Define to 1.
19688 (__HAVE_FLOAT32X): Likewise.
19689 * manual/math.texi (Mathematics): Document support for _Float64
19690 and _Float32x.
19691 * math/Makefile (test-types): Add float64 and float32x.
19692 * math/Versions (GLIBC_2.27): Add _Float64 and _Float32x
19693 functions.
19694 * stdlib/Versions (GLIBC_2.27): Likewise.
19695 * wcsmbs/Versions (GLIBC_2.27): Likewise.
19696 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Update.
19697 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
19698 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
19699 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
19700 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
19701 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
19702 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
19703 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
19704 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
19705 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
19706 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
19707 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
19708 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
19709 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
19710 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
19711 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
19712 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
19713 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
19714 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
19715 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
19716 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist:
19717 Likewise.
19718 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
19719 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
19720 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
19721 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
19722 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
19723 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
19724 Likewise.
19725 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
19726 Likewise.
19727 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
19728 Likewise.
19729 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
19730 Likewise.
19731 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
19732 Likewise.
19733 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
19734 Likewise.
19735 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
19736 Likewise.
19737 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
19738 Likewise.
19739 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
19740 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
19741 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
19742 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
19743 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
19744 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
19745 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
19746 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
19747 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
19748 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
19749 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist:
19750 Likewise.
19751 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
19752 Likewise.
19753 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
19754 Likewise.
19755 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
19756 Likewise.
19757 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
19758 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
19759 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
19760 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
19761 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
19762 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
19763 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
19764 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
19765
19766 2017-12-05 Joseph Myers <joseph@codesourcery.com>
19767
19768 * bits/floatn-common.h: Include <bits/long-double.h>.
19769 [__HAVE_FLOAT64 && (!__GNUC_PREREQ (7, 0) || defined __cplusplus)
19770 && __NO_LONG_DOUBLE_MATH] (__f64): Use suffix 'l'.
19771 [__HAVE_FLOAT64 && (!__GNUC_PREREQ (7, 0) || defined __cplusplus)
19772 && __NO_LONG_DOUBLE_MATH] (__CFLOAT64): Use _Complex long double.
19773 [__HAVE_FLOAT64 && (!__GNUC_PREREQ (7, 0) || defined __cplusplus)
19774 && __NO_LONG_DOUBLE_MATH] (_Float64): Use long double.
19775 [__HAVE_FLOAT64 && !__GNUC_PREREQ (7, 0) && __NO_LONG_DOUBLE_MATH]
19776 (__builtin_huge_valf64): Use __builtin_huge_vall.
19777 [__HAVE_FLOAT64 && !__GNUC_PREREQ (7, 0) && __NO_LONG_DOUBLE_MATH]
19778 (__builtin_inff64): Use __builtin_infl.
19779 [__HAVE_FLOAT64 && !__GNUC_PREREQ (7, 0) && __NO_LONG_DOUBLE_MATH]
19780 (__builtin_nanf64): Use __builtin_nanl.
19781 [__HAVE_FLOAT64 && !__GNUC_PREREQ (7, 0) && __NO_LONG_DOUBLE_MATH]
19782 (__builtin_nansf64): Use __builtin_nansl.
19783
19784 2017-12-05 Rogerio A. Cardoso <rcardoso@linux.vnet.ibm.com>
19785 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
19786 Carlos O'Donnell <carlos@redhat.com>
19787
19788 * elf/dl-tunables.list: Add elision parameters.
19789 * manual/tunables.texi: Add entries about elision tunable.
19790 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c:
19791 Add callback functions to dynamically enable/disable elision.
19792 Add multiple callbacks functions to set elision parameters.
19793 Deleted __libc_enable_secure check.
19794 * sysdeps/unix/sysv/linux/s390/elision-conf.c: Likewise.
19795 * sysdeps/unix/sysv/linux/x86/elision-conf.c: Likewise.
19796 * configure: Regenerated.
19797 * configure.ac: Option enable_lock_elision was deleted.
19798 * config.h.in: ENABLE_LOCK_ELISION flag was deleted.
19799 * config.make.in: Remove references to enable_lock_elision.
19800 * manual/install.texi: Elision configure option was removed.
19801 * INSTALL: Regenerated to remove enable_lock_elision.
19802 * nptl/Makefile:
19803 Disable elision so it can verify error case for destroying a mutex.
19804 * sysdeps/powerpc/nptl/elide.h:
19805 Cleanup ENABLE_LOCK_ELISION check.
19806 Deleted macros for the case when ENABLE_LOCK_ELISION was not defined.
19807 * sysdeps/s390/configure: Regenerated.
19808 * sysdeps/s390/configure.ac: Remove references to enable_lock_elision..
19809 * nptl/tst-mutex8.c:
19810 Deleted all #ifndef ENABLE_LOCK_ELISION from the test.
19811 * sysdeps/powerpc/powerpc32/sysdep.h:
19812 Deleted all ENABLE_LOCK_ELISION checks.
19813 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
19814 * sysdeps/powerpc/sysdep.h: Likewise.
19815 * sysdeps/s390/nptl/bits/pthreadtypes-arch.h: Likewise.
19816 * sysdeps/unix/sysv/linux/powerpc/force-elision.h: Likewise.
19817 * sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
19818 * sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
19819 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
19820 * sysdeps/unix/sysv/linux/s390/Makefile: Remove references to
19821 enable-lock-elision.
19822
19823 2017-12-05 Joseph Myers <joseph@codesourcery.com>
19824
19825 * stdlib/strtod.c: Include <bits/floatn.h>.
19826 (BUILD_DOUBLE): New macro.
19827 [BUILD_DOUBLE && __HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64]
19828 (strtof64): Define and later undefine as macro. Define as weak
19829 alias if [!USE_WIDE_CHAR].
19830 [BUILD_DOUBLE && __HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64]
19831 (wcstof64): Define and later undefine as macro. Define as weak
19832 alias if [USE_WIDE_CHAR].
19833 [BUILD_DOUBLE && __HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X]
19834 (strtof32x): Define and later undefine as macro. Define as weak
19835 alias if [!USE_WIDE_CHAR].
19836 [BUILD_DOUBLE && __HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X]
19837 (wcstof32x): Define and later undefine as macro. Define as weak
19838 alias if [USE_WIDE_CHAR].
19839 * stdlib/strtod_l.c: Include <bits/floatn.h>.
19840 (BUILD_DOUBLE): New macro.
19841 [BUILD_DOUBLE && __HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64]
19842 (strtof64_l): Define and later undefine as macro. Define as weak
19843 alias if [!USE_WIDE_CHAR].
19844 [BUILD_DOUBLE && __HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64]
19845 (wcstof64_l): Define and later undefine as macro. Define as weak
19846 alias if [USE_WIDE_CHAR].
19847 [BUILD_DOUBLE && __HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X]
19848 (strtof32x_l): Define and later undefine as macro. Define as weak
19849 alias if [!USE_WIDE_CHAR].
19850 [BUILD_DOUBLE && __HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X]
19851 (wcstof32x_l): Define and later undefine as macro. Define as weak
19852 alias if [USE_WIDE_CHAR].
19853
19854 2017-12-05 Adhemerval Zanella <adhemerval.zanella@linaro.org>
19855
19856 * sysdeps/ieee754/flt-32/s_sinf.c (ones): Define as double.
19857 (reduced): Use ones as double instead of integer.
19858
19859 2017-12-05 Szabolcs Nagy <szabolcs.nagy@arm.com>
19860
19861 * sysdeps/ieee754/flt-32/s_sinf.c (sinf): Use isless.
19862
19863 2017-12-05 Joseph Myers <joseph@codesourcery.com>
19864
19865 * stdlib/strfromd.c: Include <bits/floatn.h>.
19866 [__HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64] (strfromf64): Define
19867 and later undefine as macro and define as weak alias.
19868 [__HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X] (strfromf32x):
19869 Likewise.
19870
19871 * math/test-float32x.h: New file.
19872 * math/test-float64.h: Likewise.
19873
19874 * sysdeps/generic/libm-alias-double.h: Include <bits/floatn.h>.
19875 (libm_alias_double_other_r_f64): New macro.
19876 (libm_alias_double_other_r_f32x): Likewise.
19877 (libm_alias_double_other_r): Use libm_alias_double_other_r_f64 and
19878 libm_alias_double_other_r_f32x.
19879 (libm_alias_double_r): Use semicolon before call to
19880 libm_alias_double_other_r.
19881 * sysdeps/ieee754/ldbl-opt/libm-alias-double.h: Include
19882 <bits/floatn.h>.
19883 (libm_alias_double_other_r_f64): New macro.
19884 (libm_alias_double_other_r_f32x): Likewise.
19885 (libm_alias_double_other_r): Use libm_alias_double_other_r_f64 and
19886 libm_alias_double_other_r_f32x.
19887
19888 2017-12-05 H.J. Lu <hongjiu.lu@intel.com>
19889
19890 * sysdeps/ieee754/flt-32/s_sinf.c (reduced): Replace long with
19891 int.
19892 (SINF_FUNC): Likewise. Replace floor with simple casts.
19893
19894 2017-12-05 Mike FABIAN <mfabian@redhat.com>
19895
19896 [BZ #22517]
19897 * localedata/Makefile: Add et_EE.UTF-8 to test-input
19898 and to the list of locales to be built for testing.
19899 * localedata/et_EE.UTF-8.in: New file for testing the collation.
19900 * localedata/locales/et_EE (LC_COLLATE): Use “copy "iso14651_t1"”
19901 and build the collation rules upon that.
19902
19903 2017-12-05 Chris Metcalf <cmetcalf@mellanox.com>
19904
19905 * sysdeps/tile/tilegx/string-endian.h (VECOP): Provide working
19906 replacements for __insn_xxx builtins for v1cmpeq, v1cmpltu,
19907 v1cmpne, v1add, v1shru, v1shl (register and immediate versions).
19908 * sysdeps/tile/tilegx/memchr.c (__memchr): Use VECOP function
19909 instead of __insn__xxx.
19910 * sysdeps/tile/tilegx/rawmemchr.c (__rawmemchr): Likewise.
19911 * sysdeps/tile/tilegx/strstr.c (strcasechr): Likewise.
19912 * sysdeps/tile/tilegx/strrchr.c (strrchr): Likewise.
19913 * sysdeps/tile/tilegx/strlen.c (strlen): Likewise.
19914 * sysdeps/tile/tilegx/strchrnul.c (__strchrnul): Likewise.
19915 * sysdeps/tile/tilegx/strchr.c (strchr): Likewise.
19916
19917 2017-12-05 Florian Weimer <fweimer@redhat.com>
19918
19919 Linux: Implement interfaces for memory protection keys
19920 * support/Makefile (libsupport-routines): Add xraise, xsigaction,
19921 xsignal, xsysconf.
19922 * support/xsignal.h (xraise, xsignal, xsigaction): Declare.
19923 * support/xunistd.h (xsysconf): Declare.
19924 * support/xraise.c: New file.
19925 * support/xsigaction.c: Likewise.
19926 * support/xsignal.c: Likewise.
19927 * support/xsysconf.c: Likewise.
19928 * sysdeps/unix/sysv/linux/Makefile [misc] (routines): Add
19929 pkey_set, pkey_get, pkey_mprotect.
19930 [misc] (tests): Add tst-pkey.
19931 (tst-pkey): Link with -lpthread.
19932 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.27): Add pkey_alloc,
19933 pkey_free, pkey_set, pkey_get, pkey_mprotect.
19934 * sysdeps/unix/sysv/linux/bits/mman-linux.h (PKEY_DISABLE_ACCESS)
19935 (PKEY_DISABLE_WRITE): Define.
19936 (pkey_alloc, pkey_free, pkey_set, pkey_get, pkey_mprotect):
19937 Declare.
19938 * sysdeps/unix/sysv/linux/bits/siginfo-consts.h (SEGV_BNDERR)
19939 (SEGV_PKUERR): Add.
19940 * sysdeps/unix/sysv/linux/pkey_get.c: New file.
19941 * sysdeps/unix/sysv/linux/pkey_set.c: Likewise.
19942 * sysdeps/unix/sysv/linux/pkey_mprotect.c: Likewise.
19943 * sysdeps/unix/sysv/linux/syscalls.list (pkey_alloc, pkey_free):
19944 Add.
19945 * sysdeps/unix/sysv/linux/tst-pkey.c: New file.
19946 * sysdeps/unix/sysv/linux/x86/arch-pkey.h: Likewise.
19947 * sysdeps/unix/sysv/linux/x86/pkey_get.c: Likewise.
19948 * sysdeps/unix/sysv/linux/x86/pkey_set.c: Likewise.
19949 * sysdeps/unix/sysv/linux/**.abilist: Update.
19950
19951 2017-12-05 Florian Weimer <fweimer@redhat.com>
19952
19953 * support/tst-test_compare.c (subprocess): Use long long instead
19954 of long argument for consistent type width across 32-bit and
19955 64-bit architectures.
19956 (do_test): Adjust expected output.
19957
19958 2017-12-05 Joseph Myers <joseph@codesourcery.com>
19959
19960 * sysdeps/powerpc/fpu/s_cosf.c: Include <libm-alias-float.h>.
19961 (cosf): Define using libm_alias_float.
19962 * sysdeps/powerpc/fpu/s_fabs.S: Include <libm-alias-float.h>.
19963 (fabsf): Define using libm_alias_float.
19964 * sysdeps/powerpc/fpu/s_fmaf.S: Include <libm-alias-float.h>.
19965 (fmaf): Define using libm_alias_float.
19966 * sysdeps/powerpc/fpu/s_rintf.c: Include <libm-alias-float.h>.
19967 (rintf): Define using libm_alias_float.
19968 * sysdeps/powerpc/fpu/s_sinf.c: Include <libm-alias-float.h>.
19969 (sinf): Define using libm_alias_float.
19970 * sysdeps/powerpc/power5+/fpu/s_modff.c: Include
19971 <libm-alias-float.h>.
19972 (modff): Define using libm_alias_float.
19973 * sysdeps/powerpc/power7/fpu/s_logbf.c: Include
19974 <libm-alias-float.h>.
19975 (logbf): Define using libm_alias_float.
19976 * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Include
19977 <libm-alias-float.h>.
19978 (ceilf): Define using libm_alias_float.
19979 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Include
19980 <libm-alias-float.h>.
19981 (copysignf): Define using libm_alias_float.
19982 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Include
19983 <libm-alias-float.h>.
19984 (floorf): Define using libm_alias_float.
19985 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Include
19986 <libm-alias-float.h>.
19987 (llrintf): Define using libm_alias_float.
19988 * sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: Include
19989 <libm-alias-float.h>.
19990 (llroundf): Define using libm_alias_float.
19991 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Include
19992 <libm-alias-float.h>.
19993 (lrintf): Define using libm_alias_float.
19994 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Include
19995 <libm-alias-float.h>.
19996 (lroundf): Define using libm_alias_float.
19997 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: Include
19998 <libm-alias-float.h>.
19999 (nearbyintf): Define using libm_alias_float.
20000 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Include
20001 <libm-alias-float.h>.
20002 (rintf): Define using libm_alias_float.
20003 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Include
20004 <libm-alias-float.h>.
20005 (roundf): Define using libm_alias_float.
20006 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Include
20007 <libm-alias-float.h>.
20008 (truncf): Define using libm_alias_float.
20009 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c:
20010 Include <libm-alias-float.h>.
20011 (ceilf): Define using libm_alias_float.
20012 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c:
20013 Include <libm-alias-float.h>.
20014 (copysignf): Define using libm_alias_float.
20015 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c:
20016 Include <libm-alias-float.h>.
20017 (floorf): Define using libm_alias_float.
20018 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c:
20019 Include <libm-alias-float.h>.
20020 (llrintf): Define using libm_alias_float.
20021 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c:
20022 Include <libm-alias-float.h>.
20023 (llroundf): Define using libm_alias_float.
20024 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c:
20025 Include <libm-alias-float.h>.
20026 (logbf): Define using libm_alias_float.
20027 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c:
20028 Include <libm-alias-float.h>.
20029 (lrintf): Define using libm_alias_float.
20030 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c:
20031 Include <libm-alias-float.h>.
20032 (lroundf): Define using libm_alias_float.
20033 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c:
20034 Include <libm-alias-float.h>.
20035 (modff): Define using libm_alias_float.
20036 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c:
20037 Include <libm-alias-float.h>.
20038 (roundf): Define using libm_alias_float.
20039 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c:
20040 Include <libm-alias-float.h>.
20041 (truncf): Define using libm_alias_float.
20042 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Include
20043 <libm-alias-float.h>.
20044 (llrintf): Define using libm_alias_float.
20045 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Include
20046 <libm-alias-float.h>.
20047 (llroundf): Define using libm_alias_float.
20048 * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: Include
20049 <libm-alias-float.h>.
20050 (ceilf): Define using libm_alias_float.
20051 * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: Include
20052 <libm-alias-float.h>.
20053 (floorf): Define using libm_alias_float.
20054 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Include
20055 <libm-alias-float.h>.
20056 (llroundf): Define using libm_alias_float.
20057 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Include
20058 <libm-alias-float.h>.
20059 (lroundf): Define using libm_alias_float.
20060 * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: Include
20061 <libm-alias-float.h>.
20062 (roundf): Define using libm_alias_float.
20063 * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: Include
20064 <libm-alias-float.h>.
20065 (truncf): Define using libm_alias_float.
20066 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Include
20067 <libm-alias-float.h>.
20068 (copysignf): Define using libm_alias_float.
20069 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Include
20070 <libm-alias-float.h>.
20071 (llrintf): Define using libm_alias_float.
20072 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Include
20073 <libm-alias-float.h>.
20074 (llroundf): Define using libm_alias_float.
20075 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: Include
20076 <libm-alias-float.h>.
20077 (lrintf): Define using libm_alias_float.
20078 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Include
20079 <libm-alias-float.h>.
20080 (lroundf): Define using libm_alias_float.
20081 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: Include
20082 <libm-alias-float.h>.
20083 (ceilf): Define using libm_alias_float.
20084 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: Include
20085 <libm-alias-float.h>.
20086 (copysignf): Define using libm_alias_float.
20087 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf.c: Include
20088 <libm-alias-float.h>.
20089 (cosf): Define using libm_alias_float.
20090 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: Include
20091 <libm-alias-float.h>.
20092 (floorf): Define using libm_alias_float.
20093 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrintf.c: Include
20094 <libm-alias-float.h>.
20095 (llrintf): Define using libm_alias_float.
20096 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llroundf.c: Include
20097 <libm-alias-float.h>.
20098 (llroundf): Define using libm_alias_float.
20099 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: Include
20100 <libm-alias-float.h>.
20101 (logbf): Define using libm_alias_float.
20102 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c: Include
20103 <libm-alias-float.h>.
20104 (modff): Define using libm_alias_float.
20105 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: Include
20106 <libm-alias-float.h>.
20107 (roundf): Define using libm_alias_float.
20108 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf.c: Include
20109 <libm-alias-float.h>.
20110 (sinf): Define using libm_alias_float.
20111 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: Include
20112 <libm-alias-float.h>.
20113 (truncf): Define using libm_alias_float.
20114 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Include
20115 <libm-alias-float.h>.
20116 (ceilf): Define using libm_alias_float.
20117 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Include
20118 <libm-alias-float.h>.
20119 (copysignf): Define using libm_alias_float.
20120 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Include
20121 <libm-alias-float.h>.
20122 (floorf): Define using libm_alias_float.
20123 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Include
20124 <libm-alias-float.h>.
20125 (llrintf): Define using libm_alias_float.
20126 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Include
20127 <libm-alias-float.h>.
20128 (llroundf): Define using libm_alias_float.
20129 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Include
20130 <libm-alias-float.h>.
20131 (nearbyintf): Define using libm_alias_float.
20132 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Include
20133 <libm-alias-float.h>.
20134 (rintf): Define using libm_alias_float.
20135 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Include
20136 <libm-alias-float.h>.
20137 (roundf): Define using libm_alias_float.
20138 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Include
20139 <libm-alias-float.h>.
20140 (truncf): Define using libm_alias_float.
20141 * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: Include
20142 <libm-alias-float.h>.
20143 (ceilf): Define using libm_alias_float.
20144 * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: Include
20145 <libm-alias-float.h>.
20146 (floorf): Define using libm_alias_float.
20147 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Include
20148 <libm-alias-float.h>.
20149 (llroundf): Define using libm_alias_float.
20150 * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: Include
20151 <libm-alias-float.h>.
20152 (roundf): Define using libm_alias_float.
20153 * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: Include
20154 <libm-alias-float.h>.
20155 (truncf): Define using libm_alias_float.
20156 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Include
20157 <libm-alias-float.h>.
20158 (copysignf): Define using libm_alias_float.
20159 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Include
20160 <libm-alias-float.h>.
20161 (llrintf): Define using libm_alias_float.
20162 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Include
20163 <libm-alias-float.h>.
20164 (llroundf): Define using libm_alias_float.
20165 * sysdeps/powerpc/powerpc64/power8/fpu/s_cosf.S: Include
20166 <libm-alias-float.h>.
20167 (cosf): Define using libm_alias_float.
20168 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: Include
20169 <libm-alias-float.h>.
20170 (llrintf): Define using libm_alias_float.
20171 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: Include
20172 <libm-alias-float.h>.
20173 (llroundf): Define using libm_alias_float.
20174 * sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.S: Include
20175 <libm-alias-float.h>.
20176 (sinf): Define using libm_alias_float.
20177
20178 2017-12-04 Florian Weimer <fweimer@redhat.com>
20179
20180 * support/check.h (TEST_COMPARE): Define.
20181 (support_test_compare_failure): Declare.
20182 * support/Makefile (libsupport-routines): Add
20183 support_test_compare_failure.
20184 (tests): Add tst-test_compare.
20185 * support /support_test_compare_failure.c: New file.
20186 * support/tst-test_compare.c: Likewise.
20187
20188 2017-12-04 Mike FABIAN <mfabian@redhat.com>
20189
20190 [BZ #22527]
20191 * localedata/locales/tr_TR (LC_COLLATE): Base collation rules
20192 on iso14651_t1. A test file localedata/tr_TR.UTF-8.in is already
20193 available, this rewrite of the collation rules does reproduce
20194 the test file in the same order.
20195
20196 2017-12-04 Mike FABIAN <mfabian@redhat.com>
20197
20198 [BZ #10580]
20199 * localedata/locales/hr_HR (LC_TIME): Use two letters for the
20200 digraphs in the month and day names. Using single code points for
20201 digraphs is deprecated. While there are dedicated Unicode
20202 codepoints, for the digraphs, these are included for backwards
20203 compatibility and modern texts use a sequence of Basic Latin
20204 characters. See: https://www.unicode.org/faq/ligature_digraph.html
20205 This makes the month and day names agree exactly with CLDR now,
20206 CLDR does not use the single code points for the digraphs either.
20207
20208 2017-12-04 Chris Metcalf <cmetcalf@mellanox.com>
20209
20210 * sysdeps/tile/libm-test-ulps: Update ca{cos,sin,tan}{,h} ulps.
20211
20212 2017-12-04 Joseph Myers <joseph@codesourcery.com>
20213
20214 * sysdeps/ieee754/flt-32/s_sinf.c (SINF_FUNC): Use __floor instead
20215 of floor.
20216
20217 2017-12-04 Siddhesh Poyarekar <siddhesh@sourceware.org>
20218
20219 * sysdeps/aarch64/multiarch/memcpy_generic.S (__GI_memcpy):
20220 Define only for libc.so.
20221
20222 2017-12-04 Stefan Liebler <stli@linux.vnet.ibm.com>
20223
20224 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
20225 (INTERNAL_VSYSCALL_CALL, CLOBBER_0, CLOBBER_1, CLOBBER_2,
20226 CLOBBER_3, CLOBBER_4, CLOBBER_5, CLOBBER_6,
20227 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Remove.
20228 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
20229
20230 2017-12-04 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
20231
20232 [BZ #5997]
20233 * sysdeps/ieee754/flt-32/s_sinf.c: New implementation.
20234
20235 2017-12-02 John David Anglin <danglin@gcc.gnu.org>
20236
20237 [BZ libc/19170]
20238 * sysdeps/hppa/crti.S: Declare PREINIT_FUNCTION weak_extern when
20239 PREINIT_FUNCTION_WEAK is nonzero.
20240 (gmon_initializer): New function. Put procedure label for it in
20241 .init_array section.
20242 (_init): Don't call PREINIT_FUNCTION.
20243 * sysdeps/hppa/crtn.S (__gmon_start__): Remove.
20244 * sysdeps/hppa/dl-lookupcfg.h (DL_FIXUP_MAKE_VALUE): Create null fixup
20245 value when map argument is null.
20246
20247 * sysdeps/hppa/dl-fptr.c (elf_machine_resolve): Remove unnecessary
20248 depi instruction from PIC pc-relative sequence.
20249 * sysdeps/hppa/dl-fptr.h (ELF_MACHINE_LOAD_ADDRESS): Likewise.
20250 * sysdeps/hppa/dl-machine.h (elf_machine_dynamic): Likewise.
20251 (elf_machine_load_address): Likewise.
20252 (elf_machine_runtime_setup): Likewise.
20253
20254 2017-12-02 Joseph Myers <joseph@codesourcery.com>
20255
20256 * sysdeps/powerpc/power7/fpu/s_logb.c: Include
20257 <libm-alias-double.h>.
20258 (logb): Define using libm_alias_double.
20259 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Include
20260 <libm-alias-double.h>.
20261 (copysign): Define using libm_alias_double.
20262 * sysdeps/powerpc/powerpc32/fpu/s_llrint.c: Include
20263 <libm-alias-double.h>.
20264 (llrint): Define using libm_alias_double.
20265 * sysdeps/powerpc/powerpc32/fpu/s_llround.c: Include
20266 <libm-alias-double.h>.
20267 (llround): Define using libm_alias_double.
20268 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Include
20269 <libm-alias-double.h>.
20270 (lrint): Define using libm_alias_double.
20271 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Include
20272 <libm-alias-double.h>.
20273 (lround): Define using libm_alias_double.
20274 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
20275 Include <libm-alias-double.h>.
20276 (copysign): Define using libm_alias_double.
20277 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c:
20278 Include <libm-alias-double.h>.
20279 (llrint): Define using libm_alias_double.
20280 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c:
20281 Include <libm-alias-double.h>.
20282 (llround): Define using libm_alias_double.
20283 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: Include
20284 <libm-alias-double.h>.
20285 (logb): Define using libm_alias_double.
20286 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c:
20287 Include <libm-alias-double.h>.
20288 (lrint): Define using libm_alias_double.
20289 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c:
20290 Include <libm-alias-double.h>.
20291 (lround): Define using libm_alias_double.
20292 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Include
20293 <libm-alias-double.h>.
20294 (llrint): Define using libm_alias_double.
20295 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Include
20296 <libm-alias-double.h>.
20297 (llround): Define using libm_alias_double.
20298 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Include
20299 <libm-alias-double.h>.
20300 (llround): Define using libm_alias_double.
20301 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Include
20302 <libm-alias-double.h>.
20303 (lround): Define using libm_alias_double.
20304 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Include
20305 <libm-alias-double.h>.
20306 (copysign): Define using libm_alias_double.
20307 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Include
20308 <libm-alias-double.h>.
20309 (llrint): Define using libm_alias_double.
20310 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Include
20311 <libm-alias-double.h>.
20312 (llround): Define using libm_alias_double.
20313 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: Include
20314 <libm-alias-double.h>.
20315 (lrint): Define using libm_alias_double.
20316 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Include
20317 <libm-alias-double.h>.
20318 (lround): Define using libm_alias_double.
20319 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Include
20320 <libm-alias-double.h>.
20321 (copysign): Define using libm_alias_double.
20322 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: Include
20323 <libm-alias-double.h>.
20324 (llrint): Define using libm_alias_double.
20325 (lrint): Likewise.
20326 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: Include
20327 <libm-alias-double.h>.
20328 (llround): Define using libm_alias_double.
20329 (lround): Likewise.
20330 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: Include
20331 <libm-alias-double.h>.
20332 (logb): Define using libm_alias_double.
20333 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Include
20334 <libm-alias-double.h>.
20335 (copysign): Define using libm_alias_double.
20336 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Include
20337 <libm-alias-double.h>.
20338 (llrint): Define using libm_alias_double.
20339 (lrint): Likewise.
20340 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Include
20341 <libm-alias-double.h>.
20342 (llround): Define using libm_alias_double.
20343 (lround): Likewise.
20344 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Include
20345 <libm-alias-double.h>.
20346 (llround): Define using libm_alias_double.
20347 (lround): Likewise.
20348 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Include
20349 <libm-alias-double.h>.
20350 (copysign): Define using libm_alias_double.
20351 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Include
20352 <libm-alias-double.h>.
20353 (llrint): Define using libm_alias_double.
20354 (lrint): Likewise.
20355 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Include
20356 <libm-alias-double.h>.
20357 (llround): Define using libm_alias_double.
20358 (lround): Likewise.
20359 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: Include
20360 <libm-alias-double.h>.
20361 (llrint): Define using libm_alias_double.
20362 (lrint): Likewise.
20363 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: Include
20364 <libm-alias-double.h>.
20365 (llround): Define using libm_alias_double.
20366 (lround): Likewise.
20367
20368 2017-12-01 Joseph Myers <joseph@codesourcery.com>
20369
20370 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
20371 [LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)] (lroundl): Do not define
20372 compat symbol based on llround.
20373
20374 * sysdeps/powerpc/power7/fpu/s_logb.c
20375 [LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (logbl): Define as compat
20376 symbol based on __logb, not on logb.
20377 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c
20378 [LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (logbl): Likewise.
20379 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c
20380 [LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (logbl): Likewise.
20381
20382 * sysdeps/powerpc/fpu/s_rint.c: Include <libm-alias-double.h>.
20383 (rint): Define using libm_alias_double.
20384 * sysdeps/powerpc/power5+/fpu/s_modf.c: Include
20385 <libm-alias-double.h>.
20386 (modf): Define using libm_alias_double.
20387 * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Include
20388 <libm-alias-double.h>.
20389 (ceil): Define using libm_alias_double.
20390 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Include
20391 <libm-alias-double.h>.
20392 (floor): Define using libm_alias_double.
20393 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: Include
20394 <libm-alias-double.h>.
20395 (nearbyint): Define using libm_alias_double.
20396 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Include
20397 <libm-alias-double.h>.
20398 (rint): Define using libm_alias_double.
20399 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Include
20400 <libm-alias-double.h>.
20401 (round): Define using libm_alias_double.
20402 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Include
20403 <libm-alias-double.h>.
20404 (trunc): Define using libm_alias_double.
20405 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: Include
20406 <libm-alias-double.h>.
20407 (ceil): Define using libm_alias_double.
20408 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c:
20409 Include <libm-alias-double.h>.
20410 (floor): Define using libm_alias_double.
20411 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: Include
20412 <libm-alias-double.h>.
20413 (modf): Define using libm_alias_double.
20414 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c:
20415 Include <libm-alias-double.h>.
20416 (round): Define using libm_alias_double.
20417 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c:
20418 Include <libm-alias-double.h>.
20419 (trunc): Define using libm_alias_double.
20420 * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: Include
20421 <libm-alias-double.h>.
20422 (ceil): Define using libm_alias_double.
20423 * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: Include
20424 <libm-alias-double.h>.
20425 (floor): Define using libm_alias_double.
20426 * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: Include
20427 <libm-alias-double.h>.
20428 (round): Define using libm_alias_double.
20429 * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: Include
20430 <libm-alias-double.h>.
20431 (trunc): Define using libm_alias_double.
20432 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: Include
20433 <libm-alias-double.h>.
20434 (ceil): Define using libm_alias_double.
20435 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: Include
20436 <libm-alias-double.h>.
20437 (floor): Define using libm_alias_double.
20438 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Include
20439 <libm-alias-double.h>.
20440 (modf): Define using libm_alias_double.
20441 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: Include
20442 <libm-alias-double.h>.
20443 (round): Define using libm_alias_double.
20444 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: Include
20445 <libm-alias-double.h>.
20446 (trunc): Define using libm_alias_double.
20447 * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Include
20448 <libm-alias-double.h>.
20449 (ceil): Define using libm_alias_double.
20450 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Include
20451 <libm-alias-double.h>.
20452 (floor): Define using libm_alias_double.
20453 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: Include
20454 <libm-alias-double.h>.
20455 (nearbyint): Define using libm_alias_double.
20456 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Include
20457 <libm-alias-double.h>.
20458 (rint): Define using libm_alias_double.
20459 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Include
20460 <libm-alias-double.h>.
20461 (round): Define using libm_alias_double.
20462 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Include
20463 <libm-alias-double.h>.
20464 (trunc): Define using libm_alias_double.
20465 * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: Include
20466 <libm-alias-double.h>.
20467 (ceil): Define using libm_alias_double.
20468 * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: Include
20469 <libm-alias-double.h>.
20470 (floor): Define using libm_alias_double.
20471 * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: Include
20472 <libm-alias-double.h>.
20473 (round): Define using libm_alias_double.
20474 * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: Include
20475 <libm-alias-double.h>.
20476 (trunc): Define using libm_alias_double.
20477
20478 * sysdeps/powerpc/fpu/s_fabs.S: Include <libm-alias-double.h>.
20479 (fabs): Define using libm_alias_double.
20480 * sysdeps/powerpc/fpu/s_fma.S: Include <libm-alias-double.h>.
20481 (fma): Define using libm_alias_double.
20482 * sysdeps/powerpc/powerpc32/fpu/s_fabs.S: Remove file.
20483 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: Likewise.
20484 * sysdeps/powerpc/powerpc64/fpu/s_fabs.S: Likewise.
20485 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: Likewise.
20486
20487 2017-12-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
20488
20489 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Remove file.
20490
20491 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC_DFLT,
20492 SPARC_ASM_IFUNC1, SPARC_ASM_IFUNC2, SET, SPARC_ASM_VIS2_IFUNC,
20493 SPARC_ASM_VIS3_IFUNC, SPARC_ASM_VIS3_VIS2_IFUNC): Remove macros.
20494
20495 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c: Fix build
20496 due redirect macro.
20497
20498 2017-12-01 Andreas Schwab <schwab@linux-m68k.org>
20499
20500 * intl/Makefile ($(objpfx)plural.c): Add $(make-target-directory).
20501
20502 2017-12-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
20503
20504 * sysdeps/sparc/sparc64/cpu_relax.c: New file.
20505 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.c: Likewise.
20506 * sysdeps/sparc/sparc64/cpu_relax.S: Remove file.
20507 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Likewise.
20508
20509 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
20510 (libm-sysdep_routines): Add s_nearbyintf-generic and
20511 s_nearbyint-generic.
20512 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-generic.S:
20513 New file.
20514 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.c: Likewise.
20515 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-generic.S:
20516 Likewise.
20517 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.c:
20518 Likewise.
20519 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: Remove
20520 file.
20521 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S:
20522 Likewise.
20523
20524 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
20525 (libm-sysdep_routines): Add s_rintf-generic and s_rint-generic.
20526 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-generic.S: New
20527 file.
20528 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.c: Likewise.
20529 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-generic.S:
20530 Likewise.
20531 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.c: Likewise.
20532 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Remove file.
20533 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
20534
20535 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
20536 (libm-sysdep_routines): Add s_llrintf-generic and s_llrint-generic.
20537 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-generic.S: New
20538 file.
20539 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.c: Likewise.
20540 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-generic.S:
20541 Likewise.
20542 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.c: Likewise.
20543 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Remove file.
20544 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: Likewise.
20545
20546 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
20547 (libm-sysdep_routines): Add s_fabsf-generic and s_fabs-generic.
20548 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-generic.S: New
20549 file.
20550 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.c: Likewise.
20551 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-generic.S:
20552 Likewise.
20553 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.c: Likewise.
20554 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Remove file.
20555 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
20556
20557 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
20558 (sysdep_calls): New rule.
20559 (sysdep_routines): Use sysdep_calls as base.
20560 (libm-sysdep_routines): Add generic rule for symbols shared with
20561 libc. Add s_copysign-generic and s_copysign-generic objects.
20562 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-generic.S:
20563 New file.
20564 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c: Likewise.
20565 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-generic.S:
20566 Likewise.
20567 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.c: Likewise.
20568 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: Remove file.
20569 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: Likewise.
20570
20571 2017-12-01 Mike FABIAN <mfabian@redhat.com>
20572
20573 [BZ #22519]
20574 * localedata/Makefile: Add is_IS.UTF-8 to test-input and to
20575 the list of locales to be built for testing.
20576 * localedata/is_IS.UTF-8.in: New file.
20577 * localedata/locales/is_IS (LC_COLLATE): Base collation rules
20578 on iso14651_t1.
20579
20580 2017-12-01 Joseph Myers <joseph@codesourcery.com>
20581
20582 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Include
20583 <libm-alias-float.h>.
20584 (fabsf): Define using libm_alias_float.
20585
20586 2017-11-30 H.J. Lu <hongjiu.lu@intel.com>
20587
20588 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Expand MIN.
20589
20590 2017-11-30 Joseph Myers <joseph@codesourcery.com>
20591
20592 * sysdeps/m68k/coldfire/fpu/s_fabsf.c: Include
20593 <libm-alias-float.h>.
20594 (fabsf): Define using libm_alias_float.
20595 * sysdeps/m68k/coldfire/fpu/s_lrintf.c: Include
20596 <libm-alias-float.h>.
20597 (lrintf): Define using libm_alias_float.
20598 * sysdeps/m68k/coldfire/fpu/s_rintf.c: Include
20599 <libm-alias-float.h>.
20600 (rintf): Define using libm_alias_float.
20601
20602 * sysdeps/m68k/coldfire/fpu/s_fabs.c: Include
20603 <libm-alias-double.h>.
20604 (fabs): Define using libm_alias_double.
20605 * sysdeps/m68k/coldfire/fpu/s_lrint.c: Include
20606 <libm-alias-double.h>.
20607 (lrint): Define using libm_alias_double.
20608 * sysdeps/m68k/coldfire/fpu/s_rint.c: Include
20609 <libm-alias-double.h>.
20610 (rint): Define using libm_alias_double.
20611
20612 * sysdeps/m68k/m680x0/fpu/s_atan_template.c: New file.
20613 * sysdeps/m68k/m680x0/fpu/s_ceil_template.c: Likewise.
20614 * sysdeps/m68k/m680x0/fpu/s_cos_template.c: Likewise.
20615 * sysdeps/m68k/m680x0/fpu/s_expm1_template.c: Likewise.
20616 * sysdeps/m68k/m680x0/fpu/s_fabs_template.c: Likewise.
20617 * sysdeps/m68k/m680x0/fpu/s_floor_template.c: Likewise.
20618 * sysdeps/m68k/m680x0/fpu/s_frexp_template.c: Likewise.
20619 * sysdeps/m68k/m680x0/fpu/s_lrint_template.c: Likewise.
20620 * sysdeps/m68k/m680x0/fpu/s_modf_template.c: Likewise.
20621 * sysdeps/m68k/m680x0/fpu/s_nearbyint_template.c: Likewise.
20622 * sysdeps/m68k/m680x0/fpu/s_remquo_template.c: Likewise.
20623 * sysdeps/m68k/m680x0/fpu/s_rint_template.c: Likewise.
20624 * sysdeps/m68k/m680x0/fpu/s_sin_template.c: Likewise.
20625 * sysdeps/m68k/m680x0/fpu/s_sincos_template.c: Likewise.
20626 * sysdeps/m68k/m680x0/fpu/s_tan_template.c: Likewise.
20627 * sysdeps/m68k/m680x0/fpu/s_tanh_template.c: Likewise.
20628 * sysdeps/m68k/m680x0/fpu/s_trunc_template.c: Likewise.
20629 * sysdeps/m68k/m680x0/fpu/s_atan.c: Reimplement to use
20630 s_atan_template.c.
20631 * sysdeps/m68k/m680x0/fpu/s_atanf.c: Likewise.
20632 * sysdeps/m68k/m680x0/fpu/s_atanl.c: Likewise.
20633 * sysdeps/m68k/m680x0/fpu/s_ceil.c: Reimplement to use
20634 s_ceil_template.c.
20635 * sysdeps/m68k/m680x0/fpu/s_ceilf.c: Likewise.
20636 * sysdeps/m68k/m680x0/fpu/s_ceill.c: Likewise.
20637 * sysdeps/m68k/m680x0/fpu/s_cos.c: Reimplement to use
20638 s_cos_template.c.
20639 * sysdeps/m68k/m680x0/fpu/s_cosf.c: Likewise.
20640 * sysdeps/m68k/m680x0/fpu/s_cosl.c: Likewise.
20641 * sysdeps/m68k/m680x0/fpu/s_expm1.c: Reimplement to use
20642 s_expm1_template.c.
20643 * sysdeps/m68k/m680x0/fpu/s_expm1f.c: Likewise.
20644 * sysdeps/m68k/m680x0/fpu/s_expm1l.c: Likewise.
20645 * sysdeps/m68k/m680x0/fpu/s_fabs.c: Reimplement to use
20646 s_fabs_template.c.
20647 * sysdeps/m68k/m680x0/fpu/s_fabsf.c: Likewise.
20648 * sysdeps/m68k/m680x0/fpu/s_fabsl.c: Likewise.
20649 * sysdeps/m68k/m680x0/fpu/s_floor.c: Reimplement to use
20650 s_floor_template.c.
20651 * sysdeps/m68k/m680x0/fpu/s_floorf.c: Likewise.
20652 * sysdeps/m68k/m680x0/fpu/s_floorl.c: Likewise.
20653 * sysdeps/m68k/m680x0/fpu/s_frexp.c: Reimplement to use
20654 s_frexp_template.c.
20655 * sysdeps/m68k/m680x0/fpu/s_frexpf.c: Likewise.
20656 * sysdeps/m68k/m680x0/fpu/s_lrint.c: Reimplement to use
20657 s_lrint_template.c.
20658 * sysdeps/m68k/m680x0/fpu/s_lrintf.c: Likewise.
20659 * sysdeps/m68k/m680x0/fpu/s_lrintl.c: Likewise.
20660 * sysdeps/m68k/m680x0/fpu/s_modf.c: Reimplement to use
20661 s_modf_template.c.
20662 * sysdeps/m68k/m680x0/fpu/s_modff.c: Likewise.
20663 * sysdeps/m68k/m680x0/fpu/s_modfl.c: Likewise.
20664 * sysdeps/m68k/m680x0/fpu/s_nearbyint.c: Reimplement to use
20665 s_nearbyint_template.c.
20666 * sysdeps/m68k/m680x0/fpu/s_nearbyintf.c: Likewise.
20667 * sysdeps/m68k/m680x0/fpu/s_nearbyintl.c: Likewise.
20668 * sysdeps/m68k/m680x0/fpu/s_remquo.c: Reimplement to use
20669 s_remquo_template.c.
20670 * sysdeps/m68k/m680x0/fpu/s_remquof.c: Likewise.
20671 * sysdeps/m68k/m680x0/fpu/s_remquol.c: Likewise.
20672 * sysdeps/m68k/m680x0/fpu/s_rint.c: Reimplement to use
20673 s_rint_template.c.
20674 * sysdeps/m68k/m680x0/fpu/s_rintf.c: Likewise.
20675 * sysdeps/m68k/m680x0/fpu/s_rintl.c: Likewise.
20676 * sysdeps/m68k/m680x0/fpu/s_sin.c: Reimplement to use
20677 s_sin_template.c.
20678 * sysdeps/m68k/m680x0/fpu/s_sinf.c: Likewise.
20679 * sysdeps/m68k/m680x0/fpu/s_sinl.c: Likewise.
20680 * sysdeps/m68k/m680x0/fpu/s_sincos.c: Reimplement to use
20681 s_sincos_template.c.
20682 * sysdeps/m68k/m680x0/fpu/s_sincosf.c: Likewise.
20683 * sysdeps/m68k/m680x0/fpu/s_sincosl.c: Likewise.
20684 * sysdeps/m68k/m680x0/fpu/s_tan.c: Reimplement to use
20685 s_tan_template.c.
20686 * sysdeps/m68k/m680x0/fpu/s_tanf.c: Likewise.
20687 * sysdeps/m68k/m680x0/fpu/s_tanl.c: Likewise.
20688 * sysdeps/m68k/m680x0/fpu/s_tanh.c: Reimplement to use
20689 s_tanh_template.c.
20690 * sysdeps/m68k/m680x0/fpu/s_tanhf.c: Likewise.
20691 * sysdeps/m68k/m680x0/fpu/s_tanhl.c: Likewise.
20692 * sysdeps/m68k/m680x0/fpu/s_trunc.c: Reimplement to use
20693 s_trunc_template.c.
20694 * sysdeps/m68k/m680x0/fpu/s_truncf.c: Likewise.
20695 * sysdeps/m68k/m680x0/fpu/s_truncl.c: Likewise.
20696 * sysdeps/m68k/m680x0/fpu/s_significand.c: Reimplement based on
20697 s_atan.c instead of including s_atan.c.
20698 * sysdeps/m68k/m680x0/fpu/s_significandf.c: Reimplement based on
20699 s_atanf.c instead of including s_atanf.c.
20700 * sysdeps/m68k/m680x0/fpu/s_significandl.c: Reimplement based on
20701 s_atanl.c instead of including s_atanl.c.
20702 * sysdeps/m68k/m680x0/fpu/s_log1p.c: Include s_significand.c
20703 instead of s_atan.c.
20704 * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Include s_significandf.c
20705 instead of s_atanf.c.
20706 * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Include s_significandl.c
20707 instead of s_atanl.c.
20708
20709 * scripts/update-copyrights: Do not handle intl/plural.c
20710 specially.
20711
20712 2017-11-30 Juro Bystricky <juro.bystricky@linux.intel.com>
20713
20714 [BZ #22432]
20715 * configure.ac (BISON): Require to be present.
20716 * configure: Regenerated.
20717 * intl/Makefile (generated): Add plural.c.
20718 [$(BISON) != no]: Make code unconditional.
20719 (plural.c): Change rule to $(objpfx)plural.c.
20720 ($(objpfx)plural.o): Depend on $(objpfx)plural.c.
20721 * intl/plural.c: Remove.
20722 * manual/install.texi (Tools for Compilation): Document bison as
20723 required.
20724 * INSTALL: Regenerated.
20725
20726 2017-11-30 Joseph Myers <joseph@codesourcery.com>
20727
20728 * sysdeps/m68k/m680x0/fpu/s_llrint.c: Include
20729 <libm-alias-double.h>.
20730 (llrint): Define using libm_alias_double.
20731 * sysdeps/m68k/m680x0/fpu/s_llrintf.c: Include
20732 <libm-alias-float.h>.
20733 (llrintf): Define using libm_alias_float.
20734 * sysdeps/m68k/m680x0/fpu/s_llrintl.c: Include
20735 <libm-alias-ldouble.h>.
20736 (llrintl): Define using libm_alias_ldouble.
20737
20738 * sysdeps/m68k/m680x0/fpu/s_ccosh_template.c (ccosh): Use
20739 declare_mgen_alias instead of weak_alias.
20740 * sysdeps/m68k/m680x0/fpu/s_cexp_template.c (cexp): Likewise.
20741 * sysdeps/m68k/m680x0/fpu/s_csin_template.c (csin): Likewise.
20742 * sysdeps/m68k/m680x0/fpu/s_csinh_template.c (csinh): Likewise.
20743
20744 2017-11-30 Adhemerval Zanella <adhemerval.zanella@linaro.org>
20745
20746 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
20747 Add add_n-generic.
20748 * sysdeps/sparc/sparc64/multiarch/add_n-generic.S: New file.
20749 * sysdeps/sparc/sparc64/multiarch/add_n.c: Likewise.
20750 * sysdeps/sparc/sparc64/multiarch/add_n.S: Remove file.
20751
20752 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
20753 Add submul_1-generic.
20754 * sysdeps/sparc/sparc64/multiarch/submul_1-generic.S: New file.
20755 * sysdeps/sparc/sparc64/multiarch/submul_1.c: Likewise.
20756 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Remove file.
20757
20758 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
20759 Add addmul_1-generic.
20760 * sysdeps/sparc/sparc64/multiarch/addmul_1-generic.S: New file.
20761 * sysdeps/sparc/sparc64/multiarch/addmul_1.c: Likewise.
20762 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Remove file.
20763
20764 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
20765 Add sub_n-generic.
20766 * sysdeps/sparc/sparc64/multiarch/sub_n-generic.S: New file.
20767 * sysdeps/sparc/sparc64/multiarch/sub_n.c: Likewise.
20768 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Remove file.
20769
20770 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
20771 Add mul_1-generic.
20772 * sysdeps/sparc/sparc64/multiarch/mul_1-generic.S: New file.
20773 * sysdeps/sparc/sparc64/multiarch/mul_1.c: Likewise.
20774 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Remove file.
20775
20776 2017-11-30 Mike FABIAN <mfabian@redhat.com>
20777
20778 According to CLDR, collation rules for Serbian and Bosnian
20779 should be the same as for Croatian.
20780
20781 [BZ #22534]
20782 * localedata/Makefile: Add sr_RS.UTF-8 and bs_BA.UTF-8 to test-input
20783 and to the list of locales to be built for testing.
20784 * localedata/bs_BA.UTF-8.in: New file (same as hr_HR.UTF-8.in).
20785 * localedata/sr_RS.UTF-8.in: New file (same as hr_HR.UTF-8.in).
20786 * localedata/locales/bs_BA (LC_COLLATE): Use “copy "hr_HR"”.
20787 * localedata/locales/sr_RS (LC_COLLATE): Use “copy "hr_HR"”.
20788
20789 2017-11-30 Mike FABIAN <mfabian@redhat.com>
20790
20791 * localedata/locales/hr_HR (LC_COLLATE): Fix collation
20792 to make test case pass.
20793 * localedata/hr_HR.UTF-8.in: Add more test strings.
20794
20795 2017-11-30 Mike FABIAN <mfabian@redhat.com>
20796
20797 * stdlib/tst-strfmon_l.c: Fix testcase. Needed because of [BZ #10580]
20798
20799 2017-11-30 Dragan Stanojević - Nevidljivi <invisible@hidden-city.net>
20800
20801 * localedata/Makefile: Add hr_HR.UTF-8 to test-input and to
20802 the list of locales to built for testing.
20803 * localedata/hr_HR.UTF-8.in: New file.
20804
20805 2017-11-30 Dragan Stanojević - Nevidljivi <invisible@hidden-city.net>
20806
20807 [BZ #10580]
20808 * localedata/locales/hr_HR (LC_COLLATE): Base collation rules on
20809 iso14651_t1.
20810 * localedata/locales/hr_HR (LC_TIME): Sync month and day names with
20811 CLDR (except use ligatures for the digraphs, CLDR does not use
20812 the ligatures), add first_workday, some fixes in the date and time
20813 formats.
20814 * localedata/locales/hr_HR (LC_CTYPE): Add transliteration rules
20815 for Đ and đ.
20816 * localedata/locales/hr_HR (LC_MONETARY): Change currency_symbol to
20817 lower case. p_cs_precedes and n_cs_precedes should be 0 instead of 1.
20818 Add int_p_cs_precedes and int_n_cs_precedes.
20819 * localedata/locales/hr_HR (LC_NUMERIC): Change thousands_sep to
20820 "<U202F>" (NARROW NO-BREAK SPACE) and grouping to 3;3 (Agrees with
20821 LC_MONETARY now).
20822 * localedata/locales/hr_HR (LC_TELEPHONE): Add tel_dom_fmt.
20823 * localedata/locales/hr_HR (LC_NAME): Add name_mr, name_mrs, and
20824 name_miss.
20825 * localedata/locales/hr_HR (LC_ADDRESS): Add country_post, country_isbn,
20826 and lang_lib. Change postal_fmt.
20827
20828 2017-11-30 H.J. Lu <hongjiu.lu@intel.com>
20829
20830 * debug/longjmp_chk.c: Include <setjmpP.h> instead of
20831 <setjmp.h>.
20832 * setjmp/longjmp.c: Include <setjmpP.h> instead of <setjmp.h>.
20833 (__libc_siglongjmp): Cast &env[0].__saved_mask to "sigset_t *".
20834 * setjmp/sigjmp.c: Include <setjmpP.h> instead of <setjmp.h>.
20835 (__sigjmp_save): Cast &env[0].__saved_mask to "sigset_t *".
20836 * sysdeps/generic/setjmpP.h: New file.
20837 * sysdeps/unix/sysv/linux/x86/jmp_buf-ssp.sym: Likewise.
20838 * sysdeps/unix/sysv/linux/x86/setjmpP.h: Likewise.
20839 * sysdeps/unix/sysv/linux/x86/tst-saved_mask-1.c: Likewise.
20840 * sysdeps/unix/sysv/linux/x86/Makefile (gen-as-const-headers):
20841 Add jmp_buf-ssp.sym.
20842 (tests): Add tst-saved_mask-1.
20843
20844 2017-11-30 Arjun Shankar <arjun@redhat.com>
20845
20846 [BZ #22375]
20847 CVE-2017-17426
20848 * malloc/malloc.c (__libc_malloc): Use checked_request2size
20849 instead of request2size.
20850
20851 2017-11-30 Joseph Myers <joseph@codesourcery.com>
20852
20853 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S
20854 (__lllrint): Remove alias.
20855 (lllrint): Likewise.
20856 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S
20857 (__lllrintf): Likewise.
20858 (lllrintf): Likewise.
20859
20860 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: Include
20861 <libm-alias-float.h>.
20862 (copysignf): Define using libm_alias_float.
20863 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Include
20864 <libm-alias-float.h>.
20865 (fabsf): Define using libm_alias_float.
20866 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
20867 Include <libm-alias-float.h>.
20868 (copysignf): Define using libm_alias_float.
20869 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Include
20870 <libm-alias-float.h>.
20871 (fabsf): Define using libm_alias_float.
20872 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.c: Include
20873 <libm-alias-float.h>.
20874 (fdimf): Define using libm_alias_float.
20875 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: Include
20876 <libm-alias-float.h>.
20877 (fmaf): Define using libm_alias_float.
20878 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: Include
20879 <libm-alias-float.h>.
20880 (llrintf): Define using libm_alias_float.
20881 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S:
20882 Include <libm-alias-float.h>.
20883 (nearbyintf): Define using libm_alias_float.
20884 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Include
20885 <libm-alias-float.h>.
20886 (rintf): Define using libm_alias_float.
20887 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: Include
20888 <libm-alias-float.h>.
20889 (llrintf): Define using libm_alias_float.
20890 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: Include
20891 <libm-alias-float.h>.
20892 (lrintf): Define using libm_alias_float.
20893 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: Include
20894 <libm-alias-float.h>.
20895 (nearbyintf): Define using libm_alias_float.
20896 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Include
20897 <libm-alias-float.h>.
20898 (rintf): Define using libm_alias_float.
20899 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.c: Include
20900 <libm-alias-float.h>.
20901 (ceilf): Define using libm_alias_float.
20902 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.c: Include
20903 <libm-alias-float.h>.
20904 (floorf): Define using libm_alias_float.
20905 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: Include
20906 <libm-alias-float.h>.
20907 (fmaf): Define using libm_alias_float.
20908 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.c: Include
20909 <libm-alias-float.h>.
20910 (lrintf): Define using libm_alias_float.
20911 (llrintf): Likewise.
20912 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.c: Include
20913 <libm-alias-float.h>.
20914 (nearbyintf): Define using libm_alias_float.
20915 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.c: Include
20916 <libm-alias-float.h>.
20917 (rintf): Define using libm_alias_float.
20918 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.c: Include
20919 <libm-alias-float.h>.
20920 (truncf): Define using libm_alias_float.
20921 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: Include
20922 <libm-alias-float.h>.
20923 (copysignf): Define using libm_alias_float.
20924 * sysdeps/sparc/sparc64/fpu/s_fabsf.c: Include
20925 <libm-alias-float.h>.
20926 (fabsf): Define using libm_alias_float.
20927 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: Include
20928 <libm-alias-float.h>.
20929 (lrintf): Define using libm_alias_float.
20930 (llrintf): Likewise.
20931 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: Include
20932 <libm-alias-float.h>.
20933 (nearbyintf): Define using libm_alias_float.
20934 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Include
20935 <libm-alias-float.h>.
20936 (rintf): Define using libm_alias_float.
20937
20938 2017-11-29 Joseph Myers <joseph@codesourcery.com>
20939
20940 * sysdeps/sparc/sparc32/fpu/s_copysign.S: Include
20941 <libm-alias-double.h>.
20942 (copysign): Define using libm_alias_double.
20943 * sysdeps/sparc/sparc32/fpu/s_fabs.S: Include
20944 <libm-alias-double.h>.
20945 (fabs): Define using libm_alias_double.
20946 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
20947 Include <libm-alias-double.h>.
20948 (copysign): Define using libm_alias_double.
20949 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Include
20950 <libm-alias-double.h>.
20951 (fabs): Define using libm_alias_double.
20952 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c: Include
20953 <libm-alias-double.h>.
20954 (fdim): Define using libm_alias_double.
20955 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: Include
20956 <libm-alias-double.h>.
20957 (fma): Define using libm_alias_double.
20958 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Include
20959 <libm-alias-double.h>.
20960 (llrint): Define using libm_alias_double.
20961 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S:
20962 Include <libm-alias-double.h>.
20963 (nearbyint): Define using libm_alias_double.
20964 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Include
20965 <libm-alias-double.h>.
20966 (rint): Define using libm_alias_double.
20967 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Include
20968 <libm-alias-double.h>.
20969 (fabs): Define using libm_alias_double.
20970 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Include
20971 <libm-alias-double.h>.
20972 (llrint): Define using libm_alias_double.
20973 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: Include
20974 <libm-alias-double.h>.
20975 (nearbyint): Define using libm_alias_double.
20976 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Include
20977 <libm-alias-double.h>.
20978 (rint): Define using libm_alias_double.
20979 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.c: Include
20980 <libm-alias-double.h>.
20981 (ceil): Define using libm_alias_double.
20982 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.c: Include
20983 <libm-alias-double.h>.
20984 (floor): Define using libm_alias_double.
20985 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: Include
20986 <libm-alias-double.h>.
20987 (fma): Define using libm_alias_double.
20988 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.c: Include
20989 <libm-alias-double.h>.
20990 (lrint): Define using libm_alias_double.
20991 (llrint): Likewise.
20992 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.c: Include
20993 <libm-alias-double.h>.
20994 (nearbyint): Define using libm_alias_double.
20995 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.c: Include
20996 <libm-alias-double.h>.
20997 (rint): Define using libm_alias_double.
20998 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.c: Include
20999 <libm-alias-double.h>.
21000 (trunc): Define using libm_alias_double.
21001 * sysdeps/sparc/sparc64/fpu/s_copysign.S: Include
21002 <libm-alias-double.h>.
21003 (copysign): Define using libm_alias_double.
21004 * sysdeps/sparc/sparc64/fpu/s_fabs.c: Include
21005 <libm-alias-double.h>.
21006 (fabs): Define using libm_alias_double.
21007 * sysdeps/sparc/sparc64/fpu/s_lrint.S: Include
21008 <libm-alias-double.h>.
21009 (lrint): Define using libm_alias_double.
21010 (llrint): Likewise.
21011 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: Include
21012 <libm-alias-double.h>.
21013 (nearbyint): Define using libm_alias_double.
21014 * sysdeps/sparc/sparc64/fpu/s_rint.S: Include
21015 <libm-alias-double.h>.
21016 (rint): Define using libm_alias_double.
21017
21018 [BZ #22229]
21019 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Include
21020 <math_ldbl_opt.h>.
21021 (fabsl): Define as compat symbol at version GLIBC_2_0 for libm.
21022
21023 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
21024 SPARC --disable-multi-arch glibc variants.
21025
21026 * sysdeps/x86_64/fpu/multiarch/e_exp2f.c: Include
21027 <libm-alias-float.h>.
21028 (exp2f): Define using libm_alias_float, or libm_alias_float_other
21029 if [SHARED].
21030 * sysdeps/x86_64/fpu/multiarch/e_expf.c: Include
21031 <libm-alias-float.h>.
21032 (exp2f): Define using libm_alias_float, or libm_alias_float_other
21033 if [SHARED].
21034 * sysdeps/x86_64/fpu/multiarch/e_log2f.c: Include
21035 <libm-alias-float.h>.
21036 (exp2f): Define using libm_alias_float, or libm_alias_float_other
21037 if [SHARED].
21038 * sysdeps/x86_64/fpu/multiarch/e_logf.c: Include
21039 <libm-alias-float.h>.
21040 (exp2f): Define using libm_alias_float, or libm_alias_float_other
21041 if [SHARED].
21042 * sysdeps/x86_64/fpu/multiarch/e_powf.c: Include
21043 <libm-alias-float.h>.
21044 (exp2f): Define using libm_alias_float, or libm_alias_float_other
21045 if [SHARED].
21046 * sysdeps/x86_64/fpu/multiarch/s_ceilf.c: Include
21047 <libm-alias-float.h>.
21048 (ceilf): Define using libm_alias_float.
21049 * sysdeps/x86_64/fpu/multiarch/s_floorf.c: Include
21050 <libm-alias-float.h>.
21051 (floorf): Define using libm_alias_float.
21052 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Include
21053 <libm-alias-float.h>.
21054 (fmaf): Define using libm_alias_float.
21055 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.c: Include
21056 <libm-alias-float.h>.
21057 (nearbyintf): Define using libm_alias_float.
21058 * sysdeps/x86_64/fpu/multiarch/s_rintf.c: Include
21059 <libm-alias-float.h>.
21060 (rintf): Define using libm_alias_float.
21061 * sysdeps/x86_64/fpu/multiarch/s_truncf.c: Include
21062 <libm-alias-float.h>.
21063 (truncf): Define using libm_alias_float.
21064 * sysdeps/x86_64/fpu/s_copysignf.S: Include <libm-alias-float.h>.
21065 (copysignf): Define using libm_alias_float.
21066 * sysdeps/x86_64/fpu/s_cosf.S: Include <libm-alias-float.h>.
21067 (cosf): Define using libm_alias_float.
21068 * sysdeps/x86_64/fpu/s_fabsf.c: Include <libm-alias-float.h>.
21069 (fabsf): Define using libm_alias_float.
21070 * sysdeps/x86_64/fpu/s_fmaxf.S: Include <libm-alias-float.h>.
21071 (fmaxf): Define using libm_alias_float.
21072 * sysdeps/x86_64/fpu/s_fminf.S: Include <libm-alias-float.h>.
21073 (fminf): Define using libm_alias_float.
21074 * sysdeps/x86_64/fpu/s_llrintf.S: Include <libm-alias-float.h>.
21075 (llrintf): Define using libm_alias_float.
21076 [!__ILP32__] (lrintf): Likewise.
21077 * sysdeps/x86_64/fpu/s_sincosf.S: Include <libm-alias-float.h>.
21078 (sincosf): Define using libm_alias_float.
21079 * sysdeps/x86_64/fpu/s_sinf.S: Include <libm-alias-float.h>.
21080 (sinf): Define using libm_alias_float.
21081 * sysdeps/x86_64/x32/fpu/s_lrintf.S: Include <libm-alias-float.h>.
21082 (lrintf): Define using libm_alias_float.
21083
21084 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Include
21085 <libm-alias-double.h>.
21086 (atan): Define using libm_alias_double.
21087 * sysdeps/x86_64/fpu/multiarch/s_ceil.c: Include
21088 <libm-alias-double.h>.
21089 (ceil): Define using libm_alias_double.
21090 * sysdeps/x86_64/fpu/multiarch/s_floor.c: Include
21091 <libm-alias-double.h>.
21092 (floor): Define using libm_alias_double.
21093 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Include
21094 <libm-alias-double.h>.
21095 (fma): Define using libm_alias_double.
21096 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.c: Include
21097 <libm-alias-double.h>.
21098 (nearbyint): Define using libm_alias_double.
21099 * sysdeps/x86_64/fpu/multiarch/s_rint.c: Include
21100 <libm-alias-double.h>.
21101 (rint): Define using libm_alias_double.
21102 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Include
21103 <libm-alias-double.h>.
21104 (sin): Define using libm_alias_double.
21105 (cos): Likewise.
21106 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Include
21107 <libm-alias-double.h>.
21108 (tan): Define using libm_alias_double.
21109 * sysdeps/x86_64/fpu/multiarch/s_trunc.c: Include
21110 <libm-alias-double.h>.
21111 (trunc): Define using libm_alias_double.
21112 * sysdeps/x86_64/fpu/s_copysign.S: Include <libm-alias-double.h>.
21113 (copysign): Define using libm_alias_double.
21114 * sysdeps/x86_64/fpu/s_fabs.c: Include <libm-alias-double.h>.
21115 (fabs): Define using libm_alias_double.
21116 * sysdeps/x86_64/fpu/s_fmax.S: Include <libm-alias-double.h>.
21117 (fmax): Define using libm_alias_double.
21118 * sysdeps/x86_64/fpu/s_fmin.S: Include <libm-alias-double.h>.
21119 (fmin): Define using libm_alias_double.
21120 * sysdeps/x86_64/fpu/s_llrint.S: Include <libm-alias-double.h>.
21121 (llrint): Define using libm_alias_double.
21122 [!__ILP32__] (lrint): Likewise.
21123 * sysdeps/x86_64/x32/fpu/s_lrint.S: Include <libm-alias-double.h>.
21124 (lrint): Define using libm_alias_double.
21125
21126 2017-11-29 Adhemerval Zanella <adhemerval.zanella@linaro.org>
21127
21128 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
21129 (libm-sysdep_routines): Add s_rintf-generic and s_rint-generic
21130 objects.
21131 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-generic.S: New file.
21132 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.c: Likewise.
21133 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-generic.S: Likewise.
21134 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.c: Likewise.
21135 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Remove file.
21136 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
21137
21138 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
21139 (libm-sysdep_routines): Add s_lrint-generic and s_lrintf-generic
21140 objects.
21141 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-generic.S: New file.
21142 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.c: Likewise.
21143 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-generic.S: Likewise.
21144 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.c: Likewise.
21145 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Remove file.
21146 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
21147
21148 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
21149 (libm-sysdep_routines): Add s_nearbyint-generic and
21150 s_nearbyintf-generic objects.
21151 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-generic.S: New file.
21152 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.c: Likewise.
21153 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-generic.S: Likewise.
21154 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.c: Likewise.
21155 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: Remove file.
21156 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: Likewise.
21157
21158 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile (sysdeps_calls):
21159 Add s_finitef-generic and s_finite-generic objects.
21160 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-generic.S: New file.
21161 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.c: Likewise.
21162 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-generic.S: Likewise.
21163 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.c: Likewise.
21164 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Remove file.
21165 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Remove file.
21166
21167 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile (sysdeps_calls):
21168 Add s_isinff-generic and s_isinf-generic objects.
21169 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-generic.S: New file.
21170 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.c: Likewise.
21171 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-generic.S: Likewise.
21172 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.c: Likewise.
21173 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Remove file.
21174 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
21175
21176 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile (sysdeps_calls):
21177 Add s_isnanf-generic and s_isnan-generic objects.
21178 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-generic.S: New file.
21179 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-generic.S: Likewise.
21180 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.c: Likewise.
21181 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.c: Likewise.
21182 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Remove file.
21183 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
21184
21185 * sysdeps/sparc/sparc-ifunc.h (sparc_libm_ifunc_redirected): New
21186 macro.
21187 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile (sysdep_calls): New
21188 rule.
21189 (sysdep_routines): Use sysdep_calls as base.
21190 (libm-sysdep_routines): Add generic rule for symbols shared with
21191 libc. Add s_signbit-generic and s_signbitf-generic objects.
21192 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.c: New file.
21193 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.c: Likewise.
21194 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-generic.S: Likewise.
21195 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-generic.S: Likewise.
21196 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Remove file.
21197 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
21198
21199 2017-11-29 Joseph Myers <joseph@codesourcery.com>
21200
21201 * sysdeps/ia64/fpu/libm-symbols.h: Include <libm-alias-float.h>.
21202 * sysdeps/ia64/fpu/e_acosf.S (acosf): Use libm_alias_float_other.
21203 * sysdeps/ia64/fpu/e_acoshf.S (acoshf): Likewise.
21204 * sysdeps/ia64/fpu/e_asinf.S (asinf): Likewise.
21205 * sysdeps/ia64/fpu/e_atan2f.S (atan2f): Likewise.
21206 * sysdeps/ia64/fpu/e_atanhf.S (atanhf): Likewise.
21207 * sysdeps/ia64/fpu/e_coshf.S (coshf): Likewise.
21208 * sysdeps/ia64/fpu/e_exp10f.S (exp10f): Likewise.
21209 * sysdeps/ia64/fpu/e_exp2f.S (exp2f): Likewise.
21210 * sysdeps/ia64/fpu/e_expf.S (expf): Likewise.
21211 * sysdeps/ia64/fpu/e_fmodf.S (fmodf): Likewise.
21212 * sysdeps/ia64/fpu/e_hypotf.S (hypotf): Likewise.
21213 * sysdeps/ia64/fpu/e_lgammaf_r.c (lgammaf_r): Define using
21214 libm_alias_float_r.
21215 * sysdeps/ia64/fpu/e_log2f.S (log2f): Use libm_alias_float_other.
21216 * sysdeps/ia64/fpu/e_logf.S (log10f): Likewise.
21217 (logf): Likewise.
21218 * sysdeps/ia64/fpu/e_powf.S (powf): Likewise.
21219 * sysdeps/ia64/fpu/e_remainderf.S (remainderf): Likewise.
21220 * sysdeps/ia64/fpu/e_sinhf.S (sinhf): Likewise.
21221 * sysdeps/ia64/fpu/e_sqrtf.S (sqrtf): Likewise.
21222 * sysdeps/ia64/fpu/libm_sincosf.S (sincosf): Likewise.
21223 * sysdeps/ia64/fpu/s_asinhf.S (asinhf): Likewise.
21224 * sysdeps/ia64/fpu/s_atanf.S (atanf): Likewise.
21225 * sysdeps/ia64/fpu/s_cbrtf.S (cbrtf): Likewise.
21226 * sysdeps/ia64/fpu/s_ceilf.S (ceilf): Likewise.
21227 * sysdeps/ia64/fpu/s_copysign.S (copysignf): Define using
21228 libm_alias_float.
21229 * sysdeps/ia64/fpu/s_cosf.S (sinf): Use libm_alias_float_other.
21230 (cosf): Likewise.
21231 * sysdeps/ia64/fpu/s_erfcf.S (erfcf): Likewise.
21232 * sysdeps/ia64/fpu/s_erff.S (erff): Likewise.
21233 * sysdeps/ia64/fpu/s_expm1f.S (expm1f): Likewise.
21234 * sysdeps/ia64/fpu/s_fabsf.S (fabsf): Likewise.
21235 * sysdeps/ia64/fpu/s_fdimf.S (fdimf): Likewise.
21236 * sysdeps/ia64/fpu/s_floorf.S (floorf): Likewise.
21237 * sysdeps/ia64/fpu/s_fmaf.S (fmaf): Likewise.
21238 * sysdeps/ia64/fpu/s_fmaxf.S (fmaxf): Likewise.
21239 * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Likewise.
21240 * sysdeps/ia64/fpu/s_ldexpf.c (ldexpf): Likewise.
21241 * sysdeps/ia64/fpu/s_log1pf.S (log1pf): Likewise.
21242 * sysdeps/ia64/fpu/s_logbf.S (logbf): Likewise.
21243 * sysdeps/ia64/fpu/s_modff.S (modff): Likewise.
21244 * sysdeps/ia64/fpu/s_nearbyintf.S (nearbyintf): Likewise.
21245 * sysdeps/ia64/fpu/s_nextafterf.S (nextafterf): Likewise.
21246 * sysdeps/ia64/fpu/s_rintf.S (rintf): Likewise.
21247 * sysdeps/ia64/fpu/s_roundf.S (roundf): Likewise.
21248 * sysdeps/ia64/fpu/s_scalblnf.c (scalblnf): Likewise.
21249 * sysdeps/ia64/fpu/s_scalbnf.c (scalbnf): Define using
21250 libm_alias_float.
21251 * sysdeps/ia64/fpu/s_tanf.S (tanf): Use libm_alias_float_other.
21252 * sysdeps/ia64/fpu/s_tanhf.S (tanhf): Likewise.
21253 * sysdeps/ia64/fpu/s_truncf.S (truncf): Likewise.
21254 * sysdeps/ia64/fpu/w_lgammaf_main.c
21255 [BUILD_LGAMMA && !USE_AS_COMPAT] (lgammaf): Likewise.
21256 * sysdeps/ia64/fpu/w_tgammaf_compat.S (tgammaf): Likewise.
21257
21258 2017-11-28 Mike FABIAN <mfabian@redhat.com>
21259 Alexandre Oliva <aoliva@redhat.com>
21260
21261 [BZ #17750]
21262 * Makefile: add fr_CA.UTF-8 to test-input and LOCALES.
21263 * localedata/fr_CA.UTF-8.in: New file with test data for backward
21264 accents sorting.
21265 * localedata/fr_FR.UTF-8.in: Fix test data for forward accents
21266 sorting.
21267 * localedata/locales/cs_CZ (LC_COLLATE): Remove “define DIACRIT_FORWARD”
21268 * localedata/locales/de_DE (LC_COLLATE): Likewise.
21269 * localedata/locales/hu_HU (LC_COLLATE): Likewise.
21270 * localedata/locales/lb_LU (LC_COLLATE): Likewise.
21271 * localedata/locales/yuw_PG (LC_COLLATE): Likewise.
21272 * localedata/locales/fr_CA (LC_COLLATE): Add “define DIACRIT_BACKWARD”
21273 * localedata/locales/iso14651_t1_common: Use “ifdef DIACRIT_FORWARD”
21274 instead of “ifdef DIACRIT_BACKWARD”.
21275
21276 2017-11-29 Adhemerval Zanella <adhemerval.zanella@linaro.org>
21277
21278 * config.h.in (HAVE_AS_VIS3_SUPPORT): Remove check for VIS3 support.
21279 * sysdeps/sparc/configure.ac (HAVE_AS_VIS3_SUPPORT): Likewise.
21280 * sysdeps//sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c: Likewise.
21281 * sysdeps//sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.c: Likewise.
21282 * sysdeps//sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: Likewise.
21283 * sysdeps//sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: Likewise.
21284 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.c: Likewise.
21285 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.c: Likewise.
21286 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.c: Likewise.
21287 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.c: Likewise.
21288 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: Likewise.
21289 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: Likewise.
21290 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.c: Likewise.
21291 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.c: Likewise.
21292 * sysdeps/sparc/sparc-ifunc.h [!HAVE_AS_VIS3_SUPPORT]
21293 (SPARC_ASM_VIS3_IFUNC, SPARC_ASM_VIS3_VIS2_IFUNC): Remove macros.
21294 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(have-as-vis3) != yes]
21295 (ASFLAGS.o, ASFLAGS-.os, ASFLAGS-.op, ASFLAGS-.oS): Remove rules.
21296 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
21297 ($(have-as-vis3) == yes): Remove conditional.
21298 * sysdeps/sparc/sparc64/Makefile (($(have-as-vis3) == yes)):
21299 Likewise.
21300 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-generic.c: New
21301 file.
21302 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-generic.c: New
21303 file.
21304 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-generic.c: New
21305 file.
21306 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-generic.c: New
21307 file.
21308 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-generic.c: New file.
21309 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-generic.c: New file.
21310 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-generic.c: New file.
21311 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-generic.c: New file.
21312 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-generic.c: New file.
21313 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-generic.c: New file.
21314 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-generic.c: New file.
21315 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-generic.c: New file.
21316
21317 2017-11-29 Joseph Myers <joseph@codesourcery.com>
21318
21319 * sysdeps/ia64/fpu/libm-symbols.h: Include <libm-alias-double.h>.
21320 * sysdeps/ia64/fpu/e_acos.S (acos): Use libm_alias_double_other.
21321 * sysdeps/ia64/fpu/e_acosh.S (acosh): Likewise.
21322 * sysdeps/ia64/fpu/e_asin.S (asin): Likewise.
21323 * sysdeps/ia64/fpu/e_atan2.S (atan2): Likewise.
21324 * sysdeps/ia64/fpu/e_atanh.S (atanh): Likewise.
21325 * sysdeps/ia64/fpu/e_cosh.S (cosh): Likewise.
21326 * sysdeps/ia64/fpu/e_exp.S (exp): Likewise.
21327 * sysdeps/ia64/fpu/e_exp10.S (exp10): Likewise.
21328 * sysdeps/ia64/fpu/e_exp2.S (exp2): Likewise.
21329 * sysdeps/ia64/fpu/e_fmod.S (fmod): Likewise.
21330 * sysdeps/ia64/fpu/e_hypot.S (hypot): Likewise.
21331 * sysdeps/ia64/fpu/e_lgamma_r.c (lgamma_r): Define using
21332 libm_alias_double_r.
21333 * sysdeps/ia64/fpu/e_log.S (log10): Use libm_alias_double_other.
21334 (log): Likewise.
21335 * sysdeps/ia64/fpu/e_log2.S (log2): Likewise.
21336 * sysdeps/ia64/fpu/e_pow.S (pow): Likewise.
21337 * sysdeps/ia64/fpu/e_remainder.S (remainder): Likewise.
21338 * sysdeps/ia64/fpu/e_sinh.S (sinh): Likewise.
21339 * sysdeps/ia64/fpu/e_sqrt.S (sqrt): Likewise.
21340 * sysdeps/ia64/fpu/libm_sincos.S (sincos): Likewise.
21341 * sysdeps/ia64/fpu/s_asinh.S (asinh): Likewise.
21342 * sysdeps/ia64/fpu/s_atan.S (atan): Likewise.
21343 * sysdeps/ia64/fpu/s_cbrt.S (cbrt): Likewise.
21344 * sysdeps/ia64/fpu/s_ceil.S (ceil): Likewise.
21345 * sysdeps/ia64/fpu/s_copysign.S (copysign): Define using
21346 libm_alias_double.
21347 * sysdeps/ia64/fpu/s_cos.S (sin): Use libm_alias_double_other.
21348 (cos): Likewise.
21349 * sysdeps/ia64/fpu/s_erf.S (erf): Likewise.
21350 * sysdeps/ia64/fpu/s_erfc.S (erfc): Likewise.
21351 * sysdeps/ia64/fpu/s_expm1.S (expm1): Likewise.
21352 * sysdeps/ia64/fpu/s_fabs.S (fabs): Likewise.
21353 * sysdeps/ia64/fpu/s_fdim.S (fdim): Likewise.
21354 * sysdeps/ia64/fpu/s_floor.S (floor): Likewise.
21355 * sysdeps/ia64/fpu/s_fma.S (fma): Likewise.
21356 * sysdeps/ia64/fpu/s_fmax.S (fmax): Likewise.
21357 * sysdeps/ia64/fpu/s_frexp.c (frexp): Likewise.
21358 * sysdeps/ia64/fpu/s_ldexp.c (ldexp): Likewise.
21359 * sysdeps/ia64/fpu/s_log1p.S (log1p): Likewise.
21360 * sysdeps/ia64/fpu/s_logb.S (logb): Likewise.
21361 * sysdeps/ia64/fpu/s_modf.S (modf): Likewise.
21362 * sysdeps/ia64/fpu/s_nearbyint.S (nearbyint): Likewise.
21363 * sysdeps/ia64/fpu/s_nextafter.S (nextafter): Likewise.
21364 * sysdeps/ia64/fpu/s_rint.S (rint): Likewise.
21365 * sysdeps/ia64/fpu/s_round.S (round): Likewise.
21366 * sysdeps/ia64/fpu/s_scalbn.c (scalbn): Define using
21367 libm_alias_double.
21368 * sysdeps/ia64/fpu/s_tan.S (tan): Use libm_alias_double_other.
21369 * sysdeps/ia64/fpu/s_tanh.S (tanh): Likewise.
21370 * sysdeps/ia64/fpu/s_trunc.S (trunc): Likewise.
21371 * sysdeps/ia64/fpu/w_lgamma_main.c
21372 [BUILD_LGAMMA && !USE_AS_COMPAT] (lgamma): Likewise.
21373 * sysdeps/ia64/fpu/w_tgamma_compat.S (tgamma): Likewise.
21374
21375 2017-11-28 John David Anglin <danglin@gcc.gnu.org>
21376
21377 * sysdeps/hppa/start.S (_start): Check PIC instead of SHARED. Load
21378 address of $global$ into %dp register earlier. Use pc-relative
21379 instruction sequence for PIC case.
21380
21381 2017-11-28 Joseph Myers <joseph@codesourcery.com>
21382
21383 * sysdeps/i386/fpu/s_asinhf.S: Include <libm-alias-float.h>.
21384 (asinhf): Define using libm_alias_float.
21385 * sysdeps/i386/fpu/s_atanf.S: Include <libm-alias-float.h>.
21386 (atanf): Define using libm_alias_float.
21387 * sysdeps/i386/fpu/s_cbrtf.S: Include <libm-alias-float.h>.
21388 (cbrtf): Define using libm_alias_float.
21389 * sysdeps/i386/fpu/s_ceilf.S: Include <libm-alias-float.h>.
21390 (ceilf): Define using libm_alias_float.
21391 * sysdeps/i386/fpu/s_copysignf.S: Include <libm-alias-float.h>.
21392 (copysignf): Define using libm_alias_float.
21393 * sysdeps/i386/fpu/s_expm1f.S: Include <libm-alias-float.h>.
21394 (expm1f): Define using libm_alias_float.
21395 * sysdeps/i386/fpu/s_fabsf.S: Include <libm-alias-float.h>.
21396 (fabsf): Define using libm_alias_float.
21397 * sysdeps/i386/fpu/s_floorf.S: Include <libm-alias-float.h>.
21398 (floorf): Define using libm_alias_float.
21399 * sysdeps/i386/fpu/s_fmaxf.S: Include <libm-alias-float.h>.
21400 (fmaxf): Define using libm_alias_float.
21401 * sysdeps/i386/fpu/s_fminf.S: Include <libm-alias-float.h>.
21402 (fminf): Define using libm_alias_float.
21403 * sysdeps/i386/fpu/s_frexpf.S: Include <libm-alias-float.h>.
21404 (frexpf): Define using libm_alias_float.
21405 * sysdeps/i386/fpu/s_llrintf.S: Include <libm-alias-float.h>.
21406 (llrintf): Define using libm_alias_float.
21407 * sysdeps/i386/fpu/s_logbf.S: Include <libm-alias-float.h>.
21408 (logbf): Define using libm_alias_float.
21409 * sysdeps/i386/fpu/s_lrintf.S: Include <libm-alias-float.h>.
21410 (lrintf): Define using libm_alias_float.
21411 * sysdeps/i386/fpu/s_nearbyintf.S: Include <libm-alias-float.h>.
21412 (nearbyintf): Define using libm_alias_float.
21413 * sysdeps/i386/fpu/s_remquof.S: Include <libm-alias-float.h>.
21414 (remquof): Define using libm_alias_float.
21415 * sysdeps/i386/fpu/s_rintf.S: Include <libm-alias-float.h>.
21416 (rintf): Define using libm_alias_float.
21417 * sysdeps/i386/fpu/s_truncf.S: Include <libm-alias-float.h>.
21418 (truncf): Define using libm_alias_float.
21419 * sysdeps/i386/i686/fpu/multiarch/e_exp2f.c: Include
21420 <libm-alias-float.h>.
21421 (exp2f): Define using libm_alias_float, or libm_alias_float_other
21422 if [SHARED].
21423 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Include
21424 <libm-alias-float.h>.
21425 (expf): Define using libm_alias_float, or libm_alias_float_other
21426 if [SHARED].
21427 * sysdeps/i386/i686/fpu/multiarch/e_log2f.c: Include
21428 <libm-alias-float.h>.
21429 (log2f): Define using libm_alias_float, or libm_alias_float_other
21430 if [SHARED].
21431 * sysdeps/i386/i686/fpu/multiarch/e_logf.c: Include
21432 <libm-alias-float.h>.
21433 (logf): Define using libm_alias_float, or libm_alias_float_other
21434 if [SHARED].
21435 * sysdeps/i386/i686/fpu/multiarch/e_powf.c: Include
21436 <libm-alias-float.h>.
21437 (powf): Define using libm_alias_float, or libm_alias_float_other
21438 if [SHARED].
21439 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Include
21440 <libm-alias-float.h>.
21441 (cosf): Define using libm_alias_float.
21442 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: Include
21443 <libm-alias-float.h>.
21444 (sincosf): Define using libm_alias_float.
21445 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: Include
21446 <libm-alias-float.h>.
21447 (sinf): Define using libm_alias_float.
21448 * sysdeps/i386/i686/fpu/s_fmaxf.S: Include <libm-alias-float.h>.
21449 (fmaxf): Define using libm_alias_float.
21450 * sysdeps/i386/i686/fpu/s_fminf.S: Include <libm-alias-float.h>.
21451 (fminf): Define using libm_alias_float.
21452 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
21453 <libm-alias-float.h>.
21454 (fmaf): Define using libm_alias_float.
21455
21456 * sysdeps/i386/fpu/s_asinh.S: Include <libm-alias-double.h>.
21457 (asinh): Define using libm_alias_double.
21458 * sysdeps/i386/fpu/s_atan.S: Include <libm-alias-double.h>.
21459 (atan): Define using libm_alias_double.
21460 * sysdeps/i386/fpu/s_cbrt.S: Include <libm-alias-double.h>.
21461 (cbrt): Define using libm_alias_double.
21462 * sysdeps/i386/fpu/s_ceil.S: Include <libm-alias-double.h>.
21463 (ceil): Define using libm_alias_double.
21464 * sysdeps/i386/fpu/s_copysign.S: Include <libm-alias-double.h>.
21465 (copysign): Define using libm_alias_double.
21466 * sysdeps/i386/fpu/s_expm1.S: Include <libm-alias-double.h>.
21467 (expm1): Define using libm_alias_double.
21468 * sysdeps/i386/fpu/s_fabs.S: Include <libm-alias-double.h>.
21469 (fabs): Define using libm_alias_double.
21470 * sysdeps/i386/fpu/s_fdim.c: Include <libm-alias-double.h>.
21471 (fdim): Define using libm_alias_double.
21472 * sysdeps/i386/fpu/s_floor.S: Include <libm-alias-double.h>.
21473 (floor): Define using libm_alias_double.
21474 * sysdeps/i386/fpu/s_fmax.S: Include <libm-alias-double.h>.
21475 (fmax): Define using libm_alias_double.
21476 * sysdeps/i386/fpu/s_fmin.S: Include <libm-alias-double.h>.
21477 (fmin): Define using libm_alias_double.
21478 * sysdeps/i386/fpu/s_frexp.S: Include <libm-alias-double.h>.
21479 (frexp): Define using libm_alias_double.
21480 * sysdeps/i386/fpu/s_llrint.S: Include <libm-alias-double.h>.
21481 (llrint): Define using libm_alias_double.
21482 * sysdeps/i386/fpu/s_logb.S: Include <libm-alias-double.h>.
21483 (logb): Define using libm_alias_double.
21484 * sysdeps/i386/fpu/s_lrint.S: Include <libm-alias-double.h>.
21485 (lrint): Define using libm_alias_double.
21486 * sysdeps/i386/fpu/s_nearbyint.S: Include <libm-alias-double.h>.
21487 (nearbyint): Define using libm_alias_double.
21488 * sysdeps/i386/fpu/s_remquo.S: Include <libm-alias-double.h>.
21489 (remquo): Define using libm_alias_double.
21490 * sysdeps/i386/fpu/s_rint.S: Include <libm-alias-double.h>.
21491 (rint): Define using libm_alias_double.
21492 * sysdeps/i386/fpu/s_trunc.S: Include <libm-alias-double.h>.
21493 (trunc): Define using libm_alias_double.
21494 * sysdeps/i386/i686/fpu/s_fmax.S: Include <libm-alias-double.h>.
21495 (fmax): Define using libm_alias_double.
21496 * sysdeps/i386/i686/fpu/s_fmin.S: Include <libm-alias-double.h>.
21497 (fmin): Define using libm_alias_double.
21498 * sysdeps/i386/i686/multiarch/s_fma.c: Include <libm-alias-double.h>.
21499 (fma): Define using libm_alias_double.
21500
21501 2017-11-28 H.J. Lu <hongjiu.lu@intel.com>
21502
21503 [BZ #22370]
21504 * elf/dl-hwcaps.c (ROUND): Removed.
21505 (_dl_important_hwcaps): Replace ROUND with ELF_NOTE_DESC_OFFSET
21506 and ELF_NOTE_NEXT_OFFSET.
21507 * elf/dl-load.c (ROUND): Removed.
21508 (open_verify): Replace ROUND with ELF_NOTE_NEXT_OFFSET.
21509 * elf/readelflib.c (ROUND): Removed.
21510 (process_elf_file): Replace ROUND with ELF_NOTE_NEXT_OFFSET.
21511 * include/elf.h [!_ISOMAC]: Include <libc-pointer-arith.h>.
21512 [!_ISOMAC] (ELF_NOTE_DESC_OFFSET): New.
21513 [!_ISOMAC] (ELF_NOTE_NEXT_OFFSET): Likewise.
21514
21515 2017-11-28 Joseph Myers <joseph@codesourcery.com>
21516
21517 * sysdeps/s390/fpu/s_fmaf.c: Include <libm-alias-float.h>.
21518 [!__fmaf] (fmaf): Define using libm_alias_float.
21519
21520 * sysdeps/s390/fpu/s_fma.c: Include <libm-alias-double.h>.
21521 [!__fma] (fma): Define using libm_alias_double.
21522 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: Remove.
21523
21524 2017-11-28 Mike FABIAN <mfabian@redhat.com>
21525
21526 [BZ #22336]
21527 * localedata/locales/cs_CZ (LC_COLLATE): Use “copy "iso14651_t1"”
21528 and implement the collation rules for cs from CLDR on top of that.
21529 * Makefile: Add cs_CZ.UTF-8 to test-input.
21530 * cs_CZ.UTF-8.in: New file with test data to test the Czech sorting.
21531
21532 2017-11-28 Siddhesh Poyarekar <siddhesh@sourceware.org>
21533
21534 * localedata/Makefile (LOCALES): Remove duplicate cs_CZ.UTF-8.
21535
21536 2017-11-28 Victor Rodriguez <victor.rodriguez.bahena@intel.com>
21537 Icarus Sparry <icarus.w.sparry@intel.com>
21538
21539 * benchtests/Makefile:Add BENCHSET to allow subsets of
21540 benchmarks to be run.
21541 * benchtests/README: Add documentation for: Running subsets of
21542 benchmarks.
21543
21544 2017-11-28 Victor Rodriguez <victor.rodriguez.bahena@intel.com>
21545
21546 * benchtests/scripts/benchout.schema.json: Fix regex to accept a wider
21547 range of tests names.
21548
21549 * benchtests/scripts/benchout.schema.json: Add throughput as accepted
21550 result from property and remove "max", min" and "mean" from
21551 required properties based on benchtests/bench-skeleton.c.
21552
21553 2017-11-28 Florian Weimer <fweimer@redhat.com>
21554
21555 [BZ #20826]
21556 Turn posix/tst-getaddrinfo4, posix/tst-getaddrinfo5 into xtests
21557 due to Internet requirement.
21558 * posix/Makefile (tests): Remove tst-getaddrinfo4,
21559 tst-getaddrinfo5.
21560 (xtests): Add tst-getaddrinfo4, tst-getaddrinfo5.
21561
21562 2017-11-28 Adhemerval Zanella <adhemerval.zanella@linaro.org>
21563
21564 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile
21565 [$(subdir) = string] (sysdep_routines): Add memset-ultra1.
21566 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = string]
21567 (sysdep_routines): Add memset-ultra1.
21568 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-ultra1.S: New
21569 file.
21570 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset.c: Likewise.
21571 * sysdeps/sparc/sparc32/sparcv9/multiarch/bzero.c: Likewise.
21572 * sysdeps/sparc/sparc64/multiarch/ifunc-memset.h: Likewise.
21573 * sysdeps/sparc/sparc64/multiarch/memset-ultra1.S: Likewise.
21574 * sysdeps/sparc/sparc64/multiarch/memset.c: Likewise.
21575 * sysdeps/sparc/sparc64/multiarch/bzero.c: Likewise.
21576 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset.S: Remove file.
21577 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
21578
21579 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-ultra1.S: New
21580 file.
21581 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy.c: Likewise.
21582 * sysdeps/sparc/sparc32/sparcv9/multiarch/mempcpy.c: Likewise.
21583 * sysdeps/sparc/sparc64/multiarch/ifunc-memcpy.h: Likewise.
21584 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra1.S: Likewise.
21585 * sysdeps/sparc/sparc64/multiarch/memcpy.c: Likewise.
21586 * sysdeps/sparc/sparc64/multiarch/mempcpy.c: Likewise.
21587 * sysdeps/sparc/sparc-ifunc.h (sparc_libc_ifunc_redirected): New
21588 macro.
21589 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile
21590 [$(subdir) = string] (sysdep_routines): Add memcpy-ultra1.
21591 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = string]
21592 (sysdep_routines): Add memcpy-ultra1.
21593 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Remove file.
21594 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy.S: Likewise.
21595
21596 2017-11-28 Joseph Myers <joseph@codesourcery.com>
21597
21598 * sysdeps/alpha/fpu/cfloat-compat.h: Include <libm-alias-float.h>.
21599 (cfloat_versions): Take function argument without trailing 'f'.
21600 Call libm_alias_float_other.
21601 * sysdeps/alpha/fpu/cabsf.c: Update call to cfloat_versions.
21602 * sysdeps/alpha/fpu/cargf.c: Likewise.
21603 * sysdeps/alpha/fpu/cimagf.c: Likewise.
21604 * sysdeps/alpha/fpu/conjf.c: Likewise.
21605 * sysdeps/alpha/fpu/crealf.c: Likewise.
21606 * sysdeps/alpha/fpu/s_cacosf.c: Likewise.
21607 * sysdeps/alpha/fpu/s_cacoshf.c: Likewise.
21608 * sysdeps/alpha/fpu/s_casinf.c: Likewise.
21609 * sysdeps/alpha/fpu/s_casinhf.c: Likewise.
21610 * sysdeps/alpha/fpu/s_catanf.c: Likewise.
21611 * sysdeps/alpha/fpu/s_catanhf.c: Likewise.
21612 * sysdeps/alpha/fpu/s_ccosf.c: Likewise.
21613 * sysdeps/alpha/fpu/s_ccoshf.c: Likewise.
21614 * sysdeps/alpha/fpu/s_cexpf.c: Likewise.
21615 * sysdeps/alpha/fpu/s_clogf.c: Likewise.
21616 * sysdeps/alpha/fpu/s_cpowf.c: Likewise.
21617 * sysdeps/alpha/fpu/s_cprojf.c: Likewise.
21618 * sysdeps/alpha/fpu/s_csinf.c: Likewise.
21619 * sysdeps/alpha/fpu/s_csinhf.c: Likewise.
21620 * sysdeps/alpha/fpu/s_csqrtf.c: Likewise.
21621 * sysdeps/alpha/fpu/s_ctanf.c: Likewise.
21622 * sysdeps/alpha/fpu/s_ctanhf.c: Likewise.
21623 * sysdeps/alpha/fpu/s_clog10f.c: Include <libm-alias-float.h>.
21624 (clog10f): Use libm_alias_float_other.
21625 * sysdeps/alpha/fpu/s_ceilf.c: Include <libm-alias-float.h>.
21626 (ceilf): Define using libm_alias_float.
21627 * sysdeps/alpha/fpu/s_copysignf.c: Include <libm-alias-float.h>.
21628 (copysignf): Define using libm_alias_float.
21629 * sysdeps/alpha/fpu/s_fabsf.c: Include <libm-alias-float.h>.
21630 (fabsf): Define using libm_alias_float.
21631 * sysdeps/alpha/fpu/s_floorf.c: Include <libm-alias-float.h>.
21632 (floorf): Define using libm_alias_float.
21633 * sysdeps/alpha/fpu/s_fmax.S: Include <libm-alias-float.h>.
21634 (fmaxf): Define using libm_alias_float.
21635 * sysdeps/alpha/fpu/s_fmin.S: Include <libm-alias-float.h>.
21636 (fminf): Define using libm_alias_float.
21637 * sysdeps/alpha/fpu/s_lrintf.c: Include <libm-alias-float.h>.
21638 (lrintf): Define using libm_alias_float.
21639 (llrintf): Likewise.
21640 * sysdeps/alpha/fpu/s_lroundf.c: Include <libm-alias-float.h>.
21641 (lroundf): Define using libm_alias_float.
21642 (llroundf): Likewise.
21643 * sysdeps/alpha/fpu/s_rintf.c: Include <libm-alias-float.h>.
21644 (rintf): Define using libm_alias_float.
21645 * sysdeps/alpha/fpu/s_truncf.c: Include <libm-alias-float.h>.
21646 (truncf): Define using libm_alias_float.
21647
21648 * sysdeps/aarch64/fpu/s_ceilf.c: Include <libm-alias-float.h>.
21649 (ceilf): Define using libm_alias_float.
21650 * sysdeps/aarch64/fpu/s_floorf.c: Include <libm-alias-float.h>.
21651 (floorf): Define using libm_alias_float.
21652 * sysdeps/aarch64/fpu/s_fmaf.c: Include <libm-alias-float.h>.
21653 (fmaf): Define using libm_alias_float.
21654 * sysdeps/aarch64/fpu/s_fmaxf.c: Include <libm-alias-float.h>.
21655 (fmaxf): Define using libm_alias_float.
21656 * sysdeps/aarch64/fpu/s_fminf.c: Include <libm-alias-float.h>.
21657 (fminf): Define using libm_alias_float.
21658 * sysdeps/aarch64/fpu/s_llrintf.c: Include <libm-alias-float.h>.
21659 (llrintf): Define using libm_alias_float.
21660 * sysdeps/aarch64/fpu/s_llroundf.c: Include <libm-alias-float.h>.
21661 (llroundf): Define using libm_alias_float.
21662 * sysdeps/aarch64/fpu/s_lrintf.c: Include <libm-alias-float.h>.
21663 (lrintf): Define using libm_alias_float.
21664 * sysdeps/aarch64/fpu/s_lroundf.c: Include <libm-alias-float.h>.
21665 (lroundf): Define using libm_alias_float.
21666 * sysdeps/aarch64/fpu/s_nearbyintf.c: Include
21667 <libm-alias-float.h>.
21668 (nearbyintf): Define using libm_alias_float.
21669 * sysdeps/aarch64/fpu/s_rintf.c: Include <libm-alias-float.h>.
21670 (rintf): Define using libm_alias_float.
21671 * sysdeps/aarch64/fpu/s_roundf.c: Include <libm-alias-float.h>.
21672 (roundf): Define using libm_alias_float.
21673 * sysdeps/aarch64/fpu/s_truncf.c: Include <libm-alias-float.h>.
21674 (truncf): Define using libm_alias_float.
21675
21676 * sysdeps/alpha/fpu/s_ceil.c: Include <libm-alias-double.h>.
21677 (ceil): Define using libm_alias_double.
21678 * sysdeps/alpha/fpu/s_copysign.c: Include <libm-alias-double.h>.
21679 (copysign): Define using libm_alias_double.
21680 * sysdeps/alpha/fpu/s_fabs.c: Include <libm-alias-double.h>.
21681 (fabs): Define using libm_alias_double.
21682 * sysdeps/alpha/fpu/s_floor.c: Include <libm-alias-double.h>.
21683 (floor): Define using libm_alias_double.
21684 * sysdeps/alpha/fpu/s_fmax.S: Include <libm-alias-double.h>.
21685 (fmax): Define using libm_alias_double.
21686 * sysdeps/alpha/fpu/s_fmin.S: Include <libm-alias-double.h>.
21687 (fmin): Define using libm_alias_double.
21688 * sysdeps/alpha/fpu/s_lrint.c: Include <libm-alias-double.h>.
21689 (lrint): Define using libm_alias_double.
21690 (llrint): Likewise.
21691 * sysdeps/alpha/fpu/s_lround.c: Include <libm-alias-double.h>.
21692 (lround): Define using libm_alias_double.
21693 (llround): Likewise.
21694 * sysdeps/alpha/fpu/s_rint.c: Include <libm-alias-double.h>.
21695 (rint): Define using libm_alias_double.
21696 * sysdeps/alpha/fpu/s_trunc.c: Include <libm-alias-double.h>.
21697 (trunc): Define using libm_alias_double.
21698
21699 * sysdeps/ieee754/ldbl-opt/libm-alias-double.h
21700 (libm_alias_double_r): Add semicolon after weak_alias call.
21701
21702 2017-11-27 Joseph Myers <joseph@codesourcery.com>
21703
21704 * sysdeps/aarch64/fpu/s_ceil.c: Include <libm-alias-double.h>.
21705 (ceil): Define using libm_alias_double.
21706 * sysdeps/aarch64/fpu/s_floor.c: Include <libm-alias-double.h>.
21707 (floor): Define using libm_alias_double.
21708 * sysdeps/aarch64/fpu/s_fma.c: Include <libm-alias-double.h>.
21709 (fma): Define using libm_alias_double.
21710 * sysdeps/aarch64/fpu/s_fmax.c: Include <libm-alias-double.h>.
21711 (fmax): Define using libm_alias_double.
21712 * sysdeps/aarch64/fpu/s_fmin.c: Include <libm-alias-double.h>.
21713 (fmin): Define using libm_alias_double.
21714 * sysdeps/aarch64/fpu/s_llrint.c: Include <libm-alias-double.h>.
21715 (llrint): Define using libm_alias_double.
21716 * sysdeps/aarch64/fpu/s_llround.c: Include <libm-alias-double.h>.
21717 (llround): Define using libm_alias_double.
21718 * sysdeps/aarch64/fpu/s_lrint.c: Include <libm-alias-double.h>.
21719 (lrint): Define using libm_alias_double.
21720 * sysdeps/aarch64/fpu/s_lround.c: Include <libm-alias-double.h>.
21721 (lround): Define using libm_alias_double.
21722 * sysdeps/aarch64/fpu/s_nearbyint.c: Include <libm-alias-double.h>.
21723 (nearbyint): Define using libm_alias_double.
21724 * sysdeps/aarch64/fpu/s_rint.c: Include <libm-alias-double.h>.
21725 (rint): Define using libm_alias_double.
21726 * sysdeps/aarch64/fpu/s_round.c: Include <libm-alias-double.h>.
21727 (round): Define using libm_alias_double.
21728 * sysdeps/aarch64/fpu/s_trunc.c: Include <libm-alias-double.h>.
21729 (trunc): Define using libm_alias_double.
21730
21731 2017-11-27 Florian Weimer <fweimer@redhat.com>
21732
21733 * sysdeps/unix/sysv/linux/mlock2.c: New file.
21734 * sysdeps/unix/sysv/linux/tst-mlock2.c: Likewise.
21735 * sysdeps/unix/sysv/linux/Makefile (routines): Add mlock2.
21736 (tests): Add tst-mlock2.
21737 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.27): Export mlock2.
21738 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_MLOCK2)
21739 [__LINUX_KERNEL_VERSION >= 4.4]: Define.
21740 * sysdeps/unix/sysv/linux/libc**.abilist: Update.
21741 * manual/memory.texi (Page Lock Functions): Move @end deftypefun
21742 for mlock. Document mlock2.
21743
21744 2017-11-27 Joseph Myers <joseph@codesourcery.com>
21745
21746 * sysdeps/ia64/Makeconfig (float64x-alias-fcts): New variable.
21747 * sysdeps/ieee754/float128/Makeconfig (float64x-alias-fcts):
21748 Likewise.
21749 * sysdeps/ieee754/ldbl-128/Makeconfig (float64x-alias-fcts):
21750 Likewise.
21751 * sysdeps/x86/Makeconfig: New file.
21752 * bits/floatn-common.h (__HAVE_FLOAT64X): Remove macro.
21753 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21754 * bits/floatn.h (__HAVE_FLOAT64X): New macro.
21755 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21756 * sysdeps/ia64/bits/floatn.h (__HAVE_FLOAT64X): Likewise.
21757 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21758 * sysdeps/ieee754/ldbl-128/bits/floatn.h (__HAVE_FLOAT64X):
21759 Likewise.
21760 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21761 * sysdeps/mips/ieee754/bits/floatn.h (__HAVE_FLOAT64X): Likewise.
21762 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21763 * sysdeps/powerpc/bits/floatn.h (__HAVE_FLOAT64X): Likewise.
21764 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21765 * sysdeps/x86/bits/floatn.h (__HAVE_FLOAT64X): Likewise.
21766 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21767 * manual/math.texi (Mathematics): Document support for _Float64x.
21768 * math/Versions (GLIBC_2.27): Add _Float64x functions.
21769 * stdlib/Versions (GLIBC_2.27): Likewise.
21770 * wcsmbs/Versions (GLIBC_2.27): Likewise.
21771 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Update.
21772 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
21773 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
21774 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
21775 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
21776 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
21777 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
21778 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
21779 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
21780 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
21781 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
21782 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
21783 Likewise.
21784 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
21785 Likewise.
21786 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
21787 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
21788 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
21789 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
21790 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
21791 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
21792 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
21793 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
21794 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
21795 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
21796 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
21797 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
21798 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
21799 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
21800
21801 2017-11-27 Andreas Schwab <schwab@suse.de>
21802
21803 * elf/Makefile (dl-routines): Add dl-sort-maps.
21804 * elf/dl-sort-maps.c: New file.
21805 * sysdeps/generic/ldsodefs.h (_dl_sort_fini): Don't declare.
21806 (_dl_sort_maps): Declare.
21807 * elf/dl-fini.c (_dl_sort_fini): Remove.
21808 (_dl_fini): Use _dl_sort_maps instead of _dl_sort_fini.
21809 * elf/dl-close.c (_dl_close_worker): Likewise.
21810 * elf/dl-deps.c (_dl_map_object_deps): Use _dl_sort_maps instead of
21811 open-coding it.
21812 * elf/dl-open.c (dl_open_worker): Likewise.
21813
21814 2017-11-24 Joseph Myers <joseph@codesourcery.com>
21815
21816 * sysdeps/ieee754/float128/s_fromfpf128.c (fromfpf128): Define
21817 using libm_alias_float128.
21818 * sysdeps/ieee754/float128/s_fromfpxf128.c (fromfpxf128):
21819 Likewise.
21820 * sysdeps/ieee754/float128/s_setpayloadf128.c (setpayloadf128):
21821 Likewise.
21822 * sysdeps/ieee754/float128/s_setpayloadsigf128.c
21823 (setpayloadsigf128): Likewise.
21824 * sysdeps/ieee754/float128/s_ufromfpf128.c (ufromfpf128):
21825 Likewise.
21826 * sysdeps/ieee754/float128/s_ufromfpxf128.c (ufromfpxf128):
21827 Likewise.
21828
21829 * sysdeps/powerpc/powerpc64le/Makefile ($(foreach
21830 suf,$(all-object-suffixes),$(objpfx)test-float64x%$(suf))): Add
21831 -mfloat128 to CFLAGS.
21832 ($(foreach
21833 suf,$(all-object-suffixes),$(objpfx)test-ifloat64x%$(suf))):
21834 Likewise.
21835 (CFLAGS-libm-test-support-float64x.c): New variable.
21836 ($(objpfx)test-float64x% $(objpfx)test-ifloat64x%): Add
21837 $(f128-loader-link) to gnulib-tests.
21838
21839 * sysdeps/generic/libm-alias-float128.h: Include <bits/floatn.h>.
21840 (libm_alias_float128_other_r): If
21841 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE], define f64x
21842 alias.
21843 (libm_alias_float128_r): Add semicolon after weak_alias call.
21844 * sysdeps/generic/libm-alias-ldouble.h
21845 (libm_alias_ldouble_other_r_f128): New macro.
21846 (libm_alias_ldouble_other_r_f64x): Likewise.
21847 (libm_alias_ldouble_other_r): Use libm_alias_ldouble_other_r_f128
21848 and libm_alias_ldouble_other_r_f64x.
21849 (libm_alias_ldouble_r): Add semicolon after weak_alias call.
21850 * sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h
21851 (libm_alias_ldouble_other_r_f128): New macro.
21852 (libm_alias_ldouble_other_r_f64x): Likewise.
21853 (libm_alias_ldouble_other_r): Use libm_alias_ldouble_other_r_f128
21854 and libm_alias_ldouble_other_r_f64x.
21855
21856 * stdlib/strfroml.c: Always include <stdlib.h>.
21857 [__HAVE_FLOAT64X_LONG_DOUBLE] (strfromf64x): Define and later
21858 undefine as macro and define as weak alias.
21859 * sysdeps/ieee754/float128/strfromf128.c: Include <bits/floatn.h>.
21860 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE]: Include
21861 <stdlib.h>.
21862 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (strfromf64x):
21863 Define and later undefine as macro and define as weak alias.
21864
21865 * stdlib/strtold.c [__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x):
21866 Define and later undefine as macro. Define as weak alias if
21867 [!USE_WIDE_CHAR].
21868 [__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x): Define and later
21869 undefine as macro. Define as weak alias if [USE_WIDE_CHAR].
21870 * sysdeps/ieee754/float128/strtof128.c: Include <bits/floatn.h>.
21871 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x):
21872 Define and later undefine as macro. Define as weak alias if
21873 [!USE_WIDE_CHAR].
21874 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x):
21875 Define and later undefine as macro. Define as weak alias if
21876 [USE_WIDE_CHAR].
21877 * sysdeps/ieee754/float128/strtof128_l.c
21878 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x_l):
21879 Define and later undefine as macro. Define as weak alias if
21880 [!USE_WIDE_CHAR].
21881 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x_l):
21882 Define and later undefine as macro. Define as weak alias if
21883 [USE_WIDE_CHAR].
21884 * sysdeps/ieee754/ldbl-128/strtold_l.c
21885 [__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x_l): Define and later
21886 undefine as macro. Define as weak alias if [!USE_WIDE_CHAR].
21887 [__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x_l): Define and later
21888 undefine as macro. Define as weak alias if [USE_WIDE_CHAR].
21889 * sysdeps/ieee754/ldbl-64-128/strtold_l.c
21890 [__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x_l): Define and later
21891 undefine as macro. Define as weak alias if [!USE_WIDE_CHAR].
21892 [__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x_l): Define and later
21893 undefine as macro. Define as weak alias if [USE_WIDE_CHAR].
21894 * sysdeps/ieee754/ldbl-96/strtold_l.c
21895 [__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x_l): Define and later
21896 undefine as macro. Define as weak alias if [!USE_WIDE_CHAR].
21897 [__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x_l): Define and later
21898 undefine as macro. Define as weak alias if [USE_WIDE_CHAR].
21899
21900 * math/test-float64x.h: New file.
21901 * math/Makefile (type-float64x-yes): New variable.
21902 (test-types): Add $(type-float64x-$(float64x-alias-fcts)).
21903
21904 * sysdeps/generic/math_private.h (min_of_type_f): Make into a
21905 function-like macro.
21906 (min_of_type_): Likewise.
21907 (min_of_type_l): Likewise.
21908 (min_of_type_f128): Likewise.
21909 (min_of_type): Pass () as last argument of __MATH_TG.
21910
21911 * stdlib/tst-strtod-round-skeleton.c
21912 (__STDC_WANT_IEC_60559_TYPES_EXT__): Define before including
21913 headers.
21914
21915 * math/gen-tgmath-tests.py (Type.init_types): Pass suffix argument
21916 for combinations of long double with _Float64 and _Float64x.
21917
21918 * bits/libm-simd-decl-stubs.h (__DECL_SIMD_cosf16): New macro.
21919 (__DECL_SIMD_cosf32): Likewise.
21920 (__DECL_SIMD_cosf64): Likewise.
21921 (__DECL_SIMD_cosf32x): Likewise.
21922 (__DECL_SIMD_cosf64x): Likewise.
21923 (__DECL_SIMD_cosf128x): Likewise.
21924 (__DECL_SIMD_sinf16): Likewise.
21925 (__DECL_SIMD_sinf32): Likewise.
21926 (__DECL_SIMD_sinf64): Likewise.
21927 (__DECL_SIMD_sinf32x): Likewise.
21928 (__DECL_SIMD_sinf64x): Likewise.
21929 (__DECL_SIMD_sinf128x): Likewise.
21930 (__DECL_SIMD_sincosf16): Likewise.
21931 (__DECL_SIMD_sincosf32): Likewise.
21932 (__DECL_SIMD_sincosf64): Likewise.
21933 (__DECL_SIMD_sincosf32x): Likewise.
21934 (__DECL_SIMD_sincosf64x): Likewise.
21935 (__DECL_SIMD_sincosf128x): Likewise.
21936 (__DECL_SIMD_logf16): Likewise.
21937 (__DECL_SIMD_logf32): Likewise.
21938 (__DECL_SIMD_logf64): Likewise.
21939 (__DECL_SIMD_logf32x): Likewise.
21940 (__DECL_SIMD_logf64x): Likewise.
21941 (__DECL_SIMD_logf128x): Likewise.
21942 (__DECL_SIMD_expf16): Likewise.
21943 (__DECL_SIMD_expf32): Likewise.
21944 (__DECL_SIMD_expf64): Likewise.
21945 (__DECL_SIMD_expf32x): Likewise.
21946 (__DECL_SIMD_expf64x): Likewise.
21947 (__DECL_SIMD_expf128x): Likewise.
21948 (__DECL_SIMD_powf16): Likewise.
21949 (__DECL_SIMD_powf32): Likewise.
21950 (__DECL_SIMD_powf64): Likewise.
21951 (__DECL_SIMD_powf32x): Likewise.
21952 (__DECL_SIMD_powf64x): Likewise.
21953 (__DECL_SIMD_powf128x): Likewise.
21954
21955 * stdlib/Versions (libc): Move entries for wcstof128 and
21956 wcstof128_l to ....
21957 * wcsmbs/Versions (libc): ... here.
21958 Include <float128-abi.h>.
21959
21960 2017-11-24 Florian Weimer <fweimer@redhat.com>
21961
21962 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
21963 bits/mman-shared.h.
21964 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Include
21965 <bits/mman-shared.h>.
21966 (MFD_CLOEXEC, MFD_ALLOW_SEALING, MFD_HUGETLB, memfd_create): Move
21967 to ...
21968 * sysdeps/unix/sysv/linux/bits/mman-shared.h: ... this new file.
21969 Add #ifndef guard for the MFD_* constants based on MFD_CLOEXEC.
21970 * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Include
21971 <bits/mman-shared.h>.
21972
21973 2017-11-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
21974
21975 [BZ #22457]
21976 * sysdeps/posix/preadv_common.c (PREADV): Use mmap/munmap instead of
21977 posix_memalign/free.
21978 * sysdeps/posix/pwritev_common.c (PWRITEV): Likewise.
21979
21980 2017-11-22 Mike FABIAN <mfabian@redhat.com>
21981
21982 [BZ #22469]
21983 * localedata/locales/pl_PL (LC_COLLATE): Use “copy "iso14651_t1"”
21984 and implement the collation rules for pl from CLDR on top of that.
21985 * Makefile: Add pl_PL.UTF-8 to test-input and to the list
21986 of locales to be built for testing.
21987 * pl_PL.UTF-8.in: New file with test data to test the Polish sorting.
21988
21989 2017-11-23 Joseph Myers <joseph@codesourcery.com>
21990
21991 * sysdeps/ia64/fpu/libm-symbols.h: Include <libm-alias-ldouble.h>.
21992 * sysdeps/ia64/fpu/e_acoshl.S (acoshl): Use
21993 libm_alias_ldouble_other.
21994 * sysdeps/ia64/fpu/e_acosl.S (acosl): Likewise.
21995 * sysdeps/ia64/fpu/e_asinl.S (asinl): Likewise.
21996 * sysdeps/ia64/fpu/e_atanhl.S (atanhl): Likewise.
21997 * sysdeps/ia64/fpu/e_coshl.S (coshl): Likewise.
21998 * sysdeps/ia64/fpu/e_exp10l.S (exp10l): Likewise.
21999 * sysdeps/ia64/fpu/e_exp2l.S (exp2l): Likewise.
22000 * sysdeps/ia64/fpu/e_fmodl.S (fmodl): Likewise.
22001 * sysdeps/ia64/fpu/e_hypotl.S (hypotl): Likewise.
22002 * sysdeps/ia64/fpu/e_lgammal_r.c (lgammal_r): Define using
22003 libm_alias_ldouble_r.
22004 * sysdeps/ia64/fpu/e_log2l.S (log2l): Use
22005 libm_alias_ldouble_other.
22006 * sysdeps/ia64/fpu/e_logl.S (logl): Likewise.
22007 (log10l): Likewise.
22008 * sysdeps/ia64/fpu/e_powl.S (powl): Likewise.
22009 * sysdeps/ia64/fpu/e_remainderl.S (remainderl): Likewise.
22010 * sysdeps/ia64/fpu/e_sinhl.S (sinhl): Likewise.
22011 * sysdeps/ia64/fpu/e_sqrtl.S (sqrtl): Likewise.
22012 * sysdeps/ia64/fpu/libm_sincosl.S (sincosl): Likewise.
22013 * sysdeps/ia64/fpu/s_asinhl.S (asinhl): Likewise.
22014 * sysdeps/ia64/fpu/s_atanl.S (atanl): Likewise.
22015 (atan2l): Likewise.
22016 * sysdeps/ia64/fpu/s_cbrtl.S (cbrtl): Likewise.
22017 * sysdeps/ia64/fpu/s_ceill.S (ceill): Likewise.
22018 * sysdeps/ia64/fpu/s_copysign.S (copysignl): Define using
22019 libm_alias_ldouble.
22020 * sysdeps/ia64/fpu/s_cosl.S (sinl): Use libm_alias_ldouble_other.
22021 (cosl): Likewise.
22022 * sysdeps/ia64/fpu/s_erfcl.S (erfcl): Likewise.
22023 * sysdeps/ia64/fpu/s_erfl.S (erfl): Likewise.
22024 * sysdeps/ia64/fpu/s_expm1l.S (expm1l): Likewise.
22025 (expl): Likewise.
22026 * sysdeps/ia64/fpu/s_fabsl.S (fabsl): Likewise.
22027 * sysdeps/ia64/fpu/s_fdiml.S (fdiml): Likewise.
22028 * sysdeps/ia64/fpu/s_floorl.S (floorl): Likewise.
22029 * sysdeps/ia64/fpu/s_fmal.S (fmal): Likewise.
22030 * sysdeps/ia64/fpu/s_fmaxl.S (fmaxl): Likewise.
22031 * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Likewise.
22032 * sysdeps/ia64/fpu/s_ldexpl.c (ldexpl): Likewise.
22033 * sysdeps/ia64/fpu/s_log1pl.S (log1pl): Likewise.
22034 * sysdeps/ia64/fpu/s_logbl.S (logbl): Likewise.
22035 * sysdeps/ia64/fpu/s_modfl.S (modfl): Likewise.
22036 * sysdeps/ia64/fpu/s_nearbyintl.S (nearbyintl): Define using
22037 libm_alias_ldouble.
22038 * sysdeps/ia64/fpu/s_nextafterl.S (nextafterl): Use
22039 libm_alias_ldouble_other.
22040 * sysdeps/ia64/fpu/s_rintl.S (rintl): Likewise.
22041 * sysdeps/ia64/fpu/s_roundl.S (roundl): Likewise.
22042 * sysdeps/ia64/fpu/s_scalbnl.c (scalbnl): Define using
22043 libm_alias_ldouble.
22044 * sysdeps/ia64/fpu/s_tanhl.S (tanhl): Use
22045 libm_alias_ldouble_other.
22046 * sysdeps/ia64/fpu/s_tanl.S (tanl): Likewise.
22047 * sysdeps/ia64/fpu/s_truncl.S (truncl): Likewise.
22048 * sysdeps/ia64/fpu/w_lgammal_main.c
22049 [BUILD_LGAMMA && !USE_AS_COMPAT] (lgammal): Likewise.
22050 * sysdeps/ia64/fpu/w_tgammal_compat.S (tgammal): Likewise.
22051
22052 2017-11-23 Florian Weimer <fweimer@redhat.com>
22053
22054 * malloc/malloc.c (tcache_thread_shutdown): Rename from
22055 tcache_thread_freeres. Define for USE_TCACHE and !USE_TCACHE
22056 alike. Remove freeres marker.
22057 * malloc/arena.c (arena_thread_freeres): Call
22058 tcache_thread_shutdown.
22059
22060 2017-11-23 Florian Weimer <fweimer@redhat.com>
22061
22062 [BZ #22459]
22063 Export nscd hash function as __nss_hash.
22064 * include/nss.h (__nss_hash): Declare.
22065 * nis/nis_hash.c (__nis_hash): Call __nss_hash. Turn into compat
22066 symbol.
22067 * nscd/Makefile (aux, nscd-modules): Remove nscd_hash.
22068 * nscd/cache.c (cache_search, cache_add): Call __nss_hash instead
22069 of __nscd_hash.
22070 * nscd/nscd_helper.c (__nscd_cache_search): Likewise.
22071 * nscd/nscd_hash.h, nscd/nscd_hash.c: Remove files.
22072 * nss/Makefiles (routines): Add nss_hash.
22073 * nss/Versions (GLIBC_PRIVATE): Export __nss_hash.
22074 * nss/nss_hash.c: Rename from nis/nis_hash.c.
22075 (__nss_hash): Rename from __nis_hash. Define hidden alias.
22076 * nis/rpcsvc/nislib.h (__nis_hash): Remove declaration.
22077
22078 2017-11-23 Florian Weimer <fweimer@redhat.com>
22079
22080 [BZ #22478]
22081 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Retry on EINTR.
22082 Return error code, not -1.
22083 * signal/tst-sigwait-eintr.c: New file.
22084 * signal/Makefile (tests): Add tst-sigwait-eintr.
22085
22086 2017-11-23 Florian Weimer <fweimer@redhat.com>
22087
22088 Linux: Add memfd_create system call wrapper
22089 * sysdeps/unix/sysv/linux/Makefile [misc] (tests): Add
22090 tst-memfd_create.
22091 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_GNU]
22092 (MFD_CLOEXEC, MFD_ALLOW_SEALING): Define.
22093 [__USE_GNU] (memfd_create): Declare.
22094 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.27): Add memfd_create.
22095 * sysdeps/unix/sysv/linux/syscalls.list (memfd_create): Add.
22096 * sysdeps/unix/sysv/linux/tst-memfd_create.c: New file.
22097 * sysdeps/unix/sysv/linux/**.abilist: Update.
22098 * manual/llio.texi (Memory-mapped I/O): Document memfd_create.
22099
22100 2017-11-22 Joseph Myers <joseph@codesourcery.com>
22101
22102 * localedata/gen-locale.sh: Fix typo in variable name.
22103
22104 * resolv/res_debug.c (p_secstodate): Condition definition on
22105 [SHLIB_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_27)]. Define
22106 directly as __p_secstodate, and as a compat symbol. Do not use
22107 libresolv_hidden_def.
22108 * resolv/resolv.h (p_secstodate): Remove macro and function
22109 declaration.
22110 * resolv/ns_print.c (ns_sprintrrf): Print times with %lu, not
22111 using p_secstodate.
22112 * include/resolv.h (__p_secstodate): Do not use
22113 libresolv_hidden_proto.
22114 * resolv/Makefile (tests): Move tst-p_secstodate to ....
22115 (tests-internal): ... here.
22116 * resolv/tst-p_secstodate.c: Include <shlib-compat.h>. Condition
22117 all contents on [TEST_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_27)]
22118 and declare and use __p_secstodate and use compat_symbol_reference
22119 in that case.
22120 [!TEST_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_27)] (do_test): Add
22121 implementation returning 77.
22122
22123 [BZ #22463]
22124 * resolv/res_debug.c: Include <libc-diag.h>.
22125 (p_secstodate): Assert time_t at least as wide as u_long. On
22126 overflow, use integer seconds since the epoch as output, or use
22127 "<overflow>" as output and set errno to EOVERFLOW if integer
22128 seconds since the epoch would be 14 or more characters.
22129 (p_secstodate) [__GNUC_PREREQ (7, 0)]: Disable -Wformat-overflow=
22130 for sprintf call.
22131 * resolv/tst-p_secstodate.c: New file.
22132 * resolv/Makefile (tests): Add tst-p_secstodate.
22133 ($(objpfx)tst-p_secstodate): Depend on $(objpfx)libresolv.so.
22134
22135 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Remove file.
22136 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
22137 * sysdeps/sparc/sparc64/soft-fp/s_scalbnl.c: Likewise.
22138
22139 2017-11-22 Paul Eggert <eggert@cs.ucla.edu>
22140
22141 * posix/regcomp.c (init_word_char): Add comments.
22142
22143 2017-11-22 Joseph Myers <joseph@codesourcery.com>
22144
22145 [BZ #22447]
22146 * sysdeps/unix/getlogin_r.c (__getlogin_r): Use __strnlen not
22147 strlen to compute length of ut_user and set trailing NUL byte of
22148 result explicitly.
22149
22150 2017-11-21 Mike FABIAN <mfabian@redhat.com>
22151
22152 [BZ #15537]
22153 * localedata/locales/lv_LV (LC_COLLATE): Fix collation by
22154 using “copy "iso14651_t1"” and then implementing the
22155 collation rules for lv from CLDR on top of that.
22156 * Makefile: Add lv_LV.UTF-8 to test-input and to the list
22157 of locales to be built for testing.
22158 * lv_LV.UTF-8.in: New file with test data to test the Latvian
22159 sorting.
22160
22161 2017-11-21 Joseph Myers <joseph@codesourcery.com>
22162
22163 * sysdeps/unix/sysv/linux/hppa/bits/mman.h
22164 [__USE_MISC] (MADV_SPACEAVAIL): Remove macro.
22165 [__USE_MISC] (MADV_VPS_PURGE): Likewise.
22166 [__USE_MISC] (MADV_VPS_INHERIT): Likewise.
22167 [__USE_MISC] (MADV_HWPOISON): New macro.
22168 [__USE_MISC] (MADV_SOFT_OFFLINE): Likewise.
22169
22170 2017-11-21 Adhemerval Zanella <adhemerval.zanella@linaro.org>
22171
22172 * nptl/pthreadP.h (ASSERT_PTHREAD_INTERNAL_SIZE): Add workarond for
22173 -Wmissing-braces on GCC 4.9.
22174
22175 2017-11-21 Stefan Liebler <stli@linux.vnet.ibm.com>
22176
22177 * sysdeps/s390/s390-64/start.S (_start): Add cfi information for r14.
22178 * sysdeps/s390/s390-32/start.S (_start): Likewise
22179 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S
22180 (thread_start): Likewise.
22181 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S
22182 (thread_start): Likewise.
22183 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S
22184 (__makecontext_ret): Likewise.
22185 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S
22186 (__makecontext_ret): Likewise.
22187
22188 2017-11-21 Stefan Liebler <stli@linux.vnet.ibm.com>
22189
22190 * include/wchar.h (__wcsnlen, __wcscat, __wcsncpy, __wcpncpy,
22191 __wcschrnul): Remove attribute_hidden.
22192
22193 2017-11-20 Paul Eggert <eggert@cs.ucla.edu>
22194
22195 regex: don't assume uint64_t or uint32_t
22196 This avoids -Werror=overflow errors for 32-bit systems in
22197 the 64-bit case. Problem reported by Joseph Myers in:
22198 https://sourceware.org/ml/libc-alpha/2017-11/msg00694.html
22199 Also, when this code is used in Gnulib it ports to platforms
22200 that lack uint64_t and uint32_t. The C standard doesn't guarantee
22201 them, and on some 32-bit compilers there is no uint64_t.
22202 Problem reported by Gianluigi Tiesi in:
22203 http://lists.gnu.org/archive/html/bug-gnulib/2012-03/msg00154.html
22204 * posix/regcomp.c (init_word_char): Don't assume that the types
22205 uint64_t and uint32_t exist. Adapted from Gnulib patch
22206 2012-05-27T06:40:00!eggert@cs.ucla.edu. See:
22207 https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=252b52457da7887667c036d18cc5169777615bb0
22208
22209 2017-11-20 Siddhesh Poyarekar <siddhesh@sourceware.org>
22210
22211 * sysdeps/aarch64/memset-reg.h: New file.
22212 * sysdeps/aarch64/memset.S: Use it.
22213 (__memset): Rename to MEMSET macro.
22214 [ZVA_MACRO]: Use zva_macro.
22215 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines):
22216 Add memset_generic and memset_falkor.
22217 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
22218 (__libc_ifunc_impl_list): Add memset ifuncs.
22219 * sysdeps/aarch64/multiarch/init-arch.h (INIT_ARCH): New
22220 local variable zva_size.
22221 * sysdeps/aarch64/multiarch/memset.c: New file.
22222 * sysdeps/aarch64/multiarch/memset_generic.S: New file.
22223 * sysdeps/aarch64/multiarch/memset_falkor.S: New file.
22224 * sysdeps/aarch64/multiarch/rtld-memset.S: New file.
22225 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c
22226 (DCZID_DZP_MASK): New macro.
22227 (DCZID_BS_MASK): Likewise.
22228 (init_cpu_features): Read and set zva_size.
22229 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h
22230 (struct cpu_features): New member zva_size.
22231
22232 * benchtests/bench-memcpy-walk.c (START_SIZE): Set to 128.
22233 * benchtests/bench-memmove-walk.c (START_SIZE): Likewise.
22234 * benchtests/bench-memset-walk.c (START_SIZE): Likewise.
22235
22236 * benchtests/bench-memcpy-walk.c (do_one_test): Copy only
22237 backwards. Fix timing computation.
22238 * benchtests/bench-memmove-walk.c (do_one_test): Likewise.
22239 * benchtests/bench-memset-walk.c (do_one_test): Walk backwards
22240 on memset by N at a time. Fix timing computation.
22241
22242 2017-11-20 Florian Weimer <fweimer@redhat.com>
22243
22244 * manual/llio.texi (Memory-mapped I/O): Document MAP_HUGETLB,
22245 MADV_HUGEPAGE, MADV_NOHUGEPAGE.
22246
22247 2017-11-19 Florian Weimer <fweimer@redhat.com>
22248
22249 manual: Document mprotect
22250 * manual/memory.texi (Memory Protection): New section.
22251 * manual/llio.texi (Memory-mapped I/O): Remove duplicate
22252 documentation of PROT_* flags and reference the Memory Protection
22253 section instead.
22254
22255 2017-11-19 Florian Weimer <fweimer@redhat.com>
22256
22257 * manual/llio.texi (I/O Primitives): Move preadv, preadv64,
22258 pwritev, pwritev64, preadv2, preadv64v2, pwritev2, pwritev64v2 ...
22259 (Scatter-Gather): ... to here. Remove misleading comment.
22260
22261 2017-11-18 Christian Brauner <christian.brauner@ubuntu.com>
22262
22263 * support/support_become_root.c (setup_uid_gid_mapping): Fix comment
22264 style.
22265
22266 * support/support_become_root.c (setup_uid_gid_mapping): Don't fail
22267 when /proc/<pid>/setgroups does not exist.
22268
22269 2017-11-18 Florian Weimer <fweimer@redhat.com>
22270
22271 * sysdeps/unix/sysv/linux/tst-ttyname.c
22272 (become_root_in_mount_ns): Remove.
22273 (do_in_chroot_1): Call support_enter_mount_namespace.
22274 (do_in_chroot_2): Likewise.
22275 (do_test): Call support_become_root early.
22276
22277 2017-11-18 Florian Weimer <fweimer@redhat.com>
22278
22279 * support/namespace.h (support_enter_mount_namespace): Declare.
22280 * support/support_enter_mount_namespace.c: New file.
22281 * support/Makefile (libsupport-routines): Add
22282 support_enter_mount_namespace.
22283
22284 2017-11-18 Florian Weimer <fweimer@redhat.com>
22285
22286 * support/temp_file.c (support_create_temp_directory): Use
22287 test_dir and do not rely on the presence of the XXXXXX suffix.
22288 * support/temp_file.h (support_create_temp_directory): Update
22289 comment.
22290 * support/tst-xreadlink.c (do_test): Adjust.
22291 * support/support_chroot.c (support_chroot_create): Likewise.
22292
22293 2017-11-17 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
22294
22295 * sysdeps/powerpc/bits/hwcap.h (PPC_FEATURE2_HTM_NO_SUSPEND): New
22296 macro.
22297 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add
22298 htm-no-suspend.
22299
22300 2017-11-17 Joseph Myers <joseph@codesourcery.com>
22301
22302 * sysdeps/x86_64/fpu/e_expl.S: Include <libm-alias-ldouble.h>.
22303 [USE_AS_EXPM1L] (expm1l): Define using libm_alias_ldouble.
22304 * sysdeps/x86_64/fpu/s_ceill.S: Include <libm-alias-ldouble.h>.
22305 (ceill): Define using libm_alias_ldouble.
22306 * sysdeps/x86_64/fpu/s_copysignl.S: Include
22307 <libm-alias-ldouble.h>.
22308 (copysignl): Define using libm_alias_ldouble.
22309 * sysdeps/x86_64/fpu/s_fabsl.S: Include <libm-alias-ldouble.h>.
22310 (fabsl): Define using libm_alias_ldouble.
22311 * sysdeps/x86_64/fpu/s_floorl.S: Include <libm-alias-ldouble.h>.
22312 (floorl): Define using libm_alias_ldouble.
22313 * sysdeps/x86_64/fpu/s_fmaxl.S: Include <libm-alias-ldouble.h>.
22314 (fmaxl): Define using libm_alias_ldouble.
22315 * sysdeps/x86_64/fpu/s_fminl.S: Include <libm-alias-ldouble.h>.
22316 (fminl): Define using libm_alias_ldouble.
22317 * sysdeps/x86_64/fpu/s_llrintl.S: Include <libm-alias-ldouble.h>.
22318 (llrintl): Define using libm_alias_ldouble.
22319 (lrintl): Likewise.
22320 * sysdeps/x86_64/fpu/s_nearbyintl.S: Include
22321 <libm-alias-ldouble.h>.
22322 (nearbyintl): Define using libm_alias_ldouble.
22323 * sysdeps/x86_64/fpu/s_truncl.S: Include <libm-alias-ldouble.h>.
22324 (truncl): Define using libm_alias_ldouble.
22325 * sysdeps/x86_64/x32/fpu/s_lrintl.S: Include
22326 <libm-alias-ldouble.h>.
22327 (lrintl): Define using libm_alias_ldouble.
22328
22329 * sysdeps/i386/fpu/e_expl.S: Include <libm-alias-ldouble.h>.
22330 [USE_AS_EXPM1L] (expm1l): Define using libm_alias_ldouble.
22331 * sysdeps/i386/fpu/s_asinhl.S: Include <libm-alias-ldouble.h>.
22332 (asinhl): Define using libm_alias_ldouble.
22333 * sysdeps/i386/fpu/s_atanl.c: Include <libm-alias-ldouble.h>.
22334 (atanl): Define using libm_alias_ldouble.
22335 * sysdeps/i386/fpu/s_cbrtl.S: Include <libm-alias-ldouble.h>.
22336 (cbrtl): Define using libm_alias_ldouble.
22337 * sysdeps/i386/fpu/s_ceill.S: Include <libm-alias-ldouble.h>.
22338 (ceill): Define using libm_alias_ldouble.
22339 * sysdeps/i386/fpu/s_copysignl.S: Include <libm-alias-ldouble.h>.
22340 (copysignl): Define using libm_alias_ldouble.
22341 * sysdeps/i386/fpu/s_fabsl.S: Include <libm-alias-ldouble.h>.
22342 (fabsl): Define using libm_alias_ldouble.
22343 * sysdeps/i386/fpu/s_floorl.S: Include <libm-alias-ldouble.h>.
22344 (floorl): Define using libm_alias_ldouble.
22345 * sysdeps/i386/fpu/s_fmaxl.S: Include <libm-alias-ldouble.h>.
22346 (fmaxl): Define using libm_alias_ldouble.
22347 * sysdeps/i386/fpu/s_fminl.S: Include <libm-alias-ldouble.h>.
22348 (fminl): Define using libm_alias_ldouble.
22349 * sysdeps/i386/fpu/s_frexpl.S: Include <libm-alias-ldouble.h>.
22350 (frexpl): Define using libm_alias_ldouble.
22351 * sysdeps/i386/fpu/s_llrintl.S: Include <libm-alias-ldouble.h>.
22352 (llrintl): Define using libm_alias_ldouble.
22353 * sysdeps/i386/fpu/s_logbl.c: Include <libm-alias-ldouble.h>.
22354 (logbl): Define using libm_alias_ldouble.
22355 * sysdeps/i386/fpu/s_lrintl.S: Include <libm-alias-ldouble.h>.
22356 (lrintl): Define using libm_alias_ldouble.
22357 * sysdeps/i386/fpu/s_nearbyintl.S: Include <libm-alias-ldouble.h>.
22358 (nearbyintl): Define using libm_alias_ldouble.
22359 * sysdeps/i386/fpu/s_nextafterl.c: Include <libm-alias-ldouble.h>.
22360 (nextafterl): Define using libm_alias_ldouble.
22361 * sysdeps/i386/fpu/s_remquol.S: Include <libm-alias-ldouble.h>.
22362 (remquol): Define using libm_alias_ldouble.
22363 * sysdeps/i386/fpu/s_rintl.c: Include <libm-alias-ldouble.h>.
22364 (rintl): Define using libm_alias_ldouble.
22365 * sysdeps/i386/fpu/s_truncl.S: Include <libm-alias-ldouble.h>.
22366 (truncl): Define using libm_alias_ldouble.
22367 * sysdeps/i386/i686/fpu/s_fmaxl.S: Include <libm-alias-ldouble.h>.
22368 (fmaxl): Define using libm_alias_ldouble.
22369 * sysdeps/i386/i686/fpu/s_fminl.S: Include <libm-alias-ldouble.h>.
22370 (fminl): Define using libm_alias_ldouble.
22371
22372 * bits/floatn-common.h [!__ASSEMBLER]: Disable everything related
22373 to C syntax instead of availability and properties of types.
22374 * bits/floatn.h [!__ASSEMBLER]: Likewise.
22375 * sysdeps/ia64/bits/floatn.h [!__ASSEMBLER]: Likewise.
22376 * sysdeps/ieee754/ldbl-128/bits/floatn.h [!__ASSEMBLER]: Likewise.
22377 * sysdeps/mips/ieee754/bits/floatn.h [!__ASSEMBLER]: Likewise.
22378 * sysdeps/powerpc/bits/floatn.h [!__ASSEMBLER]: Likewise.
22379 * sysdeps/x86/bits/floatn.h [!__ASSEMBLER]: Likewise.
22380
22381 2017-11-17 Florian Weimer <fweimer@redhat.com>
22382
22383 support_become_root: Enable file creation in namespaces.
22384 * support/support_become_root.c (setup_mapping): New function.
22385 (support_become_root): Call it.
22386
22387 2017-11-17 Joseph Myers <joseph@codesourcery.com>
22388
22389 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_DCPOP): New
22390 macro.
22391
22392 2017-11-16 Adhemerval Zanella <adhemerval.zanella@linaro.org>
22393
22394 * sysdeps/aarch64/fpu/Makefile (CFLAGS-s_fmax.c, CFLAGS-s_fmaxf.c,
22395 CFLAGS-s_fmin.c, CFLAGS-s_fminf.c): New rule: add -ffinite-math-only.
22396
22397 2017-11-16 Joseph Myers <joseph@codesourcery.com>
22398
22399 * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_RAWIP): New macro.
22400
22401 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
22402 version to 4.14.
22403
22404 2017-11-16 Siddhesh Poyarekar <siddhesh@sourceware.org>
22405
22406 * INSTALL: Fix botched up regeneration.
22407
22408 * NEWS: Update sourceare link to https.
22409 * configure.ac: Likewise.
22410 * crypt/md5test-giant.c: Likewise.
22411 * dlfcn/bug-atexit1.c: Likewise.
22412 * dlfcn/bug-atexit2.c: Likewise.
22413 * localedata/README: Likewise.
22414 * malloc/tst-mallocfork.c: Likewise.
22415 * manual/install.texi: Likewise.
22416 * nptl/tst-pthread-getattr.c: Likewise.
22417 * stdio-common/tst-fgets.c: Likewise.
22418 * stdio-common/tst-fwrite.c: Likewise.
22419 * sunrpc/Makefile: Likewise.
22420 * sysdeps/arm/armv7/multiarch/memcpy_impl.S: Likewise.
22421 * wcsmbs/tst-mbrtowc2.c: Likewise.
22422 * configure: Regenerate.
22423 * INSTALL: Regenerate.
22424
22425 2017-11-15 Martin Sebor <msebor@redhat.com>
22426
22427 * misc/sys/cdefs.h (__attribute_nonstring__): New macro.
22428 * sysdeps/gnu/bits/utmp.h (struct utmp): Use it.
22429 * sysdeps/unix/sysv/linux/s390/bits/utmp.h (struct utmp): Same.
22430
22431 2017-11-15 Luke Shumaker <lukeshu@parabola.nu>
22432
22433 [BZ #22145]
22434 * sysdeps/unix/sysv/linux/tst-ttyname.c: New file.
22435 * sysdeps/unix/sysv/linux/Makefile: Add tst-ttyname to tests.
22436
22437 [BZ #22145]
22438 * sysdeps/unix/sysv/linux/ttyname.c (ttyname):
22439 Defer is_pty check until end of the function.
22440 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
22441
22442 [BZ #22145]
22443 * sysdeps/unix/sysv/linux/ttyname.h (is_mytty): New function.
22444 * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Call is_mytty.
22445 (ttyname): Likewise.
22446 * sysdeps/unix/sysv/linux/ttyname_r.c (getttyname_r): Likewise.
22447 (__ttyname_r): Likewise.
22448
22449 * sysdeps/unix/sysv/linux/ttyname.h (is_pty): Change return type from
22450 int to bool.
22451
22452 * sysdeps/unix/sysv/linux/ttyname.h (is_pty): Update doc reference.
22453
22454 * manual/terminal.texi (Is It a Terminal):
22455 Mention ENODEV for ttyname and ttyname_r.
22456
22457 2017-11-15 Joseph Myers <joseph@codesourcery.com>
22458
22459 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_ZEROCOPY): New enum
22460 constant and macro.
22461
22462 * sysdeps/unix/sysv/linux/bits/mman-linux.h
22463 [__USE_MISC] (MADV_WIPEONFORK): New macro.
22464 [__USE_MISC] (MADV_KEEPONFORK): Likewise.
22465 * sysdeps/unix/sysv/linux/hppa/bits/mman.h
22466 [__USE_MISC] (MADV_WIPEONFORK): Likewise.
22467 [__USE_MISC] (MADV_KEEPONFORK): Likewise.
22468
22469 2017-11-15 Adhemerval Zanella <adhemerval.zanella@linaro.org>
22470
22471 * signal/sigrelse.c (sigrelse): Optimize implementation.
22472
22473 * sysdeps/posix/sigpause.c (do_sigpause): Remove.
22474 (__sigpause): Rely on __sigsuspend to implement single thread
22475 optimization. Add LIBC_CANCEL_HANDLED for cancellation marking.
22476
22477 2017-11-15 Joseph Myers <joseph@codesourcery.com>
22478
22479 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
22480 kernel version to 4.14.
22481
22482 2017-11-15 Steve Ellcey <sellcey@cavium.com>
22483
22484 [BZ #22442]
22485 * sysdeps/unix/sysv/linux/if_index.c (__if_nametoindex):
22486 Check if ifname is too long.
22487
22488 2017-11-15 Luke Shumaker <lukeshu@parabola.nu>
22489
22490 * sysdeps/unix/sysv/linux/epoll_wait.c: Include <sysdep-cancel.h>.
22491
22492 2017-11-15 Mike FABIAN <mfabian@redhat.com>
22493
22494 * localedata/locales/ka_GE (LC_MESSAGES): Add “X” back to yesexpr,
22495 was accidentally lost.
22496
22497 2017-11-15 Mike FABIAN <mfabian@redhat.com>
22498
22499 * localedata/locales/az_IR: Add standard copyright header.
22500
22501 2017-11-15 Florian Weimer <fweimer@redhat.com>
22502
22503 [BZ #22439]
22504 * malloc/malloc.c (__malloc_info): Count all heaps in an arena,
22505 not just the top one. Output a new "subheaps" statistic.
22506
22507 2017-11-15 Florian Weimer <fweimer@redhat.com>
22508
22509 [BZ #22408]
22510 * malloc/malloc.c (__malloc_info): Obtain arena heap statistics
22511 under the per-arena lock.
22512 * malloc/Makefile (tests): Add tst-malloc_info.
22513 (tst-malloc_info): Link with libpthread.
22514 * malloc/tst-malloc_info.c: New file.
22515
22516 2017-11-15 Joseph Myers <joseph@codesourcery.com>
22517
22518 [BZ #21660]
22519 * math/tgmath.h (__HAVE_BUILTIN_TGMATH): New macro.
22520 [__HAVE_BUILTIN_TGMATH] (__TG_F16_ARG): Likewise.
22521 [__HAVE_BUILTIN_TGMATH] (__TG_F32_ARG): Likewise.
22522 [__HAVE_BUILTIN_TGMATH] (__TG_F64_ARG): Likewise.
22523 [__HAVE_BUILTIN_TGMATH] (__TG_F128_ARG): Likewise.
22524 [__HAVE_BUILTIN_TGMATH] (__TG_F32X_ARG): Likewise.
22525 [__HAVE_BUILTIN_TGMATH] (__TG_F64X_ARG): Likewise.
22526 [__HAVE_BUILTIN_TGMATH] (__TG_F128X_ARG): Likewise.
22527 [__HAVE_BUILTIN_TGMATH] (__TGMATH_FUNCS): Likewise.
22528 [__HAVE_BUILTIN_TGMATH] (__TGMATH_RCFUNCS): Likewise.
22529 [__HAVE_BUILTIN_TGMATH] (__TGMATH_1): Likewise.
22530 [__HAVE_BUILTIN_TGMATH] (__TGMATH_2): Likewise.
22531 [__HAVE_BUILTIN_TGMATH] (__TGMATH_2STD): Likewise.
22532 [__HAVE_BUILTIN_TGMATH] (__TGMATH_3): Likewise.
22533 [__HAVE_BUILTIN_TGMATH] (__TGMATH_1C): Likewise.
22534 [__HAVE_BUILTIN_TGMATH] (__TGMATH_2C): Likewise.
22535 (__tgml): Make conditional on [!__HAVE_BUILTIN_TGMATH].
22536 (__floating_type): Likewise.
22537 (__real_integer_type): Likewise.
22538 (__complex_integer_type): Likewise.
22539 (__expr_is_real): Likewise.
22540 (__tgmath_real_type_sub): Likewise.
22541 (__tgmath_real_type): Likewise.
22542 (__tgmath_complex_type_sub): Likewise.
22543 (__tgmath_complex_type): Likewise.
22544 (__TGMATH_F128): Likewise.
22545 (__TGMATH_CF128): Likewise.
22546 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_REAL_ONLY): Define using
22547 new macros.
22548 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_REAL_RET_ONLY): Likewise.
22549 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_FIRST_REAL_ONLY):
22550 Likewise.
22551 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_FIRST_REAL_STD_ONLY):
22552 Likewise.
22553 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_REAL_ONLY): Likewise.
22554 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_REAL_STD_ONLY): Likewise.
22555 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_REAL_RET_ONLY): Likewise.
22556 [__HAVE_BUILTIN_TGMATH] (__TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY):
22557 Likewise.
22558 [__HAVE_BUILTIN_TGMATH] (__TGMATH_TERNARY_REAL_ONLY): Likewise.
22559 [__HAVE_BUILTIN_TGMATH] (__TGMATH_TERNARY_FIRST_REAL_RET_ONLY):
22560 Likewise.
22561 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_REAL_IMAG): Likewise.
22562 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_IMAG): Likewise.
22563 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_REAL_IMAG_RET_REAL):
22564 Likewise.
22565 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_REAL_IMAG): Likewise.
22566 (__TGMATH_UNARY_REAL_IMAG_RET_REAL_SAME): New macro.
22567 (carg): Use __TGMATH_UNARY_REAL_IMAG_RET_REAL_SAME.
22568 (cimag): Likewise.
22569 (creal): Likewise.
22570
22571 2017-11-14 Joseph Myers <joseph@codesourcery.com>
22572
22573 * string/tester.c (test_stpncpy): Disable -Wstringop-truncation
22574 for stpncpy calls for GCC 8.
22575 (test_strncat): Disable -Wstringop-truncation warning for strncat
22576 calls for GCC 8. Disable -Wstringop-overflow= warning for one
22577 strncat call for GCC 7.
22578 (test_strncpy): Disable -Wstringop-truncation warning for strncpy
22579 calls for GCC 8.
22580 (test_memcmp): Use memcpy instead of strncpy for calls not copying
22581 trailing NUL.
22582
22583 * string/bug-strncat1.c: Include <libc-diag.h>.
22584 (main): Disable -Wstringop-truncation for strncat call for GCC 8.
22585
22586 2017-11-13 Claude Paroz <claude@2xlibre.net>
22587
22588 [BZ #22387]
22589 * localedata/locales/aa_DJ: Improved readibility by replacing
22590 <Uxxxx> sequences in the ASCII printable range by their ASCII
22591 character equivalents.
22592 * localedata/locales/aa_ER: Likewise.
22593 * localedata/locales/aa_ER@saaho: Likewise.
22594 * localedata/locales/aa_ET: Likewise.
22595 * localedata/locales/af_ZA: Likewise.
22596 * localedata/locales/agr_PE: Likewise.
22597 * localedata/locales/ak_GH: Likewise.
22598 * localedata/locales/am_ET: Likewise.
22599 * localedata/locales/anp_IN: Likewise.
22600 * localedata/locales/ar_AE: Likewise.
22601 * localedata/locales/ar_BH: Likewise.
22602 * localedata/locales/ar_DZ: Likewise.
22603 * localedata/locales/ar_EG: Likewise.
22604 * localedata/locales/ar_IN: Likewise.
22605 * localedata/locales/ar_IQ: Likewise.
22606 * localedata/locales/ar_JO: Likewise.
22607 * localedata/locales/ar_KW: Likewise.
22608 * localedata/locales/ar_LB: Likewise.
22609 * localedata/locales/ar_LY: Likewise.
22610 * localedata/locales/ar_MA: Likewise.
22611 * localedata/locales/ar_OM: Likewise.
22612 * localedata/locales/ar_QA: Likewise.
22613 * localedata/locales/ar_SA: Likewise.
22614 * localedata/locales/ar_SD: Likewise.
22615 * localedata/locales/ar_SS: Likewise.
22616 * localedata/locales/ar_SY: Likewise.
22617 * localedata/locales/ar_TN: Likewise.
22618 * localedata/locales/ar_YE: Likewise.
22619 * localedata/locales/as_IN: Likewise.
22620 * localedata/locales/ast_ES: Likewise.
22621 * localedata/locales/ayc_PE: Likewise.
22622 * localedata/locales/az_AZ: Likewise.
22623 * localedata/locales/az_IR: Likewise.
22624 * localedata/locales/be_BY: Likewise.
22625 * localedata/locales/be_BY@latin: Likewise.
22626 * localedata/locales/bem_ZM: Likewise.
22627 * localedata/locales/ber_DZ: Likewise.
22628 * localedata/locales/ber_MA: Likewise.
22629 * localedata/locales/bg_BG: Likewise.
22630 * localedata/locales/bhb_IN: Likewise.
22631 * localedata/locales/bho_IN: Likewise.
22632 * localedata/locales/bi_VU: Likewise.
22633 * localedata/locales/bn_BD: Likewise.
22634 * localedata/locales/bn_IN: Likewise.
22635 * localedata/locales/bo_CN: Likewise.
22636 * localedata/locales/bo_IN: Likewise.
22637 * localedata/locales/br_FR: Likewise.
22638 * localedata/locales/brx_IN: Likewise.
22639 * localedata/locales/bs_BA: Likewise.
22640 * localedata/locales/byn_ER: Likewise.
22641 * localedata/locales/ca_AD: Likewise.
22642 * localedata/locales/ca_ES: Likewise.
22643 * localedata/locales/ca_FR: Likewise.
22644 * localedata/locales/ca_IT: Likewise.
22645 * localedata/locales/ce_RU: Likewise.
22646 * localedata/locales/chr_US: Likewise.
22647 * localedata/locales/cmn_TW: Likewise.
22648 * localedata/locales/crh_UA: Likewise.
22649 * localedata/locales/cs_CZ: Likewise.
22650 * localedata/locales/csb_PL: Likewise.
22651 * localedata/locales/cv_RU: Likewise.
22652 * localedata/locales/cy_GB: Likewise.
22653 * localedata/locales/da_DK: Likewise.
22654 * localedata/locales/de_AT: Likewise.
22655 * localedata/locales/de_BE: Likewise.
22656 * localedata/locales/de_CH: Likewise.
22657 * localedata/locales/de_DE: Likewise.
22658 * localedata/locales/de_IT: Likewise.
22659 * localedata/locales/de_LI: Likewise.
22660 * localedata/locales/de_LU: Likewise.
22661 * localedata/locales/doi_IN: Likewise.
22662 * localedata/locales/dv_MV: Likewise.
22663 * localedata/locales/dz_BT: Likewise.
22664 * localedata/locales/el_CY: Likewise.
22665 * localedata/locales/el_GR: Likewise.
22666 * localedata/locales/en_AG: Likewise.
22667 * localedata/locales/en_AU: Likewise.
22668 * localedata/locales/en_BW: Likewise.
22669 * localedata/locales/en_CA: Likewise.
22670 * localedata/locales/en_DK: Likewise.
22671 * localedata/locales/en_GB: Likewise.
22672 * localedata/locales/en_HK: Likewise.
22673 * localedata/locales/en_IE: Likewise.
22674 * localedata/locales/en_IL: Likewise.
22675 * localedata/locales/en_IN: Likewise.
22676 * localedata/locales/en_NG: Likewise.
22677 * localedata/locales/en_NZ: Likewise.
22678 * localedata/locales/en_PH: Likewise.
22679 * localedata/locales/en_SG: Likewise.
22680 * localedata/locales/en_US: Likewise.
22681 * localedata/locales/en_ZA: Likewise.
22682 * localedata/locales/en_ZM: Likewise.
22683 * localedata/locales/en_ZW: Likewise.
22684 * localedata/locales/eo: Likewise.
22685 * localedata/locales/es_AR: Likewise.
22686 * localedata/locales/es_BO: Likewise.
22687 * localedata/locales/es_CL: Likewise.
22688 * localedata/locales/es_CO: Likewise.
22689 * localedata/locales/es_CR: Likewise.
22690 * localedata/locales/es_CU: Likewise.
22691 * localedata/locales/es_DO: Likewise.
22692 * localedata/locales/es_EC: Likewise.
22693 * localedata/locales/es_ES: Likewise.
22694 * localedata/locales/es_GT: Likewise.
22695 * localedata/locales/es_HN: Likewise.
22696 * localedata/locales/es_MX: Likewise.
22697 * localedata/locales/es_NI: Likewise.
22698 * localedata/locales/es_PA: Likewise.
22699 * localedata/locales/es_PE: Likewise.
22700 * localedata/locales/es_PR: Likewise.
22701 * localedata/locales/es_PY: Likewise.
22702 * localedata/locales/es_SV: Likewise.
22703 * localedata/locales/es_US: Likewise.
22704 * localedata/locales/es_UY: Likewise.
22705 * localedata/locales/es_VE: Likewise.
22706 * localedata/locales/et_EE: Likewise.
22707 * localedata/locales/eu_ES: Likewise.
22708 * localedata/locales/eu_ES@euro: Likewise.
22709 * localedata/locales/fa_IR: Likewise.
22710 * localedata/locales/ff_SN: Likewise.
22711 * localedata/locales/fi_FI: Likewise.
22712 * localedata/locales/fil_PH: Likewise.
22713 * localedata/locales/fo_FO: Likewise.
22714 * localedata/locales/fr_BE: Likewise.
22715 * localedata/locales/fr_CA: Likewise.
22716 * localedata/locales/fr_CH: Likewise.
22717 * localedata/locales/fr_FR: Likewise.
22718 * localedata/locales/fr_LU: Likewise.
22719 * localedata/locales/fur_IT: Likewise.
22720 * localedata/locales/fy_DE: Likewise.
22721 * localedata/locales/fy_NL: Likewise.
22722 * localedata/locales/ga_IE: Likewise.
22723 * localedata/locales/gd_GB: Likewise.
22724 * localedata/locales/gez_ER: Likewise.
22725 * localedata/locales/gez_ET: Likewise.
22726 * localedata/locales/gl_ES: Likewise.
22727 * localedata/locales/gu_IN: Likewise.
22728 * localedata/locales/gv_GB: Likewise.
22729 * localedata/locales/ha_NG: Likewise.
22730 * localedata/locales/hak_TW: Likewise.
22731 * localedata/locales/he_IL: Likewise.
22732 * localedata/locales/hi_IN: Likewise.
22733 * localedata/locales/hif_FJ: Likewise.
22734 * localedata/locales/hne_IN: Likewise.
22735 * localedata/locales/hr_HR: Likewise.
22736 * localedata/locales/hsb_DE: Likewise.
22737 * localedata/locales/ht_HT: Likewise.
22738 * localedata/locales/hu_HU: Likewise.
22739 * localedata/locales/hy_AM: Likewise.
22740 * localedata/locales/i18n: Likewise.
22741 * localedata/locales/ia_FR: Likewise.
22742 * localedata/locales/id_ID: Likewise.
22743 * localedata/locales/ig_NG: Likewise.
22744 * localedata/locales/ik_CA: Likewise.
22745 * localedata/locales/is_IS: Likewise.
22746 * localedata/locales/it_CH: Likewise.
22747 * localedata/locales/it_IT: Likewise.
22748 * localedata/locales/iu_CA: Likewise.
22749 * localedata/locales/ja_JP: Likewise.
22750 * localedata/locales/ka_GE: Likewise.
22751 * localedata/locales/kk_KZ: Likewise.
22752 * localedata/locales/kl_GL: Likewise.
22753 * localedata/locales/kn_IN: Likewise.
22754 * localedata/locales/ko_KR: Likewise.
22755 * localedata/locales/kok_IN: Likewise.
22756 * localedata/locales/ks_IN: Likewise.
22757 * localedata/locales/ks_IN@devanagari: Likewise.
22758 * localedata/locales/ku_TR: Likewise.
22759 * localedata/locales/kw_GB: Likewise.
22760 * localedata/locales/ky_KG: Likewise.
22761 * localedata/locales/lb_LU: Likewise.
22762 * localedata/locales/lg_UG: Likewise.
22763 * localedata/locales/li_BE: Likewise.
22764 * localedata/locales/li_NL: Likewise.
22765 * localedata/locales/lij_IT: Likewise.
22766 * localedata/locales/ln_CD: Likewise.
22767 * localedata/locales/lo_LA: Likewise.
22768 * localedata/locales/lt_LT: Likewise.
22769 * localedata/locales/lv_LV: Likewise.
22770 * localedata/locales/lzh_TW: Likewise.
22771 * localedata/locales/mag_IN: Likewise.
22772 * localedata/locales/mai_IN: Likewise.
22773 * localedata/locales/mg_MG: Likewise.
22774 * localedata/locales/mhr_RU: Likewise.
22775 * localedata/locales/mi_NZ: Likewise.
22776 * localedata/locales/mk_MK: Likewise.
22777 * localedata/locales/ml_IN: Likewise.
22778 * localedata/locales/mn_MN: Likewise.
22779 * localedata/locales/mni_IN: Likewise.
22780 * localedata/locales/mr_IN: Likewise.
22781 * localedata/locales/ms_MY: Likewise.
22782 * localedata/locales/mt_MT: Likewise.
22783 * localedata/locales/my_MM: Likewise.
22784 * localedata/locales/nan_TW: Likewise.
22785 * localedata/locales/nan_TW@latin: Likewise.
22786 * localedata/locales/nb_NO: Likewise.
22787 * localedata/locales/nds_DE: Likewise.
22788 * localedata/locales/nds_NL: Likewise.
22789 * localedata/locales/ne_NP: Likewise.
22790 * localedata/locales/nhn_MX: Likewise.
22791 * localedata/locales/niu_NU: Likewise.
22792 * localedata/locales/niu_NZ: Likewise.
22793 * localedata/locales/nl_AW: Likewise.
22794 * localedata/locales/nl_BE: Likewise.
22795 * localedata/locales/nl_NL: Likewise.
22796 * localedata/locales/nn_NO: Likewise.
22797 * localedata/locales/nr_ZA: Likewise.
22798 * localedata/locales/nso_ZA: Likewise.
22799 * localedata/locales/oc_FR: Likewise.
22800 * localedata/locales/om_ET: Likewise.
22801 * localedata/locales/om_KE: Likewise.
22802 * localedata/locales/or_IN: Likewise.
22803 * localedata/locales/os_RU: Likewise.
22804 * localedata/locales/pa_IN: Likewise.
22805 * localedata/locales/pa_PK: Likewise.
22806 * localedata/locales/pap_AW: Likewise.
22807 * localedata/locales/pap_CW: Likewise.
22808 * localedata/locales/pl_PL: Likewise.
22809 * localedata/locales/ps_AF: Likewise.
22810 * localedata/locales/pt_BR: Likewise.
22811 * localedata/locales/pt_PT: Likewise.
22812 * localedata/locales/quz_PE: Likewise.
22813 * localedata/locales/raj_IN: Likewise.
22814 * localedata/locales/ro_RO: Likewise.
22815 * localedata/locales/ru_RU: Likewise.
22816 * localedata/locales/ru_UA: Likewise.
22817 * localedata/locales/rw_RW: Likewise.
22818 * localedata/locales/sa_IN: Likewise.
22819 * localedata/locales/sat_IN: Likewise.
22820 * localedata/locales/sc_IT: Likewise.
22821 * localedata/locales/sd_IN: Likewise.
22822 * localedata/locales/sd_IN@devanagari: Likewise.
22823 * localedata/locales/se_NO: Likewise.
22824 * localedata/locales/sgs_LT: Likewise.
22825 * localedata/locales/shs_CA: Likewise.
22826 * localedata/locales/si_LK: Likewise.
22827 * localedata/locales/sid_ET: Likewise.
22828 * localedata/locales/sk_SK: Likewise.
22829 * localedata/locales/sl_SI: Likewise.
22830 * localedata/locales/sm_WS: Likewise.
22831 * localedata/locales/so_DJ: Likewise.
22832 * localedata/locales/so_ET: Likewise.
22833 * localedata/locales/so_KE: Likewise.
22834 * localedata/locales/so_SO: Likewise.
22835 * localedata/locales/sq_AL: Likewise.
22836 * localedata/locales/sq_MK: Likewise.
22837 * localedata/locales/sr_ME: Likewise.
22838 * localedata/locales/sr_RS: Likewise.
22839 * localedata/locales/sr_RS@latin: Likewise.
22840 * localedata/locales/ss_ZA: Likewise.
22841 * localedata/locales/st_ZA: Likewise.
22842 * localedata/locales/sv_FI: Likewise.
22843 * localedata/locales/sv_SE: Likewise.
22844 * localedata/locales/sw_KE: Likewise.
22845 * localedata/locales/sw_TZ: Likewise.
22846 * localedata/locales/szl_PL: Likewise.
22847 * localedata/locales/ta_IN: Likewise.
22848 * localedata/locales/ta_LK: Likewise.
22849 * localedata/locales/tcy_IN: Likewise.
22850 * localedata/locales/te_IN: Likewise.
22851 * localedata/locales/tg_TJ: Likewise.
22852 * localedata/locales/th_TH: Likewise.
22853 * localedata/locales/the_NP: Likewise.
22854 * localedata/locales/ti_ER: Likewise.
22855 * localedata/locales/ti_ET: Likewise.
22856 * localedata/locales/tig_ER: Likewise.
22857 * localedata/locales/tk_TM: Likewise.
22858 * localedata/locales/tl_PH: Likewise.
22859 * localedata/locales/tn_ZA: Likewise.
22860 * localedata/locales/to_TO: Likewise.
22861 * localedata/locales/tpi_PG: Likewise.
22862 * localedata/locales/tr_CY: Likewise.
22863 * localedata/locales/tr_TR: Likewise.
22864 * localedata/locales/ts_ZA: Likewise.
22865 * localedata/locales/tt_RU: Likewise.
22866 * localedata/locales/tt_RU@iqtelif: Likewise.
22867 * localedata/locales/ug_CN: Likewise.
22868 * localedata/locales/uk_UA: Likewise.
22869 * localedata/locales/unm_US: Likewise.
22870 * localedata/locales/ur_IN: Likewise.
22871 * localedata/locales/ur_PK: Likewise.
22872 * localedata/locales/uz_UZ: Likewise.
22873 * localedata/locales/uz_UZ@cyrillic: Likewise.
22874 * localedata/locales/ve_ZA: Likewise.
22875 * localedata/locales/vi_VN: Likewise.
22876 * localedata/locales/wa_BE: Likewise.
22877 * localedata/locales/wae_CH: Likewise.
22878 * localedata/locales/wal_ET: Likewise.
22879 * localedata/locales/wo_SN: Likewise.
22880 * localedata/locales/xh_ZA: Likewise.
22881 * localedata/locales/yi_US: Likewise.
22882 * localedata/locales/yo_NG: Likewise.
22883 * localedata/locales/yue_HK: Likewise.
22884 * localedata/locales/yuw_PG: Likewise.
22885 * localedata/locales/zh_CN: Likewise.
22886 * localedata/locales/zh_HK: Likewise.
22887 * localedata/locales/zh_SG: Likewise.
22888 * localedata/locales/zh_TW: Likewise.
22889 * localedata/locales/zu_ZA: Likewise.
22890
22891 2017-11-13 Florian Weimer <fweimer@redhat.com>
22892
22893 * support/next_to_fault.h, support/next_to_fault.c: New files.
22894 * support/Makefile (libsupport-routines): Add next_to_fault.
22895 * resolv/tst-inet_pton.c (struct next_to_fault)
22896 (next_to_fault_allocate, next_to_fault_free): Remove.
22897 (run_one_test): Switch to <support/next_to_fault.h> interfaces.
22898
22899 2017-11-13 H.J. Lu <hongjiu.lu@intel.com>
22900
22901 * elf/dl-support.c: Include <dl-procruntime.c>.
22902 * include/link.h: Include <link_map.h>.
22903 * sysdeps/generic/dl-procruntime.c: New file.
22904 * sysdeps/generic/link_map.h: Likewise.
22905 * sysdeps/generic/ldsodefs.h: Include <dl-procruntime.c> in
22906 the writable ld.so namespace.
22907
22908 2017-11-12 Paul Eggert <eggert@cs.ucla.edu>
22909
22910 timezone: pacify GCC -Wstringop-truncation
22911 Problem reported by Martin Sebor in:
22912 https://sourceware.org/ml/libc-alpha/2017-11/msg00336.html
22913 * timezone/zic.c (writezone): Use memcpy, not strncpy.
22914
22915 2017-11-12 Florian Weimer <fweimer@redhat.com>
22916
22917 * support/Makefile (libsupport-routines): Add xreadlink, xstrndup,
22918 tst-xreadlink.
22919 (tests): Add tst-xreadlink.
22920 * support/support.h (xstrndup): Declare.
22921 * support/xunistd.h (xunlink, xreadlink): Declare.
22922 * support/temp_file.h (support_create_temp_directory): Declare.
22923 * support/temp_file.c (support_create_temp_directory): New function.
22924 * support/support_chroot.c (support_chroot_create): Use it.
22925 * support/xreadlink.c: New file.
22926 * support/xstrndup.c: Likewise.
22927 * support/xunlink.c: Likewise.
22928 * support/tst-xreadlink.c: Likewise.
22929
22930 2017-11-11 John David Anglin <danglin@gcc.gnu.org>
22931
22932 * sysdeps/hppa/fpu/libm-test-ulps: Update clog10_downward ulps.
22933
22934 2017-11-11 Florian Weimer <fweimer@redhat.com>
22935
22936 [BZ #22409]
22937 [BZ #22412]
22938 * resolv/res_comp.c (printable_string, binary_hnok)
22939 (binary_leading_dash): New functions.
22940 (res_hnok): Reimplement using these functions and ns_name_pton.
22941 (res_ownok): Likewise.
22942 (res_mailok): Reimplement using printable_string, ns_name_pton and
22943 binary_hnok.
22944 (res_dnok): Reimplement using printable_string and ns_name_pton.
22945 * resolv/tst-res_hnok.c (tests): Add additional tests.
22946 (LETTERDIGITS, PRINTABLE): Define.
22947 (do_test): Adjust one_char results.
22948
22949 2017-11-11 Florian Weimer <fweimer@redhat.com>
22950
22951 [BZ #22413]
22952 * resolv/ns_name.c (ns_name_pton): Treat trailing backslash as error.
22953 * resolv/tst-ns_name_pton.c (tests): Add trailing backslash tests.
22954
22955 2017-11-11 Florian Weimer <fweimer@redhat.com>
22956
22957 * resolv/tst-ns_name_pton.c: New file.
22958 * resolv/Makefile (tests): Add tst-ns_name_pton.
22959 (tst-ns_name_pton): Link against libresolv.
22960
22961 2017-11-11 Florian Weimer <fweimer@redhat.com>
22962
22963 * resolv/tst-res_hnok.c: New file.
22964 * resolv/Makefile (tests): Add tst-res_hnok.
22965 (tst-res_hnok): Link against libresolv.
22966
22967 2017-11-11 Florian Weimer <fweimer@redhat.com>
22968
22969 * resolv/tst-resolv-network.c: Use test framework instead explicit
22970 main function.
22971
22972 2017-11-09 H.J. Lu <hongjiu.lu@intel.com>
22973
22974 * include/setjmp.h [!_ISOMAC]: Include <stddef.h> and
22975 <jmp_buf-macros.h>.
22976 [!_ISOMAC] (STR_HELPER): New.
22977 [!_ISOMAC] (STR): Likewise.
22978 [!_ISOMAC] (TEST_SIZE): Likewise.
22979 [!_ISOMAC] (TEST_ALIGN): Likewise.
22980 [!_ISOMAC] (TEST_OFFSET): Likewise.
22981 [!_ISOMAC] Add _Static_assert to check sizes, alignments and
22982 field offsets of jmp_buf as well as sigjmp_buf.
22983 * sysdeps/unix/sysv/linux/aarch64/jmp_buf-macros.h: Likewise.
22984 * sysdeps/unix/sysv/linux/alpha/jmp_buf-macros.h: Likewise.
22985 * sysdeps/unix/sysv/linux/arm/jmp_buf-macros.h: Likewise.
22986 * sysdeps/unix/sysv/linux/hppa/jmp_buf-macros.h: Likewise.
22987 * sysdeps/unix/sysv/linux/i386/jmp_buf-macros.h: Likewise.
22988 * sysdeps/unix/sysv/linux/ia64/jmp_buf-macros.h: Likewise.
22989 * sysdeps/unix/sysv/linux/m68k/jmp_buf-macros.h: Likewise.
22990 * sysdeps/unix/sysv/linux/microblaze/jmp_buf-macros.h: Likewise.
22991 * sysdeps/unix/sysv/linux/mips/mips32/jmp_buf-macros.h: Likewise.
22992 * sysdeps/unix/sysv/linux/mips/mips64/n32/jmp_buf-macros.h:
22993 Likewise.
22994 * sysdeps/unix/sysv/linux/mips/mips64/n64/jmp_buf-macros.h:
22995 Likewise.
22996 * sysdeps/unix/sysv/linux/nios2/jmp_buf-macros.h: Likewise.
22997 * sysdeps/unix/sysv/linux/powerpc/powerpc32/jmp_buf-macros.h:
22998 Likewise.
22999 * sysdeps/unix/sysv/linux/powerpc/powerpc64/jmp_buf-macros.h:
23000 Likewise.
23001 * sysdeps/unix/sysv/linux/s390/s390-32/jmp_buf-macros.h: Likewise.
23002 * sysdeps/unix/sysv/linux/s390/s390-64/jmp_buf-macros.h: Likewise.
23003 * sysdeps/unix/sysv/linux/sh/jmp_buf-macros.h: Likewise.
23004 * sysdeps/unix/sysv/linux/sparc/sparc32/jmp_buf-macros.h: Likewise.
23005 * sysdeps/unix/sysv/linux/sparc/sparc64/jmp_buf-macros.h: Likewise.
23006 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/jmp_buf-macros.h:
23007 Likewise.
23008 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/jmp_buf-macros.h:
23009 Likewise.
23010 * sysdeps/unix/sysv/linux/tile/tilepro/jmp_buf-macros.h: Likewise.
23011 * sysdeps/unix/sysv/linux/x86_64/64/jmp_buf-macros.h: Likewise.
23012 * sysdeps/unix/sysv/linux/x86_64/x32/jmp_buf-macros.h: Likewise.
23013
23014 2017-11-07 Joseph Myers <joseph@codesourcery.com>
23015
23016 * include/float.h
23017 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23018 && __HAVE_FLOAT32] (FLT32_MANT_DIG): New macro.
23019 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23020 && __HAVE_FLOAT32] (FLT32_DECIMAL_DIG): Likewise.
23021 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23022 && __HAVE_FLOAT32] (FLT32_DIG): Likewise.
23023 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23024 && __HAVE_FLOAT32] (FLT32_MIN_EXP): Likewise.
23025 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23026 && __HAVE_FLOAT32] (FLT32_MIN_10_EXP): Likewise.
23027 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23028 && __HAVE_FLOAT32] (FLT32_MAX_EXP): Likewise.
23029 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23030 && __HAVE_FLOAT32] (FLT32_MAX_10_EXP): Likewise.
23031 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23032 && __HAVE_FLOAT32] (FLT32_MAX): Likewise.
23033 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23034 && __HAVE_FLOAT32] (FLT32_EPSILON): Likewise.
23035 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23036 && __HAVE_FLOAT32] (FLT32_MIN): Likewise.
23037 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23038 && __HAVE_FLOAT32] (FLT32_TRUE_MIN): Likewise.
23039 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23040 && __HAVE_FLOAT64] (FLT64_MANT_DIG): Likewise.
23041 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23042 && __HAVE_FLOAT64] (FLT64_DECIMAL_DIG): Likewise.
23043 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23044 && __HAVE_FLOAT64] (FLT64_DIG): Likewise.
23045 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23046 && __HAVE_FLOAT64] (FLT64_MIN_EXP): Likewise.
23047 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23048 && __HAVE_FLOAT64] (FLT64_MIN_10_EXP): Likewise.
23049 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23050 && __HAVE_FLOAT64] (FLT64_MAX_EXP): Likewise.
23051 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23052 && __HAVE_FLOAT64] (FLT64_MAX_10_EXP): Likewise.
23053 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23054 && __HAVE_FLOAT64] (FLT64_MAX): Likewise.
23055 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23056 && __HAVE_FLOAT64] (FLT64_EPSILON): Likewise.
23057 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23058 && __HAVE_FLOAT64] (FLT64_MIN): Likewise.
23059 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23060 && __HAVE_FLOAT64] (FLT64_TRUE_MIN): Likewise.
23061 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23062 && __HAVE_FLOAT32X] (FLT32X_MANT_DIG): Likewise.
23063 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23064 && __HAVE_FLOAT32X] (FLT32X_DECIMAL_DIG): Likewise.
23065 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23066 && __HAVE_FLOAT32X] (FLT32X_DIG): Likewise.
23067 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23068 && __HAVE_FLOAT32X] (FLT32X_MIN_EXP): Likewise.
23069 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23070 && __HAVE_FLOAT32X] (FLT32X_MIN_10_EXP): Likewise.
23071 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23072 && __HAVE_FLOAT32X] (FLT32X_MAX_EXP): Likewise.
23073 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23074 && __HAVE_FLOAT32X] (FLT32X_MAX_10_EXP): Likewise.
23075 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23076 && __HAVE_FLOAT32X] (FLT32X_MAX): Likewise.
23077 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23078 && __HAVE_FLOAT32X] (FLT32X_EPSILON): Likewise.
23079 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23080 && __HAVE_FLOAT32X] (FLT32X_MIN): Likewise.
23081 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23082 && __HAVE_FLOAT32X] (FLT32X_TRUE_MIN): Likewise.
23083 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23084 && __HAVE_FLOAT64X] (FLT64X_MANT_DIG): Likewise.
23085 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23086 && __HAVE_FLOAT64X] (FLT64X_DECIMAL_DIG): Likewise.
23087 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23088 && __HAVE_FLOAT64X] (FLT64X_DIG): Likewise.
23089 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23090 && __HAVE_FLOAT64X] (FLT64X_MIN_EXP): Likewise.
23091 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23092 && __HAVE_FLOAT64X] (FLT64X_MIN_10_EXP): Likewise.
23093 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23094 && __HAVE_FLOAT64X] (FLT64X_MAX_EXP): Likewise.
23095 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23096 && __HAVE_FLOAT64X] (FLT64X_MAX_10_EXP): Likewise.
23097 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23098 && __HAVE_FLOAT64X] (FLT64X_MAX): Likewise.
23099 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23100 && __HAVE_FLOAT64X] (FLT64X_EPSILON): Likewise.
23101 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23102 && __HAVE_FLOAT64X] (FLT64X_MIN): Likewise.
23103 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23104 && __HAVE_FLOAT64X] (FLT64X_TRUE_MIN): Likewise.
23105
23106 * stdlib/tst-strtod.h (F16): New macro.
23107 (F32): Likewise.
23108 (F64): Likewise.
23109 (F32X): Likewise.
23110 (F64X): Likewise.
23111 (F128X): Likewise.
23112 (IF_FLOAT16): Likewise.
23113 (IF_FLOAT32): Likewise.
23114 (IF_FLOAT64): Likewise.
23115 (IF_FLOAT32X): Likewise.
23116 (IF_FLOAT64X): Likewise.
23117 (IF_FLOAT128X): Likewise.
23118 (GEN_TEST_STRTOD_FOREACH): Conditionally call macros for _Float16,
23119 _Float32, _Float64, _Float32x, _Float64x and _Float128x.
23120 (STRTOD_TEST_FOREACH): Likewise.
23121 * stdlib/tst-strtod-round-skeleton.c (CHOOSE_f32): New macro.
23122 (CHOOSE_f64): Likewise.
23123 (CHOOSE_f32x): Likewise.
23124 (CHOOSE_f64x): Likewise.
23125
23126 2017-11-07 Andreas Schwab <schwab@suse.de>
23127
23128 * nptl/Makefile (tests-internal): Remove tst-typesizes.
23129
23130 2017-11-07 Mike FABIAN <mfabian@redhat.com>
23131
23132 [BZ #22403]
23133 * localedata/locales/mfe_MU (LC_TIME): Fix wrong d_fmt, / needs
23134 to be escaped.
23135 * localedata/locales/miq_NI (LC_TIME): Fix wrong d_fmt, / needs
23136 to be escaped.
23137
23138 2017-11-07 Claude Paroz <claude@2xlibre.net>
23139
23140 [BZ #22403]
23141 * localedata/locales/an_ES (LC_TIME): Fix wrong d_fmt, / needs
23142 to be escaped.
23143 * localedata/locales/kab_DZ (LC_TIME): Fix wrong d_fmt, / needs
23144 to be escaped.
23145 * localedata/locales/om_ET (LC_TIME): Fix wrong d_fmt, / needs
23146 to be escaped.
23147
23148 2017-11-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
23149
23150 [BZ #22298]
23151 * nptl/allocatestack.c (allocate_stack): Check if
23152 __PTHREAD_MUTEX_HAVE_PREV is non-zero, instead if
23153 __PTHREAD_MUTEX_HAVE_PREV is defined.
23154 * nptl/descr.h (pthread): Likewise.
23155 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
23156 Likewise.
23157 * nptl/pthread_create.c (START_THREAD_DEFN): Likewise.
23158 * sysdeps/nptl/fork.c (__libc_fork): Likewise.
23159 * sysdeps/nptl/pthread.h (PTHREAD_MUTEX_INITIALIZER): Likewise.
23160 * sysdeps/nptl/bits/thread-shared-types.h
23161 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION): New
23162 defines.
23163 (__pthread_internal_list): Check __PTHREAD_MUTEX_USE_UNION instead
23164 of __WORDSIZE for internal layout.
23165 (__pthread_mutex_s): Check __PTHREAD_MUTEX_NUSERS_AFTER_KIND instead
23166 of __WORDSIZE for internal __nusers layout and __PTHREAD_MUTEX_USE_UNION
23167 instead of __WORDSIZE whether to use an union for __spins and __list
23168 fields.
23169 (__PTHREAD_MUTEX_HAVE_PREV): Define also for __PTHREAD_MUTEX_USE_UNION
23170 case.
23171 * sysdeps/aarch64/nptl/bits/pthreadtypes-arch.h
23172 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION): New
23173 defines.
23174 * sysdeps/alpha/nptl/bits/pthreadtypes-arch.h
23175 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23176 Likewise.
23177 * sysdeps/arm/nptl/bits/pthreadtypes-arch.h
23178 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23179 Likewise.
23180 * sysdeps/hppa/nptl/bits/pthreadtypes-arch.h
23181 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23182 Likewise.
23183 * sysdeps/ia64/nptl/bits/pthreadtypes-arch.h
23184 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23185 Likewise.
23186 * sysdeps/m68k/nptl/bits/pthreadtypes-arch.h
23187 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23188 Likewise.
23189 * sysdeps/microblaze/nptl/bits/pthreadtypes-arch.h
23190 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23191 Likewise.
23192 * sysdeps/mips/nptl/bits/pthreadtypes-arch.h
23193 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23194 Likewise.
23195 * sysdeps/nios2/nptl/bits/pthreadtypes-arch.h
23196 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23197 Likewise.
23198 * sysdeps/powerpc/nptl/bits/pthreadtypes-arch.h
23199 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23200 Likewise.
23201 * sysdeps/s390/nptl/bits/pthreadtypes-arch.h
23202 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23203 Likewise.
23204 * sysdeps/sh/nptl/bits/pthreadtypes-arch.h
23205 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23206 Likewise.
23207 * sysdeps/sparc/nptl/bits/pthreadtypes-arch.h
23208 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23209 Likewise.
23210 * sysdeps/tile/nptl/bits/pthreadtypes-arch.h
23211 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23212 Likewise.
23213 * sysdeps/x86/nptl/bits/pthreadtypes-arch.h
23214 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23215 Likewise.
23216
23217 * nptl/pthreadP.h (ASSERT_TYPE_SIZE, ASSERT_PTHREAD_INTERNAL_SIZE):
23218 New macros.
23219 * nptl/pthread_attr_init.c (__pthread_mutex_init): Add build time
23220 checks for expected input type size.
23221 * nptl/pthread_barrier_init.c (__pthread_barrier_init): Likewise.
23222 * nptl/pthread_barrierattr_init.c (pthread_barrierattr_init):
23223 Likewise.
23224 * nptl/pthread_cond_init.c (__pthread_cond_init): Likewise.
23225 * nptl/pthread_condattr_init.c (__pthread_condattr_init): Likewise.
23226 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
23227 * nptl/pthread_mutexattr_init.c (__pthread_mutexattr_init): Likewise.
23228 * nptl/pthread_rwlock_init.c (__pthread_rwlock_init): Likewise.
23229 * nptl/pthread_rwlockattr_init.c (pthread_rwlockattr_init): Likewise.
23230 * nptl/sem_init.c (__new_sem_init, __old_sem_init): Likewise
23231 * nptl/pthread_attr_destroy.c (__pthread_attr_destroy): Remove
23232 superflous runtime assert check.
23233 * nptl/pthread_attr_getaffinity.c (__pthread_attr_getaffinity_new):
23234 Likewise.
23235 * nptl/pthread_attr_getdetachstate.c (__pthread_attr_getdetachstate):
23236 Likewise.
23237 * nptl/pthread_attr_getguardsize.c (pthread_attr_getguardsize):
23238 Likewise.
23239 * nptl/pthread_attr_getinheritsched.c (__pthread_attr_getinheritsched):
23240 Likewise.
23241 * nptl/pthread_attr_getschedparam.c (__pthread_attr_getschedparam):
23242 Likewise.
23243 * nptl/pthread_attr_getschedpolicy.c (__pthread_attr_getschedpolicy):
23244 Likewise.
23245 * nptl/pthread_attr_getscope.c (__pthread_attr_getscope): Likewise.
23246 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack): Likewise.
23247 * nptl/pthread_attr_getstackaddr.c (__pthread_attr_getstackaddr):
23248 Likewise.
23249 * nptl/pthread_attr_getstacksize.c (__pthread_attr_getstacksize):
23250 Likewise.
23251 * nptl/pthread_attr_setaffinity.c (__pthread_attr_setaffinity_new):
23252 Likewise.
23253 * nptl/pthread_attr_setdetachstate.c (__pthread_attr_setdetachstate):
23254 Likewise.
23255 * nptl/pthread_attr_setguardsize.c (pthread_attr_setguardsize):
23256 Likewise.
23257 * nptl/pthread_attr_setinheritsched.c
23258 (__pthread_attr_setinheritsched): Likewise.
23259 * nptl/pthread_attr_setschedparam.c (__pthread_attr_setschedparam):
23260 Likewise.
23261 * nptl/pthread_attr_setschedpolicy.c (__pthread_attr_setschedpolicy):
23262 Likewise.
23263 * nptl/pthread_attr_setscope.c (__pthread_attr_setscope): Likewise.
23264 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack,
23265 __old_pthread_attr_setstack): Likewise.
23266 * nptl/pthread_attr_setstackaddr.c (__pthread_attr_setstackaddr):
23267 Likewise.
23268 * nptl/pthread_attr_setstacksize.c (__pthread_attr_setstacksize):
23269 Likewise.
23270 * nptl/pthread_getattr_default_np.c (pthread_getattr_default_np):
23271 Likewise.
23272 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Likewise.
23273 * nptl/pthread_setattr_default_np.c (pthread_setattr_default_np):
23274 Likewise.
23275 * nptl/tst-typesizes.c: Remove file.
23276
23277 * nptl/pthreadP.h (ASSERT_PTHREAD_STRING,
23278 ASSERT_PTHREAD_INTERNAL_OFFSET): New macro.
23279 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Add build time
23280 checks for internal pthread_mutex_t offsets.
23281 * sysdeps/aarch64/nptl/pthread-offsets.h
23282 (__PTHREAD_MUTEX_NUSERS_OFFSET, __PTHREAD_MUTEX_KIND_OFFSET,
23283 __PTHREAD_MUTEX_SPINS_OFFSET, __PTHREAD_MUTEX_ELISION_OFFSET,
23284 __PTHREAD_MUTEX_LIST_OFFSET): New macro.
23285 * sysdeps/alpha/nptl/pthread-offsets.h: Likewise.
23286 * sysdeps/arm/nptl/pthread-offsets.h: Likewise.
23287 * sysdeps/hppa/nptl/pthread-offsets.h: Likewise.
23288 * sysdeps/i386/nptl/pthread-offsets.h: Likewise.
23289 * sysdeps/ia64/nptl/pthread-offsets.h: Likewise.
23290 * sysdeps/m68k/nptl/pthread-offsets.h: Likewise.
23291 * sysdeps/microblaze/nptl/pthread-offsets.h: Likewise.
23292 * sysdeps/mips/nptl/pthread-offsets.h: Likewise.
23293 * sysdeps/nios2/nptl/pthread-offsets.h: Likewise.
23294 * sysdeps/powerpc/nptl/pthread-offsets.h: Likewise.
23295 * sysdeps/s390/nptl/pthread-offsets.h: Likewise.
23296 * sysdeps/sh/nptl/pthread-offsets.h: Likewise.
23297 * sysdeps/sparc/nptl/pthread-offsets.h: Likewise.
23298 * sysdeps/tile/nptl/pthread-offsets.h: Likewise.
23299 * sysdeps/x86_64/nptl/pthread-offsets.h: Likewise.
23300
23301 2017-11-07 Florian Weimer <fweimer@redhat.com>
23302
23303 * bits/mman-linux.h: Move ...
23304 * sysdeps/unix/sysv/linux/bits/mman-linux.h: ... here. Update
23305 comment.
23306 * sysdeps/unix/sysv/linux/bits/Makefile (sysdep_headers): Remove
23307 outdated comment.
23308
23309 2017-11-07 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
23310
23311 * sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S (STRNLEN):
23312 Redefine STRNLEN as __strnlen_power8.
23313
23314 2017-11-06 Adhemerval Zanella <adhemerval.zanella@linaro.org>
23315
23316 * signal/sighold.c (sighold): Optimize implementation.
23317
23318 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Asssume
23319 __NR_rt_sigqueueinfo.
23320
23321 * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
23322 __sigtimedwait.
23323 * sysdeps/unix/sysv/linux/sigtimedwait.c: Simplify includes and
23324 assume __NR_rt_sigtimedwait.
23325 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Call __sigtimedwait
23326 and add LIBC_CANCEL_HANDLED for cancellation marking.
23327 * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
23328
23329 * sysdeps/arm/armv7/multiarch/Makefile [$(subdir) = string]
23330 (sysdeps_routines): Add memchr_noneon.
23331 * sysdeps/arm/armv7/multiarch/ifunc-memchr.h: New file.
23332 * sysdeps/arm/armv7/multiarch/memchr_noneon.S: Likewise.
23333 * sysdeps/arm/armv7/multiarch/rtld-memchr.S: Likewise.
23334 * sysdeps/arm/armv7/multiarch/memchr.S: Remove file.
23335 * sysdeps/arm/armv7/multiarch/memchr.c: New file.
23336 * sysdeps/arm/armv7/multiarch/memchr_impl.S: Move to ...
23337 * sysdeps/arm/armv7/multiarch/memchr_neon.S: ... here.
23338
23339 * sysdeps/arm/arm-ifunc.h: New file.
23340 * sysdeps/arm/armv7/multiarch/ifunc-memcpy.h: Likewise.
23341 * sysdeps/arm/armv7/multiarch/memcpy.c: Likewise.
23342 * sysdeps/arm/armv7/multiarch/memcpy_arm.S: Likewise.
23343 * sysdeps/arm/armv7/multiarch/rtld-memcpy.S: Likewise.
23344 * sysdeps/arm/armv7/multiarch/memcpy_neon.S [!__ARM_NEON__]
23345 (__memcpy_neon): Avoid create hidden alias.
23346 * sysdeps/arm/armv7/multiarch/memcpy_vfp.S [!__ARM_NEON_]
23347 (__memcpy_vfp): Likewise.
23348 * sysdeps/arm/armv7/multiarch/Makefile [$(subdir) = string]
23349 (sysdep_routines): Add memcpy_arm.
23350 * sysdeps/arm/armv7/multiarch/memcpy.S: Remove file.
23351
23352 2017-11-06 H.J. Lu <hongjiu.lu@intel.com>
23353
23354 [BZ #22362]
23355 * Makerules (make-link-multidir): New.
23356 * config.make.in (multidir): New.
23357 * configure.ac (libc_cv_multidir): New. AC_SUBST.
23358 * configure: Regenerated.
23359 * csu/Makefile [$(multidir) != .](multilib-extra-objs): New.
23360 [$(multidir) != .](extra-objs): Add $(multilib-extra-objs).
23361 [$(multidir) != .]($(addprefix $(objpfx)$(multidir)/, $(install-lib))):
23362 New target.
23363
23364 2017-11-06 Joseph Myers <joseph@codesourcery.com>
23365
23366 [BZ #22402]
23367 * sysdeps/powerpc/bits/floatn.h: Include <bits/long-double.h>.
23368 [__NO_LONG_DOUBLE_MATH] (__HAVE_FLOAT128): Define to 0.
23369
23370 2017-11-04 Mike FABIAN <mfabian@redhat.com>
23371
23372 * localedata/locales/tpi_PG (LC_TIME): Fix wrong d_fmt, / needs
23373 to be escaped.
23374
23375 2017-11-04 Florian Weimer <fweimer@redhat.com>
23376
23377 * manual/llio.texi (Open-time Flags): Document O_TMPFILE.
23378
23379 2017-11-03 Joseph Myers <joseph@codesourcery.com>
23380
23381 * math/math.h [__HAVE_DISTINCT_FLOAT16
23382 || __HAVE_DISTINCT_FLOAT32 || __HAVE_DISTINCT_FLOAT64
23383 || __HAVE_DISTINCT_FLOAT32X || __HAVE_DISTINCT_FLOAT64X
23384 || __HAVE_DISTINCT_FLOAT128X]: Use #error.
23385 [__NO_LONG_DOUBLE_MATH && __HAVE_DISTINCT_FLOAT128]: Likewise.
23386 [__HAVE_DISTINCT_FLOAT128 && !__HAVE_GENERIC_SELECTION
23387 && __HAVE_FLOATN_NOT_TYPEDEF]: Likewise.
23388 [__HAVE_DISTINCT_FLOAT128 && __HAVE_GENERIC_SELECTION]
23389 (__MATH_TG_F32): New macro.
23390 [__HAVE_DISTINCT_FLOAT128 && __HAVE_GENERIC_SELECTION]
23391 (__MATH_TG_F64X): Likewise.
23392 [__HAVE_DISTINCT_FLOAT128 && __HAVE_GENERIC_SELECTION]
23393 (__MATH_TG): Use __MATH_TG_F32 and __MATH_TG_F64X.
23394
23395 2017-11-03 Dmitry V. Levin <ldv@altlinux.org>
23396
23397 * po/de.po: Update translations.
23398 * po/ru.po: Likewise.
23399
23400 2017-11-03 Florian Weimer <fweimer@redhat.com>
23401
23402 * manual/filesys.texi (Hard Links): Document linkat.
23403
23404 2017-11-03 Joseph Myers <joseph@codesourcery.com>
23405
23406 * math/tgmath.h [__HAVE_DISTINCT_FLOAT16
23407 || __HAVE_DISTINCT_FLOAT32 || __HAVE_DISTINCT_FLOAT64
23408 || __HAVE_DISTINCT_FLOAT32X || __HAVE_DISTINCT_FLOAT64X
23409 || __HAVE_DISTINCT_FLOAT128X]: Use #error.
23410 [__HAVE_DISTINCT_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)
23411 && __HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE
23412 && __HAVE_FLOATN_NOT_TYPEDEF] (__TGMATH_F128): Handle _Float64x
23413 the same as _Float128.
23414 [__HAVE_DISTINCT_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)
23415 && __HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE
23416 && __HAVE_FLOATN_NOT_TYPEDEF] (__TGMATH_CF128): Likewise.
23417
23418 * stdlib/stdlib.h
23419 [__HAVE_FLOAT16 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (strtof16):
23420 Declare.
23421 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (strtof32):
23422 Likewise.
23423 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (strtof64):
23424 Likewise.
23425 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23426 (strtof32x): Likewise.
23427 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23428 (strtof64x): Likewise.
23429 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23430 (strtof128x): Likewise.
23431 [__HAVE_FLOAT16 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23432 (strfromf16): Likewise.
23433 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23434 (strfromf32): Likewise.
23435 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23436 (strfromf64): Likewise.
23437 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23438 (strfromf32x): Likewise.
23439 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23440 (strfromf64x): Likewise.
23441 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23442 (strfromf128x): Likewise.
23443 [__USE_GNU && __HAVE_FLOAT16] (strtof16_l): Likewise.
23444 [__USE_GNU && __HAVE_FLOAT32] (strtof32_l): Likewise.
23445 [__USE_GNU && __HAVE_FLOAT64] (strtof64_l): Likewise.
23446 [__USE_GNU && __HAVE_FLOAT32X] (strtof32x_l): Likewise.
23447 [__USE_GNU && __HAVE_FLOAT64X] (strtof64x_l): Likewise.
23448 [__USE_GNU && __HAVE_FLOAT128X] (strtof128x_l): Likewise.
23449
23450 2017-11-03 Richard Henderson <rth@twiddle.net>
23451
23452 * sysdeps/unix/sysv/linux/aarch64/sysconf.c: New file.
23453
23454 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23455
23456 * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Optimize.
23457
23458 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23459
23460 * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Remove
23461 DT_TLSDESC_GOT initialization.
23462 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_lazy_resolver): Remove.
23463 (_dl_tlsdesc_resolve_hold): Likewise.
23464 * sysdeps/aarch64/dl-tlsdesc.h (_dl_tlsdesc_lazy_resolver): Remove.
23465 (_dl_tlsdesc_resolve_hold): Likewise.
23466 * sysdeps/aarch64/tlsdesc.c (_dl_tlsdesc_lazy_resolver_fixup): Remove.
23467 (_dl_tlsdesc_resolve_hold_fixup): Likewise.
23468
23469 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23470
23471 * sysdeps/arm/dl-machine.h (elf_machine_rel): Remove volatile.
23472
23473 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23474
23475 [BZ #18572]
23476 * sysdeps/arm/dl-machine.h (elf_machine_lazy_rel): Do symbol binding
23477 non-lazily for R_ARM_TLS_DESC.
23478
23479 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23480
23481 [BZ #17078]
23482 * sysdeps/arm/dl-machine.h (elf_machine_rela): Remove the
23483 R_ARM_TLS_DESC case.
23484 (elf_machine_lazy_rel): Remove the prelink check.
23485
23486 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23487
23488 * sysdeps/aarch64/dl-machine.h (elf_machine_runtime_setup): Remove
23489 DT_TLSDESC_GOT initialization.
23490 * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Remove.
23491 (_dl_tlsdesc_resolve_rela): Likewise.
23492 (_dl_tlsdesc_resolve_hold): Likewise.
23493 (_dl_tlsdesc_undefweak): Remove ldar.
23494 (_dl_tlsdesc_dynamic): Likewise.
23495 * sysdeps/aarch64/dl-tlsdesc.h (_dl_tlsdesc_return_lazy): Remove.
23496 (_dl_tlsdesc_resolve_rela): Likewise.
23497 (_dl_tlsdesc_resolve_hold): Likewise.
23498 * sysdeps/aarch64/tlsdesc.c (_dl_tlsdesc_resolve_rela_fixup): Remove.
23499 (_dl_tlsdesc_resolve_hold_fixup): Likewise.
23500 (_dl_tlsdesc_resolve_rela): Likewise.
23501 (_dl_tlsdesc_resolve_hold): Likewise.
23502
23503 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23504
23505 * sysdeps/aarch64/dl-machine.h (elf_machine_lazy_rel): Do symbol
23506 binding and initialization non-lazily for R_AARCH64_TLSDESC.
23507
23508 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23509
23510 * elf/tlsdeschtab.h (_dl_tls_resolve_early_return_p): Mark unused.
23511 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
23512
23513 2017-11-02 Joseph Myers <joseph@codesourcery.com>
23514
23515 * wcsmbs/wchar.h [__HAVE_FLOAT16 && __USE_GNU] (wcstof16):
23516 Declare.
23517 [__HAVE_FLOAT32 && __USE_GNU] (wcstof32): Likewise.
23518 [__HAVE_FLOAT64 && __USE_GNU] (wcstof64): Likewise.
23519 [__HAVE_FLOAT32X && __USE_GNU] (wcstof32x): Likewise.
23520 [__HAVE_FLOAT64X && __USE_GNU] (wcstof64x): Likewise.
23521 [__HAVE_FLOAT128X && __USE_GNU] (wcstof128x): Likewise.
23522 [__HAVE_FLOAT16 && __USE_GNU] (wcstof16_l): Likewise.
23523 [__HAVE_FLOAT32 && __USE_GNU] (wcstof32_l): Likewise.
23524 [__HAVE_FLOAT64 && __USE_GNU] (wcstof64_l): Likewise.
23525 [__HAVE_FLOAT32X && __USE_GNU] (wcstof32x_l): Likewise.
23526 [__HAVE_FLOAT64X && __USE_GNU] (wcstof64x_l): Likewise.
23527 [__HAVE_FLOAT128X && __USE_GNU] (wcstof128x_l): Likewise.
23528
23529 2017-11-02 Mike FABIAN <mfabian@redhat.com>
23530
23531 [BZ #22382]
23532 * localedata/locales/tpi_PG (LC_TIME): Fix syntax error.
23533 * localedata/locales/tpi_PG: Add standard header.
23534
23535 2017-11-02 Florian Weimer <fweimer@redhat.com>
23536
23537 test-errno-linux: quotactl can fail with EPERM in containers.
23538 * sysdeps/unix/sysv/linux/test-errno-linux.c
23539 (LIST, LIST_FORWARD): New macros.
23540 (check_error_in_list): New function.
23541 (test_wrp_rv): Accept list of permitted error codes.
23542 (test_wrp_rv2): Remove.
23543 (test_wrp): Call test_wrp_rv with list of error codes.
23544 (test_wrp2): Accept list of error codes.
23545 (do_test): Adjust. Allow EPERM for quotactl.
23546
23547 2017-11-02 Florian Weimer <fweimer@redhat.com>
23548
23549 * stdio-common/bug16.c (do_test): Use array_length.
23550 * stdio-common/errlist.c (_sys_nerr): Likewise.
23551 * stdio-common/printf_fp.c (PRINTF_FP_FETCH): Likewise.
23552 * stdio-common/printf_fphex.c (__printf_fphex): Use array_end.
23553 * stdio-common/psiginfo.c (psiginfo): Use array_length.
23554 * stdio-common/test-vfprintf.c (nlocs): Remove definition.
23555 (do_test): Use array_length.
23556 * stdio-common/tst-fphex.c (do_test): Use array_end, array_length.
23557 * stdio-common/tst-long-dbl-fphex.c (do_test): Use array_length.
23558 * stdio-common/tst-printf-round.c (do_test): Likewise.
23559 * stdio-common/tst-swprintf.c (nbuf): Remove definition.
23560 (CHECK): Use array_length.
23561 * stdio-common/tstdiomisc.c (t3, F): Likewise.
23562 * stdio-common/tstscanf.c (main): Likewise.
23563 * stdio-common/vfprintf.c (process_string_arg): Likewise.
23564
23565 2017-11-02 Florian Weimer <fweimer@redhat.com>
23566
23567 Add array_length and array_end macros.
23568 * include/array_length.h: New file.
23569
23570 2017-11-02 Florian Weimer <fweimer@redhat.com>
23571
23572 [BZ #22332]
23573 * posix/tst-glob-tilde.c (do_noescape): New variable.
23574 (one_test): Process it.
23575 (do_test): Set do_noescape. Add unescaping test case.
23576
23577 2017-11-01 Joseph Myers <joseph@codesourcery.com>
23578
23579 * math/complex.h
23580 [(__HAVE_DISTINCT_FLOAT16 || (__HAVE_FLOAT16 && !_LIBC))
23581 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Include <bits/cmathcalls.h>
23582 with appropriate macros defined and undefined.
23583 [(__HAVE_DISTINCT_FLOAT32 || (__HAVE_FLOAT32 && !_LIBC))
23584 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
23585 [(__HAVE_DISTINCT_FLOAT64 || (__HAVE_FLOAT64 && !_LIBC))
23586 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
23587 [(__HAVE_DISTINCT_FLOAT32X || (__HAVE_FLOAT32X && !_LIBC))
23588 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
23589 [(__HAVE_DISTINCT_FLOAT64X || (__HAVE_FLOAT64X && !_LIBC))
23590 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
23591 [(__HAVE_DISTINCT_FLOAT128X || (__HAVE_FLOAT128X && !_LIBC))
23592 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
23593
23594 * math/complex.h
23595 [(__HAVE_DISTINCT_FLOAT128 || (__HAVE_FLOAT128 && !LIBC))
23596 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Move conditional code after
23597 that for long double. Do not condition define and undefine of
23598 _Mdouble_complex_ on [__CFLOAT128].
23599
23600 2017-11-01 H.J. Lu <hongjiu.lu@intel.com>
23601
23602 * sysdeps/i386/sysdep.h: Include <sysdeps/x86/sysdep.h> instead
23603 of <sysdeps/generic/sysdep.h>.
23604 (ALIGNARG): Removed.
23605 (ASM_SIZE_DIRECTIVE): Likewise.
23606 (ENTRY): Likewise.
23607 (END): Likewise.
23608 (ENTRY_CHK): Likewise.
23609 (END_CHK): Likewise.
23610 (syscall_error): Likewise.
23611 (mcount): Likewise.
23612 (PSEUDO_END): Likewise.
23613 (L): Likewise.
23614 (atom_text_section): Likewise.
23615 * sysdeps/x86/sysdep.h: New file.
23616 * sysdeps/x86_64/sysdep.h: Include <sysdeps/x86/sysdep.h> instead
23617 of <sysdeps/generic/sysdep.h>.
23618 (ALIGNARG): Removed.
23619 (ASM_SIZE_DIRECTIVE): Likewise.
23620 (ENTRY): Likewise.
23621 (END): Likewise.
23622 (ENTRY_CHK): Likewise.
23623 (END_CHK): Likewise.
23624 (syscall_error): Likewise.
23625 (mcount): Likewise.
23626 (PSEUDO_END): Likewise.
23627 (L): Likewise.
23628 (atom_text_section): Likewise.
23629
23630 2017-10-31 Rafal Luzynski <digitalfreak@lingonborough.com>
23631
23632 * localedata/unicode-gen/gen_unicode_ctype.py (output_head):
23633 category of LC_CTYPE set to "i18n:2012".
23634 * localedata/locales/i18n_ctype: Regenerate.
23635
23636 2017-10-31 Yury Norov <ynorov@caviumnetworks.com>
23637
23638 * sysdeps/unix/sysv/linux/sigprocmask.c: Remove useless #ifdefs.
23639 * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
23640 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
23641 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
23642
23643 * sysdeps/unix/sysv/linux/ia64/sigpending.c: Remove file.
23644 * sysdeps/unix/sysv/linux/s390/s390-64/sigpending.c: Likewise.
23645 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Likewise.
23646 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Likewise.
23647
23648 2017-10-31 Joseph Myers <joseph@codesourcery.com>
23649
23650 * math/complex.h
23651 [__HAVE_FLOAT16 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (CMPLXF16):
23652 New macro.
23653 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (CMPLXF32):
23654 Likewise.
23655 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (CMPLXF64):
23656 Likewise.
23657 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23658 (CMPLXF32X): Likewise.
23659 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23660 (CMPLXF64X): Likewise.
23661 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23662 (CMPLXF128X): Likewise.
23663
23664 * math/math.h
23665 [__FLT_EVAL_METHOD__ == 0 || __FLT_EVAL_METHOD__ == 32]
23666 (__MATH_EVAL_FMT2): Define to add 0.0f.
23667
23668 2017-10-31 Alan Modra <amodra@gmail.com>
23669
23670 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-power8.S: Don't
23671 include sysdep.h.
23672 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: Likewise.
23673 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: Likewise.
23674 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-power8.S: Likewise.
23675 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c: Likewise.
23676 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: Likewise.
23677 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: Likewise.
23678 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: Likewise.
23679 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: Likewise.
23680 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: Likewise.
23681 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: Likewise.
23682 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-power8.S: Likewise.
23683 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Likewise.
23684 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: Likewise.
23685 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: Likewise.
23686 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: Likewise.
23687 * sysdeps/powerpc/powerpc64/multiarch/memchr-power8.S: Likewise.
23688 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: Likewise.
23689 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: Likewise.
23690 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power8.S: Likewise.
23691 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: Likewise.
23692 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: Likewise.
23693 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: Likewise.
23694 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: Likewise.
23695 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: Likewise.
23696 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
23697 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: Likewise.
23698 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: Likewise.
23699 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: Likewise.
23700 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power8.S: Likewise.
23701 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: Likewise.
23702 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
23703 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
23704 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: Likewise.
23705 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: Likewise.
23706 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: Likewise.
23707 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: Likewise.
23708 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Likewise.
23709 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Likewise.
23710 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power8.S: Likewise.
23711 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
23712 * sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S: Likewise.
23713 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: Likewise.
23714 * sysdeps/powerpc/powerpc64/multiarch/strchr-power8.S: Likewise.
23715 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: Likewise.
23716 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: Likewise.
23717 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power8.S: Likewise.
23718 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: Likewise.
23719 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: Likewise.
23720 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S: Likewise.
23721 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
23722 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: Likewise.
23723 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power8.S: Likewise.
23724 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: Likewise.
23725 * sysdeps/powerpc/powerpc64/multiarch/strlen-power8.S: Likewise.
23726 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
23727 * sysdeps/powerpc/powerpc64/multiarch/strncase-power8.S: Likewise.
23728 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: Likewise.
23729 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: Likewise.
23730 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: Likewise.
23731 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S: Likewise.
23732 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
23733 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: Likewise.
23734 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: Likewise.
23735 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
23736 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power8.S: Likewise.
23737 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: Likewise.
23738 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power8.S: Likewise.
23739 * sysdeps/powerpc/powerpc64/multiarch/strspn-power8.S: Likewise.
23740 * sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: Likewise.
23741
23742 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: Don't
23743 include sysdep.h and math_ldbl_opt.h.
23744
23745 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: Don't
23746 include sysdep.h and math_ldbl_opt.h. Include shlib-compat.h.
23747 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: Likewise.
23748 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: Likewise.
23749 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: Likewise.
23750 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: Likewise.
23751 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: Likewise.
23752 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: Likewise.
23753 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: Likewise.
23754 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: Likewise.
23755 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: Likewise.
23756 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: Likewise.
23757 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: Likewise.
23758 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: Likewise.
23759 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: Likewise.
23760 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: Likewise.
23761 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: Likewise.
23762 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: Likewise.
23763 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: Likewise.
23764 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: Likewise.
23765 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: Likewise.
23766 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llroundf-ppc64.S: Likewise.
23767 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: Likewise.
23768 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: Likewise.
23769 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: Likewise.
23770 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: Likewise.
23771
23772 2017-10-31 Alan Modra <amodra@gmail.com>
23773
23774 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: Include
23775 string/strncase_l.c, not string/strncase.c.
23776 (USE_IN_EXTENDED_LOCALE_MODEL): Don't define.
23777 (libc_hidden_def): Redefine.
23778
23779 2017-10-31 Alan Modra <amodra@gmail.com>
23780
23781 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S:
23782 (__STRCMP, STRCMP, __strcasecmp_l): Define.
23783 (__strcasecmp): Don't define.
23784
23785 2017-10-31 Alan Modra <amodra@gmail.com>
23786
23787 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: Wrap in
23788 IS_IN (libc).
23789 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S: Likewise.
23790 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: Likewise.
23791 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S: Likewise.
23792
23793 2017-10-31 Alan Modra <amodra@gmail.com>
23794
23795 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Don't define
23796 USE_AS_STPNCPY.
23797
23798 2017-10-31 Alan Modra <amodra@gmail.com>
23799
23800 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S (hidden_def):
23801 Redefine only when SHARED.
23802
23803 2017-10-30 Joseph Myers <joseph@codesourcery.com>
23804
23805 * math/math.h [__HAVE_DISTINCT_FLOAT16 || (__HAVE_FLOAT16 && !_LIBC)]:
23806 Include <bits/math-finite.h> with appropriate macros defined and
23807 undefined.
23808 [__HAVE_DISTINCT_FLOAT32 || (__HAVE_FLOAT32 && !_LIBC)]: Likewise.
23809 [__HAVE_DISTINCT_FLOAT64 || (__HAVE_FLOAT64 && !_LIBC)]: Likewise.
23810 [__HAVE_DISTINCT_FLOAT32X || (__HAVE_FLOAT32X && !_LIBC)]: Likewise.
23811 [__HAVE_DISTINCT_FLOAT64X || (__HAVE_FLOAT64X && !_LIBC)]: Likewise.
23812 [__HAVE_DISTINCT_FLOAT128X || (__HAVE_FLOAT128X && !_LIBC)]: Likewise.
23813
23814 * math/math.h [!_Mfloat_] (_Mfloat_): Do not define.
23815 [!_Mlong_double_] (_Mlong_double_): Likewise.
23816 [!_Mfloat16_] (_Mfloat16_): Likewise.
23817 [!_Mfloat32_] (_Mfloat32_): Likewise.
23818 [!_Mfloat64_] (_Mfloat64_): Likewise.
23819 [!_Mfloat128_] (_Mfloat128_): Likewise.
23820 [!_Mfloat32x_] (_Mfloat32x_): Likewise.
23821 [!_Mfloat64x_] (_Mfloat64x_): Likewise.
23822 [!_Mfloat128x_] (_Mfloat128x_): Likewise.
23823 (_Mdouble_): Define without indirection through those macros.
23824 * math/complex.h [!_Mfloat_] (_Mfloat_): Do not define.
23825 [!_Mfloat128_] (_Mfloat128_): Likewise.
23826 [_Mlong_double_] (_Mlong_double_): Likewise.
23827 (_Mdouble_): Define without indirection through those macros.
23828 * math/Makefile [$(long-double-fcts) != yes] (math-CPPFLAGS): Do
23829 not add -D_Mlong_double_=double.
23830 * include/math.h [_ISOMAC] (_Mlong_double_): Do not undefine.
23831 * math/test-signgam-finite-c99.c (_Mlong_double_): Likewise.
23832
23833 2017-10-30 H.J. Lu <hongjiu.lu@intel.com>
23834
23835 * sysdeps/x86/libc-start.c: Add /* !SHARED */.
23836
23837 2017-10-30 H.J. Lu <hongjiu.lu@intel.com>
23838
23839 * sysdeps/x86/libc-start.c: Reformat.
23840
23841 2017-10-30 H.J. Lu <hongjiu.lu@intel.com>
23842
23843 [BZ #22353]
23844 * sysdeps/i386/i586/strcpy.S (STRCPY): Use conditional branches.
23845 (1): Renamed to ...
23846 (L(Src0)): This.
23847 (L(Src1)): New.
23848 (L(Src2)): Likewise.
23849 (L(1)): Renamed to ...
23850 (L(Src3)): This.
23851
23852 2017-10-30 Joseph Myers <joseph@codesourcery.com>
23853
23854 * math/math.h [__HAVE_FLOAT16 && __USE_GNU] (M_Ef16): New macro.
23855 [__HAVE_FLOAT16 && __USE_GNU] (M_LOG2Ef16): Likewise.
23856 [__HAVE_FLOAT16 && __USE_GNU] (M_LOG10Ef16): Likewise.
23857 [__HAVE_FLOAT16 && __USE_GNU] (M_LN2f16): Likewise.
23858 [__HAVE_FLOAT16 && __USE_GNU] (M_LN10f16): Likewise.
23859 [__HAVE_FLOAT16 && __USE_GNU] (M_PIf16): Likewise.
23860 [__HAVE_FLOAT16 && __USE_GNU] (M_PI_2f16): Likewise.
23861 [__HAVE_FLOAT16 && __USE_GNU] (M_PI_4f16): Likewise.
23862 [__HAVE_FLOAT16 && __USE_GNU] (M_1_PIf16): Likewise.
23863 [__HAVE_FLOAT16 && __USE_GNU] (M_2_PIf16): Likewise.
23864 [__HAVE_FLOAT16 && __USE_GNU] (M_2_SQRTPIf16): Likewise.
23865 [__HAVE_FLOAT16 && __USE_GNU] (M_SQRT2f16): Likewise.
23866 [__HAVE_FLOAT16 && __USE_GNU] (M_SQRT1_2f16): Likewise.
23867 [__HAVE_FLOAT32 && __USE_GNU] (M_Ef32): Likewise.
23868 [__HAVE_FLOAT32 && __USE_GNU] (M_LOG2Ef32): Likewise.
23869 [__HAVE_FLOAT32 && __USE_GNU] (M_LOG10Ef32): Likewise.
23870 [__HAVE_FLOAT32 && __USE_GNU] (M_LN2f32): Likewise.
23871 [__HAVE_FLOAT32 && __USE_GNU] (M_LN10f32): Likewise.
23872 [__HAVE_FLOAT32 && __USE_GNU] (M_PIf32): Likewise.
23873 [__HAVE_FLOAT32 && __USE_GNU] (M_PI_2f32): Likewise.
23874 [__HAVE_FLOAT32 && __USE_GNU] (M_PI_4f32): Likewise.
23875 [__HAVE_FLOAT32 && __USE_GNU] (M_1_PIf32): Likewise.
23876 [__HAVE_FLOAT32 && __USE_GNU] (M_2_PIf32): Likewise.
23877 [__HAVE_FLOAT32 && __USE_GNU] (M_2_SQRTPIf32): Likewise.
23878 [__HAVE_FLOAT32 && __USE_GNU] (M_SQRT2f32): Likewise.
23879 [__HAVE_FLOAT32 && __USE_GNU] (M_SQRT1_2f32): Likewise.
23880 [__HAVE_FLOAT64 && __USE_GNU] (M_Ef64): Likewise.
23881 [__HAVE_FLOAT64 && __USE_GNU] (M_LOG2Ef64): Likewise.
23882 [__HAVE_FLOAT64 && __USE_GNU] (M_LOG10Ef64): Likewise.
23883 [__HAVE_FLOAT64 && __USE_GNU] (M_LN2f64): Likewise.
23884 [__HAVE_FLOAT64 && __USE_GNU] (M_LN10f64): Likewise.
23885 [__HAVE_FLOAT64 && __USE_GNU] (M_PIf64): Likewise.
23886 [__HAVE_FLOAT64 && __USE_GNU] (M_PI_2f64): Likewise.
23887 [__HAVE_FLOAT64 && __USE_GNU] (M_PI_4f64): Likewise.
23888 [__HAVE_FLOAT64 && __USE_GNU] (M_1_PIf64): Likewise.
23889 [__HAVE_FLOAT64 && __USE_GNU] (M_2_PIf64): Likewise.
23890 [__HAVE_FLOAT64 && __USE_GNU] (M_2_SQRTPIf64): Likewise.
23891 [__HAVE_FLOAT64 && __USE_GNU] (M_SQRT2f64): Likewise.
23892 [__HAVE_FLOAT64 && __USE_GNU] (M_SQRT1_2f64): Likewise.
23893 [__HAVE_FLOAT32X && __USE_GNU] (M_Ef32x): Likewise.
23894 [__HAVE_FLOAT32X && __USE_GNU] (M_LOG2Ef32x): Likewise.
23895 [__HAVE_FLOAT32X && __USE_GNU] (M_LOG10Ef32x): Likewise.
23896 [__HAVE_FLOAT32X && __USE_GNU] (M_LN2f32x): Likewise.
23897 [__HAVE_FLOAT32X && __USE_GNU] (M_LN10f32x): Likewise.
23898 [__HAVE_FLOAT32X && __USE_GNU] (M_PIf32x): Likewise.
23899 [__HAVE_FLOAT32X && __USE_GNU] (M_PI_2f32x): Likewise.
23900 [__HAVE_FLOAT32X && __USE_GNU] (M_PI_4f32x): Likewise.
23901 [__HAVE_FLOAT32X && __USE_GNU] (M_1_PIf32x): Likewise.
23902 [__HAVE_FLOAT32X && __USE_GNU] (M_2_PIf32x): Likewise.
23903 [__HAVE_FLOAT32X && __USE_GNU] (M_2_SQRTPIf32x): Likewise.
23904 [__HAVE_FLOAT32X && __USE_GNU] (M_SQRT2f32x): Likewise.
23905 [__HAVE_FLOAT32X && __USE_GNU] (M_SQRT1_2f32x): Likewise.
23906 [__HAVE_FLOAT64X && __USE_GNU] (M_Ef64x): Likewise.
23907 [__HAVE_FLOAT64X && __USE_GNU] (M_LOG2Ef64x): Likewise.
23908 [__HAVE_FLOAT64X && __USE_GNU] (M_LOG10Ef64x): Likewise.
23909 [__HAVE_FLOAT64X && __USE_GNU] (M_LN2f64x): Likewise.
23910 [__HAVE_FLOAT64X && __USE_GNU] (M_LN10f64x): Likewise.
23911 [__HAVE_FLOAT64X && __USE_GNU] (M_PIf64x): Likewise.
23912 [__HAVE_FLOAT64X && __USE_GNU] (M_PI_2f64x): Likewise.
23913 [__HAVE_FLOAT64X && __USE_GNU] (M_PI_4f64x): Likewise.
23914 [__HAVE_FLOAT64X && __USE_GNU] (M_1_PIf64x): Likewise.
23915 [__HAVE_FLOAT64X && __USE_GNU] (M_2_PIf64x): Likewise.
23916 [__HAVE_FLOAT64X && __USE_GNU] (M_2_SQRTPIf64x): Likewise.
23917 [__HAVE_FLOAT64X && __USE_GNU] (M_SQRT2f64x): Likewise.
23918 [__HAVE_FLOAT64X && __USE_GNU] (M_SQRT1_2f64x): Likewise.
23919 [__HAVE_FLOAT128X && __USE_GNU]: Use #error.
23920
23921 2017-10-30 Florian Weimer <fweimer@redhat.com>
23922
23923 * elf/ldconfig.c (search_dir): Assume that _DIRENT_HAVE_D_TYPE is
23924 always defined.
23925 * io/tst-mkdirat.c (do_test): Likewise.
23926 * io/tst-mkfifoat.c (do_test): Likewise.
23927 * io/tst-mknodat.c (do_test): Likewise.
23928 * locale/programs/charmap-dir.c (charmap_readdir): Likewise.
23929 * locale/programs/locale.c (select_dirs): Likewise.
23930 * locale/programs/locarchive.c (add_locales_to_archive): Likewise.
23931 * posix/bug-glob2.c (my_readdir): Likewise.
23932 * posix/tst-dir.c (main): Likewise.
23933 * posix/tst-glob_lstat_compat.c (my_readdir): Likewise.
23934 * posix/tst-gnuglob-skeleton.c (my_readdir): Likewise.
23935
23936 2017-10-30 Florian Weimer <fweimer@redhat.com>
23937
23938 * string/strings.h (ffsl, ffsll): Declare under __USE_MISC, not
23939 just __USE_GNU.
23940
23941 2017-10-30 Florian Weimer <fweimer@redhat.com>
23942
23943 * posix/tst-gnuglob-skeleton.c: Renamed from tst-gnuglob.c.
23944 Convert to support/test-driver.c.
23945 (GLOB_FUNC, GLOB_TYPE, GLOBFREE_FUNC, DIRENT_STRUCT, STAT_STRUCT):
23946 New macro parameters.
23947 (PRINTF): Remove macro. Use test_verbose conditionals instead.
23948 * posix/tst-gnuglob.c: New file.
23949 * posix/tst-gnuglob64.c: Likewise.
23950 * posix/Makefile (tests): Add tst-gnuglob64.
23951
23952 2017-10-30 Michal Ostrowski <ostrowski.michal@gmail.com>
23953
23954 [BZ #19485]
23955 * localedata/locales/csb_PL (LC_TIME): Fix “abmon” for March
23956 and use a better translation for March in “mon”.
23957 * localedata/locales/csb_PL: Use more ASCII to improve the
23958 readability of the source.
23959
23960 2017-10-30 Mike FABIAN <mfabian@redhat.com>
23961
23962 [BZ #13953]
23963 * localedata/locales/km_KH: Use ASCII as much
23964 as possible for better readability of the source and
23965 remove useless comments.
23966 * localedata/locales/km_KH (LC_TIME): Remove era stuff, it
23967 was commented out and apparently wrong anyway because it was
23968 using Lao characters. If Buddhist era should be used
23969 for km_KH, a native speaker should write the correct formaat
23970 for Khmer.
23971 * localedata/locales/km_KH (LC_TIME): Add first_weekday 1
23972 (According to CLDR, the first weekday for Cambodia is Sunday).
23973 * localedata/locales/km_KH (LC_NAME): Remove name_mr and name_mrs
23974 (These were using Lao characters which must be wrong. If we get
23975 the correct data from a native speaker, we could add it back, until
23976 then it is better not to have name_mr and name_mrs at all than
23977 having it wrong).
23978
23979 2017-10-27 Rafal Luzynski <digitalfreak@lingonborough.com>
23980
23981 * locale/loadlocale.c: Correct size of
23982 _nl_value_type_LC_<category> arrays.
23983
23984 2017-10-27 Joseph Myers <joseph@codesourcery.com>
23985
23986 * math/math.h [__HAVE_DISTINCT_FLOAT16 || (__HAVE_FLOAT16 && !_LIBC)]:
23987 Include <bits/mathcalls-helper-functions.h> and <bits/mathcalls.h>
23988 with appropriate macros defined and undefined.
23989 [__HAVE_DISTINCT_FLOAT32 || (__HAVE_FLOAT32 && !_LIBC)]: Likewise.
23990 [__HAVE_DISTINCT_FLOAT64 || (__HAVE_FLOAT64 && !_LIBC)]: Likewise.
23991 [__HAVE_DISTINCT_FLOAT32X || (__HAVE_FLOAT32X && !_LIBC)]: Likewise.
23992 [__HAVE_DISTINCT_FLOAT64X || (__HAVE_FLOAT64X && !_LIBC)]: Likewise.
23993 [__HAVE_DISTINCT_FLOAT128X || (__HAVE_FLOAT128X && !_LIBC)]: Likewise.
23994
23995 2017-10-27 H.J. Lu <hongjiu.lu@intel.com>
23996
23997 * sysdeps/i386/fpu/libm-test-ulps: Regenerated for GCC 7 with
23998 "-O2 -march=i586".
23999
24000 2017-10-27 Mike FABIAN <mfabian@redhat.com>
24001
24002 * localedata/locales/tt_RU (LC_MESSAGES): Start yesstr and nostr
24003 with lowercase letters to make it agree with CLDR.
24004
24005 2017-10-27 Mike FABIAN <mfabian@redhat.com>
24006
24007 [BZ #15260]
24008 * localedata/locales/doi_IN (LC_MESSAGES): Match only for the
24009 first letters of yesstr and nostr in yesexpr and noexpr,
24010 not for the full words.
24011 * localedata/locales/hne_IN (LC_MESSAGES): Likewise.
24012 * localedata/locales/kok_IN (LC_MESSAGES): Likewise.
24013 * localedata/locales/mr_IN (LC_MESSAGES): Likewise.
24014 * localedata/locales/sat_IN (LC_MESSAGES): Likewise.
24015 * localedata/locales/km_KH (LC_MESSAGES): Match also for the
24016 first letters of yesstr and nostr in yesexpr and noexpr,
24017 until now only English was matched in yesexpr and noexpr.
24018 * localedata/locales/tl_PH (LC_MESSAGES): Use “copy "fil_PH"”
24019 instead of “copy "en_US"”. CLDR has yesstr and nostr data for
24020 fil but not for tl. As tl and fil are very similar, using fil
24021 is probably better than using English.
24022
24023 2017-10-27 Thierry Vignaud <thierry.vignaud@gmail.com>
24024
24025 [BZ #21706]
24026 * localedata/locales/br_FR (LC_MESSAGES): Use all lowercase
24027 in yesstr and nostr.
24028
24029 2017-10-26 Joseph Myers <joseph@codesourcery.com>
24030
24031 * math/math.h [__HAVE_FLOAT16 && __GLIBC_USE
24032 (IEC_60559_TYPES_EXT)] (SNANF16): New macro.
24033 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (SNANF32):
24034 Likewise.
24035 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (SNANF64):
24036 Likewise.
24037 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)] (SNANF32X):
24038 Likewise.
24039 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)] (SNANF64X):
24040 Likewise.
24041 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
24042 (SNANF128X): Likewise.
24043
24044 * math/math.h [__HAVE_FLOAT16 && __GLIBC_USE
24045 (IEC_60559_TYPES_EXT)] (HUGE_VAL_F16): New macro.
24046 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
24047 (HUGE_VAL_F32): Likewise.
24048 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
24049 (HUGE_VAL_F64): Likewise.
24050 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
24051 (HUGE_VAL_F32X): Likewise.
24052 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
24053 (HUGE_VAL_F64X): Likewise.
24054 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
24055 (HUGE_VAL_F128X): Likewise.
24056
24057 2017-10-26 Thierry Vignaud <thierry.vignaud@gmail.com>
24058
24059 * localedata/locales/br_FR (LC_IDENTIFICATON): Add
24060 Thierry Vignaud <thierry.vignaud@gmail.com> as the contact
24061 for the br_FR locale.
24062
24063 2017-10-26 Thierry Vignaud <thierry.vignaud@gmail.com>
24064
24065 [BZ #21706]
24066 * localedata/locales/br_FR (LC_MESSAGES): Fix nostr.
24067
24068 2017-10-25 Carlos O'Donell <carlos@redhat.com>
24069
24070 * locale/programs/record-status.h: Define globals, and function
24071 prototypes. Move function bodies...
24072 * locale/programs/record-status.c: ... to here. New file.
24073 * iconv/Makefile (iconv_prog-modules): Add record-status.
24074 * locale/Makefile (lib-modules): Likewise.
24075 * iconv/iconv_prog.c: Remove verbose.
24076 * iconv/iconv_prog.h: Include record-status.h (defines verbose).
24077 * locale/programs/charmap.c (charmap_read): If warn_ascii is true then
24078 record a warning about ASCII compatibility.
24079 * locale/programs/ld-monetary.c (monetary_finish): If
24080 warn_int_curr_symbol is true then record a warning about the symbol
24081 not being in our ISO 4217 list.
24082 * locale/programs/locale.c: Include record-status.h. Remove verbose.
24083 * locale/programs/localedef.c: Include ctype.h. Remove delcaration of
24084 verbose, recorded_warning_count, recorded_error_count, and be_quiet.
24085 (OPT_NO_WARN): Define.
24086 (OPT_WARN): Define.
24087 (options): Add entry for --no-warnings, and --warnings.
24088 (set_warnings): New function to enable/disable warnings.
24089 (parse_opt): Call set_warnings for OPT_NO_WARN and OPT_WARN.
24090 * locale/programs/localedef.h: Remove warn_int_curr_symbol.
24091 * localedata/gen-locale.sh: Default flags to `--quiet -c'.
24092 Add `--no-warnings=ascii' to locales using SHIFT_JIS or SHIFT_JIXX0213.
24093 Pass flags to generate_locale.
24094 (generate_locale): Accept new flag argument and pass it to localedef
24095 invocation.
24096 * localedata/Makefile (INSTALL-SUPPORTED-LOCALES): Use
24097 --no-warnings=ascii for SHIFT_JIS and SHIFT_JISX0213 charmaps.
24098
24099 * localedata/Makefile (test-input-data): Use full file name.
24100 * localedata/da_DK.in: Rename to...
24101 * localedata/da_DK.ISO-8859-1.in: ...this.
24102 * localedata/de_DE.in: Rename to...
24103 * localedata/de_DE.ISO-8859-1.in: ...this.
24104 * localedata/en_US.in: Rename to...
24105 * localedata/en_US.ISO-8859-1.in: ...this.
24106 * localedata/fr_FR.in: Rename to...
24107 * localedata/fr_FR.UTF-8.in: ... this.
24108 * localedata/hr_HR.in: Rename to...
24109 * localedata/hr_HR.ISO-8859-2.in: ...this.
24110 * localedata/hu_HU.in: Rename to...
24111 * localedata/hu_HU.UTF-8.in: ...this.
24112 * localedata/si_LK.in: Rename to...
24113 * localedata/si_LK.UTF-8.in: ...this.
24114 * localedata/sv_SE.in: Rename to...
24115 * localedata/sv_SE.ISO-8859-1.in: ...this.
24116 * localedata/tr_TR.in: Rename to...
24117 * localedata/tr_TR.UTF-8.in: ...this.
24118 * localedata/uk_UA.in: Rename to...
24119 * localedata/uk_UA.UTF-8.in: ...this.
24120 * localedata/sort-test.sh: Test file is locale name with the
24121 suffix.
24122
24123 * localedata/unicode-gen/Makefile (check_i18n): Rename to
24124 check_i18n_ctype. Depend on i18n_ctype-report. Check i18n_ctype-report
24125 file.
24126 * localedata/locales/i18n_ctype: Regenerate.
24127 * localedata/locales/tr_TR: Likewise.
24128 * localedata/locales/translit_circle: Likewise.
24129 * localedata/locales/translit_cjk_compat: Likewise.
24130 * localedata/locales/translit_combining: Likewise.
24131 * localedata/locales/translit_compat: Likewise.
24132 * localedata/locales/translit_font: Likewise.
24133 * localedata/locales/translit_fraction: Likewise.
24134
24135 2017-10-25 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
24136
24137 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Replace
24138 lxvd2x/stxvd2x with lvx/stvx.
24139 * sysdeps/powerpc/powerpc64/power7/memmove.S: Likewise.
24140
24141 2017-10-25 H.J. Lu <hongjiu.lu@intel.com>
24142
24143 * include/alloc_buffer.h: Replace "if if " with "if " in
24144 comments.
24145 * sysdeps/mips/memcpy.S: Likkewise.
24146 * sysdeps/mips/memset.S: Likewise.
24147 * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S:
24148 Likewise.
24149 * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S:
24150 Likewise.
24151 * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S:
24152 Likewise.
24153
24154 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24155
24156 [BZ #15261]
24157 * localedata/locales/cmn_TW (LC_MESSAGES): Add fullwidth yYnN to
24158 yesexpr and noexpr.
24159 * localedata/locales/hak_TW (LC_MESSAGES): Likewise.
24160 * localedata/locales/ko_KR (LC_MESSAGES): Likewise.
24161 * localedata/locales/lzh_TW (LC_MESSAGES): Likewise.
24162 * localedata/locales/nan_TW (LC_MESSAGES): Likewise.
24163 * localedata/locales/zh_CN (LC_MESSAGES): Likewise.
24164 * localedata/locales/zh_HK (LC_MESSAGES): Likewise.
24165 * localedata/locales/zh_TW (LC_MESSAGES): Likewise.
24166
24167 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24168
24169 * localedata/locales/am_ET (LC_MESSAGES): Sync with CLDR.
24170 * localedata/locales/az_AZ (LC_MESSAGES): Likewise.
24171 * localedata/locales/el_GR (LC_MESSAGES): Likewise.
24172 * localedata/locales/ha_NG (LC_MESSAGES): Likewise.
24173 * localedata/locales/ln_CD (LC_MESSAGES): Likewise.
24174 * localedata/locales/mfe_MU (LC_MESSAGES): Likewise.
24175 * localedata/locales/ml_IN (LC_MESSAGES): Likewise.
24176 * localedata/locales/mt_MT (LC_MESSAGES): Likewise.
24177 * localedata/locales/os_RU (LC_MESSAGES): Likewise.
24178 * localedata/locales/tg_TJ (LC_MESSAGES): Likewise.
24179 * localedata/locales/tt_RU (LC_MESSAGES): Likewise.
24180 * localedata/locales/wo_SN (LC_MESSAGES): Likewise.
24181
24182 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24183
24184 * localedata/locales/aa_ET (LC_MESSAGES): Use ASCII as much
24185 as possible for better readability of the source.
24186 * localedata/locales/af_ZA (LC_MESSAGES): Likewise.
24187 * localedata/locales/ak_GH (LC_MESSAGES): Likewise.
24188 * localedata/locales/am_ET (LC_MESSAGES): Likewise.
24189 * localedata/locales/anp_IN (LC_MESSAGES): Likewise.
24190 * localedata/locales/ar_EG (LC_MESSAGES): Likewise.
24191 * localedata/locales/as_IN (LC_MESSAGES): Likewise.
24192 * localedata/locales/ast_ES (LC_MESSAGES): Likewise.
24193 * localedata/locales/ayc_PE (LC_MESSAGES): Likewise.
24194 * localedata/locales/az_AZ (LC_MESSAGES): Likewise.
24195 * localedata/locales/az_IR (LC_MESSAGES): Likewise.
24196 * localedata/locales/be_BY (LC_MESSAGES): Likewise.
24197 * localedata/locales/be_BY@latin (LC_MESSAGES): Likewise.
24198 * localedata/locales/bem_ZM (LC_MESSAGES): Likewise.
24199 * localedata/locales/ber_MA (LC_MESSAGES): Likewise.
24200 * localedata/locales/bg_BG (LC_MESSAGES): Likewise.
24201 * localedata/locales/bhb_IN (LC_MESSAGES): Likewise.
24202 * localedata/locales/bi_VU (LC_MESSAGES): Likewise.
24203 * localedata/locales/bo_CN (LC_MESSAGES): Likewise.
24204 * localedata/locales/br_FR (LC_MESSAGES): Likewise.
24205 * localedata/locales/bs_BA (LC_MESSAGES): Likewise.
24206 * localedata/locales/ca_ES (LC_MESSAGES): Likewise.
24207 * localedata/locales/ce_RU (LC_MESSAGES): Likewise.
24208 * localedata/locales/crh_UA (LC_MESSAGES): Likewise.
24209 * localedata/locales/cs_CZ (LC_MESSAGES): Likewise.
24210 * localedata/locales/csb_PL (LC_MESSAGES): Likewise.
24211 * localedata/locales/cv_RU (LC_MESSAGES): Likewise.
24212 * localedata/locales/cy_GB (LC_MESSAGES): Likewise.
24213 * localedata/locales/da_DK (LC_MESSAGES): Likewise.
24214 * localedata/locales/de_DE (LC_MESSAGES): Likewise.
24215 * localedata/locales/dv_MV (LC_MESSAGES): Likewise.
24216 * localedata/locales/dz_BT (LC_MESSAGES): Likewise.
24217 * localedata/locales/el_GR (LC_MESSAGES): Likewise.
24218 * localedata/locales/en_CA (LC_MESSAGES): Likewise.
24219 * localedata/locales/en_US (LC_MESSAGES): Likewise.
24220 * localedata/locales/es_ES (LC_MESSAGES): Likewise.
24221 * localedata/locales/et_EE (LC_MESSAGES): Likewise.
24222 * localedata/locales/eu_ES (LC_MESSAGES): Likewise.
24223 * localedata/locales/fa_IR (LC_MESSAGES): Likewise.
24224 * localedata/locales/ff_SN (LC_MESSAGES): Likewise.
24225 * localedata/locales/fi_FI (LC_MESSAGES): Likewise.
24226 * localedata/locales/fil_PH (LC_MESSAGES): Likewise.
24227 * localedata/locales/fo_FO (LC_MESSAGES): Likewise.
24228 * localedata/locales/fr_BE (LC_MESSAGES): Likewise.
24229 * localedata/locales/fr_CH (LC_MESSAGES): Likewise.
24230 * localedata/locales/fr_FR (LC_MESSAGES): Likewise.
24231 * localedata/locales/fr_LU (LC_MESSAGES): Likewise.
24232 * localedata/locales/fur_IT (LC_MESSAGES): Likewise.
24233 * localedata/locales/fy_DE (LC_MESSAGES): Likewise.
24234 * localedata/locales/ga_IE (LC_MESSAGES): Likewise.
24235 * localedata/locales/gd_GB (LC_MESSAGES): Likewise.
24236 * localedata/locales/gl_ES (LC_MESSAGES): Likewise.
24237 * localedata/locales/gu_IN (LC_MESSAGES): Likewise.
24238 * localedata/locales/gv_GB (LC_MESSAGES): Likewise.
24239 * localedata/locales/ha_NG (LC_MESSAGES): Likewise.
24240 * localedata/locales/hak_TW (LC_MESSAGES): Likewise.
24241 * localedata/locales/he_IL (LC_MESSAGES): Likewise.
24242 * localedata/locales/hif_FJ (LC_MESSAGES): Likewise.
24243 * localedata/locales/hne_IN (LC_MESSAGES): Likewise.
24244 * localedata/locales/hr_HR (LC_MESSAGES): Likewise.
24245 * localedata/locales/hsb_DE (LC_MESSAGES): Likewise.
24246 * localedata/locales/ht_HT (LC_MESSAGES): Likewise.
24247 * localedata/locales/hu_HU (LC_MESSAGES): Likewise.
24248 * localedata/locales/hy_AM (LC_MESSAGES): Likewise.
24249 * localedata/locales/ia_FR (LC_MESSAGES): Likewise.
24250 * localedata/locales/id_ID (LC_MESSAGES): Likewise.
24251 * localedata/locales/ig_NG (LC_MESSAGES): Likewise.
24252 * localedata/locales/ik_CA (LC_MESSAGES): Likewise.
24253 * localedata/locales/is_IS (LC_MESSAGES): Likewise.
24254 * localedata/locales/it_CH (LC_MESSAGES): Likewise.
24255 * localedata/locales/it_IT (LC_MESSAGES): Likewise.
24256 * localedata/locales/iu_CA (LC_MESSAGES): Likewise.
24257 * localedata/locales/ja_JP (LC_MESSAGES): Likewise.
24258 * localedata/locales/kk_KZ (LC_MESSAGES): Likewise.
24259 * localedata/locales/kl_GL (LC_MESSAGES): Likewise.
24260 * localedata/locales/ko_KR (LC_MESSAGES): Likewise.
24261 * localedata/locales/ks_IN (LC_MESSAGES): Likewise.
24262 * localedata/locales/ku_TR (LC_MESSAGES): Likewise.
24263 * localedata/locales/kw_GB (LC_MESSAGES): Likewise.
24264 * localedata/locales/ky_KG (LC_MESSAGES): Likewise.
24265 * localedata/locales/lb_LU (LC_MESSAGES): Likewise.
24266 * localedata/locales/lg_UG (LC_MESSAGES): Likewise.
24267 * localedata/locales/li_NL (LC_MESSAGES): Likewise.
24268 * localedata/locales/lij_IT (LC_MESSAGES): Likewise.
24269 * localedata/locales/ln_CD (LC_MESSAGES): Likewise.
24270 * localedata/locales/lo_LA (LC_MESSAGES): Likewise.
24271 * localedata/locales/lt_LT (LC_MESSAGES): Likewise.
24272 * localedata/locales/lv_LV (LC_MESSAGES): Likewise.
24273 * localedata/locales/lzh_TW (LC_MESSAGES): Likewise.
24274 * localedata/locales/mg_MG (LC_MESSAGES): Likewise.
24275 * localedata/locales/mhr_RU (LC_MESSAGES): Likewise.
24276 * localedata/locales/mi_NZ (LC_MESSAGES): Likewise.
24277 * localedata/locales/mk_MK (LC_MESSAGES): Likewise.
24278 * localedata/locales/ml_IN (LC_MESSAGES): Likewise.
24279 * localedata/locales/mn_MN (LC_MESSAGES): Likewise.
24280 * localedata/locales/ms_MY (LC_MESSAGES): Likewise.
24281 * localedata/locales/mt_MT (LC_MESSAGES): Likewise.
24282 * localedata/locales/my_MM (LC_MESSAGES): Likewise.
24283 * localedata/locales/nan_TW (LC_MESSAGES): Likewise.
24284 * localedata/locales/nan_TW@latin (LC_MESSAGES): Likewise.
24285 * localedata/locales/nb_NO (LC_MESSAGES): Likewise.
24286 * localedata/locales/nds_DE (LC_MESSAGES): Likewise.
24287 * localedata/locales/nds_NL (LC_MESSAGES): Likewise.
24288 * localedata/locales/ne_NP (LC_MESSAGES): Likewise.
24289 * localedata/locales/nhn_MX (LC_MESSAGES): Likewise.
24290 * localedata/locales/niu_NU (LC_MESSAGES): Likewise.
24291 * localedata/locales/nl_NL (LC_MESSAGES): Likewise.
24292 * localedata/locales/nn_NO (LC_MESSAGES): Likewise.
24293 * localedata/locales/nr_ZA (LC_MESSAGES): Likewise.
24294 * localedata/locales/nso_ZA (LC_MESSAGES): Likewise.
24295 * localedata/locales/oc_FR (LC_MESSAGES): Likewise.
24296 * localedata/locales/om_ET (LC_MESSAGES): Likewise.
24297 * localedata/locales/or_IN (LC_MESSAGES): Likewise.
24298 * localedata/locales/os_RU (LC_MESSAGES): Likewise.
24299 * localedata/locales/pa_IN (LC_MESSAGES): Likewise.
24300 * localedata/locales/pa_PK (LC_MESSAGES): Likewise.
24301 * localedata/locales/pap_AW (LC_MESSAGES): Likewise.
24302 * localedata/locales/pap_CW (LC_MESSAGES): Likewise.
24303 * localedata/locales/pl_PL (LC_MESSAGES): Likewise.
24304 * localedata/locales/ps_AF (LC_MESSAGES): Likewise.
24305 * localedata/locales/pt_BR (LC_MESSAGES): Likewise.
24306 * localedata/locales/quz_PE (LC_MESSAGES): Likewise.
24307 * localedata/locales/raj_IN (LC_MESSAGES): Likewise.
24308 * localedata/locales/ro_RO (LC_MESSAGES): Likewise.
24309 * localedata/locales/ru_RU (LC_MESSAGES): Likewise.
24310 * localedata/locales/ru_UA (LC_MESSAGES): Likewise.
24311 * localedata/locales/rw_RW (LC_MESSAGES): Likewise.
24312 * localedata/locales/sa_IN (LC_MESSAGES): Likewise.
24313 * localedata/locales/sc_IT (LC_MESSAGES): Likewise.
24314 * localedata/locales/sd_IN@devanagari (LC_MESSAGES): Likewise.
24315 * localedata/locales/se_NO (LC_MESSAGES): Likewise.
24316 * localedata/locales/sgs_LT (LC_MESSAGES): Likewise.
24317 * localedata/locales/si_LK (LC_MESSAGES): Likewise.
24318 * localedata/locales/sk_SK (LC_MESSAGES): Likewise.
24319 * localedata/locales/sl_SI (LC_MESSAGES): Likewise.
24320 * localedata/locales/sm_WS (LC_MESSAGES): Likewise.
24321 * localedata/locales/so_DJ (LC_MESSAGES): Likewise.
24322 * localedata/locales/sq_AL (LC_MESSAGES): Likewise.
24323 * localedata/locales/sr_RS (LC_MESSAGES): Likewise.
24324 * localedata/locales/sr_RS@latin (LC_MESSAGES): Likewise.
24325 * localedata/locales/ss_ZA (LC_MESSAGES): Likewise.
24326 * localedata/locales/st_ZA (LC_MESSAGES): Likewise.
24327 * localedata/locales/sv_SE (LC_MESSAGES): Likewise.
24328 * localedata/locales/sw_KE (LC_MESSAGES): Likewise.
24329 * localedata/locales/szl_PL (LC_MESSAGES): Likewise.
24330 * localedata/locales/tcy_IN (LC_MESSAGES): Likewise.
24331 * localedata/locales/tg_TJ (LC_MESSAGES): Likewise.
24332 * localedata/locales/th_TH (LC_MESSAGES): Likewise.
24333 * localedata/locales/the_NP (LC_MESSAGES): Likewise.
24334 * localedata/locales/ti_ER (LC_MESSAGES): Likewise.
24335 * localedata/locales/tk_TM (LC_MESSAGES): Likewise.
24336 * localedata/locales/tn_ZA (LC_MESSAGES): Likewise.
24337 * localedata/locales/to_TO (LC_MESSAGES): Likewise.
24338 * localedata/locales/tr_TR (LC_MESSAGES): Likewise.
24339 * localedata/locales/ts_ZA (LC_MESSAGES): Likewise.
24340 * localedata/locales/tt_RU (LC_MESSAGES): Likewise.
24341 * localedata/locales/tt_RU@iqtelif (LC_MESSAGES): Likewise.
24342 * localedata/locales/uk_UA (LC_MESSAGES): Likewise.
24343 * localedata/locales/unm_US (LC_MESSAGES): Likewise.
24344 * localedata/locales/ur_IN (LC_MESSAGES): Likewise.
24345 * localedata/locales/ur_PK (LC_MESSAGES): Likewise.
24346 * localedata/locales/uz_UZ (LC_MESSAGES): Likewise.
24347 * localedata/locales/uz_UZ@cyrillic (LC_MESSAGES): Likewise.
24348 * localedata/locales/ve_ZA (LC_MESSAGES): Likewise.
24349 * localedata/locales/vi_VN (LC_MESSAGES): Likewise.
24350 * localedata/locales/wa_BE (LC_MESSAGES): Likewise.
24351 * localedata/locales/wo_SN (LC_MESSAGES): Likewise.
24352 * localedata/locales/xh_ZA (LC_MESSAGES): Likewise.
24353 * localedata/locales/yi_US (LC_MESSAGES): Likewise.
24354 * localedata/locales/yo_NG (LC_MESSAGES): Likewise.
24355 * localedata/locales/yue_HK (LC_MESSAGES): Likewise.
24356 * localedata/locales/zh_CN (LC_MESSAGES): Likewise.
24357 * localedata/locales/zh_HK (LC_MESSAGES): Likewise.
24358 * localedata/locales/zh_TW (LC_MESSAGES): Likewise.
24359 * localedata/locales/zu_ZA (LC_MESSAGES): Likewise.
24360
24361 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24362
24363 * localedata/locales/brx_IN (LC_MESSAGES): Fix yesexpr and noexpr
24364 (Use first letters of yesstr and nostr correctly instead of using
24365 full words).
24366
24367 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24368
24369 * localedata/locales/ta_IN (LC_MESSAGES): Fix yesexpr and noexpr
24370 (Use first letters of yesstr and nostr correctly).
24371
24372 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24373
24374 * localedata/locales/hi_IN (LC_MESSAGES): In yesexpr and noexpr,
24375 also check for the first characters of yesstr and nostr.
24376 * localedata/locales/kn_IN (LC_MESSAGES): Likewise.
24377 * localedata/locales/ks_IN@devanagari (LC_MESSAGES): Likewise.
24378
24379 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24380
24381 * localedata/locales/cmn_TW (LC_MESSAGES): In yesexpr and noexpr,
24382 also check for Chinese characters.
24383
24384 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24385
24386 * localedata/locales/chr_US (LC_MESSAGES): In yesexpr and noexpr,
24387 match also for the contents of yesstr and nostr. As the first letter
24388 of yesstr and nostr is equal, checking only for the first letter
24389 is not enough.
24390
24391 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24392
24393 * localedata/locales/ber_DZ (LC_MESSAGES): Use copy "kab_DZ",
24394 it is the same according to Belkacem Mohammed <belkacem77@gmail.com>.
24395
24396 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24397
24398 * localedata/locales/kab_DZ (LC_IDENTIFICATION): Add e-mail
24399 of main contributor.
24400
24401 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24402
24403 * localedata/locales/zh_SG (LC_MESSAGES): Use copy "zh_CN"
24404 instead of using English.
24405
24406 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24407
24408 * localedata/locales/ug_CN (LC_MESSAGES): Fix noexpr and yesexpr
24409 by including the first letters of nostr and yesexpr in the regexp.
24410 Also make it more readable by using ASCII where possible.
24411
24412 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24413
24414 * localedata/locales/te_IN (LC_MESSAGES): Fix noexpr by including
24415 the first letter of nostr in the regexp. It agrees with CLDR now.
24416 Also make it more readable by using ASCII where possible.
24417
24418 2017-10-24 Mike FABIAN <mfabian@redhat.com>
24419
24420 * localedata/locales/km_KH (LC_MESSAGES): Fix yestr and nostr.
24421 The yesstr and nostr apparently came from CLDR. And CLDR has a bug there:
24422 these strings contain a U+17D6 (which somewhat looks like a colon)
24423 instead of a real colon to separate the full words for “yes”
24424 and “no” from the single letter responses.
24425
24426 2017-10-24 Mike FABIAN <mfabian@redhat.com>
24427
24428 * localedata/locales/ka_GE (LC_MESSAGES): Fix yesexp to make
24429 it agree with CLDR (include the first letter of yesstr).
24430 Also make it more readable by using ASCII where possible.
24431
24432 2017-10-24 Mike FABIAN <mfabian@redhat.com>
24433
24434 * localedata/locales/mr_IN (LC_MESSAGES): Fix yesstr and nostr
24435 and improve yesexpr and noexpr. The yesstr and nostr apparently
24436 came from CLDR. And CLDR has a bug there: these strings contain
24437 a U+0903 (which looks like a colon) instead of a real colon
24438 to separate the full words for “yes” and “no” from the single
24439 letter responses.
24440
24441 2017-10-24 Mike FABIAN <mfabian@redhat.com>
24442
24443 * localedata/locales/bn_BD (LC_MESSAGES): Use only the first
24444 letters of the full yesstr and nostr in yesexpr and noexpr.
24445
24446 2017-10-24 Mike FABIAN <mfabian@redhat.com>
24447
24448 * localedata/locales/an_ES (LC_MESSAGES): Add yesstr and nostr.
24449 * localedata/locales/an_ES (LC_ADDRESS): Add lang_term and lang_lib.
24450 * localedata/locales/an_ES: Make source more readable by using ASCII
24451 where possible.
24452
24453 2017-10-24 Mike FABIAN <mfabian@redhat.com>
24454
24455 [BZ #20952]
24456 * localedata/locales/yuw_PG: New file.
24457 * localedata/SUPPORTED: Add yuw_PG/UTF-8.
24458 * locale/iso-639.def: Add Yau (Uruwa).
24459
24460 2017-10-23 Wilco Dijkstra <wdijkstr@arm.com>
24461
24462 * malloc/malloc.c (_int_malloc): Add SINGLE_THREAD_P path.
24463
24464 2017-10-23 Wilco Dijkstra <wdijkstr@arm.com>
24465
24466 * malloc/malloc.c (__libc_malloc): Add SINGLE_THREAD_P path.
24467 (__libc_realloc): Likewise.
24468 (_mid_memalign): Likewise.
24469 (__libc_calloc): Likewise.
24470
24471 2017-10-23 Mike FABIAN <mfabian@redhat.com>
24472
24473 * localedata/locales/tpi_PG (LC_MESSAGES): Fix yesexpr and noexpr
24474 by adding the generic +1 and -0 as in all other locales.
24475 * localedata/locales/tpi_PG (LC_TIME): Fix some typos in the month and
24476 day names and make it more readable by using ASCII where possible.
24477
24478 2017-10-24 Joseph Myers <joseph@codesourcery.com>
24479
24480 * sysdeps/x86/fpu/fix-fp-int-compare-invalid.h
24481 (FIX_COMPARE_INVALID): Define to 0 if [__GNUC_PREREQ (8, 0)].
24482
24483 2017-10-23 Adhemerval Zanella <adhemerval.zanella@linaro.org>
24484
24485 * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Use 0 instead of
24486 WNOHANG in waitpid call.
24487
24488 2017-10-23 Siddhesh Poyarekar <siddhesh@sourceware.org>
24489
24490 * manual/conf.texi (_SC_LEVEL1_DCACHE_LINESIZE,
24491 _SC_LEVEL1_ICACHE_LINESIZE): Document aarch64 caveat.
24492
24493 * manual/conf.texi (_SC_LEVEL1_ICACHE_SIZE,
24494 _SC_LEVEL1_ICACHE_ASSOC, _SC_LEVEL1_ICACHE_LINESIZE,
24495 _SC_LEVEL1_DCACHE_SIZE, _SC_LEVEL1_DCACHE_ASSOC,
24496 _SC_LEVEL1_DCACHE_LINESIZE, _SC_LEVEL2_CACHE_SIZE,
24497 _SC_LEVEL2_CACHE_ASSOC, _SC_LEVEL2_CACHE_LINESIZE,
24498 _SC_LEVEL3_CACHE_SIZE, _SC_LEVEL3_CACHE_ASSOC,
24499 _SC_LEVEL3_CACHE_LINESIZE, _SC_LEVEL4_CACHE_SIZE,
24500 _SC_LEVEL4_CACHE_ASSOC, _SC_LEVEL4_CACHE_LINESIZE): New
24501 variables.
24502
24503 2017-10-23 Michael Collison <michael.collison@arm.com>
24504
24505 * sysdeps/aarch64/fpu/e_sqrt.c (ieee754_sqrt): Replace asm statements
24506 with __builtin_sqrt.
24507 * sysdeps/aarch64/fpu/e_sqrtf.c (ieee754_sqrtf): Replace asm statements
24508 with __builtin_sqrtf.
24509 * sysdeps/aarch64/fpu/s_ceil.c (__ceil): Replace asm statements
24510 with __builtin_ceil.
24511 * sysdeps/aarch64/fpu/s_ceilf.c (__ceilf): Replace asm statements
24512 with __builtin_ceilf.
24513 * sysdeps/aarch64/fpu/s_floor.c (__floor): Replace asm statements
24514 with __builtin_floor.
24515 * sysdeps/aarch64/fpu/s_floorf.c (__floorf): Replace asm statements
24516 with __builtin_floorf.
24517 * sysdeps/aarch64/fpu/s_fma.c (__fma): Replace asm statements
24518 with __builtin_fma.
24519 * sysdeps/aarch64/fpu/s_fmaf.c (__fmaf): Replace asm statements
24520 with __builtin_fmaf.
24521 * sysdeps/aarch64/fpu/s_fmax.c (__fmax): Replace asm statements
24522 with __builtin_fmax.
24523 * sysdeps/aarch64/fpu/s_fmaxf.c (__fmaxf): Replace asm statements
24524 with __builtin_fmaxf.
24525 * sysdeps/aarch64/fpu/s_fmin.c (__fmin): Replace asm statements
24526 with __builtin_fmin.
24527 * sysdeps/aarch64/fpu/s_fminf.c (__fminf): Replace asm statements
24528 with __builtin_fminf.
24529 * sysdeps/aarch64/fpu/s_frint.c: Delete file.
24530 * sysdeps/aarch64/fpu/s_frintf.c: Delete file.
24531 * sysdeps/aarch64/fpu/s_llrint.c (__llrint): Replace asm statements
24532 with builtin_rint and conversion to int.
24533 * sysdeps/aarch64/fpu/s_llrintf.c (__llrintf): Likewise.
24534 * sysdeps/aarch64/fpu/s_llround.c (__llround): Replace asm statements
24535 with builtin_llround.
24536 * sysdeps/aarch64/fpu/s_llroundf.c (__llroundf): Likewise.
24537 * sysdeps/aarch64/fpu/s_lrint.c (__lrint): Replace asm statements
24538 with builtin_rint and conversion to long int.
24539 * sysdeps/aarch64/fpu/s_lrintf.c (__lrintf): Likewise.
24540 * sysdeps/aarch64/fpu/s_lround.c (__lround): Replace asm statements
24541 with builtin_lround.
24542 * sysdeps/aarch64/fpu/s_lroundf.c (__lroundf): Replace asm statements
24543 with builtin_lroundf.
24544 * sysdeps/aarch64/fpu/s_nearbyint.c (__nearbyint): Replace asm
24545 statements with __builtin_nearbyint.
24546 * sysdeps/aarch64/fpu/s_nearbyintf.c (__nearbyintf): Replace asm
24547 statements with __builtin_nearbyintf.
24548 * sysdeps/aarch64/fpu/s_rint.c (__rint): Replace asm statements
24549 with __builtin_rint.
24550 * sysdeps/aarch64/fpu/s_rintf.c (__rintf): Replace asm statements
24551 with __builtin_rintf.
24552 * sysdeps/aarch64/fpu/s_round.c (__round): Replace asm statements
24553 with __builtin_round.
24554 * sysdeps/aarch64/fpu/s_roundf.c (__roundf): Replace asm statements
24555 with __builtin_roundf.
24556 * sysdeps/aarch64/fpu/s_trunc.c (__trunc): Replace asm statements
24557 with __builtin_trunc.
24558 * sysdeps/aarch64/fpu/s_truncf.c (__truncf): Replace asm statements
24559 with __builtin_truncf.
24560 * sysdeps/aarch64/fpu/Makefile: Build e_sqrt[f].c with -fno-math-errno,
24561 and s_l[l]round[f].c too.
24562
24563 2017-10-23 Alan Modra <amodra@gmail.com>
24564
24565 * sysdeps/powerpc/powerpc64/power8/strncpy.S: Move LR cfi.
24566 Adjust stack after restoring regs. Add missing LR cfi_restore.
24567
24568 2017-10-23 Alan Modra <amodra@gmail.com>
24569
24570 * sysdeps/powerpc/powerpc64/power7/strncpy.S: Decrease FRAMESIZE.
24571 Move LR save and frame setup/teardown and LR restore to
24572 immediately around memset call. Provide cfi.
24573
24574 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24575
24576 * sysdeps/i386/fpu/e_powf.S: Removed.
24577 * sysdeps/i386/fpu/e_powf_log2_data.c: Likewise.
24578 * sysdeps/i386/fpu/w_powf.c: Likewise.
24579 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_powf.c.
24580 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
24581 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
24582 Add e_powf-sse2.
24583 (CFLAGS-e_powf-sse2.c): New.
24584 * sysdeps/i386/i686/fpu/multiarch/e_powf-sse2.c: New file.
24585 * sysdeps/i386/i686/fpu/multiarch/e_powf.c: Likewise.
24586
24587 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24588
24589 * sysdeps/i386/fpu/e_log2f.S: Removed.
24590 * sysdeps/i386/fpu/e_log2f_data.c: Likewise.
24591 * sysdeps/i386/fpu/w_log2f.c: Likewise.
24592 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_log2f.c.
24593 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
24594 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
24595 Add e_log2f-sse2.
24596 (CFLAGS-e_log2f-sse2.c): New.
24597 * sysdeps/i386/i686/fpu/multiarch/e_log2f-sse2.c: New file.
24598 * sysdeps/i386/i686/fpu/multiarch/e_log2f.c: Likewise.
24599
24600 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24601
24602 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
24603 Add e_powf-fma.
24604 (CFLAGS-e_powf-fma.c): New.
24605 * sysdeps/x86_64/fpu/multiarch/e_powf-fma.c: New file.
24606 * sysdeps/x86_64/fpu/multiarch/e_powf.c: Likewise.
24607
24608 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24609
24610 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
24611 Add e_log2f-fma.
24612 (CFLAGS-e_log2f-fma.c): New.
24613 * sysdeps/x86_64/fpu/multiarch/e_log2f-fma.c: New file.
24614 * sysdeps/x86_64/fpu/multiarch/e_log2f.c: Likewise.
24615
24616 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24617
24618 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
24619 Add e_logf-fma.
24620 (CFLAGS-e_logf-fma.c): New.
24621 * sysdeps/x86_64/fpu/multiarch/e_logf-fma.c: New file.
24622 * sysdeps/x86_64/fpu/multiarch/e_logf.c: Likewise.
24623
24624 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24625
24626 * sysdeps/i386/fpu/e_logf.S: Removed.
24627 * sysdeps/i386/fpu/e_logf_data.c: Likewise.
24628 * sysdeps/i386/fpu/w_logf.c: Likewise.
24629 * sysdeps/i386/i686/fpu/e_logf.S: Likewise.
24630 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_logf.c.
24631 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
24632 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
24633 Add e_logf-sse2.
24634 (CFLAGS-e_logf-sse2.c): New.
24635 * sysdeps/i386/i686/fpu/multiarch/e_logf-sse2.c: New file.
24636 * sysdeps/i386/i686/fpu/multiarch/e_logf.c: Likewise.
24637
24638 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24639
24640 * sysdeps/i386/fpu/e_exp2f.S: Removed.
24641 * sysdeps/i386/fpu/w_exp2f.c: Likewise.
24642 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_exp2f.c.
24643 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
24644 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
24645 Add e_exp2f-sse2.
24646 (CFLAGS-e_exp2f-sse2.c): New.
24647 * sysdeps/i386/i686/fpu/multiarch/e_exp2f-sse2.c: New file.
24648 * sysdeps/i386/i686/fpu/multiarch/e_exp2f.c: Likewise.
24649
24650 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24651
24652 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
24653 Add e_exp2f-fma.
24654 (CFLAGS-e_exp2f-fma.c): New.
24655 * sysdeps/x86_64/fpu/multiarch/e_exp2f-fma.c: New file.
24656 * sysdeps/x86_64/fpu/multiarch/e_exp2f.c: Likewise.
24657
24658 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24659
24660 * sysdeps/i386/fpu/e_exp2f_data.c: Removed.
24661 * sysdeps/i386/fpu/e_expf.S: Likewise.
24662 * sysdeps/i386/fpu/math_errf.c: Likewise.
24663 * sysdeps/i386/fpu/w_expf.c: Likewise.
24664 * sysdeps/i386/i686/fpu/multiarch/e_expf-ia32.S: Likewise.
24665 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
24666 * sysdeps/i386/i686/fpu/multiarch/w_expf.c: Likewise.
24667 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_expf.c.
24668 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
24669 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
24670 Remove e_expf-ia32.
24671 (CFLAGS-e_expf-sse2.c): New.
24672 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.c: New file.
24673 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Rewritten.
24674
24675 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24676
24677 * sysdeps/x86_64/fpu/e_expf.S: Removed.
24678 * sysdeps/x86_64/fpu/multiarch/e_expf-fma.S: Likewise.
24679 * sysdeps/x86_64/fpu/w_expf.c: Likewise.
24680 * sysdeps/x86_64/fpu/libm-test-ulps: Updated for generic
24681 e_expf.c.
24682 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-e_expf-fma.c):
24683 New.
24684 * sysdeps/x86_64/fpu/multiarch/e_expf-fma.c: New file.
24685 * sysdeps/x86_64/fpu/multiarch/e_expf.c (__redirect_ieee754_expf):
24686 Renamed to ...
24687 (__redirect_expf): This.
24688 (SYMBOL_NAME): Changed to expf.
24689 (__ieee754_expf): Renamed to ...
24690 (__expf): This.
24691 (__GI___expf): This.
24692 (__ieee754_expf): Add strong_alias.
24693 (__expf_finite): Likewise.
24694 (__expf): New.
24695 Include <sysdeps/ieee754/flt-32/e_expf.c>.
24696
24697 2017-10-22 Paul Eggert <eggert@cs.ucla.edu>
24698
24699 [BZ #22332]
24700 * posix/glob.c (__glob): Fix buffer overflow during GLOB_TILDE
24701 unescaping.
24702
24703 2017-10-21 Florian Weimer <fweimer@redhat.com>
24704
24705 * posix/Makefile (tests): Add tst-glob-tilde.
24706 (tests-special): Add tst-glob-tilde-mem.out
24707 (tst-glob-tilde-ENV): Set MALLOC_TRACE.
24708 (tst-glob-tilde-mem.out): Add mtrace check.
24709 * posix/tst-glob-tilde.c: New file.
24710
24711 2017-10-20 Joseph Myers <joseph@codesourcery.com>
24712
24713 * bits/floatn-common.h: New file.
24714 * math/Makefile (headers): Add bits/floatn-common.h.
24715 * bits/floatn.h: Include <bits/floatn-common.h>.
24716 * sysdeps/ia64/bits/floatn.h: Likewise.
24717 * sysdeps/ieee754/ldbl-128/bits/floatn.h: Likewise.
24718 * sysdeps/mips/ieee754/bits/floatn.h: Likewise.
24719 * sysdeps/powerpc/bits/floatn.h: Likewise.
24720 * sysdeps/x86/bits/floatn.h: Likewise.
24721
24722 2017-10-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
24723
24724 * configure.ac (libc_cv_gcc_incompatbile_alias): New define:
24725 indicates whether compiler emits an warning for alias for
24726 functions with incompatible types.
24727
24728 [BZ #22273]
24729 * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Handle the case where
24730 the auxiliary process is terminated by a signal before calling _exit
24731 or execve.
24732
24733 2017-10-20 H.J. Lu <hongjiu.lu@intel.com>
24734
24735 [BZ #21265]
24736 * sysdeps/x86/cpu-features-offsets.sym (XSAVE_STATE_SIZE_OFFSET):
24737 New.
24738 * sysdeps/x86/cpu-features.c: Include <libc-pointer-arith.h>.
24739 (get_common_indeces): Set xsave_state_size, xsave_state_full_size
24740 and bit_arch_XSAVEC_Usable if needed.
24741 (init_cpu_features): Remove bit_arch_Use_dl_runtime_resolve_slow
24742 and bit_arch_Use_dl_runtime_resolve_opt.
24743 * sysdeps/x86/cpu-features.h (bit_arch_Use_dl_runtime_resolve_opt):
24744 Removed.
24745 (bit_arch_Use_dl_runtime_resolve_slow): Likewise.
24746 (bit_arch_Prefer_No_AVX512): Updated.
24747 (bit_arch_MathVec_Prefer_No_AVX512): Likewise.
24748 (bit_arch_XSAVEC_Usable): New.
24749 (STATE_SAVE_OFFSET): Likewise.
24750 (STATE_SAVE_MASK): Likewise.
24751 [__ASSEMBLER__]: Include <cpu-features-offsets.h>.
24752 (cpu_features): Add xsave_state_size and xsave_state_full_size.
24753 (index_arch_Use_dl_runtime_resolve_opt): Removed.
24754 (index_arch_Use_dl_runtime_resolve_slow): Likewise.
24755 (index_arch_XSAVEC_Usable): New.
24756 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
24757 Support XSAVEC_Usable. Remove Use_dl_runtime_resolve_slow.
24758 * sysdeps/x86_64/Makefile (tst-x86_64-1-ENV): New if tunables
24759 is enabled.
24760 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
24761 Replace _dl_runtime_resolve_sse, _dl_runtime_resolve_avx,
24762 _dl_runtime_resolve_avx_slow, _dl_runtime_resolve_avx_opt,
24763 _dl_runtime_resolve_avx512 and _dl_runtime_resolve_avx512_opt
24764 with _dl_runtime_resolve_fxsave, _dl_runtime_resolve_xsave and
24765 _dl_runtime_resolve_xsavec.
24766 * sysdeps/x86_64/dl-trampoline.S (DL_RUNTIME_UNALIGNED_VEC_SIZE):
24767 Removed.
24768 (DL_RUNTIME_RESOLVE_REALIGN_STACK): Check STATE_SAVE_ALIGNMENT
24769 instead of VEC_SIZE.
24770 (REGISTER_SAVE_BND0): Removed.
24771 (REGISTER_SAVE_BND1): Likewise.
24772 (REGISTER_SAVE_BND3): Likewise.
24773 (REGISTER_SAVE_RAX): Always defined to 0.
24774 (VMOV): Removed.
24775 (_dl_runtime_resolve_avx): Likewise.
24776 (_dl_runtime_resolve_avx_slow): Likewise.
24777 (_dl_runtime_resolve_avx_opt): Likewise.
24778 (_dl_runtime_resolve_avx512): Likewise.
24779 (_dl_runtime_resolve_avx512_opt): Likewise.
24780 (_dl_runtime_resolve_sse): Likewise.
24781 (_dl_runtime_resolve_sse_vex): Likewise.
24782 (USE_FXSAVE): New.
24783 (_dl_runtime_resolve_fxsave): Likewise.
24784 (USE_XSAVE): Likewise.
24785 (_dl_runtime_resolve_xsave): Likewise.
24786 (USE_XSAVEC): Likewise.
24787 (_dl_runtime_resolve_xsavec): Likewise.
24788 * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve_avx512):
24789 Removed.
24790 (_dl_runtime_resolve_avx512_opt): Likewise.
24791 (_dl_runtime_resolve_avx): Likewise.
24792 (_dl_runtime_resolve_avx_opt): Likewise.
24793 (_dl_runtime_resolve_sse): Likewise.
24794 (_dl_runtime_resolve_sse_vex): Likewise.
24795 (_dl_runtime_resolve_fxsave): New.
24796 (_dl_runtime_resolve_xsave): Likewise.
24797 (_dl_runtime_resolve_xsavec): Likewise.
24798
24799 2017-10-20 Paul Eggert <eggert@cs.ucla.edu>
24800
24801 [BZ #22320]
24802 CVE-2017-15670
24803 * posix/glob.c (__glob): Fix one-byte overflow.
24804
24805 2017-10-20 Wilco Dijkstra <wdijkstr@arm.com>
24806
24807 * malloc/malloc.c (sysdep-cancel.h): Add include.
24808
24809 2017-10-20 Wilco Dijkstra <wdijkstr@arm.com>
24810
24811 * malloc/malloc.c (_int_free): Add SINGLE_THREAD_P fast paths.
24812
24813 2017-10-20 Will Hawkins <hawkinsw@borlaugic.com>
24814
24815 * resolv/Makefile [$(build-shared)$(have-thread-library) == yesyes]
24816 (tests): Remove $(objpfx)ga_test depdendency.
24817 * resolv/ga_test.c: Remove file.
24818
24819 2017-10-20 Mike FABIAN <mfabian@redhat.com>
24820
24821 [BZ #18812]
24822 * localedata/SUPPORTED: Add kab_DZ/UTF-8.
24823 * localedata/locales/kab_DZ: New file.
24824
24825 2017-10-20 H.J. Lu <hongjiu.lu@intel.com>
24826
24827 * sysdeps/m68k/dl-machine.h (elf_machine_load_address): Use
24828 _dl_relocate_static_pie instead of _dl_start to compute load
24829 address in static PIE.
24830
24831 2017-10-20 H.J. Lu <hongjiu.lu@intel.com>
24832
24833 * sysdeps/m68k/start.S (_start): Check PIC instead of SHARED.
24834
24835 2017-10-20 Mike FABIAN <mfabian@redhat.com>
24836
24837 [BZ #13605]
24838 * localedata/SUPPORTED: Add shn_MM/UTF-8.
24839 * localedata/locales/shn_MM: New file.
24840
24841 2017-10-20 Florian Weimer <fweimer@redhat.com>
24842
24843 [BZ #22321]
24844 sysconf: Fix missing definition of UIO_MAXIOV on Linux.
24845 * sysdeps/posix/sysconf.c: Include <sys/uio.h>.
24846 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-sysconf-iov_max.
24847 (tst-sysconf-iov_max): Link with tst-sysconf-iov_max-uapi.o.
24848 * sysdeps/unix/sysv/linux/tst-sysconf-iov_max.c: New file.
24849 * sysdeps/unix/sysv/linux/tst-sysconf-iov_max-uapi.c: Likewise.
24850
24851 2017-10-19 H.J. Lu <hongjiu.lu@intel.com>
24852
24853 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
24854
24855 2017-10-19 Joseph Myers <joseph@codesourcery.com>
24856
24857 * sysdeps/mips/ieee754/bits/floatn.h: New file.
24858
24859 [BZ #22322]
24860 * sysdeps/mips/bits/long-double.h: Move to ....
24861 * sysdeps/mips/ieee754/bits/long-double.h: ... here.
24862
24863 2017-10-19 Wilco Dijkstra <wdijkstr@arm.com>
24864
24865 * malloc/malloc.c (_int_free): Fix deadlock bug in consistency check.
24866
24867 2017-10-19 Valery Reznic <valery_reznic@yahoo.com>
24868 H.J. Lu <hongjiu.lu@intel.com>
24869
24870 [BZ #22299]
24871 * sysdeps/x86/cpu-features.c (init_cpu_features): Don't set
24872 GLRO(dl_platform) to NULL.
24873 * sysdeps/x86_64/Makefile (tests): Add tst-platform-1.
24874 (modules-names): Add tst-platformmod-1 and
24875 x86_64/tst-platformmod-2.
24876 (CFLAGS-tst-platform-1.c): New.
24877 (CFLAGS-tst-platformmod-1.c): Likewise.
24878 (CFLAGS-tst-platformmod-2.c): Likewise.
24879 (LDFLAGS-tst-platformmod-2.so): Likewise.
24880 ($(objpfx)tst-platform-1): Likewise.
24881 ($(objpfx)tst-platform-1.out): Likewise.
24882 (tst-platform-1-ENV): Likewise.
24883 ($(objpfx)x86_64/tst-platformmod-2.os): Likewise.
24884 * sysdeps/x86_64/tst-platform-1.c: New file.
24885 * sysdeps/x86_64/tst-platformmod-1.c: Likewise.
24886 * sysdeps/x86_64/tst-platformmod-2.c: Likewise.
24887
24888 2017-10-19 Mike FABIAN <mfabian@redhat.com>
24889
24890 [BZ #13994]
24891 * locale/iso-639.def: Add Karbi.
24892 * localedata/SUPPORTED: Add mjw_IN/UTF-8.
24893 * localedata/locales/mjw_IN: New file.
24894
24895 2017-10-18 Joseph Myers <joseph@codesourcery.com>
24896
24897 * sysdeps/ieee754/ldbl-128/Makeconfig: New file.
24898 * sysdeps/ieee754/ldbl-128/bits/floatn.h: Likewise.
24899 * sysdeps/ieee754/ldbl-128/float128-abi.h: Likewise.
24900 * sysdeps/generic/libm-alias-ldouble.h: Include <bits/floatn.h>.
24901 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128]
24902 (libm_alias_ldouble_other_r): Also create _Float128 alias.
24903 * sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h: Include
24904 <bits/floatn.h>.
24905 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128]
24906 (libm_alias_ldouble_other_r): Also create _Float128 alias.
24907 * manual/math.texi (Mathematics): Document additional architecture
24908 support for _Float128.
24909 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Update.
24910 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
24911 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
24912 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
24913 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
24914 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
24915 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
24916 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
24917 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
24918 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
24919 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
24920 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
24921 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
24922 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
24923 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
24924
24925 2017-10-18 Renlin Li <renlin.li@arm.com>
24926
24927 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address): Use
24928 _DYNAMIC symbol to calculate load address.
24929
24930 2017-10-18 Paul A. Clarke <pc@us.ibm.com>
24931
24932 * sysdeps/powerpc/fpu/fenv_private.h (_FPU_MASK_TRAPS_RN):
24933 (_FPU_MASK_FRAC_INEX_RET_CC): Fix masks to more properly handle
24934 summary bits.
24935 (_FPU_MASK_RN): Expand _FPU_MASK_RN to 64bit hex.
24936 (_FPU_MASK_NOT_RN_NI): Treat bit 52 (left-to-right) as reserved.
24937
24938 2017-10-18 Mike FABIAN <mfabian@redhat.com>
24939
24940 [BZ #16777]
24941 * localedata/locales/pl_PL (LC_MONETARY): Use U+202F as mon_thousands_sep
24942 and improve readability by using more ASCII.
24943 * localedata/locales/pl_PL (LC_NUMERIC): Use U+202F as thousands_sep
24944 and improve readability by using more ASCII.
24945
24946 2017-10-18 Wilco Dijkstra <wdijkstr@arm.com>
24947
24948 * malloc/malloc.c (malloc_state): Use int for have_fastchunks since
24949 not all targets support atomics on bool.
24950
24951 2017-10-17 Joseph Myers <joseph@codesourcery.com>
24952
24953 * include/float.h [!__GNUC_PREREQ (7, 0) && __HAVE_FLOAT128 &&
24954 __GLIBC_USE (IEC_60559_TYPES_EXT)] (FLT128_MAX): Define using
24955 __f128.
24956 [!__GNUC_PREREQ (7, 0) && __HAVE_FLOAT128 && __GLIBC_USE
24957 (IEC_60559_TYPES_EXT)] (FLT128_EPSILON): Likewise.
24958 [!__GNUC_PREREQ (7, 0) && __HAVE_FLOAT128 && __GLIBC_USE
24959 (IEC_60559_TYPES_EXT)] (FLT128_MIN): Likewise.
24960 [!__GNUC_PREREQ (7, 0) && __HAVE_FLOAT128 && __GLIBC_USE
24961 (IEC_60559_TYPES_EXT)] (FLT128_TRUE_MIN): Likewise.
24962
24963 2017-10-17 Adhemerval Zanella <adhemerval.zanella@linaro.org>
24964
24965 * bits/uio-ext.h (RWF_HIPRI, RWF_DSYNC, RWF_SYNC, RWF_NOWAIT): New
24966 defines.
24967
24968 2017-10-17 Wilco Dijkstra <wdijkstr@arm.com>
24969
24970 [BZ #22159]
24971 * malloc/arena.c (ptmalloc_init): Call malloc_init_state.
24972 * malloc/malloc.c (do_check_free_chunk): Fix build bug.
24973 (do_check_remalloced_chunk): Fix build bug.
24974 (do_check_malloc_state): Add assert that checks arena->top.
24975 (malloc_consolidate): Remove initialization.
24976 (int_mallinfo): Remove call to malloc_consolidate.
24977 (__libc_mallopt): Clarify why malloc_consolidate is needed.
24978
24979 2017-10-17 Wilco Dijkstra <wdijkstr@arm.com>
24980
24981 * malloc/malloc.c (FASTCHUNKS_BIT): Remove.
24982 (have_fastchunks): Remove.
24983 (clear_fastchunks): Remove.
24984 (set_fastchunks): Remove.
24985 (malloc_state): Add have_fastchunks.
24986 (malloc_init_state): Use have_fastchunks.
24987 (do_check_malloc_state): Remove incorrect invariant checks.
24988 (_int_malloc): Use have_fastchunks.
24989 (_int_free): Likewise.
24990 (malloc_consolidate): Likewise.
24991
24992 2017-10-17 Wilco Dijkstra <wdijkstr@arm.com>
24993
24994 * malloc/malloc.c (tcache_put): Inline.
24995 (tcache_get): Inline.
24996
24997 2017-10-17 Jordi Mallach <jordi@gnu.org>
24998
24999 Aurelien Jarno <aurelien@aurel32.net>
25000 [BZ #2522]
25001 * localedata/locales/ca_ES@valencia: New file.
25002 * localedata/SUPPORTED: Add ca_ES@valencia/UTF-8.
25003
25004 2017-10-17 Romain Naour <romain.naour@gmail.com> (tiny change)
25005
25006 [BZ #22296]
25007 * math/math.h: Let signbit use the builtin in C++ mode with gcc
25008 < 6.x
25009
25010 2017-10-17 Adhemerval Zanella <adhemerval.zanella@linaro.org>
25011
25012 * scripts/build-many-glibcs.py (Context.add_all_configs):
25013 Add arm-linux-gnueabihf multiarch extra_glibcs.
25014
25015 * sysdeps/generic/ifunc-init.h: New file.
25016 * sysdeps/x86/init-arch.h: Use generic ifunc-init.h.
25017
25018 2017-10-17 Mike FABIAN <mfabian@redhat.com>
25019
25020 [BZ #22019]
25021 * localedata/locales/el_GR: Set n_cs_precedes to 0.
25022 * localedata/locales/el_CY: copy "el_GR" because it is identical.
25023 * stdlib/tst-strfmon_l.c: adapt test case.
25024
25025 2017-10-16 Joseph Myers <joseph@codesourcery.com>
25026
25027 * sysdeps/generic/float128-abi.h: New file.
25028 * sysdeps/ieee754/float128/Versions (FLOAT128_VERSION): Move
25029 non-__prefixed symbols to ....
25030 * math/Versions: ... here. Include <float128-abi.h>.
25031 * stdlib/Versions ... and here. Include <float128-abi.h>
25032
25033 2017-10-16 Florian Weimer <fweimer@redhat.com>
25034
25035 * version.h (VERSION): Switch to ".9000" as the development
25036 version suffix.
25037
25038 2017-10-16 Florian Weimer <fweimer@redhat.com>
25039
25040 [BZ #22050]
25041 * malloc/mcheck-init.c (__malloc_initialize_hook): Use
25042 compat_symbol_reference to access non-default version.
25043
25044 2017-10-16 Florian Weimer <fweimer@redhat.com>
25045
25046 * malloc/Makefile (others-extras): Set to mcheck-init.o.
25047
25048 2017-10-16 Carlos O'Donell <carlos@redhat.com>
25049
25050 * include/shlib-compat.h (compat_symbol_reference): Update
25051 comment.
25052
25053 2017-10-16 Joseph Myers <joseph@codesourcery.com>
25054
25055 * math/Makefile (test-types): Add
25056 $(type-float128-$(float128-alias-fcts)).
25057 * math/test-float128.h (TYPE_STR): Define conditional on
25058 [FLT128_MANT_DIG == LDBL_MANT_DIG].
25059 (ULP_IDX): Likewise.
25060 (ULP_I_IDX): Likewise.
25061
25062 * stdlib/strtold.c: Include <bits/floatn.h>
25063 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (strtof128): Define
25064 and later undefine as macro. Define as weak alias if
25065 [!USE_WIDE_CHAR].
25066 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (wcstof128): Define
25067 and later undefine as macro. Define as weak alias if
25068 [USE_WIDE_CHAR].
25069 * sysdeps/ieee754/ldbl-128/strtold_l.c [__HAVE_FLOAT128 &&
25070 !__HAVE_DISTINCT_FLOAT128] (strtof128_l): Define and later
25071 undefine as macro. Define as weak alias if [!USE_WIDE_CHAR].
25072 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (wcstof128_l):
25073 Define and later undefine as macro. Define as weak alias if
25074 [USE_WIDE_CHAR].
25075 * sysdeps/ieee754/ldbl-64-128/strtold_l.c: Include
25076 <bits/floatn.h>.
25077 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (strtof128_l):
25078 Define and later undefine as macro. Define as weak alias if
25079 [!USE_WIDE_CHAR].
25080 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (wcstof128_l):
25081 Define and later undefine as macro. Define as weak alias if
25082 [USE_WIDE_CHAR].
25083
25084 2017-10-15 Carlos O'Donell <carlos@redhat.com>
25085
25086 * localedata/collate-test.c (allocate_arrays): Don't use \n in
25087 record_verbose messages.
25088
25089 2017-10-15 H.J. Lu <hongjiu.lu@intel.com>
25090
25091 [BZ #22052]
25092 * malloc/hooks.c (realloc_check): Use DIAG_IGNORE_NEEDS_COMMENT
25093 to silence -O3 -Wall warning with GCC 7.
25094
25095 2017-10-14 H.J. Lu <hongjiu.lu@intel.com>
25096
25097 * Makeconfig (+link-static-before-libc): Use the first of
25098 $(CRT-$(@F)) and $(csu-objpfx)$(static-start-installed-name).
25099 * gmon/Makefile (tests): Add tst-gmon-static.
25100 (tests-static): Likewise.
25101 (CFLAGS-tst-gmon-static.c): New.
25102 (CRT-tst-gmon-static): Likewise.
25103 (DEFAULT-LDFLAGS-tst-gmon-static): Likewise.
25104 (tst-gmon-static-ENV): Likewise.
25105 (tests-special): Likewise.
25106 ($(objpfx)tst-gmon-static.out): Likewise.
25107 (clean-tst-gmon-static-data): Likewise.
25108 ($(objpfx)tst-gmon-static-gprof.out): Likewise.
25109 * gmon/tst-gmon-static-gprof.sh: New file.
25110 * gmon/tst-gmon-static.c: Likewise.
25111
25112 2017-10-13 Carlos O'Donell <carlos@redhat.com>
25113
25114 [BZ #22295]
25115 * locale/programs/linereader.c (get_string): Don't warn on
25116 non-symbolic character.
25117
25118 [BZ #22294]
25119 * locale/programs/ld-monetary.c (monetary_finish): Allow ""
25120 int_curr_symbol.
25121
25122 [BZ #22292]
25123 * locale/programs/record-status.h: New file
25124 * locale/programs/locale.c: Add comment.
25125 * locale/programs/charmap-dir.c: Don't include error.h.
25126 (charmap_opendir): Use record_error.
25127 * locale/programs/charmap.c: Don't include error.h.
25128 (charmap_read): Use record_error, and record_warning.
25129 (parse_charmap): Likewise.
25130 * locale/programs/ld-address.c: Don't include error.h.
25131 (address_finish): Use record_error, and record_warning.
25132 * locale/programs/ld-collate.c: Don't include error.h.
25133 (collate_finish): Use record_error, and record_error_at_line.
25134 * locale/programs/ld-ctype.c (ctype_finish): Use record_error.
25135 (ctype_class_new): Likewise.
25136 (ctype_map_new): Likewise.
25137 (set_one_default): Likewise.
25138 (set_class_defaults): Likewise.
25139 (translit_flatten): Likewise.
25140 (allocate_arrays): Use record_error, and record_verbose.
25141 * locale/programs/ld-identification.c: Don't include error.h.
25142 (indentation_finish): Use record_error and record_warning.
25143 * locale/programs/ld-measurement.c: Don't include error.h.
25144 (measurement_finish): Use record_error.
25145 * locale/programs/ld-messages.c
25146 (message_finish): Likewise.
25147 * locale/programs/ld-monetary.c
25148 (monetary_finish): Likewise.
25149 * locale/programs/ld-name.c (name_finish): Use record_error
25150 and record_warning.
25151 * locale/programs/ld-numeric.c
25152 (numeric_finish): Use record_error.
25153 * locale/programs/ld-paper.c: Don't include error.h.
25154 (paper_finish): Use record_error.
25155 * locale/programs/ld-telephone.c: Don't include error.h.
25156 (telephone_finish): Use record_error.
25157 * locale/programs/ld-time.c (time_finish): Likewise.
25158 * locale/programs/linereader.h (lr_error): Make inline func.
25159 * locale/programs/localedef.c: Define recorded_warning_count,
25160 and recorded_error_count.
25161 (main): Use record_error. Use recorded_error_count and
25162 recorded_warning_count to issue correct error returns.
25163 (add_to_readlist): Use record_error.
25164 (find_locale): Likewise.
25165 (load_locale): Likewise.
25166 * locale/programs/localedef.h: Remove be_quiet
25167 and WITH_CUR_LOCALE.
25168 * locale/programs/locarchive.c (compare_from_file): Use
25169 record_error.
25170 * locale/programs/locfile.c (write_locale_data): Use
25171 record_error.
25172 * locale/programs/repertoire.c: Dont include error.h.
25173 (repertoire_complain): Use record_error.
25174 * localedata/tst-fmon.sh: Expect failures from localedef.
25175 * localedata/tst-locale.sh: Likewise.
25176 * localedata/gen-locale.sh: Expect failures from SHIFT_JIS.
25177
25178 * localedata/unicode-gen/Makefile (GENERATED): Use i18n_ctype.
25179 (REPORTS): Likewise.
25180 (check): Likewise.
25181 (i18n): Rename to...
25182 (i18n_ctype): ...this.
25183 (i18n-report): Rename to...
25184 (i18n_ctype-report): ...this.
25185 * localedata/locales/i18n_ctype: Regenerate.
25186 * localedata/locales/i18n: copy i18n_ctype.
25187
25188 2017-10-13 Joseph Myers <joseph@codesourcery.com>
25189
25190 * stdlib/strfroml.c: Include <bits/floatn.h>.
25191 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (strfromf128):
25192 Define before include of <stdlib.h> and undefine afterwards, then
25193 define as weak alias.
25194
25195 * sysdeps/ieee754/ldbl-64-128/s_nextafterl.c (weak_alias):
25196 Undefine and restore default definition. Use
25197 libm_alias_ldouble_other.
25198
25199 2017-10-13 Peter Zelezny <peter.zelezny@dektech.com.au>
25200
25201 [BZ #22153]
25202 * nptl/allocatestack.c (__nptl_setxid_error): Preserve error code
25203 in coredumps.
25204
25205 2017-10-13 James Clarke <jrtc27@jrtc27.com>
25206
25207 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
25208 Assign sym_map to be map for local symbols, as TLS relocations
25209 use sym_map to determine whether the symbol is defined and to
25210 extract the TLS information.
25211 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
25212 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
25213
25214 2017-10-13 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
25215
25216 [BZ #22189]
25217 * sysdeps/powerpc/fpu/math_private.h (math_opt_barrier):
25218 (math_force_eval): Add powerpc version.
25219
25220 [BZ #22142]
25221 * stdio-common/tst-printf.c (fp_test): Add tests for DBL_MAX and
25222 -DBL_MAX.
25223 (do_test): Likewise.
25224 * stdio-common/tst-printf.sh: Likewise.
25225 * sysdeps/powerpc/powerpc64/power7/add_n.S: Invert the initial
25226 ifdef clause in order to set the carry bit right. Replace r0 by
25227 0 without changing the behavior.
25228
25229 2017-10-13 Joseph Myers <joseph@codesourcery.com>
25230
25231 * sysdeps/sparc/sparc32/fpu/s_fabsl.c: Include
25232 <libm-alias-ldouble.h>.
25233 (fabsl): Define using libm_alias_ldouble.
25234 * sysdeps/sparc/sparc64/fpu/s_fabsl.c: Include
25235 <libm-alias-ldouble.h>.
25236 (fabsl): Define using libm_alias_ldouble.
25237
25238 * sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c [BUILD_LGAMMA]:
25239 Remove conditional code.
25240
25241 * sysdeps/ieee754/ldbl-opt/s_clog10l.c (__clog10l__internal):
25242 Rename to __clog10_internal_l.
25243 (__clog10_internal_l): Define aliases using
25244 libm_alias_ldouble_other instead of using libm_alias_ldouble_other
25245 with __clog10.
25246
25247 2017-10-13 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
25248
25249 * benchtests/Makefile (bench-math): Add sinf, cosf and sincosf.
25250 * benchtests/sincosf-inputs: New file.
25251 * benchtests/cosf-inputs: New file.
25252 * benchtests/sinf-inputs: New file.
25253
25254 2017-10-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
25255
25256 * posix/tst-spawn.c (do_test): Wait for both children.
25257
25258 2017-10-12 H.J. Lu <hongjiu.lu@intel.com>
25259
25260 [BZ #22284]
25261 * gmon/Makefile [$(have-fpie)$(build-shared) == yesyes] (tests,
25262 tests-pie): Add tst-gmon-pie.
25263 (CFLAGS-tst-gmon-pie.c): New.
25264 (CRT-tst-gmon-pie): Likewise.
25265 (tst-gmon-pie-ENV): Likewise.
25266 [$(have-fpie)$(build-shared) == yesyes] (tests-special): Likewise.
25267 ($(objpfx)tst-gmon-pie.out): Likewise.
25268 (clean-tst-gmon-pie-data): Likewise.
25269 ($(objpfx)tst-gmon-pie-gprof.out): Likewise.
25270 * gmon/gmon.c [PIC]: Include <link.h>.
25271 [PIC] (callback): New function.
25272 (write_hist): Add an argument for load address. Subtract load
25273 address from PCs.
25274 (write_call_graph): Likewise.
25275 (write_gmon): Call __dl_iterate_phdr to get load address, pass
25276 it to write_hist and write_call_graph.
25277 * gmon/tst-gmon-pie.c: New file.
25278
25279 2017-10-11 Joseph Myers <joseph@codesourcery.com>
25280
25281 * math/Makefile (test-types-basic): New variable.
25282 (test-types): Likewise.
25283 (libm-test-support): Use $(test-types) instead of $(types).
25284 (libm-tests-base-normal): Likewise.
25285 (libm-tests-base-finite): Likewise.
25286 (libm-tests-base-inline): Likewise.
25287 (generated): Likewise.
25288 ($(objpfx)libm-test-support-$(t).c): Likewise.
25289 (libm-tests-for-type iterator): Likewise.
25290 (libm-test-support iterator): Likewise.
25291 * math/libm-test-support.c (ulp_i_idx): Use ULP_I_IDX.
25292 (ulp_idx): Use ULP_IDX.
25293 * math/test-ldouble.h: Include <float.h>.
25294 (TYPE_STR): Define conditional on [LDBL_MANT_DIG == DBL_MANT_DIG].
25295 (ULP_IDX): New macro.
25296 (ULP_I_IDX): Likewise.
25297 * math/test-double.h (ULP_IDX): Likewise.
25298 (ULP_I_IDX): Likewise.
25299 * math/test-float.h (ULP_IDX): Likewise.
25300 (ULP_I_IDX): Likewise.
25301 * math/test-float128.h (ULP_IDX): Likewise.
25302 (ULP_I_IDX): Likewise.
25303
25304 2017-10-11 Adhemerval Zanella <adhemerval.zanella@linaro.org>
25305
25306 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Remove file.
25307 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
25308 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
25309 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: Likewise.
25310 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
25311 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: Likewise.
25312 * sysdeps/unix/sysv/linux/powerpc/sysdep-cancel.h: Likewise.
25313 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
25314 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
25315 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
25316 * sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h: Likewise.
25317 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
25318 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
25319 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
25320 (SINGLE_THREAD_BY_GLOBAL): Define.
25321 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
25322 Likewise.
25323 * sysdeps/unix/sysv/linux/alpha/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
25324 Likewise.
25325 * sysdeps/unix/sysv/linux/arm/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
25326 Likewise.
25327 * sysdeps/unix/sysv/linux/hppa/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
25328 Likewise.
25329 * sysdeps/unix/sysv/linux/microblaze/sysdep.h
25330 (SINGLE_THREAD_BY_GLOBAL): Likewise.
25331 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
25332 Likewise.
25333
25334 2017-10-11 Andreas Schwab <schwab@suse.de>
25335
25336 * nis/Makefile (aux): Remove.
25337 * nscd/Makefile (aux): Add nscd_hash.
25338 (nscd-modules): Likewise.
25339 ($(objpfx)nscd): Don't depend on libnsl.
25340 * nscd/nscd_hash.c: New file.
25341 * nscd/nscd_hash.h: Likewise.
25342 * nscd/cache.c: Include "nscd_hash.h" instead of <rpcsvc/nis.h>.
25343 (cache_search, cache_add): Use __nscd_hash instead of __nis_hash.
25344 * nscd/nscd_helper.c: Include <sys/param.h> and "nscd_hash.h"
25345 instead of <nis/rpcsvc/nis.h>.
25346 (__nscd_cache_search): Use __nscd_hash instead of __nis_hash.
25347
25348 2017-10-11 Florian Weimer <fweimer@redhat.com>
25349
25350 [BZ #22078]
25351 Avoid large NSS buffers with many addresses, aliases.
25352 * nss/nss_files/files-hosts.c (gethostbyname3_multi): Rewrite
25353 using dynarrays and struct alloc_buffer.
25354 * nss/Makefile (tests): Add tst-nss-files-hosts-multi.
25355 (tst-nss-files-hosts-multi): Link with -ldl.
25356 * nss/tst-nss-files-hosts-multi.c: New file.
25357
25358 2017-10-11 Florian Weimer <fweimer@redhat.com>
25359
25360 [BZ #18023]
25361 * nss/nss_files/files-hosts.c (gethostbyname3_multi): Use struct
25362 scratch_buffer. Eliminate gotos.
25363
25364 2017-10-11 Joseph Myers <joseph@codesourcery.com>
25365
25366 * sysdeps/ieee754/ldbl-opt/s_clog10l.c: Use
25367 libm_alias_ldouble_other.
25368 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c (weak_alias): Do not
25369 undefine and redefine.
25370 [LIBM_SVID_COMPAT && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_1)]
25371 (exp10l): Do not define here.
25372 * sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c [BUILD_LGAMMA]
25373 (weak_alias): Undefine and redefine.
25374 [BUILD_LGAMMA]: Use libm_alias_ldouble_other.
25375 * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c
25376 [LIBM_SVID_COMPAT] (weak_alias): Undefine and redefine here.
25377 [LIBM_SVID_COMPAT]: Use libm_alias_ldouble_other.
25378
25379 * soft-fp/fmadf4.c: Include <libm-alias-double.h>.
25380 [!__fma] (fma): Define using libm_alias_double.
25381 * soft-fp/fmasf4.c: Include <libm-alias-float.h>.
25382 [!__fmaf] (fmaf): Define using libm_alias_float.
25383 * soft-fp/fmatf4.c: Include <libm-alias-ldouble.h>.
25384 (fmal): Define using libm_alias_ldouble.
25385
25386 2017-10-10 Joseph Myers <joseph@codesourcery.com>
25387
25388 * sysdeps/generic/libm-alias-double.h (libm_alias_double_other_r):
25389 New macro.
25390 (libm_alias_double_other): Likewise.
25391 (libm_alias_double_r): Use libm_alias_double_other_r.
25392 * sysdeps/generic/libm-alias-float.h (libm_alias_float_other_r):
25393 New macro.
25394 (libm_alias_float_other): Likewise.
25395 (libm_alias_float_r): Use libm_alias_float_other_r.
25396 * sysdeps/generic/libm-alias-float128.h
25397 (libm_alias_float128_other_r): New macro.
25398 (libm_alias_float128_other): Likewise.
25399 (libm_alias_float128_r): Use libm_alias_float128_other_r.
25400 * sysdeps/generic/libm-alias-ldouble.h
25401 (libm_alias_ldouble_other_r): New macro.
25402 (libm_alias_ldouble_other): Likewise.
25403 (libm_alias_ldouble_r): Use libm_alias_ldouble_other_r.
25404 * sysdeps/ieee754/ldbl-opt/libm-alias-double.h
25405 (libm_alias_double_other_r): New macro.
25406 (libm_alias_double_other): Likewise.
25407 (libm_alias_double_r): Use libm_alias_double_other_r.
25408 * sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h
25409 (libm_alias_ldouble_other_r): New macro.
25410 (libm_alias_ldouble_other): Likewise.
25411 (libm_alias_ldouble_r): Use libm_alias_ldouble_other_r.
25412 * math/w_lgamma_main.c: Include <libm-alias-double.h>.
25413 [!USE_AS_COMPAT]: Use libm_alias_double_other.
25414 * math/w_lgammaf_main.c: Include <libm-alias-float.h>.
25415 [!USE_AS_COMPAT]: Use libm_alias_float_other.
25416 * math/w_lgammal_main.c: Include <libm-alias-ldouble.h>.
25417 [!USE_AS_COMPAT]: Use libm_alias_ldouble_other.
25418 * math/w_exp2f.c: Use libm_alias_float_other.
25419 * math/w_expf.c: Likewise.
25420 * math/w_log2f.c: Likewise.
25421 * math/w_logf.c: Likewise.
25422 * math/w_powf.c: Likewise.
25423 * sysdeps/ieee754/flt-32/e_exp2f.c: Include <libm-alias-float.h>.
25424 [!__exp2f]: Use libm_alias_float_other.
25425 * sysdeps/ieee754/flt-32/e_expf.c: Include <libm-alias-float.h>.
25426 [!__expf]: Use libm_alias_float_other.
25427 * sysdeps/ieee754/flt-32/e_log2f.c: Include <libm-alias-float.h>.
25428 [!__log2f]: Use libm_alias_float_other.
25429 * sysdeps/ieee754/flt-32/e_logf.c: Include <libm-alias-float.h>.
25430 [!__logf]: Use libm_alias_float_other.
25431 * sysdeps/ieee754/flt-32/e_powf.c: Include <libm-alias-float.h>.
25432 [!__powf]: Use libm_alias_float_other.
25433
25434 2017-10-10 Florian Weimer <fweimer@redhat.com>
25435
25436 * nss/nss_files/files-hosts.c (gethostbyname3_multi): New
25437 function.
25438 (_nss_files_gethostbyname3_r): Call it.
25439
25440 2017-10-09 Joseph Myers <joseph@codesourcery.com>
25441
25442 * sysdeps/generic/math-type-macros.h [!declare_mgen_alias]: Give
25443 error. Remove default definition of declare_mgen_alias.
25444 [!declare_mgen_alias_r]: Likewise.
25445 * sysdeps/generic/math-type-macros-double.h
25446 [!declare_mgen_alias_r] (declare_mgen_alias_r): New macro.
25447 * sysdeps/generic/math-type-macros-float.h [!declare_mgen_alias_r]
25448 (declare_mgen_alias_r): Likewise.
25449 * sysdeps/generic/math-type-macros-float128.h
25450 [!declare_mgen_alias_r] (declare_mgen_alias_r): Likewise.
25451 * sysdeps/generic/math-type-macros-ldouble.h
25452 [!declare_mgen_alias_r] (declare_mgen_alias_r): Likewise.
25453 * math/w_lgamma_r_template.c (declare_mgen_alias_r_x): Remove
25454 macro.
25455 (declare_mgen_alias_r_s): Likewise.
25456 (declare_mgen_alias_r): Likewise.
25457 * math/w_lgamma_r_compat.c: Include <libm-alias-double.h>.
25458 (lgamma_r): Define using libm_alias_double_r.
25459 * math/w_lgammaf_r_compat.c: Include <libm-alias-float.h>.
25460 (lgammaf_r): Define using libm_alias_float_r.
25461 * math/w_lgammal_r_compat.c: Include <libm-alias-ldouble.h>.
25462 (lgammal_r): Define using libm_alias_ldouble_r.
25463 * sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c: Remove file.
25464 * sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c: Likewise.
25465
25466 2017-10-09 Adhemerval Zanella <adhemerval.zanella@linaro.org>
25467
25468 * lib/glob.c (__glob_pattern_type): Remove now-spurious
25469 extern declaration.
25470
25471 2017-10-09 Joseph Myers <joseph@codesourcery.com>
25472
25473 * sysdeps/ieee754/ldbl-opt/w_scalbln.c: Remove file.
25474
25475 2017-10-09 Jonathan Wakely <jwakely@redhat.com>
25476
25477 [BZ #21326]
25478 * include/features.h [__cplusplus >= 201703] (__USE_ISOC11): Define.
25479 [__cplusplus >= 201103] (__USE_ISOC99): Define.
25480 * math/Makefile (test-math-cxx11): New test.
25481 * math/test-math-cxx11.cc: New file.
25482
25483 2017-10-08 Christian Brauner <christian.brauner@ubuntu.com>
25484
25485 * login/openpty.c (openpty): Close slave pty file descriptor on error.
25486
25487 * login/openpty.c (openpty): If defined, use the TIOCGPTPEER ioctl()
25488 call to allocate the slave pty file descriptor.
25489
25490 2017-10-06 Joseph Myers <joseph@codesourcery.com>
25491
25492 * sysdeps/ieee754/ldbl-128/s_fma.c: Include <libm-alias-double.h>.
25493 [!__fma] (fma): Define using libm_alias_double.
25494 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <libm-alias-double.h>.
25495 [!__fma] (fma): Define using libm_alias_double.
25496
25497 * sysdeps/ieee754/float128/float128_private.h: Include
25498 <libm-alias-ldouble.h> and <libm-alias-float128.h>.
25499 (libm_alias_ldouble_r): Undefine and redefine.
25500 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Include
25501 <libm-alias-ldouble.h>.
25502 (asinhl): Define using libm_alias_ldouble.
25503 * sysdeps/ieee754/ldbl-128/s_atanl.c: Include
25504 <libm-alias-ldouble.h>.
25505 (atanl): Define using libm_alias_ldouble.
25506 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Include
25507 <libm-alias-ldouble.h>.
25508 (cbrtl): Define using libm_alias_ldouble.
25509 * sysdeps/ieee754/ldbl-128/s_ceill.c: Include
25510 <libm-alias-ldouble.h>.
25511 (ceill): Define using libm_alias_ldouble.
25512 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Include
25513 <libm-alias-ldouble.h>.
25514 (copysignl): Define using libm_alias_ldouble.
25515 * sysdeps/ieee754/ldbl-128/s_cosl.c: Include
25516 <libm-alias-ldouble.h>.
25517 (cosl): Define using libm_alias_ldouble.
25518 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include
25519 <libm-alias-ldouble.h>.
25520 (erfl): Define using libm_alias_ldouble.
25521 (erfcl): Likewise.
25522 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include
25523 <libm-alias-ldouble.h>.
25524 (expm1l): Define using libm_alias_ldouble.
25525 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Include
25526 <libm-alias-ldouble.h>.
25527 (fabsl): Define using libm_alias_ldouble.
25528 * sysdeps/ieee754/ldbl-128/s_floorl.c: Include
25529 <libm-alias-ldouble.h>.
25530 (floorl): Define using libm_alias_ldouble.
25531 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include
25532 <libm-alias-ldouble.h>.
25533 (fmal): Define using libm_alias_ldouble.
25534 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Include
25535 <libm-alias-ldouble.h>.
25536 (frexpl): Define using libm_alias_ldouble.
25537 * sysdeps/ieee754/ldbl-128/s_fromfpl.c (fromfpl): Define using
25538 libm_alias_ldouble.
25539 * sysdeps/ieee754/ldbl-128/s_fromfpl_main.c: Include
25540 <libm-alias-ldouble.h>.
25541 * sysdeps/ieee754/ldbl-128/s_fromfpxl.c (fromfpxl): Define using
25542 libm_alias_ldouble.
25543 * sysdeps/ieee754/ldbl-128/s_getpayloadl.c: Include
25544 <libm-alias-ldouble.h>.
25545 (getpayloadl): Define using libm_alias_ldouble.
25546 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Include
25547 <libm-alias-ldouble.h>.
25548 (llrintl): Define using libm_alias_ldouble.
25549 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Include
25550 <libm-alias-ldouble.h>.
25551 (llroundl): Define using libm_alias_ldouble.
25552 * sysdeps/ieee754/ldbl-128/s_logbl.c: Include
25553 <libm-alias-ldouble.h>.
25554 (logbl): Define using libm_alias_ldouble.
25555 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Include
25556 <libm-alias-ldouble.h>.
25557 (lrintl): Define using libm_alias_ldouble.
25558 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Include
25559 <libm-alias-ldouble.h>.
25560 (lroundl): Define using libm_alias_ldouble.
25561 * sysdeps/ieee754/ldbl-128/s_modfl.c: Include
25562 <libm-alias-ldouble.h>.
25563 (modfl): Define using libm_alias_ldouble.
25564 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Include
25565 <libm-alias-ldouble.h>.
25566 (nearbyintl): Define using libm_alias_ldouble.
25567 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Include
25568 <libm-alias-ldouble.h>.
25569 (nextafterl): Define using libm_alias_ldouble.
25570 * sysdeps/ieee754/ldbl-128/s_nextupl.c: Include
25571 <libm-alias-ldouble.h>.
25572 (nextupl): Define using libm_alias_ldouble.
25573 * sysdeps/ieee754/ldbl-128/s_remquol.c: Include
25574 <libm-alias-ldouble.h>.
25575 (remquol): Define using libm_alias_ldouble.
25576 * sysdeps/ieee754/ldbl-128/s_rintl.c: Include
25577 <libm-alias-ldouble.h>.
25578 (rintl): Define using libm_alias_ldouble.
25579 * sysdeps/ieee754/ldbl-128/s_roundevenl.c: Include
25580 <libm-alias-ldouble.h>.
25581 (roundevenl): Define using libm_alias_ldouble.
25582 * sysdeps/ieee754/ldbl-128/s_roundl.c: Include
25583 <libm-alias-ldouble.h>.
25584 (roundl): Define using libm_alias_ldouble.
25585 * sysdeps/ieee754/ldbl-128/s_setpayloadl.c (setpayloadl): Define
25586 using libm_alias_ldouble.
25587 * sysdeps/ieee754/ldbl-128/s_setpayloadl_main.c: Include
25588 <libm-alias-ldouble.h>.
25589 * sysdeps/ieee754/ldbl-128/s_setpayloadsigl.c (setpayloadsigl):
25590 Define using libm_alias_ldouble.
25591 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include
25592 <libm-alias-ldouble.h>.
25593 (sincosl): Define using libm_alias_ldouble.
25594 * sysdeps/ieee754/ldbl-128/s_sinl.c: Include
25595 <libm-alias-ldouble.h>.
25596 (sinl): Define using libm_alias_ldouble.
25597 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Include
25598 <libm-alias-ldouble.h>.
25599 (tanhl): Define using libm_alias_ldouble.
25600 * sysdeps/ieee754/ldbl-128/s_tanl.c: Include
25601 <libm-alias-ldouble.h>.
25602 (tanl): Define using libm_alias_ldouble.
25603 * sysdeps/ieee754/ldbl-128/s_totalorderl.c: Include
25604 <libm-alias-ldouble.h>.
25605 (totalorderl): Define using libm_alias_ldouble.
25606 * sysdeps/ieee754/ldbl-128/s_totalordermagl.c: Include
25607 <libm-alias-ldouble.h>.
25608 (totalordermagl): Define using libm_alias_ldouble.
25609 * sysdeps/ieee754/ldbl-128/s_truncl.c: Include
25610 <libm-alias-ldouble.h>.
25611 (truncl): Define using libm_alias_ldouble.
25612 * sysdeps/ieee754/ldbl-128/s_ufromfpl.c (ufromfpl): Define using
25613 libm_alias_ldouble.
25614 * sysdeps/ieee754/ldbl-128/s_ufromfpxl.c (ufromfpxl): Define using
25615 libm_alias_ldouble.
25616 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Include
25617 <libm-alias-ldouble.h>.
25618 (weak_alias): Do not undefine and redefine.
25619 [IS_IN (libc)] (libm_alias_ldouble): Undefine and redefine.
25620 (copysignl): Define with long_double_symbol only if [IS_IN
25621 (libc)].
25622 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Include
25623 <libm-alias-ldouble.h>.
25624 (weak_alias): Do not undefine and redefine.
25625 [IS_IN (libc)] (libm_alias_ldouble): Undefine and redefine.
25626 (frexpl): Define with long_double_symbol only if [IS_IN (libc)].
25627 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Include
25628 <libm-alias-ldouble.h>.
25629 (weak_alias): Do not undefine and redefine.
25630 [IS_IN (libc)] (libm_alias_ldouble): Undefine and redefine.
25631 (modfl): Define with long_double_symbol only if [IS_IN (libc)].
25632 * sysdeps/ieee754/ldbl-64-128/s_asinhl.c: Remove file.
25633 * sysdeps/ieee754/ldbl-64-128/s_atanl.c: Likewise.
25634 * sysdeps/ieee754/ldbl-64-128/s_cbrtl.c: Likewise.
25635 * sysdeps/ieee754/ldbl-64-128/s_ceill.c: Likewise.
25636 * sysdeps/ieee754/ldbl-64-128/s_cosl.c: Likewise.
25637 * sysdeps/ieee754/ldbl-64-128/s_erfl.c: Likewise.
25638 * sysdeps/ieee754/ldbl-64-128/s_expm1l.c: Likewise.
25639 * sysdeps/ieee754/ldbl-64-128/s_fabsl.c: Likewise.
25640 * sysdeps/ieee754/ldbl-64-128/s_floorl.c: Likewise.
25641 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: Likewise.
25642 * sysdeps/ieee754/ldbl-64-128/s_llrintl.c: Likewise.
25643 * sysdeps/ieee754/ldbl-64-128/s_llroundl.c: Likewise.
25644 * sysdeps/ieee754/ldbl-64-128/s_logbl.c: Likewise.
25645 * sysdeps/ieee754/ldbl-64-128/s_lrintl.c: Likewise.
25646 * sysdeps/ieee754/ldbl-64-128/s_lroundl.c: Likewise.
25647 * sysdeps/ieee754/ldbl-64-128/s_nearbyintl.c: Likewise.
25648 * sysdeps/ieee754/ldbl-64-128/s_remquol.c: Likewise.
25649 * sysdeps/ieee754/ldbl-64-128/s_rintl.c: Likewise.
25650 * sysdeps/ieee754/ldbl-64-128/s_roundl.c: Likewise.
25651 * sysdeps/ieee754/ldbl-64-128/s_sincosl.c: Likewise.
25652 * sysdeps/ieee754/ldbl-64-128/s_sinl.c: Likewise.
25653 * sysdeps/ieee754/ldbl-64-128/s_tanhl.c: Likewise.
25654 * sysdeps/ieee754/ldbl-64-128/s_tanl.c: Likewise.
25655 * sysdeps/ieee754/ldbl-64-128/s_truncl.c: Likewise.
25656
25657 2017-10-06 Carlos O'Donell <carlos@redhat.com>
25658
25659 [BZ #22111]
25660 * malloc/malloc.c (tcache_shutting_down): Use bool type.
25661 (tcache_thread_freeres): Set tcache_shutting_down before
25662 freeing the tcache.
25663 * malloc/Makefile (tests): Add tst-malloc-tcache-leak.
25664 * malloc/tst-malloc-tcache-leak.c: New file.
25665
25666 2017-10-06 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
25667
25668 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: Revert
25669 back to powerpc32 file.
25670 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c
25671 (memrchr): Add __memrchr_power8 to ifunc list.
25672 * sysdeps/powerpc/powerpc64/power8/memrchr.S: Mask
25673 extra bytes for unaligned inputs.
25674
25675 2017-10-06 Joseph Myers <joseph@codesourcery.com>
25676
25677 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: Remove file.
25678 * sysdeps/ieee754/ldbl-64-128/s_log1pl.c: Likewise.
25679 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c: Likewise.
25680 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
25681 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
25682
25683 2017-10-05 Joseph Myers <joseph@codesourcery.com>
25684
25685 * sysdeps/arm/libm-test-ulps: Update.
25686
25687 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Include
25688 <libm-alias-ldouble.h>.
25689 (asinhl): Define using libm_alias_ldouble.
25690 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Include
25691 <libm-alias-ldouble.h>.
25692 (cbrtl): Define using libm_alias_ldouble.
25693 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Include
25694 <libm-alias-ldouble.h>.
25695 (copysignl): Define using libm_alias_ldouble.
25696 * sysdeps/ieee754/ldbl-96/s_cosl.c: Include
25697 <libm-alias-ldouble.h>.
25698 (cosl): Define using libm_alias_ldouble.
25699 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include
25700 <libm-alias-ldouble.h>.
25701 (erfl): Define using libm_alias_ldouble.
25702 (erfcl): Likewise.
25703 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include
25704 <libm-alias-ldouble.h>.
25705 (fmal): Define using libm_alias_ldouble.
25706 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Include
25707 <libm-alias-ldouble.h>.
25708 (frexpl): Define using libm_alias_ldouble.
25709 * sysdeps/ieee754/ldbl-96/s_fromfpl.c (fromfpl): Define using
25710 libm_alias_ldouble.
25711 * sysdeps/ieee754/ldbl-96/s_fromfpl_main.c: Include
25712 <libm-alias-ldouble.h>.
25713 * sysdeps/ieee754/ldbl-96/s_fromfpxl.c (fromfpxl): Define using
25714 libm_alias_ldouble.
25715 * sysdeps/ieee754/ldbl-96/s_getpayloadl.c: Include
25716 <libm-alias-ldouble.h>.
25717 (getpayloadl): Define using libm_alias_ldouble.
25718 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Include
25719 <libm-alias-ldouble.h>.
25720 (llrintl): Define using libm_alias_ldouble.
25721 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Include
25722 <libm-alias-ldouble.h>.
25723 (llroundl): Define using libm_alias_ldouble.
25724 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Include
25725 <libm-alias-ldouble.h>.
25726 (lrintl): Define using libm_alias_ldouble.
25727 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Include
25728 <libm-alias-ldouble.h>.
25729 (lroundl): Define using libm_alias_ldouble.
25730 * sysdeps/ieee754/ldbl-96/s_modfl.c: Include
25731 <libm-alias-ldouble.h>.
25732 (modfl): Define using libm_alias_ldouble.
25733 * sysdeps/ieee754/ldbl-96/s_nextupl.c: Include
25734 <libm-alias-ldouble.h>.
25735 (nextupl): Define using libm_alias_ldouble.
25736 * sysdeps/ieee754/ldbl-96/s_remquol.c: Include
25737 <libm-alias-ldouble.h>.
25738 (remquol): Define using libm_alias_ldouble.
25739 * sysdeps/ieee754/ldbl-96/s_roundevenl.c: Include
25740 <libm-alias-ldouble.h>.
25741 (roundevenl): Define using libm_alias_ldouble.
25742 * sysdeps/ieee754/ldbl-96/s_roundl.c: Include
25743 <libm-alias-ldouble.h>.
25744 (roundl): Define using libm_alias_ldouble.
25745 * sysdeps/ieee754/ldbl-96/s_setpayloadl.c (setpayloadl): Define
25746 using libm_alias_ldouble.
25747 * sysdeps/ieee754/ldbl-96/s_setpayloadl_main.c: Include
25748 <libm-alias-ldouble.h>.
25749 * sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c: Include
25750 <libm-alias-ldouble.h>.
25751 (setpayloadsigl): Define using libm_alias_ldouble.
25752 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include
25753 <libm-alias-ldouble.h>.
25754 (sincosl): Define using libm_alias_ldouble.
25755 * sysdeps/ieee754/ldbl-96/s_sinl.c: Include
25756 <libm-alias-ldouble.h>.
25757 (sinl): Define using libm_alias_ldouble.
25758 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Include
25759 <libm-alias-ldouble.h>.
25760 (tanhl): Define using libm_alias_ldouble.
25761 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include
25762 <libm-alias-ldouble.h>.
25763 (tanl): Define using libm_alias_ldouble.
25764 * sysdeps/ieee754/ldbl-96/s_totalorderl.c: Include
25765 <libm-alias-ldouble.h>.
25766 (totalorderl): Define using libm_alias_ldouble.
25767 * sysdeps/ieee754/ldbl-96/s_totalordermagl.c: Include
25768 <libm-alias-ldouble.h>.
25769 (totalordermagl): Define using libm_alias_ldouble.
25770 * sysdeps/ieee754/ldbl-96/s_ufromfpl.c (ufromfpl): Define using
25771 libm_alias_ldouble.
25772 * sysdeps/ieee754/ldbl-96/s_ufromfpxl.c (ufromfpxl): Define using
25773 libm_alias_ldouble.
25774
25775 2017-10-05 Siddhesh Poyarekar <siddhesh@sourceware.org>
25776
25777 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines): Add
25778 memmove_falkor.
25779 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
25780 (__libc_ifunc_impl_list): Likewise.
25781 * sysdeps/aarch64/multiarch/memmove.c: Likewise.
25782 * sysdeps/aarch64/multiarch/memmove_falkor.S: New file.
25783
25784 * benchtests/bench-memmove-walk.c: New file.
25785 * benchtests/Makefile (string-benchset): Add it.
25786
25787 * benchtests/bench-memset-walk.c: New file.
25788 * benchtests/Makefile (string-benchset): Add it.
25789
25790 * benchtests/bench-memcpy-walk.c: New file.
25791 * benchtests/Makefile (string-benchset): Add it.
25792
25793 2017-10-05 Florian Weimer <fweimer@redhat.com>
25794
25795 nscd: Eliminate compilation time dependency in the build output.
25796 * nscd/nscd_stat.c (STATDATA_VERSION)
25797 (STATDATA_VERSION_SELINUX_FLAG, STATDATA_VERSION_FLAGS)
25798 (STATDATA_VERSION_FULL): New macro definitions.
25799 (compilation): Remove.
25800 (struct statdata): Adjust version member.
25801 (send_stats): Set version from STATDATA_VERSION_FULL.
25802 (receive_print_stats): Verify version against STATDATA_VERSION_FULL.
25803
25804 2017-10-05 Joseph Myers <joseph@codesourcery.com>
25805
25806 * configure.ac (--enable-add-ons): Remove option.
25807 (machine): Do not mention add-ons in comment.
25808 (LIBC_PRECONFIGURE): Likewise.
25809 (add_ons): Remove variable and sanity checks and logic to locate
25810 add-ons.
25811 (add_ons_automatic): Remove variable.
25812 (configured_add_ons): Likewise.
25813 (add_ons_sfx): Likewise.
25814 (add_ons_pfx): Likewise.
25815 (add_on_subdirs): Likewise.
25816 (sysnames_add_ons): Likewise. Remove loop over add-ons and
25817 consideration of add-ons in Implies handling.
25818 (sysdeps_add_ons): Likewise.
25819 * configure: Regenerated.
25820 * libidn/configure.ac: Remove.
25821 * libidn/configure: Likewise.
25822 * sysdeps/unix/inet/configure.ac: New file.
25823 * sysdeps/unix/inet/configure: New generated file.
25824 * sysdeps/unix/inet/Subdirs: Add libidn.
25825 * Makeconfig (sysdeps-srcdirs): Remove variable.
25826 (+sysdep_dirs): Do not include $(sysdeps-srcdirs).
25827 ($(common-objpfx)config.status): Do not depend on add-on files.
25828 ($(common-objpfx)shlib-versions.v.i): Do not mention add-ons in
25829 comment.
25830 (all-subdirs): Do not include $(add-on-subdirs).
25831 * Makefile (dist-prepare): Do not use $(sysdeps-add-ons).
25832 * config.make.in (add-ons): Remove variable.
25833 (add-on-subdirs): Likewise.
25834 (sysdeps-add-ons): Likewise.
25835 * manual/Makefile (add-chapters): Remove.
25836 ($(objpfx)texis): Do not depend on $(add-chapters).
25837 (nonexamples): Do not handle $(add-chapters).
25838 (examples): Do not handle $(add-ons).
25839 (chapters.% top-menu.%): Do not pass '$(add-chapters)' to
25840 libc-texinfo.sh.
25841 * manual/install.texi (Installation): Do not mention add-ons.
25842 (--enable-add-ons): Do not document configure option.
25843 * INSTALL: Regenerated.
25844 * manual/libc-texinfo.sh: Do not handle $2 add-ons argument.
25845 * manual/maint.texi (Hierarchy Conventions): Do not mention
25846 add-ons.
25847 * scripts/build-many-glibcs.py (Glibc.build_glibc): Do not use
25848 --enable-add-ons.
25849 * scripts/gen-sorted.awk: Do not handle Subdirs files from
25850 add-ons.
25851 * scripts/test-installation.pl: Do not handle glibc-compat add-on.
25852 * sysdeps/nptl/Makeconfig: Do not mention add-ons in comment.
25853
25854 2017-10-05 Andreas Schwab <schwab@suse.de>
25855
25856 [BZ #15142]
25857 * libio/genops.c (_IO_list_all_stamp): Delete. All uses removed.
25858 (_IO_flush_all_lockp): Always lock list_all_lock.
25859 (_IO_flush_all_linebuffered): Likewise.
25860 (_IO_unbuffer_all): Likewise.
25861
25862 2017-10-05 Florian Weimer <fweimer@redhat.com>
25863
25864 [BZ #15436]
25865 Do not flush stdio streams on abort.
25866 * stdlib/abort.c (fflush): Remove macro definition.
25867 (abort): Remove stages related to stdio flushing.
25868
25869 2017-10-05 Florian Weimer <fweimer@redhat.com>
25870
25871 * gmon/Makefile (CFLAGS-tst-gmon.c): Add -fno-omit-frame-pointer.
25872
25873 2017-10-05 Stefan Liebler <stli@linux.vnet.ibm.com>
25874
25875 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
25876
25877 2017-10-05 Florian Weimer <fweimer@redhat.com>
25878
25879 * support/support_format_hostent.c (support_format_hostent): Add
25880 more error information for NETDB_INTERNAL.
25881
25882 2017-10-04 H.J. Lu <hongjiu.lu@intel.com>
25883
25884 * config.h.in (NO_HIDDEN_EXTERN_FUNC_IN_PIE): New.
25885 * include/libc-symbols.h (__hidden_proto_hiddenattr): Add check
25886 for PIC and NO_HIDDEN_EXTERN_FUNC_IN_PIE.
25887 * sysdeps/i386/configure.ac (NO_HIDDEN_EXTERN_FUNC_IN_PIE): New
25888 AC_DEFINE if multi-arch is enabled.
25889 * sysdeps/i386/configure: Regenerated.
25890
25891 2017-10-04 H.J. Lu <hongjiu.lu@intel.com>
25892
25893 * Makeconfig (+link-static-before-libc): Use
25894 $(DEFAULT-LDFLAGS-$(@F)).
25895 * elf/Makefile (CRT-tst-tls1-static-non-pie): New.
25896 (LDFLAGS-tst-tls1-static-non-pie): Renamed to ...
25897 (DEFAULT-LDFLAGS-tst-tls1-static-non-pie): This.
25898
25899 2017-10-04 H.J. Lu <hongjiu.lu@intel.com>
25900
25901 * elf/Makefile (tests): Add tst-main1.
25902 (modules-names): Add tst-main1mod.
25903 ($(objpfx)tst-main1): New.
25904 (CRT-tst-main1): Likewise.
25905 (LDFLAGS-tst-main1): Likewise.
25906 (LDLIBS-tst-main1): Likewise.
25907 (tst-main1mod.so-no-z-defs): Likewise.
25908 * elf/tst-main1.c: New file.
25909 * elf/tst-main1mod.c: Likewise.
25910
25911 2017-10-04 H.J. Lu <hongjiu.lu@intel.com>
25912
25913 * math/test-math-iscanonical.cc (do_test): Return errors != 0.
25914
25915 2017-10-04 Joseph Myers <joseph@codesourcery.com>
25916
25917 * sysdeps/ieee754/dbl-64/s_fma.c: Include <libm-alias-double.h>.
25918 (fma): Define using libm_alias_double.
25919 * sysdeps/ieee754/ldbl-opt/s_fma.c: Remove file.
25920 * sysdeps/sparc/sparc32/fpu/s_fma.c: Do not include
25921 <math_ldbl_opt.h>.
25922 (fmal): Do not define as compat symbol here.
25923 * sysdeps/alpha/fpu/s_fma.c: New file.
25924
25925 2017-10-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
25926
25927 * sysdeps/aarch64/dl-machine.h (elf_machine_rela): Expand MIN.
25928
25929 2017-10-04 Joseph Myers <joseph@codesourcery.com>
25930
25931 [BZ #22229]
25932 * sysdeps/sparc/sparc32/fpu/s_copysign.S: Include
25933 <math_ldbl_opt.h>
25934 (copysignl): Define as compat symbol at version GLIBC_2_0 for libm
25935 and libc.
25936 * sysdeps/sparc/sparc32/fpu/s_fabs.S: Include <math_ldbl_opt.h>.
25937 (fabsl): Define as compat symbol at version GLIBC_2_0 for libm.
25938 * sysdeps/sparc/sparc32/fpu/s_fma.c: Include <math_ldbl_opt.h>.
25939 (fmal): Define as compat symbol at version GLIBC_2_1 for libm.
25940 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
25941 Include <math_ldbl_opt.h>
25942 (copysignl): Define as compat symbol at version GLIBC_2_0 for libm
25943 and libc.
25944 (compat_symbol): Undefine and redefine.
25945 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Include
25946 <math_ldbl_opt.h>
25947 (fabsl): Define as compat symbol at version GLIBC_2_0 for libm.
25948 (compat_symbol): Undefine and redefine.
25949 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c
25950 [HAVE_AS_VIS3_SUPPORT]: Include <math_ldbl_opt.h>.
25951 [HAVE_AS_VIS3_SUPPORT] (fmal): Define as compat symbol at version
25952 GLIBC_2_1 for libm.
25953 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Add
25954 GLIBC_2.0 copysignl symbol.
25955 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Add
25956 GLIBC_2.0 copysignl and fabsl and GLIBC_2.1 fmal symbols.
25957
25958 * sysdeps/alpha/fpu/s_nearbyint.c: Remove file.
25959
25960 2017-10-04 Florian Weimer <fweimer@redhat.com>
25961
25962 * scripts/check-local-headers.sh: Ignore nspr4 header file
25963 directory in addition to nspr.
25964
25965 2017-10-04 Guido Trentalancia <guido@trentalancia.net>
25966
25967 [BZ #17956]
25968 * configure.ac (--enable-nss-crypt): Use NSPR include directory.
25969 * configure: Regenerate.
25970 * crypt/Makefile (nss-cpp-flags): New variable.
25971 (CPPFLAGS-sha256-crypt.c, CPPFLAGS-sha512-crypt.c)
25972 (CPPFLAGS-md5-crypt.c): Use it.
25973 * scripts/check-local-headers.sh: Ignore nspr header file
25974 directory.
25975
25976 2017-10-04 Andreas Schwab <schwab@suse.de>
25977
25978 * nis/Makefile (services): Remove compat.
25979 (libnss_compat-routines, libnss_compat-inhibit-o): Don't define.
25980 ($(objpfx)libnss_compat.so): Remove rule.
25981 * nis/Versions (libnss_compat): Remove.
25982 * nss/Makefile (services): Add compat.
25983 (libnss_compat-routines, libnss_compat-inhibit-o): Define.
25984 * nss/Versions (libnss_compat): Define.
25985 * nss/nss_compat/compat-grp.c: Moved here from nis/nss_compat.
25986 Don't include <rpc/types.h>. Replace bool_t by bool.
25987 * nss/nss_compat/compat-initgroups.c: Likewise.
25988 * nss/nss_compat/compat-pwd.c: Likewise. Include "nisdomain.h"
25989 instead of <rpcsrv/ypclnt.h>.
25990 (getpwent_next_nss_netgr): Use __nss_get_default_domain instead of
25991 yp_get_default_domain.
25992 * nss/nss_compat/compat-pwd.c: Likewise.
25993 (getspent_next_nss_netgr): Use __nss_get_default_domain instead of
25994 yp_get_default_domain.
25995 * nss/nss_compat/nisdomain.c: New file.
25996 * nss/nss_compat/nisdomain.h: Likewise.
25997
25998 2017-10-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
25999
26000 [BZ #22244]
26001 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Fix x == 0 case.
26002 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
26003
26004 2017-10-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
26005
26006 [BZ #22243]
26007 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10): Use fabs.
26008 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2): Likewise.
26009
26010 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
26011
26012 * sysdeps/i386/start.S: Replace "leal main@GOT(%ebx), %eax" with
26013 "movl main@GOTOFF(%ebx), %eax".
26014
26015 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
26016
26017 * sysdeps/i386/dl-machine.h (elf_machine_load_address): Don't
26018 allow undefined _DYNAMIC in PIE libc.a.
26019 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address):
26020 Likewse.
26021
26022 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
26023
26024 * sysdeps/mips/dl-machine.h (elf_machine_load_address): Don't
26025 check _DYNAMIC.
26026
26027 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
26028
26029 * sysdeps/arm/dl-machine.h (elf_machine_load_address): Don't
26030 check _DYNAMIC.
26031
26032 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
26033
26034 * math/test-math-iscanonical.cc (error): Replace bool with int.
26035
26036 2017-10-03 Joseph Myers <joseph@codesourcery.com>
26037
26038 * sysdeps/ieee754/dbl-64/s_modf.c: Include <libm-alias-double.h>.
26039 (modf): Define using libm_alias_double, only if [!__modf].
26040 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Include
26041 <libm-alias-double.h>.
26042 (modf): Define using libm_alias_double, only if [!__modf].
26043 * sysdeps/ieee754/ldbl-opt/s_modf.c (modfl): Only define libc
26044 compat symbol here.
26045 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c
26046 (weak_alias): Do not undefine and redefine.
26047 (strong_alias): Likewise.
26048 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c
26049 (weak_alias): Likewise.
26050 (strong_alias): Likewise.
26051
26052 * sysdeps/ieee754/dbl-64/s_logb.c: Include <libm-alias-double.h>.
26053 (logb): Define using libm_alias_double, only if [!__logb].
26054 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Include
26055 <libm-alias-double.h>.
26056 (logb): Define using libm_alias_double, only if [!__logb].
26057 * sysdeps/ieee754/ldbl-opt/s_logb.c: Remove file.
26058 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c
26059 (weak_alias): Do not undefine and redefine.
26060 (strong_alias): Likewise.
26061 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c
26062 (weak_alias): Likewise.
26063 (strong_alias): Likewise.
26064
26065 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
26066
26067 * sysdeps/unix/sysv/linux/tile/sysdep.h (SYSCALL_ERROR_NAME):
26068 Check SHARED instead PIC.
26069
26070 2017-10-03 Joseph Myers <joseph@codesourcery.com>
26071
26072 * sysdeps/ieee754/dbl-64/s_fmaf.c: Include <libm-alias-float.h>.
26073 [!__fmaf] (fmaf): Define using libm_alias_float.
26074
26075 * sysdeps/ieee754/dbl-64/s_frexp.c: Include <libm-alias-double.h>.
26076 (frexp): Define using libm_alias_double.
26077 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Include
26078 <libm-alias-double.h>.
26079 (frexp): Define using libm_alias_double.
26080 * sysdeps/ieee754/ldbl-opt/s_frexp.c (frexpl): Only define libc
26081 compat symbol here.
26082
26083 2017-10-03 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
26084
26085 [BZ #22235]
26086 * math/math.h: Trivial fix for unbalanced parentheses in comment.
26087 * math/Makefile [CXX] (tests): Add test-math-iscanonical.cc.
26088 (CFLAGS-test-math-iscanonical.cc): New variable.
26089 * math/test-math-iscanonical.cc: New file.
26090 * sysdeps/ieee754/ldbl-96/bits/iscanonical.h (iscanonical):
26091 Provide a C++ implementation based on function overloading,
26092 rather than using __MATH_TG, which uses C-only builtins.
26093 * sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h (iscanonical):
26094 Likewise.
26095 * sysdeps/powerpc/powerpc64le/Makefile
26096 (CFLAGS-test-math-iscanonical.cc): New variable.
26097
26098 2017-10-03 Joseph Myers <joseph@codesourcery.com>
26099
26100 * sysdeps/ieee754/dbl-64/s_ceil.c: Include <libm-alias-double.h>.
26101 (ceil): Define using libm_alias_double.
26102 * sysdeps/ieee754/dbl-64/s_floor.c: Include <libm-alias-double.h>.
26103 (floor): Define using libm_alias_double.
26104 * sysdeps/ieee754/dbl-64/s_llround.c: Include
26105 <libm-alias-double.h>.
26106 (llround): Define using libm_alias_double.
26107 * sysdeps/ieee754/dbl-64/s_lround.c: Include
26108 <libm-alias-double.h>.
26109 (lround): Define using libm_alias_double.
26110 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Include
26111 <libm-alias-double.h>.
26112 (nearbyint): Define using libm_alias_double.
26113 * sysdeps/ieee754/dbl-64/s_remquo.c: Include
26114 <libm-alias-double.h>.
26115 (remquo): Define using libm_alias_double.
26116 * sysdeps/ieee754/dbl-64/s_rint.c: Include <libm-alias-double.h>.
26117 (rint): Define using libm_alias_double.
26118 * sysdeps/ieee754/dbl-64/s_round.c: Include <libm-alias-double.h>.
26119 (round): Define using libm_alias_double.
26120 * sysdeps/ieee754/dbl-64/s_trunc.c: Include <libm-alias-double.h>.
26121 (trunc): Define using libm_alias_double.
26122 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Include
26123 <libm-alias-double.h>.
26124 (ceil): Define using libm_alias_double.
26125 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Include
26126 <libm-alias-double.h>.
26127 (floor): Define using libm_alias_double.
26128 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: Include
26129 <libm-alias-double.h>.
26130 (llround): Define using libm_alias_double.
26131 [_LP64] (lround): Likewise.
26132 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Include
26133 <libm-alias-double.h>.
26134 [!_LP64] (lround): Define using libm_alias_double.
26135 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Include
26136 <libm-alias-double.h>.
26137 (nearbyint): Define using libm_alias_double.
26138 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Include
26139 <libm-alias-double.h>.
26140 (remquo): Define using libm_alias_double.
26141 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Include
26142 <libm-alias-double.h>.
26143 (rint): Define using libm_alias_double.
26144 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Include
26145 <libm-alias-double.h>.
26146 (round): Define using libm_alias_double.
26147 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Include
26148 <libm-alias-double.h>.
26149 (trunc): Define using libm_alias_double.
26150 * sysdeps/ieee754/ldbl-opt/s_ceil.c: Remove file.
26151 * sysdeps/ieee754/ldbl-opt/s_floor.c: Likewise.
26152 * sysdeps/ieee754/ldbl-opt/s_llround.c: Likewise.
26153 * sysdeps/ieee754/ldbl-opt/s_lround.c: Likewise.
26154 * sysdeps/ieee754/ldbl-opt/s_nearbyint.c: Likewise.
26155 * sysdeps/ieee754/ldbl-opt/s_remquo.c: Likewise.
26156 * sysdeps/ieee754/ldbl-opt/s_rint.c: Likewise.
26157 * sysdeps/ieee754/ldbl-opt/s_round.c: Likewise.
26158 * sysdeps/ieee754/ldbl-opt/s_trunc.c: Likewise.
26159
26160 2017-10-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
26161
26162 * math/w_remainder.c: New file.
26163 * math/w_remainderf.c: New file.
26164 * math/w_remainderl.c: New file.
26165
26166 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
26167
26168 * elf/rtld.c (BOOTSTRAP_MAP): New.
26169 (RESOLVE_MAP): Replace (&bootstrap_map) with BOOTSTRAP_MAP.
26170 * sysdeps/hppa/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
26171 Likewise.
26172 * sysdeps/ia64/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
26173 Likewise.
26174 * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
26175 Likewise.
26176
26177 2017-10-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
26178
26179 * include/libc-symbols.h [NO_RTLD_HIDDEN] (rtld_hidden_proto,
26180 rtld_hidden_tls_proto, rtld_hidden_def, rtld_hidden_weak,
26181 rtld_hidden_rtld_hidden_ver, data_def, rtld_hidden_data_weak,
26182 rtld_hidden_data_ver): Define to empty.
26183 * include/assert.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__assert_fail,
26184 __assert_perror_fail): Likewise.
26185 * include/dirent.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
26186 (__rewinddir): Likewise.
26187 * include/libc-internal.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
26188 (__profile_frequency): Likewise.
26189 * include/setjmp.h (__sigsetjmp): Likewise.
26190 * include/signal.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__sigaction,
26191 __libc_sigaction): Likewise.
26192 * include/stdlib.h [NO_RTLD_HIDDEN] (unsetenv, __strtoul_internal): Do
26193 not set hidden attribute.
26194 * include/string.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__stpcpy, __strdup,
26195 __strerror_t, __strsep_g, memchr, memcmp, memcpy, memmove, memset,
26196 rawmemchr, stpcpy, strchr, strcmp, strlen, strnlen, strsep): Likewise.
26197 * include/sys/stat.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__fxstat,
26198 __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64,
26199 __fxstatat64): Likewise.
26200 * include/sys/utsname.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
26201 (__uname): Likewise.
26202 * include/sysdeps/generic/_itoa.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
26203 (_itoa_upper_digits, _itoa_lower_digits): Likewise.
26204 * sysdeps/mach/hurd/configure.ac (NO_HIDDEN): Do not set.
26205 (NO_RTLD_HIDDEN): Set.
26206 * sysdeps/mach/hurd/configure: Refresh.
26207 * config.h.in: Refresh.
26208
26209 2017-10-02 Joseph Myers <joseph@codesourcery.com>
26210
26211 * sysdeps/ieee754/dbl-64/s_atan.c: Include <libm-alias-double.h>.
26212 (atan): Define using libm_alias_double.
26213 * sysdeps/ieee754/dbl-64/s_tan.c: Include <libm-alias-double.h>.
26214 (tan): Define using libm_alias_double.
26215 * sysdeps/ieee754/ldbl-opt/s_atan.c: Remove file.
26216 * sysdeps/ieee754/ldbl-opt/s_tan.c: Likewise.
26217
26218 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Rename to __atan and
26219 define as weak alias of __atan. Do not define any aliases if
26220 [__atan].
26221 [NO_LONG_DOUBLE] (__atanl): Define as strong alias of __atan.
26222 [NO_LONG_DOUBLE] (atanl): Define as weak alias of __atanl.
26223 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Rename to __tan and define
26224 as weak alias of __tan. Do not define any aliases if [__tan].
26225 [NO_LONG_DOUBLE] (__tanl): Define as strong alias of __tan.
26226 [NO_LONG_DOUBLE] (tanl): Define as weak alias of __tanl.
26227 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c (atan): Rename to
26228 __atan.
26229 * sysdeps/x86_64/fpu/multiarch/s_atan-fma.c (atan): Likewise.
26230 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c (atan): Likewise.
26231 * sysdeps/x86_64/fpu/multiarch/s_atan.c (atan): Rename to __atan
26232 and define as weak alias of __atan.
26233 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c (tan): Rename to
26234 __atan.
26235 * sysdeps/x86_64/fpu/multiarch/s_tan-fma.c (tan): Likewise.
26236 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (tan): Likewise.
26237 * sysdeps/x86_64/fpu/multiarch/s_tan.c (tan): Rename to __tan and
26238 define as weak alias of __tan.
26239
26240 2017-10-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
26241
26242 * math/w_lgamma.c: New file.
26243 * math/w_lgammaf.c: New file.
26244 * math/w_lgammal.c: New file.
26245
26246 2017-10-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
26247
26248 * sysdeps/ieee754/flt-32/e_log2f.c (__log2f): Define without wrapper.
26249 * sysdeps/ieee754/flt-32/e_logf.c (__logf): Likewise
26250 * sysdeps/ieee754/flt-32/e_powf.c (__powf): Likewise
26251 * sysdeps/ieee754/flt-32/w_log2f.c: New file.
26252 * sysdeps/ieee754/flt-32/w_logf.c: New file.
26253 * sysdeps/ieee754/flt-32/w_powf.c: New file.
26254 * sysdeps/i386/fpu/w_log2f.c: New file.
26255 * sysdeps/i386/fpu/w_logf.c: New file.
26256 * sysdeps/i386/fpu/w_powf.c: New file.
26257 * sysdeps/m68k/m680x0/fpu/w_log2f.c: New file.
26258 * sysdeps/m68k/m680x0/fpu/w_logf.c: New file.
26259 * sysdeps/m68k/m680x0/fpu/w_powf.c: New file.
26260
26261 2017-10-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
26262 H.J. Lu <hongjiu.lu@intel.com>
26263
26264 * sysdeps/ieee754/flt-32/e_exp2f.c (__exp2f): Define without wrapper.
26265 * sysdeps/ieee754/flt-32/e_expf.c (__expf): Likewise
26266 * sysdeps/ieee754/flt-32/w_exp2f.c: New file.
26267 * sysdeps/ieee754/flt-32/w_expf.c: New file.
26268 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-ppc64.c: Update for
26269 the new expf code.
26270 * sysdeps/powerpc/powerpc64/fpu/multiarch/w_expf.c: New file.
26271 * sysdeps/powerpc/powerpc64/power8/fpu/w_expf.c: New file.
26272 * sysdeps/m68k/m680x0/fpu/w_exp2f.c: New file.
26273 * sysdeps/m68k/m680x0/fpu/w_expf.c: New file.
26274 * sysdeps/i386/fpu/w_exp2f.c: New file.
26275 * sysdeps/i386/fpu/w_expf.c: New file.
26276 * sysdeps/i386/i686/fpu/multiarch/w_expf.c: New file.
26277 * sysdeps/x86_64/fpu/w_expf.c: New file.
26278
26279 2017-10-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
26280
26281 * math/Versions (logf): New libm symbol at GLIBC_2.27.
26282 (log2f): Likewise.
26283 (powf): Likewise.
26284 * math/w_log2f.c: New file.
26285 * math/w_logf.c: New file.
26286 * math/w_powf.c: New file.
26287 * math/w_log2f_compat.c (__log2f_compat): For compat symbol only.
26288 * math/w_logf_compat.c (__logf_compat): Likewise.
26289 * math/w_powf_compat.c (__powf_compat): Likewise.
26290 * sysdeps/ia64/fpu/e_log2f.S: Add versioned symbols.
26291 * sysdeps/ia64/fpu/e_logf.S: Likewise.
26292 * sysdeps/ia64/fpu/e_powf.S: Likewise.
26293 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
26294 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
26295 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
26296 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
26297 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
26298 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
26299 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
26300 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
26301 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
26302 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
26303 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
26304 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
26305 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
26306 Likewise.
26307 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
26308 Likewise.
26309 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
26310 Likewise.
26311 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
26312 Likewise.
26313 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
26314 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
26315 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
26316 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
26317 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
26318 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
26319 Likewise.
26320 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
26321 Likewise.
26322 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
26323 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
26324 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
26325
26326 2017-10-02 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
26327
26328 * sysdeps/powerpc/powerpc64/multiarch/Makefile
26329 (sysdep_routines): Add memrchr_power8.
26330 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26331 (memrchr): Add __memrchr_power8 to list of memrchr functions.
26332 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power8.S:
26333 New file.
26334 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c
26335 (memrchr): Add __memrchr_power8 to ifunc list.
26336 * sysdeps/powerpc/powerpc64/power8/memrchr.S: New file.
26337
26338 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26339
26340 [BZ #18822]
26341 * sysdeps/unix/sysv/linux/posix_fadvise64.c
26342 (__posix_fadvise64_l64): Add Add libc_hidden_proto and
26343 libc_hidden_def.
26344 * sysdeps/unix/sysv/linux/posix_fallocate64.c
26345 (__posix_fallocate64_l64): Likewise.
26346
26347 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26348
26349 [BZ #18822]
26350 * sysdeps/unix/sysv/linux/sched_setaffinity.c
26351 (__sched_setaffinity_new): Add libc_hidden_proto and
26352 libc_hidden_def.
26353
26354 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26355
26356 [BZ #18822]
26357 * include/glob.h (__glob64): Add libc_hidden_proto.
26358 * sysdeps/unix/sysv/linux/glob64.c (__glob64): Add
26359 libc_hidden_def.
26360
26361 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26362
26363 [BZ #18822]
26364 * sysdeps/unix/sysv/linux/getrlimit64.c (__new_getrlimit): Add
26365 attribute_hidden.
26366
26367 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26368
26369 [BZ #18822]
26370 * stdlib/exit.h (__new_exitfn): Add attribute_hidden.
26371
26372 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26373
26374 [BZ #18822]
26375 * mon/gmon.c (__moncontrol): Add libc_hidden_proto and
26376 libc_hidden_def.
26377
26378 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26379
26380 [BZ #18822]
26381 * csu/version.c (__libc_print_version): Add attribute_hidden.
26382
26383 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26384
26385 [BZ #18822]
26386 * include/libc-internal.h (__init_misc): Add attribute_hidden.
26387
26388 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26389
26390 [BZ #18822]
26391 * include/fpu_control.h (__setfpucw): Add attribute_hidden.
26392
26393 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26394
26395 [BZ #18822]
26396 * nscd/nscd_helper.c (__nis_hash): New prototype.
26397
26398 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26399
26400 [BZ #18822]
26401 * include/termios.h (__tcgetattr): Add libc_hidden_proto.
26402 * sysdeps/unix/bsd/tcgetattr.c (__tcgetattr): Add
26403 libc_hidden_def.
26404 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
26405 * termios/tcgetattr.c (__tcgetattr): Likewise.
26406
26407 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26408
26409 [BZ #18822]
26410 * include/sys/resource.h (__setrlimit): Add libc_hidden_proto.
26411 * resource/setrlimit.c (__setrlimit): Add libc_hidden_def.
26412 * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Likewise.
26413 * sysdeps/unix/sysv/linux/setrlimit.c (__setrlimit): Likewise.
26414 * sysdeps/unix/sysv/linux/setrlimit64.c (__GI___setrlimit): New.
26415
26416 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26417
26418 [BZ #18822]
26419 * include/monetary.h (__vstrfmon_l): Add attribute_hidden.
26420
26421 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26422
26423 [BZ #18822]
26424 * include/sched.h (__sched_setparam): Add libc_hidden_proto.
26425 * posix/sched_setp.c (__sched_setparam): Add libc_hidden_def.
26426
26427 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26428
26429 [BZ #18822]
26430 * intl/hash-string.h (__hash_string): Add attribute_hidden.
26431
26432 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26433
26434 [BZ #18822]
26435 * include/mntent.h (__hasmntopt): Add libc_hidden_proto.
26436 * misc/mntent_r.c (__hasmntopt): Add libc_hidden_def.
26437
26438 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26439
26440 [BZ #18822]
26441 * include/ifreq.h: New file.
26442 * sysdeps/generic/ifreq.h (__if_nextreq): Removed.
26443 (__ifreq): Likewise.
26444 * sysdeps/mach/hurd/ifreq.h (__if_nextreq): Removed.
26445 (__ifreq): Likewise.
26446
26447 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26448
26449 [BZ #18822]
26450 * include/idna.h: New file.
26451 * inet/getnameinfo.c: Include <idna.h> instead of
26452 <libidn/idna.h>.
26453 (__idna_to_unicode_lzlz): Removed.
26454 * sysdeps/posix/getaddrinfo.c: Include <idna.h> instead of
26455 <libidn/idna.h>.
26456 (__idna_to_ascii_lz): Removed.
26457 (__idna_to_unicode_lzlz): Likewise.
26458
26459 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26460
26461 [BZ #18822]
26462 * include/plural-exp.h: New file.
26463 * intl/plural-exp.c: Include <plural-exp.h> instead of
26464 "plural-exp.h".
26465
26466 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26467
26468 [BZ #18822]
26469 * sysdeps/unix/sysv/linux/getsourcefilter.c: Include
26470 "getsourcefilter.h".
26471 * sysdeps/unix/sysv/linux/getsourcefilter.h: New file.
26472 * sysdeps/unix/sysv/linux/setsourcefilter.c: Include
26473 "getsourcefilter.h".
26474 (__get_sol): Removed.
26475
26476 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26477
26478 [BZ #18822]
26479 * elf/dl-iteratephdr.c (hidden_proto (__dl_iterate_phdr)): Moved
26480 to ...
26481 * include/link.h (hidden_proto (__dl_iterate_phdr)): Here.
26482
26483 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26484
26485 [BZ #18822]
26486 * sysdeps/unix/sysv/linux/getpt.c (__bsd_getpt): Add
26487 attribute_hidden.
26488
26489 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26490
26491 [BZ #18822]
26492 * libio/iolibio.h (__fopen_maybe_mmap): Add attribute_hidden.
26493
26494 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26495
26496 [BZ #18822]
26497 * include/search.h (__tdestroy): Add libc_hidden_proto.
26498 * misc/tsearch.c (__tdestroy): Add libc_hidden_def.
26499
26500 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26501
26502 [BZ #18822]
26503 * include/assert.h (__assert_fail_base): Add attribute_hidden.
26504
26505 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26506
26507 [BZ #18822]
26508 * sysdeps/unix/sysv/linux/include/sys/sysinfo.h (__sysinfo): Add
26509 attribute_hidden.
26510
26511 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26512
26513 [BZ #18822]
26514 * include/signal.h (__kill): Add libc_hidden_proto.
26515 (__sigblock): Likewise.
26516 (__sigprocmask): Likewise.
26517 (__sigaltstack): Likewise.
26518 * signal/kill.c (__kill): Add libc_hidden_def.
26519 * signal/sigblock.c (__sigblock): Likewise.
26520 * signal/sigprocmask.c (__sigprocmask): Likewise.
26521 * sysdeps/mach/hurd/kill.c (__kill): Likewise.
26522 * sysdeps/mach/hurd/sigaltstack.c (__sigaltstack): Likewise.
26523 * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Likewise.
26524 * sysdeps/posix/sigblock.c (__sigblock): Likewise.
26525 * sysdeps/unix/sysv/linux/alpha/sigprocmask.c (__sigprocmask):
26526 Likewise.
26527 * sysdeps/unix/sysv/linux/ia64/sigprocmask.c (__sigprocmask):
26528 Likewise.
26529 * sysdeps/unix/sysv/linux/s390/s390-64/sigprocmask.c
26530 (__sigprocmask): Likewise.
26531 * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask):
26532 Likewise.
26533 * /sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c
26534 (__sigprocmask): Likewise.
26535 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c (__sigprocmask):
26536 Likewise.
26537
26538 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26539
26540 [BZ #18822]
26541 * include/string.h (__strsep): Add libc_hidden_proto.
26542 * string/strsep.c (__strsep): Add libc_hidden_def.
26543
26544 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26545
26546 [BZ #18822]
26547 * posix/spawn_int.h (__posix_spawn_file_actions_realloc): Add
26548 attribute_hidden.
26549 (__spawni): Likewise.
26550
26551 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26552
26553 [BZ #18822]
26554 * include/sys/mman.h (__mremap): Add libc_hidden_proto.
26555 * sysdeps/unix/sysv/linux/m68k/mremap.S (__mremap): Add
26556 libc_hidden_def.
26557
26558 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26559
26560 [BZ #18822]
26561 * include/malloc.h (__malloc_check_init): Add attribute_hidden.
26562
26563 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26564
26565 [BZ #18822]
26566 * include/sys/ioctl.h (__ioctl): Add libc_hidden_proto.
26567 * misc/ioctl.c (__ioctl): Add libc_hidden_def.
26568 * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
26569 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Likewise.
26570 * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl):
26571 Likewise.
26572 * sysdeps/unix/sysv/linux/powerpc/ioctl.c (__ioctl): Likewise.
26573 * sysdeps/unix/sysv/linux/tile/tilegx/ioctl.S (__ioctl): Likewise.
26574
26575 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26576
26577 [BZ #18822]
26578 * intl/gettextP.h (__dcngettext): Add attribute_hidden.
26579 (__dcigettext): Likewise.
26580
26581 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26582
26583 [BZ #18822]
26584 * include/sys/sysinfo.h (__get_nprocs_conf): Add
26585 libc_hidden_proto.
26586 (__get_nprocs): Likewise.
26587 (__get_phys_pages): Likewise.
26588 (__get_avphys_pages): Likewise.
26589 (__get_child_max): Add attribute_hidden.
26590 * misc/getsysstats.c (__get_nprocs_conf): Add libc_hidden_def.
26591 (__get_nprocs): Likewise.
26592 (__get_phys_pages): Likewise.
26593 (__get_avphys_pages): Likewise.
26594 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Add
26595 libc_hidden_def.
26596 (__get_nprocs): Likewise.
26597 (__get_phys_pages): Likewise.
26598 (__get_avphys_pages): Likewise.
26599 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Add
26600 libc_hidden_def.
26601 (__get_nprocs_conf): Likewise.
26602 (__get_phys_pages): Likewise.
26603 (__get_avphys_pages): Likewise.
26604
26605 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26606
26607 [BZ #18822]
26608 * sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_open): Add
26609 attribute_hidden.
26610 (__netlink_close): Likewise.
26611 (__netlink_free_handle): Likewise.
26612 (__netlink_request): Likewise.
26613
26614 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26615
26616 [BZ #18822]
26617 * include/rpc/rpc.h (__rpc_thread_variables): Add
26618 attribute_hidden.
26619 (__rpc_thread_svc_cleanup): Likewise.
26620 (__rpc_thread_clnt_cleanup): Likewise.
26621 (__rpc_thread_key_cleanup): Likewise.
26622
26623 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26624
26625 [BZ #18822]
26626 * include/sys/uio.h (__readv): Add libc_hidden_proto.
26627 (__writev): Likewise.
26628 * misc/readv.c (__readv): Add libc_hidden_def.
26629 * misc/writev.c (__writev): Likewise.
26630 * sysdeps/posix/readv.c (__readv): Likewise.
26631 * sysdeps/posix/writev.c (__writev): Likewise.
26632 * sysdeps/unix/sysv/linux/readv.c: Include <sys/uio.h>.
26633 (__readv): Likewise.
26634 * sysdeps/unix/sysv/linux/writev.c: Include <sys/uio.h>.
26635 (__writev): Likewise.
26636
26637 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26638
26639 [BZ #18822]
26640 * include/regex.h (__re_compile_fastmap): Add attribute_hidden.
26641 (__regcomp): Add libc_hidden_proto.
26642 (__regexec): Likewise.
26643 (__regfree): Likewise.
26644 * posix/regcomp.c (__regcomp): Add libc_hidden_def.
26645 (__regfree): Likewise.
26646 * posix/regexec.c (__regexec): Likewise.
26647
26648 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26649
26650 [BZ #18822]
26651 * include/utmp.h (__updwtmp): Add libc_hidden_proto.
26652 (__getutent): Likewise.
26653 (__getutid): Likewise.
26654 (__getutline): Likewise.
26655 (__pututline): Likewise.
26656 (__getutent_r): Likewise.
26657 (__getutid_r): Likewise.
26658 (__getutline_r): Likewise.
26659 (__utmpname): Add attribute_hidden.
26660 (__setutent): Likewise.
26661 (__endutent): Likewise.
26662 * login/getutent.c (__getutent): Add libc_hidden_def.
26663 * login/getutent_r.c (__getutent_r): Likewise.
26664 (__pututline): Likewise.
26665 * login/getutid.c (__getutid): Likewise.
26666 * login/getutid_r.c (__getutid_r): Likewise.
26667 * login/getutline.c (__getutline): Likewise.
26668 * login/getutline_r.c (__getutline_r): Likewise.
26669 * login/updwtmp.c (__updwtmp): Likewise.
26670
26671 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26672
26673 [BZ #18822]
26674 * include/dirent.h (__opendir): Always add attribute_hidden.
26675 (__fdopendir): Likewise.
26676 (__closedir): Likewise.
26677 (__readdir): Likewise.
26678 (__readdir64): Add libc_hidden_proto.
26679 * sysdeps/mach/hurd/readdir64.c (__readdir64): Add libc_hidden_def.
26680 * sysdeps/unix/sysv/linux/i386/readdir64.c (__readdir64): Likewise.
26681 * sysdeps/unix/sysv/linux/readdir64.c (__readdir64): Likewise.
26682 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c (__GI___readdir64):
26683 New alias.
26684
26685 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26686
26687 [BZ #18822]
26688 * include/aliases.h (__getaliasbyname_r): Add attribute_hidden.
26689 * include/netdb.h (__gethostbyaddr_r): Likewise.
26690 (__gethostbyname_r): Likewise.
26691 (__gethostbyname2_r): Likewise.
26692 (__getnetbyaddr_r): Likewise.
26693 (__getnetbyname_r): Likewise.
26694 (__getservbyname_r): Likewise.
26695 (__getservbyport_r): Likewise.
26696 (__getprotobyname_r): Likewise.
26697 (__getprotobynumber_r): Likewise.
26698 (__getnetgrent_r): Likewise.
26699 * include/rpc/netdb.h (__getrpcbyname_r): Likewise.
26700 (__getrpcbynumber_r): Likewise.
26701 * nss/getXXbyYY.c (INTERNAL (REENTRANT_NAME)): Likewise.
26702
26703 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26704
26705 [BZ #18822]
26706 * include/stdio.h (__fcloseall): Add attribute_hidden.
26707 (__getline): Likewise.
26708 (__path_search): Likewise.
26709 (__gen_tempname): Likewise.
26710 (__libc_message): Likewise.
26711 (__flockfile): Likewise.
26712 (__funlockfile): Likewise.
26713 (__fxprintf): Likewise.
26714 (__fxprintf_nocancel): Likewise.
26715
26716 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26717
26718 [BZ #18822]
26719 * include/gshadow.h (__fgetsgent_r): Add attribute_hidden.
26720 (__sgetsgent_r): Likewise.
26721
26722 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26723
26724 [BZ #18822]
26725 * include/sys/statfs.h (__fstatfs): Add attribute_hidden.
26726 (__statfs64): Likewise.
26727 (__fstatfs64): Likewise.
26728 * include/sys/statvfs.h (__statvfs64): Likewise.
26729 (__fstatvfs64): Likewise.
26730 * sysdeps/unix/sysv/linux/pathconf.h (__statfs_link_max): Likewise.
26731 (__statfs_filesize_max): Likewise.
26732 (__statfs_symlinks): Likewise.
26733 (__statfs_chown_restricted): Likewise.
26734
26735 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26736
26737 [BZ #18822]
26738 * include/time.h (__tzstring): Add attribute_hidden.
26739 (__tzfile_read): Likewise.
26740 (__tzfile_compute): Likewise.
26741 (__tzfile_default): Likewise.
26742 (__tzset_parse_tz): Likewise.
26743 (__offtime): Likewise.
26744 (__asctime_r): Likewise.
26745 (__tzset): Likewise.
26746 (__tz_convert): Likewise.
26747 (__getdate_r): Likewise.
26748 (__getclktck): Likewise.
26749
26750 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26751
26752 [BZ #18822]
26753 * nscd/nscd-client.h (__nscd_get_map_ref): Add attribute_hidden.
26754 (__nscd_unmap): Likewise.
26755 (__nscd_cache_search): Likewise.
26756 (__nscd_get_nl_timestamp): Likewise.
26757 (__nscd_getpwnam_r): Likewise.
26758 (__nscd_getpwuid_r): Likewise.
26759 (__nscd_getgrnam_r): Likewise.
26760 (__nscd_getgrgid_r): Likewise.
26761 (__nscd_gethostbyname_r): Likewise.
26762 (__nscd_gethostbyname2_r): Likewise.
26763 (__nscd_gethostbyaddr_r): Likewise.
26764 (__nscd_getai): Likewise.
26765 (__nscd_getgrouplist): Likewise.
26766 (__nscd_getservbyname_r): Likewise.
26767 (__nscd_getservbyport_r): Likewise.
26768 (__nscd_innetgr): Likewise.
26769 (__nscd_setnetgrent): Likewise.
26770
26771 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26772
26773 [BZ #18822]
26774 * include/gmp.h: Declare internal functions only if _ISOMAC is
26775 undefined.
26776 (__mpn_extract_double): Add attribute_hidden.
26777 (__mpn_extract_long_double): Likewise.
26778 (__mpn_extract_float128): Likewise.
26779 (__mpn_construct_float): Likewise.
26780 (__mpn_construct_double): Likewise.
26781 (__mpn_construct_long_double): Likewise.
26782 (__mpn_construct_float128): Likewise.
26783 (mpn_add_1): Likewise.
26784 (mpn_addmul_1): Likewise.
26785 (mpn_add_n): Likewise.
26786 (mpn_cmp): Likewise.
26787 (mpn_divrem): Likewise.
26788 (mpn_lshift): Likewise.
26789 (mpn_mul): Likewise.
26790 (mpn_mul_1): Likewise.
26791 (mpn_rshift): Likewise.
26792 (mpn_sub_1): Likewise.
26793 (mpn_submul_1): Likewise.
26794 (mpn_sub_n): Likewise.
26795
26796 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26797
26798 [BZ #18822]
26799 * include/wchar.h (__wcsnlen): Add attribute_hidden.
26800 (__wcscat): Likewise.
26801 (__btowc): Likewise.
26802 (__wcrtomb): Likewise.
26803 (__mbsrtowcs): Likewise.
26804 (__wcsrtombs): Likewise.
26805 (__mbsnrtowcs): Likewise.
26806 (__wcsnrtombs): Likewise.
26807 (__wcsncpy): Likewise.
26808 (__wcpncpy): Likewise.
26809 (__wmemcpy): Likewise.
26810 (__wmempcpy): Likewise.
26811 (__wmemmove): Likewise.
26812 (__wcschrnul): Likewise.
26813 (__vfwscanf): Likewise.
26814 (__vswprintf): Likewise.
26815 (__fwprintf): Likewise.
26816 (__vfwprintf): Likewise.
26817
26818 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26819
26820 [BZ #18822]
26821 * include/grp.h (__fgetgrent_r): Add attribute_hidden.
26822 (__getgrgid_r): Likewise.
26823 (__getgrnam_r): Likewise.
26824 * include/pwd.h (__getpwuid_r): Likewise.
26825 (__getpwnam_r): Likewise.
26826 (__fgetpwent_r): Likewise.
26827 * include/shadow.h (__getspnam_r): Likewise.
26828 (__sgetspent_r): Likewise.
26829 (__fgetspent_r): Likewise.
26830
26831 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26832
26833 [BZ #18822]
26834 * include/unistd.h (__access): Add attribute_hidden.
26835 (__lseek64): Likewise.
26836 (__libc_pread64): Likewise.
26837 (__pipe2): Likewise.
26838 (__sleep): Likewise.
26839 (__chdir): Likewise.
26840 (__fchdir): Likewise.
26841 (__getcwd): Likewise.
26842 (__rmdir): Likewise.
26843 (__execvpe): Likewise.
26844 (__execve): Likewise.
26845 (__setsid): Likewise.
26846 (__getuid): Likewise.
26847 (__geteuid): Likewise.
26848 (__getgid): Likewise.
26849 (__getegid): Likewise.
26850 (__getgroups): Likewise.
26851 (__group_member): Likewise.
26852 (__ttyname_r): Likewise.
26853 (__isatty): Likewise.
26854 (__readlink): Likewise.
26855 (__unlink): Likewise.
26856 (__gethostname): Likewise.
26857 (__profil): Likewise.
26858 (__getdtablesize): Likewise.
26859 (__brk): Likewise.
26860 (__ftruncate): Likewise.
26861 (__ftruncate64): Likewise.
26862
26863 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26864
26865 [BZ #18822]
26866 * argp/argp-fmtstream.c: Include <argp-fmtstream.h>.
26867 * argp/argp-fs-xinl.c: Likewise.
26868 * argp/argp-help.c: Include <argp.h> and <argp-fmtstream.h>.
26869 * argp/argp-parse.c: Include <argp.h>.
26870 * argp/argp-xinl.c: Likewise.
26871 * include/argp-fmtstream.h: New file.
26872 * include/argp.h (__argp_error): Add attribute_hidden.
26873 (__argp_failure): Likewise.
26874 (__argp_input): Likewise.
26875 (__argp_state_help): Likewise.
26876
26877 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26878
26879 [BZ #18822]
26880 * include/wchar.h (____wcstof_l_internal): New prototype.
26881 (____wcstod_l_internal): Likewise.
26882 (____wcstold_l_internal): Likewise.
26883 (____wcstol_l_internal): Likewise.
26884 (____wcstoul_l_internal): Likewise.
26885 (____wcstoll_l_internal): Likewise.
26886 (____wcstoull_l_internal): Likewise.
26887 (____wcstof128_l_internal): Likewise.
26888 * sysdeps/ieee754/float128/wcstof128.c
26889 (____wcstof128_l_internal): Removed.
26890 * sysdeps/ieee754/float128/wcstof128_l.c
26891 (____wcstof128_l_internal): Likewise.
26892 * wcsmbs/wcstod.c (____wcstod_l_internal): Likewise.
26893 * wcsmbs/wcstod_l.c (____wcstod_l_internal): Likewise.
26894 * wcsmbs/wcstof.c (____wcstof_l_internal): Likewise.
26895 * wcsmbs/wcstof_l.c (____wcstof_l_internal): Likewise.
26896 * wcsmbs/wcstol_l.c (____wcstol_l_internal): Likewise.
26897 * wcsmbs/wcstold.c (____wcstold_l_internal): Likewise.
26898 * wcsmbs/wcstold_l.c (____wcstold_l_internal): Likewise.
26899 * wcsmbs/wcstoll_l.c (____wcstoll_l_internal): Likewise.
26900 * wcsmbs/wcstoul_l.c (____wcstoul_l_internal): Likewise.
26901 * wcsmbs/wcstoull_l.c (____wcstoull_l_internal): Likewise.
26902
26903 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26904
26905 [BZ #18822]
26906 * sysdeps/unix/sysv/linux/fstatvfs.c: Include "internal_statvfs.h"
26907 instead of <sys/statvfs.h>.
26908 (__internal_statvfs): Removed.
26909 * sysdeps/unix/sysv/linux/fstatvfs64.c Include "internal_statvfs.h"
26910 instead of <sys/statvfs.h>.
26911 (__internal_statvfs64): Removed.
26912 * sysdeps/unix/sysv/linux/internal_statvfs.c: Include
26913 "internal_statvfs.h" instead of <sys/statvfs.h>.
26914 * sysdeps/unix/sysv/linux/internal_statvfs.h: New file.
26915 * sysdeps/unix/sysv/linux/statvfs.c Include "internal_statvfs.h"
26916 instead of <sys/statvfs.h>.
26917 (__internal_statvfs): Removed.
26918 * sysdeps/unix/sysv/linux/statvfs64.c Include "internal_statvfs.h"
26919 instead of <sys/statvfs.h>.
26920 (__internal_statvfs64): Removed.
26921
26922 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26923
26924 [BZ #18822]
26925 * iconv/gconv_int.h (__gconv_open): Add attribute_hidden.
26926 (__gconv_close): Likewise.
26927 (__gconv): Likewise.
26928 (__gconv_find_transform): Likewise.
26929 (__gconv_lookup_cache): Likewise.
26930 (__gconv_compare_alias_cache): Likewise.
26931 (__gconv_load_cache): Likewise.
26932 (__gconv_get_path): Likewise.
26933 (__gconv_close_transform): Likewise.
26934 (__gconv_release_cache): Likewise.
26935 (__gconv_find_shlib): Likewise.
26936 (__gconv_release_shlib): Likewise.
26937 (__gconv_get_builtin_trans): Likewise.
26938 (__gconv_compare_alias): Likewise.
26939 * include/dlfcn.h (_dlerror_run): Likewise.
26940 * include/stdio.h (__fortify_fail_abort): Likewise.
26941 * include/time.h (__tz_compute): Likewise.
26942 (__strptime_internal): Likewise.
26943 * intl/gettextP.h (_nl_find_domain): Likewise.
26944 (_nl_load_domain): Likewise.
26945 (_nl_find_msg): Likewise.
26946 * intl/plural-exp.h (FREE_EXPRESSION): Likewise.
26947 (EXTRACT_PLURAL_EXPRESSION): Likewise.
26948 * locale/coll-lookup.h (__collidx_table_lookup): Likewise.
26949 * resolv/gai_misc.h (__gai_enqueue_request): Likewise.
26950 (__gai_find_request): Likewise.
26951 (__gai_remove_request): Likewise.
26952 (__gai_notify): Likewise.
26953 (__gai_notify_only): Likewise.
26954 * sysdeps/generic/aio_misc.h (__aio_sigqueue): Likewise.
26955 * sysdeps/generic/ldsodefs.h (_dl_fini): Likewise.
26956 (_dl_non_dynamic_init): Likewise.
26957 (_dl_aux_init): Likewise.
26958 * sysdeps/i386/machine-gmon.h (mcount_internal): Likewise.
26959 * sysdeps/unix/sysv/linux/i386/olddirent.h (__old_getdents64):
26960 Likewise.
26961 * wcsmbs/wcsmbsload.h (__wcsmbs_load_conv): Likewise.
26962 (__wcsmbs_clone_conv): Likewise.
26963 (__wcsmbs_named_conv): Likewise.
26964
26965 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26966
26967 [BZ #18822]
26968 * include/stdlib.h (__random): Add attribute_hidden.
26969 (__random_r): Likewise.
26970 (__srandom_r): Likewise.
26971 (__initstate_r): Likewise.
26972 (__setstate_r): Likewise.
26973 (__erand48_r): Likewise.
26974 (__nrand48_r): Likewise.
26975 (__jrand48_r): Likewise.
26976 (__srand48_r): Likewise.
26977 (__seed48_r): Likewise.
26978 (__lcong48_r): Likewise.
26979 (__drand48_iterate): Likewise.
26980 (__setenv): Likewise.
26981 (__unsetenv): Likewise.
26982 (__clearenv): Likewise.
26983 (__ptsname_r): Likewise.
26984 (__posix_openpt): Likewise.
26985 (__add_to_environ): Likewise.
26986 (__realpath): Add libc_hidden_proto.
26987 (__ecvt_r): Likewise.
26988 (__fcvt_r): Likewise.
26989 (__qecvt_r): Likewise.
26990 (__qfcvt_r): Likewise.
26991 * misc/efgcvt_r.c (cvt_symbol_1): Add libc_hidden_def (local).
26992 * stdlib/canonicalize.c (__realpath): Add libc_hidden_def.
26993
26994 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26995
26996 [BZ #18822]
26997 * include/stdlib.h (__ptsname_internal): Add attribute_hidden.
26998 * include/time.h (__mktime_internal): Likewise.
26999 * libio/iolibio.h (__fopen_internal): Likewise.
27000
27001 2017-10-01 John David Anglin <danglin@gcc.gnu.org>
27002
27003 * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Save return
27004 pointer in frame.
27005 * sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext): Likewise.
27006 Correct offset used to restore PIC register.
27007
27008 2017-09-30 John David Anglin <danglin@gcc.gnu.org>
27009
27010 [BZ libc/22165]
27011 * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Use PIC
27012 code to load address of __getcontext_ret when generating PIC code.
27013
27014 2017-09-30 H.J. Lu <hongjiu.lu@intel.com>
27015
27016 * elf/Makefile (tests-static-internal): Add
27017 tst-tls1-static-non-pie.
27018 (LDFLAGS-tst-tls1-static-non-pie): New.
27019 * elf/tst-tls1-static-non-pie.c: New file.
27020
27021 2017-09-29 Joseph Myers <joseph@codesourcery.com>
27022
27023 * sysdeps/ieee754/dbl-64/s_asinh.c: Include <libm-alias-double.h>.
27024 (asinh): Define using libm_alias_double.
27025 * sysdeps/ieee754/dbl-64/s_cbrt.c: Include <libm-alias-double.h>.
27026 (cbrt): Define using libm_alias_double.
27027 * sysdeps/ieee754/dbl-64/s_copysign.c: Include
27028 <libm-alias-double.h>.
27029 (copysign): Define using libm_alias_double.
27030 * sysdeps/ieee754/dbl-64/s_erf.c: Include <libm-alias-double.h>.
27031 (erf): Define using libm_alias_double.
27032 (erfc): Likewise.
27033 * sysdeps/ieee754/dbl-64/s_expm1.c: Include <libm-alias-double.h>.
27034 (expm1): Define using libm_alias_double.
27035 * sysdeps/ieee754/dbl-64/s_fabs.c: Include <libm-alias-double.h>.
27036 (fabs): Define using libm_alias_double.
27037 * sysdeps/ieee754/dbl-64/s_fromfp.c (fromfp): Define using
27038 libm_alias_double.
27039 * sysdeps/ieee754/dbl-64/s_fromfp_main.c: Include
27040 <libm-alias-double.h>.
27041 * sysdeps/ieee754/dbl-64/s_fromfpx.c (fromfpx): Define using
27042 libm_alias_double.
27043 * sysdeps/ieee754/dbl-64/s_getpayload.c: Include
27044 <libm-alias-double.h>.
27045 (getpayload): Define using libm_alias_double.
27046 * sysdeps/ieee754/dbl-64/s_llrint.c: Include
27047 <libm-alias-double.h>.
27048 (llrint): Define using libm_alias_double.
27049 * sysdeps/ieee754/dbl-64/s_lrint.c: Include <libm-alias-double.h>.
27050 (lrint): Define using libm_alias_double.
27051 * sysdeps/ieee754/dbl-64/s_nextup.c: Include
27052 <libm-alias-double.h>.
27053 (nextup): Define using libm_alias_double.
27054 * sysdeps/ieee754/dbl-64/s_roundeven.c: Include
27055 <libm-alias-double.h>.
27056 (roundeven): Define using libm_alias_double.
27057 * sysdeps/ieee754/dbl-64/s_setpayload.c (setpayload): Define using
27058 libm_alias_double.
27059 * sysdeps/ieee754/dbl-64/s_setpayload_main.c: Include
27060 <libm-alias-double.h>.
27061 * sysdeps/ieee754/dbl-64/s_setpayloadsig.c (setpayloadsig): Define
27062 using libm_alias_double.
27063 * sysdeps/ieee754/dbl-64/s_sin.c: Include <libm-alias-double.h>.
27064 (cos): Define using libm_alias_double.
27065 (sin): Likewise.
27066 * sysdeps/ieee754/dbl-64/s_sincos.c: Include
27067 <libm-alias-double.h>.
27068 (sincos): Define using libm_alias_double.
27069 * sysdeps/ieee754/dbl-64/s_tanh.c: Include <libm-alias-double.h>.
27070 (tanh): Define using libm_alias_double.
27071 * sysdeps/ieee754/dbl-64/s_totalorder.c: Include
27072 <libm-alias-double.h>.
27073 (totalorder): Define using libm_alias_double.
27074 * sysdeps/ieee754/dbl-64/s_totalordermag.c: Include
27075 <libm-alias-double.h>.
27076 (totalordermag): Define using libm_alias_double.
27077 * sysdeps/ieee754/dbl-64/s_ufromfp.c (ufromfp): Define using
27078 libm_alias_double.
27079 * sysdeps/ieee754/dbl-64/s_ufromfpx.c (ufromfpx): Define using
27080 libm_alias_double.
27081 * sysdeps/ieee754/dbl-64/wordsize-64/s_getpayload.c: Include
27082 <libm-alias-double.h>.
27083 (getpayload): Define using libm_alias_double.
27084 * sysdeps/ieee754/dbl-64/wordsize-64/s_roundeven.c: Include
27085 <libm-alias-double.h>.
27086 (roundeven): Define using libm_alias_double.
27087 * sysdeps/ieee754/dbl-64/wordsize-64/s_setpayload_main.c: Include
27088 <libm-alias-double.h>.
27089 * sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c: Include
27090 <libm-alias-double.h>.
27091 (totalorder): Define using libm_alias_double.
27092 * sysdeps/ieee754/dbl-64/wordsize-64/s_totalordermag.c: Include
27093 <libm-alias-double.h>.
27094 (totalordermag): Define using libm_alias_double.
27095 * sysdeps/ieee754/ldbl-opt/s_copysign.c (copysignl): Only define
27096 libc compat symbol here.
27097 * sysdeps/ieee754/ldbl-opt/s_asinh.c: Remove file.
27098 * sysdeps/ieee754/ldbl-opt/s_cbrt.c: Likewise.
27099 * sysdeps/ieee754/ldbl-opt/s_erf.c: Likewise.
27100 * sysdeps/ieee754/ldbl-opt/s_expm1.c: Likewise.
27101 * sysdeps/ieee754/ldbl-opt/s_fabs.c: Likewise.
27102 * sysdeps/ieee754/ldbl-opt/s_llrint.c: Likewise.
27103 * sysdeps/ieee754/ldbl-opt/s_lrint.c: Likewise.
27104 * sysdeps/ieee754/ldbl-opt/s_sin.c: Likewise.
27105 * sysdeps/ieee754/ldbl-opt/s_sincos.c: Likewise.
27106 * sysdeps/ieee754/ldbl-opt/s_tanh.c: Likewise.
27107
27108 2017-09-29 H.J. Lu <hongjiu.lu@intel.com>
27109
27110 * sysdeps/arm/dl-machine.h (elf_machine_load_address): Use
27111 _dl_relocate_static_pie instead of _dl_start to compute load
27112 address in static PIE. Return 0 if _DYNAMIC is undefined for
27113 static executable.
27114
27115 2017-09-29 H.J. Lu <hongjiu.lu@intel.com>
27116
27117 * sysdeps/mips/dl-machine.h (elf_machine_dynamic): Return 0 if
27118 _DYNAMIC is undefined for static executable.
27119
27120 2017-09-29 H.J. Lu <hongjiu.lu@intel.com>
27121
27122 * sysdeps/arm/start.S (_start): Check PIC instead of SHARED.
27123
27124 2017-09-29 Joseph Myers <joseph@codesourcery.com>
27125
27126 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27127
27128 2017-09-29 Wilco Dijkstra <wdijkstr@arm.com>
27129
27130 * sysdeps/ieee754/dbl-64/e_lgamma_r.c
27131 (__ieee754_lgamma_r): Use fabs rather than __fabs.
27132 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
27133 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
27134 * sysdeps/ieee754/flt-32/e_lgammaf_r.c
27135 (__ieee754_lgammaf_r): Use fabsf rather than __fabsf.
27136 * sysdeps/ieee754/flt-32/e_log10f.c (__ieee754_log10f): Likewise.
27137 * sysdeps/ieee754/flt-32/e_log2f.c (__ieee754_log2f): Likewise.
27138 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c
27139 (__ieee754_lgammal_r): Use fabsl rather than __fabsl.
27140 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
27141 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Likewise.
27142 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c
27143 (__ieee754_lgammal_r): Use fabsl rather than __fabsl.
27144 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
27145 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
27146 * sysdeps/powerpc/nofpu/Makefile: Add -fno-builtin-fabsl for BZ #29253.
27147
27148 2017-09-29 Wilco Dijkstra <wdijkstr@arm.com>
27149
27150 * math/bits/cmathcalls.h (cimag): Remove inline.
27151 (creal): Remove inline.
27152 (conj): Remove inline.
27153
27154 2017-09-29 Szabolcs Nagy <szabolcs.nagy@arm.com>
27155
27156 * math/Makefile (type-float-routines): Add e_powf_log2_data.
27157 * sysdeps/ieee754/flt-32/e_powf.c: New implementation.
27158 * sysdeps/ieee754/flt-32/e_powf_log2_data.c: New file.
27159 * sysdeps/ieee754/flt-32/math_config.h (__powf_log2_data): Define.
27160 (issignalingf_inline): Likewise.
27161 (POWF_LOG2_TABLE_BITS): Likewise.
27162 (POWF_LOG2_POLY_ORDER): Likewise.
27163 (POWF_SCALE_BITS): Likewise.
27164 (POWF_SCALE): Likewise.
27165 * sysdeps/i386/fpu/e_powf_log2_data.c: New file.
27166 * sysdeps/ia64/fpu/e_powf_log2_data.c: New file.
27167 * sysdeps/m68k/m680x0/fpu/e_powf_log2_data.c: New file.
27168
27169 2017-09-29 Szabolcs Nagy <szabolcs.nagy@arm.com>
27170
27171 * math/Makefile (type-float-routines): Add e_log2f_data.
27172 * sysdeps/ieee754/flt-32/e_log2f.c: New implementation.
27173 * sysdeps/ieee754/flt-32/e_log2f_data.c: New file.
27174 * sysdeps/ieee754/flt-32/math_config.h (__log2f_data): Define.
27175 (LOG2F_TABLE_BITS, LOG2F_POLY_ORDER): Define.
27176 * sysdeps/i386/fpu/e_log2f_data.c: New file.
27177 * sysdeps/ia64/fpu/e_log2f_data.c: New file.
27178 * sysdeps/m68k/m680x0/fpu/e_log2f_data.c: New file.
27179
27180 2017-09-29 Szabolcs Nagy <szabolcs.nagy@arm.com>
27181
27182 * math/Makefile (type-float-routines): Add e_logf_data.
27183 * sysdeps/ieee754/flt-32/e_logf.c: New implementation.
27184 * sysdeps/ieee754/flt-32/e_logf_data.c: New file.
27185 * sysdeps/ieee754/flt-32/math_config.h (__logf_data): Define.
27186 (LOGF_TABLE_BITS, LOGF_POLY_ORDER): Define.
27187 * sysdeps/i386/fpu/e_logf_data.c: New file.
27188 * sysdeps/ia64/fpu/e_logf_data.c: New file.
27189 * sysdeps/m68k/m680x0/fpu/e_logf_data.c: New file.
27190
27191 2017-09-28 H.J. Lu <hongjiu.lu@intel.com>
27192
27193 * sysdeps/i386/dl-machine.h (elf_machine_load_address): Allow
27194 undefined _DYNAMIC in PIE libc.a.
27195 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address):
27196 Likewse.
27197
27198 2017-09-28 Wilco Dijkstra <wdijkstr@arm.com>
27199
27200 * sysdeps/alpha/fpu/bits/mathinline.h: Delete file.
27201 * sysdeps/ia64/fpu/bits/mathinline.h: Delete file.
27202 * sysdeps/m68k/coldfire/fpu/bits/mathinline.h: Delete file.
27203 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h: (__signbitf): Remove.
27204 (__signbit): Remove.
27205 (__signbitl): Remove.
27206 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Remove.
27207 (__signbit): Remove.
27208 (__signbitl): Remove.
27209 * sysdeps/s390/fpu/bits/mathinline.h: (__signbitf): Remove.
27210 (__signbit): Remove.
27211 (__signbitl): Remove.
27212 * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf): Remove.
27213 (__signbit): Remove.
27214 (__signbitl): Remove.
27215 * sysdeps/tile/bits/mathinline.h: Delete file.
27216 * sysdeps/x86/fpu/bits/mathinline.h (__signbitf): Remove.
27217 (__signbit): Remove.
27218 (__signbitl): Remove.
27219
27220 2017-09-28 Wilco Dijkstra <wdijkstr@arm.com>
27221
27222 * math/math.h: Improve handling of C99 isgreater macros.
27223 * sysdeps/alpha/fpu/bits/mathinline.h: Remove isgreater macros.
27224 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h: Likewise.
27225 * sysdeps/powerpc/bits/mathinline.h: Likewise.
27226 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
27227 * sysdeps/x86/fpu/bits/mathinline.h: Likewise.
27228
27229 2017-09-28 Szabolcs Nagy <szabolcs.nagy@arm.com>
27230
27231 * sysdeps/aarch64/libm-test-ulps: Update.
27232
27233 2017-09-28 Joseph Myers <joseph@codesourcery.com>
27234
27235 [BZ #22225]
27236 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27237 math_opt_barrier on argument when doing arithmetic on it.
27238 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
27239 Likewise. Use math_force_eval not math_opt_barrier after
27240 arithmetic.
27241 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Use
27242 math_opt_barrier on argument when doing arithmetic on it.
27243 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27244 Likewise.
27245
27246 2017-09-27 H.J. Lu <hongjiu.lu@intel.com>
27247
27248 * sysdeps/unix/sysv/linux/ifaddrs.c (__getifaddrs): Add
27249 libc_hidden_def.
27250 (__freeifaddrs): Likewise.
27251
27252 2017-09-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
27253
27254 * include/dirent.h (__dirfd): New declaration.
27255 * dirent/dirfd.c (dirfd): Rename to __dirfd, and redefine as weak
27256 alias.
27257 * sysdeps/posix/dirfd/dirfd.c (dirfd): Likewise.
27258 * sysdeps/mach/hurd/dirfd.c (dirfd): Likewise.
27259 * io/ftw.c (open_dir_stream, ftw_dir): Use __dirfd instead of dirfd.
27260 * include/unistd.h (__revoke): New declaration.
27261 * misc/revoke.c (revoke): Rename to __revoke, and redefine as weak
27262 alias.
27263 * sysdeps/mach/hurd/revoke.c (revoke): Likewise.
27264 * sysdeps/unix/bsd/unlockpt.c (unlockpt): Use __revoke instead of
27265 revoke.
27266 * include/dirent.h (__seekdir): New declaration.
27267 * sysdeps/mach/hurd/seekdir.c (seekdir): Rename to __seekdir and
27268 redefine as weak alias.
27269 * sysdeps/mach/hurd/rewinddir.c (__rewinddir): Use __seekdir instead
27270 of seekdir.
27271 * include/ifaddrs.h (__getifaddrs, __freeifaddrs): New declarations,
27272 and use libc_hidden_def on them.
27273 * inet/ifaddrs.c (__getifaddrs, __freeifaddrs): Use libc_hidden_def on
27274 them.
27275 * sysdeps/gnu/ifaddrs.c (__getifaddrs, __freeifaddrs): Likewise.
27276 * inet/check_pf.c (__check_pf): Use __getifaddrs and __freeifaddrs
27277 instead of getifaddrs and freeifaddrs.
27278
27279 2017-09-26 H.J. Lu <hongjiu.lu@intel.com>
27280
27281 [BZ #18822]
27282 * dlfcn/modatexit.c (foo): Remove __dso_handle check.
27283 * dlfcn/modcxaatexit.c: Include <dso_handle.h>.
27284 (__dso_handle): Remove declaration.
27285 * dlfcn/tstatexit.c (__dso_handle): Removed.
27286 (main): Don't check __dso_handle.
27287 * dlfcn/tstcxaatexit.c (__dso_handle): Removed.
27288 (main): Don't check __dso_handle.
27289 * include/dso_handle.h: New file.
27290 * malloc/mtrace.c: Include <dso_handle.h>.
27291 (mtrace): Pass __dso_handle directly.
27292 * nptl/pthread_atfork.c: Include <dso_handle.h>.
27293 (__dso_handle): Remove declaration.
27294 (__pthread_atfork): Pass __dso_handle directly.
27295 * nptl/tst-atfork2mod.c: Include <dso_handle.h>.
27296 (__dso_handle): Removed.
27297 * posix/wordexp-test.c: Include <dso_handle.h>.
27298 (__dso_handle): Remove declaration.
27299 (__app_register_atfork): Pass __dso_handle directly.
27300 * stdlib/at_quick_exit.c: Include <dso_handle.h>.
27301 (__dso_handle): Remove declaration.
27302 (at_quick_exit): Pass __dso_handle directly.
27303 * stdlib/atexit.c: Include <dso_handle.h>.
27304 (__dso_handle): Remove declaration.
27305 (atexit): Pass __dso_handle directly.
27306 * stdlib/tst-tls-atexit-lib.c: Include <dso_handle.h>.
27307 (__dso_handle): Removed.
27308
27309 2017-09-26 Joseph Myers <joseph@codesourcery.com>
27310
27311 * sysdeps/unix/make-syscalls.sh: Use __ifunc to define symbols
27312 using VDSO.
27313
27314 2017-09-26 Alexey Makhalov <amakhalov@vmware.com>
27315
27316 * elf/dl-tunables.c (do_tunable_update_val): Range checking fix.
27317 * scripts/gen-tunables.awk: Set unspecified minval and/or maxval
27318 values to correct default value for given type.
27319
27320 2017-09-26 H.J. Lu <hongjiu.lu@intel.com>
27321
27322 [BZ #22101]
27323 * elf/Makefile (tests): Add tst-debug1.
27324 ($(objpfx)tst-debug1): New.
27325 ($(objpfx)tst-debug1.out): Likewise.
27326 ($(objpfx)tst-debug1mod1.so): Likewise.
27327 * elf/dl-load.c (_dl_map_object_from_fd): Skip PT_DYNAMIC segment
27328 with p_filesz == 0.
27329 * elf/tst-debug1.c: New file.
27330
27331 2017-09-26 Joseph Myers <joseph@codesourcery.com>
27332
27333 * sysdeps/sparc/sparc-ifunc.h [!__ASSEMBLER__] (sparc_libm_ifunc):
27334 Define using __ifunc.
27335
27336 2017-09-26 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
27337
27338 * sysdeps/powerpc/fpu/libm-test-ulps: Regenerate expf() and
27339 exp2f() values.
27340
27341 2017-09-26 Joseph Myers <joseph@codesourcery.com>
27342
27343 [BZ #22156]
27344 * sysdeps/ia64/stackinfo.h (DEFAULT_STACK_PERMS): Likewise.
27345
27346 2017-09-26 Florian Weimer <fweimer@redhat.com>
27347
27348 * resolv/Makefile (tests-internal): Fix typo in comment.
27349
27350 2017-09-26 Florian Weimer <fweimer@redhat.com>
27351
27352 * resolv/nss_dns/dns-host.c: Fix typo in comment.
27353
27354 2017-09-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
27355
27356 * lib/malloc/scratch_buffer.h (struct scratch_buffer):
27357 Use an union instead of a max_align_t array for __space,
27358 so that __space is the same size on all platforms.
27359 * malloc/scratch_buffer_grow_preserve.c
27360 (__libc_scratch_buffer_grow_preserve): Likewise.
27361
27362 [BZ #22183]
27363 * include/gnu-versions.h (_GNU_GLOB_INTERFACE_VERSION): Increase
27364 version to 2.
27365 * posix/Makefile (routines): Add glob-lstat-compat and
27366 glob64-lstat-compat.
27367 * posix/Versions (GLIBC_2.27, glob, glob64): Add symbol version.
27368 * posix/glob-lstat-compat.c: New file.
27369 * posix/glob64-lstat-compat.c: Likewise.
27370 * posix/tst-glob_lstat_compat.c: Likewise.
27371 * sysdeps/unix/sysv/linux/glob-lstat-compat.c: Likewise.
27372 * sysdeps/unix/sysv/linux/alpha/glob-lstat-compat.c: Likewise.
27373 * sysdeps/unix/sysv/linux/glob64-lstat-compat.c: Likewise.
27374 * sysdeps/unix/sysv/linux/s390/s390-32/glob64-lstat-compat.c:
27375 Likewise.
27376 * sysdeps/unix/sysv/linux/alpha/glob.c: Remove file.
27377 * sysdeps/unix/sysv/linux/s390/s390-32/glob64.c: Likewise.
27378 * posix/glob.c (glob_lstat): New function.
27379 (glob): Rename to __glob and add versioned symbol to 2.27.
27380 (glob_in_dir): Use glob_lstat.
27381 * posix/glob64.c (glob64): Add GLOB_ATTRIBUTE.
27382 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
27383 * sysdeps/unix/sysv/linux/glob.c (glob): Add versioned symbol for
27384 2.27.
27385 * sysdeps/unix/sysv/linux/glob64.c (glob64): Likewise.
27386 * sysdeps/unix/sysv/linux/oldglob.c (GLOB_NO_LSTAT): Define.
27387 * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_glob): Do not use
27388 gl_lstat on glob call.
27389 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Add GLIBC_2.27 glob
27390 and glob64 symbols.
27391 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
27392 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
27393 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
27394 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
27395 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
27396 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
27397 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
27398 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
27399 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
27400 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
27401 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
27402 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
27403 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
27404 Likewise.
27405 * sysdeps/unix/linux/powerpc/powerpc32/nofpu/libc.abilist: Likewise.
27406 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
27407 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
27408 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
27409 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
27410 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
27411 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
27412 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
27413 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
27414 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
27415 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
27416 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
27417
27418 2017-09-25 H.J. Lu <hongjiu.lu@intel.com>
27419
27420 * configure.ac (AS): Require binutils 2.25 or later.
27421 * configure: Regenerated.
27422
27423 2017-09-25 Paul Pluzhnikov <ppluzhnikov@google.com>
27424
27425 [BZ #22207]
27426 * stdlib/test-atexit-race-common.c (do_test): Minimize required
27427 VM size.
27428
27429 2017-09-25 DJ Delorie <dj@redhat.com>
27430
27431 [BZ #22161]
27432 * nscd/netgroupcache.c (addinnetgrX): Release read lock after
27433 resetting timeout.
27434
27435 2017-09-25 Stefan Liebler <stli@linux.vnet.ibm.com>
27436
27437 * sysdeps/ieee754/dbl-64/sincos32.h
27438 [SINCCOS32_H]: Remove define.
27439 [SINCOS32_H]: Define.
27440
27441 2017-09-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
27442
27443 * math/Versions (expf): New libm symbol at GLIBC_2.27.
27444 (exp2f): Likewise.
27445 * math/w_exp2f.c: New file.
27446 * math/w_expf.c: New file.
27447 * math/w_exp2f_compat.c (__exp2f_compat): For compat symbol only.
27448 * math/w_expf_compat.c (__expf_compat): Likewise.
27449 * sysdeps/ia64/fpu/e_exp2f.S: Add versioned symbols.
27450 * sysdeps/ia64/fpu/e_expf.S: Likewise.
27451 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
27452 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
27453 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
27454 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
27455 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
27456 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
27457 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
27458 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
27459 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
27460 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
27461 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
27462 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
27463 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
27464 Likewise.
27465 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
27466 Likewise.
27467 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
27468 Likewise.
27469 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
27470 Likewise.
27471 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
27472 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
27473 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
27474 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
27475 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
27476 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
27477 Likewise.
27478 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
27479 Likewise.
27480 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
27481 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
27482 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
27483
27484 2017-09-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
27485
27486 * math/Makefile (type-float-routines): Add math_errf and e_exp2f_data.
27487 * sysdeps/aarch64/fpu/math_private.h (TOINT_INTRINSICS): Define.
27488 (roundtoint, converttoint): Likewise.
27489 * sysdeps/ieee754/flt-32/e_expf.c: New implementation.
27490 * sysdeps/ieee754/flt-32/e_exp2f.c: New implementation.
27491 * sysdeps/ieee754/flt-32/e_exp2f_data.c: New file.
27492 * sysdeps/ieee754/flt-32/math_config.h: New file.
27493 * sysdeps/ieee754/flt-32/math_errf.c: New file.
27494 * sysdeps/ieee754/flt-32/t_exp2f.h: Remove.
27495 * sysdeps/i386/fpu/e_exp2f_data.c: New file.
27496 * sysdeps/i386/fpu/math_errf.c: New file.
27497 * sysdeps/ia64/fpu/e_exp2f_data.c: New file.
27498 * sysdeps/ia64/fpu/math_errf.c: New file.
27499 * sysdeps/m68k/m680x0/fpu/e_exp2f_data.c: New file.
27500 * sysdeps/m68k/m680x0/fpu/math_errf.c: New file.
27501
27502 2017-09-24 Samuel Thibault <samuel.thibault@ens-lyon.org>
27503
27504 * sysdeps/mach/hurd/dl-sysdep.c (check_no_hidden): New macro.
27505 (__open, __close, __libc_read, __libc_write, __writev, __libc_lseek64,
27506 __mmap, __fxstat64, __xstat64, __access, __access_noerrno, __getpid,
27507 __getcwd, __sbrk, __strtoul_internal, _exit, abort): Use check_no_hidden
27508 to make sure that these symbols are defined.
27509 * sysdeps/mach/hurd/bits/socket.h: Include <bits/wordsize.h> instead
27510 of <limits.h>
27511 (__need_NULL): Do not define.
27512 (__ss_aligntype): Use __WORDSIZE instead of ULONG_MAX to determine
27513 alignment.
27514 [!__USE_MISC] (pseudo_AF_XTP, pseudo_AF_RTIP, pseudo_AF_PIP,
27515 CMGROUP_MAX, cmsgcred): Do not define.
27516 (CMSG_FIRSTHDR, __cmsg_nxthdr): Use (struct cmsghdr *) 0 instead of
27517 NULL.
27518 * bits/socket.h: Likewise.
27519 * sysdeps/unix/clock_gettime.c (realtime_gettime, __clock_gettime): Use
27520 __gettimeofday instead of gettimeofday.
27521 * sysdeps/unix/clock_settime.c (__clock_settime): Use __settimeofday
27522 instead of settimeofday.
27523
27524 2017-09-22 Joseph Myers <joseph@codesourcery.com>
27525
27526 * sysdeps/ieee754/flt-32/s_asinhf.c: Include <libm-alias-float.h>.
27527 (asinhf): Define using libm_alias_float.
27528 * sysdeps/ieee754/flt-32/s_atanf.c: Include <libm-alias-float.h>.
27529 (atanf): Define using libm_alias_float.
27530 * sysdeps/ieee754/flt-32/s_cbrtf.c: Include <libm-alias-float.h>.
27531 (cbrtf): Define using libm_alias_float.
27532 * sysdeps/ieee754/flt-32/s_ceilf.c: Include <libm-alias-float.h>.
27533 (ceilf): Define using libm_alias_float.
27534 * sysdeps/ieee754/flt-32/s_copysignf.c: Include
27535 <libm-alias-float.h>.
27536 (copysignf): Define using libm_alias_float.
27537 * sysdeps/ieee754/flt-32/s_cosf.c: Include <libm-alias-float.h>.
27538 (cosf): Define using libm_alias_float.
27539 * sysdeps/ieee754/flt-32/s_erff.c: Include <libm-alias-float.h>.
27540 (erff): Define using libm_alias_float.
27541 (erfcf): Likewise.
27542 * sysdeps/ieee754/flt-32/s_expm1f.c: Include <libm-alias-float.h>.
27543 (expm1f): Define using libm_alias_float.
27544 * sysdeps/ieee754/flt-32/s_fabsf.c: Include <libm-alias-float.h>.
27545 (fabsf): Define using libm_alias_float.
27546 * sysdeps/ieee754/flt-32/s_floorf.c: Include <libm-alias-float.h>.
27547 (floorf): Define using libm_alias_float.
27548 * sysdeps/ieee754/flt-32/s_frexpf.c: Include <libm-alias-float.h>.
27549 (frexpf): Define using libm_alias_float.
27550 * sysdeps/ieee754/flt-32/s_fromfpf.c (fromfpf): Define using
27551 libm_alias_float.
27552 * sysdeps/ieee754/flt-32/s_fromfpf_main.c: Include
27553 <libm-alias-float.h>.
27554 * sysdeps/ieee754/flt-32/s_fromfpxf.c (fromfpxf): Define using
27555 libm_alias_float.
27556 * sysdeps/ieee754/flt-32/s_getpayloadf.c: Include
27557 <libm-alias-float.h>.
27558 (getpayloadf): Define using libm_alias_float.
27559 * sysdeps/ieee754/flt-32/s_llrintf.c: Include
27560 <libm-alias-float.h>.
27561 (llrintf): Define using libm_alias_float.
27562 * sysdeps/ieee754/flt-32/s_llroundf.c: Include
27563 <libm-alias-float.h>.
27564 (llroundf): Define using libm_alias_float.
27565 * sysdeps/ieee754/flt-32/s_logbf.c: Include <libm-alias-float.h>.
27566 (logbf): Define using libm_alias_float.
27567 * sysdeps/ieee754/flt-32/s_lrintf.c: Include <libm-alias-float.h>.
27568 (lrintf): Define using libm_alias_float.
27569 * sysdeps/ieee754/flt-32/s_lroundf.c: Include <libm-alias-float.h>.
27570 (lroundf): Define using libm_alias_float.
27571 * sysdeps/ieee754/flt-32/s_modff.c: Include <libm-alias-float.h>.
27572 (modff): Define using libm_alias_float.
27573 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Include
27574 <libm-alias-float.h>.
27575 (nearbyintf): Define using libm_alias_float.
27576 * sysdeps/ieee754/flt-32/s_nextafterf.c: Include
27577 <libm-alias-float.h>.
27578 (nextafterf): Define using libm_alias_float.
27579 * sysdeps/ieee754/flt-32/s_nextupf.c: Include
27580 <libm-alias-float.h>.
27581 (nextupf): Define using libm_alias_float.
27582 * sysdeps/ieee754/flt-32/s_remquof.c: Include
27583 <libm-alias-float.h>.
27584 (remquof): Define using libm_alias_float.
27585 * sysdeps/ieee754/flt-32/s_rintf.c: Include <libm-alias-float.h>.
27586 (rintf): Define using libm_alias_float.
27587 * sysdeps/ieee754/flt-32/s_roundevenf.c: Include
27588 <libm-alias-float.h>.
27589 (roundevenf): Define using libm_alias_float.
27590 * sysdeps/ieee754/flt-32/s_roundf.c: Include <libm-alias-float.h>.
27591 (roundf): Define using libm_alias_float.
27592 * sysdeps/ieee754/flt-32/s_setpayloadf.c (setpayloadf): Define
27593 using libm_alias_float.
27594 * sysdeps/ieee754/flt-32/s_setpayloadf_main.c: Include
27595 <libm-alias-float.h>.
27596 * sysdeps/ieee754/flt-32/s_setpayloadsigf.c (setpayloadsigf):
27597 Define using libm_alias_float.
27598 * sysdeps/ieee754/flt-32/s_sincosf.c: Include
27599 <libm-alias-float.h>.
27600 (sincosf): Define using libm_alias_float.
27601 * sysdeps/ieee754/flt-32/s_sinf.c: Include <libm-alias-float.h>.
27602 (sinf): Define using libm_alias_float.
27603 * sysdeps/ieee754/flt-32/s_tanf.c: Include <libm-alias-float.h>.
27604 (tanf): Define using libm_alias_float.
27605 * sysdeps/ieee754/flt-32/s_tanhf.c: Include <libm-alias-float.h>.
27606 (tanhf): Define using libm_alias_float.
27607 * sysdeps/ieee754/flt-32/s_totalorderf.c: Include
27608 <libm-alias-float.h>.
27609 (totalorderf): Define using libm_alias_float.
27610 * sysdeps/ieee754/flt-32/s_totalordermagf.c: Include
27611 <libm-alias-float.h>.
27612 (totalordermagf): Define using libm_alias_float.
27613 * sysdeps/ieee754/flt-32/s_truncf.c: Include <libm-alias-float.h>.
27614 (truncf): Define using libm_alias_float.
27615 * sysdeps/ieee754/flt-32/s_ufromfpf.c (ufromfpf): Define using
27616 libm_alias_float.
27617 * sysdeps/ieee754/flt-32/s_ufromfpxf.c (ufromfpxf): Define using
27618 libm_alias_float.
27619
27620 2017-09-22 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
27621
27622 [BZ #22146]
27623 math/math.h: Let fpclassify use the builtin in C++ mode, even
27624 when optimazing for size.
27625
27626 2017-09-22 Joseph Myers <joseph@codesourcery.com>
27627
27628 * csu/Makefile (generated): Do not add version-info.h.
27629 (before-compile): Likewise.
27630 (all-Banner-files): Remove variable.
27631 ($(objpfx)version-info.h): Remove rule.
27632 * csu/version.c (banner): Do not include "version-info.h".
27633 * libidn/Banner: Remove.
27634 * manual/contrib.texi (Simon Josefsson): New entry.
27635
27636 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
27637
27638 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
27639 Remove conditionals on LDBL_MANT_DIG.
27640 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c
27641 (__ieee754_lgammal_r): Likewise.
27642
27643 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
27644
27645 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Remove definitions of
27646 _Float128 and L().
27647 * sysdeps/ieee754/ldbl-128ibm/e_j0l.c: Remove definitions of
27648 _Float128 and L(). Replace _Float128 with long double and L(x)
27649 with xL, throughout the file.
27650 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
27651 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c: Likewise.
27652 * sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c: Likewise.
27653 * sysdeps/ieee754/ldbl-128ibm/t_expl.h: Likewise.
27654
27655 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
27656
27657 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Include tables from
27658 sysdeps/ieee754/ldbl-128ibm.
27659 * sysdeps/ieee754/ldbl-128ibm/e_j0l.c: Copy contents from the
27660 equivalent implementation in sysdeps/ieee754/ldbl-128/ instead
27661 of including it. Keep _Float128 and L() intact. These will be
27662 reviewed by a separate patch.
27663 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
27664 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c: Likewise.
27665 * sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c: Likewise.
27666 * sysdeps/ieee754/ldbl-128ibm/t_expl.h: Likewise.
27667
27668 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
27669
27670 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c
27671 (__finitef128): Define to __redirect___finitef128.
27672 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c
27673 (__isinff128): Define to __redirect___isinff128.
27674 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c
27675 (__isnanf128): Define to __redirect___isnanf128.
27676
27677 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
27678
27679 * sysdeps/powerpc/powerpc64le/Makefile
27680 (CFLAGS-tst-strtod-nan-locale.c): New variable.
27681 (CFLAGS-tst-wcstod-nan-locale.c): New variable.
27682
27683 2017-09-21 Paul Pluzhnikov <ppluzhnikov@google.com>
27684 Carlos O'Donell <carlos@redhat.com>
27685
27686 [BZ #22180]
27687 * stdlib/Makefile (tests): Add test-dlclose-exit-race.
27688 * stdlib/test-dlclose-exit-race.c: New file.
27689 * stdlib/test-dlclose-exit-race-helper.c: New file.
27690 * stdlib/exit.c (__run_exit_handlers): Mark slot as free.
27691
27692 2017-09-21 Joseph Myers <joseph@codesourcery.com>
27693
27694 * crypt/Banner: Remove file.
27695 * nptl/Banner: Likewise.
27696 * resolv/Banner: Likewise.
27697 * soft-fp/Banner: Likewise.
27698 * nptl/Makefile ($(objpfx)banner.h): Remove rule.
27699 ($(objpfx)version.d): Remove dependency on banner.h.
27700 ($(objpfx)version.os): Likewise.
27701 * nptl/version.c (banner): Do not include banner.h.
27702 * manual/contrib.texi: Update entries for Richard Henderson, Jakub
27703 Jelinek and BIND code.
27704
27705 2017-09-20 Paul Pluzhnikov <ppluzhnikov@google.com>
27706 Carlos O'Donell <carlos@redhat.com>
27707
27708 * support/xdlfcn.h: New file.
27709 * support/xdlfcn.c: New file.
27710 * support/Makefile (libsupport-routines): Add xdlfcn.
27711 * stdlib/tst-tls-atexit.c: Use xdlopen, xdlsym, xdlclose.
27712
27713 2017-09-20 Joseph Myers <joseph@codesourcery.com>
27714
27715 [BZ #20142]
27716 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
27717 Add s_trunc-c, s_truncf-c, s_trunc-sse4_1 and s_truncf-sse4_1.
27718 * sysdeps/x86_64/fpu/multiarch/s_trunc-c.c: New file.
27719 * sysdeps/x86_64/fpu/multiarch/s_trunc-sse4_1.S: Likewise.
27720 * sysdeps/x86_64/fpu/multiarch/s_trunc.c: Likewise.
27721 * sysdeps/x86_64/fpu/multiarch/s_truncf-c.c: Likewise.
27722 * sysdeps/x86_64/fpu/multiarch/s_truncf-sse4_1.S: Likewise.
27723 * sysdeps/x86_64/fpu/multiarch/s_truncf.c: Likewise.
27724
27725 2017-09-20 Paul Pluzhnikov <ppluzhnikov@google.com>
27726 Ricky Zhou <rickyz@google.com>
27727 Anoop V Chakkalakkal <anoop.vijayan@in.ibm.com>
27728
27729 [BZ #14333]
27730 * stdlib/cxa_atexit.c (__internal_atexit): Use __exit_funcs_lock.
27731 Remove atomics.
27732 (__new_exitfn): Fail registration when we finished at_exit processing.
27733 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
27734 * stdlib/on_exit.c (__on_exit): Likewise.
27735 * stdlib/exit.c (__exit_funcs_done): New variable.
27736 (__run_exit_handlers): Use __exit_funcs_lock.
27737 * stdlib/exit.h (__exit_funcs_lock, __exit_funcs_done): New
27738 declarations.
27739 * stdlib/Makefile (test-atexit-race, test-quick_at_exit-race)
27740 (test-cxa_atexit-race, test-on_exit-race): New tests.
27741 * stdlib/test-atexit-race-common.c: New file.
27742 * stdlib/test-atexit-race.c: New file.
27743 * stdlib/test-at_quick_exit-race.c: New file.
27744 * stdlib/test-cxa_atexit-race.c: New file.
27745 * stdlib/test-on_exit-race.c: New file.
27746
27747 2017-09-20 Szabolcs Nagy <szabolcs.nagy@arm.com>
27748
27749 * benchtests/Makefile: Add exp2f and log2f benchmarks.
27750 * benchtests/exp2f-inputs: Copy of expf-inputs.
27751 * benchtests/log2f-inputs: Copy of logf-inputs.
27752
27753 2017-09-19 Joseph Myers <joseph@codesourcery.com>
27754
27755 * sysdeps/unix/sysv/linux/fexecve.c (fexecve) [__NR_execveat]:
27756 Explicitly take address of first element of array arguments in
27757 call to INLINE_SYSCALL.
27758
27759 2017-09-19 Andreas Schwab <schwab@suse.de>
27760
27761 [BZ #22134]
27762 * sysdeps/unix/sysv/linux/fexecve.c (fexecve) [__NR_execveat]: Try
27763 execveat first.
27764 [!__ASSUME_EXECVEAT]: Fall back to /proc if execveat is
27765 unimplemented.
27766 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_EXECVEAT)
27767 [__LINUX_KERNEL_VERSION >= 0x031300]: Define.
27768 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
27769 (__ASSUME_EXECVEAT) [__LINUX_KERNEL_VERSION < 0x040200]: Undef.
27770 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
27771 (__ASSUME_EXECVEAT) [__LINUX_KERNEL_VERSION < 0x040000]: Undef.
27772 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
27773 (__ASSUME_EXECVEAT) [__LINUX_KERNEL_VERSION < 0x040000]: Undef.
27774 * posix/Makefile (tests): Add tst-fexecve.
27775 * posix/tst-fexecve.c: New file.
27776
27777 2017-09-19 Wilco Dijkstra <wdijkstr@arm.com>
27778
27779 * benchtests/Makefile: Add logf benchmark.
27780 * benchtests/logf-inputs: Add reduced trace from wrf_r.
27781
27782 2017-09-19 Wilco Dijkstra <wdijkstr@arm.com>
27783
27784 * benchtests/Makefile: Add expf benchmark.
27785 * benchtests/expf-inputs: Add reduced trace from wrf_r.
27786
27787 2017-09-19 Wilco Dijkstra <wdijkstr@arm.com>
27788
27789 * csu/Makefile: Add -funwind-tables to libc-start.c.
27790 * debug/Makefile: Add -funwind-tables to backtrace.c.
27791 * sysdeps/aarch64/Makefile: Remove CFLAGS-backtrace.c.
27792 * sysdeps/arm/Makefile: Likewise.
27793 * sysdeps/i386/Makefile: Likewise.
27794 * sysdeps/m68k/Makefile: Likewise.
27795 * sysdeps/mips/Makefile: Likewise.
27796 * sysdeps/nios2/Makefile: Likewise.
27797 * sysdeps/sh/Makefile: Likewise.
27798 * sysdeps/sparc/Makefile: Likewise.
27799
27800 2017-09-19 Joseph Myers <joseph@codesourcery.com>
27801
27802 * benchtests/Makefile (bench-math): Add trunc and truncf.
27803 (CFLAGS-bench-trunc.c): New variable.
27804 (CFLAGS-bench-truncf.c): Likewise.
27805 * benchtests/trunc-inputs: New file.
27806 * benchtests/truncf-inputs: Likewise.
27807
27808 2017-09-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
27809
27810 * sysdeps/powerpc/powerpc64/power8/memset.S: Avoid misaligned stores.
27811
27812 2017-09-18 Joseph Myers <joseph@codesourcery.com>
27813
27814 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c [LIBM_SVID_COMPAT &&
27815 !LONG_DOUBLE_COMPAT (libm, GLIBC_2_1)] (weak_alias): Undefine and
27816 redefine.
27817 [LIBM_SVID_COMPAT && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_1)]
27818 (exp10l): Define as weak alias.
27819 * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c [LIBM_SVID_COMPAT
27820 && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (weak_alias): Undefine
27821 and redefine.
27822 [LIBM_SVID_COMPAT && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)]
27823 (remainderl): Define as weak alias.
27824
27825 * math/s_fmal.c: Include <libm-alias-ldouble.h>.
27826 (fmal): Define using libm_alias_ldouble.
27827 * math/w_acoshl_compat.c: Include <libm-alias-ldouble.h>.
27828 (acoshl): Define using libm_alias_ldouble.
27829 * math/w_acosl_compat.c: Include <libm-alias-ldouble.h>.
27830 (acosl): Define using libm_alias_ldouble.
27831 * math/w_asinl_compat.c: Include <libm-alias-ldouble.h>.
27832 (asinl): Define using libm_alias_ldouble.
27833 * math/w_atan2l_compat.c: Include <libm-alias-ldouble.h>.
27834 (atan2l): Define using libm_alias_ldouble.
27835 * math/w_atanhl_compat.c: Include <libm-alias-ldouble.h>.
27836 (atanhl): Define using libm_alias_ldouble.
27837 * math/w_coshl_compat.c: Include <libm-alias-ldouble.h>.
27838 (coshl): Define using libm_alias_ldouble.
27839 * math/w_exp10l_compat.c: Include <libm-alias-ldouble.h>.
27840 (exp10l): Define using libm_alias_ldouble.
27841 * math/w_exp2l_compat.c: Include <libm-alias-ldouble.h>.
27842 (exp2l): Define using libm_alias_ldouble.
27843 * math/w_expl_compat.c: Include <libm-alias-ldouble.h>.
27844 (expl): Define using libm_alias_ldouble.
27845 * math/w_fmodl_compat.c: Include <libm-alias-ldouble.h>.
27846 (fmodl): Define using libm_alias_ldouble.
27847 * math/w_hypotl_compat.c: Include <libm-alias-ldouble.h>.
27848 (hypotl): Define using libm_alias_ldouble.
27849 * math/w_j0l_compat.c: Include <libm-alias-ldouble.h>.
27850 (j0l): Define using libm_alias_ldouble.
27851 (y0l): Likewise.
27852 * math/w_j1l_compat.c: Include <libm-alias-ldouble.h>.
27853 (j1l): Define using libm_alias_ldouble.
27854 (y1l): Likewise.
27855 * math/w_jnl_compat.c: Include <libm-alias-ldouble.h>.
27856 (jnl): Define using libm_alias_ldouble.
27857 (ynl): Likewise.
27858 * math/w_log10l_compat.c: Include <libm-alias-ldouble.h>.
27859 (log10l): Define using libm_alias_ldouble.
27860 * math/w_log2l_compat.c: Include <libm-alias-ldouble.h>.
27861 (log2l): Define using libm_alias_ldouble.
27862 * math/w_logl_compat.c: Include <libm-alias-ldouble.h>.
27863 (logl): Define using libm_alias_ldouble.
27864 * math/w_powl_compat.c: Include <libm-alias-ldouble.h>.
27865 (powl): Define using libm_alias_ldouble.
27866 * math/w_remainderl_compat.c: Include <libm-alias-ldouble.h>.
27867 (remainderl): Define using libm_alias_ldouble.
27868 * math/w_sinhl_compat.c: Include <libm-alias-ldouble.h>.
27869 (sinhl): Define using libm_alias_ldouble.
27870 * math/w_sqrtl_compat.c: Include <libm-alias-ldouble.h>.
27871 (sqrtl): Define using libm_alias_ldouble.
27872 * math/w_tgammal_compat.c: Include <libm-alias-ldouble.h>.
27873 (tgammal): Define using libm_alias_ldouble.
27874 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c [LIBM_SVID_COMPAT]
27875 (exp10l): Do not use long_double_symbol here.
27876 * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c
27877 [LIBM_SVID_COMPAT] (remainderl): Likewise.
27878 * sysdeps/ieee754/ldbl-opt/s_fmal.c: Remove.
27879 * sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c: Likewise.
27880 * sysdeps/ieee754/ldbl-opt/w_acosl_compat.c: Likewise.
27881 * sysdeps/ieee754/ldbl-opt/w_asinl_compat.c: Likewise.
27882 * sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c: Likewise.
27883 * sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c: Likewise.
27884 * sysdeps/ieee754/ldbl-opt/w_coshl_compat.c: Likewise.
27885 * sysdeps/ieee754/ldbl-opt/w_expl_compat.c: Likewise.
27886 * sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c: Likewise.
27887 * sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c: Likewise.
27888 * sysdeps/ieee754/ldbl-opt/w_j0l_compat.c: Likewise.
27889 * sysdeps/ieee754/ldbl-opt/w_j1l_compat.c: Likewise.
27890 * sysdeps/ieee754/ldbl-opt/w_jnl_compat.c: Likewise.
27891 * sysdeps/ieee754/ldbl-opt/w_log10l_compat.c: Likewise.
27892 * sysdeps/ieee754/ldbl-opt/w_log2l_compat.c: Likewise.
27893 * sysdeps/ieee754/ldbl-opt/w_logl_compat.c: Likewise.
27894 * sysdeps/ieee754/ldbl-opt/w_powl_compat.c: Likewise.
27895 * sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c: Likewise.
27896 * sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c: Likewise.
27897 * sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c: Likewise.
27898
27899 2017-09-18 Wang Boshi <wangboshi@huawei.com> (tiny change)
27900
27901 * sysdeps/aarch64/start.S: Use MOVL instead of literal pools.
27902 * sysdeps/aarch64/sysdep.h (MOVL): Add MOVL macro.
27903
27904 2017-09-17 Samuel Thibault <samuel.thibault@ens-lyon.org>
27905
27906 * io/read.c (read): Add libc_hidden_weak.
27907 * sysdeps/mach/hurd/read.c (read): Likewise.
27908 * io/write.c (write): Likewise.
27909 * sysdeps/mach/hurd/write.c (write): Likewise.
27910 * io/pread64.c (__pread64): Likewise.
27911 * sysdeps/mach/hurd/pread64.c (__pread64): Likewise.
27912 * posix/pread64.c (__pread64): Add libc_hidden_def.
27913
27914 2017-09-16 Siddhesh Poyarekar <siddhesh@sourceware.org>
27915
27916 * benchtests/scripts/compare_strings.py: New option -g.
27917 (draw_graph): Print a message that a graph is being generated.
27918 (process_results): Generate graph only if -g is passed.
27919 (main): Process option -g.
27920
27921 * benchtests/scripts/compare_strings.py (process_results):
27922 Better spacing for output.
27923
27924 * benchtests/scripts/compare_strings.py: Use argparse.
27925 * benchtests/README: Document existence of compare_strings.py.
27926
27927 2017-09-15 Joseph Myers <joseph@codesourcery.com>
27928
27929 * math/s_fma.c: Include <libm-alias-double.h>.
27930 (fma): Define using libm_alias_double.
27931 * math/s_nextafter.c: Include <libm-alias-double.h>.
27932 (nextafter): Define using libm_alias_double.
27933 * math/w_acos_compat.c: Include <libm-alias-double.h>.
27934 (acos): Define using libm_alias_double.
27935 * math/w_acosh_compat.c: Include <libm-alias-double.h>.
27936 (aocsh): Define using libm_alias_double.
27937 * math/w_asin_compat.c: Include <libm-alias-double.h>.
27938 (asin): Define using libm_alias_double.
27939 * math/w_atan2_compat.c: Include <libm-alias-double.h>.
27940 (atan2): Define using libm_alias_double.
27941 * math/w_atanh_compat.c: Include <libm-alias-double.h>.
27942 (atanh): Define using libm_alias_double.
27943 * math/w_cosh_compat.c: Include <libm-alias-double.h>.
27944 (cosh): Define using libm_alias_double.
27945 * math/w_exp10_compat.c: Include <libm-alias-double.h>.
27946 (exp10): Define using libm_alias_double.
27947 * math/w_exp2_compat.c: Include <libm-alias-double.h>.
27948 (exp2): Define using libm_alias_double.
27949 * math/w_exp_compat.c: Include <libm-alias-double.h>.
27950 (exp): Define using libm_alias_double.
27951 * math/w_fmod_compat.c: Include <libm-alias-double.h>.
27952 (fmod): Define using libm_alias_double.
27953 * math/w_hypot_compat.c: Include <libm-alias-double.h>.
27954 (hypot): Define using libm_alias_double.
27955 * math/w_j0_compat.c: Include <libm-alias-double.h>.
27956 (j0): Define using libm_alias_double.
27957 (y0): Likewise.
27958 * math/w_j1_compat.c: Include <libm-alias-double.h>.
27959 (j1): Define using libm_alias_double.
27960 (y1): Likewise.
27961 * math/w_jn_compat.c: Include <libm-alias-double.h>.
27962 (jn): Define using libm_alias_double.
27963 (yn): Likewise.
27964 * math/w_log10_compat.c: Include <libm-alias-double.h>.
27965 (log10): Define using libm_alias_double.
27966 * math/w_log2_compat.c: Include <libm-alias-double.h>.
27967 (log2): Define using libm_alias_double.
27968 * math/w_log_compat.c: Include <libm-alias-double.h>.
27969 (log): Define using libm_alias_double.
27970 * math/w_pow_compat.c: Include <libm-alias-double.h>.
27971 (pow): Define using libm_alias_double.
27972 * math/w_remainder_compat.c: Include <libm-alias-double.h>.
27973 (remainder): Define using libm_alias_double.
27974 * math/w_sinh_compat.c: Include <libm-alias-double.h>.
27975 (sinh): Define using libm_alias_double.
27976 * math/w_sqrt_compat.c: Include <libm-alias-double.h>.
27977 (sqrt): Define using libm_alias_double.
27978 * math/w_tgamma_compat.c: Include <libm-alias-double.h>.
27979 (tgamma): Define using libm_alias_double.
27980 * sysdeps/ieee754/ldbl-opt/s_nextafter.c [LONG_DOUBLE_COMPAT(libm,
27981 GLIBC_2_0)] (nextafterl): Do not define compat symbol here.
27982 * sysdeps/ieee754/ldbl-opt/w_exp10_compat.c
27983 [LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)] (exp10l): Likewise.
27984 * sysdeps/ieee754/ldbl-opt/w_remainder_compat.c
27985 [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (remainderl): Likewise.
27986 * sysdeps/ieee754/ldbl-opt/w_acos_compat.c: Remove.
27987 * sysdeps/ieee754/ldbl-opt/w_acosh_compat.c: Likewise.
27988 * sysdeps/ieee754/ldbl-opt/w_asin_compat.c: Likewise.
27989 * sysdeps/ieee754/ldbl-opt/w_atan2_compat.c: Likewise.
27990 * sysdeps/ieee754/ldbl-opt/w_atanh_compat.c: Likewise.
27991 * sysdeps/ieee754/ldbl-opt/w_cosh_compat.c: Likewise.
27992 * sysdeps/ieee754/ldbl-opt/w_exp_compat.c: Likewise.
27993 * sysdeps/ieee754/ldbl-opt/w_fmod_compat.c: Likewise.
27994 * sysdeps/ieee754/ldbl-opt/w_hypot_compat.c: Likewise.
27995 * sysdeps/ieee754/ldbl-opt/w_j0_compat.c: Likewise.
27996 * sysdeps/ieee754/ldbl-opt/w_j1_compat.c: Likewise.
27997 * sysdeps/ieee754/ldbl-opt/w_jn_compat.c: Likewise.
27998 * sysdeps/ieee754/ldbl-opt/w_log10_compat.c: Likewise.
27999 * sysdeps/ieee754/ldbl-opt/w_log2_compat.c: Likewise.
28000 * sysdeps/ieee754/ldbl-opt/w_log_compat.c: Likewise.
28001 * sysdeps/ieee754/ldbl-opt/w_pow_compat.c: Likewise.
28002 * sysdeps/ieee754/ldbl-opt/w_sinh_compat.c: Likewise.
28003 * sysdeps/ieee754/ldbl-opt/w_sqrt_compat.c: Likewise.
28004 * sysdeps/ieee754/ldbl-opt/w_tgamma_compat.c: Likewise.
28005
28006 * math/e_acoshl.c: Remove.
28007 * math/e_acosl.c: Likewise.
28008 * math/e_asinl.c: Likewise.
28009 * math/e_atan2l.c: Likewise.
28010 * math/e_atanhl.c: Likewise.
28011 * math/e_coshl.c: Likewise.
28012 * math/e_expl.c: Likewise.
28013 * math/e_fmodl.c: Likewise.
28014 * math/e_gammal_r.c: Likewise.
28015 * math/e_hypotl.c: Likewise.
28016 * math/e_j0l.c: Likewise.
28017 * math/e_j1l.c: Likewise.
28018 * math/e_jnl.c: Likewise.
28019 * math/e_lgammal_r.c: Likewise.
28020 * math/e_log10l.c: Likewise.
28021 * math/e_log2l.c: Likewise.
28022 * math/e_logl.c: Likewise.
28023 * math/e_powl.c: Likewise.
28024 * math/e_rem_pio2l.c: Likewise.
28025 * math/e_sinhl.c: Likewise.
28026 * math/e_sqrtf128.c: Likewise.
28027 * math/e_sqrtl.c: Likewise.
28028 * math/k_cosl.c: Likewise.
28029 * math/k_sinl.c: Likewise.
28030 * math/k_tanl.c: Likewise.
28031 * math/s_asinhl.c: Likewise.
28032 * math/s_atanl.c: Likewise.
28033 * math/s_cbrtl.c: Likewise.
28034 * math/s_erfl.c: Likewise.
28035 * math/s_expm1l.c: Likewise.
28036 * math/s_log1pl.c: Likewise.
28037 * math/s_tanhl.c: Likewise.
28038
28039 2017-09-15 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
28040
28041 [BZ #21745]
28042 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile:
28043 [$(subdir) = math] (sysdep_calls): New variable. Has the
28044 previous contents of sysdep_routines, but re-sorted..
28045 [$(subdir) = math] (sysdep_routines): Re-use the contents from
28046 sysdep_calls.
28047 [$(subdir) = math] (libm-sysdep_routines): Remove the functions
28048 defined in sysdep_calls and replace by the respective m_* names.
28049 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S:
28050 (compat_symbol): Undefine to avoid duplicated compat symbols in
28051 libc.
28052
28053 2017-09-15 Joseph Myers <joseph@codesourcery.com>
28054
28055 * math/s_fmaf.c: Include <libm-alias-float.h>.
28056 (fmaf): Define using libm_alias_float.
28057 * math/w_acosf_compat.c: Include <libm-alias-float.h>.
28058 (acosf): Define using libm_alias_float.
28059 * math/w_acoshf_compat.c: Include <libm-alias-float.h>.
28060 (acoshf): Define using libm_alias_float.
28061 * math/w_asinf_compat.c: Include <libm-alias-float.h>.
28062 (asinf): Define using libm_alias_float.
28063 * math/w_atan2f_compat.c: Include <libm-alias-float.h>.
28064 (atan2f): Define using libm_alias_float.
28065 * math/w_atanhf_compat.c: Include <libm-alias-float.h>.
28066 (atanhf): Define using libm_alias_float.
28067 * math/w_coshf_compat.c: Include <libm-alias-float.h>.
28068 (coshf): Define using libm_alias_float.
28069 * math/w_exp10f_compat.c: Include <libm-alias-float.h>.
28070 (exp10f): Define using libm_alias_float.
28071 * math/w_fmodf_compat.c: Include <libm-alias-float.h>.
28072 (fmodf): Define using libm_alias_float.
28073 * math/w_hypotf_compat.c: Include <libm-alias-float.h>.
28074 (hypotf): Define using libm_alias_float.
28075 * math/w_j0f_compat.c: Include <libm-alias-float.h>.
28076 (j0f): Define using libm_alias_float.
28077 (y0f): Likewise.
28078 * math/w_j1f_compat.c: Include <libm-alias-float.h>.
28079 (j1f): Define using libm_alias_float.
28080 (y1f): Likewise.
28081 * math/w_jnf_compat.c: Include <libm-alias-float.h>.
28082 (jnf): Define using libm_alias_float.
28083 (ynf): Likewise.
28084 * math/w_log10f_compat.c: Include <libm-alias-float.h>.
28085 (log10f): Define using libm_alias_float.
28086 * math/w_log2f_compat.c: Include <libm-alias-float.h>.
28087 (log2f): Define using libm_alias_float.
28088 * math/w_logf_compat.c: Include <libm-alias-float.h>.
28089 (logf): Define using libm_alias_float.
28090 * math/w_powf_compat.c: Include <libm-alias-float.h>.
28091 (powf): Define using libm_alias_float.
28092 * math/w_remainderf_compat.c: Include <libm-alias-float.h>.
28093 (remainderf): Define using libm_alias_float.
28094 * math/w_sinhf_compat.c: Include <libm-alias-float.h>.
28095 (sinhf): Define using libm_alias_float.
28096 * math/w_sqrtf_compat.c: Include <libm-alias-float.h>.
28097 (sqrtf): Define using libm_alias_float.
28098 * math/w_tgammaf_compat.c: Include <libm-alias-float.h>.
28099 (tgammaf): Define using libm_alias_float.
28100
28101 2017-09-14 Joseph Myers <joseph@codesourcery.com>
28102
28103 * include/math.h (roundeven): Change hidden_proto call to
28104 __roundeven.
28105 * math/w_j0_compat.c (j0): Rename to __j0 and define as weak
28106 alias.
28107 [NO_LONG_DOUBLE] (__j0l): New strong alias.
28108 (y0): Rename to __y0 and define as weak alias.
28109 [NO_LONG_DOUBLE] (__y0l): New strong alias.
28110 * math/w_j0f_compat.c (j0f): Rename to __j0f and define as weak
28111 alias.
28112 (y0f): Rename to __y0f and define as weak alias.
28113 * math/w_j1_compat.c (j1): Rename to __j1 and define as weak
28114 alias.
28115 [NO_LONG_DOUBLE] (__j1l): New strong alias.
28116 (y1): Rename to __y1 and define as weak alias.
28117 [NO_LONG_DOUBLE] (__y1l): New strong alias.
28118 * math/w_j1f_compat.c (j1f): Rename to __j1f and define as weak
28119 alias.
28120 (y1f): Rename to __y1f and define as weak alias.
28121 * math/w_jn_compat.c (jn): Rename to __jn and define as weak
28122 alias.
28123 [NO_LONG_DOUBLE] (__jnl): New strong alias.
28124 (yn): Rename to __yn and define as weak alias.
28125 [NO_LONG_DOUBLE] (__ynl): New strong alias.
28126 * math/w_jnf_compat.c (jnf): Rename to __jnf and define as weak
28127 alias.
28128 (ynf): Rename to __ynf and define as weak alias.
28129 * sysdeps/ieee754/dbl-64/s_fromfp.c (FUNC): Define to __fromfp.
28130 (fromfp): Define as weak alias.
28131 [NO_LONG_DOUBLE] (__fromfpl): New strong alias.
28132 * sysdeps/ieee754/dbl-64/s_fromfpx.c (FUNC): Define to __fromfpx.
28133 (fromfpx): Define as weak alias.
28134 [NO_LONG_DOUBLE] (__fromfpxl): New strong alias.
28135 * sysdeps/ieee754/dbl-64/s_getpayload.c (getpayload): Rename to
28136 __getpayload and define as weak alias.
28137 [NO_LONG_DOUBLE] (__getpayloadl): New strong alias.
28138 * sysdeps/ieee754/dbl-64/s_roundeven.c (roundeven): Rename to
28139 __roundeven and define as weak alias.
28140 [NO_LONG_DOUBLE] (__roundevenl): New strong alias.
28141 * sysdeps/ieee754/dbl-64/s_setpayload.c (FUNC): Define to
28142 __setpayload.
28143 (setpayload): Define as weak alias.
28144 [NO_LONG_DOUBLE] (__setpayloadl): New strong alias.
28145 * sysdeps/ieee754/dbl-64/s_setpayloadsig.c (FUNC): Define to
28146 __setpayloadsig.
28147 (setpayloadsig): Define as weak alias.
28148 [NO_LONG_DOUBLE] (__setpayloadsigl): New strong alias.
28149 * sysdeps/ieee754/dbl-64/s_totalorder.c (totalorder): Rename to
28150 __totalorder and define as weak alias.
28151 [NO_LONG_DOUBLE] (__totalorderl): New strong alias.
28152 * sysdeps/ieee754/dbl-64/s_totalordermag.c (totalordermag): Rename
28153 to __totalordermag and define as weak alias.
28154 [NO_LONG_DOUBLE] (__totalordermagl): New strong alias.
28155 * sysdeps/ieee754/dbl-64/s_ufromfp.c (FUNC): Define to __ufromfp.
28156 (ufromfp): Define as weak alias.
28157 [NO_LONG_DOUBLE] (__ufromfpl): New strong alias.
28158 * sysdeps/ieee754/dbl-64/s_ufromfpx.c (FUNC): Define to
28159 __ufromfpx.
28160 (ufromfpx): Define as weak alias.
28161 [NO_LONG_DOUBLE] (__ufromfpxl): New strong alias.
28162 * sysdeps/ieee754/dbl-64/wordsize-64/s_getpayload.c (getpayload):
28163 Rename to __getpayload and define as weak alias.
28164 [NO_LONG_DOUBLE] (__getpayloadl): New strong alias.
28165 * sysdeps/ieee754/dbl-64/wordsize-64/s_roundeven.c (roundeven):
28166 Rename to __roundeven and define as weak alias.
28167 [NO_LONG_DOUBLE] (__roundevenl): New strong alias.
28168 * sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c (totalorder):
28169 Rename to __totalorder and define as weak alias.
28170 [NO_LONG_DOUBLE] (__totalorderl): New strong alias.
28171 * sysdeps/ieee754/dbl-64/wordsize-64/s_totalordermag.c
28172 (totalordermag): Rename to __totalordermag and define as weak
28173 alias.
28174 [NO_LONG_DOUBLE] (__totalordermagl): New strong alias.
28175 * sysdeps/ieee754/float128/float128_private.h (__getpayloadl): New
28176 macro.
28177 (__roundevenl): Likewise.
28178 (__totalorderl): Likewise.
28179 (__totalordermagl): Likewise
28180 * sysdeps/ieee754/float128/s_fromfpf128.c (FUNC): Define to
28181 __fromfpf128.
28182 (fromfpf128): Define as weak alias.
28183 * sysdeps/ieee754/float128/s_fromfpxf128.c (FUNC): Define to
28184 __fromfpxf128.
28185 (fromfpxf128): Define as weak alias.
28186 * sysdeps/ieee754/float128/s_setpayloadf128.c (FUNC): Define to
28187 __setpayloadf128.
28188 (setpayloadf128): Define as weak alias.
28189 * sysdeps/ieee754/float128/s_setpayloadsigf128.c (FUNC): Define to
28190 __setpayloadsigf128.
28191 (setpayloadsigf128): Define as weak alias.
28192 * sysdeps/ieee754/float128/s_ufromfpf128.c (FUNC): Define to
28193 __ufromfpf128.
28194 (ufromfpf128): Define as weak alias.
28195 * sysdeps/ieee754/float128/s_ufromfpxf128.c (FUNC): Define to
28196 __ufromfpxf128.
28197 (ufromfpxf128): Define as weak alias.
28198 * sysdeps/ieee754/flt-32/s_fromfpf.c (FUNC): Define to __fromfpf.
28199 (fromfpf): Define as weak alias.
28200 * sysdeps/ieee754/flt-32/s_fromfpxf.c (FUNC): Define to
28201 __fromfpxf.
28202 (fromfpxf): Define as weak alias.
28203 * sysdeps/ieee754/flt-32/s_getpayloadf.c (getpayloadf): Rename to
28204 __getpayloadf and define as weak alias.
28205 * sysdeps/ieee754/flt-32/s_roundevenf.c (roundevenf): Rename to
28206 __roundevenf and define as weak alias.
28207 * sysdeps/ieee754/flt-32/s_setpayloadf.c (FUNC): Define to
28208 __setpayloadf.
28209 (setpayloadf): Define as weak alias.
28210 * sysdeps/ieee754/flt-32/s_setpayloadsigf.c (FUNC): Define to
28211 __setpayloadsigf.
28212 (setpayloadsigf): Define as weak alias.
28213 * sysdeps/ieee754/flt-32/s_totalorderf.c (totalorderf): Rename to
28214 __totalorderf and define as weak alias.
28215 * sysdeps/ieee754/flt-32/s_totalordermagf.c (totalordermagf):
28216 Rename to __totalordermagf and define as weak alias.
28217 * sysdeps/ieee754/flt-32/s_ufromfpf.c (FUNC): Define to
28218 __ufromfpf.
28219 (ufromfpf): Define as weak alias.
28220 * sysdeps/ieee754/flt-32/s_ufromfpxf.c (FUNC): Define to
28221 __ufromfpxf.
28222 (ufromfpxf): Define as weak alias.
28223 * sysdeps/ieee754/ldbl-128/s_fromfpl.c (FUNC): Define to
28224 __fromfpl.
28225 (fromfpl): Define as weak alias.
28226 * sysdeps/ieee754/ldbl-128/s_fromfpxl.c (FUNC): Define to
28227 __fromfpxl.
28228 (fromfpxl): Define as weak alias.
28229 * sysdeps/ieee754/ldbl-128/s_getpayloadl.c (getpayloadl): Rename
28230 to __getpayloadl and define as weak alias.
28231 * sysdeps/ieee754/ldbl-128/s_roundevenl.c (roundevenl): Rename to
28232 __roundevenl and define as weak alias.
28233 * sysdeps/ieee754/ldbl-128/s_setpayloadl.c (FUNC): Define to
28234 __setpayloadl.
28235 (setpayloadl): Define as weak alias.
28236 * sysdeps/ieee754/ldbl-128/s_setpayloadsigl.c (FUNC): Define to
28237 __setpayloadsigl.
28238 (setpayloadsigl): Define as weak alias.
28239 * sysdeps/ieee754/ldbl-128/s_totalorderl.c (totalorderl): Rename
28240 to __totalorderl and define as weak alias.
28241 * sysdeps/ieee754/ldbl-128/s_totalordermagl.c (totalordermagl):
28242 Rename to __totalordermagl and define as weak alias.
28243 * sysdeps/ieee754/ldbl-128/s_ufromfpl.c (FUNC): Define to
28244 __ufromfpl.
28245 (ufromfpl): Define as weak alias.
28246 * sysdeps/ieee754/ldbl-128/s_ufromfpxl.c (FUNC): Define to
28247 __ufromfpxl.
28248 (ufromfpxl): Define as weak alias.
28249 * sysdeps/ieee754/ldbl-128ibm/s_fromfpl.c (FUNC): Define to
28250 __fromfpl.
28251 (fromfpl): Define as weak alias.
28252 * sysdeps/ieee754/ldbl-128ibm/s_fromfpxl.c (FUNC): Define to
28253 __fromfpxl.
28254 (fromfpxl): Define as weak alias.
28255 * sysdeps/ieee754/ldbl-128ibm/s_getpayloadl.c (getpayloadl):
28256 Rename to __getpayloadl and define as weak alias.
28257 * sysdeps/ieee754/ldbl-128ibm/s_roundevenl.c (roundevenl): Rename
28258 to __roundevenl and define as weak alias. Call __roundeven
28259 instead of roundeven.
28260 * sysdeps/ieee754/ldbl-128ibm/s_setpayloadl.c (FUNC): Define to
28261 __setpayloadl.
28262 (setpayloadl): Define as weak alias.
28263 * sysdeps/ieee754/ldbl-128ibm/s_setpayloadsigl.c (FUNC): Define to
28264 __setpayloadsigl.
28265 (setpayloadsigl): Define as weak alias.
28266 * sysdeps/ieee754/ldbl-128ibm/s_totalorderl.c (totalorderl):
28267 Rename to __totalorderl and define as weak alias.
28268 * sysdeps/ieee754/ldbl-128ibm/s_totalordermagl.c (totalordermagl):
28269 Rename to __totalordermagl and define as weak alias.
28270 * sysdeps/ieee754/ldbl-128ibm/s_ufromfpl.c (FUNC): Define to
28271 __ufromfpl.
28272 (ufromfpl): Define as weak alias.
28273 * sysdeps/ieee754/ldbl-128ibm/s_ufromfpxl.c (FUNC): Define to
28274 __ufromfpxl.
28275 (ufromfpxl): Define as weak alias.
28276 * sysdeps/ieee754/ldbl-96/s_fromfpl.c (FUNC): Define to
28277 __fromfpl.
28278 (fromfpl): Define as weak alias.
28279 * sysdeps/ieee754/ldbl-96/s_fromfpxl.c (FUNC): Define to
28280 __fromfpxl.
28281 (fromfpxl): Define as weak alias.
28282 * sysdeps/ieee754/ldbl-96/s_getpayloadl.c (getpayloadl): Rename to
28283 __getpayloadl and define as weak alias.
28284 * sysdeps/ieee754/ldbl-96/s_roundevenl.c (roundevenl): Rename to
28285 __roundevenl and define as weak alias.
28286 * sysdeps/ieee754/ldbl-96/s_setpayloadl.c (FUNC): Define to
28287 __setpayloadl.
28288 (setpayloadl): Define as weak alias.
28289 * sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c (FUNC): Define to
28290 __setpayloadsigl.
28291 (setpayloadsigl): Define as weak alias.
28292 * sysdeps/ieee754/ldbl-96/s_totalorderl.c (totalorderl): Rename to
28293 __totalorderl and define as weak alias.
28294 * sysdeps/ieee754/ldbl-96/s_totalordermagl.c (totalordermagl):
28295 Rename to __totalordermagl and define as weak alias.
28296 * sysdeps/ieee754/ldbl-96/s_ufromfpl.c (FUNC): Define to
28297 __ufromfpl.
28298 (ufromfpl): Define as weak alias.
28299 * sysdeps/ieee754/ldbl-96/s_ufromfpxl.c (FUNC): Define to
28300 __ufromfpxl.
28301 (ufromfpxl): Define as weak alias.
28302
28303 2017-09-14 Siddhesh Poyarekar <siddhesh@sourceware.org>
28304
28305 * benchtests/bench-string.h (realloc_bufs): New function.
28306 (test_init): Call it.
28307 * benchtests/bench-memset-large.c (do_test): Likewise.
28308 * benchtests/bench-memset.c (do_test): Likewise.
28309
28310 * benchtests/bench-memset-large.c: Print output in JSON
28311 format.
28312 * benchtests/bench-memset.c: Likewise.
28313
28314 2017-09-14 Mike FABIAN <mfabian@redhat.com>
28315
28316 [BZ #21084]
28317 * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Add IBM858 and ibm858.c.
28318 * iconvdata/Makefile: Add IBM858.
28319 * iconvdata/gconv-modules: Likewise.
28320 * iconvdata/tst-tables.sh: Likewise.
28321 * iconvdata/ibm858.c: New file.
28322 * localedata/charmaps/IBM858: Likewise.
28323
28324 2017-09-14 Akhilesh Kumar <akhilesh.k@samsung.com>
28325
28326 [BZ #22023]
28327 * locales/niu_NZ (LC_TIME): copy "niu_NU".
28328 * locales/niu_NZ (LC_MESSAGES): copy "niu_NU".
28329
28330 2017-09-14 Mike FABIAN <mfabian@redhat.com>
28331
28332 [BZ #22112]
28333 * localedata/locales/az_AZ(LC_TELEPHONE): Fix int_select
28334 and add tel_int_fmt.
28335
28336 2017-09-14 Joseph Myers <joseph@codesourcery.com>
28337
28338 * sysdeps/generic/libm-alias-float128.h: New file.
28339 * sysdeps/generic/math-type-macros-float128.h: Include
28340 <libm-alias-float128.h>.
28341 [!declare_mgen_alias] (declare_mgen_alias): Define macro.
28342
28343 2017-09-13 Joseph Myers <joseph@codesourcery.com>
28344
28345 * sysdeps/generic/libm-alias-ldouble.h: New file.
28346 * sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h: Likewise.
28347 * sysdeps/ieee754/ldbl-opt/math-type-macros-ldouble.h: Remove.
28348 * sysdeps/generic/math-type-macros-ldouble.h: Include
28349 <libm-alias-ldouble.h>.
28350 [!declare_mgen_alias] (declare_mgen_alias): Define to use
28351 libm_alias_ldouble.
28352
28353 2017-09-13 Szabolcs Nagy <szabolcs.nagy@arm.com>
28354
28355 * sysdeps/ieee754/dbl-64/w_exp_compat.c: Move to...
28356 * math/w_exp_compat.c: ... here.
28357 * sysdeps/ieee754/flt-32/w_expf_compat.c: Move to...
28358 * math/w_expf_compat.c: ... here.
28359 * sysdeps/ieee754/ldbl-128/w_expl_compat.c: Move to...
28360 * math/w_expl_compat.c: ... here.
28361 * sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Remove.
28362 * sysdeps/ieee754/ldbl-96/w_expl_compat.c: Remove.
28363 * sysdeps/ieee754/ldbl-opt/w_exp_compat.c: Use the new path.
28364 * sysdeps/ieee754/ldbl-opt/w_expl_compat.c: Likewise.
28365
28366 2017-09-13 Joseph Myers <joseph@codesourcery.com>
28367
28368 * math/w_scalbln_template.c (strong_alias): Do not undefine and
28369 redefine.
28370 * sysdeps/ieee754/ldbl-opt/s_ldexp.c (declare_mgen_alias): Remove
28371 macro.
28372 (ldexpl): Only define as compat symbol for libc, not libm.
28373 (scalbnl): Define as compat symbol for libc here.
28374 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c (declare_mgen_alias): Only
28375 define for [IS_IN (libc)].
28376 (__ldexpl_2): Remove alias.
28377 (ldexpl): Only define with long_double_symbol if [IS_IN (libc)].
28378 (scalbnl): Likewise. Use __wrap_scalbnl not __ldexpl_2 as base
28379 name in long_double_symbol call.
28380 * sysdeps/ieee754/ldbl-opt/s_log1p.c: Remove file.
28381 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
28382 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
28383 * sysdeps/ieee754/ldbl-opt/w_log1p.c: Likewise.
28384 * sysdeps/ieee754/ldbl-opt/w_scalbln.c (declare_mgen_alias):
28385 Remove macro.
28386 [IS_IN (libc) && LONG_DOUBLE_COMPAT (libc, GLIBC_2_1)] (scalblnl):
28387 Define as compat symbol.
28388
28389 2017-09-13 Adhemerval Zanella <adhemerval.zanella@linaro.org>
28390
28391 * sysdeps/unix/sysv/linux/s390/s390-32/oldglob.c: New file.
28392 * sysdeps/unix/sysv/linux/alpha/Makefile
28393 [$(subdir) = csu] (sysdep_routines): Remove rule.
28394
28395 2017-09-13 Joseph Myers <joseph@codesourcery.com>
28396
28397 * sysdeps/generic/libm-alias-double.h: New file.
28398 * sysdeps/ieee754/ldbl-opt/libm-alias-double.h: Likewise.
28399 * sysdeps/generic/math-type-macros-double.h: Include
28400 <libm-alias-double.h>.
28401 [declare_mgen_alias] (declare_mgen_alias): Define to use
28402 libm_alias_double.
28403 * sysdeps/generic/math-type-macros.h [!M_LIBM_NEED_COMPAT]
28404 (M_LIBM_NEED_COMPAT): Remove macro.
28405 [!M_LIBM_NEED_COMPAT] (declare_mgen_libm_compat): Likewise.
28406 * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h: Remove.
28407 * math/cabs_template.c [M_LIBM_NEED_COMPAT]: Remove conditional
28408 code.
28409 * math/carg_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28410 * math/cimag_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28411 * math/conj_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28412 * math/creal_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28413 * math/s_cacos_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28414 * math/s_cacosh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28415 * math/s_casin_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28416 * math/s_casinh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28417 * math/s_catan_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28418 * math/s_catanh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28419 * math/s_ccos_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28420 * math/s_ccosh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28421 * math/s_cexp_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28422 * math/s_clog10_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28423 * math/s_clog_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28424 * math/s_cpow_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28425 * math/s_cproj_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28426 * math/s_csin_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28427 * math/s_csinh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28428 * math/s_csqrt_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28429 * math/s_ctan_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28430 * math/s_ctanh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28431 * math/s_fdim_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28432 * math/s_fmax_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28433 * math/s_fmin_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28434 * math/s_nan_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28435 * math/w_ilogb_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28436 * sysdeps/ieee754/ldbl-opt/s_clog10.c: New file.
28437 * sysdeps/ieee754/ldbl-opt/s_ldexp.c (M_LIBM_NEED_COMPAT): Remove
28438 macro.
28439 (declare_mgen_alias): New macro.
28440 * sysdeps/ieee754/ldbl-opt/w_log1p.c: New file.
28441 * sysdeps/ieee754/ldbl-opt/w_scalbln.c: Likewise.
28442 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.c
28443 (M_LIBM_NEED_COMPAT): Remove macro.
28444 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c
28445 [HAVE_AS_VIS3_SUPPORT]: Include <math_ldbl_opt.h> and
28446 <first-versions.h>.
28447 [HAVE_AS_VIS3_SUPPORT && LONG_DOUBLE_COMPAT (libm,
28448 FIRST_VERSION_libm_fdiml)]: Define fdiml as compat symbol.
28449
28450 2017-09-12 Joseph Myers <joseph@codesourcery.com>
28451
28452 * sysdeps/generic/math-type-macros.h [!declare_mgen_alias_2]
28453 (declare_mgen_alias_2): Remove.
28454 * sysdeps/generic/math-type-macros-double.h
28455 [NO_LONG_DOUBLE && !declare_mgen_alias_2] (declare_mgen_alias_2):
28456 Likewise.
28457 * math/s_ldexp_template.c (M_SUF (__wrap_scalbn)): Define strong
28458 alias.
28459 (ldexp): Define with declare_mgen_alias.
28460 (scalbn): Likewise.
28461
28462 2017-09-12 Steve Ellcey <sellcey@cavium.com>
28463
28464 * grp/initgroups.c: Include config.h.
28465 (DEFAULT_CONFIG): New macro.
28466 (internal_getgrouplist): Use DEFAULT_CONFIG.
28467 * nscd/initgrcache.c (addinitgroupsX): Likewise.
28468 * nss/nsswitch.c (__nss_disable_nscd): Likewise.
28469 (DEFAULT_DEFCONFIG): New macro.
28470 (__nss_database_lookup): Use DEFAULT_DEFCONFIG.
28471 * nss/grp-lookup.c: Include config.h
28472 (DEFAULT_CONFIG): Set definition based on LINK_OBSOLETE_NSL.
28473 * nss/pwd-lookup.c (DEFAULT_CONFIG): Likewise.
28474 * nss/spwd-lookup.c (DEFAULT_CONFIG): Likewise.
28475 * manual/nss.texi: Update default values section.
28476
28477 2017-09-12 H.J. Lu <hongjiu.lu@intel.com>
28478
28479 [BZ #21967]
28480 * sysdeps/x86/cpu-features.h (bit_arch_MathVec_Prefer_No_AVX512):
28481 New.
28482 (index_arch_MathVec_Prefer_No_AVX512): Likewise.
28483 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
28484 Handle MathVec_Prefer_No_AVX512.
28485 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx512.h
28486 (IFUNC_SELECTOR): Return AVX2 version if MathVec_Prefer_No_AVX512
28487 is set.
28488
28489 2017-09-12 Samuel Thibault <samuel.thibault@ens-lyon.org>
28490
28491 * posix/sched_primax.c (__sched_get_priority_max): Add
28492 libc_hidden_def.
28493 * posix/sched_primin.c (__sched_get_priority_min): Likewise.
28494 * sysdeps/mach/hurd/mmap.c (__mmap): Likewise.
28495 * sysdeps/mach/hurd/mmap64.c (__mmap64): Likewise.
28496 * sysdeps/mach/hurd/mprotect.c (__mprotect): Likewise.
28497 * sysdeps/mach/hurd/munmap.c (__munmap): Likewise.
28498 * sysdeps/mach/hurd/dl-sysdep.c (__GI___getpid,
28499 __GI___strtoul_internal, __GI_____strtoul_internal, __GI___chk_fail,
28500 __GI___fortify_fail, __GI___assert_fail, __GI___assert_perror_fail):
28501 Add aliases.
28502
28503 2017-09-11 Joseph Myers <joseph@codesourcery.com>
28504
28505 * sysdeps/generic/libm-alias-float.h: New file.
28506 * sysdeps/generic/math-type-macros-float.h: Include
28507 <libm-alias-float.h>.
28508 [!declare_mgen_alias] (declare_mgen_alias): Define macro.
28509
28510 2017-09-11 H.J. Lu <hongjiu.lu@intel.com>
28511
28512 [BZ #22093]
28513 * sysdeps/x86/cpu-features.c (init_cpu_features): Initialize
28514 GLRO(dl_hwcap) to HWCAP_X86_64 for x86-64.
28515 * sysdeps/x86/dl-hwcap.h (HWCAP_COUNT): Updated.
28516 (HWCAP_IMPORTANT): Likewise.
28517 (HWCAP_X86_64): New enum.
28518 (HWCAP_X86_AVX512_1): Updated.
28519 * sysdeps/x86/dl-procinfo.c (_dl_x86_hwcap_flags): Add "x86_64".
28520 * sysdeps/x86_64/Makefile (tests): Add tst-x86_64-1.
28521 (modules-names): Add x86_64/tst-x86_64mod-1.
28522 (LDFLAGS-tst-x86_64mod-1.so): New.
28523 ($(objpfx)tst-x86_64-1): Likewise.
28524 ($(objpfx)x86_64/tst-x86_64mod-1.os): Likewise.
28525 (tst-x86_64-1-clean): Likewise.
28526 * sysdeps/x86_64/tst-x86_64-1.c: New file.
28527 * sysdeps/x86_64/tst-x86_64mod-1.c: Likewise.
28528
28529 2017-09-11 Siddhesh Poyarekar <siddhesh@sourceware.org>
28530
28531 * po/sv.po: Update translations.
28532 * po/fr.po: Likewise.
28533
28534 2017-09-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
28535
28536 * sunrpc/tst-udp-timeout.c (test_udp_server): Increase timeout to 2.5
28537 seconds.
28538 * sunrpc/tst-udp-nonblocking.c (do_test): Increase timeout to 0.75
28539 seconds.
28540 * elf/rtld-Rules: Fix $(error) use.
28541
28542 2017-09-09 Mike FABIAN <mfabian@redhat.com>
28543
28544 [BZ #14925]
28545 * libio/tst-widetext.input: Change “Bengali” to “Bangla”.
28546 * locale/iso-639.def: Change “Bengali” to “Bangla”.
28547 * localedata/locales/bn_BD: “Bengali” was still used in some
28548 comments. Change it to “Bangla”.
28549
28550 2017-09-08 Markus Trippelsdorf <markus@trippelsdorf.de>
28551
28552 * sysdeps/x86_64/fpu/libm-test-ulps: Update for AMD Ryzen.
28553
28554 2017-09-08 Steve Ellcey <sellcey@cavium.com>
28555
28556 * manual/tunables.texi (glibc.tune.cpu): Add thunderx2t99 and
28557 thunderx2t99p1 to list of cpu names.
28558 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
28559 Add thunderx2t99 and thunderx2t99p1 entries to cpu_list.
28560
28561 2017-09-08 Steve Ellcey <sellcey@cavium.com>
28562
28563 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (get_midr_from_mcpu):
28564 Use strcmp instead of tunable_is_name.
28565
28566 2017-09-08 Joseph Myers <joseph@codesourcery.com>
28567
28568 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
28569 (F_GET_RW_HINT): New macro.
28570 [__USE_GNU] (F_SET_RW_HINT): Likewise.
28571 [__USE_GNU] (F_GET_FILE_RW_HINT): Likewise.
28572 [__USE_GNU] (F_SET_FILE_RW_HINT): Likewise.
28573 [__USE_GNU] (RWF_WRITE_LIFE_NOT_SET): Likewise.
28574 [__USE_GNU] (RWH_WRITE_LIFE_NONE): Likewise.
28575 [__USE_GNU] (RWH_WRITE_LIFE_SHORT): Likewise.
28576 [__USE_GNU] (RWH_WRITE_LIFE_MEDIUM): Likewise.
28577 [__USE_GNU] (RWH_WRITE_LIFE_LONG): Likewise.
28578 [__USE_GNU] (RWH_WRITE_LIFE_EXTREME): Likewise.
28579
28580 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
28581 (F_ADD_SEALS): New macro.
28582 [__USE_GNU] (F_GET_SEALS): Likewise.
28583 [__USE_GNU] (F_SEAL_SEAL): Likewise.
28584 [__USE_GNU] (F_SEAL_SHRINK): Likewise.
28585 [__USE_GNU] (F_SEAL_GROW): Likewise.
28586 [__USE_GNU] (F_SEAL_WRITE): Likewise.
28587
28588 2017-09-08 Adhemerval Zanella <adhemerval.zanella@linaro.org>
28589
28590 * posix/glob_internal.h (GLOBPAT_NONE, GLOBPAT_SPECIAL)
28591 (GLOBPAT_BACKSLASH, GLOBPAT_BRACKET): New constants.
28592 * posix/glob_internal.h (__glob_pattern_type):
28593 * posix/glob.c (glob):
28594 * posix/glob_pattern_p.c (__glob_pattern_p):
28595 Use them.
28596
28597 * sysdeps/unix/sysv/linux/arm/glob64.c: Remove file.
28598 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
28599 * sysdeps/unix/sysv/linux/m68k/glob64.c: Likewise.
28600 * sysdeps/unix/sysv/linux/mips/mips64/n64/glob64.c: Likewise.
28601 * sysdeps/unix/sysv/linux/mips/mips64/n64/globfree64.c: Likewise.
28602 * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: Likewise.
28603 * sysdeps/unix/sysv/linux/sparc/sparc32/glob64.c: Likewise.
28604 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Likewise.
28605 * sysdeps/unix/sysv/linux/wordsize-64/globfree64.c: Likewise.
28606 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
28607 * sysdeps/unix/sysv/linux/x86_64/x32/globfree.c: Likewise.
28608 * sysdeps/wordsize-64/glob.c: Likewise.
28609 * sysdeps/wordsize-64/glob64.c: Likewise.
28610 * sysdeps/wordsize-64/globfree.c: Likewise.
28611 * sysdeps/wordsize-64/globfree64.c: Likewise.
28612 * sysdeps/unix/sysv/linux/glob.c: New file.
28613 * sysdeps/unix/sysv/linux/glob64.c: Likewise.
28614 * sysdeps/unix/sysv/linux/globfree.c: Likewise.
28615 * sysdeps/unix/sysv/linux/globfree64.c: Likewise.
28616 * sysdeps/unix/sysv/linux/s390/s390-32/glob64.c: Likewise.
28617 * sysdeps/unix/sysv/linux/oldglob.c [SHLIB_COMPAT]: Also
28618 adds !GLOB_NO_OLD_VERSION as an extra condition.
28619 * sysdeps/unix/sysv/linux/i386/alphasort64.c: Include olddirent.h
28620 using relative path instead of absolute one.
28621 * sysdeps/unix/sysv/linux/i386/getdents64.c: Likewise.
28622 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
28623 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
28624 * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
28625 * sysdeps/unix/sysv/linux/i386/olddirent.h: Move to ...
28626 * sysdeps/unix/sysv/linux//olddirent.h: ... here.
28627
28628 [BZ #1062]
28629 * posix/glob.c (GET_LOGIN_NAME_MAX): Remove.
28630 (glob): Use the same scratch buffer for both getlogin_r and
28631 getpwnam_r. Don’t require preallocation of the login name. This
28632 simplifies storage allocation, and corrects the handling of
28633 long login names.
28634
28635 [BZ #1062]
28636 * posix/glob.c (glob): Port recent patches to platforms
28637 lacking getpwnam_r.
28638 (glob): Fix longstanding misuse of errno after getpwnam_r, which
28639 returns an error number rather than setting errno.
28640
28641 * include/scratch_buffer.h (scratch_buffer): Use a C99 align method
28642 instead of GCC extension.
28643 * malloc/scratch_buffer_grow.c [!_LIBC]: Include libc-config.h.
28644 * malloc/scratch_buffer_grow_preserve.c [!_LIBC]: Likewise.
28645 * malloc/scratch_buffer_set_array_size.c [!_LIBC]: Likewise.
28646
28647 [BZ #866]
28648 [BZ #1062]
28649 * posix/Makefile (tests): Remove bug-glob1 and tst-glob_symlinks.
28650 * posix/bug-glob1.c: Remove file.
28651 * posix/tst-glob_symlinks.c: New file.
28652 * posix/glob.c (__lstat64): New macro.
28653 (is_dir): New function.
28654 (glob, glob_in_dir): Match symlinks even if they are dangling.
28655 (link_stat, link_exists_p): Remove. All uses removed.
28656
28657 [BZ #1062]
28658 [BZ #19971]
28659 * posix/glob.c (struct readdir_result): Remove skip_entry member.
28660 (readdir_result_skip_entry, D_INO_TO_RESULT): Remove.
28661 All uses removed.
28662
28663 [BZ #1062]
28664 CVE-2017-15671
28665 * posix/Makefile (routines): Add globfree, globfree64, and
28666 glob_pattern_p.
28667 * posix/flexmember.h: New file.
28668 * posix/glob_internal.h: Likewise.
28669 * posix/glob_pattern_p.c: Likewise.
28670 * posix/globfree.c: Likewise.
28671 * posix/globfree64.c: Likewise.
28672 * sysdeps/gnu/globfree64.c: Likewise.
28673 * sysdeps/unix/sysv/linux/alpha/globfree.c: Likewise.
28674 * sysdeps/unix/sysv/linux/mips/mips64/n64/globfree64.c: Likewise.
28675 * sysdeps/unix/sysv/linux/oldglob.c: Likewise.
28676 * sysdeps/unix/sysv/linux/wordsize-64/globfree64.c: Likewise.
28677 * sysdeps/unix/sysv/linux/x86_64/x32/globfree.c: Likewise.
28678 * sysdeps/wordsize-64/globfree.c: Likewise.
28679 * sysdeps/wordsize-64/globfree64.c: Likewise.
28680 * posix/glob.c (HAVE_CONFIG_H): Use !_LIBC instead.
28681 [NDEBUG): Remove comments.
28682 (GLOB_ONLY_P, _AMIGA, VMS): Remove define.
28683 (dirent_type): New type. Use uint_fast8_t not
28684 uint8_t, as C99 does not require uint8_t.
28685 (DT_UNKNOWN, DT_DIR, DT_LNK): New macros.
28686 (struct readdir_result): Use dirent_type. Do not define skip_entry
28687 unless it is needed; this saves a byte on platforms lacking d_ino.
28688 (readdir_result_type, readdir_result_skip_entry):
28689 New functions, replacing ...
28690 (readdir_result_might_be_symlink, readdir_result_might_be_dir):
28691 these functions, which were removed. This makes the callers
28692 easier to read. All callers changed.
28693 (D_INO_TO_RESULT): Now empty if there is no d_ino.
28694 (size_add_wrapv, glob_use_alloca): New static functions.
28695 (glob, glob_in_dir): Check for size_t overflow in several places,
28696 and fix some size_t checks that were not quite right.
28697 Remove old code using SHELL since Bash no longer
28698 uses this.
28699 (glob, prefix_array): Separate MS code better.
28700 (glob_in_dir): Remove old Amiga and VMS code.
28701 (globfree, __glob_pattern_type, __glob_pattern_p): Move to
28702 separate files.
28703 (glob_in_dir): Do not rely on undefined behavior in accessing
28704 struct members beyond their bounds. Use a flexible array member
28705 instead
28706 (link_stat): Rename from link_exists2_p and return -1/0 instead of
28707 0/1. Caller changed.
28708 (glob): Fix memory leaks.
28709 * posix/glob64 (globfree64): Move to separate file.
28710 * sysdeps/gnu/glob64.c (NO_GLOB_PATTERN_P): Remove define.
28711 (globfree64): Remove hidden alias.
28712 * sysdeps/unix/sysv/linux/Makefile (sysdeps_routines): Add
28713 oldglob.
28714 * sysdeps/unix/sysv/linux/alpha/glob.c (__new_globfree): Move to
28715 separate file.
28716 * sysdeps/unix/sysv/linux/i386/glob64.c (NO_GLOB_PATTERN_P): Remove
28717 define.
28718 Move compat code to separate file.
28719 * sysdeps/wordsize-64/glob.c (globfree): Move definitions to
28720 separate file.
28721
28722 2017-09-07 H.J. Lu <hongjiu.lu@intel.com>
28723
28724 * resolv/tst-resolv-qtypes.c (domain): Changed to
28725 "const char domain[] =".
28726
28727 2017-09-07 Joseph Myers <joseph@codesourcery.com>
28728
28729 * scripts/build-many-glibcs.py (Context.checkout): Default MPFR
28730 version to 3.1.6.
28731
28732 * sysdeps/gnu/netinet/tcp.h (TCP_ULP): New macro.
28733 (TCP_MD5SIG_EXT): Likewise.
28734 (TCP_MD5SIG_FLAG_PREFIX): Likewise.
28735 (struct tcp_md5sig): Replace __tcpm_pad1 by tcpm_flags and
28736 tcpm_prefixlen. Rename __tcpm_pad2 to __tcpm_pad.
28737
28738 * sysdeps/unix/sysv/linux/bits/socket.h (SOL_TLS): New macro.
28739
28740 2017-09-07 Mike FABIAN <mfabian@redhat.com>
28741
28742 * localedata/locales/om_ET (LC_TIME): use ASCII for better readability.
28743
28744 2017-09-07 Akhilesh Kumar <akhilesh.k@samsung.com>
28745
28746 [BZ #22100]
28747 * localedata/locales/om_KE (LC_TIME): copy "om_ET".
28748
28749 2017-09-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
28750
28751 * hurd/get-host.c (_hurd_get_host_config): Also check that more == 0
28752 before assuming that the file is empty. Avoid testing buffer content
28753 when nread == 0.
28754
28755 2017-09-06 Adhemerval Zanella <adhemerval.zanella@linaro.org>
28756
28757 [BZ #18858]
28758 * sysdeps/i386/i686/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy):
28759 Remove define.
28760 * sysdeps/x86_64/multiarch/stpcpy.c (_HAVE_STRING_ARCH_stpcpy):
28761 Likewise.
28762 * sysdeps/x86_64/multiarch/strcspn.c (_HAVE_STRING_ARCH_strcspn):
28763 Likewise.
28764 * sysdeps/x86_64/multiarch/strncat.c (_HAVE_STRING_ARCH_strncat):
28765 Likewise.
28766 * sysdeps/x86_64/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy):
28767 Likewise.
28768 * sysdeps/x86_64/multiarch/strpbrk.c (_HAVE_STRING_ARCH_strpbrk):
28769 Likewise.
28770 * sysdeps/x86_64/multiarch/strspn.c (_HAVE_STRING_ARCH_strspn):
28771 Likewise.
28772
28773 2017-09-06 Florian Weimer <fweimer@redhat.com>
28774
28775 * malloc/dynarray_emplace_enlarge.c
28776 (__libc_dynarray_emplace_enlarge): Add missing else.
28777
28778 2017-09-06 Florian Weimer <fweimer@redhat.com>
28779
28780 [BZ #22096]
28781 * resolv/resolv_conf.c (__resolv_conf_attach): Do not free conf in
28782 case of failure to obtain the global conf object.
28783
28784 2017-09-06 Florian Weimer <fweimer@redhat.com>
28785
28786 [BZ #22095]
28787 * resolv/res_init.c (res_vinit_1): Avoid memory leak in case of
28788 dynarray allocation failure.
28789
28790 2017-09-06 Florian Weimer <fweimer@redhat.com>
28791
28792 Remove dead PTR IPv4-to-IPv6 mapping code from nss_dns.
28793 * resolv/nss_dns/dns-host.c (getanswer_r): Remove dead code.
28794 * resolv/tst-res_use_inet6.c (response_ptr_v4, response_ptr_v6):
28795 New functions.
28796 (response): Call them. Add 'p', '6' flag processing.
28797 (test_reverse): New function.
28798 (test_get2_any): Call it.
28799 (test_no_inet6): Add 'p' test.
28800 (test_inet6): Likewise.
28801
28802 2017-09-06 Florian Weimer <fweimer@redhat.com>
28803
28804 Enhance tst-res_use_inet6 to test IPv4-to-IPv6 address mapping.
28805 * resolv/tst-res_use_inet6.c (response): Process flags embedded in
28806 the QNAME.
28807 (test_gai): Adjust query names. Add additional tests.
28808 (test_get2_any, test_get2_no_inet6, test_get2_inet6): Split from
28809 test_get2. Adjust query names. Add additional tests.
28810 (test_no_inet6): New function, extracted from threadfunc.
28811 (threadfunc): Call test_get2_any, test_get2_inet6, test_no_inet6.
28812 Add additional tests.
28813
28814 2017-09-06 Mike FABIAN <mfabian@redhat.com>
28815
28816 [BZ #22070]
28817 * localedata/unicode-gen/utf8_gen.py: Set the width for
28818 characters with Prepended_Concatenation_Mark property to 1
28819 * localedata/charmaps/UTF-8: Updated using the improved script.
28820
28821 2017-09-06 Mike FABIAN <mfabian@redhat.com>
28822
28823 [BZ #21750]
28824 * localedata/unicode-gen/utf8_gen.py: Improve the script to
28825 use the range notation for all ranges of neighbouring characters
28826 with the same width.
28827
28828 2017-09-05 Joseph Myers <joseph@codesourcery.com>
28829
28830 * sysdeps/generic/math-type-macros-double.h: Include
28831 <math-svid-compat.h>.
28832 (__USE_WRAPPER_TEMPLATE): Define to !LIBM_SVID_COMPAT.
28833 * sysdeps/generic/math-type-macros-float.h: Include
28834 <math-svid-compat.h>.
28835 (__USE_WRAPPER_TEMPLATE): Define to !LIBM_SVID_COMPAT.
28836 * sysdeps/generic/math-type-macros-ldouble.h: Include
28837 <math-svid-compat.h>.
28838 (__USE_WRAPPER_TEMPLATE): Define to !LIBM_SVID_COMPAT.
28839 * math/lgamma-compat.h (BUILD_LGAMMA): Include LIBM_SVID_COMPAT
28840 condition.
28841 * math/w_acos_compat.c: Condition contents on [LIBM_SVID_COMPAT].
28842 * math/w_acosf_compat.c: Likewise.
28843 * math/w_acosh_compat.c: Likewise.
28844 * math/w_acoshf_compat.c: Likewise.
28845 * math/w_acoshl_compat.c: Likewise.
28846 * math/w_acosl_compat.c: Likewise.
28847 * math/w_asin_compat.c: Likewise.
28848 * math/w_asinf_compat.c: Likewise.
28849 * math/w_asinl_compat.c: Likewise.
28850 * math/w_atan2_compat.c: Likewise.
28851 * math/w_atan2f_compat.c: Likewise.
28852 * math/w_atan2l_compat.c: Likewise.
28853 * math/w_atanh_compat.c: Likewise.
28854 * math/w_atanhf_compat.c: Likewise.
28855 * math/w_atanhl_compat.c: Likewise.
28856 * math/w_cosh_compat.c: Likewise.
28857 * math/w_coshf_compat.c: Likewise.
28858 * math/w_coshl_compat.c: Likewise.
28859 * math/w_exp10_compat.c: Likewise.
28860 * math/w_exp10f_compat.c: Likewise.
28861 * math/w_exp10l_compat.c: Likewise.
28862 * math/w_exp2_compat.c: Likewise.
28863 * math/w_exp2f_compat.c: Likewise.
28864 * math/w_exp2l_compat.c: Likewise.
28865 * math/w_fmod_compat.c: Likewise.
28866 * math/w_fmodf_compat.c: Likewise.
28867 * math/w_fmodl_compat.c: Likewise.
28868 * math/w_hypot_compat.c: Likewise.
28869 * math/w_hypotf_compat.c: Likewise.
28870 * math/w_hypotl_compat.c: Likewise.
28871 * math/w_j0_compat.c: Likewise.
28872 * math/w_j0f_compat.c: Likewise.
28873 * math/w_j0l_compat.c: Likewise.
28874 * math/w_j1_compat.c: Likewise.
28875 * math/w_j1f_compat.c: Likewise.
28876 * math/w_j1l_compat.c: Likewise.
28877 * math/w_jn_compat.c: Likewise.
28878 * math/w_jnf_compat.c: Likewise.
28879 * math/w_jnl_compat.c: Likewise.
28880 * math/w_lgamma_r_compat.c: Likewise.
28881 * math/w_lgammaf_r_compat.c: Likewise.
28882 * math/w_lgammal_r_compat.c: Likewise.
28883 * math/w_log10_compat.c: Likewise.
28884 * math/w_log10f_compat.c: Likewise.
28885 * math/w_log10l_compat.c: Likewise.
28886 * math/w_log2_compat.c: Likewise.
28887 * math/w_log2f_compat.c: Likewise.
28888 * math/w_log2l_compat.c: Likewise.
28889 * math/w_log_compat.c: Likewise.
28890 * math/w_logf_compat.c: Likewise.
28891 * math/w_logl_compat.c: Likewise.
28892 * math/w_pow_compat.c: Likewise.
28893 * math/w_powf_compat.c: Likewise.
28894 * math/w_powl_compat.c: Likewise.
28895 * math/w_remainder_compat.c: Likewise.
28896 * math/w_remainderf_compat.c: Likewise.
28897 * math/w_remainderl_compat.c: Likewise.
28898 * math/w_sinh_compat.c: Likewise.
28899 * math/w_sinhf_compat.c: Likewise.
28900 * math/w_sinhl_compat.c: Likewise.
28901 * math/w_sqrt_compat.c: Likewise.
28902 * math/w_sqrtf_compat.c: Likewise.
28903 * math/w_sqrtl_compat.c: Likewise.
28904 * math/w_tgamma_compat.c: Likewise.
28905 * math/w_tgammaf_compat.c: Likewise.
28906 * math/w_tgammal_compat.c: Likewise.
28907 * math/w_scalb_compat.c (sysv_scalb): Condition definition on
28908 [LIBM_SVID_COMPAT].
28909 (__scalb): Condition call to sysv_scalb on [LIBM_SVID_COMPAT].
28910 * math/w_scalbf_compat.c (sysv_scalbf): Condition definition on
28911 [LIBM_SVID_COMPAT].
28912 (__scalbf): Condition call to sysv_scalbf on [LIBM_SVID_COMPAT].
28913 * math/w_scalbl_compat.c (sysv_scalbl): Condition definition on
28914 [LIBM_SVID_COMPAT].
28915 (__scalbl): Condition call to sysv_scalbl on [LIBM_SVID_COMPAT].
28916 * sysdeps/i386/fpu/w_sqrt.c: New file.
28917 * sysdeps/ia64/fpu/w_acos.c: Likewise.
28918 * sysdeps/ia64/fpu/w_acosf.c: Likewise.
28919 * sysdeps/ia64/fpu/w_acosh.c: Likewise.
28920 * sysdeps/ia64/fpu/w_acoshf.c: Likewise.
28921 * sysdeps/ia64/fpu/w_acoshl.c: Likewise.
28922 * sysdeps/ia64/fpu/w_acosl.c: Likewise.
28923 * sysdeps/ia64/fpu/w_asin.c: Likewise.
28924 * sysdeps/ia64/fpu/w_asinf.c: Likewise.
28925 * sysdeps/ia64/fpu/w_asinl.c: Likewise.
28926 * sysdeps/ia64/fpu/w_atan2.c: Likewise.
28927 * sysdeps/ia64/fpu/w_atan2f.c: Likewise.
28928 * sysdeps/ia64/fpu/w_atan2l.c: Likewise.
28929 * sysdeps/ia64/fpu/w_atanh.c: Likewise.
28930 * sysdeps/ia64/fpu/w_atanhf.c: Likewise.
28931 * sysdeps/ia64/fpu/w_atanhl.c: Likewise.
28932 * sysdeps/ia64/fpu/w_cosh.c: Likewise.
28933 * sysdeps/ia64/fpu/w_coshf.c: Likewise.
28934 * sysdeps/ia64/fpu/w_coshl.c: Likewise.
28935 * sysdeps/ia64/fpu/w_exp.c: Likewise.
28936 * sysdeps/ia64/fpu/w_exp10.c: Likewise.
28937 * sysdeps/ia64/fpu/w_exp10f.c: Likewise.
28938 * sysdeps/ia64/fpu/w_exp10l.c: Likewise.
28939 * sysdeps/ia64/fpu/w_exp2.c: Likewise.
28940 * sysdeps/ia64/fpu/w_exp2f.c: Likewise.
28941 * sysdeps/ia64/fpu/w_exp2l.c: Likewise.
28942 * sysdeps/ia64/fpu/w_expf.c: Likewise.
28943 * sysdeps/ia64/fpu/w_expl.c: Likewise.
28944 * sysdeps/ia64/fpu/w_fmod.c: Likewise.
28945 * sysdeps/ia64/fpu/w_fmodf.c: Likewise.
28946 * sysdeps/ia64/fpu/w_fmodl.c: Likewise.
28947 * sysdeps/ia64/fpu/w_hypot.c: Likewise.
28948 * sysdeps/ia64/fpu/w_hypotf.c: Likewise.
28949 * sysdeps/ia64/fpu/w_hypotl.c: Likewise.
28950 * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
28951 * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
28952 * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
28953 * sysdeps/ia64/fpu/w_log.c: Likewise.
28954 * sysdeps/ia64/fpu/w_log10.c: Likewise.
28955 * sysdeps/ia64/fpu/w_log10f.c: Likewise.
28956 * sysdeps/ia64/fpu/w_log10l.c: Likewise.
28957 * sysdeps/ia64/fpu/w_log2.c: Likewise.
28958 * sysdeps/ia64/fpu/w_log2f.c: Likewise.
28959 * sysdeps/ia64/fpu/w_log2l.c: Likewise.
28960 * sysdeps/ia64/fpu/w_logf.c: Likewise.
28961 * sysdeps/ia64/fpu/w_logl.c: Likewise.
28962 * sysdeps/ia64/fpu/w_pow.c: Likewise.
28963 * sysdeps/ia64/fpu/w_powf.c: Likewise.
28964 * sysdeps/ia64/fpu/w_powl.c: Likewise.
28965 * sysdeps/ia64/fpu/w_remainder.c: Likewise.
28966 * sysdeps/ia64/fpu/w_remainderf.c: Likewise.
28967 * sysdeps/ia64/fpu/w_remainderl.c: Likewise.
28968 * sysdeps/ia64/fpu/w_sinh.c: Likewise.
28969 * sysdeps/ia64/fpu/w_sinhf.c: Likewise.
28970 * sysdeps/ia64/fpu/w_sinhl.c: Likewise.
28971 * sysdeps/ia64/fpu/w_sqrt.c: Likewise.
28972 * sysdeps/ia64/fpu/w_sqrtf.c: Likewise.
28973 * sysdeps/ia64/fpu/w_sqrtl.c: Likewise.
28974 * sysdeps/ia64/fpu/w_tgamma.c: Likewise.
28975 * sysdeps/ia64/fpu/w_tgammaf.c: Likewise.
28976 * sysdeps/ia64/fpu/w_tgammal.c: Likewise.
28977 * sysdeps/ieee754/dbl-64/w_exp_compat.c: Condition contents on
28978 [LIBM_SVID_COMPAT].
28979 * sysdeps/ieee754/flt-32/w_expf_compat.c: Likewise.
28980 * sysdeps/ieee754/k_standard.c: Likewise.
28981 * sysdeps/ieee754/k_standardf.c: Likewise.
28982 * sysdeps/ieee754/k_standardl.c: Likewise.
28983 * sysdeps/ieee754/ldbl-128/w_expl_compat.c: Likewise.
28984 * sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Likewise.
28985 * sysdeps/ieee754/ldbl-96/w_expl_compat.c: Likewise.
28986 * sysdeps/ieee754/ldbl-64-128/w_expl_compat.c: Condition
28987 long_double_symbol call on [LIBM_SVID_COMPAT].
28988 * sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c: Likewise.
28989 * sysdeps/ieee754/ldbl-opt/w_acosl_compat.c: Likewise.
28990 * sysdeps/ieee754/ldbl-opt/w_asinl_compat.c: Likewise.
28991 * sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c: Likewise.
28992 * sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c: Likewise.
28993 * sysdeps/ieee754/ldbl-opt/w_coshl_compat.c: Likewise.
28994 * sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c: Likewise.
28995 * sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c: Likewise.
28996 * sysdeps/ieee754/ldbl-opt/w_j0l_compat.c: Likewise.
28997 * sysdeps/ieee754/ldbl-opt/w_j1l_compat.c: Likewise.
28998 * sysdeps/ieee754/ldbl-opt/w_jnl_compat.c: Likewise.
28999 * sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c: Likewise.
29000 * sysdeps/ieee754/ldbl-opt/w_log10l_compat.c: Likewise.
29001 * sysdeps/ieee754/ldbl-opt/w_log2l_compat.c: Likewise.
29002 * sysdeps/ieee754/ldbl-opt/w_logl_compat.c: Likewise.
29003 * sysdeps/ieee754/ldbl-opt/w_powl_compat.c: Likewise.
29004 * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c: Likewise.
29005 * sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c: Likewise.
29006 * sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c: Likewise.
29007 * sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c: Likewise.
29008 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c: Condition
29009 long_double_symbol and compat_symbol calls on [LIBM_SVID_COMPAT].
29010
29011 2017-09-05 Steve Ellcey <sellcey@cavium.com>
29012
29013 * include/shlib-compat.h (TEST_COMPAT): New Macro.
29014 * malloc/tst-mallocstate.c: Convert from test-skeleton
29015 to test-driver. Ifdef code using TEST_COMPAT macro.
29016 * math/test-matherr-2.c: Ifdef test using TEST_COMPAT macro.
29017 * math/test-matherr.c: Likewise.
29018
29019 2017-09-05 Joseph Myers <joseph@codesourcery.com>
29020
29021 [BZ #22086]
29022 * debug/pcprofiledump.c (main): Use byte-swapped mask when
29023 comparing word with byte-swapped constant.
29024
29025 2017-09-05 Chris Leonard <cjlhomeaddress@gmail.com>
29026
29027 [BZ #20498]
29028 * locale/iso-639.def: add Miskito.
29029 * localedata/SUPPORTED: Add miq_NI/UTF-8.
29030 * localedata/locales/miq_NI: New file.
29031
29032 2017-09-04 H.J. Lu <hongjiu.lu@intel.com>
29033
29034 [BZ #18822]
29035 * include/sys/stat.h (__chmod): Add libc_hidden_proto.
29036 (__mkdir): Likewise.
29037 * io/chmod.c (__chmod): Add libc_hidden_def.
29038 * io/mkdir.c (__mkdir): Likewise.
29039 * sysdeps/mach/hurd/chmod.c (__chmod): Likewise.
29040 * sysdeps/mach/hurd/mkdir.c (__mkdir): Likewise.
29041 * sysdeps/unix/sysv/linux/generic/chmod.c (__chmod): Likewise.
29042 * sysdeps/unix/sysv/linux/generic/mkdir.c (__mkdir): Likewise.
29043
29044 2017-09-04 Joseph Myers <joseph@codesourcery.com>
29045
29046 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
29047 version to 4.13.
29048
29049 [BZ #22082]
29050 * math/bits/math-finite.h (exp10): Redirect if [__GLIBC_USE
29051 (IEC_60559_FUNCS_EXT)], not [__USE_GNU].
29052
29053 2017-09-04 Florian Weimer <fweimer@redhat.com>
29054
29055 * math/math.h: Issue warning if log is defined.
29056
29057 2017-09-04 Joseph Myers <joseph@codesourcery.com>
29058
29059 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
29060 kernel version to 4.13.
29061
29062 2017-09-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
29063
29064 * sysdeps/generic/sigsetops.h: Remove spurious #endif.
29065 (__sigismember, __sigaddset, __sigdelset): Fix referencing set
29066 parameter.
29067 * sysdeps/mach/hurd/bits/socket.h: Include <sys/types.h> instead of
29068 just <bits/types.h>.
29069 * sysdeps/posix/preadv2.c: Use off_t instead of OFF_T.
29070 * sysdeps/posix/preadv64v2.c: Use off64_t instead of OFF_T.
29071 * sysdeps/posix/pwritev2.c: Use off_t instead of OFF_T.
29072 * sysdeps/posix/pwritev64v2.c: Use off64_t instead of OFF_T.
29073 * misc/preadv2.c: Include <errno.h>.
29074 * misc/preadv64v2.c: Include <errno.h>.
29075 * misc/pwritev2.c: Include <errno.h>.
29076 * misc/pwritev64v2.c: Include <errno.h>.
29077 * sysdeps/posix/preadv2.c: Include <errno.h>.
29078 * sysdeps/posix/preadv64v2.c: Include <errno.h>.
29079 Fix <unistd.h> inclusion.
29080 * sysdeps/posix/pwritev2.c: Include <errno.h>.
29081 * sysdeps/posix/pwritev64v2.c: Include <errno.h>.
29082 * sysdeps/mach/hurd/dl-sysdep.c (__access_noerrno, __sbrk,
29083 __strtoul_internal): New functions.
29084 * sysdeps/posix/pause.c: Include <sigsetops.h>.
29085 * sysdeps/posix/system.c: Include <sigsetops.h>.
29086 * sysdeps/mach/hurd/i386/Makefile
29087 [$(subdir) = csu] (sysdep_routines): New rule: divdi3 object.
29088 [$(subdir) = csu] (sysdep-only-routines): Likewise.
29089 [$(subdir) = csu] (CFLAGS-divdi3.c): Likewise.
29090 * sysdeps/x86/fpu/include/bits/fenv.h [NO_HIDDEN]: Redirect
29091 __feraiseexcept_renamed to feraiseexcept instead of
29092 __GI_feraiseexcept.
29093 * sysdeps/mach/hurd/i386/Implies: Add mach/hurd/x86.
29094 * sysdeps/mach/hurd/x86/dl-sysdep.c: New file.
29095 * misc/tst-preadvwritev2-common.c (RWF_HIPRI, RWF_DSYNC, RWF_SYNC,
29096 RWF_NOWAIT): Define to 0 if undefined already.
29097 (do_test_with_invalid_flags): Set invalid_flag to 2 if RWF_SUPPORTED
29098 boils down to 0.
29099 * resolv/tst-resolv-res_init-skeleton.c (run_res_init)
29100 [!CLONE_NEWUTS]: Fail as unsupported if hostname is not NULL.
29101
29102 2017-09-01 Joseph Myers <joseph@codesourcery.com>
29103
29104 * manual/math.texi (pow10): Do not document.
29105 (pow10f): Likewise.
29106 (pow10l): Likewise.
29107 * math/bits/mathcalls.h [__USE_GNU] (pow10): Do not declare.
29108 * math/bits/math-finite.h [__USE_GNU] (pow10): Likewise.
29109 * math/libm-test-exp10.inc (pow10_test): Remove.
29110 (do_test): Do not call pow10.
29111 * math/w_exp10_compat.c (pow10): Make into compat symbol.
29112 [NO_LONG_DOUBLE] (pow10l): Likewise.
29113 * math/w_exp10f_compat.c (pow10f): Likewise.
29114 * math/w_exp10l_compat.c (pow10l): Likewise.
29115 * sysdeps/ia64/fpu/e_exp10.S: Include <shlib-compat.h>.
29116 (pow10): Make into compat symbol.
29117 * sysdeps/ia64/fpu/e_exp10f.S: Include <shlib-compat.h>.
29118 (pow10f): Make into compat symbol.
29119 * sysdeps/ia64/fpu/e_exp10l.S: Include <shlib-compat.h>.
29120 (pow10l): Make into compat symbol.
29121 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Remove
29122 pow10.
29123 (CFLAGS-nldbl-pow10.c): Remove variable..
29124 * sysdeps/ieee754/ldbl-opt/nldbl-pow10.c: Remove file.
29125 * sysdeps/ieee754/ldbl-opt/w_exp10_compat.c (pow10l): Condition on
29126 [SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_27)].
29127 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c (compat_symbol):
29128 Undefine and redefine.
29129 (pow10l): Make into compat symbol.
29130 * sysdeps/aarch64/libm-test-ulps: Remove pow10 ulps.
29131 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
29132 * sysdeps/arm/libm-test-ulps: Likewise.
29133 * sysdeps/hppa/fpu/libm-test-ulps: Likewise.
29134 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
29135 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
29136 * sysdeps/microblaze/libm-test-ulps: Likewise.
29137 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
29138 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
29139 * sysdeps/nios2/libm-test-ulps: Likewise.
29140 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
29141 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
29142 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
29143 * sysdeps/sh/libm-test-ulps: Likewise.
29144 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
29145 * sysdeps/tile/libm-test-ulps: Likewise.
29146 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29147
29148 2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>
29149
29150 * stdlib/tst-atexit-common.c (crumbs): Ensure correct size.
29151
29152 2017-09-01 H.J. Lu <hongjiu.lu@intel.com>
29153
29154 * posix/tst-regex.c (do_test): Replace "../ChangeLog.8" with
29155 "../ChangeLog.old/ChangeLog.8".
29156 * posix/tst-regex2.c (do_test): Replace "../ChangeLog.14" with
29157 "../ChangeLog.old/ChangeLog.14".
29158
29159 2017-09-01 H.J. Lu <hongjiu.lu@intel.com>
29160
29161 * manual/contrib.texi: Credit Ulrich Drepper for the POSIX
29162 Threads Library.
29163
29164 2017-09-01 Joseph Myers <joseph@codesourcery.com>
29165
29166 * sysdeps/unix/sysv/linux/gentempfd.c: Include <string.h>.
29167
29168 2017-09-01 H.J. Lu <hongjiu.lu@intel.com>
29169
29170 * csu/version.c (banner): Remove "by Roland McGrath et al.".
29171 * nptl/Banner: Remove "by Ulrich Drepper et al.".
29172
29173 2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>
29174
29175 * stdlib/tst-atexit-common.c (do_test): Test support for at least
29176 32 atexit handlers.
29177
29178 2017-09-01 Zack Weinberg <zackw@panix.com>
29179
29180 * math/math.h (HUGE_VAL): Improve commentary.
29181
29182 2017-09-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
29183 Andreas Schwab <schwab@suse.de>
29184
29185 [BZ #21530]
29186 * include/stdio.h (__gen_tempfd): New function.
29187 * stdio-common/Makefile (routines): Add gentempfd.
29188 * stdio-common/gentempfd.c: New file.
29189 * sysdeps/unix/sysv/linux/gentempfd.c: Likewise.
29190 * stdio-common/tmpfile.c (tmpfile): First try to use a system specific
29191 unnamed file first.
29192
29193 2017-09-01 Florian Weimer <fweimer@redhat.com>
29194
29195 [BZ #21915]
29196 [BZ #21922]
29197 * sysdeps/posix/getaddrinfo.c (gethosts): Look at NSS function
29198 result to determine success or failure, not the errno value.
29199 * nss/Makefile (tests): Add tst-nss-files-hosts-erange.
29200 (tst-nss-files-hosts-erange): Link with -ldl.
29201 * nss/tst-nss-files-hosts-erange.c: New file.
29202 * nss/tst-resolv-basic.c (response): Handle nodata.example.
29203 (do_test): Add NO_DATA tests.
29204 * resolv/tst-resolv-basic.c (test_nodata_nxdomain): New function.
29205 (do_test): Call it.
29206
29207 2017-09-01 Florian Weimer <fweimer@redhat.com>
29208
29209 [BZ #21922]
29210 * sysdeps/posix/getaddrinfo.c (gaih_inet): Report EAI_NODATA error
29211 coming from gethostbyname2_r.
29212
29213 2017-09-01 Florian Weimer <fweimer@redhat.com>
29214
29215 * support/namespace.h (struct support_chroot_configuration): Add
29216 hosts, host_conf.
29217 (struct support_chroot): Add path_hosts, path_host_conf.
29218 * support/support_chroot.c (write_file): New function.
29219 (support_chroot_create): Call it to process /etc/resolv.conf,
29220 /etc/hosts, /etc/host.conf.
29221 (support_chroot_free): Update.
29222
29223 2017-09-01 Florian Weimer <fweimer@redhat.com>
29224
29225 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use h_errno if
29226 status indicates it is set.
29227
29228 2017-09-01 Florian Weimer <fweimer@redhat.com>
29229
29230 [BZ #20532]
29231 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make reporting of NSS
29232 function lookup failures more reliable.
29233
29234 2017-09-01 Florian Weimer <fweimer@redhat.com>
29235
29236 * sysdeps/posix/getaddrinfo.c (gethosts): Use h_errno directly.
29237 (getcanonname): Likewise.
29238 (gaih_inet): Likewise.
29239
29240 2017-09-01 Florian Weimer <fweimer@redhat.com>
29241
29242 * sysdeps/posix/getaddrinfo.c (gethosts): Use errno directly.
29243 (getcanonname): Likewise.
29244 (gaih_inet): Likewise.
29245
29246 2017-08-31 Steve Ellcey <sellcey@cavium.com>
29247 Richard Henderson <rth@twiddle.net>
29248
29249 * sysdeps/aarch64/fpu/s_llrint.c (OREG_SIZE): New macro.
29250 * sysdeps/aarch64/fpu/s_llround.c (OREG_SIZE): Likewise.
29251 * sysdeps/aarch64/fpu/s_llrintf.c (OREGS, IREGS): Remove.
29252 (IREG_SIZE, OREG_SIZE): New macros.
29253 * sysdeps/aarch64/fpu/s_llroundf.c: (OREGS, IREGS): Remove.
29254 (IREG_SIZE, OREG_SIZE): New macros.
29255 * sysdeps/aarch64/fpu/s_lrintf.c (IREGS): Remove.
29256 (IREG_SIZE): New macro.
29257 * sysdeps/aarch64/fpu/s_lroundf.c (IREGS): Remove.
29258 (IREG_SIZE): New macro.
29259 * sysdeps/aarch64/fpu/s_lrint.c (get-rounding-mode.h, stdint.h):
29260 New includes.
29261 (IREG_SIZE, OREG_SIZE): Initialize if not already set.
29262 (OREGS, IREGS): Set based on IREG_SIZE and OREG_SIZE.
29263 (__CONCATX): Handle exceptions correctly on large values that may
29264 set FE_INVALID.
29265 * sysdeps/aarch64/fpu/s_lround.c (IREG_SIZE, OREG_SIZE):
29266 Initialize if not already set.
29267 (OREGS, IREGS): Set based on IREG_SIZE and OREG_SIZE.
29268
29269 2017-08-31 Adhemerval Zanella <adhemerval.zanella@linaro.org>
29270
29271 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): Remove macro.
29272 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h (NO_CANCELLATION):
29273 Likewise.
29274 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (NO_CANCELLATION):
29275 Likewise.
29276 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (NO_CANCELLATION):
29277 Likewise.
29278 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h (NO_CANCELLATION):
29279 Likewise.
29280 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (NO_CANCELLATION):
29281 Likewise.
29282 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (NO_CANCELLATION):
29283 Likewise.
29284 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h (NO_CANCELLATION):
29285 Likewise.
29286 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h
29287 (NO_CANCELLATION): Likewise.
29288 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h (NO_CANCELLATION):
29289 Likewise.
29290 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h (NO_CANCELLATION):
29291 Likewise.
29292 * sysdeps/unix/sysv/linux/powerpc/sysdep-cancel.h (NO_CANCELLATION):
29293 Likewise.
29294 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
29295 (NO_CANCELLATION): Likewise.
29296 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h
29297 (NO_CANCELLATION): Likewise.
29298 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (NO_CANCELLATION):
29299 Likewise
29300 * sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h (NO_CANCELLATION):
29301 Likewise.
29302 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h (NO_CANCELLATION):
29303 Likewise.
29304 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h (NO_CANCELLATION):
29305 Likewise.
29306 * sysdeps/unix/sysv/linux/not-cancel.h (__fcntl_nocancel): Add
29307 hidden prototype.
29308 * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Define only
29309 for !IS_IN (rtld) and remove NO_CANCELLATION usage.
29310
29311 2017-08-31 Steve Ellcey <sellcey@cavium.com>
29312
29313 * sysdeps/aarch64/dl-irel.h: (elf_ifunc_invoke): Change argument type
29314 in resolver call.
29315
29316 2017-08-31 Florian Weimer <fweimer@redhat.com>
29317
29318 * include/libc-symbols.h (internal_function): Remove.
29319
29320 2017-08-31 Florian Weimer <fweimer@redhat.com>
29321
29322 * stdlib/fmtmsg.c (internal_addseverity): Remove
29323 internal_function.
29324
29325 2017-08-31 Florian Weimer <fweimer@redhat.com>
29326
29327 * stdio-common/printf_fp.c (group_number): Remove
29328 internal_function.
29329 * stdio-common/vfprintf.c (buffered_vfprintf): Likewise.
29330
29331 2017-08-31 Florian Weimer <fweimer@redhat.com>
29332
29333 * posix/fnmatch.c (internal_function): Remove definition.
29334 * posix/fnmatch_loop.c (FCT, EXT, END): Remove internal_function.
29335 * posix/regcomp.c (peek_token, init_word_char)
29336 (duplicate_node_closure, fetch_token, peek_token)
29337 (peek_token_bracket, build_range_exp, build_collating_symbol):
29338 Likewise.
29339 * posix/regex_internal.c (re_string_construct_common)
29340 (create_ci_newstate, create_cd_newstate, re_string_allocate)
29341 (re_string_construct, re_string_realloc_buffers, build_wcs_buffer)
29342 (build_wcs_upper_buffer, re_string_skip_chars, build_upper_buffer)
29343 (re_string_translate_buffer, re_string_reconstruct)
29344 (re_string_peek_byte_case, re_string_fetch_byte_case)
29345 (re_string_destruct, re_string_context_at, re_node_set_alloc)
29346 (re_node_set_init_1, re_node_set_init_2, re_node_set_init_copy)
29347 (re_node_set_add_intersect, re_node_set_init_union)
29348 (re_node_set_merge, re_node_set_insert, re_node_set_insert_last)
29349 (re_node_set_compare, re_node_set_contains, re_node_set_remove_at)
29350 (re_dfa_add_node, calc_state_hash, re_acquire_state)
29351 (re_acquire_state_context): Likewise.
29352 * posix/regex_internal.h (internal_function): Remove definition.
29353 (re_string_realloc_buffers, build_wcs_buffer)
29354 (build_wcs_upper_buffer, build_upper_buffer)
29355 (re_string_translate_buffer, re_string_context_at)
29356 (re_string_char_size_at, re_string_wchar_at)
29357 (re_string_elem_size_at): Likewise.
29358 * posix/regexec.c (match_ctx_init, match_ctx_clean)
29359 (match_ctx_free, match_ctx_add_entry, search_cur_bkref_entry)
29360 (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init)
29361 (re_search_internal, re_search_2_stub, re_search_stub)
29362 (re_copy_regs, prune_impossible_nodes, check_matching)
29363 (check_halt_state_context, update_regs, push_fail_stack, set_regs)
29364 (free_fail_stack_return, sift_states_iter_mb)
29365 (sift_states_backward, build_sifted_states)
29366 (update_cur_sifted_state, add_epsilon_src_nodes, check_dst_limits)
29367 (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos)
29368 (check_subexp_limits, sift_states_bkref, merge_state_array)
29369 (find_recover_state, transit_state, merge_state_with_log)
29370 (check_subexp_matching_top, transit_state_sb, transit_state_sb)
29371 (transit_state_mb, transit_state_bkref, get_subexp)
29372 (get_subexp_sub, find_subexp_node, check_arrival)
29373 (check_arrival_add_next_nodes, check_arrival_expand_ecl)
29374 (check_arrival_expand_ecl_sub, expand_bkref_cache, build_trtable)
29375 (check_node_accept_bytes, find_collation_sequence_value)
29376 (group_nodes_into_DFAstates, check_node_accept, extend_buffers)
29377 (acquire_init_state_context, check_halt_node_context)
29378 (proceed_next_node, pop_fail_stack, clean_state_log_if_needed)
29379 (sub_epsilon_src_nodes): Likewise.
29380 * posix/spawn_int.h (__spawn_valid_fd): Likewise.
29381 * posix/spawn_valid_fd (__spawn_valid_fd): Likewise.
29382 * posix/wordexp.c (parse_dollars, parse_backtick, parse_dquote)
29383 (eval_expr, w_addmem, w_addstr, w_addword, parse_backslash)
29384 (parse_qtd_backslash, parse_tilde, do_parse_glob, parse_glob)
29385 (parse_squote, eval_expr_val, eval_expr_multdiv, parse_arith)
29386 (exec_comm_child, exec_comm, parse_comm, parse_param): Likewise.
29387 * sysdeps/posix/ttyname.c (getttyname): Likewise.
29388 * sysdeps/posix/ttyname_r.c (getttyname_r): Likewise.
29389 * sysdeps/unix/sysv/linux/preadv.c (__atomic_preadv_replacement)
29390 (PREADV): Likewise.
29391 * sysdeps/unix/sysv/linux/preadv64.c (__atomic_preadv64_replacement)
29392 (PREADV): Likewise.
29393 * sysdeps/unix/sysv/linux/pwritev.c (__atomic_pwritev_replacement)
29394 (PWRITEV): Likewise.
29395 * sysdeps/unix/sysv/linux/pwritev64.c (__atomic_pwritev64_replacement)
29396 (PWRITEV): Likewise.
29397 * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Likewise.
29398 * sysdeps/unix/sysv/linux/ttyname_r.c (getttyname_r): Likewise.
29399
29400 2017-08-31 Florian Weimer <fweimer@redhat.com>
29401
29402 * nptl/allocatestack.c (change_stack_perm, __deallocate_stack)
29403 (setxid_mark_thread, setxid_unmark_thread, setxid_signal_thread):
29404 Remove internal_function.
29405 * nptl/cancellation.c (__pthread_disable_asynccancel): Likewise.
29406 * nptl/libc_pthread_init.c (__libc_pthread_init): Likewise.
29407 * nptl/pthreadP.h (__find_in_stack_list, __free_tcb)
29408 (__deallocate_stack, __libc_pthread_init)
29409 (__pthread_mutex_cond_lock, __pthread_mutex_cond_lock_adjust)
29410 (__pthread_mutex_unlock_usercnt, __pthread_disable_asynccancel)
29411 (__libc_disable_asynccancel, __librt_disable_asynccancel):
29412 Likewise.
29413 * nptl/pthread_create.c (__find_in_stack_list, __free_tcb): Likewise.
29414 * nptl/pthread_mutex_cond_lock.c (__pthread_mutex_lock): Likewise.
29415 * nptl/pthread_mutex_lock.c (__pthread_mutex_cond_lock_adjust):
29416 Likewise.
29417 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full)
29418 (__pthread_mutex_unlock_usercnt): Likewise.
29419
29420 2017-08-31 Florian Weimer <fweimer@redhat.com>
29421
29422 * io/fts.c (fts_alloc, fts_build, fts_lfree, fts_load)
29423 (fts_maxarglen, fts_padjust, fts_palloc, fts_sort, fts_stat)
29424 (fts_safe_changedir): Remove internal_function.
29425 * io/ftw.c (internal_function): Remove definition.
29426 (ftw_dir, process_entry, ftw_startup): Remove internal_function.
29427
29428 2017-08-31 Florian Weimer <fweimer@redhat.com>
29429
29430 * inet/deadline.c (__deadline_current_time)
29431 (__deadline_from_timeval, __deadline_to_ms): Remove
29432 internal_function.
29433 * inet/getnameinfo.c (nrl_domainname): Likewise.
29434 * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
29435 * inet/inet6_option.c (add_pad): Likewise.
29436 * inet/net-internal.h (__deadline_current_time)
29437 (__deadline_from_timeval, __deadline_to_ms): Likewise.
29438 * inet/rcmd.c (__checkhost_sa, __icheckuser): Likewise.
29439 * sysdeps/mach/hurd/if_index.c (__protocol_available): Likewise.
29440 * sysdeps/unix/sysv/linux/ifaddrs.c (map_newlink): Likewise.
29441
29442 2017-08-31 Joseph Myers <joseph@codesourcery.com>
29443
29444 * math/math.h [__USE_ISOC99] (NAN): Define directly here. Do not
29445 include <bits/nan.h>.
29446 * math/Makefile (headers): Remove bits/nan.h.
29447 * bits/nan.h: Remove.
29448 * sysdeps/ieee754/bits/nan.h: Likewise.
29449 * sysdeps/mips/bits/nan.h: Likewise.
29450
29451 * math/math.h [__USE_ISOC99] (INFINITY): Define directly here. Do
29452 not include <bits/inf.h>.
29453 * math/Makefile (headers): Remove bits/inf.h.
29454 * bits/inf.h: Remove.
29455 * sysdeps/ieee754/bits/inf.h: Likewise.
29456
29457 * math/math.h: Do not include bits/huge_val.h, bits/huge_valf.h,
29458 bits/huge_vall.h or bits/huge_val_flt128.h.
29459 (HUGE_VAL): Define directly here.
29460 [__USE_ISOC99] (HUGE_VALF): Likewise.
29461 [__USE_ISOC99] (HUGE_VALL): Likewise.
29462 [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
29463 (HUGE_VAL_F128): Likewise.
29464 * math/Makefile (headers): Remove bits/huge_val.h,
29465 bits/huge_valf.h, bits/huge_vall.h and bits/huge_val_flt128.h.
29466 * bits/huge_val.h: Remove.
29467 * bits/huge_val_flt128.h: Likewise.
29468 * bits/huge_valf.h: Likewise.
29469 * bits/huge_vall.h: Likewise.
29470 * sysdeps/ia64/bits/huge_vall.h: Likewise.
29471 * sysdeps/ieee754/bits/huge_val.h: Likewise.
29472 * sysdeps/ieee754/bits/huge_valf.h: Likewise.
29473 * sysdeps/m68k/m680x0/bits/huge_vall.h: Likewise.
29474 * sysdeps/sh/bits/huge_val.h: Likewise.
29475 * sysdeps/sparc/bits/huge_vall.h: Likewise.
29476 * sysdeps/x86/bits/huge_vall.h: Likewise.
29477
29478 2017-08-31 Florian Weimer <fweimer@redhat.com>
29479
29480 * elf/dl-addr-obj.c (_dl_addr_inside_object): Remove
29481 internal_function.
29482 * elf/dl-cache.c (_dl_cache_libcmp, _dl_load_cache_lookup):
29483 Likewise.
29484 * elf/dl-debug.c (_dl_debug_initialize): Likewise.
29485 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
29486 * elf/dl-environ.c (_dl_next_ld_env_entry): Likewise.
29487 * elf/dl-execstack.c (_dl_make_stack_executable): Likewise.
29488 * elf/dl-fini.c (_dl_sort_fini): Likewise.
29489 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
29490 * elf/dl-libc.c (dlerror_run): Likewise.
29491 * elf/dl-load.c (add_name_to_object, decompose_rpath)
29492 (_dl_init_paths, _dl_map_object, _dl_rtld_di_serinfo): Likewise.
29493 * elf/dl-lookup.c (add_dependency, _dl_debug_bindings)
29494 (_dl_lookup_symbol_x, _dl_setup_hash, _dl_debug_bindings):
29495 Likewise.
29496 * elf/dl-misc.c (_dl_sysdep_read_whole_file, _dl_name_match_p)
29497 (_dl_higher_prime_number, _dl_strtoul): Likewise.
29498 * elf/dl-object.c (_dl_add_to_namespace_list, _dl_new_object): Likewise.
29499 * elf/dl-profile.c (_dl_start_profile): Likewise.
29500 * elf/dl-reloc.c (_dl_try_allocate_static_tls)
29501 (_dl_allocate_static_tls, _dl_protect_relro, _dl_reloc_bad_type):
29502 Likewise.
29503 * elf/dl-support.c (_dl_aux_init, _dl_non_dynamic_init): Likewise.
29504 * elf/dl-sym.c (_dl_tls_symaddr, do_sym): Likewise.
29505 * elf/dl-sysdep.c (_dl_sysdep_start_cleanup, _dl_show_auxv): Likewise.
29506 * elf/dl-tls.c (_dl_next_tls_modid, _dl_count_modids)
29507 (_dl_determine_tlsoffset, allocate_dtv, _dl_get_tls_static_info)
29508 (_dl_allocate_tls_storage): Likewise.
29509 * elf/dl-version.c (match_symbol, _dl_check_map_versions)
29510 (_dl_check_all_versions): Likewise.
29511 * elf/dynamic-link.h (_dl_try_allocate_static_tls): Likewise.
29512 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Likewise.
29513 * elf/tst-_dl_addr_inside_object.c (_dl_addr_inside_object): Likewise.
29514 * sysdeps/aarch64/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic): Likewise.
29515 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Likewise.
29516 * sysdeps/arm/dl-lookupcfg.h (_dl_unmap): Likewise.
29517 * sysdeps/arm/dl-machine.h (elf_machine_load_address): Remove
29518 internal_function from __dl_start.
29519 * sysdeps/arm/dl-tlsdesc.h (_dl_unmap): Remove internal_function.
29520 * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Likewise.
29521 * sysdeps/generic/ldsodefs.h (_dl_name_match_p)
29522 (_dl_higher_prime_number, _dl_strtoul, _dl_map_object)
29523 (_dl_map_object_deps, _dl_setup_hash, _dl_rtld_di_serinfo)
29524 (_dl_lookup_symbol_x, _dl_add_to_namespace_list, _dl_new_object)
29525 (_dl_protect_relro, _dl_reloc_bad_type, _dl_check_all_versions)
29526 (_dl_check_map_versions, _dl_sort_fini, _dl_debug_initialize)
29527 (_dl_init_paths, _dl_start_profile, _dl_show_auxv)
29528 (_dl_next_ld_env_entry, _dl_important_hwcaps)
29529 (_dl_load_cache_lookup, _dl_sysdep_read_whole_file)
29530 (_dl_sysdep_start_cleanup, _dl_next_tls_modid, _dl_count_modids)
29531 (_dl_determine_tlsoffset, _dl_get_tls_static_info)
29532 (_dl_allocate_static_tls, _dl_allocate_tls_storage)
29533 (_dl_addr_inside_object, _dl_non_dynamic_init, _dl_aux_init):
29534 Likewise.
29535 (struct rtld_global_ro): Remove internal_function from the
29536 _dl_lookup_symbol_x member.
29537 (_dl_symbol_value): Remove. No longer defined anywhere.
29538 * sysdeps/i386/dl-lookupcfg.h (_dl_unmap): Remove
29539 internal_function.
29540 * sysdeps/i386/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic): Likewise.
29541 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
29542 * sysdeps/mach/hurd/dl-sysdep.c (_dl_show_auxv): Likewise.
29543 * sysdeps/nios2/dl-init.c (_dl_nios2_get_gp_value): Likewise.
29544 * sysdeps/tile/dl-lookupcfg.h (_dl_unmap): Likewise.
29545 * sysdeps/tile/dl-machine.h (_dl_after_load): Likewise.
29546 * sysdeps/tile/dl-runtime.c (_dl_after_load, _dl_unmap): Likewise.
29547 * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Likewise.
29548 * sysdeps/unix/sysv/linux/dl-vdso.h (_dl_vdso_vsym): Likewise.
29549 * sysdeps/x86_64/dl-lookupcfg.h (_dl_unmap): Likewise.
29550 * sysdeps/x86_64/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic): Likewise.
29551 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
29552
29553 2017-08-31 Florian Weimer <fweimer@redhat.com>
29554
29555 * gmon/gmon.c (write_hist, write_call_graph, write_bb_counts):
29556 Remove internal_function.
29557 * sysdeps/arm/machine-gmon.h (mcount_internal, _MCOUNT_DECL):
29558 Likewise.
29559 * sysdeps/sparc/machine-gmon.h (mcount_internal, _MCOUNT_DECL):
29560 Likewise.
29561
29562 2017-08-31 Florian Weimer <fweimer@redhat.com>
29563
29564 * dlfcn/dlerror.c (_dlerror_run): Remove internal_function.
29565 * elf/dl-sym.c (_dl_vsym, _dl_sym): Likewise.
29566 * include/dlfcn.h (_dl_sym, _dl_vsym, _dlerror_run): Likewise.
29567
29568 2017-08-31 Florian Weimer <fweimer@redhat.com>
29569
29570 * resolv/gai_misc.c (__gai_find_request, __gai_remove_request)
29571 (__gai_enqueue_request): Remove internal_function.
29572 * resolv/gai_misc.h (__gai_enqueue_request, __gai_find_request)
29573 (__gai_remove_request, __gai_notify, __gai_notify_only)
29574 (__gai_sigqueue): Likewise.
29575 * resolv/gai_notify.c (__gai_notify_only, __gai_notify): Likewise.
29576 * resolv/gai_sigqueue.c (__gai_sigqueue): Likewise.
29577 * resolv/inet_ntop.c (inet_ntop4, inet_ntop6): Likewise.
29578 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29579 Likewise.
29580
29581 2017-08-31 Florian Weimer <fweimer@redhat.com>
29582
29583 * dirent/scandir-tail.c (SCANDIR_TAIL): Remove internal_function.
29584 * include/dirent.h (__opendirat, __getdents, __getdents64)
29585 (__alloc_dir, __scandir_tail, __scandir64_tail): Likewise.
29586 * sysdeps/posix/opendir.c (__opendirat, __alloc_dir): Likewise.
29587 * sysdeps/mach/hurd/opendir.c (__opendirat): Likewise.
29588 * sysdeps/unix/sysv/linux/i386/olddirent.h (__old_getdents64):
29589 Likewise.
29590 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Likewise.
29591
29592 2017-08-31 Florian Weimer <fweimer@redhat.com>
29593
29594 * sysdeps/unix/sysv/linux/getcwd.c (generic_getcwd): Remove
29595 internal_function.
29596 (GETCWD_RETURN_TYPE): Likewise.
29597
29598 2017-08-31 Florian Weimer <fweimer@redhat.com>
29599
29600 * include/time.h (__tz_compute, __strptime_internal): Remove
29601 internal_function.
29602 * time/strptime_l.c (__strptime_internal): Likewise.
29603 * time/tzset.c (compute_change, update_vars, __tz_compute): Likewise.
29604
29605 2017-08-31 Florian Weimer <fweimer@redhat.com>
29606
29607 * iconv/gconv.c (__gconv): Remove internal_function.
29608 * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Likewise.
29609 * iconv/gconv_cache.c (__gconv_load_cache, find_module_idx)
29610 (find_module, __gconv_compare_alias_cache, __gconv_lookup_cache)
29611 (__gconv_release_cache): Likewise.
29612 * iconv/gconv_close.c (__gconv_close): Likewise.
29613 * iconv/gconv_conf.c (detect_conflict, insert_module, add_module)
29614 (read_conf_file, __gconv_get_path): Likewise.
29615 * iconv/gconv_db.c (derivation_lookup, add_derivation)
29616 (__gconv_release_step, gen_steps, increment_counter)
29617 (find_derivation, __gconv_compare_alias, __gconv_find_transform)
29618 (__gconv_close_transform, free_modules_db): Likewise.
29619 * iconv/gconv_dl.c (__gconv_find_shlib, __gconv_release_shlib):
29620 Likewise.
29621 * iconv/gconv_int.h (__gconv_open, __gconv_close, __gconv)
29622 (__gconv_find_transform, __gconv_lookup_cache)
29623 (__gconv_release_step, __gconv_load_cache, __gconv_get_path)
29624 (__gconv_close_transform, __gconv_release_cache)
29625 (__gconv_loaded_object, __gconv_release_shlib)
29626 (__gconv_compare_alias): Likewise.
29627 * iconv/gconv_open.c (__gconv_open): Likewise.
29628 * iconv/iconv_prog.c (print_known_names, add_known_names): Likewise.
29629 * iconv/iconvconfig.c (add_module): Likewise.
29630 * intl/dcigettext.c (plural_lookup, guess_category_value)
29631 (category_to_name, get_output_charset, _nl_find_msg): Likewise.
29632 * intl/eval-plural.h (plural_eval): Likewise.
29633 * intl/finddomain.c (_nl_find_domain): Likewise.
29634 * intl/gettextP.h (_nl_unload_domain, _nl_find_domain)
29635 (_nl_load_domain, _nl_find_msg): Likewise.
29636 (internal_function): Remove definition.
29637 * intl/loadinfo.h (internal_function): Likewise.
29638 * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Remove
29639 internal_function.
29640 * intl/localealias.c (internal_function): Remove definition.
29641 (read_alias_file): Remove internal_function.
29642 * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Likewise.
29643 * intl/plural-exp.h (internal_function): Remove definition.
29644 (FREE_EXPRESSION, EXTRACT_PLURAL_EXPRESSION): Remove
29645 internal_function.
29646 * intl/plural.c: Regenerate.
29647 * intl/plural.y (FREE_EXPRESSION): Remove internal_function.
29648 * locale/coll-lookup.c (__collidx_table_lookup)
29649 (__collseq_table_lookup): Likewise.
29650 * locale/coll-lookup.h (__collidx_table_lookup)
29651 (__collseq_table_lookup): Likewise.
29652 * locale/findlocale.c (_nl_find_locale, _nl_remove_locale): Likewise.
29653 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
29654 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale)
29655 (_nl_unload_locale): Likewise.
29656 * locale/localeinfo.h (struct __locale_data): Remove
29657 internal_function from cleanup member.
29658 (_nl_find_locale, _nl_load_locale, _nl_unload_locale)
29659 (_nl_remove_locale, _nl_load_locale_from_archive)
29660 (_nl_intern_locale_data, _nl_get_era_entry, _nl_select_era_entry)
29661 (_nl_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit)
29662 (_nl_cleanup_time): Remove internal_function.
29663 * time/alt_digit.c (_nl_get_alt_digit, _nl_get_walt_digit)
29664 (_nl_parse_alt_digit): Likewise.
29665 * time/era.c (_nl_init_era_entries, _nl_get_era_entry)
29666 (_nl_select_era_entry): Likewise.
29667 * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
29668 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv, __wcsmbs_clone_conv)
29669 (__wcsmbs_named_conv, _nl_cleanup_ctype): Likewise.
29670 * wcsmbs/wcsmbsload.h (__wcsmbs_load_conv, __wcsmbs_clone_conv)
29671 (__wcsmbs_named_conv, _nl_cleanup_ctype): Likewise.
29672
29673 2017-08-31 Florian Weimer <fweimer@redhat.com>
29674
29675 * rt/aio_sigqueue.c (__aio_sigqueue): Remove internal_function.
29676 * sysdeps/generic/aio_misc.h (__aio_sigqueue): Likewise.
29677 * sysdeps/pthread/aio_misc.c (__aio_free_request, __aio_find_req)
29678 (__aio_find_req_fd, __aio_remove_request, __aio_enqueue_request):
29679 Likewise.
29680 * sysdeps/pthread/aio_misc.h (__aio_enqueue_request)
29681 (__aio_find_req, __aio_find_req_fd, __aio_free_request)
29682 (__aio_notify, __aio_notify_only, __aio_sigqueue): Likewise.
29683 * sysdeps/pthread/aio_notify.c (__aio_notify_only, __aio_notify):
29684 Likewise.
29685 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Likewise.
29686
29687 2017-08-31 Florian Weimer <fweimer@redhat.com>
29688
29689 * misc/getttyent.c (skip, value): Remove internal_function.
29690 * misc/syslog.c (openlog_internal): Likewise.
29691 * misc/tsearch.c (trecurse, tdestroy_recurse): Likewise.
29692
29693 2017-08-31 Florian Weimer <fweimer@redhat.com>
29694
29695 * include/nss.h (__nss_valid_field, __nss_valid_list_field)
29696 (__nss_rewrite_field): Remove internal_function.
29697 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
29698 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
29699 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
29700 * nss/nsswitch.c (nss_parse_file, nss_getline)
29701 (nss_parse_service_list, nss_new_service): Likewise.
29702 * nss/rewrite_field.c (__nss_rewrite_field): Likewise.
29703 * nss/valid_field.c (__nss_valid_field): Likewise.
29704 * nss/valid_list_field.c (__nss_valid_list_field): Likewise.
29705
29706 2017-08-31 Florian Weimer <fweimer@redhat.com>
29707
29708 * malloc/arena.c (__malloc_fork_lock_parent)
29709 (__malloc_fork_unlock_parent, __malloc_fork_unlock_child)
29710 (next_env_entry, new_heap, heap_trim, arena_get2): Remove
29711 internal_function from defintions.
29712 * malloc/hooks.c (mem2mem_check, mem2chunk_check): Likewise.
29713 * malloc/malloc-internal.h (__malloc_fork_lock_parent)
29714 (__malloc_fork_unlock_parent, __malloc_fork_unlock_child): Remove
29715 internal_function from declarations.
29716 * malloc/malloc.c (internal_function): Do not define.
29717 (mem2mem_check): Remove internal_function from declaration.
29718 (munmap_chunk, mremap_chunk): Remove internal_function.
29719 * malloc/mtrace.c (tr_where): Likewise.
29720
29721 2017-08-31 Florian Weimer <fweimer@redhat.com>
29722
29723 * include/rpc/pmap_clnt.h (__get_socket): Remove
29724 internal_function.
29725 * sunrpc/auth_des.c (synchronize): Likewise.
29726 * sunrpc/auth_unix.c (marshal_new_auth): Likewise.
29727 * sunrpc/clnt_perr.c (auth_errmsg): Likewise.
29728 * sunrpc/des_impl.c (des_encrypt, des_set_key): Likewise.
29729 * sunrpc/key_call.c (key_call_keyenvoy, key_call_socket)
29730 (key_call): Likewise.
29731 * sunrpc/pm_getport.c (__get_socket): Likewise.
29732 * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise.
29733 * sunrpc/svc_unix.c (makefd_xprt): Likewise.
29734 * sunrpc/svc_tcp.c (makefd_xprt): Likewise.
29735 * sunrpc/svcauth_des.c (cache_init, cache_spot, cache_ref)
29736 (invalidate): Likewise.
29737 * sunrpc/xcrypt.c (hexval, hex2bin, bin2hex): Likewise.
29738 * sunrpc/xdr_rec.c (fix_buf_size, skip_input_bytes, flush_out)
29739 (set_input_fragment, get_input_bytes): Likewise.
29740
29741 2017-08-31 Florian Weimer <fweimer@redhat.com>
29742
29743 * malloc/malloc.c (_int_free): Remove locked variable and related
29744 asserts.
29745
29746 2017-08-31 H.J. Lu <hongjiu.lu@intel.com>
29747
29748 [BZ #22051]
29749 * Makerules (build-module-helper-objlist): Filter out
29750 $(elf-objpfx)sofini.os.
29751 (build-shlib-objlist): Append $(elf-objpfx)sofini.os if it is
29752 needed.
29753
29754 2017-08-31 Florian Weimer <fweimer@redhat.com>
29755
29756 * libio/fcloseall.c: Assume weak_alias is defined.
29757 * libio/feof.c: Likewise.
29758 * libio/fileno.c: Likewise.
29759 * libio/fileops.c: Assume _LIBC, errno, __set_errno are defined.
29760 (_POSIX_SOURCE, open, lseek, read, write): Remove macro
29761 definitions.
29762 (_IO_file_open): Call __open directly.
29763 (_IO_new_file_sync): Assume ESPIPE is defined.
29764 (_IO_file_seekoff_maybe_mmap): Call __read directly.
29765 (_IO_new_file_write): Call __write directly.
29766 * libio/ftello.c (__ftello): Assume EIO, EOVERFLOW are defined.
29767 * libio/ftello64.c (__ftello64): Assume EIO is defined.
29768 * libio/genops.c: Assume _LIBC is defined.
29769 (save_for_backup): Remove internal_function.
29770 * libio/getc.c: Assume weak_alias is defined.
29771 * libio/getwc.c: Likewise.
29772 * libio/iofclose.c: Assume _LIBC is defined.
29773 * libio/iofdopen.c: Likewise.
29774 (_IO_fcntl): Remove macro definition.
29775 (_IO_new_fdopen): Assume F_GETFL, F_SETFL, O_ACCMODE are defined.
29776 Call __fcntl directly.
29777 * libio/iofflush.c: Assume weak_alias is defined.
29778 * libio/iofgetpos.c (_IO_new_fgetpos): Assume EIO, EOVERFLOW are
29779 defined.
29780 * libio/iofgetpos64.c (_IO_new_fgetpos64): Assume EIO is defined.
29781 * libio/iofgets.c: Likewise.
29782 * libio/iofopen.c: Assume _LIBC is defined.
29783 * libio/iofopen64.c: Assume _LIBC, weak_alias are defined.
29784 * libio/iofputs.c: Assume weak_alias is defined.
29785 * libio/iofread.c: Likewise.
29786 * libio/iofsetpos.c (_IO_new_fsetpos): Assume EIO is defined.
29787 * libio/iofsetpos64.c (_IO_new_fsetpos64): Likewise.
29788 * libio/ioftell.c: Assume weak_alias is defined.
29789 (_IO_ftell): Assume EIO, EOVERFLOW are defined.
29790 * libio/iofwide.c: Assume _LIBC is defined.
29791 (_IO_fwide): Drop SHARED conditional because it is implied by
29792 SHLIB_COMPAT.
29793 * libio/iofwrite.c: Assume weak_alias is defined.
29794 * libio/iogetdelim.c: Likewise.
29795 * libio/iogets.c: Assume _LIBC, weak_alias are defined.
29796 * libio/iogetwline.c (wmemcpy): Remove macro definition.
29797 (_IO_getwline): Call __wmemcpy directly.
29798 * libio/iopopen.c: Assume _LIBC is defined.
29799 (_POSIX_SOURCE, _IO_fork, _IO_dup2, _IO_waitpid, _IO_execl)
29800 (_IO_close): Remove macro definitions.
29801 (_IO_new_proc_open): Call __fork, __dup2, __close_nocancel, execl,
29802 _exit directly.
29803 (_IO_new_proc_close): Call __close_nocancel, __waitpid_nocancel
29804 directly.
29805 * libio/ioputs.c: Assume weak_alias is defined.
29806 * libio/ioseekoff.c: Assume errno, __set_errno are defined.
29807 * libio/iosetbuffer.c: Assume weak_alias is defined.
29808 * libio/iosetvbuf.c: Likewise.
29809 * libio/ioungetc.c: Likewise.
29810 * libio/libioP.h: Assume _LIBC, __GLIBC__, libc_hidden_proto,
29811 libc_hidden_def, libc_hidden_weak, NULL are defined.
29812 (mmap, munmap, ftruncate, OS_FSTAT): Remove macro definitions.
29813 * libio/oldfilepos.c: Assume _LIBC, errno, __set_errno are
29814 defined.
29815 (_POSIX_SOURCE, open, lseek, read, write): Remove macro
29816 definitions.
29817 (_IO_old_file_init_internal): Drop SHARED conditional because it
29818 is implied by SHLIB_COMPAT.
29819 (_IO_old_file_fopen): Call __open directly.
29820 (_IO_old_file_sync): Assume ESPIPE is defined.
29821 (_IO_old_file_write): Call __write directly.
29822 * libio/oldfdopen.c (_IO_fcntl): Remove macro definition.
29823 (_IO_old_fdopen): Assume F_GETFL, O_ACCMODE, F_SETFL are defined.
29824 Call __fcntl directly.
29825 * libio/oldiofgetpos.c: Assume weak_alias is defined.
29826 (_IO_old_fgetpos): Assume EIO is defined.
29827 * libio/oldiofgetpos64.c: Assume weak_alias is defined.
29828 (_IO_old_fgetpos64): Assume EIO is defined.
29829 * libio/oldiofsetpos.c: Assume weak_alias is defined.
29830 (_IO_old_fsetpos): Assume EIO is defined.
29831 * libio/oldiofsetpos64.c: Assume weak_alias is defined.
29832 (_IO_old_fsetpos64): Assume EIO is defined.
29833 * libio/oldiopopen.c: Assume _LIBC is defined.
29834 (_POSIX_SOURCE, _IO_fork, _IO_dup2, _IO_waitpid, _IO_execl)
29835 (_IO_close): Remove macro definitions.
29836 (_IO_old_proc_open): Call __pipe, __close, __dup2, execl, _exit
29837 directly.
29838 (_IO_old_proc_close): Call __close, __waitpid directly.
29839 * libio/put.c: Assume weak_alias is defined.
29840 * libio/stdfiles.c: Assume _LIBC is defined.
29841 * libio/stdio.c: Likewise.
29842 * libio/wfileops.c: Likewise.
29843 (_IO_wfile_sync): Assume ESPIPE is defined.
29844 * libio/wgenops.c: Assume _LIBC is defined.
29845 (save_for_wbackup): Remove internal_function.
29846
29847 2017-08-31 Florian Weimer <fweimer@redhat.com>
29848
29849 * malloc/malloc.c (top_check): Change return type to void. Remove
29850 internal_function.
29851 * malloc/hooks.c (top_check): Likewise.
29852 (malloc_check, realloc_check, memalign_check): Adjust.
29853
29854 2017-08-30 Joseph Myers <joseph@codesourcery.com>
29855
29856 [BZ #21457]
29857 * sysdeps/arm/sys/ucontext.h: Do not include <bits/sigcontext.h>.
29858 * sysdeps/generic/sys/ucontext.h: Add comment about use of struct
29859 sigcontext and namespace requirements.
29860 * sysdeps/i386/sys/ucontext.h: Do not include <bits/sigcontext.h>.
29861 * sysdeps/m68k/sys/ucontext.h: Likewise.
29862 * sysdeps/mips/sys/ucontext.h: Likewise. Include <bits/types.h>.
29863 * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h: Do not include
29864 <bits/sigcontext.h>.
29865 (__ctx): Define earlier.
29866 (mcontext_t): Define structure contents rather than using struct
29867 sigcontext.
29868 * sysdeps/unix/sysv/linux/aarch64/ucontext_i.sym (oEXTENSION): Use
29869 __glibc_reserved1 instead of __reserved.
29870 * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: Do not include
29871 <bits/sigcontext.h>.
29872 (__ctx): Define earlier.
29873 (mcontext_t): Define structure contents rather than using struct
29874 sigcontext.
29875 * sysdeps/unix/sysv/linux/alpha/ucontext-offsets.sym: Use
29876 mcontext_t instead of struct sigcontext.
29877 * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: Do not include
29878 <bits/sigcontext.h>.
29879 (__ctx): Define earlier.
29880 (mcontext_t): Define structure contents rather than using struct
29881 sigcontext.
29882 * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Do not include
29883 <bits/sigcontext.h>.
29884 (__ctx): Define earlier.
29885 (mcontext_t): Define structure contents rather than using struct
29886 sigcontext.
29887 * sysdeps/unix/sysv/linux/ia64/makecontext.c (__makecontext): Use
29888 mcontext_t instead of struct sigcontext.
29889 * sysdeps/unix/sysv/linux/ia64/sigcontext-offsets.sym: Use
29890 mcontext_t instead of struct sigcontext.
29891 * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Do not include
29892 <bits/sigcontext.h>.
29893 (__ctx): New macro.
29894 (struct __ia64_fpreg_mcontext): New type.
29895 (mcontext_t): Define structure contents rather than using struct
29896 sigcontext.
29897 (_SC_GR0_OFFSET): Use mcontext_t instead of struct sigcontext.
29898 (uc_sigmask): Define using __ctx.
29899 (uc_stack): Likewise.
29900 * sysdeps/unix/sysv/linux/ia64/sys/procfs.h: Include
29901 <bits/sigcontext.h>.
29902 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
29903 * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h: Do not include
29904 <bits/sigcontext.h>.
29905 * sysdeps/unix/sysv/linux/microblaze/sys/ucontext.h: New file.
29906 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Do not include
29907 <bits/sigcontext.h>.
29908 * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: Do not include
29909 <bits/sigcontext.h>.
29910 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Do not include
29911 <bits/sigcontext.h>.
29912 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Do not include
29913 <bits/sigcontext.h>.
29914 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Do not include
29915 <bits/sigcontext.h>.
29916 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h: Do not include
29917 <bits/sigcontext.h>.
29918 * sysdeps/unix/sysv/linux/tile/sys/ucontext.h: Do not include
29919 <bits/sigcontext.h>.
29920 (__ctx): Define earlier.
29921 (mcontext_t): Define structure contents rather than using struct
29922 sigcontext.
29923 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: Do not include
29924 <bits/sigcontext.h>. Include <bits/types.h>.
29925 * conform/Makefile (test-xfail-XPG42/signal.h/conform): Remove.
29926 (test-xfail-XPG42/sys/wait.h/conform): Likewise.
29927 (test-xfail-XPG42/ucontext.h/conform): Likewise.
29928 (test-xfail-UNIX98/signal.h/conform): Likewise.
29929 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
29930 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
29931 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
29932 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
29933 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
29934 (test-xfail-POSIX2008/signal.h/conform): Likewise.
29935 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
29936 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
29937 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
29938
29939 2017-08-30 Florian Weimer <fweimer@redhat.com>
29940
29941 * malloc/dynarray_emplace_enlarge.c
29942 (__libc_dynarray_emplace_enlarge): Set errno on overflow.
29943 * malloc/dynarray_resize.c (__libc_dynarray_resize): Likewise.
29944 * malloc/tst-dynarray.c (test_long_overflow): New function.
29945 (do_test): Call it.
29946
29947 2017-08-30 Florian Weimer <fweimer@redhat.com>
29948
29949 * malloc/malloc.c (ARENA_CORRUPTION_BIT, arena_is_corrupt)
29950 (set_arena_corrupt): Remove definitions.
29951 (mtrim): Do not check for corrupt arena.
29952 * malloc/arena.c (arena_lock, reused_arena, arena_get_retry):
29953 Likewise.
29954
29955 2017-08-30 Florian Weimer <fweimer@redhat.com>
29956
29957 [BZ #21754]
29958 * malloc/arena.c (TUNABLE_CALLBACK set_mallopt_check): Do not set
29959 check_action.
29960 (ptmalloc_init): Do not set or use check_action.
29961 * malloc/hooks.c (malloc_check_get_size, realloc_check): Adjust
29962 call to malloc_printerr. Remove return statement.
29963 (free_check): Likewise. Remove arena unlock.
29964 (top_check): Update comment. Adjust call to malloc_printerr.
29965 Remove heap repair code.
29966 * malloc/malloc.c (unlink): Adjust calls to malloc_printerr.
29967 (DEFAULT_CHECK_ACTION, check_action): Remove definitions.
29968 (sysmalloc): Adjust call to malloc_printerr.
29969 (munmap_chunk, __libc_realloc): Likewise. Remove return
29970 statement.
29971 (_int_malloc, int_realloc): Likewise. Remove errstr variable.
29972 Remove errout label and corresponding gotos.
29973 (_int_free): Likewise. Remove arena unlock.
29974 (do_set_mallopt_check): Do not set check_action.
29975 (malloc_printerr): Adjust parameter list. Do not mark arena as
29976 corrupt.
29977 * manual/memory.texi (Malloc Tunable Parameters): Remove TODO
29978 comment.
29979 * manual/probes.texi (Memory Allocation Probes): Remove
29980 memory_mallopt_check_action.
29981
29982 2017-08-30 Steve Ellcey <sellcey@cavium.com>
29983
29984 * sysdeps/unix/sysv/linux/aarch64/makecontext.c (__makecontext):
29985 Use pointer to uint64_t instead of long int for sp.
29986
29987 2017-08-30 Florian Weimer <fweimer@redhat.com>
29988
29989 [BZ #21754]
29990 * malloc/malloc.c (malloc_printerr): Always terminate the process,
29991 without printing a backtrace. Do not leak any information in the
29992 error message.
29993 * manual/memory.texi (Heap Consistency Checking): Update.
29994 * manual/tunables.texi (Memory Allocation Tunables): Likewise.
29995
29996 2017-08-30 Florian Weimer <fweimer@redhat.com>
29997
29998 Do not scale NPTL tests with available number of CPUs.
29999 * nptl/tst-cond16.c (count): Set to constant value of 8.
30000 * nptl/tst-cond18.c (count): Likewise.
30001
30002 2017-08-29 Joseph Myers <joseph@codesourcery.com>
30003
30004 [BZ #22035]
30005 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h (__inline_functions):
30006 Define to take a second argument that is a macro that
30007 concatentates a suffix, not the suffix itself.
30008 (__CONCAT_d): New macro.
30009 (__CONCAT_f): Likewise.
30010 (__CONCAT_l): Likewise.
30011
30012 2017-08-29 Paul Pluzhnikov <ppluzhnikov@google.com>
30013
30014 * stdlib/tst-atexit-common.c (do_test): Test handler inheritance
30015 by child.
30016
30017 2017-08-29 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30018 Aurelien Jarno <aurelien@aurel32.net>
30019 Maciej W. Rozycki <macro@imgtec.com>
30020
30021 [BZ #21956]
30022 * sysdeps/unix/sysv/linux/mips/mips32/mips16/Makefile
30023 [subdir = misc] (sysdep_routines): Remove `mips16-syscall5',
30024 `mips16-syscall6' and `mips16-syscall7'.
30025 (CFLAGS-mips16-syscall5.c, CFLAGS-mips16-syscall6.c)
30026 (CFLAGS-mips16-syscall7.c): Remove.
30027 * sysdeps/unix/sysv/linux/mips/mips32/mips16/Versions (libc):
30028 Remove `__mips16_syscall5', `__mips16_syscall6' and
30029 `__mips16_syscall7'.
30030 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c
30031 (__mips16_syscall0): Rename `__mips16_syscall_return' to
30032 `__mips_syscall_return'.
30033 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c
30034 (__mips16_syscall1): Likewise.
30035 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall2.c
30036 (__mips16_syscall2): Likewise.
30037 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall3.c
30038 (__mips16_syscall3): Likewise.
30039 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall4.c
30040 (__mips16_syscall4): Likewise.
30041 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall5.c:
30042 Remove.
30043 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall6.c:
30044 Remove.
30045 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall7.c:
30046 Remove.
30047 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall.h
30048 (__mips16_syscall5): Expand to `__mips_syscall5' rather than
30049 `__mips16_syscall5'. Remove prototype.
30050 (__mips16_syscall6): Expand to `__mips_syscall6' rather than
30051 `__mips16_syscall6'. Remove prototype.
30052 (__mips16_syscall7): Expand to `__mips_syscall7' rather than
30053 `__mips16_syscall7'. Remove prototype.
30054 (__nomips16, __mips16_syscall_return): Move to...
30055 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
30056 (__nomips16, __mips_syscall_return): ... here.
30057 [__mips16] (INTERNAL_SYSCALL_NCS): Rename
30058 `__mips16_syscall_return' to `__mips_syscall_return'.
30059 [__mips16] (INTERNAL_SYSCALL_MIPS16): Pass `number' to
30060 `internal_syscall##nr'.
30061 [!__mips16] (INTERNAL_SYSCALL): Pass `SYS_ify (name)' to
30062 `internal_syscall##nr'.
30063 (FORCE_FRAME_POINTER): Remove.
30064 (__mips_syscall5): New prototype.
30065 (internal_syscall5): Rewrite to call `__mips_syscall5'.
30066 (__mips_syscall6): New prototype.
30067 (internal_syscall6): Rewrite to call `__mips_syscall6'.
30068 (__mips_syscall7): New prototype.
30069 (internal_syscall7): Rewrite to call `__mips_syscall7'.
30070 * sysdeps/unix/sysv/linux/mips/mips32/mips-syscall5.S: New file.
30071 * sysdeps/unix/sysv/linux/mips/mips32/mips-syscall6.S: New file.
30072 * sysdeps/unix/sysv/linux/mips/mips32/mips-syscall7.S: New file.
30073 * sysdeps/unix/sysv/linux/mips/mips32/Makefile [subdir = misc]
30074 (sysdep_routines): Add libc-do-syscall.
30075 * sysdeps/unix/sysv/linux/mips/mips32/Versions (libc): Add
30076 `__mips_syscall5', `__mips_syscall6' and `__mips_syscall7'.
30077
30078 2017-08-29 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30079
30080 [BZ #21672]
30081 * nptl/allocatestack.c [_STACK_GROWS_DOWN] (setup_stack_prot):
30082 Set to use !NEED_SEPARATE_REGISTER_STACK as well.
30083 (advise_stack_range): New function.
30084 * nptl/pthread_create.c (START_THREAD_DEFN): Move logic to mark
30085 stack non required to advise_stack_range at allocatestack.c
30086
30087 2017-08-29 Szabolcs Nagy <szabolcs.nagy@arm.com>
30088
30089 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Use __uint64_t.
30090
30091 2017-08-29 Florian Weimer <fweimer@redhat.com>
30092
30093 [BZ #22026]
30094 * iconv/gconv_db.c (gen_steps): Decrement step_cnt after resetting
30095 __end_fct. Mangle __end_fct after setting it to NULL.
30096 * iconv/Makefile (tests): Add tst-gconv-init-failure.
30097 (modules-names, modules-names-tests): Add
30098 tst-gconv-init-failure-mod.
30099 (gconv-modules): New target.
30100 (tst-gconv-init-failure-mod.so): Link against libsupport.
30101 (tst-gconv-init-failure): Depend on gconv-modules,
30102 tst-gconv-init-failure-mod.so.
30103 * iconv/tst-gconv-init-failure-mod.c: New file.
30104 * iconv/tst-gconv-init-failure.c: Likewise.
30105 * iconv/test-gconv-modules: Likewise.
30106
30107 2017-08-29 Florian Weimer <fweimer@redhat.com>
30108
30109 [BZ #22025]
30110 * iconv/gconv_db.c (free_derivation): Remove redundant
30111 parentheses.
30112 (gen_steps): Unconditionally mangle __btowc_fct after
30113 initialization.
30114 (increment_counter): Likewise. Do not call init_fct for internal
30115 modules.
30116
30117 2017-08-29 Joseph Myers <joseph@codesourcery.com>
30118
30119 [BZ #22028]
30120 * math/math.h [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0]
30121 (_MSUF_): Remove macro.
30122 [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0] (_MSUFTO_):
30123 Likewise.
30124 [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0]
30125 (__REDIRFROM_X): New macro.
30126 [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0] (__REDIRTO_X):
30127 Likewise.
30128 * math/bits/math-finite.h (__REDIRFROM_X): Remove macro.
30129 (__REDIRTO_X): Likewise.
30130 (__MATH_REDIRCALL): Do not pass _MSUF_ or _MSUFTO_ macro
30131 arguments.
30132 (__MATH_REDIRCALL_2): Likewise.
30133 (__MATH_REDIRCALL_INTERNAL): Likewise.
30134 (__REDIRFROM (lgamma, , _MSUF_)): Likewise.
30135 (__REDIRFROM (gamma, , _MSUF_)): Likweise.
30136 (__REDIRFROM (__gamma, _r_finite, _MSUF_)): Likewise.
30137 (__REDIRFROM (tgamma, , _MSUF_)): Likewise.
30138 * math/test-finite-macros.c: New file.
30139 * math/Makefile (tests): Add test-finite-macros.
30140 (CFLAGS-test-finite-macros.c): New variable.
30141
30142 2017-08-29 Patsy Franklin <pfrankli@redhat.com>
30143 Jeff Law <law@redhat.com>
30144
30145 [BZ #22025]
30146 Mangle NULL pointers in iconv/gconv.
30147 * iconv/gconv_cache.c (find_module): Demangle init_fct before
30148 checking for NULL. Mangle __btowc_fct if init_fct is non-NULL.
30149 * iconv/gconv_db.c (free_derivation): Check that __shlib_handle
30150 is non-NULL before demangling the end_fct. Check for NULL
30151 end_fct after demangling.
30152 (__gconv_release_step): Demangle the end_fct before checking
30153 it for NULL. Remove assert on __shlibc_handle != NULL.
30154 (gen_steps): Don't check btowc_fct for NULL before mangling.
30155 Demangle init_fct before checking for NULL.
30156 (increment_counter): Likewise.
30157 * gconv_dl.c (__gconv_find_shlib): Don't check init_fct or
30158 end_fct for NULL before mangling.
30159 * wcsmbs/btowc.c (__btowc): Demangle btowc_fct before checking
30160 for NULL.
30161
30162 2017-08-29 Akhilesh Kumar <akhilesh.k@samsung.com>
30163
30164 [BZ #21971]
30165 * locale/iso-639.def: add Morisyen.
30166
30167 2017-08-28 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30168
30169 [BZ #21930]
30170 * math/math.h [defined __cplusplus && defined __SUPPORT_SNAN__]
30171 (iszero): New C++ implementation that does not use
30172 fpclassify/__MATH_TG/__builtin_types_compatible_p, when
30173 signaling nans are enabled, since __builtin_types_compatible_p
30174 is a C-only feature.
30175 * math/test-math-iszero.cc: When __HAVE_DISTINCT_FLOAT128 is
30176 defined, include ieee754_float128.h for access to the union and
30177 member ieee854_float128.ieee.
30178 [__HAVE_DISTINCT_FLOAT128] (do_test): Call check_float128.
30179 [__HAVE_DISTINCT_FLOAT128] (check_float128): New function.
30180 * sysdeps/powerpc/powerpc64le/Makefile [subdir == math]
30181 (CXXFLAGS-test-math-iszero.cc): Add -mfloat128 to the build
30182 options of test-math-zero on powerpc64le.
30183
30184 2017-08-28 H.J. Lu <hongjiu.lu@intel.com>
30185
30186 * sysdeps/x86_64/fpu/multiarch/e_expf.c (__redirect_ieee754_expf):
30187 Change double to float.
30188
30189 2017-08-28 Joseph Myers <joseph@codesourcery.com>
30190
30191 * math/math-svid-compat.h [!__ASSEMBLER__]: Make code
30192 unconditional.
30193 * sysdeps/ieee754/s_lib_version.c [!defined SHARED]: Remove
30194 conditional code; define contents only for [LIBM_SVID_COMPAT].
30195
30196 2017-08-28 Florian Weimer <fweimer@redhat.com>
30197
30198 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-options)
30199 (abi-lp64_be-options): Remove.
30200 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-options)
30201 (abi-hard-options): Likewise.
30202 * sysdeps/unix/sysv/linux/mips/Makefile(abi-o32_soft-options)
30203 (abi-o32_hard-options, abi-o32_soft_2008-options)
30204 (abi-o32_hard_2008-options, abi-n32_soft-options)
30205 (abi-n32_hard-options, abi-n32_soft_2008-options)
30206 (abi-n32_hard_2008-options, abi-n64_soft-options)
30207 (abi-n64_hard-options, abi-n64_soft_2008-options)
30208 (abi-n64_hard_2008-options): Likewise.
30209 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-32-options)
30210 (abi-64-v1-options, abi-64-v2-options): Likewise.
30211 * sysdeps/unix/sysv/linux/s390/Makefile (abi-32-options)
30212 (abi-64-options): Likewise.
30213 * sysdeps/unix/sysv/linux/sparc/Makefile (abi-32-options)
30214 (abi-64-options): Likewise.
30215 * sysdeps/unix/sysv/linux/tile/tilegx/Makefile (abi-32-options)
30216 (abi-64-options): Likewise.
30217 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-options)
30218 (abi-64-options, abi-x32-options): Likewise.
30219
30220 2017-08-28 Florian Weimer <fweimer@redhat.com>
30221
30222 Store supported list of SYS_* system calls in the source tree.
30223 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
30224 (bits/syscall.h): Generate from list file.
30225 [$(subdir) = misc] (before-compile): Add bits/syscall.h.
30226 [$(subdir) = misc] (tests): Add tst-syscall-list.
30227 [$(subdir) = misc] (tests-special): Add tst-syscall-list.out
30228 [$(subdir) = misc] (tst-syscall-list-macros.list)
30229 [$(subdir) = misc] (tst-syscall-list-nr.list)
30230 (tst-syscall-list-sys.list): Helper targets for new
30231 tst-syscall-list test.
30232 [$(subdir) = misc] (tst-syscall-list.out): Run test script
30233 tst-syscall-list.sh.
30234 [$(subdir) = misc] (bits/syscall%h, bits/syscall%d): Remove
30235 target. Do not include bits/syscall.d.
30236 [$(subdir) = misc] (generated): Do not update.
30237 * sysdeps/unix/sysv/linux/syscall-names.list: New file.
30238 * sysdeps/unix/sysv/linux/gen-syscall-h.awk: Likewise.
30239 * sysdeps/unix/sysv/linux/filter-nr-syscalls.awk: Likewise.
30240 * sysdeps/unix/sysv/linux/tst-syscall-list.sh: Likewise.
30241
30242 2017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com>
30243
30244 * stdlib/Makefile (tst-atexit, tst-at_quick_exit): New tests.
30245 (tst-cxa_atexit, tst-on_exit): Likewise.
30246 * stdlib/Makefile (tests): Add tst-atexit, tst-at_quick_exit,
30247 tst-cxa_atexit, and tst-on_exit.
30248 * stdlib/tst-atexit-common.c: New file.
30249 * stdlib/tst-atexit.c: New file.
30250 * stdlib/tst-at_quick_exit.c: New file.
30251 * stdlib/tst-cxa_atexit.c: New file.
30252 * stdlib/tst-on_exit.c: New file.
30253
30254 2017-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
30255
30256 * sysdeps/mach/hurd/bits/sysmacros.h: New file.
30257 * mach/stack_chk_fail_local.c: New file.
30258 * hurd/stack_chk_fail_local.c: New file.
30259 * mach/Machrules ($(interface-library)-routines): Add
30260 stack_chk_fail_local.
30261 * mach/Makefile (CFLAGS-mach_init.o, CFLAGS-RPC_vm_statistics.o,
30262 CFLAGS-RPC_vm_map.o, CFLAGS-RPC_vm_protect.o,
30263 CFLAGS-RPC_i386_set_gdt.o, CFLAGS-RPC_i386_set_ldt.o,
30264 CFLAGS-RPC_task_get_special_port.o): Add $(no-stack-protector).
30265 * hurd/Makefile (CFLAGS-hurdstartup.o,
30266 CFLAGS-RPC_exec_startup_get_info.o): Add $(no-stack-protector).
30267
30268 2017-08-25 H.J. Lu <hongjiu.lu@intel.com>
30269
30270 * sysdeps/x86/cpu-features.h [__ASSEMBLER__]
30271 (index_cpu_*, index_arch_*): Removed.
30272
30273 2017-08-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
30274
30275 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h (elf_greg_t):
30276 Use uint64_t instead of unsigned long.
30277
30278 2017-08-25 Joseph Myers <joseph@codesourcery.com>
30279
30280 * math/tgmath.h [__HAVE_FLOAT128]: Change conditional to
30281 [__HAVE_DISTINCT_FLOAT128].
30282
30283 * math/math.h (_MSUFTO_): Define and undefine for each inclusion
30284 of <bits/math-finite.h>.
30285 (__MATH_DECLARING_LDOUBLE): Do not define and undefine for each
30286 inclusion of <bits/math-finite.h>.
30287 * math/bits/math-finite.h (__REDIRTO_X): Do not define
30288 conditionally on [__MATH_DECLARING_LDOUBLE && defined
30289 __NO_LONG_DOUBLE_MATH].
30290 (__MATH_REDIRCALL): Use _MSUFTO_ in __REDIRTO call.
30291 (__MATH_REDIRCALL_2): Likewise.
30292 (__MATH_REDIRCALL_INTERNAL): Likewise.
30293 (__REDIRFROM (lgamma, , _MSUF_)): Likewise.
30294 (__REDIRFROM (gamma, , _MSUF_)): Likewise.
30295 (__REDIRFROM (tgamma, , _MSUF_)): Likewise.
30296
30297 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-power5.S:
30298 Remove file.
30299 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-ppc32.S:
30300 Likewise.
30301 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat.c:
30302 Likewise.
30303 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-power5.S:
30304 Likewise.
30305 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-ppc32.S:
30306 Likewise.
30307 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat.c:
30308 Likewise.
30309 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt_compat.S: Likewise.
30310 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf_compat.S: Likewise.
30311 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt_compat.S: Likewise.
30312 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf_compat.S: Likewise.
30313 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile
30314 (libm-sysdep-routines): Remove w_sqrt_compat-power5,
30315 w_sqrt_compat-ppc32, w_sqrtf_compat-power5 and
30316 w_sqrtf_compat-ppc32.
30317
30318 2017-08-24 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30319
30320 * math/math.h [defined __cplusplus] (issignaling): In the long
30321 double case, call __issignalingl only if __NO_LONG_DOUBLE_MATH
30322 is not defined. Call __issignaling, otherwise.
30323
30324 2017-08-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30325
30326 * sysdeps/unix/make-syscalls.sh: Remove cancellable tagging for
30327 syscall definitions and replace __builtin_expect with __glibc_likely.
30328 * sysdeps/unix/syscall-template.S: Update comment about cancellable
30329 syscall.
30330 (SYSCALL_CANCELLABLE): Removedefinition
30331 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h (PSEUDO): Remove
30332 definition.
30333 (PSEUDO_END): Likewise.
30334 [IS_IN (libpthread)] (CENABLE): Likewise.
30335 [IS_IN (libpthread)] (CDISABLE): Likewise.
30336 [IS_IN (libc)] (CENABLE): Likewise.
30337 [IS_IN (libc)] (CENABLE): Likewise.
30338 [IS_IN (librt)] (CDISABLE): Likewise.
30339 [IS_IN (librt)] (CDISABLE): Likewise.
30340 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30341 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (PSEUDO): Remove
30342 definition.
30343 (PSEUDO_END): Likewise.
30344 [IS_IN (libpthread)] (__local_enable_asynccancel): Likewise.
30345 [IS_IN (libpthread)] (__local_disable_asynccancel): Likewise.
30346 [IS_IN (libc)] (__local_enable_asynccancel): Likewise.
30347 [IS_IN (libc)] (__local_enable_asynccancel): Likewise.
30348 [IS_IN (librt)] (__local_disable_asynccancel): Likewise.
30349 [IS_IN (librt)] (__local_disable_asynccancel): Likewise.
30350 (CENABLE): Likewise.
30351 (CDISABLE): Likewise.
30352 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30353 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (PSEUDO): Remove
30354 defintion.
30355 (PSEUDO_END): Likewise.
30356 [IS_IN (libpthread)] (CENABLE): Likewise.
30357 [IS_IN (libpthread)] (CDISABLE): Likewise.
30358 [IS_IN (libc)] (CENABLE): Likewise.
30359 [IS_IN (libc)] (CENABLE): Likewise.
30360 [IS_IN (librt)] (CDISABLE): Likewise.
30361 [IS_IN (librt)] (CDISABLE): Likewise.
30362 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30363 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h (PSEUDO): Remove
30364 definition.
30365 (PSEUDO_END): Likewise.
30366 [IS_IN (libpthread)] (CENABLE): Likewise.
30367 [IS_IN (libpthread)] (CDISABLE): Likewise.
30368 [IS_IN (libc)] (CENABLE): Likewise.
30369 [IS_IN (libc)] (CENABLE): Likewise.
30370 [IS_IN (librt)] (CDISABLE): Likewise.
30371 [IS_IN (librt)] (CDISABLE): Likewise.
30372 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30373 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (PSEUDO): Remove
30374 definition.
30375 (PSEUDO_END): Likewise.
30376 [IS_IN (libpthread)] (CENABLE): Likewise.
30377 [IS_IN (libpthread)] (CDISABLE): Likewise.
30378 [IS_IN (libc)] (CENABLE): Likewise.
30379 [IS_IN (libc)] (CENABLE): Likewise.
30380 [IS_IN (librt)] (CDISABLE): Likewise.
30381 [IS_IN (librt)] (CDISABLE): Likewise.
30382 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30383 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Remove
30384 definition.
30385 (PSEUDO_END): Likewise.
30386 [IS_IN (libpthread)] (CENABLE): Likewise.
30387 [IS_IN (libpthread)] (CDISABLE): Likewise.
30388 [IS_IN (libc)] (CENABLE): Likewise.
30389 [IS_IN (libc)] (CENABLE): Likewise.
30390 [IS_IN (librt)] (CDISABLE): Likewise.
30391 [IS_IN (librt)] (CDISABLE): Likewise.
30392 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30393 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h (PSEUDO): Remove
30394 definition.
30395 (PSEUDO_END): Likewise.
30396 [IS_IN (libpthread)] (CENABLE): Likewise.
30397 [IS_IN (libpthread)] (CDISABLE): Likewise.
30398 [IS_IN (libc)] (CENABLE): Likewise.
30399 [IS_IN (libc)] (CENABLE): Likewise.
30400 [IS_IN (librt)] (CDISABLE): Likewise.
30401 [IS_IN (librt)] (CDISABLE): Likewise.
30402 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30403 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h (PSEUDO): Remove
30404 definition.
30405 (PSEUDO_END): Likewise.
30406 [IS_IN (libpthread)] (CENABLE): Likewise.
30407 [IS_IN (libpthread)] (CDISABLE): Likewise.
30408 [IS_IN (libc)] (CENABLE): Likewise.
30409 [IS_IN (libc)] (CENABLE): Likewise.
30410 [IS_IN (librt)] (CDISABLE): Likewise.
30411 [IS_IN (librt)] (CDISABLE): Likewise.
30412 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30413 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h (PSEUDO):
30414 Remove definition.
30415 (PSEUDO_END): Likewise.
30416 [IS_IN (libpthread)] (CENABLE): Likewise.
30417 [IS_IN (libpthread)] (CDISABLE): Likewise.
30418 [IS_IN (libc)] (CENABLE): Likewise.
30419 [IS_IN (libc)] (CENABLE): Likewise.
30420 [IS_IN (librt)] (CDISABLE): Likewise.
30421 [IS_IN (librt)] (CDISABLE): Likewise.
30422 (SINGLE_THREAD_P): Likewise.
30423 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h (PSEUDO): Remove
30424 definition.
30425 (PSEUDO_END): Likewise.
30426 [IS_IN (libpthread)] (CENABLE): Likewise.
30427 [IS_IN (libpthread)] (CDISABLE): Likewise.
30428 [IS_IN (libc)] (CENABLE): Likewise.
30429 [IS_IN (libc)] (CENABLE): Likewise.
30430 [IS_IN (librt)] (CDISABLE): Likewise.
30431 [IS_IN (librt)] (CDISABLE): Likewise.
30432 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30433 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h (PSEUDO): Remove
30434 definition.
30435 (PSEUDO_END): Likewise.
30436 [IS_IN (libpthread)] (CENABLE): Likewise.
30437 [IS_IN (libpthread)] (CDISABLE): Likewise.
30438 [IS_IN (libc)] (CENABLE): Likewise.
30439 [IS_IN (libc)] (CENABLE): Likewise.
30440 [IS_IN (librt)] (CDISABLE): Likewise.
30441 [IS_IN (librt)] (CDISABLE): Likewise.
30442 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30443 * sysdeps/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Remove file.
30444 * sysdeps/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
30445 * sysdeps/unix/sysv/linux/powerpc/sysdep-cancel.h: New file.
30446 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h (PSEUDO): Remove
30447 definition.
30448 (PSEUDO_END): Likewise.
30449 [IS_IN (libpthread)] (CENABLE): Likewise.
30450 [IS_IN (libpthread)] (CDISABLE): Likewise.
30451 [IS_IN (libc)] (CENABLE): Likewise.
30452 [IS_IN (libc)] (CENABLE): Likewise.
30453 [IS_IN (librt)] (CDISABLE): Likewise.
30454 [IS_IN (librt)] (CDISABLE): Likewise.
30455 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30456 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h (PSEUDO): Remove
30457 definition.
30458 (PSEUDO_END): Likewise.
30459 [IS_IN (libpthread)] (CENABLE): Likewise.
30460 [IS_IN (libpthread)] (CDISABLE): Likewise.
30461 [IS_IN (libc)] (CENABLE): Likewise.
30462 [IS_IN (libc)] (CENABLE): Likewise.
30463 [IS_IN (librt)] (CDISABLE): Likewise.
30464 [IS_IN (librt)] (CDISABLE): Likewise.
30465 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30466 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (PSEUDO): Remove
30467 definition.
30468 (PSEUDO_END): Likewise.
30469 [IS_IN (libpthread)] (CENABLE): Likewise.
30470 [IS_IN (libpthread)] (CDISABLE): Likewise.
30471 [IS_IN (libc)] (CENABLE): Likewise.
30472 [IS_IN (libc)] (CENABLE): Likewise.
30473 [IS_IN (librt)] (CDISABLE): Likewise.
30474 [IS_IN (librt)] (CDISABLE): Likewise.
30475 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30476 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Remove file.
30477 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
30478 * sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h: New file.
30479 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h (PSEUDO): Remove
30480 definition.
30481 (PSEUDO_END): Likewise.
30482 [IS_IN (libpthread)] (CENABLE): Likewise.
30483 [IS_IN (libpthread)] (CDISABLE): Likewise.
30484 [IS_IN (libc)] (CENABLE): Likewise.
30485 [IS_IN (libc)] (CENABLE): Likewise.
30486 [IS_IN (librt)] (CDISABLE): Likewise.
30487 [IS_IN (librt)] (CDISABLE): Likewise.
30488 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30489 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h (PSEUDO): Remove
30490 definition.
30491 (PSEUDO_END): Likewise.
30492 [IS_IN (libpthread)] (CENABLE): Likewise.
30493 [IS_IN (libpthread)] (CDISABLE): Likewise.
30494 [IS_IN (libc)] (CENABLE): Likewise.
30495 [IS_IN (libc)] (CENABLE): Likewise.
30496 [IS_IN (librt)] (CDISABLE): Likewise.
30497 [IS_IN (librt)] (CDISABLE): Likewise.
30498 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30499
30500 2017-08-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
30501
30502 * sysdeps/ieee754/dbl-64/Makefile: Don't override CFLAGS.
30503
30504 2017-08-23 H.J. Lu <hongjiu.lu@intel.com>
30505
30506 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
30507
30508 2017-08-23 H.J. Lu <hongjiu.lu@intel.com>
30509
30510 [BZ #21982]
30511 * string/stratcliff.c (do_test): Declare size, nchars, inner,
30512 middle and outer with size_t instead of int. Repleace %d and
30513 %Zd with %zu in printf. Update "MAX (0, nchars - 128)" and
30514 "MAX (outer, nchars - 64)" to support unsigned outer and
30515 nchars. Also exit loop when outer == 0.
30516
30517 2017-08-23 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30518
30519 * include/fcntl.h (__fcntl_nocancel): Remove definition.
30520 * include/signal.h (__sigsuspend_nocancel): Likewise.
30521 * include/time.h (__nanosleep_nocancel): Likewise.
30522 * sysdeps/generic/not-cancel.h (__fcntl_nocancel): New macro.
30523 * login/utmp_file.c: Include non cancellable syscall header.
30524 * sysdeps/unix/sysv/linux/not-cancel.h (__fcntl_nocancel): New
30525 prototype.
30526
30527 2017-08-23 H.J. Lu <hongjiu.lu@intel.com>
30528
30529 * sysdeps/x86_64/fpu/svml_d_sincos8_core.S: Replace AVX512F
30530 .byte sequences with AVX512F instructions.
30531 * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Likewise.
30532 * sysdeps/x86_64/fpu/svml_s_sincosf16_core.S: Likewise.
30533 * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Likewise.
30534 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S:
30535 Likewise.
30536 * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S:
30537 Likewise.
30538
30539 2017-08-22 Szabolcs Nagy <szabolcs.nagy@arm.com>
30540 Steve Ellcey <sellcey@cavium.com>
30541
30542 * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_dynamic):
30543 Use PTR_REG macro in cmp instruction.
30544
30545 2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30546
30547 * include/libc-symbols.h: [!defined HAVE_GCC_IFUNC] (__ifunc):
30548 Change the return type of the ifunc resolver to match the return
30549 type of the target function.
30550
30551 2017-08-22 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30552
30553 * sysdeps/unix/sysv/linux/x86_64/syscalls.list (pread64): Remove.
30554 (preadv64): Likewise.
30555 (pwrite64(: Likewise.
30556 (pwritev64): Likewise.
30557
30558 * sysdeps/unix/sysv/linux/x86_64/sysdep.h
30559 (INTERNAL_SYSCALL_NCS_TYPES): Remove define.
30560 (LOAD_ARGS_0): Likewise.
30561 (LOAD_ARGS_1): Likewise.
30562 (LOAD_ARGS_2): Likewise.
30563 (LOAD_ARGS_3): Likewise.
30564 (LOAD_ARGS_4): Likewise.
30565 (LOAD_ARGS_5): Likewise.
30566 (LOAD_ARGS_6): Likewise.
30567 (LOAD_REGS_0): Likewise.
30568 (LOAD_REGS_1): Likewise.
30569 (LOAD_REGS_2): Likewise.
30570 (LOAD_REGS_3): Likewise.
30571 (LOAD_REGS_4): Likewise.
30572 (LOAD_REGS_5): Likewise.
30573 (LOAD_REGS_6): Likewise.
30574 (ASM_ARGS_0): Likewise.
30575 (ASM_ARGS_1): Likewise.
30576 (ASM_ARGS_2): Likewise.
30577 (ASM_ARGS_3): Likewise.
30578 (ASM_ARGS_4): Likewise.
30579 (ASM_ARGS_5): Likewise.
30580 (ASM_ARGS_6): Likewise.
30581 (LOAD_ARGS_TYPES_1): Likewise.
30582 (LOAD_ARGS_TYPES_2): Likewise.
30583 (LOAD_ARGS_TYPES_3): Likewise.
30584 (LOAD_ARGS_TYPES_4): Likewise.
30585 (LOAD_ARGS_TYPES_5): Likewise.
30586 (LOAD_ARGS_TYPES_6): Likewise.
30587 (LOAD_REGS_TYPES_1): Likewise.
30588 (LOAD_REGS_TYPES_2): Likewise.
30589 (LOAD_REGS_TYPES_3): Likewise.
30590 (LOAD_REGS_TYPES_4): Likewise.
30591 (LOAD_REGS_TYPES_5): Likewise.
30592 (LOAD_REGS_TYPES_6): Likewise.
30593 (TYPEFY): New define.
30594 (ARGIFY): Likewise.
30595 (internal_syscall0): Likewise.
30596 (internal_syscall1): Likewise.
30597 (internal_syscall2): Likewise.
30598 (internal_syscall3): Likewise.
30599 (internal_syscall4): Likewise.
30600 (internal_syscall5): Likewise.
30601 (internal_syscall6): Likewise.
30602 * sysdeps/unix/sysv/linux/x86_64/x32/times.c
30603 (INTERNAL_SYSCALL_NCS): Remove define.
30604 (internal_syscall1): Add define.
30605
30606 2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30607
30608 * math/w_remainder_compat.c: Remove duplicate inclusion of
30609 math-svid-compat.h.
30610 * math/w_remainderf_compat.c: Likewise.
30611 * math/w_remainderl_compat.c: Likewise.
30612
30613 2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30614
30615 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30616
30617 2017-08-22 Joseph Myers <joseph@codesourcery.com>
30618
30619 [BZ #21684]
30620 * math/tgmath.h (__floating_type): Simplify definitions.
30621 (__real_integer_type): New macro.
30622 (__complex_integer_type): Likewise.
30623 (__expr_is_real): Likewise.
30624 (__tgmath_real_type_sub): Update comment to describe handling of
30625 complex types.
30626 (__tgmath_complex_type_sub): New macro.
30627 (__tgmath_complex_type): Likewise.
30628 [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
30629 (__TGMATH_CF128): Use __expr_is_real.
30630 (__TGMATH_UNARY_REAL_IMAG): Use __tgmath_complex_type and
30631 __expr_is_real.
30632 (__TGMATH_BINARY_REAL_IMAG): Likewise.
30633 (__TGMATH_UNARY_REAL_IMAG_RET_REAL): Use __expr_is_real.
30634 * math/gen-tgmath-tests.py (Type.create_type): Create complex
30635 integer types.
30636
30637 2017-08-22 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30638
30639 * sysdeps/generic/not-cancel.h (sigsuspend_not_cancel): Remove
30640 macro.
30641 * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Remove
30642 alias.
30643 * sysdeps/unix/sysv/linux/not-cancel.h (sigsuspend_not_cancel):
30644 Likewise.
30645
30646 * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Replace
30647 nanosleep_not_cancel with __nanosleep_nocancel.
30648 * sysdeps/generic/not-cancel.h (nanosleep_not_cancel): Remove macro.
30649 (__nanosleep_nocancel): New macro.
30650 * sysdeps/unix/sysv/linux/nanosleep.c (__nanosleep_nocancel): New
30651 function.
30652 * sysdeps/unix/sysv/linux/not-cancel.h (nanosleep_not_cancel): Remove
30653 macro.
30654 (__nanosleep_nocancel): New prototype.
30655
30656 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full): Replace
30657 pause_not_cancel with __pause_nocancel.
30658 * sysdeps/generic/not-cancel.h (pause_not_cancel): Remove macro.
30659 (__pause_nocancel): New macro.
30660 * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): Remove
30661 macro.
30662 (__pause_nocancel): New prototype.
30663 * sysdeps/unix/sysv/linux/pause.c (__pause_nocancel): New function.
30664
30665 2017-08-22 Martin Sebor <msebor@redhat.com>
30666
30667 * include/libc-symbols.h (__ifunc_resolver): Declare resolver
30668 to return a pointer to the same type as the target function.
30669
30670 2017-08-22 H.J. Lu <hongjiu.lu@intel.com>
30671
30672 [BZ #18822]
30673 [BZ #21986]
30674 * include/printf.h (__printf_fphex): Add attribute_hidden.
30675 (__guess_grouping): New prototype.
30676 * stdio-common/printf_fp.c (__guess_grouping): Removed.
30677 * stdio-common/reg-printf.c (__register_printf_specifier): Add
30678 libc_hidden_proto and libc_hidden_def.
30679 * stdlib/strfmon_l.c (__guess_grouping): Removed.
30680 (__vstrfmon_l): Remove the third argument passed to
30681 __guess_grouping.
30682
30683 2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30684
30685 * math/math.h [defined __cplusplus] (issignaling): Provide a C++
30686 definition for issignaling that does not rely on __MATH_TG,
30687 since __MATH_TG uses __builtin_types_compatible_p, which is only
30688 available in C mode.
30689 (CFLAGS-test-math-issignaling.cc): New variable.
30690 * math/Makefile [CXX] (tests): Add test-math-issignaling.
30691 * math/test-math-issignaling.cc: New test for C++ implementation
30692 of type-generic issignaling.
30693 * sysdeps/powerpc/powerpc64le/Makefile [subdir == math]
30694 (CXXFLAGS-test-math-issignaling.cc): Add -mfloat128 to the build
30695 options of test-math-issignaling on powerpc64le.
30696
30697 2017-08-22 H.J. Lu <hongjiu.lu@intel.com>
30698
30699 * include/libc-symbols.h (__hidden_proto_hiddenattr): New for
30700 building libc.a.
30701 (hidden_proto): Likewise.
30702 (hidden_tls_proto): Likewise.
30703 (__hidden_proto): Likewise.
30704
30705 2017-08-22 Florian Weimer <fweimer@redhat.com>
30706
30707 math: Statically link tests of internal functionality.
30708 * math/Makefile (tests): Remove atest-exp, atest-sincos,
30709 atest-exp2.
30710 (tests-static): Add atest-exp, atest-sincos, atest-exp2.
30711 (gmp-objs): Remove assignment.
30712 (atest-exp, atest-sincos, atest-exp2): Remove targets.
30713
30714 2017-08-22 Joseph Myers <joseph@codesourcery.com>
30715
30716 [BZ #21987]
30717 * sysdeps/unix/sysv/linux/sparc/bits/long-double.h: Remove file
30718 and copy to ...
30719 * sysdeps/unix/sysv/linux/sparc/sparc32/bits/long-double.h:
30720 ... here.
30721 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/long-double.h:
30722 ... and here.
30723
30724 * assert/Makefile [$(have-cxx-thread_local)]: Move conditional
30725 variable definitions above inclusion of ../Rules.
30726
30727 2017-08-21 Joseph Myers <joseph@codesourcery.com>
30728
30729 * sysdeps/ieee754/k_standard.c (__kernel_standard): Add default
30730 case calling __builtin_unreachable.
30731
30732 2017-08-21 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30733
30734 * libio/ioopen.c (_IO_waitpid): Replace waitpid_not_cancel with
30735 __waitpid_nocancel.
30736 * sysdeps/generic/not-cancel.h (waitpid_not_cancel): Remove macro.
30737 (__waitpid_nocancel): New macro.
30738 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel): Remove
30739 macro.
30740 (__waitpid_nocancel): Replace macro with a function.
30741 * sysdeps/unix/sysv/linux/waitpid.c (__waitpid_nocancel): New
30742 function.
30743
30744 * login/utmp_file.c (timeout_handler): Replace fcntl_not_cancel with
30745 __fcntl_nocancel.
30746 * sysdeps/generic/not-cancel.h (fcntl_not_cancel): Remove macro.
30747 * sysdeps/unix/sysv/linux/not-cancel.h (fcntl_not_cancel): Likewise.
30748
30749 * gmon/gmon.c (write_hist): Replace writev_not_cancel_no_status with
30750 __writev_nocancel_nostatus.
30751 (write_call_graph): Likewise.
30752 (write_bb_counts): Likewise.
30753 * resolv/herror.c (herror): Likewise.
30754 * sysdeps/generic/not-cancel.h (writev_not_cancel_no_status): Remove
30755 macro.
30756 (__writev_nocancel_nostatus): New macro.
30757 * sysdeps/unix/sysv/linux/not-cancel.h (writev_not_cancel_no_status):
30758 Remove macro.
30759 (__writev_nocancel_nostatus): New function.
30760
30761 2017-08-21 Joseph Myers <joseph@codesourcery.com>
30762
30763 Revert:
30764 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30765
30766 * include/libc-symbols.h (__hidden_proto_hiddenattr): New for
30767 building libc.a.
30768 (hidden_proto): Likewise.
30769 (hidden_tls_proto): Likewise.
30770 (__hidden_proto): Likewise.
30771
30772 [BZ #21973]
30773 * sysdeps/sparc/sparc32/fpu/w_sqrt_compat.S: Remove file.
30774 * sysdeps/sparc/sparc32/fpu/w_sqrtf_compat.S: Likewise.
30775 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat-vis3.S:
30776 Likewise.
30777 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat.S:
30778 Likewise.
30779 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat-vis3.S:
30780 Likewise.
30781 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat.S:
30782 Likewise.
30783 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt_compat.S : Likewise.
30784 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf_compat.S: Likewise.
30785 * sysdeps/sparc/sparc64/fpu/w_sqrt_compat.S: Likewise.
30786 * sysdeps/sparc/sparc64/fpu/w_sqrtf_compat.S: Likewise.
30787 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Add
30788 GLIBC_2.0 sqrtl symbol.
30789
30790 * math/math.h [__USE_MISC] (_LIB_VERSION_TYPE): Remove.
30791 [__USE_MISC] (_LIB_VERSION): Likewise.
30792 [__USE_MISC] (struct exception): Likewise.
30793 [__USE_MISC] (matherr): Likewise.
30794 [__USE_MISC] (DOMAIN): Likewise.
30795 [__USE_MISC] (SING): Likewise.
30796 [__USE_MISC] (OVERFLOW): Likewise.
30797 [__USE_MISC] (UNDERFLOW): Likewise.
30798 [__USE_MISC] (TLOSS): Likewise.
30799 [__USE_MISC] (PLOSS): Likewise.
30800 [__USE_MISC] (HUGE): Likewise.
30801 [__USE_XOPEN] (MAXFLOAT): Define even if [__USE_MISC].
30802 * math/math-svid-compat.h: New file.
30803 * conform/linknamespace.pl (@whitelist): Remove matherr, matherrf
30804 and matherrl.
30805 * include/math.h [!_ISOMAC] (__matherr): Remove.
30806 * manual/arith.texi (FP Exceptions): Do not document matherr.
30807 * math/Makefile (tests): Change test-matherr to test-matherr-3.
30808 (tests-internal): New variable.
30809 (install-lib): Do not add libieee.a.
30810 (non-lib.a): Likewise.
30811 (extra-objs): Do not add libieee.a and ieee-math.o.
30812 (CPPFLAGS-s_lib_version.c): Remove variable.
30813 ($(objpfx)libieee.a): Remove rule.
30814 ($(addprefix $(objpfx), $(tests-internal)): Depend on $(libm).
30815 * math/ieee-math.c: Remove.
30816 * math/libm-test-support.c (matherr): Remove.
30817 * math/test-matherr.c: Use <support/test-driver.c>. Add copyright
30818 and license notices. Include <math-svid-compat.h> and
30819 <shlib-compat.h>.
30820 (matherr): Undefine as macro. Use compat_symbol_reference.
30821 (_LIB_VERSION): Likewise.
30822 * math/test-matherr-2.c: New file.
30823 * math/test-matherr-3.c: Likewise.
30824 * sysdeps/generic/math_private.h (__kernel_standard): Remove
30825 declaration.
30826 (__kernel_standard_f): Likewise.
30827 (__kernel_standard_l): Likewise.
30828 * sysdeps/ieee754/s_lib_version.c: Do not include <math.h> or
30829 <math_private.h>. Include <math-svid-compat.h>.
30830 (_LIB_VERSION): Undefine as macro.
30831 (_LIB_VERSION_INTERNAL): Always initialize to _POSIX_. Define
30832 only if [LIBM_SVID_COMPAT || !defined SHARED]. If
30833 [LIBM_SVID_COMPAT], use compat_symbol.
30834 * sysdeps/ieee754/s_matherr.c: Do not include <math.h> or
30835 <math_private.h>. Include <math-svid-compat.h>.
30836 (matherr): Undefine as macro.
30837 (__matherr): Define only if [LIBM_SVID_COMPAT]. Use
30838 compat_symbol.
30839 * sysdeps/ia64/fpu/libm_error.c: Include <math-svid-compat.h>.
30840 [_LIBC && LIBM_SVID_COMPAT] (matherrf): Use
30841 compat_symbol_reference.
30842 [_LIBC && LIBM_SVID_COMPAT] (matherrl): Likewise.
30843 [_LIBC && !LIBM_SVID_COMPAT] (matherrf): Define as macro.
30844 [_LIBC && !LIBM_SVID_COMPAT] (matherrl): Likewise.
30845 * sysdeps/ia64/fpu/libm_support.h: Include <math-svid-compat.h>.
30846 (MATHERR_D): Remove declaration.
30847 [!_LIBC] (_LIB_VERSION_TYPE): Likewise
30848 [!LIBM_BUILD] (_LIB_VERSIONIMF): Likewise.
30849 [LIBM_BUILD] (pmatherrf): Likewise.
30850 [LIBM_BUILD] (pmatherr): Likewise.
30851 [LIBM_BUILD] (pmatherrl): Likewise.
30852 (DOMAIN): Likewise.
30853 (SING): Likewise.
30854 (OVERFLOW): Likewise.
30855 (UNDERFLOW): Likewise.
30856 (TLOSS): Likewise.
30857 (PLOSS): Likewise.
30858 * sysdeps/ia64/fpu/s_matherrf.c: Include <math-svid-compat.h>.
30859 (__matherrf): Define only if [LIBM_SVID_COMPAT]. Use
30860 compat_symbol.
30861 * sysdeps/ia64/fpu/s_matherrl.c: Include <math-svid-compat.h>.
30862 (__matherrl): Define only if [LIBM_SVID_COMPAT]. Use
30863 compat_symbol.
30864 * math/lgamma-compat.h: Include <math-svid-compat.h>.
30865 * math/w_acos_compat.c: Likewise.
30866 * math/w_acosf_compat.c: Likewise.
30867 * math/w_acosh_compat.c: Likewise.
30868 * math/w_acoshf_compat.c: Likewise.
30869 * math/w_acoshl_compat.c: Likewise.
30870 * math/w_acosl_compat.c: Likewise.
30871 * math/w_asin_compat.c: Likewise.
30872 * math/w_asinf_compat.c: Likewise.
30873 * math/w_asinl_compat.c: Likewise.
30874 * math/w_atan2_compat.c: Likewise.
30875 * math/w_atan2f_compat.c: Likewise.
30876 * math/w_atan2l_compat.c: Likewise.
30877 * math/w_atanh_compat.c: Likewise.
30878 * math/w_atanhf_compat.c: Likewise.
30879 * math/w_atanhl_compat.c: Likewise.
30880 * math/w_cosh_compat.c: Likewise.
30881 * math/w_coshf_compat.c: Likewise.
30882 * math/w_coshl_compat.c: Likewise.
30883 * math/w_exp10_compat.c: Likewise.
30884 * math/w_exp10f_compat.c: Likewise.
30885 * math/w_exp10l_compat.c: Likewise.
30886 * math/w_exp2_compat.c: Likewise.
30887 * math/w_exp2f_compat.c: Likewise.
30888 * math/w_exp2l_compat.c: Likewise.
30889 * math/w_fmod_compat.c: Likewise.
30890 * math/w_fmodf_compat.c: Likewise.
30891 * math/w_fmodl_compat.c: Likewise.
30892 * math/w_hypot_compat.c: Likewise.
30893 * math/w_hypotf_compat.c: Likewise.
30894 * math/w_hypotl_compat.c: Likewise.
30895 * math/w_j0_compat.c: Likewise.
30896 * math/w_j0f_compat.c: Likewise.
30897 * math/w_j0l_compat.c: Likewise.
30898 * math/w_j1_compat.c: Likewise.
30899 * math/w_j1f_compat.c: Likewise.
30900 * math/w_j1l_compat.c: Likewise.
30901 * math/w_jn_compat.c: Likewise.
30902 * math/w_jnf_compat.c: Likewise.
30903 * math/w_jnl_compat.c: Likewise.
30904 * math/w_lgamma_main.c: Likewise.
30905 * math/w_lgamma_r_compat.c: Likewise.
30906 * math/w_lgammaf_main.c: Likewise.
30907 * math/w_lgammaf_r_compat.c: Likewise.
30908 * math/w_lgammal_main.c: Likewise.
30909 * math/w_lgammal_r_compat.c: Likewise.
30910 * math/w_log10_compat.c: Likewise.
30911 * math/w_log10f_compat.c: Likewise.
30912 * math/w_log10l_compat.c: Likewise.
30913 * math/w_log2_compat.c: Likewise.
30914 * math/w_log2f_compat.c: Likewise.
30915 * math/w_log2l_compat.c: Likewise.
30916 * math/w_log_compat.c: Likewise.
30917 * math/w_logf_compat.c: Likewise.
30918 * math/w_logl_compat.c: Likewise.
30919 * math/w_pow_compat.c: Likewise.
30920 * math/w_powf_compat.c: Likewise.
30921 * math/w_powl_compat.c: Likewise.
30922 * math/w_remainder_compat.c: Likewise.
30923 * math/w_remainderf_compat.c: Likewise.
30924 * math/w_remainderl_compat.c: Likewise.
30925 * math/w_scalb_compat.c: Likewise.
30926 * math/w_scalbf_compat.c: Likewise.
30927 * math/w_scalbl_compat.c: Likewise.
30928 * math/w_sinh_compat.c: Likewise.
30929 * math/w_sinhf_compat.c: Likewise.
30930 * math/w_sinhl_compat.c: Likewise.
30931 * math/w_sqrt_compat.c: Likewise.
30932 * math/w_sqrtf_compat.c: Likewise.
30933 * math/w_sqrtl_compat.c: Likewise.
30934 * math/w_tgamma_compat.c: Likewise.
30935 * math/w_tgammaf_compat.c: Likewise.
30936 * math/w_tgammal_compat.c: Likewise.
30937 * sysdeps/ieee754/dbl-64/w_exp_compat.c: Likewise.
30938 * sysdeps/ieee754/flt-32/w_expf_compat.c: Likewise.
30939 * sysdeps/ieee754/k_standard.c: Likewise.
30940 * sysdeps/ieee754/k_standardf.c: Likewise.
30941 * sysdeps/ieee754/k_standardl.c: Likewise.
30942 * sysdeps/ieee754/ldbl-128/w_expl_compat.c: Likewise.
30943 * sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Likewise.
30944 * sysdeps/ieee754/ldbl-96/w_expl_compat.c: Likewise.
30945 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt_compat.S: Likewise.
30946 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf_compat.S: Likewise.
30947 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt_compat.S: Likewise.
30948 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf_compat.S: Likewise.
30949 * sysdeps/sparc/sparc32/fpu/w_sqrt_compat.S: Likewise.
30950 * sysdeps/sparc/sparc32/fpu/w_sqrtf_compat.S: Likewise.
30951 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat-vis3.S:
30952 Likewise.
30953 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat-vis3.S:
30954 Likewise.
30955 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt_compat.S: Likewise.
30956 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf_compat.S: Likewise.
30957 * sysdeps/sparc/sparc64/fpu/w_sqrt_compat.S: Likewise.
30958 * sysdeps/sparc/sparc64/fpu/w_sqrtf_compat.S: Likewise.
30959
30960 2017-08-21 Florian Weimer <fweimer@redhat.com>
30961
30962 [BZ #21864]
30963 Do not compile benchmark helper objects with -DMODULE_NAME=libc.
30964 * benchtests/Makefile (others-extras): Set to $(bench-extra-objs).
30965 Move before inclusion of ../Rules.
30966
30967 2017-08-21 Florian Weimer <fweimer@redhat.com>
30968
30969 [BZ #21972]
30970 * assert/assert.h (assert): Use static_cast (bool) for C++.
30971 Use the ternary operator in the warning branch for GNU C.
30972 * assert/Makefile (tests): Add tst-assert-c++, tst-assert-g++.
30973 (CFLAGS-tst-assert-c++.o): Compile in C++11 mode.
30974 (CFLAGS-tst-assert-g++.o): Compile in GnU C++11 mode.
30975 (LDLIBS-tst-assert-c++, LDLIBS-tst-assert-g++): Link with libstdc++.
30976 * assert/tst-assert-c++.cc, assert/tst-assert-g++.cc: New files.
30977
30978 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30979
30980 [BZ #18822]
30981 * sysdeps/unix/sysv/linux/x86_64/init-first.c
30982 (__syscall_clock_gettime): Add attribute_hidden.
30983 * sysdeps/unix/sysv/linux/x86_64/makecontext.c
30984 (__start_context): Likewise.
30985
30986 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30987
30988 * include/libc-symbols.h (__hidden_proto_hiddenattr): New for
30989 building libc.a.
30990 (hidden_proto): Likewise.
30991 (hidden_tls_proto): Likewise.
30992 (__hidden_proto): Likewise.
30993
30994 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30995
30996 * include/libc-symbols.h (attribute_hidden): Enable hidden
30997 visibility in libc.a compiled with PIE.
30998
30999 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
31000
31001 [BZ #18822]
31002 * sysdeps/unix/sysv/linux/x86/libc-vdso.h (VDSO_SYMBOL(getcpu)):
31003 Add attribute_hidden.
31004
31005 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
31006
31007 [BZ #21864]
31008 * Makerules (all-nonlib): Add $(others-extras).
31009 * catgets/Makefile (others-extras): New.
31010 * elf/Makefile (others-extras): Likewise.
31011 * nss/Makefile (others-extras): Likewise.
31012
31013 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
31014
31015 [BZ #18822]
31016 * csu/libc-start.c (__libc_multiple_libcs): Removed.
31017 * elf/dl-open.c: Include <libc-internal.h>.
31018 (__libc_multiple_libcs): Removed.
31019 * elf/dl-sysdep.c: Include <libc-internal.h> instead of
31020 <hp-timing.h>.
31021 * include/libc-internal.h (__libc_multiple_libcs): New.
31022 * misc/sbrk.c: Include <libc-internal.h>.
31023 (__libc_multiple_libcs): Removed.
31024
31025 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
31026
31027 [BZ #18822]
31028 * grp/initgroups.c (__nss_group_database): Removed.
31029 (__nss_initgroups_database): Likewise.
31030 * nscd/gai.c (__nss_hosts_database): Likewise.
31031 * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Likewise.
31032 * posix/tst-rfc3484-2.c (__nss_hosts_database): Likewise.
31033 * posix/tst-rfc3484-3.c (__nss_hosts_database): Likewise.
31034 * posix/tst-rfc3484.c (__nss_hosts_database): Likewise.
31035 * sysdeps/posix/getaddrinfo.c (__nss_hosts_database): Likewise.
31036 * nss/getXXent.c (INTERNAL (REENTRANT_GETNAME)): Add
31037 attribute_hidden.
31038 * nss/nsswitch.c (__nss_database_custom): Define only if
31039 USE_NSCD is defined.
31040 (__nss_configure_lookup): Use __nss_database_custom only if
31041 USE_NSCD is defined.
31042 * nss/nsswitch.h (__nss_database_custom): Declare only if
31043 USE_NSCD is defined. Add attribute_hidden.
31044 (__nss_setent): Add attribute_hidden.
31045 (__nss_endent): Likewise.
31046 (__nss_getent_r): Likewise.
31047 (__nss_getent): Likewise.
31048 (DEFINE_DATABASE): Declare __nss_##arg##_database.
31049
31050 2017-08-20 H.J. Lu <hongjiu.lu@intel.com>
31051
31052 [BZ #18822]
31053 * sysdeps/unix/sysv/linux/i386/glob64.c (__old_glob64): Add
31054 libc_hidden_proto and libc_hidden_def.
31055
31056 2017-08-20 H.J. Lu <hongjiu.lu@intel.com>
31057
31058 [BZ #18822]
31059 * sysdeps/unix/sysv/linux/i386/olddirent.h (__old_readdir64):
31060 Add libc_hidden_proto.
31061 * sysdeps/unix/sysv/linux/i386/readdir64.c (__old_readdir64):
31062 Add libc_hidden_def.
31063
31064 2017-08-20 H.J. Lu <hongjiu.lu@intel.com>
31065
31066 [BZ #21974]
31067 * gmon/Makefile (routines): Remove bb_init_func and
31068 bb_exit_func.
31069 (elide-routines.os): Removed.
31070 * gmon/bb_exit_func.c: Likewise.
31071 * gmon/bb_init_func.c: Likewise.
31072 * include/sys/gmon.h (__bb): Likewise.
31073 (__bb_init_func): Likewise.
31074 (__bb_exit_func): Likewise.
31075 * sysdeps/alpha/bb_init_func.S: Likewise.
31076
31077 2017-08-20 H.J. Lu <hongjiu.lu@intel.com>
31078
31079 * debug/longjmp_chk.c (____longjmp_chk): Moved to ...
31080 * include/setjmp.h (____longjmp_chk): Here. Add
31081 attribute_hidden.
31082
31083 2017-08-19 H.J. Lu <hongjiu.lu@intel.com>
31084
31085 [BZ #18822]
31086 * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE2): Add
31087 attribute_hidden.
31088 (__strspn_sse2): Likewise.
31089
31090 2017-08-18 Adhemerval Zanella <adhemerval.zanella@linaro.org>
31091
31092 * sysdeps/generic/not-cancel.h (close_not_cancel): Remove macro.
31093 (close_not_cancel_no_status): Likewise.
31094 (__close_nocancel): New macro.
31095 (__close_nocancel_nostatus): Likewise.
31096 * sysdeps/unix/sysv/linux/not-cancel.h (__close_nocancel): Remove
31097 macro.
31098 (close_not_cancel): Likewise.
31099 (close_not_cancel_no_status): Likewise.
31100 (__close_nocancel): New prototype.
31101 (__close_nocancel_nostatus): New function.
31102 * sysdeps/unix/sysv/linux/close.c (__close_nocancel): New function.
31103 * catgets/open_catalog.c (__open_catalog): Replace
31104 close_not_cancel{_no_status) with __close_nocancel{_nostatus}.
31105 * gmon/gmon.c (write_gmon): Likewise.
31106 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
31107 * intl/loadmsgcat.c (close): Likewise.
31108 * io/ftw.c (open_dir_stream): Likewise.
31109 (ftw_startup): Likewise.
31110 * libio/fileops.c (_IO_file_open): Likewise.
31111 (_IO_file_close_mmap): Likewise.
31112 (_IO_file_close): Likewise.
31113 * libio/iopopen.c (_IO_dup2): Likewise.
31114 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
31115 * locale/loadlocale.c (_nl_load_locale): Likewise.
31116 * login/utmp_file.c (pututline_file): Likewise.
31117 (endutent_file): Likewise.
31118 * misc/daemon.c (daemon): Likewise.
31119 * nscd/nscd_getai.c (__nscd_getai): Likewise.
31120 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
31121 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
31122 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
31123 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
31124 * nscd/nscd_helper.c (open_socket): Likewise.
31125 (__nscd_open_socket): Likewise.
31126 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
31127 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Likewise.
31128 (__nscd_innetgr): Likewise.
31129 * nss/nss_db/db-open.c (internal_setent): Likewise.
31130 * resolv/res-close.c (__res_iclose): Likewise.
31131 * sunrpc/pm_getmaps.c (pmap_getmaps): Likewise.
31132 * sysdeps/posix/closedir.c (__closedir): Likewise.
31133 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Likewise.
31134 * sysdeps/posix/getcwd.c (__getcwd): Likewise.
31135 * sysdeps/posix/opendir.c (tryopen_o_directory): Likewise.
31136 (opendir_tail): Likewise.
31137 * sysdeps/posix/spawni.c (__spawni_child): Likewise.
31138 * sysdeps/unix/sysv/linux/check_native.c (__check_native): Likewise.
31139 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
31140 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
31141 * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Likewise.
31142 (gethostid): Likewise.
31143 * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Likewise.
31144 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
31145 Likewise.
31146 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
31147 * sysdeps/unix/sysv/linux/grantpt.c (close_all_fds): Likewise.
31148 * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system): Likewise.
31149 * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c (has_cpuclock):
31150 Likewise.
31151 * sysdeps/unix/sysv/linux/if_index.c (__if_nametoindex): Likewise.
31152 * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps): Likewise.
31153 * sysdeps/unix/sysv/linux/malloc-sysdep.h (check_may_shrink_heap):
31154 Likewise.
31155 * sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink): Likewise.
31156 * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
31157 Likewise.
31158 * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
31159 Likewise.
31160 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
31161 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Likewise.
31162 * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
31163 __close_nocancel.
31164
31165 * sysdeps/generic/not-cancel.h (openat_not_cancel): Remove macro.
31166 (openat_not_cancel_3): Likewise.
31167 (openat64_not_cancel_3): Likewise).
31168 (openat_not_cancel_3): Likewise).
31169 * sysdeps/unix/sysv/linux/not-cancel.h (openat_not_cancel): Remove
31170 macro.
31171 (openat_not_cancel_3): Likewise.
31172 (openat64_not_cancel): Likewise.
31173 (openat64_not_cancel_3): Likewise.
31174 * sysdeps/unix/sysv/linux/openat.c (__openat_nocancel): New function.
31175 * sysdeps/unix/sysv/linux/openat64.c (__openat64_nocancel): Likewise.
31176 * io/ftw.c (open_dir_stream): Replace openat{64}_not_cancel{_3} with
31177 __open{64}_nocancel.
31178 * sysdeps/mach/hurd/opendir.c (__opendirat): Likewise.
31179 * sysdeps/posix/getcwd.c (__getcwd): Likewise.
31180 * sysdeps/posix/opendir.c (__opendirat): Likewise.
31181
31182 2017-08-18 H.J. Lu <hongjiu.lu@intel.com>
31183
31184 [BZ #18822]
31185 * include/argz.h (__argz_create_sep): New function prototype.
31186 (__argz_append): Likewise.
31187 (__argz_add): Likewise.
31188 (__argz_add_sep): Likewise.
31189 (__argz_delete): Likewise.
31190 (__argz_insert): Likewise.
31191 (__argz_replace): Likewise.
31192 * string/argz.h (__argz_create_sep): Removed.
31193 (__argz_append): Likewise.
31194 (__argz_add): Likewise.
31195 (__argz_add_sep): Likewise.
31196 (__argz_delete): Likewise.
31197 (__argz_insert): Likewise.
31198 (__argz_replace): Likewise.
31199
31200 2017-08-18 H.J. Lu <hongjiu.lu@intel.com>
31201
31202 * elf/elf.h (NT_GNU_PROPERTY_TYPE_0): New.
31203 (NOTE_GNU_PROPERTY_SECTION_NAME): Likewise.
31204 (GNU_PROPERTY_STACK_SIZE): Likewie.
31205 (GNU_PROPERTY_NO_COPY_ON_PROTECTED): Likewie.
31206 (GNU_PROPERTY_LOPROC): Likewise.
31207 (GNU_PROPERTY_HIPROC): Likewise.
31208 (GNU_PROPERTY_LOUSER): Likewise.
31209 (GNU_PROPERTY_HIUSER): Likewise.
31210 (GNU_PROPERTY_X86_ISA_1_USED): Likwise.
31211 (GNU_PROPERTY_X86_ISA_1_NEEDED): Likwise.
31212 (GNU_PROPERTY_X86_FEATURE_1_AND): Likwise.
31213 (GNU_PROPERTY_X86_ISA_1_486): Likwise.
31214 (GNU_PROPERTY_X86_ISA_1_586): Likwise.
31215 (GNU_PROPERTY_X86_ISA_1_686): Likwise.
31216 (GNU_PROPERTY_X86_ISA_1_SSE): Likwise.
31217 (GNU_PROPERTY_X86_ISA_1_SSE2): Likwise.
31218 (GNU_PROPERTY_X86_ISA_1_SSE3): Likwise.
31219 (GNU_PROPERTY_X86_ISA_1_SSSE3): Likwise.
31220 (GNU_PROPERTY_X86_ISA_1_SSE4_1): Likwise.
31221 (GNU_PROPERTY_X86_ISA_1_SSE4_2): Likwise.
31222 (GNU_PROPERTY_X86_ISA_1_AVX): Likwise.
31223 (GNU_PROPERTY_X86_ISA_1_AVX2): Likwise.
31224 (GNU_PROPERTY_X86_ISA_1_AVX512F): Likwise.
31225 (GNU_PROPERTY_X86_ISA_1_AVX512CD): Likwise.
31226 (GNU_PROPERTY_X86_ISA_1_AVX512ER): Likwise.
31227 (GNU_PROPERTY_X86_ISA_1_AVX512PF): Likwise.
31228 (GNU_PROPERTY_X86_ISA_1_AVX512VL): Likwise.
31229 (GNU_PROPERTY_X86_ISA_1_AVX512DQ): Likwise.
31230 (GNU_PROPERTY_X86_ISA_1_AVX512BW): Likwise.
31231 (GNU_PROPERTY_X86_FEATURE_1_IBT): Likwise.
31232 (GNU_PROPERTY_X86_FEATURE_1_SHSTK): Likwise.
31233
31234 2017-08-18 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
31235
31236 * misc/sys/cdefs.h (__HAVE_GENERIC_SELECTION): Define to 0, if
31237 in C++ mode.
31238
31239 2017-08-18 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
31240
31241 [BZ #21930]
31242 * math/math.h (isinf): Check if in C or C++ mode before using
31243 __builtin_types_compatible_p, since this is a C mode feature.
31244
31245 2017-08-18 Adhemerval Zanella <adhemerval.zanella@linaro.org>
31246
31247 * sysdeps/generic/not-cancel.h (write_not_cancel): Remove macro.
31248 (__write_nocancel): New macro.
31249 * sysdeps/unix/sysv/linux/not-cancel.h (__write_nocancel):
31250 Rewrite as a function prototype.
31251 (write_not_cancel): Remove macro.
31252 * sysdeps/unix/sysv/linux/write.c (__write_nocancel): New function.
31253 * gmon/gmon.c (ERR): Replace write_not_cancel with __write_nocancel.
31254 (write_gmon): Likewise.
31255 * libio/fileops.c (_IO_new_file_write): Likewise.
31256 * login/utmp_file.c (pututline_file): Likewise.
31257 (updwtmp_file): Likewise.
31258 * stdio-common/psiginfo.c (psiginfo): Likewise.
31259 * sysdeps/posix/spawni.c (__spawni_child): Likewise.
31260 * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Likewise.
31261 * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps):
31262 Likewise.
31263 * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
31264 Likewise.
31265
31266 * sysdeps/generic/not-cancel.h (read_not_cancel): Remove macro.
31267 (__read_nocancel): New macro.
31268 * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
31269 __read_nocancel.
31270 * sysdeps/unix/sysv/linux/not-cancel.h (__read_nocancel): Remove
31271 macro.
31272 (__read_nocancel): New prototype.
31273 * sysdeps/unix/sysv/linux/read.c (__read_nocancel): New function.
31274 * catgets/open_catalog.c (__open_catalog): Replace read_not_cancel
31275 with __read_nocancel.
31276 * intl/loadmsgcat.c (read): Likewise.
31277 * libio/fileops.c (_IO_file_read): Likewise.
31278 * locale/loadlocale.c (_nl_load_locale): Likewise.
31279 * login/utmp_file.c (getutent_r_file): Likewise.
31280 (internal_getut_r): Likewise.
31281 (getutline_r_file): Likewise.
31282 * sysdeps/unix/sysv/linux/fips-private.h (fips_enable_p): Likewise.
31283 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
31284 * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Likewise.
31285 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
31286 Likewise.
31287 * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Likewise.
31288 * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system): Likewise.
31289 * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c (has_cpuclock):
31290 Likewise.
31291 * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps):
31292 Likewise.
31293 * sysdeps/unix/sysv/linux/malloc-sysdep.h (check_may_shrink_heap):
31294 Likewise.
31295 * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
31296 Likewise.
31297 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Likewise.
31298
31299 2017-08-18 H.J. Lu <hongjiu.lu@intel.com>
31300
31301 [BZ #21966]
31302 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx2.h
31303 (IFUNC_SELECTOR): Don't use the AVX2 version if FMA isn't
31304 usable.
31305
31306 2017-08-17 DJ Delorie <dj@redhat.com>
31307
31308 * bug17079.c: Update to new test harness.
31309 * test-digits-dots.c: Likewise.
31310 * test-netdb.c: Likewise.
31311 * tst-field.c: Likewise.
31312 * tst-nss-getpwent.c: Likewise.
31313 * tst-nss-static.c: Likewise.
31314 * tst-nss-test1.c: Likewise.
31315 * tst-nss-test2.c: Likewise.
31316 * tst-nss-test3.c: Likewise.
31317 * tst-nss-test4.c: Likewise.
31318 * tst-nss-test5.c: Likewise.
31319
31320 2017-08-17 Adhemerval Zanella <adhemerval.zanella@linaro.org>
31321
31322 * sysdeps/generic/not-cancel.h (open_not_cancel): Remove macro.
31323 (open_not_cancel_2): Likewise.
31324 (open_nocancel): New macro.
31325 (open64_nocancel): Likewise.
31326 * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Remove macro.
31327 (open_not_cancel_2): Likewise.
31328 (__open_nocancel): New prototype.
31329 (__open64_nocancel): Likewise.
31330 * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
31331 __open_nocancel.
31332 * sysdeps/unix/sysv/linux/open.c (__open_nocancel): New function.
31333 * sysdeps/unix/sysv/linux/open64.c (__open64_nocancel): Likewise.
31334 * catgets/open_catalog.c (__open_catalog): Replace open_not_cancel{_2}
31335 with __open_nocancel.
31336 * csu/check_fds.c (check_one_fd): Likewise.
31337 * gmon/gmon.c (write_gmon): Likewise.
31338 * iconv/gconv_cache.c (__gconv_load_cached): Likewise.
31339 * intl/loadmsgcat.c (open): Likewise.
31340 * libio/fileops.c (_IO_file_open): Likewise.
31341 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
31342 * locale/loadlocale.c (_nl_load_locale): Likewise.
31343 * login/utmp_file.c (setutent_file): Likewise.
31344 * misc/daemon.c (daemon): Likewise.
31345 * nss/nss_db/db-open.c (internal_setent): Likewise.
31346 * sysdeps/mach/hurd/opendir.c (__opendirat): Likewise.
31347 * sysdeps/posix/libc_fatal.c (__libc_message): Likewise.
31348 * sysdeps/posix/opendir.c (tryopen_o_directory): Likewise.
31349 (__opendir): Likewise.
31350 * sysdeps/posix/spawni.c (__spawni_child): Likewise.
31351 * sysdeps/unix/sysv/linux/fips-private.h (fips_enable_p): Likewise.
31352 * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Likewise.
31353 (gethostid): Likewise.
31354 * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Likewise.
31355 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
31356 Likewise.
31357 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
31358 * sysdeps/unix/sysv/linux/grantpt.c (__close_all_fds): Likewise.
31359 * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system): Likewise.
31360 * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c (has_cpuclock):
31361 Likewise.
31362 * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps):
31363 Likewise.
31364 * sysdeps/unix/sysv/linux/malloc-sysdep.h (check_may_shrink_heap):
31365 Likewise.
31366 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
31367 Likewise.
31368 * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
31369 Likewise.
31370 * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
31371 Likewise.
31372 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
31373 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Likewise.
31374
31375 2017-08-17 Wilco Dijkstra <wdijkstr@arm.com>
31376
31377 * benchtests/bench-skeleton.c (main): Add support for
31378 latency benchmarking.
31379 * benchtests/scripts/bench.py: Add support for latency benchmarking.
31380
31381 2017-08-17 H.J. Lu <hongjiu.lu@intel.com>
31382
31383 * Makeconfig (+link-pie-before-libc): Add CRT-* hook to override
31384 the startup object.
31385
31386 2017-08-17 Florian Weimer <fweimer@redhat.com>
31387
31388 * include/sys/socket.h (__opensock): Remove internal_function.
31389 * socket/opensock.c (__opensock): Likewise.
31390 * sysdeps/unix/sysv/linux/opensock.c (__opensock): Likewise.
31391
31392 2017-08-16 Joseph Myers <joseph@codesourcery.com>
31393
31394 [BZ #21944]
31395 * signal/bits/types/__sigval_t.h: New file.
31396 * signal/Makefile (headers): Add bits/types/__sigval_t.h.
31397 * signal/bits/types/sigval_t.h: Include <bits/types/__sigval_t.h>
31398 and define sigval_t using __sigval_t.
31399 * include/bits/types/__sigval_t.h: New file.
31400 * bits/types/sigevent_t.h: Include <bits/types/__sigval_t.h>
31401 instead of <bits/types/__sigval_t.h>.
31402 (struct sigevent): Use __sigval_t instead of sigval_t.
31403 * bits/types/siginfo_t.h: Include <bits/types/__sigval_t.h>
31404 instead of <bits/types/__sigval_t.h>.
31405 (siginfo_t): Use __sigval_t instead of sigval_t.
31406 * sysdeps/unix/sysv/linux/bits/types/sigevent_t.h: Include
31407 <bits/types/__sigval_t.h> instead of <bits/types/__sigval_t.h>.
31408 (struct sigevent): Use __sigval_t instead of sigval_t.
31409 * sysdeps/unix/sysv/linux/bits/types/siginfo_t.h: Include
31410 <bits/types/__sigval_t.h> instead of <bits/types/__sigval_t.h>.
31411 (siginfo_t): Use __sigval_t instead of sigval_t.
31412 * signal/signal.h [__USE_MISC]: Include <bits/types/sigval_t.h>.
31413
31414 2017-08-16 H.J. Lu <hongjiu.lu@intel.com>
31415
31416 * NEWS: Remove "[Add new features here]" for 2.27.
31417
31418 2017-08-16 Joseph Myers <joseph@codesourcery.com>
31419
31420 * sysdeps/unix/sysv/linux/sh/localplt.data: Allow abort in
31421 libc.so.
31422
31423 2017-08-16 H.J. Lu <hongjiu.lu@intel.com>
31424
31425 * NEWS: Mention x86-64 FMA optimization.
31426
31427 2017-08-16 H.J. Lu <hongjiu.lu@intel.com>
31428
31429 [BZ #21912]
31430 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
31431 Add e_expf-fma.
31432 * sysdeps/x86_64/fpu/multiarch/e_expf-fma.S: New file.
31433 * sysdeps/x86_64/fpu/multiarch/e_expf.c: Likewise.
31434 * sysdeps/x86_64/fpu/multiarch/ifunc-fma.h: Likewise.
31435
31436 2017-08-16 Andreas Schwab <schwab@suse.de>
31437
31438 [BZ #16750]
31439 CVE-2009-5064
31440 * elf/ldd.bash.in: Never run file directly.
31441
31442 2017-08-15 H.J. Lu <hongjiu.lu@intel.com>
31443
31444 [BZ #21955]
31445 * sysdeps/x86_64/fpu/e_expf.S (L(SP_RANGE)): Aligned to 8 bytes.
31446 (L(SP_INF_0)): Likewise.
31447
31448 2017-08-15 Florian Weimer <fweimer@redhat.com>
31449
31450 * gmon/Makefile (tests-special): Add tst-gmon-prof only if
31451 run-built-tests.
31452
31453 2017-08-15 Florian Weimer <fweimer@redhat.com>
31454
31455 Remove BROKEN_THREAD_SIGNALS support for LinuxThreads.
31456 * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): Remove
31457 BROKEN_THREAD_SIGNALS code.
31458 * sysdeps/ppthread/aio_misc.h (struct waitlist, struct
31459 request_list): Remove caller_pid member used for
31460 BROKEN_THREAD_SIGNALS.
31461 [BROKEN_THREAD_SIGNALS] (__aio_notify_only): Remove declaration.
31462 * sysdeps/pthread/aio_notify.c (__aio_notify_only, __aio_notify):
31463 Remove BROKEN_THREAD_SIGNALS support.
31464 * sysdeps/pthread/aio_suspend.c (aio_suspend): Likewise.
31465 * sysdeps/pthread/lio_listio.c (lio_listio_internal): Likewise.
31466
31467 2017-08-15 Florian Weimer <fweimer@redhat.com>
31468
31469 * gmon/Makefile (tests): Add tst-gmon.
31470 (CFLAGS-tst-gmon.c, LDFLAGS-tst-gmon, CRT-tst-gmon, tst-gmon-ENV):
31471 Set.
31472 (tests-special): Add tst-gmon-prof.out.
31473 (tst-gmon.out): Depend on clean-tst-gmon-data.
31474 (clean-tst-gmon-data, tst-gmon-gprof.out): New targets.
31475 * gmon/tst-gmon.c, gmon/tst-gmon-gprof.sh: New files.
31476 * Makeconfig (+link-before-libc): Add CRT-* hook to override the
31477 startup object.
31478 * aclocal.m4 (GPROF): Set and substitute.
31479 * config.amke.in (GPROF): Set.
31480 * configure: Regenerate.
31481
31482 2017-08-15 Gustavo Romero <gromero@linux.vnet.ibm.com>
31483
31484 * elf/elf.h A (NT_PPC_TAR): New macro.
31485 (NT_PPC_PPR): Likewise.
31486 (NT_PPC_DSCR): Likewise.
31487 (NT_PPC_EBB): Likewise.
31488 (NT_PPC_PMU): Likewise.
31489 (NT_PPC_TM_CGPR): Likewise.
31490 (NT_PPC_TM_CFPR): Likewise.
31491 (NT_PPC_TM_CVMX): Likewise.
31492 (NT_PPC_TM_CVSX): Likewise.
31493 (NT_PPC_TM_SPR): Likewise.
31494 (NT_PPC_TM_CTAR): Likewise.
31495 (NT_PPC_TM_CPPR): Likewise.
31496 (NT_PPC_TM_CDSCR): Likewise.
31497
31498 2017-08-15 Florian Weimer <fweimer@redhat.com>
31499
31500 * sysdeps/i386/machine-gmon.h (mcount_internal): Declare with
31501 regparm (2) instead of internal_function.
31502 (_MCOUNT_DECL): Adjust.
31503
31504 2017-08-15 Stefan Liebler <stli@linux.vnet.ibm.com>
31505
31506 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add z14.
31507 * sysdeps/s390/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increased.
31508
31509 2017-08-14 Joseph Myers <joseph@codesourcery.com>
31510
31511 * conform/data/sys/wait.h-data (si_value): Do not expect for
31512 XPG42.
31513
31514 2017-08-14 Florian Weimer <fweimer@redhat.com>
31515
31516 [BZ #21962]
31517 NSS: Create stubs for accidentally exported lookup functions.
31518 * grp/initgroups.c (__nss_group_lookup, __nss_lookup_function):
31519 Remove declaration.
31520 * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
31521 (ether_hostton): Call __nss_ethers_lookup2 instead.
31522 * inet/ether_ntoh.c (__nss_ethers_lookup): Remove declaration.
31523 (ether_ntohost): Call __nss_ethers_lookup2 instead.
31524 * inet/getnetgrent_r.c (__nss_netgroup_lookup): Remove declaration.
31525 (setup): Call __nss_netgroup_lookup2 instead.
31526 * nss/Makefile (routines): Add compat-lookup.
31527 * nss/Versions (GLIBC_2.27): Add symbol version.
31528 * nss/XXX-lookup (DB_LOOKUP_FCT): Remove declaration. Now provided by <nsswitch.h>.
31529 (DB_COMPAT_FCT): Remove.
31530 * nss/compat-lookup.c: New file.
31531 * nss/nsswitch.h: Generate __nss_*_lookup2 function prototypes
31532 from databases.def.
31533 * nss/service-lookup.c (NO_COMPAT): Remove definition.
31534 * sunrpc/netname.c (__nss_publickey_lookup): Remove declaration.
31535 (netname2user): Call __nss_publickey_lookup2 instead.
31536 * sunrpc/publickey.c (__nss_publickey_lookup): Remove declaration.
31537 (getpublickey, getsecretkey): Call __nss_publickey_lookup2
31538 instead.
31539
31540 2017-08-14 Adhemerval Zanella <adhemerval.zanella@linaro.org>
31541 Sergei Trofimovich <slyfox@inbox.ru>
31542
31543 [BZ #21908]
31544 * sysdeps/unix/sysv/linux/m68k/mmap_internal.h (MMAP2_PAGE_SHIFT):
31545 Rename to MMAP2_PAGE_UNIT.
31546 * sysdeps/unix/sysv/linux/mmap.c: Include mmap_internal iff
31547 __OFF_T_MATCHES_OFF64_T is not defined.
31548 * sysdeps/unix/sysv/linux/mmap_internal.h (page_unit): Declare as
31549 uint64_t.
31550 (MMAP2_PAGE_UNIT) [MMAP2_PAGE_UNIT == -1]: Redefine to page_unit.
31551 (page_unit) [MMAP2_PAGE_UNIT != -1]: Remove definition.
31552
31553 2017-08-14 Florian Weimer <fweimer@redhat.com>
31554
31555 i386: Do not set internal_function.
31556 * config.h.in (USE_REGPARMS, internal_function): Remove.
31557 * sysdeps/i386/configure.ac (USE_REGPARMS): Likewise.
31558 * sysdeps/i386/configure (USE_REGPARMS): Likewise.
31559
31560 2017-08-14 Florian Weimer <fweimer@redhat.com>
31561
31562 * elf/dl-init.c (_dl_init): Remove internal_function.
31563 * sysdeps/generic/ldsodefs.h (_dl_init): Likewise.
31564 * sysdeps/i386/dl-machine.h (RTLD_START): Adjust call to _dl_init.
31565
31566 2017-08-14 Florian Weimer <fweimer@redhat.com>
31567
31568 * elf/rtld.c (_dl_start): Remove internal_function.
31569 * sysdeps/i386/dl-machine.h (RTLD_START): Adjust call to
31570 _dl_start.
31571
31572 2017-08-14 Florian Weimer <fweimer@redhat.com>
31573
31574 * elf/dl-fini.c (_dl_fini): Remove internal_function
31575 * sysdeps/generic/ldsodefs.h (_dl_fini): Likewise.
31576
31577 2017-08-14 H.J. Lu <hongjiu.lu@intel.com>
31578
31579 * sysdeps/x86/cpu-features.h (bit_cpu_IBT): New.
31580 (bit_cpu_SHSTK): Likewise.
31581 (index_cpu_IBT): Likewise.
31582 (index_cpu_SHSTK): Likewise.
31583 (reg_IBT): Likewise.
31584 (reg_SHSTK): Likewise.
31585 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
31586 Handle index_cpu_IBT and index_cpu_SHSTK.
31587
31588 2017-08-14 Mike FABIAN <mfabian@redhat.com>
31589
31590 [BZ #19982]
31591 * po/fr.po: Fix spelling mistake.
31592
31593 2017-08-13 Florian Weimer <fweimer@redhat.com>
31594
31595 * elf/dl-addr.c (_dl_addr): Remove internal_function.
31596 * elf/dl-error-skeleton.c (_dl_signal_error, _dl_signal_cerror)
31597 (_dl_catch_error, _dl_receive_error): Likewise.
31598 * elf/dl-open.c (_dl_find_dso_for_object): Likewise.
31599 * elf/dl-tls.c (_dl_allocate_tls_init, _dl_allocate_tls)
31600 (_dl_deallocate_tls): Likewise.
31601 * include/dlfcn.h (_dl_addr): Likewise.
31602 * sysdeps/generic/ldsodefs.h (_dl_signal_error, _dl_signal_cerror)
31603 (_dl_catch_error, _dl_receive_error, _dl_find_dso_for_object)
31604 (_dl_allocate_tls_init, _dl_allocate_tls, _dl_deallocate_tls):
31605 Likewise.
31606
31607 2017-08-13 Florian Weimer <fweimer@redhat.com>
31608
31609 * include/stdlib.h: (__strtof_nan, __strtod_nan, __strtold_nan)
31610 (__wcstof_nan, __wcstod_nan, __wcstold_nan): Remove
31611 internal_function.
31612 * stdlib/sttod_nan_main.c (STRTOD_NAN): Likewise.
31613
31614 2017-08-13 Florian Weimer <fweimer@redhat.com>
31615
31616 * elf/dl-support.c (_dl_make_stack_executable_hook): Remove
31617 internal_function.
31618 * nptl/allocatestack.c (__make_stacks_executable): Likewise.
31619 * nptl/pthreadP.h (__make_stacks_executable): Likewise.
31620 * sysdeps/generic/ldsodefs.h (_rtld_global): Remove
31621 internal_function from _dl_make_stack_executable_hook member.
31622 (_dl_make_stack_executable): Remove internal_function.
31623 * sysdeps/mach/hurd/dl-execstack.c (_dl_make_stack_executable):
31624 Likewise.
31625 * sysdeps/unix/sysv/linux/dl-execstack.c
31626 (_dl_make_stack_executable): Likewise.
31627
31628 2017-08-13 Florian Weimer <fweimer@redhat.com>
31629
31630 * sysdeps/unix/sysv/linux/netlinkaccess.h
31631 (__netlink_assert_response): Remove internal_function.
31632 * sysdeps/unix/sysv/linux/netlink_assert_response.c
31633 (__netlink_assert_response): Likewise.
31634
31635 2017-08-13 Florian Weimer <fweimer@redhat.com>
31636
31637 * include/rpc/pmap_clnt.h (__libc_rpc_getport): Remove
31638 internal_function.
31639 * sunrpoc/pm_getport.c (__libc_rpc_getport): Likewise.
31640
31641 2017-08-13 Florian Weimer <fweimer@redhat.com>
31642
31643 * grp/grp-merge.h (__copy_grp, __merge_grp): Remove
31644 internal_function.
31645 * grp/grp-merge.c (__copy_grp, __merge_grp): Likewise.
31646 * inet/netgroup.h (__internal_setnetgrent)
31647 (__internal_endnetgrent,__internal_getnetgrent_r): Likewise.
31648 * inet/getnetgrent_r.c (__internal_setnetgrent)
31649 (__internal_endnetgrent,__internal_getnetgrent_r): Likewise.
31650 * nss/XXX-lookup.c (DB_LOOKUP_FCT, DB_COMPAT_FCT): Likewise.
31651 * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Likewise.
31652 * nss/getXXent_r.c (DB_LOOKUP_FCT): Likewise.
31653 * nss/nsswitch.h (db_lookup_function): Likewise.
31654
31655 2017-08-13 Florian Weimer <fweimer@redhat.com>
31656
31657 * debug/fortify_fail.c (__fortify_fail, __fortify_fail_abort):
31658 Remove internal_function.
31659 * include/stdio.h (__fortify_fail, __fortify_fail_abort): Likewise.
31660 * sysdeps/mach/hurd/i386/____longjmp_chk.S (CALL_FAIL): Pass
31661 message argument on the stack.
31662 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S (CALL_FAIL):
31663 Likeweise.
31664
31665 2017-08-12 Mike FABIAN <mfabian@redhat.com>
31666
31667 Adapt test case data to the changes in the thousands
31668 separators.
31669
31670 [BZ #20756]
31671 * localedata/tst-langinfo.sh: Adapt test case data.
31672 * stdlib/tst-strfmon_l.c: Likewise.
31673 * stdlib/tst-strtod4.c: Likewise.
31674 * stdlib/tst-strtod5i.c: Likewise.
31675
31676 2017-08-11 Florian Weimer <fweimer@redhat.com>
31677
31678 [BZ #21242]
31679 * assert/assert.h [__GNUC__ && !__STRICT_ANSI__] (assert):
31680 Suppress pedantic warning resulting from statement expression.
31681 (__ASSERT_FUNCTION): Add missing __extension__.
31682
31683 2017-08-11 Siddhesh Poyarekar <siddhesh@sourceware.org>
31684
31685 * benchtests/bench-memmove-large.c: Print output in JSON
31686 format.
31687 * benchtests/bench-memmove.c: Likewise.
31688
31689 * benchtests/bench-memccpy.c (do_one_test): Remove checks.
31690 * benchtests/bench-memchr.c (do_one_test): Likewise.
31691 * benchtests/bench-memcpy-large.c (do_one_test): Likewise.
31692 * benchtests/bench-memcpy.c (do_one_test): Likewise.
31693 * benchtests/bench-memmove-large.c (do_one_test): Likewise.
31694 * benchtests/bench-memmove.c (do_one_test): Likewise.
31695 * benchtests/bench-memset-large.c (do_one_test): Likewise.
31696 * benchtests/bench-memset.c (do_one_test): Likewise.
31697 * benchtests/bench-string.h (test_init): Remove memsets.
31698
31699 2017-08-10 Rical Jasan <ricaljasan@pacific.net>
31700
31701 * manual/lang.texi
31702 (Computing the Width of an Integer Data Type): Rename section to
31703 "Width of an Integer Type". Remove inaccurate statement regarding
31704 lack of C language facilities for determining width of integer
31705 types, and reorder content to improve flow and context of
31706 discussion.
31707
31708 2017-08-10 Rical Jasan <ricaljasan@pacific.net>
31709
31710 * lang.texi (va_copy): Change standard from ISO to C99.
31711 (__va_copy): Add standard and header annotation.
31712 Update description for clarity of origins and current use.
31713
31714 2017-08-10 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
31715
31716 [BZ #21941]
31717 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrtf128): Since
31718 xssqrtqp requires operands to be in Vector Registers
31719 (Altivec/VMX), replace the register constraint 'wq' with 'v'.
31720 * sysdeps/powerpc/powerpc64le/power9/fpu/e_sqrtf128.c
31721 (__ieee754_sqrtf128): Likewise.
31722
31723 2017-08-10 Wilco Dijkstra <wdijkstr@arm.com>
31724
31725 * sysdeps/aarch64/memcmp.S (memcmp):
31726 Rewrite of optimized memcmp.
31727
31728 2017-08-10 Florian Weimer <fweimer@redhat.com>
31729
31730 Introduce ld.so exceptions.
31731 * sysdeps/generic/ldsodefs.h (struct dl_exception): Define.
31732 (_dl_exception_create, _dl_exception_create_format)
31733 (_dl_exception_free, _dl_signal_exception, _dl_signal_cexception)
31734 (_dl_catch_exception): Declare.
31735 (_dl_catch_error): Update comment.
31736 * elf/dl-error-skeleton.c (struct catch): Replace objname,
31737 errstring, malloced members with exception member.
31738 (_dl_out_of_memory): Remove.
31739 (fatal_error): New function, extracted from _dl_signal_error.
31740 (_dl_signal_exception, _dl_signal_cexception): New functions.
31741 (_dl_signal_error): Call _dl_exception_create to allocate an
31742 exception object.
31743 (_dl_catch_exception): New function, based on _dl_catch_error.
31744 (_dl_catch_error): Implement using _dl_catch_exception.
31745 * elf/dl-exception.c: New file.
31746 * elf/Makefile (dl-routines): Add dl-exception.
31747 (elide-routines.os): Likewise.
31748 * elf/Version (ld/GLIBC_PRIVATE): Add _dl_exception_create,
31749 _dl_exception_create_format, _dl_exception_free.
31750 * elf/dl-deps.c (_dl_map_object_deps): Use _dl_catch_exception and
31751 _dl_signal_exception.
31752 * elf/dl-lookup.c (make_string): Remove.
31753 (_dl_lookup_symbol_x): Use _dl_exception_create_format,
31754 _dl_signal_cexception, _dl_exception_free.
31755 * elf/dl-open.c (_dl_open): Use _dl_catch_exception and
31756 _dl_signal_exception.
31757 * elf/dl-sym.c (do_sym): Likewise.
31758 * elf/dl-version.c (make_string): Remove.
31759 (match_symbol): Use _dl_exception_create_format,
31760 _dl_signal_cexception, _dl_exception_free.
31761 (_dl_check_map_versions): Likewise.
31762 * sysdeps/generic/localplt.data (ld.so): Add _dl_signal_exception,
31763 _dl_catch_exception.
31764 * sysdeps/unix/sysv/linux/aarch64/localplt.data (ld.so): Likewise.
31765 * sysdeps/unix/sysv/linux/alpha/localplt.data (ld.so): Likewise.
31766 * sysdeps/unix/sysv/linux/arm/localplt.data (ld.so): Likewise.
31767 * sysdeps/unix/sysv/linux/hppa/localplt.data (ld.so): Likewise.
31768 * sysdeps/unix/sysv/linux/i386/localplt.data (ld.so): Likewise.
31769 * sysdeps/unix/sysv/linux/ia64/localplt.data (ld.so): Likewise.
31770 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Likewise.
31771 * sysdeps/unix/sysv/linux/microblaze/localplt.data (ld.so):
31772 Likewise.
31773 * sysdeps/unix/sysv/linux/nios2/localplt.data (ld.so): Likewise.
31774 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data
31775 (ld.so): Likewise.
31776 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data
31777 (ld.so): Likewise.
31778 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data (ld.so):
31779 Likewise.
31780 * sysdeps/unix/sysv/linux/s390/localplt.data (ld.so): Likewise.
31781 * sysdeps/unix/sysv/linux/sh/localplt.data (ld.so): Likewise.
31782 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data (ld.so):
31783 Likewise.
31784 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data (ld.so):
31785 Likewise.
31786 * sysdeps/x86_64/localplt.data (ld.so): Likewise.
31787
31788 2017-08-10 Florian Weimer <fweimer@redhat.com>
31789
31790 * inet/net-internal.h (__inet6_scopeid_pton): Remove
31791 attribute_hidden, internal_function.
31792 * inet/inet6_scopeid_pton.c (__inet6_scopeid_pton): Remove
31793 internal_function.
31794
31795 2017-08-10 Florian Weimer <fweimer@redhat.com>
31796
31797 * malloc/malloc.c (get_max_fast): Reimplement as an inline
31798 function which calls __builtin_unreachable.
31799
31800 2017-08-10 Mike FABIAN <mfabian@redhat.com>
31801
31802 * stdlib/tst-strfmon_l.c: Fix test cases to agree with the changes in
31803 Indian monetary formatting
31804 * stdlib/Makefile: Adapt list of locales needed for the tst-strfmon_l.c
31805 test cases.
31806
31807 2017-08-09 Dmitry V. Levin <ldv@altlinux.org>
31808
31809 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h (enum __ptrace_request):
31810 Fix typo in comment.
31811
31812 [BZ #21928]
31813 * sysdeps/unix/sysv/linux/sys/ptrace.h (enum __ptrace_flags,
31814 PTRACE_SEIZE_DEVEL): Remove.
31815 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h: Likewise.
31816 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
31817 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
31818 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
31819 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
31820
31821 2017-08-09 Joseph Myers <joseph@codesourcery.com>
31822
31823 * posix/bits/types.h (__qaddr_t): Remove.
31824
31825 [BZ #21457]
31826 * sysdeps/arm/sys/ucontext.h (__ctx): Move undefine further down.
31827 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
31828 __glibc_reserved1.
31829 * sysdeps/generic/sys/ucontext.h (__ctx): New macro.
31830 (ucontext_t): Use __ctx with uc_flags.
31831 * sysdeps/i386/sys/ucontext.h (__ctx): Move undefine further down.
31832 (__ctxt): Likewise.
31833 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
31834 __glibc_reserved1.
31835 * sysdeps/m68k/sys/ucontext.h (__ctx): Move undefine further down.
31836 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
31837 __glibc_reserved1.
31838 * sysdeps/mips/sys/ucontext.h (__ctx): Move undefine further down.
31839 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
31840 __glibc_reserved1.
31841 * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h (__ctx): New
31842 macro.
31843 (ucontext_t): Use __ctx with uc_flags.
31844 * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (__ctx): New macro.
31845 (ucontext_t): Use __ctx with uc_flags.
31846 * sysdeps/unix/sysv/linux/arm/sys/ucontext.h (__ctx): New macro.
31847 (ucontext_t): Use __ctx with uc_flags and uc_regspace.
31848 * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h (__ctx): New macro.
31849 (ucontext_t): Use __ctx with uc_flags.
31850 * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h (__ctx): Move
31851 undefine further down.
31852 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
31853 __glibc_reserved1.
31854 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (__ctx): Move
31855 undefine further down.
31856 (ucontext_t): Use __ctx with uc_flags.
31857 * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h (__ctx): Move
31858 undefine further down.
31859 (ucontext_t): Use __ctx with uc_flags.
31860 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext_t): Use
31861 __ctx with uc_flags, uc_regs_ptr, uc_regs and uc_reg_space.
31862 Rename uc_pad to __glibc_reserved1.
31863 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__ctx): Move
31864 undefine further down.
31865 (ucontext_t): Use __ctx with uc_flags.
31866 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h (__ctx): Move undefine
31867 further down.
31868 (ucontext_t): Use __ctx with uc_flags.
31869 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (ucontext_t): Use
31870 __ctx with uc_flags.
31871 * sysdeps/unix/sysv/linux/tile/sys/ucontext.h (__ctx): New macro.
31872 (ucontext_t): Use __ctx with uc_flags.
31873 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h (ucontext_t): Use
31874 __ctx with uc_flags.
31875
31876 2017-08-09 Florian Weimer <fweimer@redhat.com>
31877
31878 [BZ #21932]
31879 * nss/getXXbyYY_r.c (REENTRANT_NAME): Call __resolv_context_put
31880 before early return.
31881
31882 2017-08-09 Andreas Schwab <schwab@suse.de>
31883
31884 [BZ #21041]
31885 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Update reference to
31886 renamed alias.
31887
31888 [BZ #21041]
31889 * nptl/Makefile (tests) [$(build-shared) = yes]: Add
31890 tst-compat-forwarder.
31891 (modules-names): Add tst-compat-forwarder-mod.
31892 ($(objpfx)tst-compat-forwarder): Depend on
31893 $(objpfx)tst-compat-forwarder-mod.so.
31894 * nptl/tst-compat-forwarder.c: New file.
31895 * nptl/tst-compat-forwarder-mod.c: New file.
31896
31897 2017-08-09 Siddhesh Poyarekar <siddhesh@sourceware.org>
31898
31899 * sysdeps/aarch64/multiarch/memcpy_falkor.S: Fix code style in
31900 comments.
31901
31902 * manual/tunables.texi (Tunable glibc.tune.cpu): Add falkor.
31903 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines): Add
31904 memcpy_falkor.
31905 * sysdeps/aarch64/multiarch/ifunc-impl-list.c (MAX_IFUNC):
31906 Bump.
31907 (__libc_ifunc_impl_list): Add __memcpy_falkor.
31908 * sysdeps/aarch64/multiarch/memcpy.c: Likewise.
31909 * sysdeps/aarch64/multiarch/memcpy_falkor.S: New file.
31910 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
31911 Add falkor.
31912 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_FALKOR):
31913 New macro.
31914
31915 2017-08-08 Adhemerval Zanella <adhemerval.zanella@linaro.org>
31916
31917 [BZ #759]
31918 * manual/setjmp.texi (getcontex): Document uc_stack value
31919 compatibility differences.
31920
31921 2017-08-08 Joseph Myers <joseph@codesourcery.com>
31922
31923 * malloc/mcheck.c (old_free_hook): Use void * instead of __ptr_t.
31924 (old_malloc_hook): Likewise.
31925 (old_memalign_hook): Likewise.
31926 (old_realloc_hook): Likewise.
31927 (struct hdr): Likewise.
31928 (flood): Likewise.
31929 (freehook): Likewise.
31930 (mallochook): Likewise.
31931 (memalignhook): Likewise.
31932 (reallochook): Likewise.
31933 (mprobe): Likewise.
31934 * malloc/mtrace.c (mallwatch): Likewise.
31935 (tr_old_free_hook): Likewise.
31936 (tr_old_malloc_hook): Likewise.
31937 (tr_old_realloc_hook): Likewise.
31938 (tr_old_memalign_hook): Likewise.
31939 (tr_where): Likewise.
31940 (lock_and_info): Likewise.
31941 (tr_freehook): Likewise.
31942 (tr_mallochook): Likewise.
31943 (tr_reallochook): Likewise.
31944 (tr_memalignhook): Likewise.
31945 * misc/err.h [!__GNUC_VA_LIST] (__gnuc_va_list): Likewise.
31946 * misc/mmap.c (__mmap): Likewise.
31947 * misc/mmap64.c (__mmap64): Likewise.
31948 * misc/mprotect.c (__mprotect): Likewise.
31949 * misc/msync.c (msync): Likewise.
31950 * misc/munmap.c (__munmap): Likewise.
31951 * posix/posix_madvise.c (posix_madvise): Likewise.
31952 * socket/send.c (__send): Likewise.
31953 * socket/sendto.c (__sendto): Likewise.
31954 * socket/setsockopt.c (__setsockopt): Likewise.
31955 * string/memcmp.c (__ptr_t): Remove macro.
31956 (MEMCMP): Use void * instead of ptr_t.
31957 * string/memrchr.c (__ptr_t): Remove macro.
31958 (__memrchr): Use void * instead of ptr_t.
31959 * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Likewise.
31960 * sysdeps/mach/hurd/mmap.c (__mmap): Likewise.
31961 * sysdeps/mach/hurd/mmap64.c (__mmap64): Likewise.
31962 * sysdeps/mach/mprotect.c (__mprotect): Likewise.
31963 * sysdeps/mach/msync.c (msync): Likewise.
31964 * sysdeps/mach/munmap.c (__munmap): Likewise.
31965 * sysdeps/mips/bits/setjmp.h (struct __jmp_buf_internal_tag):
31966 Likewise.
31967 * sysdeps/posix/getcwd.c (__getcwd): Likewise.
31968 * sysdeps/powerpc/powerpc32/memset.S (memset): Likewise.
31969 * sysdeps/powerpc/powerpc32/power4/memcpy.S (memcpy): Likewise.
31970 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Likewise.
31971 * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Likewise.
31972 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
31973 * sysdeps/powerpc/powerpc32/power7/memcpy.S (memcpy): Likewise.
31974 * sysdeps/powerpc/powerpc32/power7/mempcpy.S (__mempcpy):
31975 Likewise.
31976 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
31977 * sysdeps/powerpc/powerpc64/memcpy.S (memcpy): Likewise.
31978 * sysdeps/powerpc/powerpc64/memset.S (memset): Likewise.
31979 * sysdeps/powerpc/powerpc64/power4/memcpy.S (memcpy): Likewise.
31980 * sysdeps/powerpc/powerpc64/power4/memset.S (memset): Likewise.
31981 * sysdeps/powerpc/powerpc64/power6/memcpy.S (memcpy): Likewise.
31982 * sysdeps/powerpc/powerpc64/power6/memset.S (memset): Likewise.
31983 * sysdeps/powerpc/powerpc64/power7/memcpy.S (memcpy): Likewise.
31984 * sysdeps/powerpc/powerpc64/power7/mempcpy.S (__mempcpy):
31985 Likewise.
31986 * sysdeps/powerpc/powerpc64/power7/memset.S (memset): Likewise.
31987 * sysdeps/powerpc/powerpc64/power8/memset.S (memset): Likewise.
31988 * sysdeps/tile/memcmp.c (__ptr_t): Remove macro.
31989 (MEMCMP): Use void * instead of ptr_t.
31990 * sysdeps/unix/sysv/linux/alpha/oldglob.c (old_glob_t): Likewise.
31991 * sysdeps/unix/sysv/linux/mmap.c (__mmap): Likewise.
31992
31993 2017-08-08 Florian Weimer <fweimer@redhat.com>
31994
31995 * sysdeps/posix/getaddrinfo.c (gaih_inet): Remove unreachable
31996 return statement.
31997
31998 2017-08-08 H.J. Lu <hongjiu.lu@intel.com>
31999
32000 [BZ #21913]
32001 * csu/libc-tls.c: Include <startup.h> first.
32002 (__libc_setup_tls): Call _startup_fatal instead of __libc_fatal.
32003 * elf/dl-tunables.c: Include <startup.h> first.
32004 * include/libc-symbols.h (BUILD_PIE_DEFAULT): New.
32005 * sysdeps/generic/startup.h: New file.
32006 * sysdeps/unix/sysv/linux/i386/startup.h: Likewise.
32007 * sysdeps/unix/sysv/linux/i386/brk.c [BUILD_PIE_DEFAULT != 0]
32008 (I386_USE_SYSENTER): New. Defined to 0.
32009
32010 2017-08-08 Andreas Schwab <schwab@suse.de>
32011
32012 [BZ #21041]
32013 * nptl/pt-longjmp.c (longjmp, siglongjmp): Don't use IFUNC resolver.
32014 * nptl/pt-system.c (system): Likewise.
32015
32016 2017-08-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
32017
32018 [BZ #21780]
32019 * sysdeps/posix/preadv2.c (preadv2): Use ENOTSUP instead of
32020 EOPNOTSUPP.
32021 * sysdeps/posix/preadv64v2.c (preadv64v2): Likewise.
32022 * sysdeps/posix/pwritev2.c (pwritev2): Likewise.
32023 * sysdeps/posix/pwritev64v2.c (pwritev64v2): Likewise.
32024 * sysdeps/unix/sysv/linux/preadv2.c (preadv2): Likewise.
32025 * sysdeps/unix/sysv/linux/preadv64v2.c (preadv64v2): Likewise.
32026 * sysdeps/unix/sysv/linux/pwritev2.c (pwritev2): Likewise.
32027 * sysdeps/unix/sysv/linux/pwritev64v2.c (pwritev64v2): Likewise.
32028
32029 2017-08-07 Joseph Myers <joseph@codesourcery.com>
32030
32031 [BZ #21899]
32032 * bits/sigaction.h (struct sigaction): Define sa_handler and
32033 sa_sigaction using union also for [__USE_XOPEN_EXTENDED].
32034 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32035 [__USE_XOPEN_EXTENDED].
32036 (SA_RESTART): Likewise.
32037 (SA_NODEFER): Likewise.
32038 (SA_RESETHAND): Likewise.
32039 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h
32040 (struct sigaction): Define sa_handler and sa_sigaction using union
32041 also for [__USE_XOPEN_EXTENDED].
32042 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32043 [__USE_XOPEN_EXTENDED].
32044 (SA_RESTART): Likewise.
32045 (SA_NODEFER): Likewise.
32046 (SA_RESETHAND): Likewise.
32047 * sysdeps/unix/sysv/linux/bits/sigaction.h
32048 (struct sigaction): Define sa_handler and sa_sigaction using union
32049 also for [__USE_XOPEN_EXTENDED].
32050 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32051 [__USE_XOPEN_EXTENDED].
32052 (SA_RESTART): Likewise.
32053 (SA_NODEFER): Likewise.
32054 (SA_RESETHAND): Likewise.
32055 * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h
32056 (struct sigaction): Define sa_handler and sa_sigaction using union
32057 also for [__USE_XOPEN_EXTENDED].
32058 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32059 [__USE_XOPEN_EXTENDED].
32060 (SA_RESTART): Likewise.
32061 (SA_NODEFER): Likewise.
32062 (SA_RESETHAND): Likewise.
32063 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h
32064 (struct sigaction): Define sa_handler and sa_sigaction using union
32065 also for [__USE_XOPEN_EXTENDED].
32066 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32067 [__USE_XOPEN_EXTENDED].
32068 (SA_RESTART): Likewise.
32069 (SA_NODEFER): Likewise.
32070 (SA_RESETHAND): Likewise.
32071 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
32072 (struct sigaction): Define sa_handler and sa_sigaction using union
32073 also for [__USE_XOPEN_EXTENDED].
32074 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32075 [__USE_XOPEN_EXTENDED].
32076 (SA_RESTART): Likewise.
32077 (SA_NODEFER): Likewise.
32078 (SA_RESETHAND): Likewise.
32079 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
32080 (struct sigaction): Define sa_handler and sa_sigaction using union
32081 also for [__USE_XOPEN_EXTENDED].
32082 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32083 [__USE_XOPEN_EXTENDED].
32084 (SA_RESTART): Likewise.
32085 (SA_NODEFER): Likewise.
32086 (SA_RESETHAND): Likewise.
32087 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
32088 (struct sigaction): Define sa_handler and sa_sigaction using union
32089 also for [__USE_XOPEN_EXTENDED].
32090 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32091 [__USE_XOPEN_EXTENDED].
32092 (SA_RESTART): Likewise.
32093 (SA_NODEFER): Likewise. Define directly rather than as alias.
32094 (SA_RESETHAND): Likewise.
32095 (SA_INTERRUPT): Define only for [__USE_MISC].
32096 (SA_NOMASK): Define as alias of SA_NODEFER, only for [__USE_MISC].
32097 (SA_ONESHOT): Define as alias of SA_RESETHAND, only for
32098 [__USE_MISC].
32099 (SA_STACK): Define only for [__USE_MISC].
32100 * sysdeps/unix/sysv/linux/tile/bits/sigaction.h
32101 (struct sigaction): Define sa_handler and sa_sigaction using union
32102 also for [__USE_XOPEN_EXTENDED].
32103 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32104 [__USE_XOPEN_EXTENDED].
32105 (SA_RESTART): Likewise.
32106 (SA_NODEFER): Likewise.
32107 (SA_RESETHAND): Likewise.
32108 (SA_NOPTRACE): Define only for [__USE_MISC].
32109
32110 * catgets/catgets.c (catgets): Use uintN_t instead of u_intN_t.
32111 * catgets/catgetsinfo.h (struct catalog_obj): Likewise.
32112 (struct catalog_info): Likewise.
32113 * inet/htontest.c (lo): Likewise.
32114 (foo): Likewise.
32115 * inet/inet_lnaof.c (inet_lnaof): Likewise.
32116 * inet/inet_net.c (inet_network): Likewise.
32117 * inet/inet_netof.c (inet_netof): Likewise.
32118 * inet/rcmd.c (__ivaliduser): Likewise.
32119 (iruserok): Likewise.
32120 * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
32121 * locale/programs/locale-spec.c (locale_special): Likewise.
32122 * nis/nis_findserv.c (struct findserv_req): Likewise.
32123 (__nis_findfastest_with_timeout): Likewise.
32124 * nss/test-netdb.c (test_network): Likewise.
32125 * resolv/inet_neta.c (inet_neta): Likewise.
32126 * resolv/ns_date.c (ns_datetosecs): Likewise.
32127 (SECS_PER_DAY): Likewise.
32128 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r):
32129 Likewise.
32130 * resolv/res_comp.c (__putlong): Likewise.
32131 (__putshort): Likewise.
32132 (_getlong): Likewise.
32133 (_getshort): Likewise.
32134 * resolv/res_debug.c (p_time): Likewise.
32135 (precsize_ntoa): Likewise.
32136 (precsize_aton): Likewise.
32137 (latlon2ul): Likewise.
32138 (loc_aton): Likewise.
32139 (loc_ntoa): Likewise.
32140 * resolv/res_hconf.c (struct netaddr): Likewise.
32141 (_res_hconf_reorder_addrs): Likewise.
32142 * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
32143 (clnttcp_control): Likewise.
32144 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
32145 (clntudp_control): Likewise.
32146 * sunrpc/clnt_unix.c (clntunix_call): Likewise.
32147 (clntunix_control): Likewise.
32148 * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
32149 * sunrpc/rpc/auth.h (union des_block): Likewise.
32150 * sunrpc/tst-udp-nonblocking.c (do_test): Likewise.
32151 * sunrpc/xdr_rec.c (struct rec_strm): Likewise.
32152 (xdrrec_create): Likewise.
32153 (xdrrec_endofrecord): Likewise.
32154 (flush_out): Likewise.
32155 * sunrpc/xdr_stdio.c (xdrstdio_getlong): Likewise.
32156 (xdrstdio_putlong): Likewise.
32157 * sysdeps/unix/sysv/linux/errqueue.h (struct sock_extended_err):
32158 Likewise.
32159
32160 * misc/sys/cdefs.h (__long_double_t): Remove.
32161 * stdio-common/printf_fp.c (__printf_fp_l): Use long double
32162 instead of __long_double_t,
32163 * stdlib/strfmon_l.c (__vstrfmon_l): Likewise.
32164
32165 2017-08-07 Siddhesh Poyarekar <siddhesh@sourceware.org>
32166
32167 * benchtests/scripts/compare_strings.py: Avoid display error when
32168 running on a text terminal.
32169
32170 * benchtests/scripts/compare_strings.py (main): Add an
32171 optional -base option.
32172 (process_results): New argument base_func.
32173
32174 * benchtests/bench-memcpy.c (test_main): Use TEST_NAME instead of
32175 hardcoding memcpy.
32176 * benchtests/bench-memcpy-large.c (test_name): Likewise.
32177 * benchtests/bench-memcpy-random.c (test_name): Likewise.
32178
32179 2017-08-07 Andreas Schwab <schwab@suse.de>
32180
32181 * elf/Makefile ($(objpfx)tst-pathopt.out): Redirect output to target.
32182 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
32183 * intl/Makefile ($(objpfx)tst-gettext.out)
32184 ($(objpfx)tst-translit.out, $(objpfx)tst-gettext2.out)
32185 ($(objpfx)tst-gettext4.out, $(objpfx)tst-gettext6.out): Likewise.
32186 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
32187 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
32188 * nptl/Makefile ($(objpfx)tst-tls6.out): Likewise.
32189 * posix/Makefile ($(objpfx)globtest.out)
32190 ($(objpfx)wordexp-tst.out, $(objpfx)tst-getconf.out): Likewise.
32191 * stdio-common/Makefile ($(objpfx)tst-unbputc.out)
32192 ($(objpfx)tst-printf.out): Likewise.
32193 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out)
32194 ($(objpfx)tst-setcontext3.out): Likewise.
32195
32196 2017-08-07 H.J. Lu <hongjiu.lu@intel.com>
32197
32198 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
32199 Add e_exp-fma, e_log-fma, e_pow-fma, s_atan-fma, e_asin-fma,
32200 e_atan2-fma, s_sin-fma, s_tan-fma, mplog-fma, mpa-fma,
32201 slowexp-fma, slowpow-fma, sincos32-fma, doasin-fma, dosincos-fma,
32202 halfulp-fma, mpexp-fma, mpatan2-fma, mpatan-fma, mpsqrt-fma,
32203 and mptan-fma.
32204 (CFLAGS-doasin-fma.c): New.
32205 (CFLAGS-dosincos-fma.c): Likewise.
32206 (CFLAGS-e_asin-fma.c): Likewise.
32207 (CFLAGS-e_atan2-fma.c): Likewise.
32208 (CFLAGS-e_exp-fma.c): Likewise.
32209 (CFLAGS-e_log-fma.c): Likewise.
32210 (CFLAGS-e_pow-fma.c): Likewise.
32211 (CFLAGS-halfulp-fma.c): Likewise.
32212 (CFLAGS-mpa-fma.c): Likewise.
32213 (CFLAGS-mpatan-fma.c): Likewise.
32214 (CFLAGS-mpatan2-fma.c): Likewise.
32215 (CFLAGS-mpexp-fma.c): Likewise.
32216 (CFLAGS-mplog-fma.c): Likewise.
32217 (CFLAGS-mpsqrt-fma.c): Likewise.
32218 (CFLAGS-mptan-fma.c): Likewise.
32219 (CFLAGS-s_atan-fma.c): Likewise.
32220 (CFLAGS-sincos32-fma.c): Likewise.
32221 (CFLAGS-slowexp-fma.c): Likewise.
32222 (CFLAGS-slowpow-fma.c): Likewise.
32223 (CFLAGS-s_sin-fma.c): Likewise.
32224 (CFLAGS-s_tan-fma.c): Likewise.
32225 * sysdeps/x86_64/fpu/multiarch/doasin-fma.c: New file.
32226 * sysdeps/x86_64/fpu/multiarch/dosincos-fma.c: Likewise.
32227 * sysdeps/x86_64/fpu/multiarch/e_asin-fma.c: Likewise.
32228 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma.c: Likewise.
32229 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c: Likewise.
32230 * sysdeps/x86_64/fpu/multiarch/e_log-fma.c: Likewise.
32231 * sysdeps/x86_64/fpu/multiarch/e_pow-fma.c: Likewise.
32232 * sysdeps/x86_64/fpu/multiarch/halfulp-fma.c: Likewise.
32233 * sysdeps/x86_64/fpu/multiarch/ifunc-avx-fma4.h: Likewise.
32234 * sysdeps/x86_64/fpu/multiarch/ifunc-fma4.h: Likewise.
32235 * sysdeps/x86_64/fpu/multiarch/mpa-fma.c: Likewise.
32236 * sysdeps/x86_64/fpu/multiarch/mpatan-fma.c: Likewise.
32237 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma.c: Likewise.
32238 * sysdeps/x86_64/fpu/multiarch/mpexp-fma.c: Likewise.
32239 * sysdeps/x86_64/fpu/multiarch/mplog-fma.c: Likewise.
32240 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma.c: Likewise.
32241 * sysdeps/x86_64/fpu/multiarch/mptan-fma.c: Likewise.
32242 * sysdeps/x86_64/fpu/multiarch/s_atan-fma.c: Likewise.
32243 * sysdeps/x86_64/fpu/multiarch/s_sin-fma.c: Likewise.
32244 * sysdeps/x86_64/fpu/multiarch/s_tan-fma.c: Likewise.
32245 * sysdeps/x86_64/fpu/multiarch/sincos32-fma.c: Likewise.
32246 * sysdeps/x86_64/fpu/multiarch/slowexp-fma.c: Likewise.
32247 * sysdeps/x86_64/fpu/multiarch/slowpow-fma.c: Likewise.
32248 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Rewrite.
32249 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
32250 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
32251 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
32252 * sysdeps/x86_64/fpu/multiarch/e_pow.c: Likewise.
32253 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
32254 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
32255 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
32256
32257 2017-08-04 Joseph Myers <joseph@codesourcery.com>
32258
32259 * sysdeps/generic/math_private.h (__EXPR_FLT128): Remove macro.
32260 (min_of_type_f): New macro.
32261 (min_of_type_): Likewise.
32262 (min_of_type_l): Likewise.
32263 (min_of_type_f128): Likewise.
32264 (min_of_type): Define using __MATH_TG and taking an expression
32265 argument.
32266 (math_check_force_underflow): Pass expression instead of type to
32267 min_of_type.
32268 (math_check_force_underflow_nonneg): Likewise.
32269
32270 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32271
32272 * sysdeps/x86/cpu-features.h [__ASSEMBLER__]
32273 (LOAD_RTLD_GLOBAL_RO_RDX, HAS_FEATURE, LOAD_FUNC_GOT_EAX,
32274 HAS_CPU_FEATURE, HAS_ARCH_FEATURE): Removed.
32275
32276 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32277
32278 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
32279 bcopy-ia32, bzero-ia32, rawmemchr-ia32 memchr-ia32,
32280 memcmp-ia32, memcpy-ia32, memmove-ia32, mempcpy-ia32,
32281 memset-ia32, strcat-ia32, strchr-ia32, strrchr-ia32,
32282 strcpy-ia32, strcmp-ia32, strcspn-ia32, strpbrk-ia32,
32283 strspn-ia32, strlen-ia32, stpcpy-ia32, stpncpy-ia32,
32284 memcpy_chk-nonshared, mempcpy_chk-nonshared,
32285 memmove_chk-nonshared and memset_chk-nonshared
32286 * sysdeps/i386/i686/multiarch/bcopy-ia32.S: New file.
32287 * sysdeps/i386/i686/multiarch/bcopy.c: Likewise.
32288 * sysdeps/i386/i686/multiarch/bzero-ia32.S: Likewise.
32289 * sysdeps/i386/i686/multiarch/bzero.c: Likewise.
32290 * sysdeps/i386/i686/multiarch/ifunc-memmove.h: Likewise.
32291 * sysdeps/i386/i686/multiarch/ifunc-memset.h: Likewise.
32292 * sysdeps/i386/i686/multiarch/ifunc-sse2-bsf.h: Likewise.
32293 * sysdeps/i386/i686/multiarch/ifunc-sse2-ssse3.h: Likewise.
32294 * sysdeps/i386/i686/multiarch/ifunc-sse2.h: Likewise.
32295 * sysdeps/i386/i686/multiarch/ifunc-sse4_2.h: Likewise.
32296 * sysdeps/i386/i686/multiarch/ifunc-ssse3-sse4_2.h: Likewise.
32297 * sysdeps/i386/i686/multiarch/memchr-ia32.S: Likewise.
32298 * sysdeps/i386/i686/multiarch/memchr.c: Likewise.
32299 * sysdeps/i386/i686/multiarch/memcmp-ia32.S: Likewise.
32300 * sysdeps/i386/i686/multiarch/memcmp.c: Likewise.
32301 * sysdeps/i386/i686/multiarch/memcpy-ia32.S: Likewise.
32302 * sysdeps/i386/i686/multiarch/memcpy.c: Likewise.
32303 * sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S: Likewise.
32304 * sysdeps/i386/i686/multiarch/memcpy_chk.c: Likewise.
32305 * sysdeps/i386/i686/multiarch/memmove-ia32.S: Likewise.
32306 * sysdeps/i386/i686/multiarch/memmove.c: Likewise.
32307 * sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S: Likewise.
32308 * sysdeps/i386/i686/multiarch/memmove_chk.c: Likewise.
32309 * sysdeps/i386/i686/multiarch/mempcpy-ia32.S: Likewise.
32310 * sysdeps/i386/i686/multiarch/mempcpy.c: Likewise.
32311 * sysdeps/i386/i686/multiarch/mempcpy_chk-nonshared.S: Likewise.
32312 * sysdeps/i386/i686/multiarch/mempcpy_chk.c: Likewise.
32313 * sysdeps/i386/i686/multiarch/memrchr.c: Likewise.
32314 * sysdeps/i386/i686/multiarch/memset-ia32.S: Likewise.
32315 * sysdeps/i386/i686/multiarch/memset.c: Likewise.
32316 * sysdeps/i386/i686/multiarch/memset_chk-nonshared.S: Likewise.
32317 * sysdeps/i386/i686/multiarch/rawmemchr-ia32.S: Likewise.
32318 * sysdeps/i386/i686/multiarch/rawmemchr.c: Likewise.
32319 * sysdeps/i386/i686/multiarch/stpcpy-ia32.S: Likewise.
32320 * sysdeps/i386/i686/multiarch/stpcpy-ia32.S: Likewise.
32321 * sysdeps/i386/i686/multiarch/stpcpy.c: Likewise.
32322 * sysdeps/i386/i686/multiarch/stpncpy-ia32.S: Likewise.
32323 * sysdeps/i386/i686/multiarch/stpncpy.c: Likewise.
32324 * sysdeps/i386/i686/multiarch/strcasecmp.c: Likewise.
32325 * sysdeps/i386/i686/multiarch/strcasecmp_l.c: Likewise.
32326 * sysdeps/i386/i686/multiarch/strcat-ia32.S: Likewise.
32327 * sysdeps/i386/i686/multiarch/strcat.c: Likewise.
32328 * sysdeps/i386/i686/multiarch/strchr-ia32.S: Likewise.
32329 * sysdeps/i386/i686/multiarch/strchr.c: Likewise.
32330 * sysdeps/i386/i686/multiarch/strcmp-ia32.S: Likewise.
32331 * sysdeps/i386/i686/multiarch/strcmp.c: Likewise.
32332 * sysdeps/i386/i686/multiarch/strcpy-ia32.S: Likewise.
32333 * sysdeps/i386/i686/multiarch/strcpy.c: Likewise.
32334 * sysdeps/i386/i686/multiarch/strcspn-ia32.S: Likewise.
32335 * sysdeps/i386/i686/multiarch/strcspn.c: Likewise.
32336 * sysdeps/i386/i686/multiarch/strlen-ia32.S: Likewise.
32337 * sysdeps/i386/i686/multiarch/strlen.c: Likewise.
32338 * sysdeps/i386/i686/multiarch/strncase.c: Likewise.
32339 * sysdeps/i386/i686/multiarch/strncase_l.c: Likewise.
32340 * sysdeps/i386/i686/multiarch/strncat.c: Likewise.
32341 * sysdeps/i386/i686/multiarch/strncmp.c: Likewise.
32342 * sysdeps/i386/i686/multiarch/strncpy.c: Likewise.
32343 * sysdeps/i386/i686/multiarch/strnlen.c: Likewise.
32344 * sysdeps/i386/i686/multiarch/strpbrk-ia32.S: Likewise.
32345 * sysdeps/i386/i686/multiarch/strpbrk.c: Likewise.
32346 * sysdeps/i386/i686/multiarch/strrchr-ia32.S: Likewise.
32347 * sysdeps/i386/i686/multiarch/strrchr.c: Likewise.
32348 * sysdeps/i386/i686/multiarch/strspn-ia32.S: Likewise.
32349 * sysdeps/i386/i686/multiarch/strspn.c: Likewise.
32350 * sysdeps/i386/i686/multiarch/wcschr.c: Likewise.
32351 * sysdeps/i386/i686/multiarch/wcscmp.c: Likewise.
32352 * sysdeps/i386/i686/multiarch/wcscpy.c: Likewise.
32353 * sysdeps/i386/i686/multiarch/wcslen.c: Likewise.
32354 * sysdeps/i386/i686/multiarch/wcsrchr.c: Likewise.
32355 * sysdeps/i386/i686/multiarch/wmemcmp.c: Likewise.
32356 * sysdeps/i386/i686/multiarch/bcopy.S: Removed.
32357 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
32358 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
32359 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
32360 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
32361 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
32362 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
32363 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
32364 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
32365 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
32366 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
32367 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
32368 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
32369 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
32370 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
32371 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
32372 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
32373 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
32374 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
32375 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
32376 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
32377 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
32378 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
32379 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
32380 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
32381 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
32382 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
32383 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
32384 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
32385 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
32386 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
32387 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
32388 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
32389 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
32390 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
32391 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
32392 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
32393 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
32394
32395 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32396
32397 * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines)
32398 Add svml_d_cos2_core-sse2, svml_d_cos4_core-sse,
32399 svml_d_cos8_core-avx2, svml_d_exp2_core-sse2,
32400 svml_d_exp4_core-sse, svml_d_exp8_core-avx2,
32401 svml_d_log2_core-sse2, svml_d_log4_core-sse,
32402 svml_d_log8_core-avx2, svml_d_pow2_core-sse2,
32403 svml_d_pow4_core-sse, svml_d_pow8_core-avx2
32404 svml_d_sin2_core-sse2, svml_d_sin4_core-sse,
32405 svml_d_sin8_core-avx2, svml_d_sincos2_core-sse2,
32406 svml_d_sincos4_core-sse, svml_d_sincos8_core-avx2,
32407 svml_s_cosf16_core-avx2, svml_s_cosf4_core-sse2,
32408 svml_s_cosf8_core-sse, svml_s_expf16_core-avx2,
32409 svml_s_expf4_core-sse2, svml_s_expf8_core-sse,
32410 svml_s_logf16_core-avx2, svml_s_logf4_core-sse2,
32411 svml_s_logf8_core-sse, svml_s_powf16_core-avx2,
32412 svml_s_powf4_core-sse2, svml_s_powf8_core-sse,
32413 svml_s_sincosf16_core-avx2, svml_s_sincosf4_core-sse2,
32414 svml_s_sincosf8_core-sse, svml_s_sinf16_core-avx2,
32415 svml_s_sinf4_core-sse2 and svml_s_sinf8_core-sse.
32416 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx2.h: New file.
32417 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx512.h: Likewise.
32418 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-sse4_1.h: Likewise.
32419 * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.c: Likewise.
32420 * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.c: Likewise.
32421 * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.c: Likewise.
32422 * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.c: Likewise.
32423 * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.c: Likewise.
32424 * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.c: Likewise.
32425 * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.c: Likewise.
32426 * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.c: Likewise.
32427 * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.c: Likewise.
32428 * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.c: Likewise.
32429 * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.c: Likewise.
32430 * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.c: Likewise.
32431 * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.c: Likewise.
32432 * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.c: Likewise.
32433 * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.c: Likewise.
32434 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.c: Likewise.
32435 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.c: Likewise.
32436 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.c: Likewise.
32437 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf16_core.c: Likewise.
32438 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf4_core.c: Likewise.
32439 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf8_core.c: Likewise.
32440 * sysdeps/x86_64/fpu/multiarch/svml_d_expf16_core.c: Likewise.
32441 * sysdeps/x86_64/fpu/multiarch/svml_d_expf4_core.c: Likewise.
32442 * sysdeps/x86_64/fpu/multiarch/svml_d_expf8_core.c: Likewise.
32443 * sysdeps/x86_64/fpu/multiarch/svml_d_logf16_core.c: Likewise.
32444 * sysdeps/x86_64/fpu/multiarch/svml_d_logf4_core.c: Likewise.
32445 * sysdeps/x86_64/fpu/multiarch/svml_d_logf8_core.c: Likewise.
32446 * sysdeps/x86_64/fpu/multiarch/svml_d_powf16_core.c: Likewise.
32447 * sysdeps/x86_64/fpu/multiarch/svml_d_powf4_core.c: Likewise.
32448 * sysdeps/x86_64/fpu/multiarch/svml_d_powf8_core.c: Likewise.
32449 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf16_core.c: Likewise.
32450 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf4_core.c: Likewise.
32451 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf8_core.c: Likewise.
32452 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf16_core.c: Likewise.
32453 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf4_core.c: Likewise.
32454 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf8_core.c: Likewise.
32455 * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: Renamed to
32456 ...
32457 * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core-sse2.S: This.
32458 Don't include <sysdep.h> nor <init-arch.h>.
32459 (_ZGVbN2v_cos): Removed.
32460 * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: Renamed to
32461 ...
32462 * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core-sse.S: This.
32463 Don't include <sysdep.h> nor <init-arch.h>.
32464 (_ZGVdN4v_cos): Removed.
32465 * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Renamed to
32466 ...
32467 * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core-avx2.S: This.
32468 Don't include <sysdep.h> nor <init-arch.h>.
32469 (_ZGVeN8v_cos): Removed.
32470 * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: Renamed to
32471 ...
32472 * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core-sse2.S: This.
32473 Don't include <sysdep.h> nor <init-arch.h>.
32474 (_ZGVbN2v_exp): Removed.
32475 * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: Renamed to
32476 ...
32477 * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core-sse.S: This.
32478 Don't include <sysdep.h> nor <init-arch.h>.
32479 (_ZGVdN4v_exp): Removed.
32480 * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Renamed to
32481 ...
32482 * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core-avx2.S: This.
32483 Don't include <sysdep.h> nor <init-arch.h>.
32484 (_ZGVeN8v_exp): Removed.
32485 * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: Renamed to
32486 ...
32487 * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core-sse2.S: This.
32488 Don't include <sysdep.h> nor <init-arch.h>.
32489 (_ZGVbN2v_log): Removed.
32490 * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: Renamed to
32491 ...
32492 * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core-sse.S: This.
32493 Don't include <sysdep.h> nor <init-arch.h>.
32494 (_ZGVdN4v_log): Removed.
32495 * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Renamed to
32496 ...
32497 * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core-avx2.S: This.
32498 Don't include <sysdep.h> nor <init-arch.h>.
32499 (_ZGVeN8v_log): Removed.
32500 * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: Renamed to
32501 ...
32502 * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core-sse2.S: This.
32503 Don't include <sysdep.h> nor <init-arch.h>.
32504 (_ZGVbN2vv_pow): Removed.
32505 * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: Renamed to
32506 ...
32507 * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core-sse.S: This.
32508 Don't include <sysdep.h> nor <init-arch.h>.
32509 (_ZGVdN4vv_pow): Removed.
32510 * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Renamed to
32511 ...
32512 * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core-avx2.S: This.
32513 Don't include <sysdep.h> nor <init-arch.h>.
32514 (_ZGVeN8vv_pow): Removed.
32515 * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: Renamed to
32516 ...
32517 * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core-sse2.S: This.
32518 Don't include <sysdep.h> nor <init-arch.h>.
32519 (_ZGVbN2v_sin): Removed.
32520 * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: Renamed to
32521 ...
32522 * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core-sse.S: This.
32523 Don't include <sysdep.h> nor <init-arch.h>.
32524 (_ZGVbN4v_sin): Removed.
32525 * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Renamed to
32526 ...
32527 * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core-avx2.S: This.
32528 Don't include <sysdep.h> nor <init-arch.h>.
32529 (_ZGVbN8v_sin): Removed.
32530 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: Renamed to
32531 ...
32532 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core-sse2.S: This.
32533 Don't include <sysdep.h> nor <init-arch.h>.
32534 (_ZGVbN2vvv_sincos): Removed.
32535 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: Renamed to
32536 ...
32537 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core-sse.S: This.
32538 Don't include <sysdep.h> nor <init-arch.h>.
32539 (_ZGVdN4vvv_sincos): Removed.
32540 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Renamed to
32541 ...
32542 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core-avx2.S: This.
32543 Don't include <sysdep.h> nor <init-arch.h>.
32544 (_ZGVeN8vvv_sincos): Removed.
32545 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf16_core.S: Renamed to
32546 ...
32547 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf16_core-avx2.S: This.
32548 Don't include <sysdep.h> nor <init-arch.h>.
32549 (_ZGVeN16v_cosf): Removed.
32550 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf4_core.S: Renamed to
32551 ...
32552 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf4_core-sse2.S: This.
32553 Don't include <sysdep.h> nor <init-arch.h>.
32554 (_ZGVbN4v_cosf): Removed.
32555 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf8_core.S: Renamed to
32556 ...
32557 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf8_core-sse.S: This.
32558 Don't include <sysdep.h> nor <init-arch.h>.
32559 (_ZGVdN8v_cosf): Removed.
32560 * sysdeps/x86_64/fpu/multiarch/svml_d_expf16_core.S: Renamed to
32561 ...
32562 * sysdeps/x86_64/fpu/multiarch/svml_d_expf16_core-avx2.S: This.
32563 Don't include <sysdep.h> nor <init-arch.h>.
32564 (_ZGVeN16v_expf): Removed.
32565 * sysdeps/x86_64/fpu/multiarch/svml_d_expf4_core.S: Renamed to
32566 ...
32567 * sysdeps/x86_64/fpu/multiarch/svml_d_expf4_core-sse2.S: This.
32568 Don't include <sysdep.h> nor <init-arch.h>.
32569 (_ZGVbN4v_expf): Removed.
32570 * sysdeps/x86_64/fpu/multiarch/svml_d_expf8_core.S: Renamed to
32571 ...
32572 * sysdeps/x86_64/fpu/multiarch/svml_d_expf8_core-sse.S: This.
32573 Don't include <sysdep.h> nor <init-arch.h>.
32574 (_ZGVdN8v_expf): Removed.
32575 * sysdeps/x86_64/fpu/multiarch/svml_d_logf16_core.S: Renamed to
32576 ...
32577 * sysdeps/x86_64/fpu/multiarch/svml_d_logf16_core-avx2.S: This.
32578 Don't include <sysdep.h> nor <init-arch.h>.
32579 (_ZGVeN16v_logf): Removed.
32580 * sysdeps/x86_64/fpu/multiarch/svml_d_logf4_core.S: Renamed to
32581 ...
32582 * sysdeps/x86_64/fpu/multiarch/svml_d_logf4_core-sse2.S: This.
32583 Don't include <sysdep.h> nor <init-arch.h>.
32584 (_ZGVbN4v_logf): Removed.
32585 * sysdeps/x86_64/fpu/multiarch/svml_d_logf8_core.S: Renamed to
32586 ...
32587 * sysdeps/x86_64/fpu/multiarch/svml_d_logf8_core-sse.S: This.
32588 Don't include <sysdep.h> nor <init-arch.h>.
32589 (_ZGVdN8v_logf): Removed.
32590 * sysdeps/x86_64/fpu/multiarch/svml_d_powf16_core.S: Renamed to
32591 ...
32592 * sysdeps/x86_64/fpu/multiarch/svml_d_powf16_core-avx2.S: This.
32593 Don't include <sysdep.h> nor <init-arch.h>.
32594 (_ZGVeN16vv_powf): Removed.
32595 * sysdeps/x86_64/fpu/multiarch/svml_d_powf4_core.S: Renamed to
32596 ...
32597 * sysdeps/x86_64/fpu/multiarch/svml_d_powf4_core-sse2.S: This.
32598 Don't include <sysdep.h> nor <init-arch.h>.
32599 (_ZGVbN4vv_powf): Removed.
32600 * sysdeps/x86_64/fpu/multiarch/svml_d_powf8_core.S: Renamed to
32601 ...
32602 * sysdeps/x86_64/fpu/multiarch/svml_d_powf8_core-sse.S: This.
32603 Don't include <sysdep.h> nor <init-arch.h>.
32604 (_ZGVdN8vv_powf): Removed.
32605 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf16_core.S: Renamed to
32606 ...
32607 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf16_core-avx2.S: This.
32608 Don't include <sysdep.h> nor <init-arch.h>.
32609 (_ZGVeN16vvv_sincosf): Removed.
32610 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf4_core.S: Renamed to
32611 ...
32612 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf4_core-sse2.S: This.
32613 Don't include <sysdep.h> nor <init-arch.h>.
32614 (_ZGVbN4vvv_sincosf): Removed.
32615 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf8_core.S: Renamed to
32616 ...
32617 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf8_core-sse.S: This.
32618 Don't include <sysdep.h> nor <init-arch.h>.
32619 (_ZGVdN8vvv_sincosf): Removed.
32620 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf16_core.S: Renamed to
32621 ...
32622 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf16_core-avx2.S: This.
32623 Don't include <sysdep.h> nor <init-arch.h>.
32624 (_ZGVeN16v_sinf): Removed.
32625 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf4_core.S: Renamed to
32626 ...
32627 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf4_core-sse2.S: This.
32628 Don't include <sysdep.h> nor <init-arch.h>.
32629 (_ZGVbN4v_sinf): Removed.
32630 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf8_core.S: Renamed to
32631 ...
32632 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf8_core-sse.S: This.
32633 Don't include <sysdep.h> nor <init-arch.h>.
32634 (_ZGVdN8v_sinf): Removed.
32635
32636 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32637
32638 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
32639 Add s_ceil-sse4_1, s_ceilf-sse4_1, s_floor-sse4_1,
32640 s_floorf-sse4_1, s_nearbyint-sse4_1, s_nearbyintf-sse4_1,
32641 s_rint-sse4_1 and s_rintf-sse4_1.
32642 * sysdeps/x86_64/fpu/multiarch/ifunc-sse4_1.h: New file.
32643 * sysdeps/x86_64/fpu/multiarch/s_ceil.c: Likewise.
32644 * sysdeps/x86_64/fpu/multiarch/s_ceilf.c: Likewise.
32645 * sysdeps/x86_64/fpu/multiarch/s_floor.c: Likewise.
32646 * sysdeps/x86_64/fpu/multiarch/s_floorf.c: Likewise.
32647 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.c: Likewise.
32648 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.c: Likewise.
32649 * sysdeps/x86_64/fpu/multiarch/s_rint.c: Likewise.
32650 * sysdeps/x86_64/fpu/multiarch/s_rintf.c: Likewise.
32651 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: Renamed to ...
32652 * sysdeps/x86_64/fpu/multiarch/s_ceil-sse4_1.S: This. Don't
32653 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32654 (__ceil): Removed.
32655 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: Renamed to ...
32656 * sysdeps/x86_64/fpu/multiarch/s_ceilf-sse4_1.S: This. Don't
32657 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32658 (__ceilf): Removed.
32659 * sysdeps/x86_64/fpu/multiarch/s_floor.S: Renamed to ...
32660 * sysdeps/x86_64/fpu/multiarch/s_floor-sse4_1.S: This. Don't
32661 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32662 (__floor): Removed.
32663 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: Renamed to ...
32664 * sysdeps/x86_64/fpu/multiarch/s_floorf-sse4_1.S: This. Don't
32665 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32666 (__floorf): Removed.
32667 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: Renamed to ...
32668 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-sse4_1.S: This. Don't
32669 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32670 (__nearbyint): Removed.
32671 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: Renamed to ...
32672 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-sse4_1.S: This. Don't
32673 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32674 (__nearbyintf): Removed.
32675 * sysdeps/x86_64/fpu/multiarch/s_rint.S: Renamed to ...
32676 * sysdeps/x86_64/fpu/multiarch/s_rint-sse4_1.S: This. Don't
32677 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32678 (__rint): Removed.
32679 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: Renamed to ...
32680 * sysdeps/x86_64/fpu/multiarch/s_rintf-sse4_1.S: This. Don't
32681 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32682 (__rintf): Removed.
32683
32684 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32685
32686 * sysdeps/i386/start.S (_start): Check Check PIC instead of
32687 SHARED. Avoid dynamic relocation against main in static PIE.
32688
32689 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32690
32691 [BZ #21815]
32692 * elf/Makefile (CFLAGS-tst-prelink.c): New.
32693 (LDFLAGS-tst-prelink): Likewise.
32694
32695 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32696
32697 * sysdeps/unix/sysv/linux/i386/sysdep.h (I386_USE_SYSENTER):
32698 Define to I386_USE_SYSENTER to 0 or 1 if not defined.
32699 (ENTER_KERNEL): Check if I386_USE_SYSENTER is 1 and check PIC.
32700 (INTERNAL_SYSCALL_MAIN_INLINE): Likewise.
32701 (INTERNAL_SYSCALL_NCS): Likewise.
32702 (LOADARGS_1): Likewise.
32703 (LOADARGS_5): Likewise.
32704 (RESTOREARGS_1): Likewise.
32705 (RESTOREARGS_5): Likewise.
32706
32707 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32708
32709 * sysdeps/x86_64/memmove.S (MEMCPY_SYMBOL): Don't check SHARED.
32710 (MEMPCPY_SYMBOL): Likewise.
32711 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
32712 (__libc_ifunc_impl_list): Test memcpy and mempcpy in libc.a.
32713 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Also include
32714 in libc.a.
32715 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32716 * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S:
32717 Likewise.
32718 * sysdeps/x86_64/multiarch/memcpy.c: Also include in libc.a.
32719 (__hidden_ver1): Don't use in libc.a.
32720 * sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S
32721 (__mempcpy): Don't create a weak alias in libc.a.
32722 * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: Support
32723 libc.a.
32724 * sysdeps/x86_64/multiarch/mempcpy.c: Also include in libc.a.
32725 (__hidden_ver1): Don't use in libc.a.
32726
32727 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32728
32729 * config.make.in (have-insert): New.
32730 * configure.ac (libc_cv_insert): New. Set to yes if linker
32731 supports INSERT in linker script.
32732 (AC_SUBST(libc_cv_insert): New.
32733 * configure: Regenerated.
32734 * sysdeps/x86_64/Makefile (tests): Add tst-split-dynreloc only
32735 if $(have-insert) == yes.
32736
32737 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32738
32739 * elf/Makefile (tests): Add vismain only if
32740 $(have-protected-data) == yes.
32741 (tests-pie): Likewise.
32742
32743 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32744
32745 [BZ #21871]
32746 * sysdeps/x86/cpu-features.c (init_cpu_features): Set
32747 bit_arch_Use_dl_runtime_resolve_opt only with AVX512F.
32748
32749 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32750
32751 [BZ #21790]
32752 * sysdeps/i386/i586/memset.S
32753 (__memset_zero_constant_len_parameter): Removed.
32754 * sysdeps/i386/i686/memset.S
32755 (__memset_zero_constant_len_parameter): Likewise.
32756 * sysdeps/i386/i686/multiarch/memset_chk.S
32757 (__memset_zero_constant_len_parameter): Likewise.
32758 * sysdeps/x86_64/memset.S (__memset_zero_constant_len_parameter):
32759 Likewise.
32760
32761 2017-08-03 Aurelien Jarno <aurelien@aurel32.net>
32762
32763 * stdlib/getentropy.c (getentropy): Change return type to int.
32764
32765 2017-08-03 Aurelien Jarno <aurelien@aurel32.net>
32766
32767 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Regenerated.
32768
32769 2017-08-03 Joseph Myers <joseph@codesourcery.com>
32770
32771 * math/s_nextafter.c (__nextafter): Use uintN_t instead of
32772 u_intN_t.
32773 * math/s_nexttowardf.c (__nexttowardf): Likewise.
32774 * sysdeps/generic/math_private.h (ieee_double_shape_type):
32775 Likewise.
32776 (ieee_float_shape_type): Likewise.
32777 * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Likewise.
32778 * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
32779 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
32780 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
32781 * sysdeps/i386/fpu/s_nexttowardf.c (__nexttowardf): Likewise.
32782 * sysdeps/ieee754/dbl-64/e_acosh.c (__ieee754_acosh): Likewise.
32783 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Likewise.
32784 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
32785 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
32786 Likewise.
32787 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
32788 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
32789 (__ieee754_yn): Likewise.
32790 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
32791 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
32792 * sysdeps/ieee754/dbl-64/e_rem_pio2.c (__ieee754_rem_pio2):
32793 Likewise.
32794 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
32795 * sysdeps/ieee754/dbl-64/s_ceil.c (__ceil): Likewise.
32796 * sysdeps/ieee754/dbl-64/s_copysign.c (__copysign): Likewise.
32797 * sysdeps/ieee754/dbl-64/s_erf.c (__erf): Likewise.
32798 (__erfc): Likewise.
32799 * sysdeps/ieee754/dbl-64/s_expm1.c (__expm1): Likewise.
32800 * sysdeps/ieee754/dbl-64/s_finite.c (FINITE): Likewise.
32801 * sysdeps/ieee754/dbl-64/s_floor.c (__floor): Likewise.
32802 * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Likewise.
32803 * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Likewise.
32804 * sysdeps/ieee754/dbl-64/s_issignaling.c (__issignaling):
32805 Likewise.
32806 * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Likewise.
32807 * sysdeps/ieee754/dbl-64/s_llround.c (__llround): Likewise.
32808 * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
32809 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Likewise.
32810 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
32811 * sysdeps/ieee754/dbl-64/s_nextup.c (__nextup): Likewise.
32812 * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Likewise.
32813 * sysdeps/ieee754/dbl-64/s_round.c (__round): Likewise.
32814 * sysdeps/ieee754/dbl-64/s_trunc.c (__trunc): Likewise.
32815 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c
32816 (__issignaling): Likewise.
32817 * sysdeps/ieee754/flt-32/e_atan2f.c (__ieee754_atan2f): Likewise.
32818 * sysdeps/ieee754/flt-32/e_fmodf.c (__ieee754_fmodf): Likewise.
32819 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
32820 Likewise.
32821 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
32822 * sysdeps/ieee754/flt-32/e_log10f.c (__ieee754_log10f): Likewise.
32823 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Likewise.
32824 * sysdeps/ieee754/flt-32/e_rem_pio2f.c (__ieee754_rem_pio2f):
32825 Likewise.
32826 * sysdeps/ieee754/flt-32/e_remainderf.c (__ieee754_remainderf):
32827 Likewise.
32828 * sysdeps/ieee754/flt-32/e_sqrtf.c (__ieee754_sqrtf): Likewise.
32829 * sysdeps/ieee754/flt-32/s_ceilf.c (__ceilf): Likewise.
32830 * sysdeps/ieee754/flt-32/s_copysignf.c (__copysignf): Likewise.
32831 * sysdeps/ieee754/flt-32/s_erff.c (__erff): Likewise.
32832 (__erfcf): Likewise.
32833 * sysdeps/ieee754/flt-32/s_expm1f.c (__expm1f): Likewise.
32834 * sysdeps/ieee754/flt-32/s_finitef.c (FINITEF): Likewise.
32835 * sysdeps/ieee754/flt-32/s_floorf.c (__floorf): Likewise.
32836 * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf):
32837 Likewise.
32838 * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
32839 * sysdeps/ieee754/flt-32/s_issignalingf.c (__issignalingf):
32840 Likewise.
32841 * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
32842 * sysdeps/ieee754/flt-32/s_llroundf.c (__llroundf): Likewise.
32843 * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
32844 * sysdeps/ieee754/flt-32/s_lroundf.c (__lroundf): Likewise.
32845 * sysdeps/ieee754/flt-32/s_modff.c (__modff): Likewise.
32846 * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
32847 * sysdeps/ieee754/flt-32/s_roundf.c (__roundf): Likewise.
32848 * sysdeps/ieee754/ldbl-128/e_acoshl.c (__ieee754_acoshl):
32849 Likewise.
32850 * sysdeps/ieee754/ldbl-128/e_atan2l.c (__ieee754_atan2l):
32851 Likewise.
32852 * sysdeps/ieee754/ldbl-128/e_atanhl.c (__ieee754_atanhl):
32853 Likewise.
32854 * sysdeps/ieee754/ldbl-128/e_fmodl.c (__ieee754_fmodl): Likewise.
32855 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
32856 Likewise.
32857 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
32858 Likewise.
32859 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
32860 (__ieee754_ynl): Likewise.
32861 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
32862 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (__ieee754_rem_pio2l):
32863 Likewise.
32864 * sysdeps/ieee754/ldbl-128/e_remainderl.c (__ieee754_remainderl):
32865 Likewise.
32866 * sysdeps/ieee754/ldbl-128/e_sinhl.c (__ieee754_sinhl): Likewise.
32867 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Likewise.
32868 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
32869 Likewise.
32870 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Likewise.
32871 * sysdeps/ieee754/ldbl-128/s_ceill.c (__ceill): Likewise.
32872 * sysdeps/ieee754/ldbl-128/s_copysignl.c (__copysignl): Likewise.
32873 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Likewise.
32874 * sysdeps/ieee754/ldbl-128/s_fabsl.c (__fabsl): Likewise.
32875 * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Likewise.
32876 * sysdeps/ieee754/ldbl-128/s_floorl.c (__floorl): Likewise.
32877 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl):
32878 Likewise.
32879 * sysdeps/ieee754/ldbl-128/s_frexpl.c (__frexpl): Likewise.
32880 * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
32881 * sysdeps/ieee754/ldbl-128/s_issignalingl.c (__issignalingl):
32882 Likewise.
32883 * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
32884 * sysdeps/ieee754/ldbl-128/s_llroundl.c (__llroundl): Likewise.
32885 * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
32886 * sysdeps/ieee754/ldbl-128/s_lroundl.c (__lroundl): Likewise.
32887 * sysdeps/ieee754/ldbl-128/s_modfl.c (__modfl): Likewise.
32888 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
32889 Likewise.
32890 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
32891 Likewise.
32892 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
32893 Likewise.
32894 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
32895 Likewise.
32896 * sysdeps/ieee754/ldbl-128/s_nextupl.c (__nextupl): Likewise.
32897 * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
32898 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
32899 * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Likewise.
32900 * sysdeps/ieee754/ldbl-128/s_tanhl.c (__tanhl): Likewise.
32901 * sysdeps/ieee754/ldbl-128/s_truncl.c (__truncl): Likewise.
32902 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl):
32903 Likewise.
32904 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
32905 Likewise.
32906 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
32907 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
32908 Likewise.
32909 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c
32910 (__ieee754_remainderl): Likewise.
32911 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
32912 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
32913 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
32914 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
32915 Likewise.
32916 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
32917 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
32918 Likewise.
32919 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
32920 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Likewise.
32921 * sysdeps/ieee754/ldbl-96/e_asinl.c (__ieee754_asinl): Likewise.
32922 * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Likewise.
32923 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
32924 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
32925 Likewise.
32926 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Likewise.
32927 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Likewise.
32928 (__ieee754_y0l): Likewise.
32929 (pzero): Likewise.
32930 (qzero): Likewise.
32931 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
32932 (__ieee754_y1l): Likewise.
32933 (pone): Likewise.
32934 (qone): Likewise.
32935 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
32936 (__ieee754_ynl): Likewise.
32937 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Likewise.
32938 (__ieee754_lgammal_r): Likewise.
32939 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c (__ieee754_rem_pio2l):
32940 Likewise.
32941 * sysdeps/ieee754/ldbl-96/e_sinhl.c (__ieee754_sinhl): Likewise.
32942 * sysdeps/ieee754/ldbl-96/s_copysignl.c (__copysignl): Likewise.
32943 * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfl): Likewise.
32944 (__erfcl): Likewise.
32945 * sysdeps/ieee754/ldbl-96/s_frexpl.c (__frexpl): Likewise.
32946 * sysdeps/ieee754/ldbl-96/s_issignalingl.c (__issignalingl):
32947 Likewise.
32948 * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
32949 * sysdeps/ieee754/ldbl-96/s_llroundl.c (__llroundl): Likewise.
32950 * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
32951 * sysdeps/ieee754/ldbl-96/s_lroundl.c (__lroundl): Likewise.
32952 * sysdeps/ieee754/ldbl-96/s_modfl.c (__modfl): Likewise.
32953 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
32954 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
32955 Likewise.
32956 * sysdeps/ieee754/ldbl-96/s_nextupl.c (__nextupl): Likewise.
32957 * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
32958 * sysdeps/ieee754/ldbl-96/s_roundl.c (__roundl): Likewise.
32959 * sysdeps/ieee754/ldbl-96/s_tanhl.c (__tanhl): Likewise.
32960 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
32961 Likewise.
32962 * sysdeps/m68k/m680x0/fpu/e_pow.c (s(__ieee754_pow)): Likewise.
32963 * sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c (__fpclassifyl):
32964 Likewise.
32965 * sysdeps/m68k/m680x0/fpu/s_llrint.c (__llrint): Likewise.
32966 * sysdeps/m68k/m680x0/fpu/s_llrintf.c (__llrintf): Likewise.
32967 * sysdeps/m68k/m680x0/fpu/s_llrintl.c (__llrintl): Likewise.
32968 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
32969 * sysdeps/x86/fpu/powl_helper.c (__powl_helper): Likewise.
32970
32971 2017-08-03 Florian Weimer <fweimer@redhat.com>
32972
32973 [BZ #21885]
32974 * sysdeps/posix/getaddrinfo.c (gethosts): Release resolver context
32975 on memory allocation failure.
32976
32977 2017-08-03 Alan Modra <amodra@gmail.com>
32978
32979 * sysdeps/powerpc/mod-tlsopt-powerpc.c: Extract from
32980 tst-tlsopt-powerpc.c with function name change and no test harness.
32981 * sysdeps/powerpc/tst-tlsopt-powerpc.c: Remove body of test.
32982 Call tls_get_addr_opt_test.
32983 * sysdeps/powerpc/Makefile (LDFLAGS-tst-tlsopt-powerpc): Don't define.
32984 (modules-names): Add mod-tlsopt-powerpc.
32985 (mod-tlsopt-powerpc.so-no-z-defs): Define.
32986 (tst-tlsopt-powerpc): Depend on .so.
32987 * sysdeps/powerpc/powerpc64/tls-macros.h (__TLS_GET_ADDR): Don't
32988 define. Expand use in TLS_GD and TLS_LD.
32989
32990 2017-08-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
32991
32992 * sysdeps/mach/hurd/enbl-secure.c (__libc_init_secure): Define
32993 function.
32994 * sysdeps/posix/shm_open.c: Include <pthread.h>.
32995
32996 2017-08-02 Joseph Myers <joseph@codesourcery.com>
32997
32998 [BZ #21686]
32999 * math/tgmath.h (__TGMATH_BINARY_REAL_ONLY): Add arguments before
33000 comparing size with that of double.
33001 (__TGMATH_BINARY_REAL_STD_ONLY): Likewise.
33002 (__TGMATH_BINARY_REAL_RET_ONLY): Likewise.
33003 (__TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY): Likewise.
33004 (__TGMATH_TERNARY_REAL_ONLY): Likewise.
33005 (__TGMATH_BINARY_REAL_IMAG): Likewise.
33006 * math/gen-tgmath-tests.py (Type.init_types): Create __int128 and
33007 unsigned __int128 types.
33008
33009 2017-08-02 Steve Ellcey <sellcey@cavium.com>
33010
33011 * localedata/Makefile (CFLAGS-tst_iswalnum.c, CFLAGS-tst_iswalpha.c
33012 CFLAGS-tst_iswcntrl.c, CFLAGS-tst_iswdigit.c, CFLAGS-tst_iswgraph.c,
33013 CFLAGS-tst_iswlower.c, CFLAGS-tst_iswprint.c, CFLAGS-tst_iswpunct.c,
33014 CFLAGS-tst_iswspace.c, CFLAGS-tst_iswupper.c, CFLAGS-tst_iswxdigit.c,
33015 CFLAGS-tst_towlower.c, CFLAGS-tst_towupper.c): Remove.
33016
33017 2017-08-02 H.J. Lu <hongjiu.lu@intel.com>
33018
33019 * sysdeps/x86_64/start.S (_start): Check PIC instead of SHARED.
33020
33021 2017-08-02 H.J. Lu <hongjiu.lu@intel.com>
33022
33023 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Check PIC instead
33024 of SHARED.
33025 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
33026 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
33027 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
33028 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
33029 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
33030 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
33031 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
33032
33033 2017-08-02 Joseph Myers <joseph@codesourcery.com>
33034
33035 [BZ #21685]
33036 * math/tgmath.h (__tgmath_real_type): Use unary + on potentially
33037 bit-field expressions passed to sizeof or typeof.
33038 [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
33039 (__TGMATH_F128): Likewise.
33040 [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
33041 (__TGMATH_CF128): Likewise.
33042 (__TGMATH_UNARY_REAL_ONLY): Likewise.
33043 (__TGMATH_UNARY_REAL_RET_ONLY): Likewise.
33044 (__TGMATH_BINARY_FIRST_REAL_ONLY): Likewise.
33045 (__TGMATH_BINARY_FIRST_REAL_STD_ONLY): Likewise.
33046 (__TGMATH_BINARY_REAL_ONLY): Likewise.
33047 (__TGMATH_BINARY_REAL_STD_ONLY): Likewise.
33048 (__TGMATH_BINARY_REAL_RET_ONLY): Likewise.
33049 (__TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY): Likewise.
33050 (__TGMATH_TERNARY_REAL_ONLY): Likewise.
33051 (__TGMATH_TERNARY_FIRST_REAL_RET_ONLY): Likewise.
33052 (__TGMATH_UNARY_REAL_IMAG): Likewise.
33053 (__TGMATH_UNARY_IMAG): Likewise.
33054 (__TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
33055 (__TGMATH_BINARY_REAL_IMAG): Likewise.
33056 * math/gen-tgmath-tests.py (Type.init_types): Create bit_field
33057 type.
33058 (define_vars_for_type): Handle bit_field type specially.
33059 (Tests.__init__): Declare structure with bit-field element.
33060
33061 2017-08-02 H.J. Lu <hongjiu.lu@intel.com>
33062
33063 [BZ #21791]
33064 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S
33065 (MEMCPY_CHK): Define only if SHARED is defined.
33066 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S (MEMCPY_CHK):
33067 Likewise.
33068 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S (MEMCPY_CHK):
33069 Likewise.
33070
33071 See ChangeLog.18 for earlier changes.