]> git.ipfire.org Git - thirdparty/glibc.git/blob - ChangeLog
check-wrapper-headers test: Adjust Fortran include file directory
[thirdparty/glibc.git] / ChangeLog
1 2019-03-07 Florian Weimer <fweimer@redhat.com>
2
3 * scripts/check-wrapper-headers.py (check_headers): Adjust Fortran
4 header check.
5
6 2019-03-07 Martin Liska <mliska@suse.cz>
7
8 * math/Makefile: Change location where math-vector-fortran.h is
9 installed.
10 * math/finclude/math-vector-fortran.h: Move from bits/math-vector-fortran.h.
11 * sysdeps/x86/fpu/finclude/math-vector-fortran.h: Move
12 from sysdeps/x86/fpu/bits/math-vector-fortran.h.
13 * scripts/check-installed-headers.sh: Skip Fortran header files.
14 * scripts/check-wrapper-headers.py: Likewise.
15
16 2019-03-05 Adhemerval Zanella <adhemerval.zanella@linaro.org>
17
18 * nptl/nptl-init.c (__have_futex_clock_realtime,
19 __have_futex_clock_realtime): Remove definition.
20 (__pthread_initialize_minimal_internal): Remove FUTEX_CLOCK_REALTIME
21 check test for !__ASSUME_FUTEX_CLOCK_REALTIME.
22 * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Assume
23 __ASSUME_FUTEX_CLOCK_REALTIME support.
24 * sysdeps/unix/sysv/linux/i386/lowlevellock.S: Likewise.
25 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
26 * sysdeps/unix/sysv/linux/kernel-features.h
27 (__ASSUME_FUTEX_CLOCK_REALTIME): Remove.
28 * sysdeps/nptl/lowlevellock-futex.h (lll_futex_timed_wait_bitset):
29 Adjust comment.
30
31 2019-03-05 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
32
33 * sysdeps/powerpc/powerpc64/power6/wcscpy.c (WCSCPY): Define to
34 __wcscpy, then use libc_hidden_def and weak_alias to bind it to
35 __GI___wcscpy and wcscpy.
36
37 2019-03-04 Florian Weimer <fweimer@redhat.com>
38
39 * sysdeps/generic/ldsodefs.h (_dl_sysdep_open_zero_fill): Remove
40 declaration.
41 * elf/dl-load.c (_dl_map_object_from_fd): Assume MAP_ANON is
42 defined.
43
44 2019-03-04 Stefan Liebler <stli@linux.ibm.com>
45
46 * sysdeps/s390/s390-64/sysdep.h (ENTRY): Use alignment of 16byte.
47 * sysdeps/s390/s390-32/sysdep.h: Likewise.
48
49 2019-03-02 TAMUKI Shoichi <tamuki@linet.gr.jp>
50
51 [BZ #24162]
52 * localedata/locales/ja_JP (LC_TIME): Change the offset for Taisho
53 gan-nen from 2 to 1. Problem reported by Morimitsu, Junji.
54
55 2019-03-01 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
56
57 * misc/tst-ldbl-error.c (do_one_test): Adapt for reuse by nldbl
58 tests.
59 (do_test): Likewise.
60 * misc/tst-ldbl-warn.c (do_one_test): Likewise.
61 (do_test_call_varg): Likewise.
62 (do_test_call_rarg): Likewise.
63 * sysdeps/ieee754/ldbl-opt/Makefile
64 [subdir == misc] (tests-internal): Add tst-nldbl-warn,
65 tst-nldbl-error.
66 ($(objpfx)tst-nldbl-warn.c): New rule.
67 ($(objpfx)tst-nldbl-error.c): Likewise.
68 (CFLAGS-tst-nldbl-warn.c, CFLAGS-tst-nldbl-error.c):
69 New variables.
70
71 2019-03-01 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
72
73 [BZ #23984]
74 * include/bits/error-ldbl.h: New file.
75 * include/error.h: Include stdarg.h. Declare internal functions
76 __error_internal and __error_at_line_internal.
77 * misc/Makefile (headers): Add bits/error-ldbl.h.
78 * misc/bits/error-ldbl.h: New file.
79 * misc/error.h [__LDBL_COMPAT]: Include bits/error-ldbl.h and
80 avoid the inclusion of bits/error.h.
81 * sysdeps/ieee754/ldbl-opt/Versions (libc): Add __nldbl_error,
82 and __nldbl_error_at_line.
83 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Include error.h.
84 (__nldbl_error, __ndlbl_error_at_line): New functions.
85 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Include error.h.
86 Redirect error and error_at_line.
87 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Update.
88 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
89 Likewise.
90 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
91 Likewise.
92 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
93 Likewise.
94 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
95 Likewise.
96 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
97 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
98 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
99
100 2019-03-01 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
101
102 [BZ #23984]
103 * include/bits/err-ldbl.h: New file.
104 * include/err.h: Add prototypes for the internal functions:
105 __vwarnx_internal and __vwarn_internal.
106 * misc/Makefile (headers): Add bits/err-ldbl.h.
107 * misc/bits/err-ldbl.h: New file.
108 * misc/err.h: Include bits/err-ldbl.h when __LDBL_COMPAT is
109 defined, i.e.: when -mlong-double-64 is in use.
110 * sysdeps/ieee754/ldbl-opt/Versions (libc): Add __nldbl_warn,
111 __nldbl_vwarn, __nldbl_warnx, __nldbl_vwarnx, __nldbl_err,
112 __nldbl_verr, __nldbl_errx, and __nldbl_verrx.
113 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Include err.h.
114 (VA_CALL): New macro.
115 (__nldbl_vwarn, __nldbl_vwarnx, __nldbl_warn, __nldbl_warnx)
116 (__nldbl_verr, __nldbl_verrx, __nldbl_err, __nldbl_errx): New
117 functions.
118 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Include err.h and
119 declare prototypes for the new functions.
120 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Update.
121 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
122 Likewise.
123 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
124 Likewise.
125 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
126 Likewise.
127 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
128 Likewise.
129 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
130 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
131 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
132
133 2019-03-01 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
134
135 * sysdeps/ieee754/ldbl-opt/Makefile
136 [subdir == argp] (tests-internal): Add tst-nldbl-argp.
137 [subdir == argp] ($(objpfx)tst-nldbl-argp.c): New rule.
138 [subdir == argp] (CFLAGS-tst-nldbl-argp.c): New variable.
139
140 2019-03-01 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
141
142 [BZ #23983]
143 * argp/Makefile (headers): Add bits/argp-ldbl.h.
144 * argp/argp.h [defined __LDBL_COMPAT]: Include bits/argp-ldbl.h.
145 * argp/bits/argp-ldbl.h: New file.
146 * include/argp.h: Include stdarg.h. Add prototypes for internal
147 functions: __argp_error_internal and __argp_failure_internal.
148 * include/bits/argp-ldbl.h: New file.
149 * sysdeps/ieee754/ldbl-opt/Versions (libc): Add
150 __nldbl_argp_error and __nldbl_argp_failure.
151 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Include argp.h.
152 (__nldbl_argp_error, __nldbl_argp_failure): New functions.
153 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Include argp.h.
154 Redirect argp_error and argp_failure calls.
155 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Update.
156 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
157 Likewise.
158 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
159 Likewise.
160 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
161 Likewise.
162 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
163 Likewise.
164 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
165 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
166 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
167
168 2019-03-01 Florian Weimer <fweimer@redhat.com>
169
170 [BZ #20419]
171 * elf/tst-big-note-lib.S: Create a syntactically valid note.
172 * elf/Makefile (tst-big-note-lib.so): Do not link with startup
173 code, to avoid creating an ABI tag note.
174 (modules-names-nobuild): Add tst-big-note-lib.
175
176 2019-03-01 Stefan Liebler <stli@linux.ibm.com>
177
178 * sysdeps/s390/wcscpy-vx.S: Add strong aliases to
179 __wcscpy, __GI___wcscpy and weak alias to wcscpy.
180
181 2019-03-01 Florian Weimer <fweimer@redhat.com>
182
183 [BZ #20271]
184 * sysdeps/unix/sysv/linux/netlink_assert_response.c
185 (__netlink_assert_response): Add additional missing newlines.
186
187 2019-02-28 Joseph Myers <joseph@codesourcery.com>
188
189 * sysdeps/powerpc/powerpc32/dl-machine.c
190 (__elf_machine_fixup_plt): Use space before '('.
191 (__process_machine_rela): Likewise.
192 * sysdeps/powerpc/powerpc32/register-dump.h (register_dump):
193 Likewise.
194 * sysdeps/powerpc/powerpc64/le/fpu/sfp-machine.h (TI_BITS):
195 Likewise.
196 * sysdeps/powerpc/powerpc64/register-dump.h (register_dump):
197 Likewise.
198 * sysdeps/powerpc/test-arith.c (union_t): Likewise.
199 (pattern): Likewise.
200 (delta): Likewise.
201 (check_result): Likewise.
202 (check_excepts): Likewise.
203 (check_op): Likewise.
204 (fail_xr): Likewise.
205 * sysdeps/unix/alpha/sysdep.h (syscall_promote): Likewise.
206 * sysdeps/unix/sysv/linux/alpha/a.out.h (AOUTHSZ): Likewise.
207 (SCNHSZ): Likewise.
208 * sysdeps/unix/sysv/linux/hppa/makecontext.c (FRAME_SIZE_BYTES):
209 Likewise.
210 (ARGS): Likewise.
211 (__makecontext): Likewise.
212 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext_t):
213 Likewise.
214
215 2019-02-28 Florian Weimer <fweimer@redhat.com>
216
217 [BZ #23937]
218 elf: Add test with a local IFUNC resolver.
219 * elf/ifuncmain9.c: New file.
220 * elf/ifuncmain9pic.c: Likewise.
221 * elf/ifuncmain9picstatic.c: Likewise.
222 * elf/ifuncmain9pie.c: Likewise.
223 * elf/ifuncmain9static.c: Likewise.
224 * elf/Makefile [multi-arch] (tests-ifuncstatic): Add
225 ifuncmain9static, ifuncmain9picstatic.
226 * elf/Makefile [multi-arch && build-shared] (tests-internal):
227 Add ifuncmain9, ifuncmain9pic.
228 * elf/Makefile [multi-arch && build-shared && have-fpie]
229 (ifunc-pie-tests): Add ifuncmain9pie.
230 (CFLAGS-ifuncmain9pic.c): Add $(pic-ccflag).
231 (CFLAGS-ifuncmain9picstatic.c): Likewise.
232 (CFLAGS-ifuncmain9pie.c): Add $(pie-ccflag).
233
234 2019-02-27 H.J. Lu <hongjiu.lu@intel.com>
235
236 * configure.ac (have-ifunc): New LIBC_CONFIG_VAR.
237 * configure: Regenerated.
238 * elf/Makefile: Run IFUNC tests if binutils supports IFUNC.
239
240 2019-02-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
241
242 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Define ifunc
243 symbol as __wcspcy instead of wcscpy.
244
245 2019-02-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
246
247 * include/stdio.h (__renameat2): New hidden prototype.
248 * stdio-common/renameat2.c (__renameat2): Add hidden definition.
249 * sysdeps/mach/hurd/renameat.c (__renameat): Move implementation to...
250 * sysdeps/mach/hurd/renameat2.c (__renameat2): ... new function.
251 * sysdeps/unix/sysv/linux/renameat2.c (__renameat2): Add hidden definition.
252
253 2019-02-27 Joseph Myers <joseph@codesourcery.com>
254
255 * hurd/hurdinit.c (_hurd_init): Use braces around empty body of an
256 if statement.
257
258 * benchtests/bench-strcpy.c (do_test): Use space before '('.
259 * benchtests/bench-string.h (cmdline_process_function): Likewise.
260 * benchtests/bench-strlen.c (do_test): Likewise.
261 (test_main): Likewise.
262 * catgets/gencat.c (read_old): Likewise.
263 * elf/cache.c (load_aux_cache): Likewise.
264 * iconvdata/bug-iconv8.c (do_test): Likewise.
265 * math/test-tgmath-ret.c (do_test): Likewise.
266 * nis/nis_call.c (rec_dirsearch): Likewise.
267 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
268 * nptl/tst-audit-threads.c (do_test): Likewise.
269 * nptl/tst-cancel4-common.h (set_socket_buffer): Likewise.
270 * nss/nss_test1.c (init): Likewise.
271 * nss/test-netdb.c (test_hosts): Likewise.
272 * posix/execvpe.c (maybe_script_execute): Likewise.
273 * stdio-common/tst-fmemopen4.c (do_test): Likewise.
274 * stdio-common/tst-printf.c (do_test): Likewise.
275 * stdio-common/vfscanf-internal.c (__vfscanf_internal): Likewise.
276 * stdlib/fmtmsg.c (NKEYWORDS): Likewise.
277 * stdlib/qsort.c (STACK_SIZE): Likewise.
278 * stdlib/test-canon.c (do_test): Likewise.
279 * stdlib/tst-swapcontext1.c (do_test): Likewise.
280 * string/memcmp.c (OPSIZ): Likewise.
281 * string/test-strcpy.c (do_test): Likewise.
282 (do_random_tests): Likewise.
283 * string/test-strlen.c (do_test): Likewise.
284 (test_main): Likewise.
285 * string/test-strrchr.c (do_test): Likewise.
286 (do_random_tests): Likewise.
287 * string/tester.c (test_memrchr): Likewise.
288 (test_memchr): Likewise.
289 * sysdeps/generic/memcopy.h (OPSIZ): Likewise.
290 * sysdeps/generic/unwind-dw2.c (execute_stack_op): Likewise.
291 * sysdeps/generic/unwind-pe.h (read_sleb128): Likewise.
292 (read_encoded_value_with_base): Likewise.
293 * sysdeps/hppa/dl-machine.h (elf_machine_runtime_setup): Likewise.
294 * sysdeps/hppa/fpu/feupdateenv.c (__feupdateenv): Likewise.
295 * sysdeps/ia64/fpu/sfp-machine.h (TI_BITS): Likewise.
296 * sysdeps/mach/hurd/spawni.c (__spawni): Likewise.
297 * sysdeps/posix/spawni.c (maybe_script_execute): Likewise.
298 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (query_auxv):
299 Likewise.
300 * sysdeps/unix/sysv/linux/aarch64/bits/procfs.h (ELF_NGREG):
301 Likewise.
302 * sysdeps/unix/sysv/linux/arm/bits/procfs.h (ELF_NGREG): Likewise.
303 * sysdeps/unix/sysv/linux/arm/ioperm.c (init_iosys): Likewise.
304 * sysdeps/unix/sysv/linux/csky/bits/procfs.h (ELF_NGREG):
305 Likewise.
306 * sysdeps/unix/sysv/linux/m68k/bits/procfs.h (ELF_NGREG):
307 Likewise.
308 * sysdeps/unix/sysv/linux/nios2/bits/procfs.h (ELF_NGREG):
309 Likewise.
310 * sysdeps/unix/sysv/linux/spawni.c (maybe_script_execute):
311 Likewise.
312 * sysdeps/unix/sysv/linux/x86/bits/procfs.h (ELF_NGREG): Likewise.
313 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h
314 (FP_XSTATE_MAGIC2_SIZE): Likewise.
315 * sysdeps/x86/fpu/sfp-machine.h (TI_BITS): Likewise.
316 * time/test_time.c (main): Likewise.
317
318 2019-02-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
319
320 * wcsmbs/wcsnlen.c (__wcsnlen): Rewrite using wmemchr.
321
322 * wcsmbs/wcsncpy.c (__wcsncpy): Rewrite using wcsnlen, wmemset, and
323 wmemcpy.
324
325 * wcsmbs/wcsncat.c (wcsncat): Rewrite using wcslen, wcsnlen, and
326 wmemcpy.
327
328 * wcsmbs/wcscpy.c (__wcpcpy): Rewrite using wcslen and wmemcpy.
329
330 * include/wchar.h (__wcscpy): New prototype.
331 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c
332 (__wcscpy): Route internal symbol to generic implementation.
333 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c (wcscpy):
334 Add internal __wcscpy alias.
335 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c (wcscpy): Likewise.
336 * sysdeps/s390/wcscpy.c (wcscpy): Likewise.
337 * sysdeps/x86_64/multiarch/wcscpy.c (wcscpy): Likewise.
338 * wcsmbs/wcscpy.c (wcscpy): Add
339 * sysdeps/x86_64/multiarch/wcscpy-c.c (WCSCPY): Adjust macro to
340 use generic implementation.
341 * wcsmbs/wcscat.c (wcscat): Rewrite using wcslen and wcscpy.
342
343 * wcsmbs/wcpncpy.c (__wcpcpy): Rewrite using wcslen, wmemcpy, and
344 wmemset.
345
346 * sysdeps/m68k/wcpcpy.c: Remove file.
347 * wcsmbs/wcpcpy.c (__wcpcpy): Rewrite using wcslen and wmemcpy.
348
349 2019-02-26 Joseph Myers <joseph@codesourcery.com>
350
351 * sysdeps/arm/sysdep.h (#if condition): Break lines before rather
352 than after operators.
353 * sysdeps/mach/hurd/fork.c (__fork): Likewise.
354 * sysdeps/mach/hurd/getcwd.c
355 (__hurd_canonicalize_directory_name_internal): Likewise.
356 * sysdeps/mach/hurd/htl/pt-mutex-consistent.c
357 (pthread_mutex_consistent): Likewise.
358 * sysdeps/mach/hurd/htl/pt-mutex-init.c (_pthread_mutex_init):
359 Likewise.
360 * sysdeps/mach/hurd/htl/pt-mutex-transfer-np.c
361 (__pthread_mutex_transfer_np): Likewise.
362 * sysdeps/mach/hurd/htl/pt-mutex-unlock.c
363 (__pthread_mutex_unlock): Likewise.
364 * sysdeps/mach/hurd/htl/pt-mutex.h (ROBUST_LOCK): Likewise.
365 (mtx_owned_p): Likewise.
366 * sysdeps/mach/hurd/htl/pt-mutexattr-getrobust.c
367 (pthread_mutexattr_getrobust): Likewise.
368 * sysdeps/mach/hurd/i386/init-first.c (init1): Likewise.
369 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
370 Likewise.
371 * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
372 * sysdeps/mach/hurd/jmp-unwind.c (_longjmp_unwind): Likewise.
373 * sysdeps/mach/hurd/kill.c (__kill): Likewise.
374 * sysdeps/mach/hurd/mig-reply.c (__mig_get_reply_port): Likewise.
375 * sysdeps/mach/hurd/ptrace.c (ptrace): Likewise.
376 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
377 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (#if condition):
378 Likewise.
379 * sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo):
380 Likewise.
381 * sysdeps/unix/sysv/linux/bits/timex.h (STA_RONLY): Likewise.
382 * sysdeps/unix/sysv/linux/csky/sysdep.h (#if condition): Likewise.
383 * sysdeps/unix/sysv/linux/generic/____longjmp_chk.c
384 (____longjmp_chk): Likewise.
385 * sysdeps/unix/sysv/linux/generic/futimesat.c (futimesat):
386 Likewise.
387 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
388 (INTERNAL_SYSCALL): Likewise.
389 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
390 (INTERNAL_SYSCALL): Likewise.
391 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
392 (__get_clockfreq_via_cpuinfo): Likewise.
393
394 * sysdeps/i386/dl-machine.h (elf_machine_rela): Add fall-through
395 comments.
396 * sysdeps/m68k/m680x0/fpu/s_cexp_template.c (s(__cexp)): Likewise.
397 * sysdeps/m68k/memcopy.h (WORD_COPY_FWD): Likewise.
398 (WORD_COPY_BWD): Likewise.
399 * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
400 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
401 Likewise.
402 * sysdeps/s390/iso-8859-1_cp037_z900.c (TR_LOOP): Likewise.
403 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Move fall-through
404 comment.
405 * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Likewise.
406
407 2019-02-25 Joseph Myers <joseph@codesourcery.com>
408
409 * dirent/dirent.h [!_DIRENT_HAVE_D_NAMLEN
410 && _DIRENT_HAVE_D_RECLEN] (_D_ALLOC_NAMLEN): Break lines before
411 rather than after operators.
412 * elf/cache.c (print_cache): Likewise.
413 * gshadow/fgetsgent_r.c (__fgetsgent_r): Likewise.
414 * htl/pt-getattr.c (__pthread_getattr_np): Likewise.
415 * hurd/hurdinit.c (_hurd_setproc): Likewise.
416 * hurd/hurdkill.c (_hurd_sig_post): Likewise.
417 * hurd/hurdlookup.c (__file_name_lookup_under): Likewise.
418 * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
419 (reauth_proc): Likewise.
420 * hurd/lookup-at.c (__file_name_lookup_at): Likewise.
421 (__file_name_split_at): Likewise.
422 (__directory_name_split_at): Likewise.
423 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Likewise.
424 * hurd/port2fd.c (_hurd_port2fd): Likewise.
425 * iconv/gconv_dl.c (do_print): Likewise.
426 * inet/netinet/in.h (struct sockaddr_in): Likewise.
427 * libio/wstrops.c (_IO_wstr_seekoff): Likewise.
428 * locale/setlocale.c (new_composite_name): Likewise.
429 * malloc/memusagestat.c (main): Likewise.
430 * misc/fstab.c (fstab_convert): Likewise.
431 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt):
432 Likewise.
433 * nss/nss_compat/compat-grp.c (getgrent_next_nss): Likewise.
434 (getgrent_next_file): Likewise.
435 (internal_getgrnam_r): Likewise.
436 (internal_getgrgid_r): Likewise.
437 * nss/nss_compat/compat-initgroups.c (getgrent_next_nss):
438 Likewise.
439 (internal_getgrent_r): Likewise.
440 * nss/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
441 (getpwent_next_nss): Likewise.
442 (getpwent_next_file): Likewise.
443 (internal_getpwnam_r): Likewise.
444 (internal_getpwuid_r): Likewise.
445 * nss/nss_compat/compat-spwd.c (getspent_next_nss_netgr):
446 Likewise.
447 (getspent_next_nss): Likewise.
448 (internal_getspnam_r): Likewise.
449 * pwd/fgetpwent_r.c (__fgetpwent_r): Likewise.
450 * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
451 * string/strchr.c (STRCHR): Likewise.
452 * string/strchrnul.c (STRCHRNUL): Likewise.
453 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_FPCR_IEEE): Likewise.
454 * sysdeps/aarch64/sfp-machine.h (_FP_CHOOSENAN): Likewise.
455 * sysdeps/csky/dl-machine.h (elf_machine_rela): Likewise.
456 * sysdeps/generic/memcopy.h (PAGE_COPY_FWD_MAYBE): Likewise.
457 * sysdeps/generic/symbol-hacks.h (__stack_chk_fail_local):
458 Likewise.
459 * sysdeps/gnu/netinet/ip_icmp.h (ICMP_INFOTYPE): Likewise.
460 * sysdeps/gnu/updwtmp.c (TRANSFORM_UTMP_FILE_NAME): Likewise.
461 * sysdeps/gnu/utmp_file.c (TRANSFORM_UTMP_FILE_NAME): Likewise.
462 * sysdeps/hppa/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Likewise.
463 * sysdeps/mach/hurd/bits/stat.h (S_ISPARE): Likewise.
464 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Likewise.
465 (open_file): Likewise.
466 * sysdeps/mach/hurd/htl/pt-mutexattr-setprotocol.c
467 (pthread_mutexattr_setprotocol): Likewise.
468 * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
469 * sysdeps/mach/hurd/mmap.c (__mmap): Likewise.
470 * sysdeps/mach/hurd/ptrace.c (ptrace): Likewise.
471 * sysdeps/mach/hurd/spawni.c (__spawni): Likewise.
472 * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
473 Likewise.
474 (elf_machine_rela): Likewise.
475 * sysdeps/mips/mips32/sfp-machine.h (_FP_CHOOSENAN): Likewise.
476 * sysdeps/mips/mips64/sfp-machine.h (_FP_CHOOSENAN): Likewise.
477 * sysdeps/mips/sys/asm.h (multiple #if conditionals): Likewise.
478 * sysdeps/posix/rename.c (rename): Likewise.
479 * sysdeps/powerpc/novmx-sigjmp.c (__novmx__sigjmp_save): Likewise.
480 * sysdeps/powerpc/sigjmp.c (__vmx__sigjmp_save): Likewise.
481 * sysdeps/s390/fpu/fenv_libc.h (FPC_VALID_MASK): Likewise.
482 * sysdeps/s390/utf8-utf16-z9.c (gconv_end): Likewise.
483 * sysdeps/unix/grantpt.c (grantpt): Likewise.
484 * sysdeps/unix/sysv/linux/a.out.h (N_TXTOFF): Likewise.
485 * sysdeps/unix/sysv/linux/updwtmp.c (TRANSFORM_UTMP_FILE_NAME):
486 Likewise.
487 * sysdeps/unix/sysv/linux/utmp_file.c (TRANSFORM_UTMP_FILE_NAME):
488 Likewise.
489 * sysdeps/x86/cpu-features.c (get_common_indices): Likewise.
490 * time/tzfile.c (__tzfile_compute): Likewise.
491
492 2019-02-22 Joseph Myers <joseph@codesourcery.com>
493
494 * benchtests/bench-memmem.c (simple_memmem): Break lines before
495 rather than after operators.
496 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): Likewise.
497 * crypt/md5.c (md5_finish_ctx): Likewise.
498 * crypt/sha256.c (__sha256_finish_ctx): Likewise.
499 * crypt/sha512.c (__sha512_finish_ctx): Likewise.
500 * elf/cache.c (load_aux_cache): Likewise.
501 * elf/dl-load.c (open_verify): Likewise.
502 * elf/get-dynamic-info.h (elf_get_dynamic_info): Likewise.
503 * elf/readelflib.c (process_elf_file): Likewise.
504 * elf/rtld.c (dl_main): Likewise.
505 * elf/sprof.c (generate_call_graph): Likewise.
506 * hurd/ctty-input.c (_hurd_ctty_input): Likewise.
507 * hurd/ctty-output.c (_hurd_ctty_output): Likewise.
508 * hurd/dtable.c (reauth_dtable): Likewise.
509 * hurd/getdport.c (__getdport): Likewise.
510 * hurd/hurd/signal.h (_hurd_interrupted_rpc_timeout): Likewise.
511 * hurd/hurd/sigpreempt.h (HURD_PREEMPT_SIGNAL_P): Likewise.
512 * hurd/hurdfault.c (_hurdsig_fault_catch_exception_raise):
513 Likewise.
514 * hurd/hurdioctl.c (fioctl): Likewise.
515 * hurd/hurdselect.c (_hurd_select): Likewise.
516 * hurd/hurdsig.c (_hurdsig_abort_rpcs): Likewise.
517 (STOPSIGS): Likewise.
518 * hurd/hurdstartup.c (_hurd_startup): Likewise.
519 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Likewise.
520 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Likewise.
521 * hurd/msgportdemux.c (msgport_server): Likewise.
522 * hurd/setauth.c (_hurd_setauth): Likewise.
523 * include/features.h (__GLIBC_USE_DEPRECATED_SCANF): Likewise.
524 * libio/libioP.h [IO_DEBUG] (CHECK_FILE): Likewise.
525 * locale/programs/ld-ctype.c (set_class_defaults): Likewise.
526 * localedata/tests-mbwc/tst_swscanf.c (tst_swscanf): Likewise.
527 * login/tst-utmp.c (do_check): Likewise.
528 (simulate_login): Likewise.
529 * mach/lowlevellock.h (lll_lock): Likewise.
530 (lll_trylock): Likewise.
531 * math/test-fenv.c (ALL_EXC): Likewise.
532 * math/test-fenvinline.c (ALL_EXC): Likewise.
533 * misc/sys/cdefs.h (__attribute_deprecated_msg__): Likewise.
534 * nis/nis_call.c (__do_niscall3): Likewise.
535 * nis/nis_callback.c (cb_prog_1): Likewise.
536 * nis/nis_defaults.c (searchaccess): Likewise.
537 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
538 * nis/nis_ismember.c (internal_ismember): Likewise.
539 * nis/nis_local_names.c (nis_local_principal): Likewise.
540 * nis/nss_nis/nis-rpc.c (_nss_nis_getrpcbyname_r): Likewise.
541 * nis/nss_nisplus/nisplus-netgrp.c (_nss_nisplus_getnetgrent_r):
542 Likewise.
543 * nis/ypclnt.c (yp_match): Likewise.
544 (yp_first): Likewise.
545 (yp_next): Likewise.
546 (yp_master): Likewise.
547 (yp_order): Likewise.
548 * nscd/hstcache.c (cache_addhst): Likewise.
549 * nscd/initgrcache.c (addinitgroupsX): Likewise.
550 * nss/nss_compat/compat-pwd.c (copy_pwd_changes): Likewise.
551 (internal_getpwuid_r): Likewise.
552 * nss/nss_compat/compat-spwd.c (copy_spwd_changes): Likewise.
553 * posix/glob.h (__GLOB_FLAGS): Likewise.
554 * posix/regcomp.c (peek_token): Likewise.
555 (peek_token_bracket): Likewise.
556 (parse_expression): Likewise.
557 * posix/regexec.c (sift_states_iter_mb): Likewise.
558 (check_node_accept_bytes): Likewise.
559 * posix/tst-spawn3.c (do_test): Likewise.
560 * posix/wordexp-test.c (testit): Likewise.
561 * posix/wordexp.c (parse_tilde): Likewise.
562 (exec_comm): Likewise.
563 * posix/wordexp.h (__WRDE_FLAGS): Likewise.
564 * resource/vtimes.c (TIMEVAL_TO_VTIMES): Likewise.
565 * setjmp/sigjmp.c (__sigjmp_save): Likewise.
566 * stdio-common/printf_fp.c (__printf_fp_l): Likewise.
567 * stdio-common/tst-fileno.c (do_test): Likewise.
568 * stdio-common/vfprintf-internal.c (vfprintf): Likewise.
569 * stdlib/strfmon_l.c (__vstrfmon_l_internal): Likewise.
570 * stdlib/strtod_l.c (round_and_return): Likewise.
571 (____STRTOF_INTERNAL): Likewise.
572 * stdlib/tst-strfrom.h (TEST_STRFROM): Likewise.
573 * string/strcspn.c (STRCSPN): Likewise.
574 * string/test-memmem.c (simple_memmem): Likewise.
575 * termios/tcsetattr.c (tcsetattr): Likewise.
576 * time/alt_digit.c (_nl_parse_alt_digit): Likewise.
577 * time/asctime.c (asctime_internal): Likewise.
578 * time/strptime_l.c (__strptime_internal): Likewise.
579 * time/sys/time.h (timercmp): Likewise.
580 * time/tzfile.c (__tzfile_compute): Likewise.
581
582 2019-02-21 Patsy Griffin Franklin <pfrankli@redhat.com>
583
584 [BZ #21915]
585 * nss/tst-nss-files-hosts-long.root/etc/host.conf: New file.
586
587 2019-02-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
588
589 * argp/argp-help.c (__argp_error_internal): New function,
590 renamed from __argp_error, but that takes a 'mode_flags'
591 parameter to control the format of long double parameters.
592 (__argp_error): Converted into a call __argp_error_internal.
593 (__argp_failure_internal): New function, renamed from
594 __argp_failure, but that takes a 'mode_flags' parameter.
595 (__argp_failure): Converted into a call __argp_failure_internal.
596 * misc/err.c (__vwarnx_internal): New function, renamed from
597 vwarnx, but that takes a 'mode_flags' parameter.
598 (vwarnx): Converted into a call to __vwarnx_internal.
599 (__vwarn_internal): New function, renamed from vwarn, but that
600 takes a 'mode_flags' parameter.
601 (vwarn): Converted into a call to __vwarn_internal.
602 * misc/error.c (error_tail): Add 'mode_flags' parameter. Update
603 call to __vfxprintf with 'mode_flags'.
604 (__error_internal): New function, renamed from error, but that
605 takes a 'mode_flags' parameter.
606 (error): Converted into a call to __error_internal.
607 (__error_at_line_internal): New function, renamed from
608 error_at_line, but that takes a 'mode_flags' parameter.
609 (error_at_line): Converted into a call to
610 __error_at_line_internal.
611 * include/stdio.h (__vfxprintf): Add mode_flags parameter.
612 * stdio-common/fxprintf.c (locked_vfxprintf, __vfxprintf):
613 Likewise.
614
615 2019-02-20 Martin Liska <mliska@suse.cz>
616
617 * math/Makefile: Install math-vector-fortran.h.
618 * bits/math-vector-fortran.h: New file.
619 * sysdeps/x86/fpu/bits/math-vector-fortran.h: New file.
620
621 2019-02-20 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
622
623 * sysdeps/powerpc/powerpc64/le/configure.ac: Remove test.
624 * sysdeps/powerpc/powerpc64/le/configure: Regenerate.
625
626 2019-02-19 Wolfram Sang <wsa@the-dreams.de>
627
628 * nptl/pthread_mutex_trylock.c: Fix comment.
629
630 2019-02-19 Carlos O'Donell <carlos@redhat.com>
631
632 * nptl/pthread_tryjoin.c: Fix comment.
633
634 2019-02-18 Joseph Myers <joseph@codesourcery.com>
635
636 [BZ #24231]
637 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Add break
638 after R_SPARC_H34 case.
639
640 2019-02-18 Florian Weimer <fweimer@redhat.com>
641
642 * resolv/compat-gethnamaddr.c (Dprintf): Remove definition.
643 (getanswer): Do not call Dprintf.
644 (res_gethostbyname2_context): Likewise.
645 (res_gethostbyaddr_context): Likewise.
646
647 2019-02-18 Florian Weimer <fweimer@redhat.com>
648
649 * libio/libio.h (_IO_stdin, _IO_stdout, _IO_stderr): Remove
650 declaration.
651 * libio/stdio.c (AL, AL2, _IO_stdin, _IO_stdout, _IO_stderr):
652 Remove definitions.
653 * libio/stdfiles.c: Update comment.
654 * libio/oldstdfiles.c (_IO_check_libio): Update comment. Do not
655 set _IO_stdin, _IO_stdout, _IO_stderr.
656 * libio/libioP.h (_IO_fake_stdiobuf): Remove unused declaration.
657 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)] (_IO_legacy_file): New
658 inline function.
659 (_IO_deallocate_file): New inline function.
660 * libio/iolibio.h (_IO_vprintf): Remove definition.
661 * libio/iofclose.c (_IO_new_fclose): Use _IO_deallocate_file.
662 * libio/oldiofclose.c (_IO_old_fclose): Likewise.
663 * libio/iofwide.c (_IO_fwide): Use __glibc_unlikely and
664 _IO_legacy_file.
665 * libio/oldfileops.c (_IO_old_file_init_internal): Remove
666 __builtin_expect. Use _IO_legacy_file.
667
668 2019-02-18 Stefan Liebler <stli@linux.ibm.com>
669
670 * sysdeps/unix/sysv/linux/tst-clone3.c (do_test):
671 Initialize ctid with a known value and remove update of ctid
672 after clone.
673 (wait_tid): Adjust arguments and call futex_wait with ctid_val
674 as assumed current value of ctid_ptr.
675
676 2019-02-15 Florian Weimer <fweimer@redhat.com>
677
678 Check that non-sysdeps headers have wrapper headers.
679 * scripts/check-wrapper-headers.py: New file.
680 * Makefile (tests-special): Add check-wrapper-headers.out.
681 (check-wrapper-headers.out): New target.
682 * Rules (tests-special): Add check-wrapper-headers.out.
683 (check-wrapper-headers.out): New target.
684
685 2019-02-15 Florian Weimer <fweimer@redhat.com>
686
687 Add missing header wrappers under include/.
688 * include/ar.h: New file.
689 * include/bits/mqueue2.h: Likewise.
690 * include/bits/stdio.h: Likewise.
691 * include/bits/stdio2.h: Likewise.
692 * include/fstab.h: Likewise.
693 * include/fts.h: Likewise.
694 * include/lastlog.h: Likewise.
695 * include/netinet/icmp6.h: Likewise.
696 * include/netinet/igmp.h: Likewise.
697 * include/netinet/ip6.h: Likewise.
698 * include/re_comp.h: Likewise.
699 * include/regexp.h: Likewise.
700 * include/rpcsvc/bootparam.h: Likewise.
701 * include/rpcsvc/yp_prot.h: Likewise.
702 * include/sys/random.h: Likewise.
703 * include/sys/stropts.h: Likewise.
704 * include/sys/ttychars.h: Likewise.
705 * include/sys/vfs.h: Likewise.
706 * include/wait.h: Likewise.
707
708 2019-02-15 Florian Weimer <fweimer@redhat.com>
709
710 * nptl_db/proc_service.h: Move to ...
711 * sysdeps/nptl/proc_service.h: ... here.
712 * nptl_db/thread_db.h: Move to ...
713 * sysdeps/nptl/thread_db.h: ... here.
714 * nptl/descr.h: Include <thread_db.h>.
715
716 2019-02-15 Adhemerval Zanella <adhemerval.zanella@linaro.org>
717
718 * io/Makefile (tests): Add tst-lockf.
719 * io/lockf.c (lockf): Use __fcntl and only define for
720 !__OFF_T_MATCHES_OFF64_T.
721 * io/lockf64.c (__lockf64): Call __fcntl64 and alias to lockf for
722 __OFF_T_MATCHES_OFF64_T case.
723 * io/tst-lockf.c: New file.
724 * sysdeps/unix/sysv/linux/i386/lockf64.c: Remove file.
725 * sysdeps/unix/sysv/linux/arm/lockf64.c: Likewise.
726 * sysdeps/unix/sysv/linux/m68k/lockf64.c: Likewise.
727 * sysdeps/unix/sysv/linux/mips/mips32/lockf64.c: Likewise.
728 * sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c: Likewise.
729 * sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: Likewise.
730 * sysdeps/unix/sysv/linux/s390/s390-32/lockf64.c: Likewise.
731 * sysdeps/unix/sysv/linux/sh/lockf64.c: Likewise.
732 * sysdeps/unix/sysv/linux/sparc/sparc32/lockf64.c: Likewise.
733
734 2019-02-15 Florian Weimer <fweimer@redhat.com>
735
736 [BZ #24211]
737 * nptl/pthread_join_common.c (__pthread_timedjoin_ex): Do not read
738 pd->result after the thread descriptor has been freed.
739
740 2019-02-15 Joseph Myers <joseph@codesourcery.com>
741
742 * sunrpc/tst-svc_register.c (rpcbind_address): Remove qualifier
743 from function return type.
744
745 * setjmp/tst-setjmp.c (jump): Use __attribute__ ((__noreturn__)).
746
747 2019-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
748
749 * scripts/test_printers_common.py: Set TERM to a known harmless
750 value.
751
752 2019-02-14 Joseph Myers <joseph@codesourcery.com>
753
754 * sunrpc/xdr.c (xdr_int): Add fall-through comment.
755 (xdr_u_int): Likewise.
756 (xdr_enum): Likewise.
757 (xdr_bytes): Reword fall-through comment.
758 (xdr_string): Likewise.
759
760 2019-02-14 Adhemerval Zanella <adhemerval.zanella@linaro.org>
761
762 [BZ #2421]
763 * nptl/Makefile (lpthread-routines): Remove lll_timedwait_tid.
764 (tests): Add tst-join8 tst-join9.
765 * nptl/lll_timedwait_tid.c: Remove file.
766 * sysdeps/sparc/sparc32/lll_timedwait_tid.c: Likewise.
767 * sysdeps/unix/sysv/linux/i386/lll_timedwait_tid.c: Likewise.
768 * sysdeps/sysv/linux/x86_64/lll_timedwait_tid.c: Likewise.
769 * nptl/pthread_join_common.c (timedwait_tid): New function.
770 (__pthread_timedjoin_ex): Act as cancellation entrypoint is block
771 is set.
772 * nptl/tst-join5.c (thread_join): New function.
773 (tf1, tf2, do_test): Use libsupport and add pthread_timedjoin_np
774 check.
775 * nptl/tst-join8.c: New file.
776 * nptl/tst-join9.c: Likewise.
777 * sysdeps/nptl/lowlevellock-futex.h (lll_futex_wait_cancel,
778 lll_futex_timed_wait_cancel): Add generic macros.
779 * sysdeps/nptl/lowlevellock.h (__lll_timedwait_tid, lll_wait_tid):
780 Remove definitions.
781 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
782 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
783 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
784 * sysdeps/sparc/sparc32/lowlevellock.c (__lll_timedwait_tid):
785 Remove function.
786 * sysdeps/unix/sysv/linux/i386/lowlevellock.S (__lll_timedwait_tid):
787 Likewise.
788 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
789 * sysdeps/unix/sysv/linux/lowlevellock-futex.h
790 (lll_futex_timed_wait_cancel): New macro.
791
792 2019-02-14 Wilco Dijkstra <wdijkstr@arm.com>
793
794 * benchtests/Makefile: Add malloc-simple benchmark.
795 * benchtests/bench-malloc-simple.c: New benchmark.
796
797 2019-02-14 Siddhesh Poyarekar <siddhesh@sourceware.org>
798
799 * benchtests/bench-memmove.c (do_one_test): Remove unused
800 ORIG_SRC.
801 (do_test): Adjust.
802 * benchtests/bench-memmove-large.c (do_one_test): Remove unused
803 ORIG_SRC.
804 (do_test): Adjust.
805
806 2019-01-13 Jim Wilson <jimw@sifive.com>
807
808 [BZ #24040]
809 * elf/Makefile (CFLAGS-tst-unwind-main.c): Add -DUSE_PTHREADS=0.
810 * elf/tst-unwind-main.c: If USE_PTHEADS, include pthread.h and error.h
811 (func): New.
812 (main): If USE_PTHREADS, call pthread_create to run func. Otherwise
813 call func directly.
814 * nptl/Makefile (tests): Add tst-unwind-thread.
815 (CFLAGS-tst-unwind-thread.c): Define.
816 * nptl/tst-unwind-thread.c: New file.
817 * sysdeps/unix/sysv/linux/riscv/clone.S (__thread_start): Mark ra
818 as undefined.
819
820 2019-02-13 Joseph Myers <joseph@codesourcery.com>
821
822 * iconvdata/cns11643.h (ucs4_to_cns11643): Adjust fall-through
823 comment wording.
824 * nis/nis_call.c (__do_niscall3): Likewise.
825
826 * catgets/gencat.c (normalize_line): Use braces around empty
827 'else' body.
828 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
829 (STAP_PROBE0): Use do {} while (0) for do-nothing definition.
830 [!USE_STAP_PROBE && !__ASSEMBLER__] (STAP_PROBE1): Likewise.
831 [!USE_STAP_PROBE && !__ASSEMBLER__] (STAP_PROBE2): Likewise.
832 [!USE_STAP_PROBE && !__ASSEMBLER__] (STAP_PROBE3): Likewise.
833 [!USE_STAP_PROBE && !__ASSEMBLER__] (STAP_PROBE4): Likewise.
834 * libio/libio.h (_IO_funlockfile): Use ((void) 0) for do-nothing
835 definition.
836
837 * support/test-container.c (recursive_remove): Use FAIL_EXIT1 if
838 execlp returns.
839
840 2019-02-12 Wilco Dijkstra <wdijkstr@arm.com>
841
842 * benchtests/bench-strcasecmp.c (stupid_strcasecmp): Remove.
843 * benchtests/bench-strcasestr.c (stupid_strcasestr): Remove.
844 * benchtests/bench-strchr.c (stupid_strchr): Remove.
845 * benchtests/bench-strcmp.c (stupid_strcmp): Remove.
846 * benchtests/bench-strcspn.c (stupid_strcspn): Remove.
847 * benchtests/bench-strlen.c (builtin_strlen): Remove.
848 * benchtests/bench-strncasecmp.c (stupid_strncasecmp): Remove.
849 * benchtests/bench-strncmp.c (stupid_strncmp): Remove.
850 * benchtests/bench-strpbrk.c (stupid_strpbrk): Remove.
851 * benchtests/bench-strspn.c (stupid_strspn): Remove.
852 * benchtests/Makefile: Remove bench-bcopy.c and bench-bzero.c.
853 * benchtests/bench-bcopy.c: Delete file.
854 * benchtests/bench-bzero.c: Likewise.
855 * benchtests/bench-memccpy.c (stupid_memccpy): Remove.
856 (simple_memccpy): Remove.
857 (generic_memccpy): Add function.
858 * benchtests/bench-memcpy.c: (builtin_memcpy): Remove.
859 * benchtests/bench-memmove.c (simple_bcopy): Remove.
860 * benchtests/bench-mempcpy.c (simple_mempcpy): Remove.
861 (generic_mempcpy): Add new function.
862 * benchtests/bench-memset.c (simple_bzero): Remove.
863 (builtin_bzero): Remove.
864 (builtin_memset): Remove.
865 * benchtests/bench-rawmemchr.c (simple_rawmemchr): Remove.
866 (generic_rawmemchr): Add new function.
867
868 2019-02-12 Florian Weimer <fweimer@redhat.com>
869
870 * nss/getent.c (ahosts_keys_int): Include IPv6 scope ID in output.
871
872 2019-02-12 Adhemerval Zanella <adhemerval.zanella@linaro.org>
873
874 [BZ #24122]
875 * elf/Makefile (tests): Add tst-audit13.
876 (modules-names): Add tst-audit13mod1.
877 (tst-audit13.out, LDFLAGS-tst-audit13mod1.so, tst-audit13-ENV): New
878 rule.
879 * elf/tst-audit13.c: New file.
880 * elf/tst-audit13mod1.c: Likewise.
881
882 2019-02-12 Florian Weimer <fweimer@redhat.com>
883
884 [BZ #24122]
885 * elf/rtld.c (unload_audit_module): New function.
886 (report_audit_module_load_error): Likewise.
887 (load_audit_module): Likewise. Extracted from dl_main. Call
888 _dl_close if the laversion symbol cannot be found. Use early
889 returns for error handling. Add malloc error check. Check for a
890 zero return value from la_version. Remove spurious comment about
891 static TLS initialization. Remove useless casts.
892 (notify_audit_modules_of_loaded_object): New function. Extracted
893 from dl_main.
894 (load_audit_module): Likewise.
895 (dl_main): Call load_audit_modules.
896
897 2019-02-12 Joseph Myers <joseph@codesourcery.com>
898
899 * elf/dl-exception.c (_dl_exception_create_format): Add
900 fall-through comments.
901 * elf/ldconfig.c (parse_conf_include): Likewise.
902 * elf/rtld.c (print_statistics): Likewise.
903 * locale/programs/charmap.c (parse_charmap): Likewise.
904 * misc/mntent_r.c (__getmntent_r): Likewise.
905 * posix/wordexp.c (parse_arith): Likewise.
906 (parse_backtick): Likewise.
907 * resolv/ns_ttl.c (ns_parse_ttl): Likewise.
908 * sysdeps/x86/cpu-features.c (init_cpu_features): Likewise.
909 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
910
911 2019-02-11 Paul A. Clarke <pc@us.ibm.com>
912
913 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrtf):
914 Use float instead of double.
915
916 2019-02-11 TAMUKI Shoichi <tamuki@linet.gr.jp>
917
918 * time/strftime_l.c: Fix a few whitespace arrangement inconsistencies.
919
920 2019-02-08 Joseph Myers <joseph@codesourcery.com>
921
922 * sysdeps/powerpc/bits/mathinline.h: Remove.
923
924 2019-02-08 Florian Weimer <fweimer@redhat.com>
925
926 math: Enable <bits/math-finite.h> sysdeps override, as used on ia64.
927 * math/bits/math-finite.h: Move to ...
928 * bits/math-finite.h: ... here.
929
930 2019-02-08 Florian Weimer <fweimer@redhat.com>
931
932 * sysdeps/generic/bits/unistd_ext.h: Move to ...
933 * bits/unistd_ext.h: here.
934
935 2019-02-08 Patsy Griffin Franklin <pfrankli@redhat.com>
936
937 [BZ #21915]
938 * nss/Makefile (test-container): Add tst-nss-files-hosts-long.
939 * nss/tst-nss-files-hosts-long.c: New file.
940 * nss/tst-nss-files-hosts-long.root: New directory.
941 * nss/tst-nss-files-hosts-long.root/etc: Likewise.
942 * nss/tst-nss-files-hosts-long.root/etc/hosts: New file.
943
944 2019-02-08 Florian Weimer <fweimer@redhat.com>
945
946 * include/bits/unistd_ext.h: Remove file.
947 * posix/bits/unistd_ext.h: Move to ...
948 * sysdeps/generic/bits/unistd_ext.h: ... here.
949
950 2019-02-08 Florian Weimer <fweimer@redhat.com>
951
952 * include/bits/unistd_ext.h: New file.
953
954 2019-02-08 TAMUKI Shoichi <tamuki@linet.gr.jp>
955
956 * time/tst-strftime2.c: Use array_length macros instead of magic
957 numbers.
958
959 2019-02-08 Florian Weimer <fweimer@redhat.com>
960
961 [BZ #24161]
962 * sysdeps/nptl/fork.h (__run_fork_handlers): Add multiple_threads
963 argument.
964 * nptl/register-atfork.c (__run_fork_handlers): Only perform
965 locking if the new do_locking argument is true.
966 * sysdeps/nptl/fork.c (__libc_fork): Pass multiple_threads to
967 __run_fork_handlers.
968
969 2019-02-08 Florian Weimer <fweimer@redhat.com>
970
971 [BZ #6399]
972 Linux: Add gettid system call wrapper.
973 * posix/Makefile (headers): Add bits/unistd_ext.h.
974 * posix/bits/unistd_ext.h: New file.
975 * posix/unistd.h: Include it.
976 * manual/process.texi (Process Identification): Document gettid.
977 * sysdeps/unix/sysv/linux/Makefile [subdir == misc] (tests): Add
978 tst-gettid, tst-gettid-kill.
979 (tst-gettid): Link with $(shared-thread-library).
980 * sysdeps/unix/sysv/linux/Version (GLIBC_2.30): Export gettid.
981 * sysdeps/unix/sysv/linux/bits/unistd_ext.h: New file.
982 * sysdeps/unix/sysv/linux/bits/syscalls.list (gettid): Add.
983 * sysdeps/unix/sysv/linux/bits/tst-gettid.c: New file.
984 * sysdeps/unix/sysv/linux/bits/tst-gettid-kill.c: Likewise.
985 * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.30):
986 Add gettid.
987 * sysdeps/unix/sysv/linux/alpha/libc.abilist (GLIBC_2.30):
988 Likewise.
989 * sysdeps/unix/sysv/linux/arm/libc.abilist (GLIBC_2.30): Likewise.
990 * sysdeps/unix/sysv/linux/csky/libc.abilist (GLIBC_2.30):
991 Likewise.
992 * sysdeps/unix/sysv/linux/hppa/libc.abilist (GLIBC_2.30):
993 Likewise.
994 * sysdeps/unix/sysv/linux/i386/libc.abilist (GLIBC_2.30):
995 Likewise.
996 * sysdeps/unix/sysv/linux/ia64/libc.abilist (GLIBC_2.30):
997 Likewise.
998 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist (GLIBC_2.30):
999 Likewise.
1000 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist (GLIBC_2.30):
1001 Likewise.
1002 * sysdeps/unix/sysv/linux/microblaze/libc.abilist (GLIBC_2.30):
1003 Likewise.
1004 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
1005 (GLIBC_2.30): Likewise.
1006 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
1007 (GLIBC_2.30): Likewise.
1008 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
1009 (GLIBC_2.30): Likewise.
1010 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
1011 (GLIBC_2.30): Likewise.
1012 * sysdeps/unix/sysv/linux/nios2/libc.abilist (GLIBC_2.30):
1013 Likewise.
1014 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
1015 (GLIBC_2.30): Likewise.
1016 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
1017 (GLIBC_2.30): Likewise.
1018 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist
1019 (GLIBC_2.30): Likewise.
1020 * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist
1021 (GLIBC_2.30): Likewise.
1022 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist (GLIBC_2.30):
1023 Likewise.
1024 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist (GLIBC_2.30):
1025 Likewise.
1026 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist (GLIBC_2.30):
1027 Likewise.
1028 * sysdeps/unix/sysv/linux/sh/libc.abilist (GLIBC_2.30): Likewise.
1029 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist (GLIBC_2.30):
1030 Likewise.
1031 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist (GLIBC_2.30):
1032 Likewise.
1033 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist (GLIBC_2.30):
1034 Likewise.
1035 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist (GLIBC_2.30):
1036 Likewise.
1037 * sysdeps/unix/sysv/linux/tst-setgetname.c (gettid): Remove.
1038
1039 2019-02-07 Florian Weimer <fweimer@redhat.com>
1040
1041 * rt/clock-compat.c (COMPAT_REDIRECT): Turn librt forwarders into
1042 compatibility symbols.
1043
1044 2019-02-07 Stefan Liebler <stli@linux.ibm.com>
1045
1046 [BZ #24180]
1047 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1048 Add compiler barriers and comments.
1049
1050 2019-02-07 Florian Weimer <fweimer@redhat.com>
1051
1052 * include/array_length.h (array_length): Do not use a statement
1053 expression and _Static_assert, so that array_length can be used at
1054 file scope and as a constant expression.
1055
1056 2019-02-07 Florian Weimer <fweimer@redhat.com>
1057
1058 * support/xdlfcn.h (xdlmopen): Declare.
1059 * support/xdlmopen.c: New file.
1060 * support/Makefile (libsupport-routines): Add xdlmopen.
1061
1062 2019-02-06 Joseph Myers <joseph@codesourcery.com>
1063
1064 * elf/dl-load.h (_dl_postprocess_loadcmd): Use __always_inline
1065 before return type, without separate inline.
1066 * elf/dl-tunables.c (maybe_enable_malloc_check): Likewise.
1067 * elf/dl-tunables.h (tunable_is_name): Likewise.
1068 * malloc/malloc.c (do_set_trim_threshold): Likewise.
1069 (do_set_top_pad): Likewise.
1070 (do_set_mmap_threshold): Likewise.
1071 (do_set_mmaps_max): Likewise.
1072 (do_set_mallopt_check): Likewise.
1073 (do_set_perturb_byte): Likewise.
1074 (do_set_arena_test): Likewise.
1075 (do_set_arena_max): Likewise.
1076 (do_set_tcache_max): Likewise.
1077 (do_set_tcache_count): Likewise.
1078 (do_set_tcache_unsorted_limit): Likewise.
1079 * nis/nis_subr.c (count_dots): Likewise.
1080 * nptl/allocatestack.c (advise_stack_range): Likewise.
1081 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos): Likewise.
1082 (do_sin): Likewise.
1083 (reduce_sincos): Likewise.
1084 (do_sincos): Likewise.
1085 * sysdeps/unix/sysv/linux/x86/elision-conf.c
1086 (do_set_elision_enable): Likewise.
1087 (TUNABLE_CALLBACK_FNDECL): Likewise.
1088
1089 2019-02-06 Florian Weimer <fweimer@redhat.com>
1090
1091 * support/xdlfcn.c (xdlopen, xdlclose): Do not call dlerror.
1092 (xdlsym): Use dlerror to detect a NULL symbol.
1093
1094 2019-02-06 Florian Weimer <fweimer@redhat.com>
1095
1096 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Do not include
1097 <stap-probe.h>.
1098 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1099
1100 2019-02-06 Stefan Liebler <stli@linux.ibm.com>
1101
1102 * libio/tst-bz24153.c (wide): Use wide char format specifier.
1103
1104 2019-02-06 Stefan Liebler <stli@linux.ibm.com>
1105
1106 * sysdeps/s390/wmemcmp-vx.S: Add strong alias to
1107 __wmemcmp and weak alias to wmemcmp.
1108
1109 2019-02-06 Stefan Liebler <stli@linux.ibm.com>
1110
1111 [BZ #23403]
1112 * nptl/allocatestack.c (allocate_stack): Align pointer pd for
1113 TLS_TCB_AT_TP tls variant.
1114 * nptl/tst-tls1.c: Migrate to support/test-driver.c.
1115 Add alignment checks.
1116 * support/Makefile (libsupport-routines): Add xposix_memalign and
1117 xpthread_setstack.
1118 * support/support.h: Add xposix_memalign.
1119 * support/xthread.h: Add xpthread_attr_setstack.
1120 * support/xposix_memalign.c: New File.
1121 * support/xpthread_attr_setstack.c: Likewise.
1122
1123 2019-02-05 Florian Weimer <fweimer@redhat.com>
1124
1125 [BZ #24164]
1126 arm: Use "nr" constraint for Systemtap probes, to avoid the
1127 compiler using memory operands for constants, due to the "o"
1128 alternative in the default "nor" constraint.
1129 * include/stap-probe.h [USE_STAP_PROBE]: Include
1130 <stap-probe-machine.h>
1131 * sysdeps/generic/stap-probe-machine.h: New file.
1132 * sysdeps/arm/stap-probe-machine.h: Likewise.
1133
1134 2019-02-04 Joseph Myers <joseph@codesourcery.com>
1135
1136 * malloc/malloc.c (tcache_get): Compare tcache->counts[tc_idx]
1137 with 0, not tcache->entries[tc_idx].
1138
1139 * nscd/connections.c (reqinfo): Initialize SHUTDOWN element only
1140 once.
1141
1142 2019-02-04 Andreas Schwab <schwab@suse.de>
1143
1144 [BZ #16976]
1145 [BZ #17396]
1146 * posix/fnmatch_loop.c (internal_fnmatch, internal_fnwmatch): When
1147 looking up collating elements match against (wide) character
1148 sequence instead of name. Correct alignment adjustment.
1149 * posix/fnmatch.c: Don't include "../locale/elem-hash.h".
1150 (WMEMCMP) [HANDLE_MULTIBYTE]: Define.
1151 * posix/Makefile (tests): Add tst-fnmatch4 and tst-fnmatch5.
1152 (LOCALES): Add cs_CZ.ISO-8859-2.
1153 * posix/tst-fnmatch4.c: New file.
1154 * posix/tst-fnmatch5.c: New file.
1155 * include/wchar.h (__wmemcmp): Declare.
1156 * wcsmbs/wmemcmp.c: Define __wmemcmp and add wmemcmp as weak alias.
1157 * sysdeps/i386/i686/multiarch/wmemcmp.c: Likewise.
1158 * sysdeps/x86_64/multiarch/wmemcmp.c: Likewise.
1159 * sysdeps/s390/wmemcmp.c: Likewise.
1160
1161 2019-02-04 H.J. Lu <hongjiu.lu@intel.com>
1162
1163 [BZ #24155]
1164 CVE-2019-7309
1165 * NEWS: Updated for CVE-2019-7309.
1166 * sysdeps/x86_64/memcmp.S: Use RDX_LP for size. Clear the
1167 upper 32 bits of RDX register for x32. Use unsigned Jcc
1168 instructions, instead of signed.
1169 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memcmp-2.
1170 * sysdeps/x86_64/x32/tst-size_t-memcmp-2.c: New test.
1171
1172 2019-02-04 Florian Weimer <fweimer@redhat.com>
1173
1174 * posix/spawn.h (posix_spawn, posix_spawnp): Add __nonnull attribute.
1175 (posix_spawnattr_init, posix_spawnattr_destroy): Likewise.
1176 (posix_spawnattr_getsigdefault, posix_spawnattr_setsigdefault):
1177 Likewise.
1178 (posix_spawnattr_getsigmask, posix_spawnattr_setsigmask): Likewise.
1179 (posix_spawnattr_getflags, posix_spawnattr_setflags): Likewise.
1180 (posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Likewise.
1181 (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy):
1182 Likewise.
1183 (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam):
1184 Likewise.
1185 (posix_spawn_file_actions_init, posix_spawn_file_actions_destroy):
1186 Likewise.
1187 (posix_spawn_file_actions_addopen): Likewise.
1188 (posix_spawn_file_actions_addclose): Likewise.
1189 (posix_spawn_file_actions_adddup2): Likewise.
1190 (posix_spawn_file_actions_addchdir_np): Likewise. Add __restrict
1191 qualifiers.
1192 (posix_spawn_file_actions_addfchdir_np): Likewise.
1193
1194 2019-02-04 David Newall <glibc@davidnewall.com>
1195
1196 elf: Implement --preload option for the dynamic linker.
1197 * elf/rtld.c (preloadarg): New variable.
1198 (handle_preload_list): Pass through “where” argument to
1199 do_preload.
1200 (dl_main): Handle "--preload" and add second call to
1201 handle_preload_list.
1202 * elf/Makefile (tests-special): Add tst-rtld-preload.out.
1203 (tst-rtld-preload-OBJS): Set variable.
1204 (tst-rtld-preload.out): New target.
1205 * elf/tst-rtld-preload.sh: New file.
1206
1207 2019-02-04 Matthew Malcomson <matthew.malcomson@arm.com>
1208
1209 * Makefile (testrun.sh): Exit in case of incorrect argument.
1210
1211 2019-02-04 Florian Weimer <fweimer@redhat.com>
1212
1213 * time/tzfile.c (__tzfile_read): Reorder suballocations to avoid
1214 alignment gaps.
1215
1216 2019-02-03 Florian Weimer <fweimer@redhat.com>
1217
1218 * time/tzfile.c (__tzfile_read): Use struct alloc_buffer and its
1219 implicit overflow checks.
1220
1221 2019-02-03 Aurelien Jarno <aurelien@aurel32.net>
1222
1223 * stdlib/isomac.c: Include <unistd.h>.
1224
1225 2019-02-03 Florian Weimer <fweimer@redhat.com>
1226
1227 * include/time.h (__tzfile_default): Use int, not long int, for
1228 the GMT offsets.
1229 * time/tzfile.c (struct ttinfo): Change type of the offset member
1230 to int.
1231 (__tzfile_read): Remove useless cast.
1232 (__tzfile_default): Adjust prototype.
1233 * time/tzset.c (tz_rule): Change type of the offset member to int.
1234 (parse_offset): Change the type of the sign variable to int.
1235
1236 2019-02-03 Florian Weimer <fweimer@redhat.com>
1237
1238 [BZ #24153]
1239 * debug/gets_chk.c (__gets_chk): Use stdin instead of _IO_stdin.
1240 * libio/getchar.c (getchar): Likewise.
1241 * libio/getchar_u.c (getchar_unlocked): Likewise.
1242 * libio/getwchar.c (getwchar): Likewise.
1243 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
1244 * libio/iogets.c (_IO_gets): Likewise.
1245 * libio/vscanf.c (_IO_vscanf): Likewise.
1246 * libio/vwscanf.c (__vwscanf): Likewise.
1247 * libio/tst-bz24153.c: New file.
1248 * libio/Makefile (tests): Add it.
1249
1250 2019-02-02 Florian Weimer <fweimer@redhat.com>
1251
1252 [BZ #14829]
1253 * manual/resource.texi (Basic Scheduling Functions): Add
1254 portability note. Change process to task throughout the section.
1255 Remove incorrect comment about sched_yield as it affects
1256 tasks/threads, not entire processes.
1257 * sysdeps/unix/sysv/linux/bits/posix_opt.h
1258 (_POSIX_PRIORITY_SCHEDULING): Update comment.
1259
1260 2019-02-01 Joseph Myers <joseph@codesourcery.com>
1261
1262 * configure.ac (libc_cv_compiler_ok): Require GCC 6.2 or later.
1263 * configure: Regenerated.
1264 * manual/install.texi (Tools for Compilation): Update minimum GCC
1265 version.
1266 * INSTALL: Regenerated.
1267
1268 2019-02-01 Florian Weimer <fweimer@redhat.com>
1269
1270 * support/support_test_compare_string.c
1271 (support_test_compare_string): Use "string" in error message.
1272 * support/tst-test_compare_string.c (do_test): Adjust.
1273
1274 2019-02-01 Florian Weimer <fweimer@redhat.com>
1275
1276 * support/support_format_address_family.c
1277 (support_format_address_family): Handle AF_LOCAL, AF_UNSPEC.
1278
1279 2019-02-01 Florian Weimer <fweimer@redhat.com>
1280
1281 * manual/socket.texi (Internet Address Formats): Clarify the byte
1282 order of struct sockaddr_in, struct sockaddr_in6. Document
1283 sin6_flowinfo and sin6_scope_id.
1284
1285 2019-02-01 Wilco Dijkstra <wdijkstr@arm.com>
1286
1287 * sysdeps/posix/clock_getres.c (__clock_getres): Cleanup.
1288 * sysdeps/unix/clock_gettime.c (__clock_gettime): Cleanup.
1289 * sysdeps/unix/clock_settime.c (__clock_settime): Cleanup.
1290 * sysdeps/unix/sysv/linux/clock_getres.c (__clock_getres): Cleanup.
1291 * sysdeps/unix/sysv/linux/clock_gettime.c (__clock_gettime): Cleanup.
1292 * sysdeps/unix/sysv/linux/clock_settime.c (__clock_settime): Cleanup.
1293
1294 2019-02-01 Feng Xue <fxue@os.amperecomputing.com>
1295
1296 * sysdeps/aarch64/memchr.S (__memchr): Rename to MEMCHR.
1297 [!MEMCHR](MEMCHR): Set to __memchr.
1298 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines):
1299 Add memchr_generic and memchr_nosimd.
1300 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
1301 (__libc_ifunc_impl_list): Add memchr ifuncs.
1302 * sysdeps/aarch64/multiarch/memchr.c: New file.
1303 * sysdeps/aarch64/multiarch/memchr_generic.S: Likewise.
1304 * sysdeps/aarch64/multiarch/memchr_nosimd.S: Likewise.
1305
1306 2019-02-01 Feng Xue <fxue@os.amperecomputing.com>
1307
1308 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines):
1309 Add memset_emag.
1310 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
1311 (__libc_ifunc_impl_list): Add __memset_emag to memset ifunc.
1312 * sysdeps/aarch64/multiarch/memset.c (libc_ifunc):
1313 Add IS_EMAG check for ifunc dispatch.
1314 * sysdeps/aarch64/multiarch/memset_base64.S: New file.
1315 * sysdeps/aarch64/multiarch/memset_emag.S: New file.
1316
1317 2019-02-01 Feng Xue <fxue@os.amperecomputing.com>
1318
1319 * manual/tunables.texi (Tunable glibc.cpu.name): Add emag.
1320 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
1321 Add emag.
1322 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_EMAG):
1323 New macro.
1324
1325 2019-02-01 Stefan Liebler <stli@linux.ibm.com>
1326
1327 * posix/tst-spawn do_test(): Move waitpid before posix_spawn.
1328
1329 2019-01-31 Vineet Gupta <vgupta@synopsys.com>
1330
1331 * sysdeps/unix/make-syscalls.sh: Fix comment referencing
1332 syscall-template file.
1333
1334 2019-01-31 Carlos O'Donell <carlos@redhat.com>
1335 Torvald Riegel <triegel@redhat.com>
1336 Rik Prohaska <prohaska7@gmail.com>
1337
1338 [BZ# 23844]
1339 * nptl/Makefile (tests): Add tst-rwlock-tryrdlock-stall, and
1340 tst-rwlock-trywrlock-stall.
1341 * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
1342 Wake waiters if PTHREAD_RWLOCK_FUTEX_USED is set.
1343 * nptl/pthread_rwlock_trywrlock.c (__pthread_rwlock_trywrlock):
1344 Set __wrphase_fute to 1 only if we started the write phase.
1345 * nptl/tst-rwlock-tryrdlock-stall.c: New file.
1346 * nptl/tst-rwlock-trywrlock-stall.c: New file.
1347 * support/Makefile (libsupport-routines): Add xpthread_rwlock_destroy.
1348 * support/xpthread_rwlock_destroy.c: New file.
1349 * support/xthread.h: Declare xpthread_rwlock_destroy.
1350
1351 2019-02-01 Joseph Myers <joseph@codesourcery.com>
1352
1353 * scripts/build-many-glibcs.py (Context.checkout): Default MPFR
1354 version to 4.0.2.
1355
1356 2019-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1357
1358 [BZ #24051]
1359 * libio/ioputs.c (_IO_puts): Use stdout instead of _IO_stdout.
1360 * libio/fileops.c (_IO_new_file_underflow): Likewise
1361 * libio/wfileops.c (_IO_wfile_underflow): Likewise
1362 * libio/putchar.c (putchar): Likewise.
1363 * libio/putchar_u.c (putchar_unlocked): Likewise.
1364 * libio/putwchar.c (putchar): Likewise.
1365 * libio/putwchar_u.c (putwchar_unlocked): Likewise.
1366 * libio/tst-bz24051.c: New test.
1367 * libio/Makefile (tests): Add tst-bz24051
1368
1369 2019-01-31 Paul Eggert <eggert@cs.ucla.edu>
1370
1371 regex: fix read overrun [BZ #24114]
1372 Problem found by AddressSanitizer, reported by Hongxu Chen in:
1373 https://debbugs.gnu.org/34140
1374 * posix/regexec.c (proceed_next_node):
1375 Do not read past end of input buffer.
1376
1377 2019-01-31 Florian Weimer <fweimer@redhat.com>
1378
1379 [BZ #24059]
1380 * nss/nss_files/files-alias.c (get_next_alias): Handle
1381 continuation line without newline at the end.
1382 * nss/tst-nss-files-alias-truncated.c: New file.
1383 * nss/Makefile [$(build-shared)] (tests): Add
1384 tst-nss-files-alias-truncated.
1385 (tst-nss-files-alias-truncated): Link with libnss_files.so.
1386 * support/namespace.h (struct support_chroot_configuration): Add
1387 aliases member.
1388 (struct support_chroot): Add path_aliases member.
1389 * support/support_chroot.c (support_chroot_create): Handle
1390 aliases.
1391 (support_chroot_free): Free path_aliases.
1392
1393 2019-01-31 Siddhesh Poyarekar <siddhesh@sourceware.org>
1394
1395 * version.h (RELEASE): Set to "development".
1396 (VERSION): Set to "2.29.9000".
1397 * NEWS: Add section for 2.30.
1398
1399 * version.h (RELEASE): Set to "stable".
1400 (VERSION): Set to "2.29".
1401 * include/features.h (__GLIBC_MINOR__): Set to 2.29.
1402
1403 * NEWS: Add the list of bugs fixed in 2.29.
1404 * manual/contrib.texi: Update contributors list with some more
1405 names.
1406 * manual/install.texi: Update latest versions of packages
1407 tested.
1408 * INSTALL: Regenerated.
1409
1410 2019-01-25 Siddhesh Poyarekar <siddhesh@sourceware.org>
1411
1412 * po/be.po: Update translations.
1413 * po/bg.po: Likewise.
1414 * po/ca.po: Likewise.
1415 * po/cs.po: Likewise.
1416 * po/da.po: Likewise.
1417 * po/de.po: Likewise.
1418 * po/el.po: Likewise.
1419 * po/eo.po: Likewise.
1420 * po/es.po: Likewise.
1421 * po/fi.po: Likewise.
1422 * po/fr.po: Likewise.
1423 * po/gl.po: Likewise.
1424 * po/hr.po: Likewise.
1425 * po/hu.po: Likewise.
1426 * po/ia.po: Likewise.
1427 * po/id.po: Likewise.
1428 * po/it.po: Likewise.
1429 * po/ja.po: Likewise.
1430 * po/ko.po: Likewise.
1431 * po/lt.po: Likewise.
1432 * po/nb.po: Likewise.
1433 * po/nl.po: Likewise.
1434 * po/pl.po: Likewise.
1435 * po/pt_BR.po: Likewise.
1436 * po/ru.po: Likewise.
1437 * po/rw.po: Likewise.
1438 * po/sk.po: Likewise.
1439 * po/sl.po: Likewise.
1440 * po/sv.po: Likewise.
1441 * po/tr.po: Likewise.
1442 * po/uk.po: Likewise.
1443 * po/vi.po: Likewise.
1444 * po/zh_CN.po: Likewise.
1445 * po/zh_TW.po: Likewise.
1446
1447 2019-01-24 Uroš Bizjak <ubizjak@gmail.com>
1448
1449 [BZ #24130]
1450 * sysdeps/alpha/remqu.S (__remqu): Add missing restore
1451 of $f3 register on $y_is_neg path.
1452
1453 2019-01-24 Samuel Thibault <samuel.thibault@ens-lyon.org>
1454
1455 [BZ #24110]
1456 * hurd/hurdsig.c (_hurd_thread_sigstate): Set SS_DISABLE in
1457 sigaltstack.ss_flags.
1458
1459 2019-01-24 TAMUKI Shoichi <tamuki@linet.gr.jp>
1460
1461 [BZ #23758]
1462 * manual/time.texi (strftime): Document "%Ey".
1463 * time/strftime_l.c (__strftime_internal): Set the default width
1464 padding with zero of "%Ey" to 2.
1465
1466 [BZ #24096]
1467 * manual/time.texi (strftime): Document "%EC" and "%EY".
1468 * time/Makefile (tests): Add tst-strftime2.
1469 (LOCALES): Add ja_JP.UTF-8, lo_LA.UTF-8, and th_TH.UTF-8.
1470 * time/strftime_l.c (__strftime_internal): Add argument yr_spec to
1471 override padding for "%Ey".
1472 If an optional flag ('_' or '-') is specified to "%EY", interpret the
1473 "%Ey" in the subformat as if decorated with that flag.
1474 * time/tst-strftime2.c: New file.
1475
1476 2019-01-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
1477
1478 * support/xsigstack.c (MAP_NORESERVE, MAP_STACK): Define if they
1479 are not defined.
1480
1481 [BZ #24122]
1482 * elf/Makefile (tests): Add tst-audit13.
1483 (modules-names): Add tst-audit13mod1.
1484 (tst-audit13.out, LDFLAGS-tst-audit13mod1.so, tst-audit13-ENV): New
1485 rule.
1486 * elf/rtld.c (dl_main): Handle invalid audit module version.
1487 * elf/tst-audit13.c: New file.
1488 * elf/tst-audit13mod1.c: Likewise.
1489
1490 2019-01-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
1491
1492 * sysdeps/mach/hurd/faccessat.c (__faccessat_common): Check for errors
1493 returned by __hurd_at_flags.
1494 * hurd/lookup-at.c (__file_name_lookup_at): When at_flags contains
1495 AT_EMPTY_PATH, call __dir_lookup and __hurd_file_name_lookup_retry
1496 directly instead of __hurd_file_name_lookup.
1497
1498 2019-01-21 Joseph Myers <joseph@codesourcery.com>
1499
1500 * scripts/build-many-glibcs.py (Context.checkout): Default
1501 binutils version to 2.32 branch.
1502
1503 2019-01-21 Florian Weimer <fweimer@redhat.com>
1504
1505 [BZ #20018]
1506 CVE-2016-10739
1507 resolv: Reject trailing characters in host names
1508 * include/arpa/inet.h (__inet_aton_exact): Declare.
1509 (inet_aton): Remove hidden prototype. No longer used internally.
1510 * nscd/gai.c (__inet_aton): Do not define.
1511 * nscd/gethstbynm3_r.c (__inet_aton): Likewise.
1512 * nss/digits_dots.c (__inet_aton): Likewise.
1513 (__nss_hostname_digits_dots_context): Call __inet_aton_exact.
1514 * resolv/Makefile (tests-internal): Add tst-inet_aton_exact.
1515 (tests): Add tst-resolv-nondecimal, tst-resolv-trailing.
1516 (tst-resolv-nondecimal): Link with libresolv.so and libpthread.
1517 (tst-resolv-trailing): Likewise.
1518 * resolv/Versions (GLIBC_PRIVATE): Export __inet_aton_exact from
1519 libc.
1520 * resolv/inet_addr.c (inet_aton_end): Remame from __inet_aton.
1521 Make static. Add endp parameter.
1522 (__inet_aton_exact): New function.
1523 (__inet_aton_ignore_trailing): New function, aliased to inet_aton.
1524 (__inet_addr): Call inet_aton_end.
1525 * resolv/res_init.c (res_vinit_1): Truncate nameserver for IPv4,
1526 not just IPv6. Call __inet_aton_exact.
1527 * resolv/tst-aton.c: Switch to <support/test-driver.c>.
1528 (tests): Make const. Add additional test cases with trailing
1529 characters.
1530 (do_test): Use array_length.
1531 * resolv/tst-inet_aton_exact.c: New file.
1532 * resolv/tst-resolv-trailing.c: Likewise.
1533 * resolv/tst-resolv-nondecimal.c: Likewise.
1534 * sysdeps/posix/getaddrinfo.c (gaih_inet): Call __inet_aton_exact.
1535
1536 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1537
1538 [BZ# 24097]
1539 CVE-2019-6488
1540 * sysdeps/x86_64/multiarch/strlen-avx2.S: Use RSI_LP for length.
1541 Clear the upper 32 bits of RSI register.
1542 * sysdeps/x86_64/strlen.S: Use RSI_LP for length.
1543 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-strnlen
1544 and tst-size_t-wcsnlen.
1545 * sysdeps/x86_64/x32/tst-size_t-strnlen.c: New file.
1546 * sysdeps/x86_64/x32/tst-size_t-wcsnlen.c: Likewise.
1547
1548 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1549
1550 [BZ# 24097]
1551 CVE-2019-6488
1552 * sysdeps/x86_64/multiarch/strcpy-avx2.S: Use RDX_LP for length.
1553 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1554 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1555 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-strncpy.
1556 * sysdeps/x86_64/x32/tst-size_t-strncpy.c: New file.
1557
1558 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1559
1560 [BZ# 24097]
1561 CVE-2019-6488
1562 * sysdeps/x86_64/multiarch/strcmp-avx2.S: Use RDX_LP for length.
1563 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
1564 * sysdeps/x86_64/strcmp.S: Likewise.
1565 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-strncasecmp,
1566 tst-size_t-strncmp and tst-size_t-wcsncmp.
1567 * sysdeps/x86_64/x32/tst-size_t-strncasecmp.c: New file.
1568 * sysdeps/x86_64/x32/tst-size_t-strncmp.c: Likewise.
1569 * sysdeps/x86_64/x32/tst-size_t-wcsncmp.c: Likewise.
1570
1571 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1572
1573 [BZ# 24097]
1574 CVE-2019-6488
1575 * sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S: Use
1576 RDX_LP for length. Clear the upper 32 bits of RDX register.
1577 * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S: Likewise.
1578 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-wmemset.
1579 * sysdeps/x86_64/x32/tst-size_t-memset.c: New file.
1580 * sysdeps/x86_64/x32/tst-size_t-wmemset.c: Likewise.
1581
1582 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1583
1584 [BZ# 24097]
1585 CVE-2019-6488
1586 * sysdeps/x86_64/memrchr.S: Use RDX_LP for length.
1587 * sysdeps/x86_64/multiarch/memrchr-avx2.S: Likewise.
1588 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memrchr.
1589 * sysdeps/x86_64/x32/tst-size_t-memrchr.c: New file.
1590
1591 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1592
1593 [BZ# 24097]
1594 CVE-2019-6488
1595 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Use RDX_LP for
1596 length. Clear the upper 32 bits of RDX register.
1597 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1598 * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S:
1599 Likewise.
1600 * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:
1601 Likewise.
1602 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memcpy.
1603 tst-size_t-wmemchr.
1604 * sysdeps/x86_64/x32/tst-size_t-memcpy.c: New file.
1605
1606 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1607
1608 [BZ# 24097]
1609 CVE-2019-6488
1610 * sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S: Use RDX_LP for
1611 length. Clear the upper 32 bits of RDX register.
1612 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1613 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1614 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memcmp and
1615 tst-size_t-wmemcmp.
1616 * sysdeps/x86_64/x32/tst-size_t-memcmp.c: New file.
1617 * sysdeps/x86_64/x32/tst-size_t-wmemcmp.c: Likewise.
1618
1619 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
1620
1621 [BZ# 24097]
1622 CVE-2019-6488
1623 * sysdeps/x86_64/memchr.S: Use RDX_LP for length. Clear the
1624 upper 32 bits of RDX register.
1625 * sysdeps/x86_64/multiarch/memchr-avx2.S: Likewise.
1626 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memchr and
1627 tst-size_t-wmemchr.
1628 * sysdeps/x86_64/x32/test-size_t.h: New file.
1629 * sysdeps/x86_64/x32/tst-size_t-memchr.c: Likewise.
1630 * sysdeps/x86_64/x32/tst-size_t-wmemchr.c: Likewise.
1631
1632 2019-01-18 Florian Weimer <fweimer@redhat.com>
1633
1634 [BZ #24112]
1635 resolv: Do not send queries for non-host-names in nss_dns.
1636 * resolv/nss_dns/dns-host.c (check_name): New function.
1637 (_nss_dns_gethostbyname2_r): Use it.
1638 (_nss_dns_gethostbyname_r): Likewise.
1639 (_nss_dns_gethostbyname4_r): Likewise.
1640
1641 2019-01-21 Florian Weimer <fweimer@redhat.com>
1642
1643 * resolv/inet_addr.c: Reformat to GNU style.
1644 (__inet_addr, __inet_aton): Update comment.
1645
1646 2019-01-18 Florian Weimer <fweimer@redhat.com>
1647
1648 malloc: Revert commit 6923f6db1e688dedcf3a6556da76e0bf24a41872
1649 ("malloc: Use current (C11-style) atomics for fastbin access").
1650 This commit introduces a substantial performance regression on
1651 POWER and Aarch64.
1652 * malloc/malloc.c (fastbin_push_entry, fastbin_pop_entry): Remove.
1653 (REMOVE_FB): Define.
1654 (_int_malloc): Use it and reindent.
1655 (_int_free): Use CAS loop with
1656 catomic_compare_and_exchange_val_rel.
1657 (malloc_consolidate): Use atomic_exchange_acq.
1658
1659
1660 2019-01-18 H.J. Lu <hongjiu.lu@intel.com>
1661
1662 * signal/Makefile (LDFLAGS-tst-minsigstksz-1): New. Set to
1663 -Wl,-z,now.
1664 (LDFLAGS-tst-minsigstksz-2): Likewise.
1665 (LDFLAGS-tst-minsigstksz-3): Likewise.
1666 (LDFLAGS-tst-minsigstksz-3a): Likewise.
1667 (LDFLAGS-tst-minsigstksz-4): Likewise.
1668
1669 2019-01-18 TAMUKI Shoichi <tamuki@linet.gr.jp>
1670
1671 * manual/time.texi (strftime): Fix the wording to "alternative" rather
1672 than "alternate".
1673
1674 2019-01-16 Paul A. Clarke <pc@us.ibm.com>
1675
1676 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Fix #ifdef.
1677
1678 2019-01-16 Zack Weinberg <zackw@panix.com>
1679
1680 * support/xsignal.h (xalloc_sigstack, xfree_sigstack)
1681 (xget_sigstack_location): New test support functions.
1682 * support/xsigstack.c: New file, implementing them.
1683 * support/tst-xsigstack.c: New test for them.
1684 * support/Makefile: Update.
1685
1686 * signal/tst-minsigstksz-1.c
1687 * signal/tst-minsigstksz-2.c
1688 * signal/tst-minsigstksz-3.c
1689 * signal/tst-minsigstksz-3a.c
1690 * signal/tst-minsigstksz-4.c: New tests.
1691 * signal/Makefile: Run them.
1692
1693 2019-01-16 Siddhesh Poyarekar <siddhesh@sourceware.org>
1694
1695 * po/libc.pot: Regenerate.
1696
1697 2019-01-15 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
1698
1699 * math/libm-test-fma.inc (fma_test_data): Set
1700 XFAIL_ROUNDING_IBM128_LIBGCC to more tests.
1701
1702 2019-01-15 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1703
1704 * sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c:
1705 (do_test): Changed __vector __int128_t to __vector unsigned int.
1706
1707 2019-01-14 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
1708
1709 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1710 strcat-avx2, strncat-avx2, strcpy-avx2, strncpy-avx2,
1711 stpcpy-avx2 and stpncpy-avx2.
1712 * sysdeps/x86_64/multiarch/ifunc-impl-list.c:
1713 (__libc_ifunc_impl_list): Add tests for __strcat_avx2,
1714 __strncat_avx2, __strcpy_avx2, __strncpy_avx2, __stpcpy_avx2
1715 and __stpncpy_avx2.
1716 * sysdeps/x86_64/multiarch/{ifunc-unaligned-ssse3.h =>
1717 ifunc-strcpy.h}: rename header for a more generic name.
1718 * sysdeps/x86_64/multiarch/ifunc-strcpy.h:
1719 (IFUNC_SELECTOR): Return OPTIMIZE (avx2) on AVX 2 machines if
1720 AVX unaligned load is fast and vzeroupper is preferred.
1721 * sysdeps/x86_64/multiarch/stpcpy-avx2.S: New file.
1722 * sysdeps/x86_64/multiarch/stpncpy-avx2.S: Likewise.
1723 * sysdeps/x86_64/multiarch/strcat-avx2.S: Likewise.
1724 * sysdeps/x86_64/multiarch/strcpy-avx2.S: Likewise.
1725 * sysdeps/x86_64/multiarch/strncat-avx2.S: Likewise.
1726 * sysdeps/x86_64/multiarch/strncpy-avx2.S: Likewise.
1727
1728 2019-01-12 Dmitry V. Levin <ldv@altlinux.org>
1729
1730 * argp/argp-help.c: Fix typo in comment.
1731 * misc/sys/cdefs.h: Likewise.
1732 * posix/regexec.c (sift_states_iter_mb): Likewise.
1733 * socket/sockatmark.c: Likewise.
1734 * socket/sys/socket.h: Likewise.
1735 * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
1736 * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
1737 * sysdeps/ia64/fpu/s_cosl.S: Likewise.
1738 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
1739 * sysdeps/unix/sockatmark.c: Likewise.
1740 * time/strptime_l.c: Likewise.
1741
1742 2019-01-11 TAMUKI Shoichi <tamuki@linet.gr.jp>
1743
1744 * time/strftime_l.c (__strftime_internal): Use "L_" macros, also add a
1745 missing space after the cast of "_NL_CURRENT".
1746
1747 2019-01-11 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1748
1749 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (vscr_t): Added
1750 ifdef to fix read of VSCR.
1751 * sysdeps/powerpc/powerpc64/Makefile [$subdir == stdlib]: Add
1752 tst-ucontext-ppc64-vscr.c to test list.
1753 * sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c: New test file.
1754
1755 2019-01-10 Andreas K. Hüttel <dilfridge@gentoo.org>
1756
1757 * resolv/tst-resolv-ai_idn-common.c (response): Avoid switch
1758 fall-through.
1759
1760 2019-01-09 Jim Wilson <jimw@sifive.com>
1761
1762 * sysdeps/riscv/rv64/rvd/libm-test-ulps: Update.
1763
1764 2019-01-09 Wilco Dijkstra <wdijkstr@arm.com>
1765
1766 * manual/tunables.texi (glibc.cpu.name): Add ares tunable.
1767 * sysdeps/aarch64/multiarch/memcpy.c (__libc_memcpy): Use
1768 __memcpy_falkor for ares.
1769 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_ARES):
1770 Add new define.
1771 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
1772 Add ares cpu.
1773
1774 2019-01-07 H.J. Lu <hongjiu.lu@intel.com>
1775
1776 [BZ #24066]
1777 * soft-fp/extenddftf2.c: Use "_FP_W_TYPE_SIZE < 64" to check if
1778 4_FP_W_TYPEs are used for IEEE quad precision.
1779 * soft-fp/extendhftf2.c: Likewise.
1780 * soft-fp/extendsftf2.c: Likewise.
1781 * soft-fp/extendxftf2.c: Likewise.
1782 * soft-fp/trunctfdf2.c: Likewise.
1783 * soft-fp/trunctfhf2.c: Likewise.
1784 * soft-fp/trunctfsf2.c: Likewise.
1785 * soft-fp/trunctfxf2.c: Likewise.
1786 * sysdeps/alpha/ots_cvttx.c: Likewise.
1787 * sysdeps/alpha/ots_cvtxt.c: Likewise.
1788 * sysdeps/ieee754/soft-fp/s_daddl.c: Likewise.
1789 * sysdeps/ieee754/soft-fp/s_ddivl.c: Likewise.
1790 * sysdeps/ieee754/soft-fp/s_dmull.c: Likewise.
1791 * sysdeps/ieee754/soft-fp/s_dsubl.c: Likewise.
1792 * sysdeps/ieee754/soft-fp/s_faddl.c: Likewise.
1793 * sysdeps/ieee754/soft-fp/s_fdivl.c: Likewise.
1794 * sysdeps/ieee754/soft-fp/s_fmull.c: Likewise.
1795 * sysdeps/ieee754/soft-fp/s_fsubl.c: Likewise.
1796 * sysdeps/sparc/sparc32/q_dtoq.c: Likewise.
1797 * sysdeps/sparc/sparc32/q_qtod.c: Likewise.
1798 * sysdeps/sparc/sparc32/q_qtos.c: Likewise.
1799 * sysdeps/sparc/sparc32/q_stoq.c: Likewise.
1800 * sysdeps/sparc/sparc64/qp_dtoq.c: Likewise.
1801 * sysdeps/sparc/sparc64/qp_qtod.c: Likewise.
1802 * sysdeps/sparc/sparc64/qp_qtos.c: Likewise.
1803 * sysdeps/sparc/sparc64/qp_stoq.c: Likewise.
1804
1805 2019-01-07 Aurelien Jarno <aurelien@aurel32.net>
1806
1807 [BZ #24024]
1808 * Makeconfig: Build libm with -fno-math-errno but build the remaining
1809 code with -fmath-errno.
1810 * string/Makefile [$(build-shared)] (tests): Add test-strerror-errno.
1811 [$(build-shared)] (LDLIBS-test-strerror-errno): New variable.
1812 * string/test-strerror-errno.c: New file.
1813
1814 2019-01-07 Aurelien Jarno <aurelien@aurel32.net>
1815
1816 [BZ #24046]
1817 * localedata/locales/en_US (date_fmt): Add, set to
1818 "%a %d %b %Y %r %Z".
1819
1820 2019-01-07 Florian Weimer <fweimer@redhat.com>
1821
1822 [BZ #24063]
1823 * manual/arith.texi (Math Error Reporting): Use @code{errno}
1824 instead of @var{errno}.
1825 (Parsing of Integers): Likewise.
1826 (Parsing of Floats): Likewise.
1827 * manual/filesys.texi (Working with Directory Trees): Likewise.
1828 (Temporary Files): Likewise.
1829 * manual/job.texi (Terminal Access Functions): Likewise.
1830 * manual/llio.texi (Synchronizing I/O): Likewise.
1831 * manual/math.texi (SVID Random): Likewise.
1832 * manual/message.texi (The catgets Functions): Likewise.
1833 (Translation with gettext): Likewise.
1834 (Locating gettext catalog): Likewise.
1835 (Charset conversion in gettext): Likewise.
1836 * manual/nss.texi (NSS Module Function Internals): Likewise.
1837 * manual/search.texi (Hash Search Function): Likewise.
1838 * manual/setjmp.texi (System V contexts): Likewise.
1839 * manual/time.texi (Sleeping): Likewise.
1840 * manual/users.texi (Lookup User): Likewise.
1841 (Lookup Group): Likewise.
1842
1843 2019-01-05 Adhemerval Zanella <adhemerval.zanella@linaro.org>
1844
1845 * posix/tst-spawn.c (do_test): Extend spargv to new required size and
1846 fix typo.
1847
1848 2019-01-04 Martin Jansa <Martin.Jansa@gmail.com>
1849
1850 [BZ #19444]
1851 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Use
1852 __builtin_unreachable for default case in switch.
1853 (__ieee754_yn): Likewise.
1854 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
1855 (__ieee754_ynl): Likewise.
1856 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
1857 (__ieee754_ynl): Likewise.
1858 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
1859 (__ieee754_ynl): Likewise.
1860
1861 2019-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
1862
1863 * manual/maint.texi: Use @{ and @}.
1864
1865 2019-01-04 Florian Weimer <fweimer@redhat.com>
1866
1867 * sysdeps/unix/sysv/linux/tst-ttyname.c (adjust_file_limit): New
1868 function.
1869 (do_in_chroot_1): Call it.
1870 (run_chroot_tests):
1871 Improve error reporting in case it is not possible to create a
1872 collision for the PTY name required by the test.
1873
1874 2019-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
1875
1876 * nptl/pthread_join_common.c (__pthread_timedjoin_ex): Use
1877 lll_wait_tid with timeout.
1878 * nptl/sem_wait.c (__old_sem_wait): Use lll_futex_wait_cancel.
1879 * sysdeps/nptl/aio_misc.h (AIO_MISC_WAIT): Use
1880 futex_reltimed_wait_cancelable for cancelabla mode.
1881 * sysdeps/nptl/gai_misc.h (GAI_MISC_WAIT): Likewise.
1882 * sysdeps/posix/open64.c (__libc_open64): Do not call cancelation
1883 macros.
1884 * sysdeps/posix/sigwait.c (__sigwait): Likewise.
1885 * sysdeps/posix/waitid.c (__sigwait): Likewise.
1886 * sysdeps/unix/sysdep.h (__SYSCALL_CANCEL_CALL,
1887 SYSCALL_CANCEL_NCS): New macro.
1888 * sysdeps/nptl/lowlevellock.h (lll_wait_tid): Add timeout argument.
1889 (lll_timedwait_tid): Remove macro.
1890 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_wait_tid):
1891 Likewise.
1892 (lll_timedwait_tid): Likewise.
1893 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (lll_wait_tid):
1894 Likewise.
1895 (lll_timedwait_tid): Likewise.
1896 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_wait_tid):
1897 Likewise.
1898 (lll_timedwait_tid): Likewise.
1899 * sysdeps/unix/sysv/linux/clock_nanosleep.c (__clock_nanosleep):
1900 Use INTERNAL_SYSCALL_CANCEL.
1901 * sysdeps/unix/sysv/linux/futex-internal.h
1902 (futex_reltimed_wait_cancelable): Use LIBC_CANCEL_{ASYNC,RESET}
1903 instead of __pthread_{enable,disable}_asynccancel.
1904 * sysdeps/unix/sysv/linux/lowlevellock-futex.h
1905 (lll_futex_wait_cancel): New macro.
1906
1907 * sysdeps/i386/nptl/tls.h (THREAD_ATOMIC_CMPXCHG_VAL,
1908 THREAD_ATOMIC_AND, THREAD_ATOMIC_BIT_SET): Remove macros.
1909
1910 * sysdeps/x86_64/nptl/tls.h (THREAD_ATOMIC_CMPXCHG_VAL,
1911 THREAD_ATOMIC_AND, THREAD_ATOMIC_BIT_SET): Remove macros.
1912
1913 * debug/tst-backtrace5.c (handle_signal): Avoid cancellable wrappers
1914 in backtrace analysis.
1915 * nptl/tst-cancel4.c (tf_write): Handle cancelled syscall with
1916 side-effects.
1917 (tf_send): Likewise.
1918
1919 * io/creat.c (LIBC_CANCEL_HANDLED): Remove macro.
1920 * io/ppoll.c (LIBC_CANCEL_HANDLED): Likewise.
1921 * misc/pselect.c (LIBC_CANCEL_HANDLED): Likewise.
1922 * nptl/pthreadP.h (LIBC_CANCEL_HANDLED): Likewise.
1923 * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Likewise.
1924 * sysdeps/mach/hurd/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Likewise.
1925 * sysdeps/posix/pause.c (LIBC_CANCEL_HANDLED): Likewise.
1926 * sysdeps/posix/sigpause.c (LIBC_CANCEL_HANDLED): Likewise.
1927 * sysdeps/unix/sysv/linux/creat.c (LIBC_CANCEL_HANDLED): Likewise.
1928 * sysdeps/unix/sysv/linux/creat64.c (LIBC_CANCEL_HANDLED): Likewise.
1929 * sysdeps/unix/sysv/linux/sigwait.c (LIBC_CANCEL_HANDLED): Likewise.
1930 * sysdeps/unix/sysv/linux/sigwaitinfo.c (LIBC_CANCEL_HANDLED):
1931 Likewise.
1932 * nptl/Makefile [$(run-built-tests) = yes] (tests-special): Remove
1933 tst-cancel-wrappers.sh.
1934 (generated): Remove tst-cancel-wrappers.out.
1935 (tst-cancel-wrappers.out): Remove rule.
1936 * nptl/tst-cancel-wrappers.sh: Remove file.
1937
1938 2019-01-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
1939
1940 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h: Add comment.
1941 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c (_DL_HWCAP_COUNT):
1942 Update.
1943
1944 2019-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
1945
1946 [BZ #23640]
1947 * posix/tst-spawn.c (do_prepare, handle_restart, do_test): Add
1948 posix_spawn_file_actions_adddup2 test to check O_CLOCEXEC reset.
1949 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Add
1950 close-on-exec reset for adddup2 file action.
1951 * sysdeps/posix/spawni.c (__spawni_child): Likewise.
1952
1953 2019-01-03 Zack Weinberg <zackw@panix.com>
1954
1955 * include/features.h (__GLIBC_USE_DEPRECATED_SCANF): New __GLIBC_USE
1956 parameter. Only use deprecated scanf when __USE_GNU is defined
1957 and __STDC_VERSION__ is less than 199901L or __cplusplus is less
1958 than 201103L, whichever is relevant for the language being compiled.
1959
1960 * libio/stdio.h, libio/bits/stdio-ldbl.h: Decide whether to redirect
1961 scanf, fscanf, sscanf, vscanf, vfscanf, and vsscanf to their
1962 __isoc99_ variants based only on __GLIBC_USE (DEPRECATED_SCANF).
1963 * wcsmbs/wchar.h: wcsmbs/bits/wchar-ldbl.h: Likewise for
1964 wscanf, fwscanf, swscanf, vwscanf, vfwscanf, and vswscanf.
1965
1966 * libio/iovsscanf.c
1967 * libio/fwscanf.c
1968 * libio/iovswscanf.c
1969 * libio/swscanf.c
1970 * libio/vscanf.c
1971 * libio/vwscanf.c
1972 * libio/wscanf.c
1973 * stdio-common/fscanf.c
1974 * stdio-common/scanf.c
1975 * stdio-common/vfscanf.c
1976 * stdio-common/vfwscanf.c
1977 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
1978 * sysdeps/ieee754/ldbl-opt/nldbl-fscanf.c
1979 * sysdeps/ieee754/ldbl-opt/nldbl-fwscanf.c
1980 * sysdeps/ieee754/ldbl-opt/nldbl-iovfscanf.c
1981 * sysdeps/ieee754/ldbl-opt/nldbl-scanf.c
1982 * sysdeps/ieee754/ldbl-opt/nldbl-sscanf.c
1983 * sysdeps/ieee754/ldbl-opt/nldbl-swscanf.c
1984 * sysdeps/ieee754/ldbl-opt/nldbl-vfscanf.c
1985 * sysdeps/ieee754/ldbl-opt/nldbl-vfwscanf.c
1986 * sysdeps/ieee754/ldbl-opt/nldbl-vscanf.c
1987 * sysdeps/ieee754/ldbl-opt/nldbl-vsscanf.c
1988 * sysdeps/ieee754/ldbl-opt/nldbl-vswscanf.c
1989 * sysdeps/ieee754/ldbl-opt/nldbl-vwscanf.c
1990 * sysdeps/ieee754/ldbl-opt/nldbl-wscanf.c:
1991 Override __GLIBC_USE_DEPRECATED_SCANF to 1.
1992
1993 * stdio-common/sscanf.c: Likewise. Remove ldbl_hidden_def for __sscanf.
1994 * stdio-common/isoc99_sscanf.c: Add libc_hidden_def for __isoc99_sscanf.
1995 * include/stdio.h: Provide libc_hidden_proto for __isoc99_sscanf,
1996 not sscanf.
1997 [!__GLIBC_USE (DEPRECATED_SCANF)]: Define sscanf as __isoc99_scanf
1998 with a preprocessor macro.
1999
2000 * stdio-common/bug21.c, stdio-common/scanf14.c:
2001 Use %ms instead of %as, %mS instead of %aS, %m[] instead of %a[];
2002 remove DIAG_IGNORE_NEEDS_COMMENT for -Wformat.
2003 * stdio-common/scanf16.c: Likewise. Add __attribute__ ((format (scanf)))
2004 to xscanf, xfscanf, xsscanf.
2005
2006 * stdio-common/scanf14a.c: New copy of scanf14.c which still uses
2007 %as, %aS, %a[]. Remove DIAG_IGNORE_NEEDS_COMMENT for -Wformat.
2008 * stdio-common/scanf16a.c: New copy of scanf16.c which still uses
2009 %as, %aS, %a[]. Add __attribute__ ((format (scanf))) to xscanf,
2010 xfscanf, xsscanf.
2011 * stdio-common/scanf15.c, stdio-common/scanf17.c: No need to
2012 override feature selection macros or provide definitions of u_char etc.
2013 * stdio-common/Makefile (tests): Add scanf14a and scanf16a.
2014 (CFLAGS-scanf15.c, CFLAGS-scanf17.c): Remove.
2015 (CFLAGS-scanf14a.c, CFLAGS-scanf16a.c): New. Compile these files
2016 with -std=gnu89.
2017
2018 2019-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
2019
2020 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2021 bits/termios-misc.h.
2022 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Remove file.
2023 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2024 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2025 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2026 * sysdeps/unix/sysv/linux/bits/termios-misc.h: New file.
2027 * sysdeps/unix/sysv/linux/bits/termios.h: Include termios-misc.h.
2028
2029 * sysdeps/unix/sysv/linux/powerpc/bits/termios-misc.h: New file.
2030 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]
2031 (struct sgtty, struct tchars, struct ltchars, TIOCPKT_DATA,
2032 TIOCPKT_FLUSHREAD, TIOCPKT_FLUSHWRITE, TIOCPKT_STOP, TIOCPKT_START,
2033 TIOCPKT_NOSTOP, TIOCPKT_DOSTOP, _VINTR, _VQUIT, _VERASE, _VKILL,
2034 _VEOF, _VMIN, _VEOL, _VTIME, _VEOL2, _VSWTC): Move to
2035 termios-misc.h.
2036 * sysdeps/unix/sysv/linux/powerpc/Makefile [$subdir == misc]
2037 (sysdep_headers): Add termios-misc.h.
2038
2039 * sysdeps/unix/sysv/linux/bits/termios.h (_IOT_termios): Remove.
2040 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2041 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2042
2043 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2044 termios-tcflow.h.
2045 * sysdeps/unix/sysv/linux/bits/termios-tcflow.h: New file.
2046 * sysdeps/unix/sysv/linux/mips/bits/termios-tcflow.h: Likewise.
2047 * sysdeps/unix/sysv/linux/bits/termios.h (TCSANOW, TCSADRAIN,
2048 TCSAFLUSH): Move to termios-tcflow.h.
2049 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2050 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2051 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2052 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2053
2054 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2055 termios-c_lflag.h.
2056 * sysdeps/unix/sysv/linux/bits/termios-c_lflag.h: New file.
2057 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_lflag.h: Likewise.
2058 * sysdeps/unix/sysv/linux/mips/bits/termios-c_lflag.h: Likewise.
2059 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h: Likewise.
2060 * sysdeps/unix/sysv/linux/bits/termios.h (ISIG, ISCANON, ECHO, ECHOE,
2061 ECHOK, ECHONL, NOFLSH, TOSTOP, IEXTEN): Move to termios-c_lflag.h.
2062 [__USE_MISC || (__USE_XOPEN && !__USE_XOPEN2K)] (XCASE): Likewise.
2063 [__USE_MISC] (ECHOCTL, ECHOPRT, ECHOKE, FLUSHO, PENDIN, EXTPROC):
2064 Likewise.
2065 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2066 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2067 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2068 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2069
2070 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2071 termios-c_cflag.h.
2072 * sysdeps/unix/sysv/linux/bits/termios-c_cflag.h: New file.
2073 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_cflag.h: Likewise.
2074 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_cflag.h: Likewise.
2075 * sysdeps/unix/sysv/linux/bits/termios.h (CSIZE, CS5, CS6, CS7, CS8,
2076 CSTOPB, CREAD, PARENB, PARODD, HUPCL, CLOCAL): Move to
2077 termios-c_cflag.h.
2078 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2079 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2080 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2081 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2082
2083 [BZ #23783]
2084 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2085 termios-baud.h.
2086 * sysdeps/unix/sysv/linux/bits/termios-baud.h: New file.
2087 * sysdeps/unix/sysv/linux/alpha/bits/termios-baud.h: Likewise.
2088 * sysdeps/unix/sysv/linux/powerpc/bits/termios-baud.h: Likewise.
2089 * sysdeps/unix/sysv/linux/sparc/bits/termios-baud.h: Likewise.
2090 * sysdeps/unix/sysv/linux/alpha/bits/termios.h (B57600, B115200,
2091 B230400, B460800, B500000, B576000, B921600, B1000000, B1152000,
2092 B1500000, B2000000, B2500000, B3000000, B3500000, B4000000,
2093 __MAX_BAUD): Move to termios-baud.h.
2094 [__USE_MISC] (CBAUD, CBAUDEX): Likewise.
2095 * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
2096 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2097 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2098 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2099
2100 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
2101 termios-c_oflag.h.
2102 * sysdeps/unix/sysv/linux/bits/termios-c_oflag.h: New file.
2103 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_oflag.h: Likewise.
2104 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_oflag.h: Likewise.
2105 * sysdeps/unix/sysv/linux/sparc/bits/termios-c_oflag.h: Likewise.
2106 * sysdeps/unix/sysv/linux/bits/termios.h (OPOST, OLCUC, ONLCR, OCRNL,
2107 ONOCR, ONLRET, OFILL, OFDEL, VTDLY, VT0, VT1): Move to
2108 termios-c_oflag.h.
2109 [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, CRDLY, CR0, CR1, CR2,
2110 CR3, TABDLY, TAB0, TAB1, TAB2, TAB3, BSDLY, BS0, BS1, FFDLY, FF0,
2111 FFR1): Likewise.
2112 [USE_MISC] (XTABS): Likewise.
2113 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2114 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2115 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2116 * sysdeps/unix/sysv/linux/sparc/bits/termios.h Likewise.
2117
2118 * sysdeps/unix/sysv/linux/Makefile (sysdeps_headers): Add
2119 termios-c_iflag.h.
2120 * sysdeps/unix/sysv/linux/bits/termios-c_iflag.h: New file.
2121 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_iflag.h: Likewise.
2122 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_iflag.h: Likewise.
2123 * sysdeps/unix/sysv/linux/bits/termios.h (IGNBRK, BRKINT, IGNPAR, PARMRK,
2124 INPCK, ISTRIP, INLCR, IGNCR, ICRNL, IXON, IXOFF, IXANY, IUCLC, IMAXBEL,
2125 IUTF8): Move to termios-c_iflag.h.
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 (sysdeps_headers): Add
2132 termios-cc.h.
2133 * sysdeps/unix/sysv/linux/bits/termios-c_cc.h: Likewise.
2134 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_cc.h: New file.
2135 * sysdeps/unix/sysv/linux/mips/bits/termios-c_cc.h: Likewise.
2136 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_cc.h: Likewise.
2137 * sysdeps/unix/sysv/linux/sparc/bits/termios-c_cc.h: Likewise.
2138 * sysdeps/unix/sysv/linux/bits/termios.h (VINTR, VQUIT, VERASE,
2139 VKILL, VEOF, VTIME, VMIN, VSWTC, VSTART, VSTOP, VSUSP, VEOL,
2140 VREPRINT, VDISCARD, VWERASE, VLNEXT, VEOLF2): Move to termios-cc.h.
2141 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2142 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
2143 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2144 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
2145
2146 * sysdeps/unix/sysv/linux/alpha/bits/termios-struct.h: New file.
2147 * sysdeps/unix/sysv/linux/bits/termios-struct.h: Likewise.
2148 * sysdeps/unix/sysv/linux/mips/bits/termios-struct.h: Likewise.
2149 * sysdeps/unix/sysv/linux/sparc/bits/termios-struct.h: Likewise.
2150 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2151 termios-struct.h.
2152 * sysdeps/unix/sysv/linux/bits/termios.h (struct termios): Move to
2153 termios-struct.h.
2154 * sysdeps/unix/sysv/linux/alpha/bits/termios.h (struct termios):
2155 Likewise.
2156 * sysdeps/unix/sysv/linux/mips/bits/termios.h (struct termios):
2157 Likewise.
2158 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct termios):
2159 Likewise.
2160 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (struct termios):
2161 Likewise.
2162 * sysdeps/unix/sysv/linux/kernel_termios.h (_HAVE_C_ISPEED,
2163 _HAVE_C_OSPEED): Define.
2164 * sysdeps/unix/sysv/linux/mips/kernel_termios.h (_HAVE_C_ISPEED,
2165 _HAVE_C_OSPEED): Likewise.
2166 * sysdeps/unix/sysv/linux/sparc/kernel_termios.h (_HAVE_C_ISPEED,
2167 _HAVE_C_OSPEED): Likewise.
2168 * sysdeps/unix/sysv/linux/speed.c [_HAVE_STRUCT_TERMIOS_C_OSPEED]
2169 (cfsetospeed): Check for define value instead of existence.
2170 [_HAVE_STRUCT_TERMIOS_C_ISPEED] (cfsetispeed): Likewise.
2171 * sysdeps/unix/sysv/linux/tcgetattr.c [_HAVE_STRUCT_TERMIOS_C_ISPEED
2172 && _HAVE_C_ISPEED] (__tcgetattr): Likewise.
2173 * sysdeps/unix/sysv/linux/tcsetattr.c [_HAVE_STRUCT_TERMIOS_C_ISPEED
2174 && _HAVE_C_ISPEED] (__tcsetattr): Likewise.
2175
2176 [BZ #17783]
2177 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_MISC] (TIOCSER_TEMT):
2178 Define.
2179 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]
2180 (TIOCSER_TEMT): Likewise.
2181 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_MISC]
2182 (TEOCSER_TEMT): Likewise.
2183
2184 2019-01-02 PanderMusubi <pander@users.sourceforge.net>
2185
2186 [BZ #24011]
2187 * localedata/locales/bs_BA (LC_TELEPHONE): Fix a typo in comment.
2188
2189 2019-01-02 Joseph Myers <joseph@codesourcery.com>
2190
2191 * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
2192
2193 2019-01-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
2194
2195 * sysdeps/htl/pt-barrierattr-setpshared.c
2196 (pthread_barrierattr_setpshared): Add stub warning.
2197 * sysdeps/htl/pt-condattr-setpshared.c
2198 (pthread_condattr_setpshared): Likewise.
2199 * sysdeps/htl/pt-mutexattr-setpshared.c
2200 (pthread_mutexattr_setpshared): Likewise.
2201 * sysdeps/htl/pt-rwlockattr-setpshared.c
2202 (pthread_rwlockattr_setpshared): Likewise.
2203 * sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c
2204 (pthread_mutexattr_setpshared): Likewise.
2205
2206 2019-01-02 Joseph Myers <joseph@codesourcery.com>
2207
2208 * sysdeps/unix/sysv/linux/tst-mman-consts.py (main): Expect
2209 constants to match with Linux 4.20.
2210
2211 * sysdeps/mips/mips32/libm-test-ulps: Update.
2212 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
2213
2214 2019-01-02 Aurelien Jarno <aurelien@aurel32.net>
2215
2216 [BZ #24034]
2217 * sysdeps/unix/sysv/linux/arm/atomic-machine.h
2218 (__arm_assisted_compare_and_exchange_val_32_acq): Use uint32_t rather
2219 than __typeof (...) for the a_ptr variable.
2220
2221 2019-01-02 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
2222
2223 * debug/sprintf_chk.c (___sprintf_chk): Use PRINTF_CHK.
2224 * debug/vsprintf_chk.c (___vsprintf_chk): Likewise.
2225 * libio/Makefile (tests): Add tst-sprintf-ub and
2226 tst-sprintf-chk-ub.
2227 (CFLAGS-tst-sprintf-ub.c): New variable.
2228 (CFLAGS-tst-sprintf-chk-ub.c): Likewise.
2229 * libio/iovsprintf.c (__vsprintf_internal): Only erase the
2230 destination buffer and check for overflows in fortified mode.
2231 * libio/libioP.h (PRINTF_CHK): New macro.
2232 * libio/tst-sprintf-chk-ub.c: New file.
2233 * libio/tst-sprintf-ub.c: Likewise.
2234
2235 2019-01-02 Florian Weimer <fweimer@redhat.com>
2236
2237 [BZ #24018]
2238 * intl/dcigettext.c (DCIGETTEXT): Do not return NULL on asprintf
2239 failure.
2240
2241 2019-01-02 Florian Weimer <fweimer@redhat.com>
2242
2243 * nptl/tst-audit-threads.c: Switch to <support/test-driver.c>.
2244
2245 2019-01-01 Joseph Myers <joseph@codesourcery.com>
2246
2247 * sysdeps/unix/sysv/linux/bits/in.h (IPV6_MULTICAST_ALL): New
2248 macro.
2249
2250 * sysdeps/unix/sysv/linux/netpacket/packet.h
2251 (PACKET_IGNORE_OUTGOING): New macro.
2252
2253 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_SSBS): New
2254 macro.
2255
2256 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
2257 version to 4.20.
2258 (riscv_flush_icache): New syscall.
2259
2260 * manual/texinfo.tex: Update to version 2018-12-28.17 with
2261 trailing whitespace removed.
2262 * scripts/config.guess: Update to version 2019-01-01.
2263 * scripts/config.sub: Update to version 2019-01-01.
2264 * scripts/move-if-change: Update from gnulib.
2265
2266 * NEWS: Update copyright dates.
2267 * catgets/gencat.c (print_version): Likewise.
2268 * csu/version.c (banner): Likewise.
2269 * debug/catchsegv.sh: Likewise.
2270 * debug/pcprofiledump.c (print_version): Likewise.
2271 * debug/xtrace.sh (do_version): Likewise.
2272 * elf/ldconfig.c (print_version): Likewise.
2273 * elf/ldd.bash.in: Likewise.
2274 * elf/pldd.c (print_version): Likewise.
2275 * elf/sotruss.sh: Likewise.
2276 * elf/sprof.c (print_version): Likewise.
2277 * iconv/iconv_prog.c (print_version): Likewise.
2278 * iconv/iconvconfig.c (print_version): Likewise.
2279 * locale/programs/locale.c (print_version): Likewise.
2280 * locale/programs/localedef.c (print_version): Likewise.
2281 * login/programs/pt_chown.c (print_version): Likewise.
2282 * malloc/memusage.sh (do_version): Likewise.
2283 * malloc/memusagestat.c (print_version): Likewise.
2284 * malloc/mtrace.pl: Likewise.
2285 * manual/libc.texinfo: Likewise.
2286 * nptl/version.c (banner): Likewise.
2287 * nscd/nscd.c (print_version): Likewise.
2288 * nss/getent.c (print_version): Likewise.
2289 * nss/makedb.c (print_version): Likewise.
2290 * posix/getconf.c (main): Likewise.
2291 * scripts/test-installation.pl: Likewise.
2292 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2293
2294 * All files with FSF copyright notices: Update copyright dates
2295 using scripts/update-copyrights.
2296 * locale/programs/charmap-kw.h: Regenerated.
2297 * locale/programs/locfile-kw.h: Likewise.
2298
2299 2018-12-31 Joseph Myers <joseph@codesourcery.com>
2300
2301 * timezone/zdump.c: Update from tzcode 2018i.
2302 * timezone/zic.c: Likewise.
2303
2304 2018-12-31 Paul Eggert <eggert@cs.ucla.edu>
2305
2306 regex: improve Gnulib port to AIX
2307 From the glibc point of view, this removes duplicate macro
2308 definitions and is obviously safe.
2309 From the Gnulib point of view, this pacifies xlc 12.01 on AIX 7.1.
2310 * posix/regex_internal.h:
2311 (__attribute__, __attribute_warn_unused_result__):
2312 Remove; already defined elsewhere.
2313
2314 2018-12-31 Florian Weimer <fw@deneb.enyo.de>
2315
2316 [BZ #24027]
2317 * malloc/malloc.c (_int_realloc): Always call memcpy for the
2318 copying operation. (ncopies had the wrong type, resulting in an
2319 integer wraparound and too few elements being copied.)
2320
2321 2018-12-31 H.J. Lu <hongjiu.lu@intel.com>
2322
2323 [BZ #24022]
2324 * sysdeps/unix/sysv/linux/riscv/flush-icache.c: Check if
2325 <asm/syscalls.h> exists with __has_include__ before including it.
2326
2327 2018-12-31 Joseph Myers <joseph@codesourcery.com>
2328
2329 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
2330 version to 4.20.
2331
2332 2018-12-28 Justus Winter <4winter@informatik.uni-hamburg.de>
2333
2334 * hurd/lookup-retry: Include <unistd.h>.
2335 (__hurd_file_name_lookup_retry): Keep a ref on last result in `lastdir'.
2336 Release it on return. Handle "pid" magical lookup retry.
2337
2338 2018-12-28 Rafal Luzynski <digitalfreak@lingonborough.com>
2339
2340 [BZ #10496]
2341 * localedata/locales/aa_DJ (t_fmt): Set to "%l:%M:%S %p".
2342 (t_fmt_ampm): Likewise.
2343 * localedata/locales/aa_ER (t_fmt): Likewise.
2344 (t_fmt_ampm): Likewise.
2345 * localedata/locales/aa_ER@saaho (t_fmt): Likewise.
2346 (t_fmt_ampm): Likewise.
2347 * localedata/locales/aa_ET (t_fmt): Likewise.
2348 (t_fmt_ampm): Likewise.
2349 * localedata/locales/am_ET (t_fmt): Likewise.
2350 (t_fmt_ampm): Likewise.
2351 * localedata/locales/byn_ER (t_fmt): Likewise.
2352 (t_fmt_ampm): Likewise.
2353 * localedata/locales/om_ET (t_fmt): Likewise.
2354 (t_fmt_ampm): Likewise.
2355 * localedata/locales/sid_ET (t_fmt): Likewise.
2356 (t_fmt_ampm): Likewise.
2357 * localedata/locales/so_DJ (t_fmt): Likewise.
2358 (t_fmt_ampm): Likewise.
2359 * localedata/locales/so_ET (t_fmt): Likewise.
2360 (t_fmt_ampm): Likewise.
2361 * localedata/locales/so_SO (t_fmt): Likewise.
2362 (t_fmt_ampm): Likewise.
2363 * localedata/locales/ti_ER (t_fmt): Likewise.
2364 (t_fmt_ampm): Likewise.
2365 * localedata/locales/ti_ET (t_fmt): Likewise.
2366 (t_fmt_ampm): Likewise.
2367 * localedata/locales/tig_ER (t_fmt): Likewise.
2368 (t_fmt_ampm): Likewise.
2369 * localedata/locales/wal_ET (t_fmt): Likewise.
2370 (t_fmt_ampm): Likewise.
2371
2372 * localedata/locales/anp_IN (t_fmt): Set to "%I:%M:%S %p %Z".
2373 * localedata/locales/ar_IN (t_fmt): Likewise.
2374 * localedata/locales/bhb_IN (t_fmt): Likewise.
2375 * localedata/locales/bho_IN (t_fmt): Likewise.
2376 * localedata/locales/bi_VU (t_fmt): Likewise.
2377 * localedata/locales/bn_BD (t_fmt): Likewise.
2378 * localedata/locales/bn_IN (t_fmt): Likewise.
2379 * localedata/locales/brx_IN (t_fmt): Likewise.
2380 * localedata/locales/doi_IN (t_fmt): Likewise.
2381 * localedata/locales/en_HK (t_fmt): Likewise.
2382 (t_fmt_ampm): Likewise.
2383 * localedata/locales/en_IN (t_fmt): Likewise.
2384 * localedata/locales/en_PH (t_fmt): Likewise.
2385 * localedata/locales/gu_IN (t_fmt): Likewise.
2386 * localedata/locales/hi_IN (t_fmt): Likewise.
2387 * localedata/locales/hif_FJ (t_fmt): Likewise.
2388 * localedata/locales/hne_IN (t_fmt): Likewise.
2389 * localedata/locales/kn_IN (t_fmt): Likewise.
2390 * localedata/locales/kok_IN (t_fmt): Likewise.
2391 * localedata/locales/ks_IN (t_fmt): Likewise.
2392 * localedata/locales/ks_IN@devanagari (t_fmt): Likewise.
2393 * localedata/locales/mag_IN (t_fmt): Likewise.
2394 * localedata/locales/mai_IN (t_fmt): Likewise.
2395 * localedata/locales/mjw_IN (t_fmt): Likewise.
2396 * localedata/locales/ml_IN (t_fmt): Likewise.
2397 * localedata/locales/mni_IN (t_fmt): Likewise.
2398 * localedata/locales/mr_IN (t_fmt): Likewise.
2399 * localedata/locales/ms_MY (t_fmt): Likewise.
2400 * localedata/locales/pa_IN (t_fmt): Likewise.
2401 * localedata/locales/raj_IN (t_fmt): Likewise.
2402 * localedata/locales/sa_IN (t_fmt): Likewise.
2403 * localedata/locales/sat_IN (t_fmt): Likewise.
2404 * localedata/locales/sd_IN (t_fmt): Likewise.
2405 * localedata/locales/sd_IN@devanagari (t_fmt): Likewise.
2406 * localedata/locales/tcy_IN (t_fmt): Likewise.
2407 * localedata/locales/the_NP (t_fmt): Likewise.
2408 * localedata/locales/to_TO (t_fmt): Likewise.
2409 * localedata/locales/ur_IN (t_fmt): Likewise.
2410
2411 * localedata/locales/hif_FJ (d_t_fmt): Set to
2412 "%A %d %b %Y %I:%M:%S %p".
2413 (date_fmt): Add, set to "%A %d %b %Y %I:%M:%S %p %Z".
2414
2415 * localedata/locales/ar_AE (t_fmt): Set to "%Z %I:%M:%S %p".
2416 * localedata/locales/ar_BH (t_fmt): Likewise.
2417 * localedata/locales/ar_DZ (t_fmt): Likewise.
2418 * localedata/locales/ar_EG (t_fmt): Likewise.
2419 * localedata/locales/ar_IQ (t_fmt): Likewise.
2420 * localedata/locales/ar_JO (t_fmt): Likewise.
2421 * localedata/locales/ar_KW (t_fmt): Likewise.
2422 * localedata/locales/ar_LB (t_fmt): Likewise.
2423 * localedata/locales/ar_LY (t_fmt): Likewise.
2424 * localedata/locales/ar_OM (t_fmt): Likewise.
2425 * localedata/locales/ar_QA (t_fmt): Likewise.
2426 * localedata/locales/ar_SD (t_fmt): Likewise.
2427 * localedata/locales/ar_SS (t_fmt): Likewise.
2428 * localedata/locales/ar_SY (t_fmt): Likewise.
2429 * localedata/locales/ar_TN (t_fmt): Likewise.
2430 * localedata/locales/ar_YE (t_fmt): Likewise.
2431
2432 * localedata/locales/gez_ER (t_fmt): Set to "%l:%M:%S<U1361>%p".
2433 (t_fmt_ampm): Likewise.
2434 * localedata/locales/gez_ET (t_fmt): Likewise.
2435 (t_fmt_ampm): Likewise.
2436
2437 * localedata/locales/ta_IN (t_fmt): Set to "%p %I:%M:%S %Z".
2438 (t_fmt_ampm): Likewise.
2439 (d_t_fmt): Set to "%A %d %B %Y %p %I:%M:%S %Z".
2440
2441 * localedata/locales/zh_HK (t_fmt):
2442 Set to "%p %I<U6642>%M<U5206>%S<U79D2> %Z".
2443
2444 * localedata/locales/ar_MA (t_fmt_ampm): Set to "" (empty string)
2445 because this locale does not use the 12-hour clock.
2446 (t_fmt): Set to "%Z %H:%M:%S".
2447 (d_t_fmt): Set to "%d %b, %Y %Z %H:%M:%S".
2448
2449 * localedata/locales/mt_MT (t_fmt_ampm): Set to "" (empty string)
2450 because this locale does not use the 12-hour clock.
2451 (t_fmt): Set to "%H:%M:%S %Z".
2452 (d_t_fmt): Set to "%A, %d ta %b, %Y %H:%M:%S %Z".
2453
2454 * localedata/locales/so_KE (t_fmt_ampm): Set to "" (empty string)
2455 because this locale does not use the 12-hour clock.
2456 (t_fmt): Set to "%T".
2457 (d_t_fmt): Set to "%A, %B %e, %Y %X %Z".
2458 (date_fmt): Set to "%A, %B %e, %X %Z %Y".
2459
2460 * localedata/locales/ta_LK (t_fmt_ampm): Set to "" (empty string)
2461 because this locale does not use the 12-hour clock.
2462 (t_fmt): Set to "%H:%M:%S %Z".
2463 (d_t_fmt): Set to "%A %d %B %Y %H:%M:%S %Z".
2464
2465 * localedata/locales/bg_BG (t_fmt_ampm): Set to "" (empty string)
2466 because this locale does not use the 12-hour clock.
2467 * localedata/locales/cs_CZ (t_fmt_ampm): Likewise.
2468 * localedata/locales/sk_SK (t_fmt_ampm): Likewise.
2469
2470 2018-12-28 Rafal Luzynski <digitalfreak@lingonborough.com>
2471
2472 [BZ #10496]
2473 [BZ #23724]
2474 * localedata/locales/sq_AL (t_fmt): Set to "%I:%M:%S.%p %Z".
2475 (t_fmt_ampm): Likewise.
2476 (d_t_fmt): Set to "%a %-d %b %Y %I:%M:%S.%p".
2477 (date_fmt): Add, set to "%a %-d %b %Y %I:%M:%S.%p %Z".
2478 (d_fmt): Set to "%-d.%-m.%y".
2479
2480 2018-12-28 Adhemerval Zanella <adhemerval.zanella@linaro.org>
2481
2482 * malloc/alloc_buffer_alloc_array.c (__libc_alloc_buffer_alloc_array):
2483 Use __builtin_mul_overflow in place of check_mul_overflow_size_t.
2484 * malloc/dynarray_emplace_enlarge.c (__libc_dynarray_emplace_enlarge):
2485 Likewise.
2486 * malloc/dynarray_resize.c (__libc_dynarray_resize): Likewise.
2487 * malloc/reallocarray.c (__libc_reallocarray): Likewise.
2488 * malloc/malloc-internal.h (check_mul_overflow_size_t): Remove
2489 function.
2490 * support/blob_repeat.c (check_mul_overflow_size_t,
2491 (minimum_stride_size, support_blob_repeat_allocate): Likewise.
2492
2493 2018-12-28 Aurelien Jarno <aurelien@aurel32.net>
2494
2495 * sysdeps/alpha/fpu/libm-test-ulps: Regenerated.
2496
2497 2018-12-27 Paul Eggert <eggert@cs.ucla.edu>
2498
2499 regex: simplify Gnulib port
2500 This simplifies the code, by removing stuff intended for porting
2501 to Gnulib but no longer needed there.
2502 * posix/regcomp.c [!_LIBC]: No need to put #ifdef _LIBC around
2503 uses of libc_hidden_def, weak_alias.
2504 * posix/regcomp.c, posix/regexec.c: Use __restrict rather than
2505 _Restrict_ except for public-facing headers.
2506 * posix/regex_internal.h (attribute_hidden) [!_LIBC]:
2507 Remove; already defined elsewhere.
2508 * posix/regex.c, posix/regex_internal.h:
2509 Use __GNUC_PREREQ instead of rolling our own.
2510 * posix/regex_internal.h (__GNUC_PREREQ): Remove duplicate defn.
2511
2512 2018-12-27 Wilco Dijkstra <wdijkstr@arm.com>
2513
2514 * benchtests/bench-strlen.c (generic_strlen): New function.
2515 (memchr_strlen): New function.
2516
2517 2018-12-26 H.J. Lu <hongjiu.lu@intel.com>
2518
2519 * sysdeps/x86_64/fpu/s_sincosf.S: Removed.
2520 * sysdeps/x86_64/fpu/multiarch/s_sincosf-sse2.S: Likewise.
2521 * sysdeps/x86_64/fpu/multiarch/s_sincosf-sse2.c: New file.
2522
2523 2018-12-26 H.J. Lu <hongjiu.lu@intel.com>
2524
2525 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
2526
2527 2018-12-26 H.J. Lu <hongjiu.lu@intel.com>
2528
2529 * sysdeps/ieee754/flt-32/s_sincosf.h: Include <sincosf_poly.h>.
2530 (sincos_t, sincosf_poly, sinf_poly): Moved to ...
2531 * sysdeps/ieee754/flt-32/sincosf_poly.h: Here. New file.
2532 * sysdeps/x86/fpu/s_sincosf_data.c: New file.
2533 * sysdeps/x86/fpu/sincosf_poly.h: Likewise.
2534 * sysdeps/x86_64/fpu/multiarch/s_sincosf-fma.c: Just include
2535 <sysdeps/ieee754/flt-32/s_sincosf.c>.
2536
2537 2018-12-21 Joseph Myers <joseph@codesourcery.com>
2538
2539 [BZ #24023]
2540 * sysdeps/unix/sysv/linux/nios2/localplt.data: Allow __floatundidf
2541 PLT reference in libc.so.
2542 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Allow
2543 _Q_lltoq and _Q_qtod PLT references in libc.so.
2544
2545 2018-12-21 Wilco Dijkstra <wdijkstr@arm.com>
2546
2547 * benchtests/bench-memchr.c: Cleanup defines.
2548 * benchtests/bench-memcmp.c: Likewise.
2549 * benchtests/bench-memset.c: Likewise.
2550 * benchtests/bench-memset-large.c: Likewise.
2551 * benchtests/bench-memset-walk.c: Likewise.
2552 * benchtests/bench-stpcpy.c: Likewise.
2553 * benchtests/bench-stpncpy.c: Likewise.
2554 * benchtests/bench-strcat.c: Likewise.
2555 * benchtests/bench-strchr.c: Likewise.
2556 * benchtests/bench-strcmp.c: Likewise.
2557 * benchtests/bench-strcpy.c: Likewise.
2558 * benchtests/bench-strcspn.c: Likewise.
2559 * benchtests/bench-string.h: Likewise.
2560 * benchtests/bench-strlen.c: Likewise.
2561 * benchtests/bench-strncat.c: Likewise.
2562 * benchtests/bench-strncmp.c: Likewise.
2563 * benchtests/bench-strncpy.c: Likewise.
2564 * benchtests/bench-strnlen.c: Likewise.
2565 * benchtests/bench-strpbrk.c: Likewise.
2566 * benchtests/bench-strrchr.c: Likewise.
2567 * benchtests/bench-strspn.c: Likewise.
2568
2569 2018-12-21 Joseph Myers <joseph@codesourcery.com>
2570
2571 * stdlib/longlong.h: Update from GCC.
2572
2573 [BZ #23993]
2574 * configure.ac (libc_cv_compiler_ok): Require GCC 5 or later.
2575 * configure: Regenerated.
2576 * manual/install.texi (Tools for Compilation): Update minimum GCC
2577 version.
2578 * INSTALL: Regenerated.
2579
2580 2018-12-21 Istvan Kurucsai <pistukem@gmail.com>
2581
2582 * malloc/malloc.c (munmap_chunk): Verify chunk alignment.
2583
2584 2018-12-20 Istvan Kurucsai <pistukem@gmail.com>
2585
2586 * malloc/malloc.c (mremap_chunk): Additional checks.
2587
2588 2018-12-21 Mao Han <han_mao@c-sky.com>
2589
2590 * config.h.in (CSKYABI, CSKY_HARD_FLOAT): New Define.
2591 * scripts/build-many-glibcs.py: Add C-SKY targets.
2592 * sysdeps/csky/Implies: New file.
2593 * sysdeps/csky/Makefile: Likewise.
2594 * sysdeps/csky/abiv2/__longjmp.S: Likewise.
2595 * sysdeps/csky/abiv2/csky-mcount.S: Likewise.
2596 * sysdeps/csky/abiv2/dl-trampoline.S: Likewise.
2597 * sysdeps/csky/abiv2/memcmp.S: Likewise.
2598 * sysdeps/csky/abiv2/memcpy.S: Likewise.
2599 * sysdeps/csky/abiv2/memmove.S: Likewise.
2600 * sysdeps/csky/abiv2/memset.S: Likewise.
2601 * sysdeps/csky/abiv2/setjmp.S: Likewise.
2602 * sysdeps/csky/abiv2/start.S: Likewise.
2603 * sysdeps/csky/abiv2/strcmp.S: Likewise.
2604 * sysdeps/csky/abiv2/strcpy.S: Likewise.
2605 * sysdeps/csky/abiv2/strlen.S: Likewise.
2606 * sysdeps/csky/abiv2/tls-macros.h: Likewise.
2607 * sysdeps/csky/abort-instr.h: Likewise.
2608 * sysdeps/csky/atomic-machine.h: Likewise.
2609 * sysdeps/csky/bits/endian.h: Likewise.
2610 * sysdeps/csky/bits/fenv.h: Likewise.
2611 * sysdeps/csky/bits/link.h: Likewise.
2612 * sysdeps/csky/bits/setjmp.h: Likewise.
2613 * sysdeps/csky/bsd-_setjmp.S: Likewise.
2614 * sysdeps/csky/bsd-setjmp.S: Likewise.
2615 * sysdeps/csky/configure: Likewise.
2616 * sysdeps/csky/configure.ac: Likewise.
2617 * sysdeps/csky/dl-machine.h: Likewise.
2618 * sysdeps/csky/dl-procinfo.c: Likewise.
2619 * sysdeps/csky/dl-procinfo.h: Likewise.
2620 * sysdeps/csky/dl-sysdep.h: Likewise.
2621 * sysdeps/csky/dl-tls.h: Likewise.
2622 * sysdeps/csky/fpu/fclrexcpt.c: Likewise.
2623 * sysdeps/csky/fpu/fedisblxcpt.c: Likewise.
2624 * sysdeps/csky/fpu/feenablxcpt.c: Likewise.
2625 * sysdeps/csky/fpu/fegetenv.c: Likewise.
2626 * sysdeps/csky/fpu/fegetexcept.c: Likewise.
2627 * sysdeps/csky/fpu/fegetmode.c: Likewise.
2628 * sysdeps/csky/fpu/fegetround.c: Likewise.
2629 * sysdeps/csky/fpu/feholdexcpt.c: Likewise.
2630 * sysdeps/csky/fpu/fenv_libc.h: Likewise.
2631 * sysdeps/csky/fpu/fenv_private.h: Likewise.
2632 * sysdeps/csky/fpu/fesetenv.c: Likewise.
2633 * sysdeps/csky/fpu/fesetexcept.c: Likewise.
2634 * sysdeps/csky/fpu/fesetmode.c: Likewise.
2635 * sysdeps/csky/fpu/fesetround.c: Likewise.
2636 * sysdeps/csky/fpu/feupdateenv.c: Likewise.
2637 * sysdeps/csky/fpu/fgetexcptflg.c: Likewise.
2638 * sysdeps/csky/fpu/fix-fp-int-convert-overflow.h: Likewise.
2639 * sysdeps/csky/fpu/fraiseexcpt.c: Likewise.
2640 * sysdeps/csky/fpu/fsetexcptflg.c: Likewise.
2641 * sysdeps/csky/fpu/ftestexcept.c: Likewise.
2642 * sysdeps/csky/fpu/libm-test-ulps: Likewise.
2643 * sysdeps/csky/fpu/libm-test-ulps-name: Likewise.
2644 * sysdeps/csky/fpu_control.h: Likewise.
2645 * sysdeps/csky/gccframe.h: Likewise.
2646 * sysdeps/csky/jmpbuf-unwind.h: Likewise.
2647 * sysdeps/csky/ldsodefs.h: Likewise.
2648 * sysdeps/csky/libc-tls.c: Likewise.
2649 * sysdeps/csky/linkmap.h: Likewise.
2650 * sysdeps/csky/machine-gmon.h: Likewise.
2651 * sysdeps/csky/memusage.h: Likewise.
2652 * sysdeps/csky/nofpu/Implies: Likewise.
2653 * sysdeps/csky/nofpu/libm-test-ulps: Likewise.
2654 * sysdeps/csky/nofpu/libm-test-ulps-name: Likewise.
2655 * sysdeps/csky/nptl/Makefile: Likewise.
2656 * sysdeps/csky/nptl/bits/pthreadtypes-arch.h: Likewise.
2657 * sysdeps/csky/nptl/bits/semaphore.h: Likewise.
2658 * sysdeps/csky/nptl/pthread-offsets.h: Likewise.
2659 * sysdeps/csky/nptl/pthreaddef.h: Likewise.
2660 * sysdeps/csky/nptl/tcb-offsets.sym: Likewise.
2661 * sysdeps/csky/nptl/tls.h: Likewise.
2662 * sysdeps/csky/preconfigure: Likewise.
2663 * sysdeps/csky/sfp-machine.h: Likewise.
2664 * sysdeps/csky/sotruss-lib.c: Likewise.
2665 * sysdeps/csky/stackinfo.h: Likewise.
2666 * sysdeps/csky/sysdep.h: Likewise.
2667 * sysdeps/csky/tininess.h: Likewise.
2668 * sysdeps/csky/tst-audit.h: Likewise.
2669 * sysdeps/unix/sysv/linux/csky/Implies: Likewise.
2670 * sysdeps/unix/sysv/linux/csky/Makefile: Likewise.
2671 * sysdeps/unix/sysv/linux/csky/Versions: Likewise.
2672 * sysdeps/unix/sysv/linux/csky/abiv2/____longjmp_chk.S: Likewise.
2673 * sysdeps/unix/sysv/linux/csky/abiv2/clone.S: Likewise.
2674 * sysdeps/unix/sysv/linux/csky/abiv2/getcontext.S: Likewise.
2675 * sysdeps/unix/sysv/linux/csky/abiv2/setcontext.S: Likewise.
2676 * sysdeps/unix/sysv/linux/csky/abiv2/swapcontext.S: Likewise.
2677 * sysdeps/unix/sysv/linux/csky/abiv2/syscall.S: Likewise.
2678 * sysdeps/unix/sysv/linux/csky/abiv2/sysdep.S: Likewise.
2679 * sysdeps/unix/sysv/linux/csky/abiv2/ucontext_i.sym: Likewise.
2680 * sysdeps/unix/sysv/linux/csky/bits/procfs.h: Likewise.
2681 * sysdeps/unix/sysv/linux/csky/bits/shmlba.h: Likewise.
2682 * sysdeps/unix/sysv/linux/csky/c++-types.data: Likewise.
2683 * sysdeps/unix/sysv/linux/csky/configure: Likewise.
2684 * sysdeps/unix/sysv/linux/csky/configure.ac: Likewise.
2685 * sysdeps/unix/sysv/linux/csky/ipc_priv.h: Likewise.
2686 * sysdeps/unix/sysv/linux/csky/jmp_buf-macros.h: Likewise.
2687 * sysdeps/unix/sysv/linux/csky/kernel-features.h: Likewise.
2688 * sysdeps/unix/sysv/linux/csky/ld.abilist: Likewise.
2689 * sysdeps/unix/sysv/linux/csky/ldconfig.h: Likewise.
2690 * sysdeps/unix/sysv/linux/csky/libBrokenLocale.abilist: Likewise.
2691 * sysdeps/unix/sysv/linux/csky/libanl.abilist: Likewise.
2692 * sysdeps/unix/sysv/linux/csky/libc.abilist: Likewise.
2693 * sysdeps/unix/sysv/linux/csky/libcrypt.abilist: Likewise.
2694 * sysdeps/unix/sysv/linux/csky/libdl.abilist: Likewise.
2695 * sysdeps/unix/sysv/linux/csky/libm.abilist: Likewise.
2696 * sysdeps/unix/sysv/linux/csky/libpthread.abilist: Likewise.
2697 * sysdeps/unix/sysv/linux/csky/libresolv.abilist: Likewise.
2698 * sysdeps/unix/sysv/linux/csky/librt.abilist: Likewise.
2699 * sysdeps/unix/sysv/linux/csky/libthread_db.abilist: Likewise.
2700 * sysdeps/unix/sysv/linux/csky/libutil.abilist: Likewise.
2701 * sysdeps/unix/sysv/linux/csky/localplt.data: Likewise.
2702 * sysdeps/unix/sysv/linux/csky/makecontext.c: Likewise.
2703 * sysdeps/unix/sysv/linux/csky/profil-counter.h: Likewise.
2704 * sysdeps/unix/sysv/linux/csky/pt-vfork.S: Likewise.
2705 * sysdeps/unix/sysv/linux/csky/register-dump.h: Likewise.
2706 * sysdeps/unix/sysv/linux/csky/shlib-versions: Likewise.
2707 * sysdeps/unix/sysv/linux/csky/sigcontextinfo.h: Likewise.
2708 * sysdeps/unix/sysv/linux/csky/sys/cachectl.h: Likewise.
2709 * sysdeps/unix/sysv/linux/csky/sys/ucontext.h: Likewise.
2710 * sysdeps/unix/sysv/linux/csky/sys/user.h: Likewise.
2711 * sysdeps/unix/sysv/linux/csky/syscalls.list: Likewise.
2712 * sysdeps/unix/sysv/linux/csky/sysdep.h: Likewise.
2713
2714 2018-12-18 Albert ARIBAUD <albert.aribaud@3adev.fr>
2715
2716 * include/time.h (__difftime64): Add.
2717 * time/difftime.c (subtract): convert to 64-bit time.
2718 * time/difftime.c (__difftime64): Add.
2719 * time/difftime.c (__difftime): Wrap around __difftime64.
2720
2721 2018-12-20 H.J. Lu <hongjiu.lu@intel.com>
2722
2723 * manual/examples/add.c: Remove redundant "if not".
2724 * manual/examples/argp-ex1.c: Likewise.
2725 * manual/examples/argp-ex2.c: Likewise.
2726 * manual/examples/argp-ex3.c: Likewise.
2727 * manual/examples/argp-ex4.c: Likewise.
2728 * manual/examples/atexit.c: Likewise.
2729 * manual/examples/db.c: Likewise.
2730 * manual/examples/dir.c: Likewise.
2731 * manual/examples/dir2.c: Likewise.
2732 * manual/examples/execinfo.c: Likewise.
2733 * manual/examples/filecli.c: Likewise.
2734 * manual/examples/filesrv.c: Likewise.
2735 * manual/examples/fmtmsgexpl.c: Likewise.
2736 * manual/examples/genpass.c: Likewise.
2737 * manual/examples/inetcli.c: Likewise.
2738 * manual/examples/inetsrv.c: Likewise.
2739 * manual/examples/isockad.c: Likewise.
2740 * manual/examples/longopt.c: Likewise.
2741 * manual/examples/memopen.c: Likewise.
2742 * manual/examples/memstrm.c: Likewise.
2743 * manual/examples/mkdirent.c: Likewise.
2744 * manual/examples/mkfsock.c: Likewise.
2745 * manual/examples/mkisock.c: Likewise.
2746 * manual/examples/mygetpass.c: Likewise.
2747 * manual/examples/pipe.c: Likewise.
2748 * manual/examples/popen.c: Likewise.
2749 * manual/examples/rprintf.c: Likewise.
2750 * manual/examples/search.c: Likewise.
2751 * manual/examples/select.c: Likewise.
2752 * manual/examples/setjmp.c: Likewise.
2753 * manual/examples/sigh1.c: Likewise.
2754 * manual/examples/sigusr.c: Likewise.
2755 * manual/examples/stpcpy.c: Likewise.
2756 * manual/examples/strdupa.c: Likewise.
2757 * manual/examples/strftim.c: Likewise.
2758 * manual/examples/subopt.c: Likewise.
2759 * manual/examples/swapcontext.c: Likewise.
2760 * manual/examples/termios.c: Likewise.
2761 * manual/examples/testopt.c: Likewise.
2762 * manual/examples/testpass.c: Likewise.
2763 * manual/examples/timeval_subtract.c: Likewise.
2764
2765 2018-12-19 Joseph Myers <joseph@codesourcery.com>
2766
2767 * sysdeps/x86/fpu/math_private.h: New file.
2768 * sysdeps/x86/fpu/bits/mathinline.h: Remove.
2769
2770 * sysdeps/x86/fpu/bits/mathinline.h (sinh): Remove inline
2771 definition.
2772 (cosh): Likewise.
2773 (tanh): Likewise.
2774
2775 2018-12-19 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
2776
2777 * elf/dl-sysdep.c (auxvars): Add AT_L1I_CACHESIZE,
2778 AT_L1I_CACHEGEOMETRY, AT_L1D_CACHESIZE, AT_L1D_CACHEGEOMETRY,
2779 AT_L2_CACHESIZE, AT_L2_CACHEGEOMETRY, AT_L3_CACHESIZE and
2780 AT_L3_CACHEGEOMETRY. Fix indentation when printing the other
2781 fields.
2782 (_dl_show_auxv): Give a special treatment to
2783 AT_L1I_CACHEGEOMETRY, AT_L1D_CACHEGEOMETRY, AT_L2_CACHEGEOMETRY
2784 and AT_L3_CACHEGEOMETRY.
2785 * sysdeps/powerpc/dl-procinfo.h (cache_geometry): New function.
2786 (_dl_procinfo): Fix indentation when printing AT_HWCAP and
2787 AT_HWCAP2. Add support for AT_L1I_CACHEGEOMETRY,
2788 AT_L1D_CACHEGEOMETRY, AT_L2_CACHEGEOMETRY and AT_L3_CACHEGEOMETRY.
2789
2790 2018-12-19 Andreas Schwab <schwab@suse.de>
2791
2792 * nscd/connections.c (check_use): Don't abort on invalid len.
2793
2794 2018-12-18 Samuel Thibault <samuel.thibault@ens-lyon.org>
2795
2796 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Test against 64bit `cmd'
2797 values in the 64bit value cases.
2798
2799 2018-12-18 Albert ARIBAUD <albert.aribaud@3adev.fr>
2800
2801 * include/time.h
2802 (__ctime64_r): Add.
2803 * time/ctime_r.c
2804 (__ctime64_r): Add.
2805 [__TIMESIZE != 64] (__ctime_r): Turn into a wrapper.
2806
2807 * include/time.h
2808 (__ctime64): Add.
2809 * time/gmtime.c
2810 (__ctime64): Add.
2811 [__TIMESIZE != 64] (ctime): Turn into a wrapper.
2812
2813 * include/time.h
2814 (__gmtime64_r): Add.
2815 * time/gmtime.c
2816 (__gmtime64_r): Add.
2817 [__TIMESIZE != 64] (__gmtime): Turn into a wrapper.
2818
2819 * include/time.h
2820 (__gmtime64): Add.
2821 * time/gmtime.c
2822 (__gmtime64): Add.
2823 [__TIMESIZE != 64] (__gmtime): Turn into a wrapper.
2824
2825 * include/time.h
2826 (__localtime64_r): Add.
2827 * time/localtime.c
2828 (__localtime64_r): Add.
2829 [__TIMESIZE != 64] (__localtime_r): Turn into a wrapper.
2830
2831 2018-12-18 Adhemerval Zanella <adhemerval.zanella@linaro.org>
2832
2833 * sysdeps/unix/sysv/linux/s390/kernel_sigaction.h: Use Linux generic
2834 kernel_sigction definition.
2835
2836 * sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h: Remove file.
2837
2838 * sysdeps/unix/sysv/linux/hppa/kernel_sigaction.h: Remove file.
2839
2840 * sysdeps/unix/sysv/linux/alpha/Makefile: Update comment about
2841 __syscall_rt_sigaction.
2842 * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h
2843 (kernel_sigaction): Use Linux generic defintion.
2844 (STUB): Define.
2845 (__syscall_rt_sigreturn, __syscall_sigreturn): Add prototype.
2846 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S
2847 (__syscall_rt_sigaction): Remove implementation.
2848 (__syscall_sigreturn, __syscall_rt_sigreturn): Define as global and
2849 hidden.
2850 * sysdeps/unix/sysv/linux/alpha/sigaction.c: Remove file.
2851 * sysdeps/unix/sysv/linux/alpha/sysdep.h (INLINE_SYSCALL,
2852 INTERNAL_SYSCALL): Remove definitions.
2853 * sysdeps/unix/sysv/linux/sigaction.c: Define STUB to accept both the
2854 action and signal set size.
2855 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (STUB): Redefine.
2856 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (STUB): Likewise.
2857
2858 2018-12-18 Adhemerval Zanella <adhemerval.zanella@linaro.org>
2859 James Clarke <jrtc27@jrtc27.com>
2860
2861 [BZ #23967]
2862 * sysdeps/unix/sysv/linux/kernel_sigaction.h (HAS_SA_RESTORER):
2863 Define if SA_RESTORER is defined.
2864 (kernel_sigaction): Define sa_restorer if HAS_SA_RESTORER is defined.
2865 (SET_SA_RESTORER, RESET_SA_RESTORER): Define iff the macro are not
2866 already defined.
2867 * sysdeps/unix/sysv/linux/m68k/kernel_sigaction.h (SA_RESTORER,
2868 kernel_sigaction, SET_SA_RESTORER, RESET_SA_RESTORER): Remove
2869 definitions.
2870 (HAS_SA_RESTORER): Define.
2871 * sysdeps/unix/sysv/linux/sparc/kernel_sigaction.h (SA_RESTORER,
2872 SET_SA_RESTORER, RESET_SA_RESTORER): Remove definition.
2873 (HAS_SA_RESTORER): Define.
2874 * sysdeps/unix/sysv/linux/nios2/kernel_sigaction.h: Include generic
2875 kernel_sigaction after define SET_SA_RESTORER and RESET_SA_RESTORER.
2876 * sysdeps/unix/sysv/linux/powerpc/kernel_sigaction.h: Likewise.
2877 * sysdeps/unix/sysv/linux/s390/kernel_sigaction.h: Likewise.
2878 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2879
2880 2018-12-18 Joseph Myers <joseph@codesourcery.com>
2881
2882 * sysdeps/unix/sysv/linux/kernel-features.h
2883 (__ASSUME_ST_INO_64_BIT): Remove macro definition.
2884 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
2885 (__ASSUME_ST_INO_64_BIT): Do not undefine and define.
2886 * sysdeps/unix/sysv/linux/sh/kernel-features.h
2887 (__ASSUME_ST_INO_64_BIT): Likewise.
2888 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
2889 <kernel-features.h>.
2890 (___fxstat64) [_HAVE_STAT64___ST_INO && !__ASSUME_ST_INO_64_BIT]:
2891 Remove conditional code.
2892 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
2893 <kernel-features.h>.
2894 (___lxstat64) [_HAVE_STAT64___ST_INO && !__ASSUME_ST_INO_64_BIT]:
2895 Remove conditional code.
2896 * sysdeps/unix/sysv/linux/xstat64.c: Do not include
2897 <kernel-features.h>.
2898 (___xstat64) [_HAVE_STAT64___ST_INO && !__ASSUME_ST_INO_64_BIT]:
2899 Remove conditional code.
2900 * sysdeps/unix/sysv/linux/xstatconv.c: Do not include
2901 <kernel-features.h>.
2902 (__xstat32_conv) [_HAVE_STAT64___ST_INO]: Remove conditional code.
2903 [!_HAVE_STAT64___ST_INO]: Make code unconditional.
2904
2905 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2906
2907 * sysdeps/s390/multiarch/ifunc-resolve.h
2908 (s390_vx_libc_ifunc, s390_vx_libc_ifunc_redirected,
2909 s390_vx_libc_ifunc2, s390_vx_libc_ifunc_init,
2910 s390_vx_libc_ifunc2_redirected, s390_libc_ifunc):
2911 Delete macro definition.
2912 (s390_libc_ifunc_init): Rename to
2913 s390_libc_ifunc_expr_stfle_init.
2914 * sysdeps/s390/bzero: Use
2915 s390_libc_ifunc_expr_stfle_init instead of
2916 s390_libc_ifunc_init.
2917 * sysdeps/s390/memcmp.c: Likewise.
2918 * sysdeps/s390/memcpy.c: Likewise.
2919 * sysdeps/s390/mempcpy.c: Likewise.
2920 * sysdeps/s390/memset.c: Likewise.
2921
2922 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2923
2924 * sysdeps/s390/multiarch/gconv_simple.c (ICONV_VX_IFUNC):
2925 Define macro dependent on HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT.
2926
2927 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2928
2929 * sysdeps/s390/multiarch/Makefile
2930 (sysdep_routines): Remove wmemcmp variants.
2931 * sysdeps/s390/Makefile (sysdep_routines): Add wmemcmp variants.
2932 * sysdeps/s390/multiarch/ifunc-impl-list.c
2933 (__libc_ifunc_impl_list): Refactor ifunc handling for wmemcmp.
2934 * sysdeps/s390/multiarch/wmemcmp-c.c: Move to ...
2935 * sysdeps/s390/wmemcmp-c.c: ... here and adjust ifunc handling.
2936 * sysdeps/s390/multiarch/wmemcmp-vx.S: Move to ...
2937 * sysdeps/s390/wmemcmp-vx.S: ... here and adjust ifunc handling.
2938 * sysdeps/s390/multiarch/wmemcmp.c: Move to ...
2939 * sysdeps/s390/wmemcmp.c: ... here and adjust ifunc handling.
2940 * sysdeps/s390/ifunc-wmemcmp.h: New file.
2941
2942 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2943
2944 * sysdeps/s390/multiarch/Makefile
2945 (sysdep_routines): Remove wmemset variants.
2946 * sysdeps/s390/Makefile (sysdep_routines): Add wmemset variants.
2947 * sysdeps/s390/multiarch/ifunc-impl-list.c
2948 (__libc_ifunc_impl_list): Refactor ifunc handling for wmemset.
2949 * sysdeps/s390/multiarch/wmemset-c.c: Move to ...
2950 * sysdeps/s390/wmemset-c.c: ... here and adjust ifunc handling.
2951 * sysdeps/s390/multiarch/wmemset-vx.S: Move to ...
2952 * sysdeps/s390/wmemset-vx.S: ... here and adjust ifunc handling.
2953 * sysdeps/s390/multiarch/wmemset.c: Move to ...
2954 * sysdeps/s390/wmemset.c: ... here and adjust ifunc handling.
2955 * sysdeps/s390/ifunc-wmemset.h: New file.
2956
2957 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2958
2959 * sysdeps/s390/multiarch/Makefile
2960 (sysdep_routines): Remove wmemchr variants.
2961 * sysdeps/s390/Makefile (sysdep_routines): Add wmemchr variants.
2962 * sysdeps/s390/multiarch/ifunc-impl-list.c
2963 (__libc_ifunc_impl_list): Refactor ifunc handling for wmemchr.
2964 * sysdeps/s390/multiarch/wmemchr-c.c: Move to ...
2965 * sysdeps/s390/wmemchr-c.c: ... here and adjust ifunc handling.
2966 * sysdeps/s390/multiarch/wmemchr-vx.S: Move to ...
2967 * sysdeps/s390/wmemchr-vx.S: ... here and adjust ifunc handling.
2968 * sysdeps/s390/multiarch/wmemchr.c: Move to ...
2969 * sysdeps/s390/wmemchr.c: ... here and adjust ifunc handling.
2970 * sysdeps/s390/ifunc-wmemchr.h: New file.
2971
2972 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2973
2974 * sysdeps/s390/multiarch/Makefile
2975 (sysdep_routines): Remove wcscspn variants.
2976 * sysdeps/s390/Makefile (sysdep_routines): Add wcscspn variants.
2977 * sysdeps/s390/multiarch/ifunc-impl-list.c
2978 (__libc_ifunc_impl_list): Refactor ifunc handling for wcscspn.
2979 * sysdeps/s390/multiarch/wcscspn-c.c: Move to ...
2980 * sysdeps/s390/wcscspn-c.c: ... here and adjust ifunc handling.
2981 * sysdeps/s390/multiarch/wcscspn-vx.S: Move to ...
2982 * sysdeps/s390/wcscspn-vx.S: ... here and adjust ifunc handling.
2983 * sysdeps/s390/multiarch/wcscspn.c: Move to ...
2984 * sysdeps/s390/wcscspn.c: ... here and adjust ifunc handling.
2985 * sysdeps/s390/ifunc-wcscspn.h: New file.
2986
2987 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2988
2989 * sysdeps/s390/multiarch/Makefile
2990 (sysdep_routines): Remove wcspbrk variants.
2991 * sysdeps/s390/Makefile (sysdep_routines): Add wcspbrk variants.
2992 * sysdeps/s390/multiarch/ifunc-impl-list.c
2993 (__libc_ifunc_impl_list): Refactor ifunc handling for wcspbrk.
2994 * sysdeps/s390/multiarch/wcspbrk-c.c: Move to ...
2995 * sysdeps/s390/wcspbrk-c.c: ... here and adjust ifunc handling.
2996 * sysdeps/s390/multiarch/wcspbrk-vx.S: Move to ...
2997 * sysdeps/s390/wcspbrk-vx.S: ... here and adjust ifunc handling.
2998 * sysdeps/s390/multiarch/wcspbrk.c: Move to ...
2999 * sysdeps/s390/wcspbrk.c: ... here and adjust ifunc handling.
3000 * sysdeps/s390/ifunc-wcspbrk.h: New file.
3001
3002 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3003
3004 * sysdeps/s390/multiarch/Makefile
3005 (sysdep_routines): Remove wcsspn variants.
3006 * sysdeps/s390/Makefile (sysdep_routines): Add wcsspn variants.
3007 * sysdeps/s390/multiarch/ifunc-impl-list.c
3008 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsspn.
3009 * sysdeps/s390/multiarch/wcsspn-c.c: Move to ...
3010 * sysdeps/s390/wcsspn-c.c: ... here and adjust ifunc handling.
3011 * sysdeps/s390/multiarch/wcsspn-vx.S: Move to ...
3012 * sysdeps/s390/wcsspn-vx.S: ... here and adjust ifunc handling.
3013 * sysdeps/s390/multiarch/wcsspn.c: Move to ...
3014 * sysdeps/s390/wcsspn.c: ... here and adjust ifunc handling.
3015 * sysdeps/s390/ifunc-wcsspn.h: New file.
3016
3017 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3018
3019 * sysdeps/s390/multiarch/Makefile
3020 (sysdep_routines): Remove wcsrchr variants.
3021 * sysdeps/s390/Makefile (sysdep_routines): Add wcsrchr variants.
3022 * sysdeps/s390/multiarch/ifunc-impl-list.c
3023 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsrchr.
3024 * sysdeps/s390/multiarch/wcsrchr-c.c: Move to ...
3025 * sysdeps/s390/wcsrchr-c.c: ... here and adjust ifunc handling.
3026 * sysdeps/s390/multiarch/wcsrchr-vx.S: Move to ...
3027 * sysdeps/s390/wcsrchr-vx.S: ... here and adjust ifunc handling.
3028 * sysdeps/s390/multiarch/wcsrchr.c: Move to ...
3029 * sysdeps/s390/wcsrchr.c: ... here and adjust ifunc handling.
3030 * sysdeps/s390/ifunc-wcsrchr.h: New file.
3031
3032 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3033
3034 * sysdeps/s390/multiarch/Makefile
3035 (sysdep_routines): Remove wcschrnul variants.
3036 * sysdeps/s390/Makefile (sysdep_routines): Add wcschrnul variants.
3037 * sysdeps/s390/multiarch/ifunc-impl-list.c
3038 (__libc_ifunc_impl_list): Refactor ifunc handling for wcschrnul.
3039 * sysdeps/s390/multiarch/wcschrnul-c.c: Move to ...
3040 * sysdeps/s390/wcschrnul-c.c: ... here and adjust ifunc handling.
3041 * sysdeps/s390/multiarch/wcschrnul-vx.S: Move to ...
3042 * sysdeps/s390/wcschrnul-vx.S: ... here and adjust ifunc handling.
3043 * sysdeps/s390/multiarch/wcschrnul.c: Move to ...
3044 * sysdeps/s390/wcschrnul.c: ... here and adjust ifunc handling.
3045 * sysdeps/s390/ifunc-wcschrnul.h: New file.
3046
3047 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3048
3049 * sysdeps/s390/multiarch/Makefile
3050 (sysdep_routines): Remove wcschr variants.
3051 * sysdeps/s390/Makefile (sysdep_routines): Add wcschr variants.
3052 * sysdeps/s390/multiarch/ifunc-impl-list.c
3053 (__libc_ifunc_impl_list): Refactor ifunc handling for wcschr.
3054 * sysdeps/s390/multiarch/wcschr-c.c: Move to ...
3055 * sysdeps/s390/wcschr-c.c: ... here and adjust ifunc handling.
3056 * sysdeps/s390/multiarch/wcschr-vx.S: Move to ...
3057 * sysdeps/s390/wcschr-vx.S: ... here and adjust ifunc handling.
3058 * sysdeps/s390/multiarch/wcschr.c: Move to ...
3059 * sysdeps/s390/wcschr.c: ... here and adjust ifunc handling.
3060 * sysdeps/s390/ifunc-wcschr.h: New file.
3061
3062 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3063
3064 * sysdeps/s390/multiarch/Makefile
3065 (sysdep_routines): Remove wcsncmp variants.
3066 * sysdeps/s390/Makefile (sysdep_routines): Add wcsncmp variants.
3067 * sysdeps/s390/multiarch/ifunc-impl-list.c
3068 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsncmp.
3069 * sysdeps/s390/multiarch/wcsncmp-c.c: Move to ...
3070 * sysdeps/s390/wcsncmp-c.c: ... here and adjust ifunc handling.
3071 * sysdeps/s390/multiarch/wcsncmp-vx.S: Move to ...
3072 * sysdeps/s390/wcsncmp-vx.S: ... here and adjust ifunc handling.
3073 * sysdeps/s390/multiarch/wcsncmp.c: Move to ...
3074 * sysdeps/s390/wcsncmp.c: ... here and adjust ifunc handling.
3075 * sysdeps/s390/ifunc-wcsncmp.h: New file.
3076
3077 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3078
3079 * sysdeps/s390/multiarch/Makefile
3080 (sysdep_routines): Remove wcscmp variants.
3081 * sysdeps/s390/Makefile (sysdep_routines): Add wcscmp variants.
3082 * sysdeps/s390/multiarch/ifunc-impl-list.c
3083 (__libc_ifunc_impl_list): Refactor ifunc handling for wcscmp.
3084 * sysdeps/s390/multiarch/wcscmp-c.c: Move to ...
3085 * sysdeps/s390/wcscmp-c.c: ... here and adjust ifunc handling.
3086 * sysdeps/s390/multiarch/wcscmp-vx.S: Move to ...
3087 * sysdeps/s390/wcscmp-vx.S: ... here and adjust ifunc handling.
3088 * sysdeps/s390/multiarch/wcscmp.c: Move to ...
3089 * sysdeps/s390/wcscmp.c: ... here and adjust ifunc handling.
3090 * sysdeps/s390/ifunc-wcscmp.h: New file.
3091
3092 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3093
3094 * sysdeps/s390/multiarch/Makefile
3095 (sysdep_routines): Remove wcsncat variants.
3096 * sysdeps/s390/Makefile (sysdep_routines): Add wcsncat variants.
3097 * sysdeps/s390/multiarch/ifunc-impl-list.c
3098 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsncat.
3099 * sysdeps/s390/multiarch/wcsncat-c.c: Move to ...
3100 * sysdeps/s390/wcsncat-c.c: ... here and adjust ifunc handling.
3101 * sysdeps/s390/multiarch/wcsncat-vx.S: Move to ...
3102 * sysdeps/s390/wcsncat-vx.S: ... here and adjust ifunc handling.
3103 * sysdeps/s390/multiarch/wcsncat.c: Move to ...
3104 * sysdeps/s390/wcsncat.c: ... here and adjust ifunc handling.
3105 * sysdeps/s390/ifunc-wcsncat.h: New file.
3106
3107 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3108
3109 * sysdeps/s390/multiarch/Makefile
3110 (sysdep_routines): Remove wcscat variants.
3111 * sysdeps/s390/Makefile (sysdep_routines): Add wcscat variants.
3112 * sysdeps/s390/multiarch/ifunc-impl-list.c
3113 (__libc_ifunc_impl_list): Refactor ifunc handling for wcscat.
3114 * sysdeps/s390/multiarch/wcscat-c.c: Move to ...
3115 * sysdeps/s390/wcscat-c.c: ... here and adjust ifunc handling.
3116 * sysdeps/s390/multiarch/wcscat-vx.S: Move to ...
3117 * sysdeps/s390/wcscat-vx.S: ... here and adjust ifunc handling.
3118 * sysdeps/s390/multiarch/wcscat.c: Move to ...
3119 * sysdeps/s390/wcscat.c: ... here and adjust ifunc handling.
3120 * sysdeps/s390/ifunc-wcscat.h: New file.
3121
3122 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3123
3124 * sysdeps/s390/multiarch/Makefile
3125 (sysdep_routines): Remove wcpncpy variants.
3126 * sysdeps/s390/Makefile (sysdep_routines): Add wcpncpy variants.
3127 * sysdeps/s390/multiarch/ifunc-impl-list.c
3128 (__libc_ifunc_impl_list): Refactor ifunc handling for wcpncpy.
3129 * sysdeps/s390/multiarch/wcpncpy-c.c: Move to ...
3130 * sysdeps/s390/wcpncpy-c.c: ... here and adjust ifunc handling.
3131 * sysdeps/s390/multiarch/wcpncpy-vx.S: Move to ...
3132 * sysdeps/s390/wcpncpy-vx.S: ... here and adjust ifunc handling.
3133 * sysdeps/s390/multiarch/wcpncpy.c: Move to ...
3134 * sysdeps/s390/wcpncpy.c: ... here and adjust ifunc handling.
3135 * sysdeps/s390/ifunc-wcpncpy.h: New file.
3136
3137 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3138
3139 * sysdeps/s390/multiarch/Makefile
3140 (sysdep_routines): Remove wcsncpy variants.
3141 * sysdeps/s390/Makefile (sysdep_routines): Add wcsncpy variants.
3142 * sysdeps/s390/multiarch/ifunc-impl-list.c
3143 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsncpy.
3144 * sysdeps/s390/multiarch/wcsncpy-c.c: Move to ...
3145 * sysdeps/s390/wcsncpy-c.c: ... here and adjust ifunc handling.
3146 * sysdeps/s390/multiarch/wcsncpy-vx.S: Move to ...
3147 * sysdeps/s390/wcsncpy-vx.S: ... here and adjust ifunc handling.
3148 * sysdeps/s390/multiarch/wcsncpy.c: Move to ...
3149 * sysdeps/s390/wcsncpy.c: ... here and adjust ifunc handling.
3150 * sysdeps/s390/ifunc-wcsncpy.h: New file.
3151
3152 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3153
3154 * sysdeps/s390/multiarch/Makefile
3155 (sysdep_routines): Remove wcpcpy variants.
3156 * sysdeps/s390/Makefile (sysdep_routines): Add wcpcpy variants.
3157 * sysdeps/s390/multiarch/ifunc-impl-list.c
3158 (__libc_ifunc_impl_list): Refactor ifunc handling for wcpcpy.
3159 * sysdeps/s390/multiarch/wcpcpy-c.c: Move to ...
3160 * sysdeps/s390/wcpcpy-c.c: ... here and adjust ifunc handling.
3161 * sysdeps/s390/multiarch/wcpcpy-vx.S: Move to ...
3162 * sysdeps/s390/wcpcpy-vx.S: ... here and adjust ifunc handling.
3163 * sysdeps/s390/multiarch/wcpcpy.c: Move to ...
3164 * sysdeps/s390/wcpcpy.c: ... here and adjust ifunc handling.
3165 * sysdeps/s390/ifunc-wcpcpy.h: New file.
3166
3167 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3168
3169 * sysdeps/s390/multiarch/Makefile
3170 (sysdep_routines): Remove wcscpy variants.
3171 * sysdeps/s390/Makefile (sysdep_routines): Add wcscpy variants.
3172 * sysdeps/s390/multiarch/ifunc-impl-list.c
3173 (__libc_ifunc_impl_list): Refactor ifunc handling for wcscpy.
3174 * sysdeps/s390/multiarch/wcscpy-c.c: Move to ...
3175 * sysdeps/s390/wcscpy-c.c: ... here and adjust ifunc handling.
3176 * sysdeps/s390/multiarch/wcscpy-vx.S: Move to ...
3177 * sysdeps/s390/wcscpy-vx.S: ... here and adjust ifunc handling.
3178 * sysdeps/s390/multiarch/wcscpy.c: Move to ...
3179 * sysdeps/s390/wcscpy.c: ... here and adjust ifunc handling.
3180 * sysdeps/s390/ifunc-wcscpy.h: New file.
3181
3182 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3183
3184 * sysdeps/s390/multiarch/Makefile
3185 (sysdep_routines): Remove wcsnlen variants.
3186 * sysdeps/s390/Makefile (sysdep_routines): Add wcsnlen variants.
3187 * sysdeps/s390/multiarch/ifunc-impl-list.c
3188 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsnlen.
3189 * sysdeps/s390/multiarch/wcsnlen-c.c: Move to ...
3190 * sysdeps/s390/wcsnlen-c.c: ... here and adjust ifunc handling.
3191 * sysdeps/s390/multiarch/wcsnlen-vx.S: Move to ...
3192 * sysdeps/s390/wcsnlen-vx.S: ... here and adjust ifunc handling.
3193 * sysdeps/s390/multiarch/wcsnlen.c: Move to ...
3194 * sysdeps/s390/wcsnlen.c: ... here and adjust ifunc handling.
3195 * sysdeps/s390/ifunc-wcsnlen.h: New file.
3196
3197 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3198
3199 * sysdeps/s390/multiarch/Makefile
3200 (sysdep_routines): Remove wcslen variants.
3201 * sysdeps/s390/Makefile (sysdep_routines): Add wcslen variants.
3202 * sysdeps/s390/multiarch/ifunc-impl-list.c
3203 (__libc_ifunc_impl_list): Refactor ifunc handling for wcslen.
3204 * sysdeps/s390/multiarch/wcslen-c.c: Move to ...
3205 * sysdeps/s390/wcslen-c.c: ... here and adjust ifunc handling.
3206 * sysdeps/s390/multiarch/wcslen-vx.S: Move to ...
3207 * sysdeps/s390/wcslen-vx.S: ... here and adjust ifunc handling.
3208 * sysdeps/s390/multiarch/wcslen.c: Move to ...
3209 * sysdeps/s390/wcslen.c: ... here and adjust ifunc handling.
3210 * sysdeps/s390/ifunc-wcslen.h: New file.
3211
3212 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3213
3214 * sysdeps/s390/multiarch/Makefile
3215 (sysdep_routines): Remove memrchr variants.
3216 * sysdeps/s390/Makefile (sysdep_routines): Add memrchr variants.
3217 * sysdeps/s390/multiarch/ifunc-impl-list.c
3218 (__libc_ifunc_impl_list): Refactor ifunc handling for memrchr.
3219 * sysdeps/s390/multiarch/memrchr-c.c: Move to ...
3220 * sysdeps/s390/memrchr-c.c: ... here and adjust ifunc handling.
3221 * sysdeps/s390/multiarch/memrchr-vx.S: Move to ...
3222 * sysdeps/s390/memrchr-vx.S: ... here and adjust ifunc handling.
3223 * sysdeps/s390/multiarch/memrchr.c: Move to ...
3224 * sysdeps/s390/memrchr.c: ... here and adjust ifunc handling.
3225 * sysdeps/s390/ifunc-memrchr.h: New file.
3226
3227 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3228
3229 * sysdeps/s390/multiarch/Makefile
3230 (sysdep_routines): Remove memccpy variants.
3231 * sysdeps/s390/Makefile (sysdep_routines): Add memccpy variants.
3232 * sysdeps/s390/multiarch/ifunc-impl-list.c
3233 (__libc_ifunc_impl_list): Refactor ifunc handling for memccpy.
3234 * sysdeps/s390/multiarch/memccpy-c.c: Move to ...
3235 * sysdeps/s390/memccpy-c.c: ... here and adjust ifunc handling.
3236 * sysdeps/s390/multiarch/memccpy-vx.S: Move to ...
3237 * sysdeps/s390/memccpy-vx.S: ... here and adjust ifunc handling.
3238 * sysdeps/s390/multiarch/memccpy.c: Move to ...
3239 * sysdeps/s390/memccpy.c: ... here and adjust ifunc handling.
3240 * sysdeps/s390/ifunc-memccpy.h: New file.
3241
3242 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3243
3244 * sysdeps/s390/multiarch/Makefile
3245 (sysdep_routines): Remove rawmemchr variants.
3246 * sysdeps/s390/Makefile (sysdep_routines): Add rawmemchr variants.
3247 * sysdeps/s390/multiarch/ifunc-impl-list.c
3248 (__libc_ifunc_impl_list): Refactor ifunc handling for rawmemchr.
3249 * sysdeps/s390/multiarch/rawmemchr-c.c: Move to ...
3250 * sysdeps/s390/rawmemchr-c.c: ... here and adjust ifunc handling.
3251 * sysdeps/s390/multiarch/rawmemchr-vx.S: Move to ...
3252 * sysdeps/s390/rawmemchr-vx.S: ... here and adjust ifunc handling.
3253 * sysdeps/s390/multiarch/rawmemchr.c: Move to ...
3254 * sysdeps/s390/rawmemchr.c: ... here and adjust ifunc handling.
3255 * sysdeps/s390/ifunc-rawmemchr.h: New file.
3256
3257 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3258
3259 * sysdeps/s390/multiarch/Makefile
3260 (sysdep_routines): Remove memchr variants.
3261 * sysdeps/s390/Makefile (sysdep_routines): Add memchr variants.
3262 * sysdeps/s390/multiarch/ifunc-impl-list.c
3263 (__libc_ifunc_impl_list): Refactor ifunc handling for memchr.
3264 * sysdeps/s390/multiarch/memchr-vx.S: Move to ...
3265 * sysdeps/s390/memchr-vx.S: ... here and adjust ifunc handling.
3266 * sysdeps/s390/multiarch/memchr.c: Move to ...
3267 * sysdeps/s390/memchr.c: ... here and adjust ifunc handling.
3268 * sysdeps/s390/ifunc-memchr.h: New file.
3269 * sysdeps/s390/s390-64/memchr.S: Move to ...
3270 * sysdeps/s390/memchr-z900.S: ... here and adjust to be usable
3271 for 31/64bit and ifunc handling.
3272 * sysdeps/s390/s390-32/multiarch/memchr.c: Delete file.
3273 * sysdeps/s390/s390-64/multiarch/memchr.c: Likewise.
3274 * sysdeps/s390/s390-32/memchr.S: Likewise.
3275
3276 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3277
3278 * sysdeps/s390/multiarch/Makefile
3279 (sysdep_routines): Remove strcspn variants.
3280 * sysdeps/s390/Makefile (sysdep_routines): Add strcspn variants.
3281 * sysdeps/s390/multiarch/ifunc-impl-list.c
3282 (__libc_ifunc_impl_list): Refactor ifunc handling for strcspn.
3283 * sysdeps/s390/multiarch/strcspn-c.c: Move to ...
3284 * sysdeps/s390/strcspn-c.c: ... here and adjust ifunc handling.
3285 * sysdeps/s390/multiarch/strcspn-vx.S: Move to ...
3286 * sysdeps/s390/strcspn-vx.S: ... here and adjust ifunc handling.
3287 * sysdeps/s390/multiarch/strcspn.c: Move to ...
3288 * sysdeps/s390/strcspn.c: ... here and adjust ifunc handling.
3289 * sysdeps/s390/ifunc-strcspn.h: New file.
3290
3291 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3292
3293 * sysdeps/s390/multiarch/Makefile
3294 (sysdep_routines): Remove strpbrk variants.
3295 * sysdeps/s390/Makefile (sysdep_routines): Add strpbrk variants.
3296 * sysdeps/s390/multiarch/ifunc-impl-list.c
3297 (__libc_ifunc_impl_list): Refactor ifunc handling for strpbrk.
3298 * sysdeps/s390/multiarch/strpbrk-c.c: Move to ...
3299 * sysdeps/s390/strpbrk-c.c: ... here and adjust ifunc handling.
3300 * sysdeps/s390/multiarch/strpbrk-vx.S: Move to ...
3301 * sysdeps/s390/strpbrk-vx.S: ... here and adjust ifunc handling.
3302 * sysdeps/s390/multiarch/strpbrk.c: Move to ...
3303 * sysdeps/s390/strpbrk.c: ... here and adjust ifunc handling.
3304 * sysdeps/s390/ifunc-strpbrk.h: New file.
3305
3306 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3307
3308 * sysdeps/s390/multiarch/Makefile
3309 (sysdep_routines): Remove strspn variants.
3310 * sysdeps/s390/Makefile (sysdep_routines): Add strspn variants.
3311 * sysdeps/s390/multiarch/ifunc-impl-list.c
3312 (__libc_ifunc_impl_list): Refactor ifunc handling for strspn.
3313 * sysdeps/s390/multiarch/strspn-c.c: Move to ...
3314 * sysdeps/s390/strspn-c.c: ... here and adjust ifunc handling.
3315 * sysdeps/s390/multiarch/strspn-vx.S: Move to ...
3316 * sysdeps/s390/strspn-vx.S: ... here and adjust ifunc handling.
3317 * sysdeps/s390/multiarch/strspn.c: Move to ...
3318 * sysdeps/s390/strspn.c: ... here and adjust ifunc handling.
3319 * sysdeps/s390/ifunc-strspn.h: New file.
3320
3321 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3322
3323 * sysdeps/s390/multiarch/Makefile
3324 (sysdep_routines): Remove strrchr variants.
3325 * sysdeps/s390/Makefile (sysdep_routines): Add strrchr variants.
3326 * sysdeps/s390/multiarch/ifunc-impl-list.c
3327 (__libc_ifunc_impl_list): Refactor ifunc handling for strrchr.
3328 * sysdeps/s390/multiarch/strrchr-c.c: Move to ...
3329 * sysdeps/s390/strrchr-c.c: ... here and adjust ifunc handling.
3330 * sysdeps/s390/multiarch/strrchr-vx.S: Move to ...
3331 * sysdeps/s390/strrchr-vx.S: ... here and adjust ifunc handling.
3332 * sysdeps/s390/multiarch/strrchr.c: Move to ...
3333 * sysdeps/s390/strrchr.c: ... here and adjust ifunc handling.
3334 * sysdeps/s390/ifunc-strrchr.h: New file.
3335
3336 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3337
3338 * sysdeps/s390/multiarch/Makefile
3339 (sysdep_routines): Remove strchrnul variants.
3340 * sysdeps/s390/Makefile (sysdep_routines): Add strchrnul variants.
3341 * sysdeps/s390/multiarch/ifunc-impl-list.c
3342 (__libc_ifunc_impl_list): Refactor ifunc handling for strchrnul.
3343 * sysdeps/s390/multiarch/strchrnul-c.c: Move to ...
3344 * sysdeps/s390/strchrnul-c.c: ... here and adjust ifunc handling.
3345 * sysdeps/s390/multiarch/strchrnul-vx.S: Move to ...
3346 * sysdeps/s390/strchrnul-vx.S: ... here and adjust ifunc handling.
3347 * sysdeps/s390/multiarch/strchrnul.c: Move to ...
3348 * sysdeps/s390/strchrnul.c: ... here and adjust ifunc handling.
3349 * sysdeps/s390/ifunc-strchrnul.h: New file.
3350
3351 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3352
3353 * sysdeps/s390/multiarch/Makefile
3354 (sysdep_routines): Remove strchr variants.
3355 * sysdeps/s390/Makefile (sysdep_routines): Add strchr variants.
3356 * sysdeps/s390/multiarch/ifunc-impl-list.c
3357 (__libc_ifunc_impl_list): Refactor ifunc handling for strchr.
3358 * sysdeps/s390/multiarch/strchr-c.c: Move to ...
3359 * sysdeps/s390/strchr-c.c: ... here and adjust ifunc handling.
3360 * sysdeps/s390/multiarch/strchr-vx.S: Move to ...
3361 * sysdeps/s390/strchr-vx.S: ... here and adjust ifunc handling.
3362 * sysdeps/s390/multiarch/strchr.c: Move to ...
3363 * sysdeps/s390/strchr.c: ... here and adjust ifunc handling.
3364 * sysdeps/s390/ifunc-strchr.h: New file.
3365
3366 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3367
3368 * sysdeps/s390/multiarch/Makefile
3369 (sysdep_routines): Remove strncmp variants.
3370 * sysdeps/s390/Makefile (sysdep_routines): Add strncmp variants.
3371 * sysdeps/s390/multiarch/ifunc-impl-list.c
3372 (__libc_ifunc_impl_list): Refactor ifunc handling for strncmp.
3373 * sysdeps/s390/multiarch/strncmp-c.c: Move to ...
3374 * sysdeps/s390/strncmp-c.c: ... here and adjust ifunc handling.
3375 * sysdeps/s390/multiarch/strncmp-vx.S: Move to ...
3376 * sysdeps/s390/strncmp-vx.S: ... here and adjust ifunc handling.
3377 * sysdeps/s390/multiarch/strncmp.c: Move to ...
3378 * sysdeps/s390/strncmp.c: ... here and adjust ifunc handling.
3379 * sysdeps/s390/ifunc-strncmp.h: New file.
3380
3381 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3382
3383 * sysdeps/s390/multiarch/Makefile
3384 (sysdep_routines): Remove strcmp variants.
3385 * sysdeps/s390/Makefile (sysdep_routines): Add strcmp variants.
3386 * sysdeps/s390/multiarch/ifunc-impl-list.c
3387 (__libc_ifunc_impl_list): Refactor ifunc handling for strcmp.
3388 * sysdeps/s390/multiarch/strcmp-vx.S: Move to ...
3389 * sysdeps/s390/strcmp-vx.S: ... here and adjust ifunc handling.
3390 * sysdeps/s390/multiarch/strcmp.c: Move to ...
3391 * sysdeps/s390/strcmp.c: ... here and adjust ifunc handling.
3392 * sysdeps/s390/ifunc-strcmp.h: New file.
3393 * sysdeps/s390/s390-64/strcmp.S: Move to ...
3394 * sysdeps/s390/strcmp-z900.S: ... here and adjust to be usable
3395 for 31/64bit and ifunc handling.
3396 * sysdeps/s390/s390-32/multiarch/strcmp.c: Delete file.
3397 * sysdeps/s390/s390-64/multiarch/strcmp.c: Likewise.
3398 * sysdeps/s390/s390-32/strcmp.S: Likewise.
3399
3400 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3401
3402 * sysdeps/s390/multiarch/Makefile
3403 (sysdep_routines): Remove strncat variants.
3404 * sysdeps/s390/Makefile (sysdep_routines): Add strncat variants.
3405 * sysdeps/s390/multiarch/ifunc-impl-list.c
3406 (__libc_ifunc_impl_list): Refactor ifunc handling for strncat.
3407 * sysdeps/s390/multiarch/strncat-c.c: Move to ...
3408 * sysdeps/s390/strncat-c.c: ... here and adjust ifunc handling.
3409 * sysdeps/s390/multiarch/strncat-vx.S: Move to ...
3410 * sysdeps/s390/strncat-vx.S: ... here and adjust ifunc handling.
3411 * sysdeps/s390/multiarch/strncat.c: Move to ...
3412 * sysdeps/s390/strncat.c: ... here and adjust ifunc handling.
3413 * sysdeps/s390/ifunc-strncat.h: New file.
3414
3415 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3416
3417 * sysdeps/s390/multiarch/Makefile
3418 (sysdep_routines): Remove strcat variants.
3419 * sysdeps/s390/Makefile (sysdep_routines): Add strcat variants.
3420 * sysdeps/s390/multiarch/ifunc-impl-list.c
3421 (__libc_ifunc_impl_list): Refactor ifunc handling for strcat.
3422 * sysdeps/s390/multiarch/strcat-c.c: Move to ...
3423 * sysdeps/s390/strcat-c.c: ... here and adjust ifunc handling.
3424 * sysdeps/s390/multiarch/strcat-vx.S: Move to ...
3425 * sysdeps/s390/strcat-vx.S: ... here and adjust ifunc handling.
3426 * sysdeps/s390/multiarch/strcat.c: Move to ...
3427 * sysdeps/s390/strcat.c: ... here and adjust ifunc handling.
3428 * sysdeps/s390/ifunc-strcat.h: New file.
3429
3430 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3431
3432 * sysdeps/s390/multiarch/Makefile
3433 (sysdep_routines): Remove stpncpy variants.
3434 * sysdeps/s390/Makefile (sysdep_routines): Add stpncpy variants.
3435 * sysdeps/s390/multiarch/ifunc-impl-list.c
3436 (__libc_ifunc_impl_list): Refactor ifunc handling for stpncpy.
3437 * sysdeps/s390/multiarch/stpncpy-c.c: Move to ...
3438 * sysdeps/s390/stpncpy-c.c: ... here and adjust ifunc handling.
3439 * sysdeps/s390/multiarch/stpncpy-vx.S: Move to ...
3440 * sysdeps/s390/stpncpy-vx.S: ... here and adjust ifunc handling.
3441 * sysdeps/s390/multiarch/stpncpy.c: Move to ...
3442 * sysdeps/s390/stpncpy.c: ... here and adjust ifunc handling.
3443 * sysdeps/s390/ifunc-stpncpy.h: New file.
3444
3445 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3446
3447 * sysdeps/s390/multiarch/Makefile
3448 (sysdep_routines): Remove strncpy variants.
3449 * sysdeps/s390/Makefile (sysdep_routines): Add strncpy variants.
3450 * sysdeps/s390/multiarch/ifunc-impl-list.c
3451 (__libc_ifunc_impl_list): Refactor ifunc handling for strncpy.
3452 * sysdeps/s390/multiarch/strncpy-vx.S: Move to ...
3453 * sysdeps/s390/strncpy-vx.S: ... here and adjust ifunc handling.
3454 * sysdeps/s390/multiarch/strncpy.c: Move to ...
3455 * sysdeps/s390/strncpy.c: ... here and adjust ifunc handling.
3456 * sysdeps/s390/ifunc-strncpy.h: New file.
3457 * sysdeps/s390/s390-64/strncpy.S: Move to ...
3458 * sysdeps/s390/s390-64/strncpy-z900.S: ... here
3459 and adjust ifunc handling.
3460 * sysdeps/s390/s390-32/strncpy.S: Move to ...
3461 * sysdeps/s390/s390-32/strncpy-z900.S: ... here
3462 and adjust ifunc handling.
3463 * sysdeps/s390/s390-32/multiarch/strncpy.c: Delete file.
3464 * sysdeps/s390/s390-64/multiarch/strncpy.c: Likewise.
3465
3466 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3467
3468 * sysdeps/s390/multiarch/Makefile
3469 (sysdep_routines): Remove stpcpy variants.
3470 * sysdeps/s390/Makefile (sysdep_routines): Add stpcpy variants.
3471 * sysdeps/s390/multiarch/ifunc-impl-list.c
3472 (__libc_ifunc_impl_list): Refactor ifunc handling for stpcpy.
3473 * sysdeps/s390/multiarch/stpcpy-c.c: Move to ...
3474 * sysdeps/s390/stpcpy-c.c: ... here and adjust ifunc handling.
3475 * sysdeps/s390/multiarch/stpcpy-vx.S: Move to ...
3476 * sysdeps/s390/stpcpy-vx.S: ... here and adjust ifunc handling.
3477 * sysdeps/s390/multiarch/stpcpy.c: Move to ...
3478 * sysdeps/s390/stpcpy.c: ... here and adjust ifunc handling.
3479 * sysdeps/s390/ifunc-stpcpy.h: New file.
3480
3481 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3482
3483 * sysdeps/s390/multiarch/Makefile
3484 (sysdep_routines): Remove strcpy variants.
3485 * sysdeps/s390/Makefile (sysdep_routines): Add strcpy variants.
3486 * sysdeps/s390/multiarch/ifunc-impl-list.c
3487 (__libc_ifunc_impl_list): Refactor ifunc handling for strcpy.
3488 * sysdeps/s390/multiarch/strcpy-vx.S: Move to ...
3489 * sysdeps/s390/strcpy-vx.S: ... here and adjust ifunc handling.
3490 * sysdeps/s390/multiarch/strcpy.c: Move to ...
3491 * sysdeps/s390/strcpy.c: ... here and adjust ifunc handling.
3492 * sysdeps/s390/ifunc-strcpy.h: New file.
3493 * sysdeps/s390/s390-64/strcpy.S: Move to ...
3494 * sysdeps/s390/strcpy-z900.S: ... here and adjust to be usable
3495 for 31/64bit and ifunc handling.
3496 * sysdeps/s390/s390-32/multiarch/strcpy.c: Delete file.
3497 * sysdeps/s390/s390-64/multiarch/strcpy.c: Likewise.
3498 * sysdeps/s390/s390-32/strcpy.S: Likewise.
3499
3500 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3501
3502 * sysdeps/s390/multiarch/Makefile
3503 (sysdep_routines): Remove strnlen variants.
3504 * sysdeps/s390/Makefile (sysdep_routines): Add strnlen variants.
3505 * sysdeps/s390/multiarch/ifunc-impl-list.c
3506 (__libc_ifunc_impl_list): Refactor ifunc handling for strnlen.
3507 * sysdeps/s390/multiarch/strnlen-c.c: Move to ...
3508 * sysdeps/s390/strnlen-c.c: ... here and adjust ifunc handling.
3509 * sysdeps/s390/multiarch/strnlen-vx.S: Move to ...
3510 * sysdeps/s390/strnlen-vx.S: ... here and adjust ifunc handling.
3511 * sysdeps/s390/multiarch/strnlen.c: Move to ...
3512 * sysdeps/s390/strnlen.c: ... here and adjust ifunc handling.
3513 * sysdeps/s390/ifunc-strnlen.h: New file.
3514
3515 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3516
3517 * sysdeps/s390/multiarch/Makefile
3518 (sysdep_routines): Remove strlen variants.
3519 * sysdeps/s390/Makefile (sysdep_routines): Add strlen variants.
3520 * sysdeps/s390/multiarch/ifunc-impl-list.c
3521 (__libc_ifunc_impl_list): Refactor ifunc handling for strlen.
3522 * sysdeps/s390/multiarch/strlen-c.c: Move to ...
3523 * sysdeps/s390/strlen-c.c: ... here and adjust ifunc handling.
3524 * sysdeps/s390/multiarch/strlen-vx.S: Move to ...
3525 * sysdeps/s390/strlen-vx.S: ... here and adjust ifunc handling.
3526 * sysdeps/s390/multiarch/strlen.c: Move to ...
3527 * sysdeps/s390/strlen.c: ... here and adjust ifunc handling.
3528 * sysdeps/s390/ifunc-strlen.h: New file.
3529
3530 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3531
3532 * sysdeps/s390/Makefile (sysdep_routines): Add memmem variants.
3533 * sysdeps/s390/multiarch/ifunc-impl-list.c
3534 (__libc_ifunc_impl_list): Add ifunc variants for memmem.
3535 * sysdeps/s390/ifunc-memmem.h: New file.
3536 * sysdeps/s390/memmem.c: Likewise.
3537 * sysdeps/s390/memmem-c.c: Likewise.
3538 * sysdeps/s390/memmem-vx.c: Likewise.
3539
3540 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3541
3542 * sysdeps/s390/Makefile (sysdep_routines): Add strstr variants.
3543 * sysdeps/s390/multiarch/ifunc-impl-list.c
3544 (__libc_ifunc_impl_list): Add ifunc variants for strstr.
3545 * sysdeps/s390/ifunc-strstr.h: New file.
3546 * sysdeps/s390/strstr.c: Likewise.
3547 * sysdeps/s390/strstr-c.c: Likewise.
3548 * sysdeps/s390/strstr-vx.c: Likewise.
3549
3550 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3551
3552 * sysdeps/s390/Makefile (sysdep_routines): Add memmove-c.
3553 * sysdeps/s390/ifunc-memcpy.h (HAVE_MEMMOVE_IFUNC,
3554 HAVE_MEMMOVE_IFUNC_AND_VX_SUPPORT, MEMMOVE_DEFAULT,
3555 HAVE_MEMMOVE_C, MEMMOVE_C, HAVE_MEMMOVE_Z13, MEMMOVE_Z13):
3556 New defines.
3557 * sysdeps/s390/memcpy-z900.S: Add z13 memmove implementation.
3558 * sysdeps/s390/memmove-c.c: New file.
3559 * sysdeps/s390/memmove.c: Likewise.
3560 * sysdeps/s390/multiarch/ifunc-impl-list.c
3561 (__libc_ifunc_impl_list): Add ifunc variants for memmove.
3562
3563 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3564
3565 * config.h.in (HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT): New undefine.
3566 * sysdeps/s390/configure.ac: Add check for z13 support.
3567 * sysdeps/s390/configure: Regenerated.
3568
3569 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3570
3571 * sysdeps/s390/memcopy.h: New file.
3572
3573 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3574
3575 * sysdeps/s390/s390-32/bcopy.S: Remove.
3576 * sysdeps/s390/s390-64/bcopy.S: Likewise.
3577
3578 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3579
3580 * sysdeps/s390/ifunc-memcpy.h: New File.
3581 * sysdeps/s390/memcpy.S: Move to ...
3582 * sysdeps/s390/memcpy-z900.S ... here.
3583 Move implementations from memcpy-s390x.s to here.
3584 * sysdeps/s390/multiarch/memcpy-s390x.S: Delete File.
3585 * sysdeps/s390/multiarch/Makefile (sysdep_routines):
3586 Remove memcpy/mempcpy variants.
3587 * sysdeps/s390/Makefile (sysdep_routines):
3588 Add memcpy/mempcpy variants.
3589 * sysdeps/s390/multiarch/ifunc-impl-list.c
3590 (__libc_ifunc_impl_list): Adjust ifunc variants for
3591 memcpy and mempcpy.
3592 * sysdeps/s390/multiarch/memcpy.c: Move ifunc resolver
3593 to ...
3594 * sysdeps/s390/memcpy.c: ... here.
3595 Adjust ifunc variants for memcpy.
3596 * sysdeps/s390/multiarch/mempcpy.c: Move to ...
3597 * sysdeps/s390/mempcpy.c: ... here.
3598 Adjust ifunc variants for mempcpy.
3599 * sysdeps/s390/mempcpy.S: Delete file.
3600
3601 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3602
3603 * sysdeps/s390/s390-64/memcpy.S: Move to ...
3604 * sysdeps/s390/memcpy.S: ... here.
3605 Adjust to be usable for 31/64bit.
3606 * sysdeps/s390/s390-32/memcpy.S: Delete File.
3607 * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add memcpy.
3608 * sysdeps/s390/s390-32/multiarch/Makefile: Delete file.
3609 * sysdeps/s390/s390-64/multiarch/Makefile: Likewise.
3610 * sysdeps/s390/s390-64/multiarch/memcpy-s390x.S: Move to ...
3611 * sysdeps/s390/multiarch/memcpy-s390x.S: ... here.
3612 Adjust to be usable for 31/64bit.
3613 * sysdeps/s390/s390-32/multiarch/memcpy-s390.S: Delete File.
3614 * sysdeps/s390/s390-64/multiarch/memcpy.c: Move to ...
3615 * sysdeps/s390/multiarch/memcpy.c: ... here.
3616 * sysdeps/s390/s390-32/multiarch/memcpy.c: Delete File.
3617
3618 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3619
3620 * sysdeps/s390/ifunc-memcmp.h: New File.
3621 * sysdeps/s390/memcmp.S: Move to ...
3622 * sysdeps/s390/memcmp-z900.S ... here.
3623 Move implementations from memcmp-s390x.s to here.
3624 * sysdeps/s390/multiarch/memcmp-s390x.S: Delete File.
3625 * sysdeps/s390/multiarch/Makefile (sysdep_routines):
3626 Remove memcmp variants.
3627 * sysdeps/s390/Makefile (sysdep_routines):
3628 Add memcmp variants.
3629 * sysdeps/s390/multiarch/ifunc-impl-list.c
3630 (__libc_ifunc_impl_list): Adjust ifunc variants for
3631 memcmp.
3632 * sysdeps/s390/multiarch/memcmp.c: Move ifunc resolver
3633 to ...
3634 * sysdeps/s390/memcmp.c: ... here.
3635 Adjust ifunc variants for memcmp.
3636
3637 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3638
3639 * sysdeps/s390/s390-64/memcmp.S: Move to ...
3640 * sysdeps/s390/memcmp.S: ... here.
3641 Adjust to be usable for 31/64bit.
3642 * sysdeps/s390/s390-32/memcmp.S: Delete File.
3643 * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add memcmp.
3644 * sysdeps/s390/s390-32/multiarch/Makefile (sysdep_routines):
3645 Remove memcmp.
3646 * sysdeps/s390/s390-64/multiarch/Makefile: Likewise.
3647 * sysdeps/s390/s390-64/multiarch/memcmp-s390x.S: Move to ...
3648 * sysdeps/s390/multiarch/memcmp-s390x.S: ... here.
3649 Adjust to be usable for 31/64bit.
3650 * sysdeps/s390/s390-32/multiarch/memcmp-s390.S: Delete File.
3651 * sysdeps/s390/s390-64/multiarch/memcmp.c: Move to ...
3652 * sysdeps/s390/multiarch/memcmp.c: ... here.
3653 * sysdeps/s390/s390-32/multiarch/memcmp.c: Delete File.
3654
3655 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3656
3657 * sysdeps/s390/s390-32/bzero.S: Delete file.
3658 * sysdeps/s390/s390-64/bzero.S: Likewise.
3659 * sysdeps/s390/Makefile (sysdep_routines): Add bzero.
3660 * sysdeps/s390/bzero.c: New file.
3661 * sysdeps/s390/memset-z900.S: Add bzero entry points.
3662 * sysdeps/s390/ifunc-memset.h: Add bzero function macros.
3663 * sysdeps/s390/multiarch/ifunc-impl-list.c
3664 (__libc_ifunc_impl_list): Add bzero ifunc variants.
3665
3666 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3667
3668 * sysdeps/s390/ifunc-memset.h: New File.
3669 * sysdeps/s390/memset.S: Move to ...
3670 * sysdeps/s390/memset-z900.S ... here.
3671 Move implementations from memset-s390x.s to here.
3672 * sysdeps/s390/multiarch/memset-s390x.S: Delete File.
3673 * sysdeps/s390/multiarch/Makefile (sysdep_routines):
3674 Remove memset variants.
3675 * sysdeps/s390/Makefile (sysdep_routines):
3676 Add memset variants.
3677 * sysdeps/s390/multiarch/ifunc-impl-list.c
3678 (__libc_ifunc_impl_list): Adjust ifunc variants for
3679 memset.
3680 * sysdeps/s390/multiarch/memset.c: Move ifunc resolver
3681 to ...
3682 * sysdeps/s390/memset.c: ... here.
3683 Adjust ifunc variants for memset.
3684
3685 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3686
3687 * sysdeps/s390/s390-64/memset.S: Move to ...
3688 * sysdeps/s390/memset.S: ... here.
3689 Adjust to be usable for 31/64bit.
3690 * sysdeps/s390/s390-32/memset.S: Delete File.
3691 * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add memset.
3692 * sysdeps/s390/s390-32/multiarch/Makefile (sysdep_routines):
3693 Remove memset.
3694 * sysdeps/s390/s390-64/multiarch/Makefile: Likewise.
3695 * sysdeps/s390/s390-64/multiarch/memset-s390x.S: Move to ...
3696 * sysdeps/s390/multiarch/memset-s390x.S: ... here.
3697 Adjust to be usable for 31/64bit.
3698 * sysdeps/s390/s390-32/multiarch/memset-s390.S: Delete File.
3699 * sysdeps/s390/s390-64/multiarch/memset.c: Move to ...
3700 * sysdeps/s390/multiarch/memset.c: ... here.
3701 * sysdeps/s390/s390-32/multiarch/memset.c: Delete File.
3702
3703 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3704
3705 * sysdeps/s390/multiarch/ifunc-resolve.h
3706 (s390_libc_ifunc_init, s390_libc_ifunc,
3707 s390_vx_libc_ifunc2_redirected): Use hwcap instead of dl_hwcap.
3708
3709 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
3710
3711 * config.h.in (HAVE_S390_MIN_Z10_ZARCH_ASM_SUPPORT): New undefine.
3712 * sysdeps/s390/configure.ac: Add check for z10 support.
3713 * sysdeps/s390/configure: Regenerated.
3714
3715 2018-12-18 H.J. Lu <hongjiu.lu@intel.com>
3716
3717 * sysdeps/i386/atomic-machine.h: Merged with ...
3718 * sysdeps/x86_64/atomic-machine.h: To ...
3719 * sysdeps/x86/atomic-machine.h: This. New file.
3720
3721 2018-12-18 Florian Weimer <fweimer@redhat.com>
3722
3723 Rewrite locale/gen-translit.pl in Python.
3724 * locale/Makefile (generated): Add C-translit.h.
3725 (before-compile): Add $(objpfx)C-translit.h.
3726 (C-translit.h): Move to $(objpfx). Create target directory.
3727 Build using Python script.
3728 * locale/gen-translit.py: New file.
3729 * locale/gen-translit.pl: Remove file.
3730 * locale/C-translit.h.in: Change comment character to '#' for
3731 easier parsing without a C preprocessor.
3732 * locale/C-translit.h: Remove generated file.
3733 * manual/install.texi (Tools for Compilation): Do not mention
3734 C-translit.h.
3735 * scripts/build-many-glibcs.py (Context.fix_glibc_timestamps):
3736 Remove locale/C-translit.h.
3737 * scripts/update-copyrights: Likewise.
3738 * INSTALL: Regenerate.
3739
3740 2018-12-18 Florian Weimer <fweimer@redhat.com>
3741
3742 [BZ #23995]
3743 * localedata/locales/bi_VU: Remove executable bit from file.
3744
3745 2018-12-17 Albert ARIBAUD <albert.aribaud@3adev.fr>
3746
3747 * include/time.h
3748 (__localtime64): Add.
3749 * manual/maint.texi: Document Y2038 symbol handling.
3750 * time/localtime.c
3751 (__localtime64): Add.
3752 [__TIMESIZE != 64] (__localtime): Turn into a wrapper.
3753
3754 2018-12-17 Joseph Myers <joseph@codesourcery.com>
3755
3756 * sysdeps/unix/sysv/linux/ia64/sysdep.h (ASM_CLOBBERS_6_COMMON):
3757 Do not clobber r12.
3758
3759 * scripts/glibcextract.py (compare_macro_consts): Take parameters
3760 to allow extra macros from first or second sources.
3761 * sysdeps/unix/sysv/linux/tst-mman-consts.py: New file.
3762 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
3763 (tests-special): Add $(objpfx)tst-mman-consts.out.
3764 ($(objpfx)tst-mman-consts.out): New makefile target.
3765
3766 2018-12-17 Mao Han <han_mao@c-sky.com>
3767
3768 * sysdeps/unix/sysv/linux/Makefile: Add statx_cp.c.
3769 * sysdeps/unix/sysv/linux/fxstat64.c: Add conditionals for kernel
3770 without stat64 system call support.
3771 * sysdeps/unix/sysv/linux/fxstatat64.c: Likewise.
3772 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat.c: Likewise.
3773 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
3774 * sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat.c: Likewise.
3775 * sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat64.c: Likewise.
3776 * sysdeps/unix/sysv/linux/generic/wordsize-32/xstat.c: Likewise.
3777 * sysdeps/unix/sysv/linux/generic/wordsize-32/xstat64.c: Likewise.
3778 * sysdeps/unix/sysv/linux/mips/mips64/statx_cp.c: New file.
3779 * sysdeps/unix/sysv/linux/statx_cp.c: Likewise.
3780 * sysdeps/unix/sysv/linux/statx_cp.h: Likewise.
3781 * sysdeps/unix/sysv/linux/wordsize-64/statx_cp.c: Likewise.
3782
3783 2018-12-15 Paul Eggert <eggert@cs.ucla.edu>
3784
3785 regex: fix storage-exhaustion error
3786 [BZ #18040]
3787 * posix/regexec.c (get_subexp):
3788 Do not continue if storage is exhausted.
3789
3790 2018-12-15 Assaf Gordon <assafgordon@gmail.com>
3791
3792 regex: fix heap-use-after-free error
3793 [BZ #18040]
3794 Problem reported by Saito Takaaki <tails.saito@gmail.com> in
3795 https://debbugs.gnu.org/32592
3796 Call stack get_subexp->get_subexp_sub->clean_state_log_if_needed may
3797 call extend_buffers which reallocates the re_string_t internal buffer.
3798 Local variable 'buf' was not updated in such case, resulting in
3799 use-after-free.
3800 * posix/regexec.c (get_subexp): Update 'buf' after call to
3801 get_subexp_sub.
3802
3803 2018-12-15 Florian Weimer <fweimer@redhat.com>
3804
3805 * support/blob_repeat.c (check_mul_overflow_size_t): New function.
3806 (minimum_stride_size): Use it.
3807 (support_blob_repeat_allocate): Likewise.
3808
3809 2018-12-14 Joseph Myers <joseph@codesourcery.com>
3810
3811 * sysdeps/x86/fpu/bits/mathinline.h (asinh): Remove inline
3812 definition.
3813 (acosh): Likewise.
3814 (atanh): Likewise.
3815
3816 2018-12-14 Florian Weimer <fweimer@redhat.com>
3817
3818 * manual/process.texi (Process Creation Concepts): Remove
3819 documentation of process (ID) lifetime. List more process
3820 creation functions. Reference Process Identification section.
3821 (Process Identification): Add information about process ID
3822 lifetime. Describe Linux thread/task IDs.
3823 * manual/signal.texi (Signaling Another Process): Mention that the
3824 signal is always sent to the process.
3825
3826 2018-12-14 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
3827
3828 * misc/Makefile (tests): Remove tst-efgcvt. Add tst-dbl-efgcvt
3829 and tst-ldbl-efgcvt.
3830 * misc/tst-efgcvt.c: Renamed to misc/tst-efgcvt-template.c.
3831 * misc/tst-efgcvt-template.c: Renamed from misc/tst-efgcvt.c.
3832 (struct testcase, efcvt_func, efcvt_r_func, ecvt_tests)
3833 (fcvt_tests, output_error, output_r_error, do_test): Use the
3834 macros defined in tst-dbl-efgcvt.c and tst-ldbl-efgcvt.c to:
3835 select the type of floating-point variables and arguments; to
3836 produce extra tests for double and conversion specifiers for
3837 printf; and to set the names of called functions.
3838 * misc/tst-dbl-efgcvt.c: New file that defines the macros used
3839 in tst-efgcvt-template.c.
3840 * misc/tst-ldbl-efgcvt.c: Likewise.
3841
3842 2018-12-14 Stefan Liebler <stli@linux.ibm.com>
3843
3844 * nss/Makefile (tst-nss-test3.out): New rule.
3845
3846 2018-12-13 Joseph Myers <joseph@codesourcery.com>
3847
3848 * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Do not
3849 clobber sp.
3850
3851 2018-12-13 fanjinke <fanjinke@hygon.cn>
3852
3853 * sysdeps/x86/cpu-features.c (init_cpu_features): Check for
3854 "HygonGenuine".
3855
3856 2018-12-13 Andreas Schwab <schwab@suse.de>
3857
3858 [BZ #23861]
3859 * nptl/pthread_rwlock_common.c: Reindent. Fix typos.
3860 (__pthread_rwlock_rdlock_full): Update expected value for
3861 __readers while waiting on PTHREAD_RWLOCK_RWAITING.
3862 * nptl/tst-rwlock-pwn.c: New file.
3863 * nptl/Makefile (tests): Add tst-rwlock-pwn.
3864
3865 2018-12-12 Joseph Myers <joseph@codesourcery.com>
3866
3867 * sysdeps/x86/fpu/bits/mathinline.h (hypot): Remove inline
3868 definition.
3869
3870 2018-12-12 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
3871
3872 * benchtests/scripts/compare_bench.py (do_compare): write to
3873 stderr in casestat is not present.
3874 * benchtests/scripts/compare_bench.py (plot_graphs): write to
3875 stderr in case timings field is not present. Also string showing
3876 the output filename goes into the stderr.
3877
3878 2018-12-12 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
3879
3880 * benchtests/scripts/compare_bench.py (do_compare): Catch KeyError
3881 and ZeroDivisorError exceptions.
3882 * benchtests/scripts/compare_bench.py (compare_runs): Use stats
3883 argument to loop through user provided statistics.
3884 * benchtests/scripts/compare_bench.py (main): Include the --stats
3885 argument.
3886
3887 2018-12-12 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
3888
3889 * benchtests/scripts/compare_bench.py (compare_runs): Continue
3890 instead of return.
3891
3892 2018-12-12 Florian Weimer <fweimer@redhat.com>
3893
3894 * sysdeps/posix/timespec_get.c: Add missing “any later version”
3895 clause to copyright header.
3896
3897 2018-12-12 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
3898
3899 [BZ #23614]
3900 * sysdeps/powerpc/powerpc64/addmul_1.S (FUNC): Add CFI offset for
3901 registers saved in the stack frame.
3902 * sysdeps/powerpc/powerpc64/lshift.S (__mpn_lshift): Likewise.
3903 * sysdeps/powerpc/powerpc64/mul_1.S (__mpn_mul_1): Likewise.
3904
3905 2018-12-11 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
3906
3907 * include/bits/monetary-ldbl.h: New file.
3908 * include/bits/printf-ldbl.h: Likewise.
3909 * include/bits/stdio-ldbl.h: Likewise.
3910 * include/bits/stdlib-ldbl.h: Likewise.
3911 * include/bits/syslog-ldbl.h: Likewise.
3912 * include/bits/wchar-ldbl.h: Likewise.
3913
3914 2018-12-11 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
3915
3916 * libio/libio.h: Remove redirection for _IO_vfprintf.
3917
3918 2018-12-11 Andreas Schwab <schwab@suse.de>
3919
3920 * Makerules: Remove all references to abilist-pattern.
3921 (update-all-abi): Simplify find expression.
3922
3923 2018-12-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
3924
3925 [BZ #23961]
3926 * math/auto-libm-test-in: Add new test case.
3927 * math/auto-libm-test-out-pow: Regenerated.
3928 * sysdeps/ieee754/flt-32/e_powf.c (__powf): Fix overflow check.
3929
3930 2018-12-10 DJ Delorie <dj@redhat.com>
3931
3932 [BZ #23948]
3933 * support/test-container.c: Move postclean step to before we
3934 change namespaces.
3935
3936 2018-12-10 Joseph Myers <joseph@codesourcery.com>
3937
3938 * scripts/gen-as-const.py (main): Handle --python option.
3939 * scripts/gen-py-const.awk: Remove.
3940 * Makerules (py-const-script): Use gen-as-const.py.
3941 ($(py-const)): Likewise.
3942 * nptl/nptl-printers.py (MutexPrinter.read_status_no_robust): Mask
3943 with 0xffffffff together with ~(PTHREAD_MUTEX_PRIO_CEILING_MASK).
3944 (MutexAttributesPrinter.read_values): Mask with 0xffffffff
3945 together with ~PTHREAD_MUTEXATTR_FLAG_BITS and
3946 ~PTHREAD_MUTEX_NO_ELISION_NP.
3947 * manual/README.pretty-printers: Update reference to
3948 gen-py-const.awk.
3949
3950 * scripts/glibcextract.py: New file.
3951 * scripts/gen-as-const.py: Do not import os.path, re, subprocess
3952 or tempfile. Import glibcexctract.
3953 (compute_c_consts): Remove. Moved to glibcextract.py.
3954 (gen_test): Update reference to compute_c_consts.
3955 (main): Likewise.
3956 * sysdeps/unix/sysv/linux/tst-signal-numbers.py: New file.
3957 * sysdeps/unix/sysv/linux/tst-signal-numbers.sh: Remove.
3958 * sysdeps/unix/sysv/linux/Makefile
3959 ($(objpfx)tst-signal-numbers.out): Use tst-signal-numbers.py.
3960 Redirect stderr as well as stdout.
3961
3962 2018-12-10 Rafael Ávila de Espíndola <rafael@espindo.la>
3963
3964 [BZ #19767]
3965 * sysdeps/unix/sysv/linux/mips/init-first.c: Remove #ifdef SHARED.
3966 * sysdeps/unix/sysv/linux/mips/libc-vdso.h: Remove #ifdef SHARED.
3967 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Define
3968 ALWAYS_USE_VSYSCALL.
3969 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Define
3970 ALWAYS_USE_VSYSCALL.
3971 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Define
3972 ALWAYS_USE_VSYSCALL.
3973
3974 2018-12-10 Florian Weimer <fweimer@redhat.com>
3975
3976 [BZ #23972]
3977 * sysdeps/unix/sysv/linux/getdents64.c (handle_overflow): Check
3978 offset instead of count for clarity. Fix typo in comment.
3979 (__old_getdents64): Keep track of previous offset. Use it to call
3980 handle_overflow.
3981 * sysdeps/unix/sysv/linux/tst-readdir64-compat.c (do_test): Check
3982 that d_off is never zero.
3983
3984 2018-12-10 Andreas Schwab <schwab@suse.de>
3985
3986 * sysdeps/unix/sysv/linux/powerpc/powerpc64/*-le.abilist: Move to
3987 sysdeps/unix/sysv/linux/powerpc/powerpc64/le/*.abilist.
3988 * sysdeps/unix/sysv/linux/powerpc/powerpc64/*.abilist: Move to
3989 sysdeps/unix/sysv/linux/powerpc/powerpc64/be/*.abilist.
3990 * sysdeps/powerpc/Makefile (abilist-pattern): Don't define.
3991
3992 2018-12-10 Joseph Myers <joseph@codesourcery.com>
3993
3994 * timezone/private.h: Update from tzcode 2018g.
3995 * timezone/tzfile.h: Likewise.
3996 * timezone/tzselect.ksh: Likewise.
3997 * timezone/zdump.c: Likewise.
3998 * timezone/zic.c: Likewise.
3999
4000 2018-12-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4001
4002 [BZ #23490]
4003 * sysdeps/unix/sysv/linux/x86/tst-cet-property-2.c
4004 (do_test): Adjust buffer size and fix format.
4005
4006 2018-12-07 DJ Delorie <dj@redhat.com>
4007
4008 [BZ #23907]
4009 * malloc/tst-tcfree3.c: New.
4010 * malloc/Makefile: Add it.
4011
4012 2018-12-07 H.J. Lu <hongjiu.lu@intel.com>
4013
4014 * include/sched.h (__getcpu): Don't use __typeof__ (getcpu).
4015
4016 2018-12-07 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4017
4018 * libio/libioP.h (SCANF_LDBL_USES_FLOAT128): New macro to be
4019 used as a mask for the mode argument of __vfscanf_internal and
4020 __vfwscanf_internal.
4021 * stdio-common/vfscanf-internal.c
4022 [defined COMPILE_WSCANF && __HAVE_FLOAT128_UNLIKE_LDBL]
4023 (__strtof128_internal): Define to __wcstof128_internal.
4024 [__HAVE_FLOAT128_UNLIKE_LDBL] (__vfscanf_internal): Call
4025 __strtof128_internal or __wcstof128_internal when the format of
4026 long double is the same as _Float128.
4027
4028 2018-12-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
4029
4030 * include/unistd.h (__confstr): Add prototype and hidden prototype.
4031 * posix/confstr.c (confstr): Rename to __confstr.
4032 (__confstr): Add hidden def.
4033 (confstr): Add weak alias for __confstr.
4034 * sysdeps/mach/hurd/spawni.c (__spawni): Call __confstr instead of
4035 confstr.
4036
4037 2018-12-07 H.J. Lu <hongjiu.lu@intel.com>
4038
4039 * NEWS: Mention getcpu.
4040 * include/sched.h (__getcpu): New libc_hidden_proto.
4041 * manual/resource.texi: Document getcpu.
4042 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add getcpu.
4043 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.29): Add getcpu.
4044 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Add getcpu.
4045 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
4046 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
4047 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
4048 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
4049 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
4050 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
4051 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
4052 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
4053 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
4054 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist:
4055 Likewise.
4056 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
4057 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
4058 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
4059 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
4060 Likewise.
4061 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
4062 Likewise.
4063 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
4064 Likewise.
4065 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
4066 Likewise.
4067 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
4068 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
4069 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
4070 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
4071 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
4072 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
4073 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
4074 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
4075 * sysdeps/unix/sysv/linux/bits/sched.h (getcpu): New prototype.
4076 * sysdeps/unix/sysv/linux/getcpu.c: New file.
4077 * sysdeps/unix/sysv/linux/tst-skeleton-affinity.c (test_size):
4078 Also check getcpu.
4079
4080 2018-12-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
4081
4082 * sysdeps/mach/hurd/spawni.c (child_lookup_under, child_fchdir): New
4083 functions.
4084 (__spawni): Handle spawn_do_fchdir by calling child_fchdir.
4085
4086 2018-12-07 Florian Weimer <fweimer@redhat.com>
4087
4088 [BZ #17405]
4089 * posix/Makefile (routines): Add spawn_faction_addfchdir.
4090 * posix/Versions (GLIBC_2.29): Export
4091 posix_spawn_file_actions_addfchdir_np.
4092 * posix/spawn.h (posix_spawn_file_actions_addfchdir_np): Declare.
4093 * posix/spawn_faction_destroy.c
4094 (__posix_spawn_file_actions_destroy): Handle spawn_do_fchdir.
4095 * posix/spawn_int.h (struct __spawn_action): Add spawn_do_fchdir
4096 and the field action.fchdir_action.
4097 * posix/tst-spawn-chdir.c (add_chdir): New function.
4098 (do_test): Add do_fchdir loop. Call add_chdir.
4099 * sysdeps/posix/spawni.c (__spawni_child): Handle spawn_do_fchdir.
4100 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
4101 * sysdeps/mach/hurd/i386/libc.abilist (GLIBC_2.29): Add
4102 posix_spawn_file_actions_addfchdir_np.
4103 * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.29):
4104 Likewise.
4105 * sysdeps/unix/sysv/linux/alpha/libc.abilist (GLIBC_2.29):
4106 Likewise.
4107 * sysdeps/unix/sysv/linux/arm/libc.abilist (GLIBC_2.29): Likewise.
4108 * sysdeps/unix/sysv/linux/hppa/libc.abilist (GLIBC_2.29):
4109 Likewise.
4110 * sysdeps/unix/sysv/linux/i386/libc.abilist (GLIBC_2.29):
4111 Likewise.
4112 * sysdeps/unix/sysv/linux/ia64/libc.abilist (GLIBC_2.29):
4113 Likewise.
4114 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist (GLIBC_2.29):
4115 Likewise.
4116 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist (GLIBC_2.29):
4117 Likewise.
4118 * sysdeps/unix/sysv/linux/microblaze/libc.abilist (GLIBC_2.29):
4119 Likewise.
4120 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
4121 (GLIBC_2.29): Likewise.
4122 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
4123 (GLIBC_2.29): Likewise.
4124 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
4125 (GLIBC_2.29): Likewise.
4126 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
4127 (GLIBC_2.29): Likewise.
4128 * sysdeps/unix/sysv/linux/nios2/libc.abilist (GLIBC_2.29):
4129 Likewise.
4130 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
4131 (GLIBC_2.29): Likewise.
4132 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
4133 (GLIBC_2.29): Likewise.
4134 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
4135 (GLIBC_2.29): Likewise.
4136 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
4137 (GLIBC_2.29): Likewise.
4138 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist (GLIBC_2.29):
4139 Likewise.
4140 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist (GLIBC_2.29):
4141 Likewise.
4142 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist (GLIBC_2.29):
4143 Likewise.
4144 * sysdeps/unix/sysv/linux/sh/libc.abilist (GLIBC_2.29): Likewise.
4145 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist (GLIBC_2.29):
4146 Likewise.
4147 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist (GLIBC_2.29):
4148 Likewise.
4149 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist (GLIBC_2.29):
4150 Likewise.
4151 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist (GLIBC_2.29):
4152 Likewise.
4153
4154 2018-12-06 Joseph Myers <joseph@codesourcery.com>
4155
4156 * manual/texinfo.tex: Update to version 2018-09-21.20 with
4157 trailing whitespace removed.
4158 * scripts/config.guess: Update to version 2018-11-28.
4159 * scripts/config.sub: Update to version 2018-11-28.
4160 * scripts/install-sh: Update to version 2018-03-11.20.
4161 * scripts/mkinstalldirs: Update to version 2018-03-07.03.
4162 * scripts/move-if-change: Update to version 2018-03-07 03:47.
4163
4164 2018-12-07 Florian Weimer <fweimer@redhat.com>
4165
4166 [BZ #23927]
4167 CVE-2018-19591
4168 * inet/tst-if_index-long.c: New file.
4169 * inet/Makefile (tests): Add tst-if_index-long.
4170
4171 2018-12-07 Florian Weimer <fweimer@redhat.com>
4172
4173 * support/check.h (support_record_failure_is_failed): Declare.
4174 * support/descriptors.h: New file.
4175 * support/support_descriptors.c: Likewise.
4176 * support/tst-support_descriptors.c: Likewise.
4177 * support/support_record_failure.c
4178 (support_record_failure_is_failed): New function.
4179 * support/Makefile (libsupport-routines): Add support_descriptors.
4180 (tests): Add tst-support_descriptors.
4181
4182 2018-12-05 Zack Weinberg <zackw@panix.com>
4183 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4184
4185 * stdio-common/vfprintf-internal.c
4186 (__vfprintf_internal, __vfwprintf_internal): Don't use __ldbl_is_dbl.
4187 * sysdeps/generic/math_ldbl_opt.h: Remove __ldbl_is_dbl.
4188 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Remove __ldbl_is_dbl
4189 and __no_long_double.
4190 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.c: Remove file.
4191 * sysdeps/ieee754/ldbl-opt/Makefile (routines): Remove math_ldbl_opt.
4192 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Remove
4193 libc_hidden_proto and libc_hidden_def from all __nldbl_*printf*
4194 and __nldbl_*syslog* functions.
4195 (__nldbl_cleanup, set_no_long_double, clear_no_long_double): Remove.
4196 (__nldbl___asprintf, __nldbl_dprintf, __nldbl_fprintf)
4197 (__nldbl_fwprintf, __nldbl_printf, __nldbl_sprintf)
4198 (__nldbl_vfprintf, __nldbl___vsprintf, __nldbl_obstack_vprintf)
4199 (__ndlbl_obstack_printf, __nldbl_snprintf, __nldbl_swprintf)
4200 (__nldbl_vasprintf, __nldbl_vdprintf, __nldbl_vfwprintf)
4201 (__nldbl_vprintf, __nldbl_vsnprintf, __ndlbl_vswprintf)
4202 (__nldbl_vwprintf, __nldbl_wprintf):
4203 Directly call the appropriate __v*printf_internal routine, passing
4204 PRINTF_LDBL_IS_DBL. Do not mess with __no_long_double. Normalize
4205 variable names.
4206 (__nldbl___fprintf_chk, __nldbl___fwprintf_chk)
4207 (__nldbl___printf_chk, __nldbl___snprintf_chk)
4208 (__nldbl___sprintf_chk, __nldbl___swprintf_chk)
4209 (__nldbl___vfprintf_chk, __nldbl___vfwprintf_chk)
4210 (__nldbl___vprintf_chk, __nldbl___vsnprintf_chk)
4211 (__nldbl___vsprintf_chk, __nldbl___vswprintf_chk)
4212 (__nldbl___vwprintf_chk, __nldbl___wprintf_chk)
4213 (__nldbl___vasprintf_chk, __nldbl___asprintf_chk)
4214 (__nldbl___vdprintf_chk, __nldbl___dprintf_chk)
4215 (__nldbl___obstack_vprintf_chk, __nldbl___obstack_printf_chk):
4216 Likewise, and also pass PRINTF_FORTIFY when appropriate.
4217 (__nldbl_syslog, __nldbl_vsyslog):
4218 Directly call __vsyslog_internal, passing PRINTF_LDBL_IS_DBL.
4219 (__nldbl_syslog_chk): Likewise, and also pass PRINTF_FORTIFY when
4220 appropriate.
4221 (__nldbl_vsyslog_chk): Likewise, and also pass PRINTF_FORTIFY when
4222 appropriate.
4223
4224 2018-12-05 Zack Weinberg <zackw@panix.com>
4225 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4226
4227 [BZ #11319]
4228 * libio/iovsprintf.c (_IO_str_chk_overflow, libio_vtable):
4229 Moved here from debug/vsprintf_chk.c.
4230 (__vsprintf_internal): Add 'maxlen' argument. Change the setup
4231 and completion logic for the strfile to match exactly what
4232 __vsprintf_chk used to do, except, when maxlen is -1, pass -1 to
4233 _IO_str_init_static_internal instead of maxlen-1.
4234 (__vsprintf): Pass -1 as maxlen to __vsprintf_internal.
4235 * stdio-common/sprintf.c (__sprintf): Pass -1 as maxlen to
4236 __vsprintf_internal.
4237
4238 * debug/vsprintf_chk.c (__vsprintf_chk)
4239 * debug/sprintf_chk.c (__sprintf_chk):
4240 Directly call __vsprintf_internal, passing PRINTF_FORTIFY if
4241 'flags' argument is positive, and slen as maxlen. No need to lock
4242 the FILE and/or construct a temporary FILE. Minimize and normalize
4243 header inclusions and variable names. Do not libc_hidden_def anything.
4244
4245 * debug/asprintf_chk.c (__asprintf_chk)
4246 * debug/dprintf_chk.c (__dprintf_chk)
4247 * debug/fprintf_chk.c (__fprintf_chk)
4248 * debug/fwprintf_chk.c (__fwprintf_chk)
4249 * debug/printf_chk.c (__printf_chk)
4250 * debug/snprintf_chk.c (__snprintf_chk)
4251 * debug/swprintf_chk.c (__swprintf_chk)
4252 * debug/vasprintf_chk.c (__vasprintf_chk)
4253 * debug/vdprintf_chk.c (__vdprintf_chk)
4254 * debug/vfprintf_chk.c (__vfprintf_chk)
4255 * debug/vfwprintf_chk.c (__vfwprintf_chk)
4256 * debug/vprintf_chk.c (__vprintf_chk)
4257 * debug/vsnprintf_chk.c (__vsnprintf_chk)
4258 * debug/vswprintf_chk.c (__vswprintf_chk)
4259 * debug/vwprintf_chk.c (__vwprintf_chk)
4260 * debug/wprintf_chk.c (__wprintf_chk):
4261 Directly call the corresponding vxxprintf_internal function, passing
4262 PRINTF_FORTIFY if 'flag' argument is positive. No need to lock
4263 the FILE and/or construct a temporary FILE. Minimize and normalize
4264 header inclusions and variable names. Do not libc_hidden_def anything.
4265
4266 * debug/obprintf_chk.c (__obstack_printf_chk): Directly call
4267 __obstack_vprintf_internal.
4268 (__obstack_vprintf_chk): Convert into a wrapper that calls
4269 __obstack_vprintf_internal (these two functions already had the
4270 same code) and move to new file...
4271 * debug/vobprintf_chk.c (__obstack_vprintf_chk): ... here. New
4272 file.
4273 * debug/obprintf.c (__obstack_vprintf_internal): Remove the checking of
4274 the flags argument and the setting of _IO_FLAGS2_FORTIFY.
4275 * debug/Makefile (routines): Add vobprintf_chk.
4276
4277 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
4278 (__nldbl___vsprintf): Pass -1 as maxlen to __vsprintf_internal.
4279 (__nldbl___vfprintf_chk, __nldbl___vsnprintf_chk)
4280 (__nldbl___vsprintf_chk, __nldbl___vswprintf_chk)
4281 (__nldbl___vasprintf_chk, __nldbl___vdprintf_chk)
4282 (__nldbl___obstack_vfprintf_chk):
4283 Directly call the corresponding vxxprintf_internal function,
4284 passing PRINTF_FORTIFY if 'flag' argument is positive. If necessary,
4285 duplicate comparison of slen with 0 or maxlen from the corresponding
4286 non-__nldbl function.
4287
4288 * include/stdio.h (__vsnprintf_chk, __vfprintf_chk, __vasprintf_chk)
4289 (__vdprintf_chk, __obstack_vfprintf_chk): Remove libc_hidden_proto.
4290 * include/wchar.h (__vfwprintf_chk, __vswprintf_chk):
4291 Remove libc_hidden_proto.
4292
4293 * stdio-common/vfprintf-internal.c
4294 (__vfprintf_internal, __vfwprintf_internal):
4295 Do not check _IO_FLAGS2_FORTIFY.
4296 * libio/libio.h (_IO_FLAGS2_FORTIFY): Remove.
4297 * libio/libioP.h: Update prototype of __vsprintf_internal and add
4298 a comment explaining why it has the maxlen argument.
4299 (_IO_acquire_lock_clear_flags2_fct): Remove.
4300 (_IO_acquire_lock_clear_flags2): Remove.
4301 (_IO_release_lock): Remove conditional statement which will
4302 now never execute.
4303 (_IO_acquire_lock): Remove variable which is now unused.
4304 * sysdeps/generic/stdio-lock.h (_IO_acquire_lock_clear_flags2): Remove.
4305 * sysdeps/nptl/stdio-lock.h (_IO_acquire_lock_clear_flags2): Remove.
4306
4307 * stdio-common/Makefile (tests): Add tst-bz11319 and
4308 tst-bz11319-fortify2.
4309 (CFLAGS-tst-bz11319-fortify2.c): New macro.
4310 * stdio-common/tst-bz11319-fortify2.c: New file.
4311 * stdio-common/tst-bz11319.c: Likewise.
4312
4313 2018-12-05 Zack Weinberg <zackw@panix.com>
4314 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4315
4316 * misc/syslog.c: Include libioP.h, not iolibio.h.
4317 (__vsyslog_internal): New function with the former body of
4318 __vsyslog_chk; takes mode_flags argument same as
4319 __v*printf_internal. Call __vfprintf_internal directly.
4320
4321 (__vsyslog_chk): Now a wrapper around __vsyslog_internal.
4322 Remove libc_hidden_def.
4323 (__syslog, __syslog_chk): Use __vsyslog_internal.
4324 (__vsyslog): Move to just below __syslog. Use __vsyslog_internal.
4325
4326 * include/sys/syslog.h: Add multiple inclusion guard.
4327 Add prototype for __vsyslog_internal.
4328 Remove declaration and libc_hidden_proto for __vsyslog_chk.
4329
4330 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vsyslog_chk):
4331 Use __vsyslog_internal.
4332
4333 2018-12-05 Zack Weinberg <zackw@panix.com>
4334 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4335
4336 * libio/libioP.h (__vfprintf_internal, __vfwprintf_internal)
4337 (__vasprintf_internal, __vdprintf_internal, __obstack_vprintf_internal)
4338 (__vsprintf_internal, __vsnprintf_internal, __vswprintf_internal):
4339 New functions.
4340 (PRINTF_LDBL_IS_DBL, PRINTF_FORTIFY): New constants.
4341 (_IO_vasprintf, _IO_vdprintf, _IO_vsnprintf): Remove prototypes.
4342
4343 * stdio-common/vfprintf-internal.c: Rename from vfprintf.c.
4344 Include wctype.h here if COMPILE_WPRINTF is defined.
4345 Define __vfprintf_internal or __vfwprintf_internal, depending
4346 on COMPILE_WPRINTF.
4347 Temporarily, on entry to this function, update mode_flags
4348 according to the environmental settings corresponding to
4349 PRINTF_LDBL_IS_DBL and PRINTF_FORTIFY.
4350 Throughout, check mode_flags instead of __ldbl_is_dbl and
4351 _IO_FLAGS2_FORTIFY on the destination FILE.
4352 * stdio-common/vfwprintf-internal.c: Rename from vfwprintf.c.
4353 Include vfprintf-internal.c. Don't include wctype.h.
4354 * stdio-common/vfprintf.c: New file. Just define __vfprintf
4355 as a wrapper around __vfprintf_internal, with aliases _IO_vfprintf
4356 and vfprintf.
4357 * stdio-common/vfwprintf.c: New file. Just define __vfwprintf
4358 as a wrapper around __vfwprintf_internal, with aliases _IO_vfwprintf
4359 and vfwprintf.
4360 * stdio-common/Makefile: Add vfprintf-internal and vfwprintf-internal.
4361
4362 * libio/iovdprintf.c (_IO_vdprintf): Rename to __vdprintf_internal
4363 and add mode_flags argument; use __vfprintf_internal.
4364 (__vdprintf): New function. Alias vdprintf to this.
4365 * libio/iovsprintf.c (_IO_vsprintf, __vsprintf): Similarly.
4366 * libio/vasprintf.c (_IO_vasprintf, __vasprintf): Similarly.
4367 * libio/obprintf.c (_IO_obstack_vprintf, __obstack_vprintf): Similarly.
4368 (__obstack_printf): Use __obstack_printf_internal.
4369 * libio/vsnprintf.c (_IO_vsnprintf, ___vsnprintf): Similarly, with
4370 public aliases __vsnprintf and vsnprintf.
4371 Remove use of ldbl_hidden_def, since __vsnprintf is no longer
4372 called internally.
4373 * libio/vswprintf (_IO_vswprintf, __vswprintf): Similarly, with
4374 public aliases _IO_vsprintf and vsprintf.
4375 * libio/swprintf.c (__swprintf): Use __vswprintf_internal.
4376 * stdio-common/asprintf.c (__asprintf): Use __vasprintf_internal.
4377 * stdio-common/dprintf.c (__dprintf): Use __vdprintf_internal.
4378 * stdio-common/snprintf.c (__snprintf): Use __vsprintf_internal.
4379 * stdio-common/sprintf.c (__sprintf): Use __vsprintf_internal.
4380
4381 * debug/obprintf_chk.c, debug/vasprintf_chk.c, debug/vdprintf_chk.c
4382 * debug/vsnprintf_chk.c, debug/vsprintf_chk.c, hurd/vpprintf.c
4383 * stdio-common/fprintf.c, stdio-common/fxprintf.c
4384 * stdio-common/printf.c: Use __vfprintf_internal.
4385
4386 * debug/fwprintf_chk.c, debug/vfwprintf_chk.c, debug/vswprintf_chk.c
4387 * debug/vwprintf_chk.c, debug/wprintf_chk.c, libio/fwprintf.c
4388 * libio/vwprintf.c, libio/wprintf.c: Use __vfwprintf_internal.
4389
4390 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Use __vsprintf_internal,
4391 __obstack_vprintf_internal, __vasprintf_internal, __vdprintf_internal,
4392 __vsnprintf_internal, __vswprintf_internal, __vfprintf_internal, and
4393 __vfwprintf_internal.
4394
4395 * libio/libio.h: Remove libc_hidden_proto and declaration for
4396 _IO_vfprintf.
4397 Remove declaration of _IO_vfwprintf.
4398 * libio/iolibio.h: Remove libc_hidden_proto and declaration for
4399 _IO_vsprintf.
4400 Remove declarations of _IO_vswprintf, _IO_obstack_printf, and
4401 _IO_obstack_printf.
4402 * include/stdio.h: Add prototype for __vasprintf.
4403 (__vsnprintf): Remove declaration, because there are no more
4404 internal calls.
4405 * include/wchar.h (__vfwprintf, __vswprintf): Remove
4406 declaration, because there are no more internal calls.
4407
4408 * argp/argp-fmtstream.c (__argp_fmtstream_printf): Use
4409 __vsnprintf_internal, instead of _IO_vsnprintf.
4410 * argp/argp-help.c (__argp_error, __argp_failure): Use
4411 __vasprintf_internal, instead of _IO_vasprintf.
4412 * argp/argp-namefrob.h (__vsnprintf): Do not undefined then
4413 redefine, because there are no more internal calls.
4414
4415 2018-12-05 Zack Weinberg <zackw@panix.com>
4416 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4417
4418 * stdio-common/vfscanf-internal.c: Don't look at __ldbl_is_dbl.
4419 * sysdeps/ieee754/ldbl-opt/ndlbl-compat.c:
4420 Include libio/strfile.h instead of libioP.h.
4421 (__nldbl_IO_vfscanf, __ndlbl___vfscanf, __nldbl_sscanf)
4422 (__nldbl___vsscanf, __nldbl_vscanf, __nldbl_fscanf)
4423 (__nldbl_scanf, __nldbl_vfwscanf, __nldbl_swscanf)
4424 (__nldbl_vswscanf, __nldbl_vwscanf, __nldbl_fwscanf)
4425 (__nldbl_wscanf): Call __vfscanf_internal / __vfwscanf_internal
4426 directly, passing SCANF_LDBL_IS_DBL. Set up a strfile if
4427 necessary. Do not set __no_long_double. Normalize variable names.
4428 (__nldbl___isoc99_vfscanf, __nldbl___isoc99_sscanf)
4429 (__nldbl___isoc99_vsscanf, __nldbl___isoc99_vscanf)
4430 (__nldbl___isoc99_fscanf, __nldbl___isoc99_scanf)
4431 (__nldbl___isoc99_vfwscanf, __nldbl___isoc99_swscanf)
4432 (__nldbl___isoc99_vswscanf, __nldbl___isoc99_vwscanf)
4433 (__nldbl___isoc99_fwscanf, __nldbl___isoc99_wscanf):
4434 Call __vfscanf_internal / __vfwscanf_internal directly, passing
4435 SCANF_LDBL_IS_DBL | SCANF_ISOC99_A. Set up a strfile if necessary.
4436 Do not set __no_long_double. Normalize variable names.
4437
4438 2018-12-05 Zack Weinberg <zackw@panix.com>
4439 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4440
4441 * stdio-common/isoc99_scanf.c
4442 * stdio-common/isoc99_fscanf.c
4443 * stdio-common/isoc99_sscanf.c
4444 * stdio-common/isoc99_vscanf.c
4445 * stdio-common/isoc99_vfscanf.c
4446 * stdio-common/isoc99_vsscanf.c
4447 * wcsmbs/isoc99_wscanf.c
4448 * wcsmbs/isoc99_fwscanf.c
4449 * wcsmbs/isoc99_swscanf.c
4450 * wcsmbs/isoc99_vwscanf.c
4451 * wcsmbs/isoc99_vfwscanf.c
4452 * wcsmbs/isoc99_vswscanf.c:
4453 Pass SCANF_ISOC99_A to __vfscanf_internal and/or __vfwscanf_internal.
4454 Do not set _IO_FLAGS2_SCANF_STD on the FILE passed to that function.
4455 No need to lock and unlock the FILE passed to that function.
4456
4457 * stdio-common/vfscanf-internal.c
4458 (__vfscanf_internal, __vfwscanf_internal):
4459 Don't look at _IO_FLAGS2_SCANF_STD.
4460 * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct)
4461 (_IO_release_lock): Don't clear _IO_FLAGS2_SCANF_STD.
4462 * libio/libio.h (_IO_FLAGS2_SCANF_STD): Delete.
4463
4464 2018-12-05 Zack Weinberg <zackw@panix.com>
4465 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4466
4467 * libio/libioP.h (SCANF_LDBL_IS_DBL, SCANF_ISOC99_A): New constants.
4468 (__vfscanf_internal, __vfwscanf_internal): New function prototypes.
4469 * libio/libio.h: Remove libc_hidden_proto for _IO_vfscanf.
4470 * libio/strfile.h: Add multiple inclusion guard.
4471 (_IO_strfile_read, _IO_strfile_readw): New inline functions.
4472
4473 * sysdeps/generic/math_ldbl_opt.h: Include shlib-compat.h, for
4474 consistency with the other version of this file.
4475 (ldbl_compat_symbol): New macro.
4476 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h (ldbl_compat_symbol):
4477 New macro.
4478
4479 * stdio-common/vfscanf-internal.c: Rename from vfscanf.c.
4480 Define __vfscanf_internal or __vfwscanf_internal, depending on
4481 COMPILE_WSCANF; don't define any other public symbols.
4482 Remove errval and code to set errp.
4483 Temporarily check __ldbl_is_dbl and _IO_FLAGS2_SCANF_STD as well
4484 as the mode_flags argument.
4485 (encode_error, conv_error, input_error): Don't set errval.
4486 * stdio-common/vfwscanf-internal.c: Rename from vfwscanf.c.
4487 Include vfscanf-internal.c.
4488 * stdio-common/vfscanf.c: New file defining the public entry
4489 point vfscanf, which calls __vfscanf_internal.
4490 * stdio-common/vfwscanf.c: New file defining the public entry
4491 point vfwscanf, which calls __vfwscanf_internal.
4492
4493 * stdio-common/iovfscanf.c: New file.
4494 * stdio-common/iovfwscanf.c: Likewise.
4495
4496 * stdio-common/Makefile (routines): Add vfscanf-internal,
4497 vfwscanf-internal, iovfscanf, iovfwscanf.
4498 * stdio-common/Versions: Mention GLIBC_2.29, so that
4499 it can be used in SHLIB_COMPAT expressions.
4500 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl__IO_vfscanf):
4501 Wrap definition and compat_symbol line in #if SHLIB_COMPAT.
4502 Call __vfscanf_internal, instead of _IO_vfscanf.
4503 (__nldbl___vfscanf): Call __vfscanf_internal, instead of
4504 _IO_vfscanf.
4505 (__nldbl_vfwscanf): Call __vfwscanf_internal, instead of
4506 _IO_vfwscanf.
4507
4508 * libio/iovsscanf.c: Clean up includes, when possible. Use
4509 _IO_strfile_read or _IO_strfile_readw, when needed. Call
4510 __vfscanf_internal or __vfwscanf_internal directly.
4511 * libio/iovswscanf.c: Likewise.
4512 * libio/swscanf.c: Likewise.
4513 * libio/vscanf.c: Likewise.
4514 * libio/vwscanf.c: Likewise.
4515 * libio/wscanf.c: Likewise.
4516 * stdio-common/isoc99_fscanf.c: Likewise.
4517 * stdio-common/isoc99_scanf.c: Likewise.
4518 * stdio-common/isoc99_sscanf.c: Likewise.
4519 * stdio-common/isoc99_vfscanf.c: Likewise.
4520 * stdio-common/isoc99_vscanf.c: Likewise.
4521 * stdio-common/isoc99_vsscanf.c: Likewise.
4522 * stdio-common/scanf.c: Likewise.
4523 * stdio-common/sscanf.c: Likewise.
4524 * wcsmbs/isoc99_fwscanf.c: Likewise.
4525 * wcsmbs/isoc99_swscanf.c: Likewise.
4526 * wcsmbs/isoc99_vfwscanf.c: Likewise.
4527 * wcsmbs/isoc99_vswscanf.c: Likewise.
4528 * wcsmbs/isoc99_vwscanf.c: Likewise.
4529 * wcsmbs/isoc99_wscanf.c: Likewise.
4530
4531 2018-12-05 Albert ARIBAUD <albert.aribaud@3adev.fr>
4532
4533 * include/time.h
4534 (__tz_compute): Replace time_t with __time64_t.
4535 (__tz_convert): Replace time_t* with __time64_t.
4536 (__offtime): Replace time_t* with __time64_t.
4537 * time/gmtime.c
4538 (__gmtime_r): Adjust call to __tz_convert.
4539 (gmtime): Likewise.
4540 * time/localtime.c
4541 (__localtime_r): Likewise.
4542 (localtime): Likewise.
4543 * time/offtime.c: Replace time_t with __time64_t.
4544 * time/tzset.c: Likewise.
4545
4546 2018-12-04 Joseph Myers <joseph@codesourcery.com>
4547
4548 * Makefile ($(objpfx)testroot.pristine/install.stamp): Do not run
4549 dynamic linker unless [$(run-built-tests) = yes].
4550
4551 2018-12-03 DJ Delorie <dj@delorie.com>
4552
4553 * support/test-container.c (check_for_unshare_hints): New.
4554 (main): Call it if unshare fails. Add support for "su" scriptlet
4555 command.
4556
4557 2018-12-03 Joseph Myers <joseph@codesourcery.com>
4558
4559 * scripts/gen-as-const.py (compute_c_consts): Take an argument
4560 'START' to indicate that start text should be output.
4561 (gen_test): Likewise.
4562 (main): Generate 'START' for first symbol or '--' line, or at end
4563 of input if not previously generated.
4564
4565 2018-12-03 Rafael Ávila de Espíndola <rafael@espindo.la>
4566
4567 [BZ #19767]
4568 * sysdeps/unix/sysv/linux/arm/init-first.c: Remove #ifdef SHARED.
4569 * sysdeps/unix/sysv/linux/arm/libc-vdso.h: Remove #ifdef SHARED.
4570 * sysdeps/unix/sysv/linux/arm/sysdep.h: Define
4571 ALWAYS_USE_VSYSCALL.
4572
4573 2018-12-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
4574
4575 [BZ #23913]
4576 * sysdeps/posix/spawni.c (maybe_script_execute): Increment size of
4577 new_argv by one.
4578
4579 2018-12-03 Carlos O'Donell <carlos@redhat.com>
4580
4581 [BZ #23923]
4582 * locale/programs/localedef.c: Declare boolean hard_links default true.
4583 (options): Add --no-hard-links option.
4584 (parse_opt): Add OPT_NO_HARD_LINKS case and set hard_links to false.
4585 * locale/programs/localedef.h: Declare prototype for hard_links.
4586 * locale/programs/locfile.c (write_locale_data): Don't use hard
4587 links if hard_links is false.
4588
4589 2018-12-03 H.J. Lu <hongjiu.lu@intel.com>
4590
4591 * sysdeps/x86/cacheinfo.c (intel_check_word): Updated for
4592 cpu_features_basic.
4593 (__cache_sysconf): Likewise.
4594 (init_cacheinfo): Likewise.
4595 * sysdeps/x86/cpu-features.c (get_extended_indeces): Also
4596 populate COMMON_CPUID_INDEX_80000007 and
4597 COMMON_CPUID_INDEX_80000008.
4598 (get_common_indices): Also populate COMMON_CPUID_INDEX_D_ECX_1.
4599 Use CPU_FEATURES_CPU_P (cpu_features, XSAVEC) to check if
4600 XSAVEC is available. Set the bit_arch_XXX_Usable bits.
4601 (init_cpu_features): Use _Static_assert on
4602 index_arch_Fast_Unaligned_Load.
4603 __get_cpuid_registers and __get_arch_feature. Updated for
4604 cpu_features_basic. Set stepping in cpu_features.
4605 * sysdeps/x86/cpu-features.h: (FEATURE_INDEX_1): Changed to enum.
4606 (FEATURE_INDEX_2): New.
4607 (FEATURE_INDEX_MAX): Changed to enum.
4608 (COMMON_CPUID_INDEX_D_ECX_1): New.
4609 (COMMON_CPUID_INDEX_80000007): Likewise.
4610 (COMMON_CPUID_INDEX_80000008): Likewise.
4611 (cpuid_registers): Likewise.
4612 (cpu_features_basic): Likewise.
4613 (CPU_FEATURE_USABLE): Likewise.
4614 (bit_arch_XXX_Usable): Likewise.
4615 (cpu_features): Use cpuid_registers and cpu_features_basic.
4616 (bit_arch_XXX): Reweritten.
4617 (bit_cpu_XXX): Likewise.
4618 (index_cpu_XXX): Likewise.
4619 (reg_XXX): Likewise.
4620 * sysdeps/x86/tst-get-cpu-features.c: Include <stdio.h> and
4621 <support/check.h>.
4622 (CHECK_CPU_FEATURE): New.
4623 (CHECK_CPU_FEATURE_USABLE): Likewise.
4624 (cpu_kinds): Likewise.
4625 (do_test): Print vendor, family, model and stepping. Check
4626 HAS_CPU_FEATURE and CPU_FEATURE_USABLE.
4627 (TEST_FUNCTION): Removed.
4628 Include <support/test-driver.c> instead of
4629 "../../test-skeleton.c".
4630 * sysdeps/x86_64/multiarch/sched_cpucount.c (__sched_cpucount):
4631 Check POPCNT instead of POPCOUNT.
4632 * sysdeps/x86_64/multiarch/test-multiarch.c (do_test): Likewise.
4633
4634 2018-12-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
4635
4636 * scripts/gen-as-const.py (main): Avoid emitting empty line when
4637 there is no element in `consts'.
4638
4639 2018-12-01 Florian Weimer <fweimer@redhat.com>
4640
4641 * support/support_capture_subprocess.c
4642 (support_capture_subprocess): Check that pipe descriptors have
4643 expected values. Close original pipe descriptors in subprocess.
4644
4645 2018-12-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
4646
4647 [BZ #23032]
4648 * sysdeps/htl/pt-barrier-init.c (pthread_barrier_init): Fix comparing
4649 attr with __pthread_default_barrierattr.
4650 * sysdeps/htl/pt-cond-init.c (__pthread_cond_init): Fix comparing
4651 attr with __pthread_default_condattr.
4652 * sysdeps/htl/pt-mutex-init.c (_pthread_mutex_init): Fix comparing
4653 attr with __pthread_default_mutexattr.
4654 * sysdeps/htl/pt-rwlock-init.c (_pthread_rwlock_init): Fix comparing
4655 attr with __pthread_default_rwlockattr.
4656
4657 2018-12-01 Kemi Wang <kemi.wang@intel.com>
4658
4659 * manual/tunables.texi (POSIX Thread Tunables): New node.
4660 * nptl/Makefile (libpthread-routines): Add pthread_mutex_conf.
4661 * nptl/nptl-init.c: Include pthread_mutex_conf.h
4662 (__pthread_initialize_minimal_internal) [HAVE_TUNABLES]: Call
4663 __pthread_tunables_init.
4664 * nptl/pthreadP.h (MAX_ADAPTIVE_COUNT): Remove.
4665 (max_adaptive_count): Define.
4666 * nptl/pthread_mutex_conf.c: New file.
4667 * nptl/pthread_mutex_conf.h: New file.
4668 * sysdeps/generic/adaptive_spin_count.h: New file.
4669 * sysdeps/nptl/dl-tunables.list: New file.
4670 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Use
4671 max_adaptive_count () not MAX_ADAPTIVE_COUNT.
4672 * nptl/pthread_mutex_timedlock.c (__pthrad_mutex_timedlock):
4673 Likewise.
4674
4675 2018-12-01 Paul Pluzhnikov <ppluzhnikov@google.com>
4676
4677 [BZ #20544]
4678 * stdlib/cxa_atexit.c (__internal_atexit): assert func != NULL.
4679 * stdlib/on_exit.c (__on_exit): Likewise.
4680 * stdlib/Makefile (tests): Add tst-bz20544.
4681 * stdlib/tst-bz20544.c: New test.
4682
4683 2018-11-30 Rafael Ávila de Espíndola <rafael@espindo.la>
4684
4685 [BZ #19767]
4686 * sysdeps/unix/sysv/linux/i386/init-first.c: Don't check SHARED.
4687 * sysdeps/unix/sysv/linux/i386/sysdep.h (ALWAYS_USE_VSYSCALL):
4688 New.
4689
4690 2018-11-30 Florian Weimer <fweimer@redhat.com>
4691
4692 * scripts/abilist.awk: Print "0x0" for size 0. Handle "g"/"D".
4693 Extend error logging.
4694 * sysdeps/mach/hurd/i386/libc.abilist (GLIBC_2.2.6): Adjust _end
4695 symbol.
4696
4697 2018-11-30 Adhemerval Zanella <adhemerval.zanella@linaro.org>
4698
4699 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Use
4700 __sigismember instead of sigismember.
4701 * sysdeps/posix/system.c [SIGCANCEL] (cancel_handler_args,
4702 cancel_handler): New definitions.
4703 (do_system): Use posix_spawn instead of fork and execl and remove
4704 reentracy code.
4705 * sysdeps/generic/not-errno.h (__kill_noerrno): New prototype.
4706 * sysdeps/unix/sysv/linux/not-errno.h (__kill_noerrno): Likewise.
4707 * sysdeps/unix/sysv/linux/ia64/system.c: Remove file.
4708 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
4709 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
4710 * sysdeps/unix/sysv/linux/system.c: Likewise.
4711
4712 [BZ #22834]
4713 [BZ #17490]
4714 * NEWS: Add new semantic for atfork with popen and system.
4715 * libio/iopopen.c (_IO_new_proc_open): use posix_spawn instead of
4716 fork and execl.
4717
4718 2018-11-30 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
4719
4720 [BZ #23690]
4721 * elf/dl-runtime.c (_dl_profile_fixup): Guarantee memory
4722 modification order when accessing reloc_result->addr.
4723 * include/link.h (reloc_result): Add field init.
4724 * nptl/Makefile (tests): Add tst-audit-threads.
4725 (modules-names): Add tst-audit-threads-mod1 and
4726 tst-audit-threads-mod2.
4727 Add rules to build tst-audit-threads.
4728 * nptl/tst-audit-threads-mod1.c: New file.
4729 * nptl/tst-audit-threads-mod2.c: Likewise.
4730 * nptl/tst-audit-threads.c: Likewise.
4731 * nptl/tst-audit-threads.h: Likewise.
4732
4733 2018-11-30 Joseph Myers <joseph@codesourcery.com>
4734
4735 * scripts/gen-as-const.py: New file.
4736 * scripts/gen-as-const.awk: Remove.
4737 * Makerules ($(common-objpfx)%.h $(common-objpfx)%.h.d): Use
4738 gen-as-const.py.
4739 ($(objpfx)test-as-const-%.c): Likewise.
4740
4741 2018-11-29 H.J. Lu <hongjiu.lu@intel.com>
4742
4743 * elf/dl-exception.c: Include <_itoa.h>.
4744
4745 2018-11-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
4746
4747 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Directly return value
4748 returned by __f_setlk.
4749
4750 2018-11-29 H.J. Lu <hongjiu.lu@intel.com>
4751 Adhemerval Zanella <adhemerval.zanella@linaro.org>
4752
4753 * elf/Makefile (tests-internal): Add tst-create_format1.
4754 * elf/dl-exception.c (_dl_exception_create_format): Support
4755 %x, %lx and %zx.
4756 * elf/tst-create_format1.c: New file.
4757
4758 2018-11-29 Charles-Antoine Couret <charles-antoine.couret@essensium.com>
4759
4760 * argp/argp-fmtstream.c (__argp_fmtstream_update): Use [_LIBC]
4761 conditional on calls to _IO_fwide and putwc_unlocked. (Merge from
4762 gnulib.)
4763 * argp/argp-help.c (__argp_failure): Likewise.
4764
4765 2018-11-29 Mao Han <han_mao@c-sky.com>
4766
4767 * elf/elf.h (EM_CSKY, R_CKCORE_NONE, R_CKCORE_ADDR32)
4768 (R_CKCORE_PCRELIMM8BY4, R_CKCORE_PCRELIMM11BY2, R_CKCORE_PCREL32)
4769 (R_CKCORE_PCRELJSR_IMM11BY2, R_CKCORE_RELATIVE, R_CKCORE_COPY)
4770 (R_CKCORE_GLOB_DAT, R_CKCORE_JUMP_SLOT, R_CKCORE_GOTOFF)
4771 (R_CKCORE_GOTPC, R_CKCORE_GOT32, R_CKCORE_PLT32, R_CKCORE_ADDRGOT)
4772 (R_CKCORE_ADDRPLT, R_CKCORE_PCREL_IMM26BY2, R_CKCORE_PCREL_IMM16BY2)
4773 (R_CKCORE_PCREL_IMM16BY4, R_CKCORE_PCREL_IMM10BY2)
4774 (R_CKCORE_PCREL_IMM10BY4, R_CKCORE_ADDR_HI16, R_CKCORE_ADDR_LO16)
4775 (R_CKCORE_GOTPC_HI16, R_CKCORE_GOTPC_LO16, R_CKCORE_GOTOFF_HI16)
4776 (R_CKCORE_GOTOFF_LO16, R_CKCORE_GOT12, R_CKCORE_GOT_HI16)
4777 (R_CKCORE_GOT_LO16, R_CKCORE_PLT12, R_CKCORE_PLT_HI16)
4778 (R_CKCORE_PLT_LO16, R_CKCORE_ADDRGOT_HI16, R_CKCORE_ADDRGOT_LO16)
4779 (R_CKCORE_ADDRPLT_HI16, R_CKCORE_ADDRPLT_LO16)
4780 (R_CKCORE_PCREL_JSR_IMM26BY2, R_CKCORE_TOFFSET_LO16)
4781 (R_CKCORE_DOFFSET_LO16, R_CKCORE_PCREL_IMM18BY2)
4782 (R_CKCORE_DOFFSET_IMM18, R_CKCORE_DOFFSET_IMM18BY2)
4783 (R_CKCORE_DOFFSET_IMM18BY4, R_CKCORE_GOT_IMM18BY4)
4784 (R_CKCORE_PLT_IMM18BY4, R_CKCORE_PCREL_IMM7BY4, R_CKCORE_TLS_LE32)
4785 (R_CKCORE_TLS_IE32, R_CKCORE_TLS_GD32, R_CKCORE_TLS_LDM32)
4786 (R_CKCORE_TLS_LDO32, R_CKCORE_TLS_DTPMOD32, R_CKCORE_TLS_DTPOFF32)
4787 (R_CKCORE_TLS_TPOFF32): New defines.
4788
4789 2018-11-29 Florian Weimer <fweimer@redhat.com>
4790
4791 * posix/Makefile (before-compile): Remove testcases.h and
4792 ptestcases.h.
4793 (generated): Add testcases.h and ptestcases.h.
4794 (testcases.h, ptestcases.h): Move to $(objpfx).
4795 (runtests.o): Add dependency on testcases.h.
4796 (runptests.o): Add dependency on ptestcases.h.
4797 * posix/testcases.h, posix/ptestcases.h: Remove files.
4798 * scripts/build-many-glibcs.py (Context.fix_glibc_timestamps): Do
4799 not touch posix/testcases.h and posix/ptestcases.h.
4800
4801 2018-11-28 Florian Weimer <fweimer@redhat.com>
4802
4803 support: Add signal support to support_capture_subprocess_check.
4804 * support/capture_subprocess.h (support_capture_subprocess_check):
4805 Adjust comment and rename parameter.
4806 * support/support_capture_subprocess_check.c
4807 (print_actual_status): New function.
4808 (support_capture_subprocess_check): Support negative
4809 status_or_signal. Call print_actual_status.
4810 * support/tst-support_capture_subprocess.c (do_test): Call
4811 support_capture_subprocess_check.
4812 * libio/tst-vtables-common.c (termination_status)
4813 (init_termination_status): Remove.
4814 (check_for_termination): Adjust support_capture_subprocess_check
4815 call.
4816 (do_test): Remove call to init_termination_status.
4817
4818 2018-11-28 Joseph Myers <joseph@codesourcery.com>
4819
4820 * scripts/build-many-glibcs.py (Glibc.build_glibc): Use original
4821 source directory instead of a copy.
4822 (CommandList.create_copy_dir): Remove.
4823
4824 2018-11-28 Stefan Liebler <stli@linux.ibm.com>
4825
4826 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
4827
4828 2018-11-28 Florian Weimer <fweimer@redhat.com>
4829
4830 * support/support.h (support_quote_string): Do not use str
4831 parameter name.
4832
4833 2018-11-27 Joseph Myers <joseph@codesourcery.com>
4834
4835 * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
4836 $(hurd-objpfx)bits/errno.h-tmp, not $(hurd)/bits/errno.h-tmp.
4837
4838 2018-11-27 Florian Weimer <fweimer@redhat.com>
4839
4840 * support/support.h (support_quote_string): Declare.
4841 * support/support_quote_string.c: New file.
4842 * support/tst-support_quote_string.c: Likewise.
4843 * support/Makefile (libsupport-routines): Add
4844 support_quote_string.
4845 (tests): Add tst-support_quote_string.
4846
4847 2018-11-27 Florian Weimer <fweimer@redhat.com>
4848
4849 [BZ #23927]
4850 CVE-2018-19591
4851 * sysdeps/unix/sysv/linux/if_index.c (__if_nametoindex): Avoid
4852 descriptor leak in case of ENODEV error.
4853
4854 2018-11-27 Rafael Ávila de Espíndola <rafael@espindo.la>
4855
4856 [BZ #19767]
4857 * sysdeps/unix/sysv/linux/aarch64/init-first.c: Remove #ifdef SHARED.
4858 * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: Remove #ifdef SHARED.
4859 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Define ALWAYS_USE_VSYSCALL.
4860
4861 2018-11-26 Carlos O'Donell <carlos@redhat.com>
4862
4863 * scripts/abilist.awk: Handle .tdata. Error for unknown combinations.
4864 Error for unknown lines.
4865
4866 2018-11-26 Joseph Myers <joseph@codesourcery.com>
4867
4868 * scripts/build-many-glibcs.py (Context.fix_glibc_timestamps):
4869 Touch additional files.
4870
4871 2018-11-26 Florian Weimer <fweimer@redhat.com>
4872
4873 [BZ #23907]
4874 * malloc/malloc.c (_int_free): Validate tc_idx before checking for
4875 double-frees.
4876
4877 2018-11-26 Rafael Ávila de Espíndola <rafael@espindo.la>
4878
4879 [BZ #19767]
4880 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Remove #ifdef SHARED.
4881 * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: Remove #ifdef
4882 SHARED. Include sysdep.h.
4883 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Define
4884 ALWAYS_USE_VSYSCALL.
4885 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Define
4886 ALWAYS_USE_VSYSCALL.
4887
4888 2018-11-23 Rafael Ávila de Espíndola <rafael@espindo.la>
4889
4890 [BZ #19767]
4891 * nptl/Makefile (tests-static): Add tst-cond11-static.
4892 (tests): Likewise.
4893 * nptl/tst-cond11-static.c: New File.
4894 * sysdeps/unix/sysv/linux/Makefile (tests-static): Add
4895 tst-affinity-static.
4896 (tests): Likewise.
4897 * sysdeps/unix/sysv/linux/sysdep-vdso.h: Check USE_VSYSCALL
4898 instead of SHARED.
4899 * sysdeps/unix/sysv/linux/sysdep.h (ALWAYS_USE_VSYSCALL): New.
4900 (USE_VSYSCALL): Likewise.
4901 * sysdeps/unix/sysv/linux/tst-affinity-static.c: New file.
4902 * sysdeps/unix/sysv/linux/x86/libc-vdso.h: Check USE_VSYSCALL
4903 instead of SHARED.
4904 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Don't check
4905 SHARED.
4906 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (ALWAYS_USE_VSYSCALL):
4907 New.
4908
4909 2018-11-23 Joseph Myers <joseph@codesourcery.com>
4910
4911 [BZ #23915]
4912 * sysdeps/unix/sysv/linux/arm/kernel-features.h
4913 [__LINUX_KERNEL_VERSION < 0x040700] (__ASSUME_COPY_FILE_RANGE):
4914 Undefine.
4915
4916 2018-11-23 H.J. Lu <hongjiu.lu@intel.com>
4917
4918 * sysdeps/x86/Makefile (tests): Add tst-cet-legacy-1a.
4919 (tst-cet-legacy-1a-ARGS): New.
4920 ($(objpfx)tst-cet-legacy-1a): New target.
4921 * sysdeps/x86/tst-cet-legacy-1a.c: New file.
4922
4923 2018-11-22 Joseph Myers <joseph@codesourcery.com>
4924
4925 * conform/conformtest.py (CompileSubTest.__init__): Set
4926 self.run_early to False.
4927 (ExecuteSubTest.__init__): Likewise.
4928 (HeaderTests.run): Try running all non-optional, non-XFAILed
4929 compilation tests in a single execution of the compiler.
4930
4931 * conform/conformtest.py (CompileSubTest): New class.
4932 (ExecuteSubTest): Likewise.
4933 (ElementTest.run): Rename to gen_subtests. Append tests to
4934 self.subtests instead of running them.
4935 (ConstantTest.run): Likewise.
4936 (SymbolTest.run): Likewise.
4937 (TypeTest.run): Likewise.
4938 (TagTest.run): Likewise.
4939 (FunctionTest.run): Likewise.
4940 (VariableTest.run): Likewise.
4941 (MacroFunctionTest.run): Likewise.
4942 (MacroStrTest.run): Likewise.
4943 (HeaderTests.handle_test_line): Generate subtests for tests.
4944 (HeaderTests.run): Run subtests for tests.
4945
4946 2018-11-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
4947
4948 * math/Versions (GLIBC_2.29): Add pow.
4949 * math/w_pow_compat.c (__pow_compat): Change to versioned compat
4950 symbol.
4951 * math/w_pow.c: New file.
4952 * sysdeps/i386/fpu/w_pow.c: New file.
4953 * sysdeps/ia64/fpu/e_pow.S: Add versioned symbols.
4954 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Rename to __pow
4955 and add necessary aliases.
4956 * sysdeps/ieee754/dbl-64/w_pow.c: New file.
4957 * sysdeps/m68k/m680x0/fpu/w_pow.c: New file.
4958 * sysdeps/mach/hurd/i386/libm.abilist: Update.
4959 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
4960 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Update.
4961 * sysdeps/unix/sysv/linux/arm/libm.abilist: Update.
4962 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Update.
4963 * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
4964 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Update.
4965 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Update.
4966 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Update.
4967 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Update.
4968 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Update.
4969 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Update.
4970 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Update.
4971 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Update.
4972 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Update.
4973 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Update.
4974 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Update.
4975 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Update.
4976 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Update.
4977 * sysdeps/unix/sysv/linux/sh/libm.abilist: Update.
4978 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Update.
4979 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Update.
4980 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Update.
4981 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Update.
4982 * sysdeps/x86_64/fpu/multiarch/e_pow-fma.c (__ieee754_pow): Rename to
4983 __pow.
4984 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c (__ieee754_pow): Likewise.
4985 * sysdeps/x86_64/fpu/multiarch/e_pow.c (__ieee754_pow): Likewise.
4986 * sysdeps/x86_64/fpu/multiarch/w_pow.c: New file.
4987
4988 2018-11-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
4989
4990 * math/Versions (GLIBC_2.29): Add log2.
4991 * math/w_log2_compat.c (__log2_compat): Change to versioned compat
4992 symbol.
4993 * math/w_log2.c: New file.
4994 * sysdeps/i386/fpu/w_log2.c: New file.
4995 * sysdeps/ia64/fpu/e_log2.S: Add versioned symbols.
4996 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Rename to __log2
4997 and add necessary aliases.
4998 * sysdeps/ieee754/dbl-64/w_log2.c: New file.
4999 * sysdeps/m68k/m680x0/fpu/w_log2.c: New file.
5000 * sysdeps/mach/hurd/i386/libm.abilist: Update.
5001 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
5002 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Update.
5003 * sysdeps/unix/sysv/linux/arm/libm.abilist: Update.
5004 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Update.
5005 * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
5006 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Update.
5007 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Update.
5008 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Update.
5009 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Update.
5010 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Update.
5011 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Update.
5012 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Update.
5013 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Update.
5014 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Update.
5015 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Update.
5016 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Update.
5017 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Update.
5018 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Update.
5019 * sysdeps/unix/sysv/linux/sh/libm.abilist: Update.
5020 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Update.
5021 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Update.
5022 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Update.
5023 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Update.
5024
5025 2018-11-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
5026
5027 * math/Versions (GLIBC_2.29): Add log.
5028 * math/w_log_compat.c (__log_compat): Change to versioned compat
5029 symbol.
5030 * math/w_log.c: New file.
5031 * sysdeps/i386/fpu/w_log.c: New file.
5032 * sysdeps/ia64/fpu/e_log.S: Update.
5033 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Rename to __log
5034 and add necessary aliases.
5035 * sysdeps/ieee754/dbl-64/w_log.c: New file.
5036 * sysdeps/m68k/m680x0/fpu/w_log.c: New file.
5037 * sysdeps/mach/hurd/i386/libm.abilist: Update.
5038 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
5039 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Update.
5040 * sysdeps/unix/sysv/linux/arm/libm.abilist: Update.
5041 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Update.
5042 * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
5043 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Update.
5044 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Update.
5045 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Update.
5046 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Update.
5047 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Update.
5048 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Update.
5049 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Update.
5050 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Update.
5051 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Update.
5052 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Update.
5053 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Update.
5054 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Update.
5055 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Update.
5056 * sysdeps/unix/sysv/linux/sh/libm.abilist: Update.
5057 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Update.
5058 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Update.
5059 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Update.
5060 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Update.
5061 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c (__ieee754_log): Rename to
5062 __log.
5063 * sysdeps/x86_64/fpu/multiarch/e_log-fma.c (__ieee754_log): Likewise.
5064 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c (__ieee754_log): Likewise.
5065 * sysdeps/x86_64/fpu/multiarch/e_log.c (__ieee754_log): Likewise.
5066 * sysdeps/x86_64/fpu/multiarch/w_log.c: New file.
5067
5068 2018-11-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
5069
5070 * math/Versions (GLIBC_2.29): Add exp and exp2.
5071 * math/w_exp2_compat.c (__exp2_compat): Change to versioned compat
5072 symbol, handle NO_LONG_DOUBLE and LONG_DOUBLE_COMPAT explicitly.
5073 * math/w_exp_compat.c (__exp_compat): Likewise.
5074 * math/w_exp.c: New file.
5075 * math/w_exp2.c: New file.
5076 * sysdeps/i386/fpu/w_exp.c: New file.
5077 * sysdeps/i386/fpu/w_exp2.c: New file.
5078 * sysdeps/ia64/fpu/e_exp.S: Add versioned symbols.
5079 * sysdeps/ia64/fpu/e_exp2.S: Likewise.
5080 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Rename to __exp
5081 and add necessary aliases.
5082 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Rename to __exp2
5083 and add necessary aliases.
5084 * sysdeps/ieee754/dbl-64/w_exp.c: New file.
5085 * sysdeps/ieee754/dbl-64/w_exp2.c: New file.
5086 * sysdeps/m68k/m680x0/fpu/w_exp.c: New file.
5087 * sysdeps/m68k/m680x0/fpu/w_exp2.c: New file.
5088 * sysdeps/mach/hurd/i386/libm.abilist: Update.
5089 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
5090 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Update.
5091 * sysdeps/unix/sysv/linux/arm/libm.abilist: Update.
5092 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Update.
5093 * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
5094 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Update.
5095 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Update.
5096 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Update.
5097 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Update.
5098 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Update.
5099 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Update.
5100 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Update.
5101 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Update.
5102 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Update.
5103 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Update.
5104 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Update.
5105 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Update.
5106 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Update.
5107 * sysdeps/unix/sysv/linux/sh/libm.abilist: Update.
5108 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Update.
5109 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Update.
5110 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Update.
5111 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Update.
5112 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c (__exp1): Remove.
5113 (__ieee754_exp): Rename to __exp.
5114 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c (__exp1): Remove.
5115 (__ieee754_exp): Rename to __exp.
5116 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c (__exp1): Remove.
5117 (__ieee754_exp): Rename to __exp.
5118 * sysdeps/x86_64/fpu/multiarch/e_exp.c (__ieee754_exp): Rename to
5119 __exp.
5120 * sysdeps/x86_64/fpu/multiarch/w_exp.c: New file.
5121
5122 2018-11-20 DJ Delorie <dj@redhat.com>
5123
5124 * malloc/malloc.c (tcache_entry): Add key field.
5125 (tcache_put): Set it.
5126 (tcache_get): Likewise.
5127 (_int_free): Check for double free in tcache.
5128 * malloc/tst-tcfree1.c: New.
5129 * malloc/tst-tcfree2.c: New.
5130 * malloc/Makefile: Run the new tests.
5131 * manual/probes.texi: Document memory_tcache_double_free probe.
5132
5133 * dlfcn/dlerror.c (check_free): Prevent double frees.
5134
5135 2018-11-20 Wilco Dijkstra <wdijkstr@arm.com>
5136
5137 * sysdeps/aarch64/memset.S (MEMSET): Improve non-zero memset loop.
5138
5139 2018-11-20 Joseph Myers <joseph@codesourcery.com>
5140
5141 * conform/conformtest.py (ElementTest.run): Use unique identifiers
5142 in tests. Use names for format arguments.
5143 (ConstantTest.run): Likewise.
5144 (SymbolTest.run): Likewise.
5145 (TypeTest.run): Likewise.
5146 (TagTest.run): Likewise.
5147 (FunctionTest.run): Likewise.
5148 (VariableTest.run): Likewise.
5149 (MacroFunctionTest.run): Likewise.
5150 (MacroStrTest.run): Likewise.
5151 (HeaderTests.__init__): Set self.num_tests.
5152 (HeaderTests.handle_test_line): Set test.num. Increment
5153 self.num_tests.
5154
5155 2018-11-19 Samuel Thibault <samuel.thibault@ens-lyon.org>
5156
5157 * sysdeps/mach/hurd/f_setlk.c: Include <unistd.h>.
5158 (__f_setlk): When whence is SEEK_CUR, use __lseek64 to convert it to
5159 SEEK_SET.
5160
5161 2018-11-19 Mao Han <han_mao@c-sky.com>
5162
5163 * scripts/config.guess: Update to version 2018-08-29.
5164 * scripts/config.sub: Update to version 2018-08-29.
5165
5166 2018-11-19 Florian Weimer <fweimer@redhat.com>
5167
5168 support: Print timestamps in timeout handler.
5169 * support/support_test_main.c (print_timestamp): New function.
5170 (signal_handler): Use it to print the termination time and the
5171 time of the last write to standard output.
5172
5173 2018-11-16 Zack Weinberg <zackw@panix.com>
5174 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
5175
5176 * include/monetary.h (STRFMON_LDBL_IS_DBL): New constant.
5177 (__vstrfmon_l): Rename to __vstrfmon_l_internal and add flags
5178 argument.
5179 * stdlib/strfmon_l.c (__vstrfmon_l): Rename to __vstrfmon_l_internal
5180 and add flags argument. Check flags instead of __ldbl_is_dbl when
5181 deciding whether to set is_long_double.
5182 (__strfmon_l): Call __vstrfmon_l_internal instead of __vstrfmon_l,
5183 passing zero for flags argument.
5184 * stdlib/strfmon.c (strfmon): Same change as made to __strfmon_l.
5185
5186 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
5187 (__nldbl___vstrfmon, __nldbl___vstrfmon_l)
5188 (__nldbl_strfmon, __nldbl___strfmon_l): Call __vstrfmon_l_internal
5189 directly, passing STRFMON_LDBL_IS_DBL for flags argument. Normalize
5190 variable names. Remove libc_hidden_def/libc_hidden_proto from
5191 __nldbl___vstrfmon and __nldbl___vstrfmon_l, because they are no
5192 longer called from within the library.
5193 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Don't use NLDBL_DECL
5194 for __nldbl___vstrfmon_l, declare it explicitly.
5195
5196 * manual/locale.texi: Update a reference to vstrfmon_l in comments.
5197
5198 2018-11-15 Samuel Thibault <samuel.thibault@ens-lyon.org>
5199
5200 * sysdeps/mach/hurd/bits/fcntl.h (F_GETLK64, F_SETLK64, F_SETLKW64): New
5201 macros
5202 [__USE_FILE_OFFSET64] (F_GETLK, F_SETLK, F_SETLKW): Define to F_GETLK64,
5203 F_SETLK64, F_SETLKW64, respectively.
5204 * sysdeps/mach/hurd/f_setlk.c: New file.
5205 * sysdeps/mach/hurd/f_setlk.h: New file.
5206 * sysdeps/mach/hurd/Makefile [$(subdir) = io] (sysdeps_routines): Add
5207 f_setlk.
5208 * sysdeps/mach/hurd/fcntl.c: Include "f_setlk.h".h".
5209 (__libc_fcntl): Move non-flock operations to...
5210 * sysdeps/mach/hurd/vfcntl.c (__libc_vfcntl): ... New file.
5211 * sysdeps/mach/hurd/fcntl.c (fcntl64): Add missing alias.
5212
5213 2018-11-15 Paul Eggert <eggert@cs.ucla.edu>
5214
5215 mktime: DEBUG_MKTIME cleanup
5216 The DEBUG_MKTIME code no longer works in glibc or in Gnulib.
5217 And it’s no longer needed now that glibc and Gnulib both have
5218 their own testing mechanisms for mktime.
5219 * time/mktime.c (DEBUG_MKTIME): Remove. All uses removed.
5220
5221 mktime: fix non-EOVERFLOW errno handling
5222 [BZ#23789]
5223 mktime was not properly reporting failures when the underlying
5224 localtime_r fails with errno != EOVERFLOW; it incorrectly treated
5225 them like EOVERFLOW failures, and set errno to EOVERFLOW.
5226 The problem could happen on non-glibc platforms, with Gnulib.
5227 * time/mktime.c (guess_time_tm): Remove, replacing with ...
5228 (tm_diff): ... this simpler function, which does not change errno.
5229 All callers changed to deal with errno themselves.
5230 (ranged_convert, __mktime_internal): Return failure immediately if
5231 the underlying function reports any failure other than EOVERFLOW.
5232 (__mktime_internal): Set errno to EOVERFLOW if the spring-forward
5233 gap code fails.
5234
5235 mktime: fix bug with Y2038 DST transition
5236 [BZ#23789]
5237 * time/mktime.c (ranged_convert): On 32-bit platforms, don’t
5238 mishandle a DST transition that jumps over the Y2038 boundary.
5239 No such DST transitions are known so this is only a theoretical
5240 bug, but we might as well do things right.
5241
5242 mktime: make more room for overflow
5243 [BZ#23789]
5244 * time/mktime.c (long_int): Now 4⨯ int, not just 3⨯.
5245 This is so that we can add tm_diff results to a previous guess,
5246 which will be useful in a later patch.
5247
5248 mktime: simplify offset guess
5249 [BZ#23789]
5250 * time/mktime.c (__mktime_internal): Omit excess precision.
5251
5252 mktime: new test for mktime failure
5253 [BZ#23789]
5254 Based on a test suggested by Albert Aribaud in:
5255 https://www.sourceware.org/ml/libc-alpha/2018-10/msg00662.html
5256 * time/Makefile (tests): Add bug-mktime4.
5257 * time/bug-mktime4.c: New file.
5258
5259 mktime: fix EOVERFLOW bug
5260 [BZ#23789]
5261 * time/mktime.c [!_LIBC && !DEBUG_MKTIME]:
5262 Include libc-config.h, not config.h, for __set_errno.
5263 (guess_time_tm, __mktime_internal): Set errno to EOVERFLOW on overflow.
5264
5265 2018-11-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
5266
5267 * sysdeps/mach/hurd/dl-sysdep.c (check_no_hidden): Use
5268 __attribute_copy__ to copy attributes from name. Drop static qualifier
5269 to avoid warnings about leaf attribute not having effect on static
5270 functions.
5271
5272 2018-11-13 Florian Weimer <fweimer@redhat.com>
5273
5274 * malloc/malloc.c (fastbin_push_entry): New function.
5275 (fastbin_pop_entry): Likewise. Replaces REMOVE_FB.
5276 (REMOVE_FB): Remove macro.
5277 (_int_malloc): Use fastbin_pop_entry and reindent.
5278 (_int_free): Use fastbin_push_entry.
5279 (malloc_consolidate): Use atomic_exchange_acquire.
5280
5281 2018-11-13 Joseph Myers <joseph@codesourcery.com>
5282
5283 * sysdeps/mips/__longjmp.c (__longjmp): Define alias manually with
5284 alias attribute, not with strong_alias.
5285
5286 * include/libc-symbols.h [SHARED && !NO_HIDDEN && !__ASSEMBLER__]
5287 (__hidden_ver2): New macro. Use old definition of __hidden_ver1
5288 with additional parameter thread.
5289 [SHARED && !NO_HIDDEN && !__ASSEMBLER__] (__hidden_ver1): Define
5290 in terms of __hidden_ver2.
5291 (hidden_tls_def): New macro.
5292 (libc_hidden_tls_def): Likewise.
5293 (rtld_hidden_tls_def): Likewise.
5294 (libm_hidden_tls_def): Likewise.
5295 (libmvec_hidden_tls_def): Likewise.
5296 (libresolv_hidden_tls_def): Likewise.
5297 (librt_hidden_tls_def): Likewise.
5298 (libdl_hidden_tls_def): Likewise.
5299 (libnss_files_hidden_tls_def): Likewise.
5300 (libnsl_hidden_tls_def): Likewise.
5301 (libnss_nisplus_hidden_tls_def): Likewise.
5302 (libutil_hidden_tls_def): Likewise.
5303 (libutil_hidden_tls_def): Likweise.
5304 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions_thread): Use
5305 libc_hidden_tls_def.
5306 (__sim_disabled_exceptions_thread): Likewise.
5307 (__sim_round_mode_thread): Likewise.
5308
5309 * sysdeps/sparc/sparc-ifunc.h [SHARED]
5310 (sparc_ifunc_redirected_hidden_def): Use __attribute_copy__ to
5311 copy attributes from name.
5312
5313 2018-11-12 Joseph Myers <joseph@codesourcery.com>
5314
5315 * sysdeps/arm/arm-ifunc.h [SHARED] (arm_libc_ifunc_hidden_def):
5316 Use __attribute_copy__ to copy attributes from name.
5317
5318 * sysdeps/i386/i686/fpu/multiarch/e_expf.c [SHARED]: Use __THROW
5319 with __hidden_ver1 call.
5320 * sysdeps/i386/i686/fpu/multiarch/e_log2f.c [SHARED]: Likewise.
5321 * sysdeps/i386/i686/fpu/multiarch/e_logf.c [SHARED]: Likewise.
5322 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Include <math.h>.
5323 (__cosf): Do not declare here.
5324 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: Include <math.h>.
5325 (__sincosf): Do not declare here.
5326 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: Include <math.h>.
5327 (__sinf): Do not declare here.
5328
5329 * sysdeps/ia64/fpu/sfp-machine.h (__LITTLE_ENDIAN): Remove.
5330 (__BIG_ENDIAN): Likewise.
5331 (__BYTE_ORDER): Likewise.
5332 (strong_alias): Likewise.
5333 (_strong_alias): Likewise.
5334
5335 2018-11-12 Florian Weimer <fweimer@redhat.com>
5336
5337 * malloc/malloc.c (unlink_chunk): Turn the unlink macro into this
5338 function. Move after the definition of in_smallbin_range. Do not
5339 use __builtin_expect for paths that lead to a noreturn function.
5340 Drop remaining __builtin_expect (p->fd_nextsize != NULL, 0)
5341 because it is unclear whether this is in fact an unlikely
5342 condition.
5343 (_int_malloc, _int_free): Adjust.
5344 (malloc_consolidate, _int_realloc): Adjust. Remove bck, fwd
5345 variables.
5346 * malloc/arena.c (heap_trim): Likewise.
5347
5348 2018-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
5349
5350 * sysdeps/mach/hurd/spawni.c (__spawni): Add ccwdir port. Test and use
5351 it, free it if needed.
5352 (reauthenticate): Test and use ccwdir.
5353 (child_init_port): In non-resetids case, test and use ccwdir.
5354 (child_chdir): New nested function to set ccwdir.
5355 * hurd/hurd/userlink.h (_hurd_userlink_move): New function.
5356 * hurd/hurd/port.h (_hurd_port_move): New function.
5357 * sysdeps/mach/hurd/spawni.c (NEW_ULINK_TABLE): New macro.
5358 (EXPAND_DTABLE): Use NEW_ULINK_TABLE macro for ulink_dtable.
5359 * hurd/Versions (_hurd_port_move): Export function.
5360 * sysdeps/mach/hurd/i386/libc.abilist (_hurd_port_move): Expect
5361 symbol.
5362 * sysdeps/mach/hurd/spawni.c (__spawni): Use orig_dtablesize instead
5363 of dtablesize for allocating dtable_cloexec.
5364
5365 2018-11-09 Martin Sebor <msebor@redhat.com>
5366
5367 * include/libc-symbols.h (__attribute_copy__): Define macro unless
5368 it's already defined.
5369 (_strong_alias): Use __attribute_copy__.
5370 (_weak_alias, __hidden_ver1, __hidden_nolink2): Same.
5371 * misc/sys/cdefs.h (__attribute_copy__): New macro.
5372 * sysdeps/x86_64/multiarch/memchr.c (memchr): Use __attribute_copy__.
5373 * sysdeps/x86_64/multiarch/memcmp.c (memcmp): Same.
5374 * sysdeps/x86_64/multiarch/mempcpy.c (mempcpy): Same.
5375 * sysdeps/x86_64/multiarch/memset.c (memset): Same.
5376 * sysdeps/x86_64/multiarch/stpcpy.c (stpcpy): Same.
5377 * sysdeps/x86_64/multiarch/strcat.c (strcat): Same.
5378 * sysdeps/x86_64/multiarch/strchr.c (strchr): Same.
5379 * sysdeps/x86_64/multiarch/strcmp.c (strcmp): Same.
5380 * sysdeps/x86_64/multiarch/strcpy.c (strcpy): Same.
5381 * sysdeps/x86_64/multiarch/strcspn.c (strcspn): Same.
5382 * sysdeps/x86_64/multiarch/strlen.c (strlen): Same.
5383 * sysdeps/x86_64/multiarch/strncmp.c (strncmp): Same.
5384 * sysdeps/x86_64/multiarch/strncpy.c (strncpy): Same.
5385 * sysdeps/x86_64/multiarch/strnlen.c (strnlen): Same.
5386 * sysdeps/x86_64/multiarch/strpbrk.c (strpbrk): Same.
5387 * sysdeps/x86_64/multiarch/strrchr.c (strrchr): Same.
5388 * sysdeps/x86_64/multiarch/strspn.c (strspn): Same.
5389
5390 2018-11-09 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
5391
5392 * misc/tst-efgcvt.c: Include support/check.h and
5393 support/test-driver.c. Do not include test-skeleton.c.
5394 (error_count): Remove.
5395 (output_error): Replace increments to error_count with calls to
5396 support_record_failure.
5397 (output_r_error): Likewise.
5398 (special): Likewise.
5399 (do_test): Unconditionally return zero.
5400 (TEST_FUNCTION): Remove.
5401
5402 2018-11-09 Joseph Myers <joseph@codesourcery.com>
5403
5404 * conform/Makefile ($(conformtest-header-tests)): Create $(@D),
5405 not $(@D)/scratch.
5406 ($(linknamespace-header-tests)): Likewise.
5407
5408 * conform/conformtest.py: New file.
5409 * conform/conformtest.pl: Remove.
5410 * conform/GlibcConform.pm: Likewise.
5411 * conform/glibcconform.py (KEYWORDS_C90): New constant.
5412 (KEYWORDS_C99): Likewise.
5413 (KEYWORDS): Likewise.
5414 * conform/Makefile ($(conformtest-header-tests)): Use
5415 conformtest.py instead of conformtest.pl. Do not pass --tmpdir
5416 option. Use --header instead of --headers.
5417 * conform/data/arpa/inet.h-data: Remove trailing semicolons on
5418 function entries.
5419 * conform/data/spawn.h-data: Likewise.
5420 * conform/data/fcntl.h-data (openat): Add space after function
5421 name.
5422 * conform/data/wchar.h-data (wcscasecmp): Likewise.
5423 (wcscasecmp_l): Likewise.
5424 * conform/data/termios.h-data (c_cc): Add space after element
5425 name.
5426
5427 2018-11-08 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
5428
5429 * argp/tst-ldbl-argp.c (do_one_test): Use TEST_COMPARE_STRING,
5430 instead of manually comparing and reporting mismatching strings.
5431 * misc/tst-ldbl-error.c (do_one_test): Likewise.
5432 * misc/tst-ldbl-warn.c (do_one_test): Likewise.
5433
5434 2018-11-08 Joseph Myers <joseph@codesourcery.com>
5435
5436 * sysdeps/unix/sysv/linux/kernel-features.h: Remove comment about
5437 __ASSUME_SOCKETCALL.
5438 * sysdeps/unix/sysv/linux/i386/kernel-features.h
5439 (__ASSUME_SOCKETCALL): Remove.
5440 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5441 (__ASSUME_SOCKETCALL): Likewise.
5442 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5443 (__ASSUME_SOCKETCALL): Likewise.
5444 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
5445 (__ASSUME_SOCKETCALL): Likewise.
5446 * sysdeps/unix/sysv/linux/s390/kernel-features.h
5447 (__ASSUME_SOCKETCALL): Likewise.
5448 * sysdeps/unix/sysv/linux/sh/kernel-features.h
5449 (__ASSUME_SOCKETCALL): Likewise.
5450 * sysdeps/unix/sysv/linux/sparc/kernel-features.h
5451 (__ASSUME_SOCKETCALL): Likewise.
5452
5453 2018-11-08 H.J. Lu <hongjiu.lu@intel.com>
5454
5455 [BZ #23509]
5456 * sysdeps/x86/dl-prop.h (_dl_process_cet_property_note): Skip
5457 note parsing if a NT_GNU_PROPERTY_TYPE_0 note has been processed.
5458 Update the l_cet field when processing NT_GNU_PROPERTY_TYPE_0 note.
5459 Check multiple NT_GNU_PROPERTY_TYPE_0 notes.
5460 * sysdeps/x86/link_map.h (l_cet): Expand to 3 bits, Add
5461 lc_unknown.
5462
5463 2018-11-08 Alexandra Hájková <ahajkova@redhat.com>
5464
5465 [BZ #17630]
5466 * resolv/tst-resolv-network.c: Add test for getnetbyname.
5467
5468 2018-11-07 Joseph Myers <joseph@codesourcery.com>
5469
5470 [BZ #23867]
5471 * sysdeps/unix/sysv/linux/arm/kernel-features.h
5472 [__LINUX_KERNEL_VERSION < 0x040700] (__ASSUME_MLOCK2): Undefine.
5473 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5474 [__LINUX_KERNEL_VERSION < 0x040700] (__ASSUME_MLOCK2): Undefine.
5475
5476 2018-11-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
5477
5478 * support/support_test_compare_string.c
5479 (support_test_compare_string): Fix printf format.
5480
5481 2018-11-07 Florian Weimer <fweimer@redhat.com>
5482
5483 Implement TEST_COMPARE_STRING.
5484 * support/check.h (TEST_COMPARE_STRING): Define.
5485 (support_test_compare_string): Declare.
5486 * support/Makefile (libsupport-routines): Add
5487 support_test_compare_string.
5488 (tests): Add tst-test_compare_string.
5489 * support/support_test_compare_string.c: New file.
5490 * support/tst-test_compare_string.c: Likewise.
5491
5492 2018-11-07 Andreas Schwab <schwab@suse.de>
5493
5494 [BZ #23864]
5495 * sysdeps/unix/sysv/linux/riscv/kernel-features.h
5496 (__ASSUME_SET_ROBUST_LIST) [__LINUX_KERNEL_VERSION < 0x041400]:
5497 Undef.
5498
5499 2018-11-06 Joseph Myers <joseph@codesourcery.com>
5500
5501 [BZ #23862]
5502 * sysdeps/unix/sysv/linux/sh/kernel-features.h
5503 [__LINUX_KERNEL_VERSION < 0x040800] (__ASSUME_EXECVEAT): Undefine.
5504 [__LINUX_KERNEL_VERSION < 0x040800] (__ASSUME_MLOCK2): Likewise.
5505 [__LINUX_KERNEL_VERSION < 0x040800] (__ASSUME_COPY_FILE_RANGE):
5506 Likewise.
5507
5508 2018-11-06 Florian Weimer <fweimer@redhat.com>
5509
5510 [BZ #17405]
5511 * posix/Makefile (routines): Add spawn_faction_addchdir.
5512 (tests): Add tst-spawn-chdir.
5513 * posix/Versions (GLIBC_2.29): Add
5514 posix_spawn_file_actions_addchdir_np.
5515 * posix/spawn_faction_addchdir.c: New file.
5516 * posix/spawn_faction_destroy.c
5517 (__posix_spawn_file_actions_destroy): Handle spawn_do_chdir.
5518 * posix/spawn.h (posix_spawn_file_actions_addchdir_np): Declare.
5519 * posix/spawn_int.h (struct __spawn_action): Add spawn_do_chdir,
5520 chdir_action.
5521 * posix/tst-spawn-chdir.c: New file.
5522 * sysdeps/posix/spawni.c (__spawni_child): Handle spawn_do_chdir.
5523 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
5524 * sysdeps/mach/hurd/i386/libc.abilist (GLIBC_2.29): Add
5525 posix_spawn_file_actions_addchdir_np.
5526 * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.29):
5527 Likewise.
5528 * sysdeps/unix/sysv/linux/alpha/libc.abilist (GLIBC_2.29):
5529 Likewise.
5530 * sysdeps/unix/sysv/linux/arm/libc.abilist (GLIBC_2.29): Likewise.
5531 * sysdeps/unix/sysv/linux/hppa/libc.abilist (GLIBC_2.29):
5532 Likewise.
5533 * sysdeps/unix/sysv/linux/i386/libc.abilist (GLIBC_2.29):
5534 Likewise.
5535 * sysdeps/unix/sysv/linux/ia64/libc.abilist (GLIBC_2.29):
5536 Likewise.
5537 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist (GLIBC_2.29):
5538 Likewise.
5539 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist (GLIBC_2.29):
5540 Likewise.
5541 * sysdeps/unix/sysv/linux/microblaze/libc.abilist (GLIBC_2.29):
5542 Likewise.
5543 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
5544 (GLIBC_2.29): Likewise.
5545 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
5546 (GLIBC_2.29): Likewise.
5547 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
5548 (GLIBC_2.29): Likewise.
5549 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
5550 (GLIBC_2.29): Likewise.
5551 * sysdeps/unix/sysv/linux/nios2/libc.abilist (GLIBC_2.29):
5552 Likewise.
5553 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
5554 (GLIBC_2.29): Likewise.
5555 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
5556 (GLIBC_2.29): Likewise.
5557 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
5558 (GLIBC_2.29): Likewise.
5559 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
5560 (GLIBC_2.29): Likewise.
5561 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist (GLIBC_2.29):
5562 Likewise.
5563 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist (GLIBC_2.29):
5564 Likewise.
5565 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist (GLIBC_2.29):
5566 Likewise.
5567 * sysdeps/unix/sysv/linux/sh/libc.abilist (GLIBC_2.29): Likewise.
5568 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist (GLIBC_2.29):
5569 Likewise.
5570 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist (GLIBC_2.29):
5571 Likewise.
5572 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist (GLIBC_2.29):
5573 Likewise.
5574 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist (GLIBC_2.29):
5575 Likewise.
5576
5577 2018-11-06 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
5578
5579 * misc/Makefile (tests): Add tst-ldbl-error.
5580 * misc/tst-ldbl-error.c: New file.
5581
5582 2018-11-06 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
5583
5584 * misc/Makefile (tests): Add tst-ldbl-warn.
5585 * misc/tst-ldbl-warn.c: New file.
5586
5587 2018-11-06 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
5588
5589 * argp/Makefile (tests): Add tst-ldbl-argp.
5590 * argp/tst-ldbl-argp.c: New file.
5591
5592 2018-11-05 Arjun Shankar <arjun@redhat.com>
5593
5594 * iconv/gconv_conf.c (__gconv_read_conf): Remove NULL check for
5595 __gconv_path_elem and call __gconv_get_path unconditionally.
5596
5597 2018-11-05 Andreas Schwab <schwab@suse.de>
5598
5599 [BZ #22927]
5600 * resolv/gai_misc.c (__gai_enqueue_request): Don't crash if
5601 creating the first helper thread failed.
5602
5603 2018-11-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
5604
5605 * sysdeps/mach/hurd/msync.c: New file.
5606
5607 2018-11-02 Florian Weimer <fweimer@redhat.com>
5608
5609 * support/shell-container.c (copy_func): Call
5610 support_copy_file_range instead of copy_file_range to support
5611 cross-device copies.
5612
5613 2018-11-02 Florian Weimer <fweimer@redhat.com>
5614
5615 * support/test-container.c: Include <libc-pointer-arith.h> for
5616 ALIGN_UP.
5617
5618 2018-11-01 Zong Li <zong@andestech.com>
5619
5620 * soft-fp/op-8.h (_FP_FRAC_SET_8, _FP_FRAC_ADD_8, _FP_FRAC_SUB_8)
5621 (_FP_FRAC_CLZ_8, _FP_MINFRAC_8, _FP_FRAC_NEGP_8, _FP_FRAC_ZEROP_8)
5622 (_FP_FRAC_HIGHBIT_DW_8, _FP_FRAC_COPY_4_8, _FP_FRAC_COPY_8_4)
5623 (__FP_FRAC_SET_8): Add implementation for RV32 use.
5624
5625 * soft-fp/op-4.h (_FP_FRAC_SUB_3, _FP_FRAC_SUB_4): Use temporary
5626 variable to avoid overlap arguments.
5627
5628 2018-11-01 Joseph Myers <joseph@codesourcery.com>
5629
5630 * posix/bug-regex22.c (main): Use puts with distinct error
5631 messages for unexpected success of re_compile_pattern, not printf
5632 with NULL argument to %s.
5633
5634 * stdio-common/bug22.c: Include <libc-diag.h>.
5635 (do_test): Disable -Wformat-overflow= warnings around fprintf
5636 calls outputting more than INT_MAX characters.
5637 * stdio-common/tst-printf.c: Disable -Wformat-overflow= warnings
5638 around printf call with NULL %s argument.
5639
5640 [BZ #23848]
5641 * sysdeps/unix/sysv/linux/sparc/kernel-features.h [!__arch64__ &&
5642 __LINUX_KERNEL_VERSION < 0x040400] (__ASSUME_SENDMSG_SYSCALL):
5643 Undefine.
5644 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
5645 (__ASSUME_RECVMSG_SYSCALL): Likewise.
5646 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
5647 (__ASSUME_SENDTO_SYSCALL): Likewise.
5648 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
5649 (__ASSUME_ACCEPT_SYSCALL): Undefine under this condition, not just
5650 [!__arch64__].
5651 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
5652 (__ASSUME_CONNECT_SYSCALL): Likewise.
5653 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
5654 (__ASSUME_RECVFROM_SYSCALL): Likewise.
5655 [__LINUX_KERNEL_VERSION >= 0x040400] (__ASSUME_BIND_SYSCALL):
5656 Define.
5657 [__LINUX_KERNEL_VERSION >= 0x040400] (__ASSUME_LISTEN_SYSCALL):
5658 Likewise.
5659 [__LINUX_KERNEL_VERSION >= 0x040400]
5660 (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
5661 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (bind):
5662 Remove.
5663 (listen): Likewise.
5664 (setsockopt): Likewise.
5665
5666 2018-11-01 Fredrik Noring <noring@nocrew.org>
5667
5668 * sysdeps/mips/sys/tas.h (_test_and_set): Handle the R5900 CPU
5669 with the ISA override.
5670
5671 2018-10-31 Rafael Avila de Espindola <rafael@espindo.la>
5672
5673 * sysdeps/unix/sysv/linux/sysdep-vdso.h: Simplify an #if #else
5674 #endif.
5675
5676 2018-10-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
5677
5678 * manual/errno.texi (EIEIO): Document how translators should
5679 translate the error message.
5680 * sysdeps/mach/hurd/errnos.awk: Avoid printing errnos.d. Avoid
5681 printing trailing whitespaces refused by git.
5682 * sysdeps/gnu/errlist.c (EIEIO): Regenerate.
5683 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
5684 * hurd/Makefile (user-interfaces): Add pci.
5685
5686 2018-10-30 Joseph Myers <joseph@codesourcery.com>
5687
5688 * conform/linknamespace.py: New file.
5689 * conform/linknamespace.pl: Remove file.
5690 * conform/Makefile ($(linknamespace-header-tests)): Use
5691 linknamespace.py instead of linknamespace.pl. Do not use --tmpdir
5692 option.
5693
5694 2018-10-30 Florian Weimer <fweimer@redhat.com>
5695
5696 * stdlib/test-bz22786.c (do_test): Additional free calls to avoid
5697 memory leaks.
5698
5699 2018-10-30 Florian Weimer <fweimer@redhat.com>
5700
5701 * support/blob_repeat.c (allocate_big): Call mkstemp directly.
5702
5703 2018-10-30 Florian Weimer <fweimer@redhat.com>
5704
5705 * stdlib/tst-strtod-overflow.c (do_test): Switch to
5706 support_blob_repeat.
5707
5708 2018-10-30 Florian Weimer <fweimer@redhat.com>
5709
5710 Avoid spurious test failures in stdlib/test-bz22786.
5711 * support/Makefile (libsupport-routines): Add blob_repeat.
5712 (tests): Add tst-support_blob_repeat.
5713 * support/blob_repeat.h: New file.
5714 * support/blob_repeat.c: Likewise.
5715 * support/tst-support_blob_repeat.c: Likewise.
5716 * stdlib/test-bz22786.c (do_test): Replace malloc and memset with
5717 support_blob_repeat_allocate.
5718
5719 2018-10-30 Andreas Schwab <schwab@suse.de>
5720
5721 [BZ #23125]
5722 * sysdeps/riscv/start.S (ENTRY_POINT): Mark ra as undefined.
5723 Don't use tail call.
5724 * elf/tst-unwind-main.c: New file.
5725 * elf/Makefile (tests): Add tst-unwind-main.
5726 (CFLAGS-tst-unwind-main.c): Define.
5727
5728 2018-10-29 Sergi Almacellas Abellana <sergi@koolpi.com>
5729
5730 [BZ #23791]
5731 * localedata/locales/ca_ES (LC_MONETARY): set p_cs_precedes and
5732 n_cs_precedes to 0.
5733 * localedata/locales/ca_ES (LC_MONETARY): set grouping to 3;3
5734
5735 2018-10-29 Joseph Myers <joseph@codesourcery.com>
5736
5737 * conform/glibcconform.py: Do not import shutil.
5738 (list_exported_functions): Use tempfile.TemporaryDirectory instead
5739 of mkdtemp.
5740
5741 * configure.ac (PYTHON_PROG): Use AC_CHECK_PROG_VER. Set
5742 critic_missing for versions before 3.4.
5743 * configure: Regenerated.
5744 * manual/install.texi (Tools for Compilation): Document
5745 requirement for Python to build glibc.
5746 * INSTALL: Regenerated.
5747 * Rules [PYTHON]: Make code unconditional.
5748 * benchtests/Makefile [PYTHON]: Likewise.
5749 * conform/Makefile [PYTHON]: Likewise.
5750 * manual/Makefile [PYTHON]: Likewise.
5751 * math/Makefile [PYTHON]: Likewise.
5752
5753 2018-10-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
5754
5755 * hurd/hurdsig.c (_hurd_interrupted_rpc_timeout): Set to 60000.
5756 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): When the server does not
5757 answer to interrupt_operation, return EIEIO instead of EINTR.
5758 * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Make
5759 _hurd_intr_rpc_msg_about_to global point to start of controlled
5760 assembly snippet. Make it check canceled flag.
5761 * hurd/hurdsig.c (_hurdsig_abort_rpcs): Only mutate thread if it passed
5762 the _hurd_intr_rpc_msg_about_to point.
5763 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Remove comment on mutation
5764 issue, remove cancel flag check.
5765
5766 2018-10-26 Joseph Myers <joseph@codesourcery.com>
5767
5768 * scripts/build-many-glibcs.py: Remove compatibility for missing
5769 os.cpu_count and re.fullmatch.
5770
5771 2018-10-26 Szabolcs Nagy <szabolcs.nagy@arm.com>
5772
5773 [BZ #23822]
5774 * sysdeps/ia64/fpu/e_exp2f.S (exp2f): Use WEAK_LIBM_ENTRY.
5775 * sysdeps/ia64/fpu/e_log2f.S (log2f): Likewise.
5776 * sysdeps/ia64/fpu/e_exp2f.S (powf): Likewise.
5777
5778 2018-10-25 Joseph Myers <joseph@codesourcery.com>
5779
5780 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_MASK_CREATE): New
5781 macro.
5782
5783 2018-10-25 Florian Weimer <fweimer@redhat.com>
5784
5785 [BZ #23562]
5786 [BZ #23821]
5787 XFAIL siginfo_t si_band conform test on sparc64.
5788 * sysdeps/unix/sysv/linux/sparc/bits/siginfo-arch.h
5789 (__SI_BAND_TYPE): Only override long int default type on sparc64.
5790 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
5791 (conformtest-xfail-conds): Add sparc64-linux.
5792 * conform/data/signal.h-data (siginfo_t): XFAIL si_band test on
5793 sparc64.
5794 * conform/data/sys/wait.h-data (siginfo_t): Likewise.
5795
5796 2018-10-25 Joseph Myers <joseph@codesourcery.com>
5797
5798 * elf/elf.h (NT_MIPS_DSP): New macro.
5799 (NT_MIPS_FP_MODE): Likewise.
5800
5801 2018-10-25 Zong Li <zong@andestech.com>
5802
5803 * elf/Makefile (LDFLAGS-tst-execstack-mod.so): Change variable
5804 name by adding the file extension (.so).
5805
5806 2018-10-25 Samuel Thibault <samuel.thibault@ens-lyon.org>
5807
5808 * sysdeps/mach/hurd/i386/Makefile [$(subdir) = conform]
5809 (test-xfail-ISO11/threads.h/linknamespace,
5810 test-xfail-ISO11/threads.h/conform): Add.
5811
5812 2018-10-24 Joseph Myers <joseph@codesourcery.com>
5813
5814 * math/gen-libm-test.py: Import os.
5815 (ALL_FLOATS_MANUAL): New constant.
5816 (ALL_FLOATS_SUFFIX): Likewise.
5817 (Ulps.all_functions): New function.
5818 (real_all_ulps): Likewise.
5819 (generate_err_table_sub): Likewise.
5820 (generate_err_table): Likewise.
5821 (main): Handle -s and -m options.
5822 * manual/libm-err-tab.pl: Remove.
5823 * manual/Makefile ($(objpfx)stamp-libm-err): Use gen-libm-test.py
5824 instead of libm-err-tab.pl.
5825 [$(PERL) != no]: Change condition to [$(if $(PYTHON),$(PERL),no)
5826 != no].
5827 * manual/install.texi (Tools for Compilation): Document
5828 requirement for Python to build manual.
5829 * INSTALL: Regenerated.
5830
5831 2018-10-24 Albert ARIBAUD <albert.aribaud@3adev.fr>
5832
5833 * bits/time64.h: New file.
5834 * include/time.h: Replace internal_time_t with __time64_t.
5835 * posix/bits/types (__time64_t): Add.
5836 * stdlib/Makefile: Add bits/time64.h to includes.
5837 * time/tzfile.c: Replace internal_time_t with __time64_t.
5838
5839 2018-10-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
5840
5841 * include/spawn.h (__posix_spawn, posix_spawn_file_actions_addclose,
5842 __posix_spawn_file_actions_adddup2, __posix_spawn_file_actions_destroy,
5843 __posix_spawn_file_actions_init, __posix_spawnattr_init,
5844 __posix_spawnattr_destroy, __posix_spawnattr_setflags,
5845 __posix_spawnattr_setsigdefault, __posix_spawnattr_setsigmask): New
5846 prototype.
5847 * posix/spawn.c (__posix_spawn): Add libc_hidden_def.
5848 * posix/spawn_faction_addclose.c
5849 (__posix_spawn_file_actions_addclose): Add hidden definition.
5850 * posix/spawn_faction_adddup2.c
5851 (__posix_spawn_file_actions_adddup2): Likewise.
5852 * posix/spawn_faction_destroy.c
5853 (__posix_spawn_file_actions_destroy): Likewise.
5854 * posix/spawn_faction_init.c (__posix_spawn_file_actions_init):
5855 Likewise.
5856 * posix/spawnattr_destroy.c (__posix_spawnattr_destroy): Likewise.
5857 * posix/spawnattr_init.c (__posix_spawnattr_init): Likewise.
5858 * posix/spawnattr_setdefault.c (__posix_spawnattr_setsigdefault):
5859 Likewise.
5860 * posix/spawnattr_setflags.c (__posix_spawnattr_setflags): Likewise.
5861 * posix/spawnattr_setsigmask.c (__posix_spawnattr_setsigmask):
5862 Likewise.
5863
5864 2018-10-24 Andreas Schwab <schwab@suse.de>
5865
5866 [BZ #18093]
5867 * elf/dl-cache.c (_dl_load_cache_lookup): Check for truncated old
5868 format cache.
5869 * elf/cache.c (print_cache): Likewise.
5870
5871 2018-10-24 Albert ARIBAUD <albert.aribaud@3adev.fr>
5872
5873 * bits/timesize.h: New file.
5874 * stdlib/Makefile (headers): Add bits/timesize.h.
5875 * sysdeps/unix/sysv/linux/bits/msq-pad.h
5876 (__MSQ_PAD_AFTER_TIME): Use __TIMESIZE instead of __WORDSIZE.
5877 * sysdeps/unix/sysv/linux/bits/sem-pad.h
5878 (__SEM_PAD_AFTER_TIME): Likewise.
5879 * sysdeps/unix/sysv/linux/bits/shm-pad.h
5880 (__SHM_PAD_AFTER_TIME): Likewise.
5881 * sysdeps/unix/sysv/linux/hppa/bits/msq-pad.h
5882 (__MSQ_PAD_BEFORE_TIME): Likewise.
5883 * sysdeps/unix/sysv/linux/hppa/bits/sem-pad.h
5884 (__SEM_PAD_BEFORE_TIME): Likewise.
5885 * sysdeps/unix/sysv/linux/hppa/bits/shm-pad.h
5886 (__SHM_PAD_BEFORE_TIME, __SHM_PAD_BETWEEN_TIME_AND_SEGSZ): Likewise.
5887 * sysdeps/unix/sysv/linux/mips/bits/msq-pad.h
5888 (__MSQ_PAD_AFTER_TIME, __MSQ_PAD_BEFORE_TIME): Likewise.
5889 * sysdeps/unix/sysv/linux/powerpc/bits/msq-pad.h
5890 (__MSQ_PAD_BEFORE_TIME): Likewise.
5891 * sysdeps/unix/sysv/linux/powerpc/bits/sem-pad.h
5892 (__SEM_PAD_BEFORE_TIME): Likewise.
5893 * sysdeps/unix/sysv/linux/powerpc/bits/shm-pad.h
5894 (__SHM_PAD_BEFORE_TIME, __SHM_PAD_BETWEEN_TIME_AND_SEGSZ): Likewise.
5895 * sysdeps/unix/sysv/linux/sparc/bits/msq-pad.h
5896 (__MSQ_PAD_BEFORE_TIME): Likewise.
5897 * sysdeps/unix/sysv/linux/sparc/bits/sem-pad.h
5898 (__SEM_PAD_BEFORE_TIME): Likewise.
5899 * sysdeps/unix/sysv/linux/sparc/bits/shm-pad.h
5900 (__SHM_PAD_BEFORE_TIME): Likewise.
5901 * sysdeps/unix/sysv/linux/x86/bits/msq-pad.h: Delete file.
5902 * sysdeps/unix/sysv/linux/x86/bits/shm-pad.h: Likewise.
5903 * sysdeps/unix/sysv/linux/x86/bits/timesize.h: New file.
5904
5905 2018-10-24 H.J. Lu <hongjiu.lu@intel.com>
5906
5907 * benchtests/Makefile (CPPFLAGS-nonlib): Add -DUSE_RDTSCP if
5908 USE_RDTSCP is defined.
5909 * sysdeps/x86/hp-timing.h (HP_TIMING_NOW): Use RDTSCP if
5910 USE_RDTSCP is defined.
5911
5912 2018-10-23 Adhemerval Zanella <adhemerval.zanella@linaro.org>
5913
5914 * misc/tst-preadvwritev2-common.c (IOV_MAX): Define if not
5915 defined.
5916
5917 [BZ #23709]
5918 * sysdeps/x86/cpu-features.c (init_cpu_features): Set TSX bits
5919 independently of other flags.
5920
5921 2018-10-23 Florian Weimer <fweimer@redhat.com>
5922
5923 * time/tst-mktime2.c (N_STRINGS): Remove.
5924 (set_timezone): New function.
5925 (spring_forward_gap): Call it. Use FAIL_EXIT1.
5926 (mktime_test1): Report localtime failure and check errno value.
5927 Use TEST_COMPARE.
5928 (irix_6_4_bug, bigtime_test): Use TEST_COMPARE.
5929 (do_test): Remove alarm call. Use set_timezone and array_length.
5930
5931 2018-10-23 Andreas Schwab <schwab@suse.de>
5932
5933 * sysdeps/unix/sysv/linux/riscv/setcontext.S (__setcontext)
5934 (__start_context): Use END instead of PSEUDO_END.
5935
5936 2018-10-22 Joseph Myers <joseph@codesourcery.com>
5937
5938 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
5939 version to 4.19.
5940
5941 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
5942 version to 4.19.
5943
5944 [BZ #23793]
5945 * wcsmbs/c32rtomb.c: New file.
5946 * wcsmbs/mbrtoc32.c: Likewise.
5947 * wcsmbs/tst-c32-state.c: Likewise.
5948 * wcsmbs/mbrtowc.c (mbrtoc32): Do not define as alias.
5949 * wcsmbs/wcrtomb.c (c32rtomb): Likewise.
5950 * wcsmbs/Makefile (routines): Add mbrtoc32 and c32rtomb.
5951 (tests): Add tst-c32-state.
5952 [$(run-built-tests) = yes] ($(objpfx)tst-c32-state.out): Depend on
5953 $(gen-locales).
5954
5955 2018-10-21 H.J. Lu <hongjiu.lu@intel.com>
5956
5957 * sysdeps/x86/hp-timing.h: Don't include <x86intrin.h>.
5958 (HP_TIMING_NOW): Replace _rdtsc with __builtin_ia32_rdtsc.
5959
5960 2018-10-19 Joseph Myers <joseph@codesourcery.com>
5961
5962 [BZ #23794]
5963 * wcsmbs/c16rtomb.c (c16rtomb): Save first character of surrogate
5964 pair and return 0 in that case, and use saved character to
5965 interpret following character.
5966 * wcsmbs/tst-c16-surrogate.c: New file.
5967 * wcsmbs/Makefile (tests): Add tst-c16-surrogate.c.
5968 [$(run-built-tests) = yes] ($(objpfx)tst-c16-surrogate.out):
5969 Depend on $(gen-locales)
5970
5971 2018-10-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
5972
5973 [BZ #23562]
5974 * sysdeps/unix/sysv/linux/bits/types/siginfo_t.h
5975 (struct siginfo_t): Use correct type for si_band.
5976
5977 2018-10-19 Florian Weimer <fweimer@redhat.com>
5978
5979 [BZ #23689]
5980 * resource/bits/types/struct_rusage.h (struct rusage): Update
5981 comment on struct. Remove extraneous field comment.
5982
5983 2018-10-18 David S. Miller <davem@davemloft.net>
5984
5985 * sysdeps/unix/sysv/linux/sparc/init-first.c: New file.
5986 * sysdeps/unix/sysv/linux/sparc/libc-vdso.h: New file.
5987 * sysdeps/unix/sysv/linux/sparc/Makefile: Add dl-vdso to
5988 sysdep_routines in subdir elf.
5989 * sysdeps/unix/sysv/linux/sparc/Versions: Add GLIBC_PRIVATE
5990 version for __vdso_clock_gettime.
5991 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_VSYSCALL_CALL):
5992 Define.
5993 (HAVE_CLOCK_GETTIME_VSYSCALL): Define.
5994 (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
5995
5996 * sysdeps/sparc/fpu/libm-test-ulps: Regenerated.
5997
5998 2018-10-17 H.J. Lu <hongjiu.lu@intel.com>
5999
6000 * sysdeps/i386/init-arch.h: Removed.
6001 * sysdeps/i386/i586/init-arch.h: Likewise.
6002 * sysdeps/i386/i686/init-arch.h: Likewise.
6003 * sysdeps/i386/i686/hp-timing.h: Likewise.
6004 * sysdeps/x86_64/hp-timing.h: Likewise.
6005 * sysdeps/i386/isa.h: New file.
6006 * sysdeps/i386/i586/isa.h: Likewise.
6007 * sysdeps/i386/i686/isa.h: Likewise.
6008 * sysdeps/x86_64/isa.h: Likewise.
6009 * sysdeps/x86/hp-timing.h: New file.
6010 * sysdeps/x86/init-arch.h: Include <isa.h>.
6011
6012 2018-10-17 Joseph Myers <joseph@codesourcery.com>
6013
6014 * math/libm-test-pow.inc (pow_test_data): Do not allow
6015 divide-by-zero exception for pow(+/- 0, -Inf).
6016
6017 2018-10-17 Zack Weinberg <zackw@panix.com>
6018
6019 * manual/job.texi (Job Control is Optional): Remove node, as
6020 job control has not been optional in quite some time.
6021 (Job Control): Mention briefly that systems older than
6022 POSIX.1-2001 might not support job control.
6023 * manual/conf.texi (_POSIX_JOB_CONTROL): Will always be
6024 defined on systems conforming to POSIX.1-2001.
6025
6026 2018-10-17 Arjun Shankar <arjun@redhat.com>
6027
6028 [BZ #22062]
6029 * iconv/gconv_conf.c (__gconv_get_path): Remove locking and fix
6030 indentation.
6031 * (__gconv_read_conf): Mark function static.
6032 * (once): New static variable.
6033 * (__gconv_load_conf): New function.
6034 * iconv/gconv_int.h (__gconv_load_conf): Likewise.
6035 * iconv/gconv_db.c (once): Remove static variable.
6036 * (__gconv_compare_alias): Use __gconv_load_conf instead of
6037 __gconv_read_conf.
6038 * (__gconv_find_transform): Likewise.
6039 * iconv/tst-iconv-mt.c: New test.
6040 * iconv/Makefile: Add tst-iconv_mt.
6041
6042 2018-10-17 Joseph Myers <joseph@codesourcery.com>
6043
6044 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
6045 bits/shm-pad.h.
6046 * sysdeps/unix/sysv/linux/bits/shm.h: Include <bits/shm-pad.h>.
6047 (shmatt_t): Define as __syscall_ulong_t.
6048 (__SHM_PAD_TIME): New macro, depending on [__SHM_PAD_BEFORE_TIME]
6049 and [__SHM_PAD_AFTER_TIME].
6050 (struct shmid_ds): Define time fields using __SHM_PAD_TIME.
6051 Define shm_segsz and associated padding based on
6052 [__SHM_SEGSZ_AFTER_TIME] and [__SHM_PAD_BETWEEN_TIME_AND_SEGSZ].
6053 Use __syscall_ulong_t instead of unsigned long int.
6054 [__USE_MISC] (struct shminfo): Use __syscall_ulong_t instead of
6055 unsigned long int.
6056 [__USE_MISC] (struct shm_info): Likewise.
6057 * sysdeps/unix/sysv/linux/bits/shm-pad.h: New file.
6058 * sysdeps/unix/sysv/linux/hppa/bits/shm-pad.h: Likewise.
6059 * sysdeps/unix/sysv/linux/mips/bits/shm-pad.h: Likewise.
6060 * sysdeps/unix/sysv/linux/powerpc/bits/shm-pad.h: Likewise.
6061 * sysdeps/unix/sysv/linux/sparc/bits/shm-pad.h: Likewise.
6062 * sysdeps/unix/sysv/linux/x86/bits/shm-pad.h: Likewise.
6063 * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Remove.
6064 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
6065 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
6066 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
6067 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
6068
6069 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
6070 bits/shmlba.h.
6071 * sysdeps/unix/sysv/linux/bits/shm.h: Include <bits/shmlba.h>.
6072 (SHMLBA): Remove macro.
6073 (__getpagesize): Remove function declaration.
6074 * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Include
6075 <bits/shmlba.h>.
6076 (SHMLBA): Remove macro.
6077 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Include
6078 <bits/shmlba.h>.
6079 (SHMLBA): Remove macro.
6080 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Include
6081 <bits/shmlba.h>.
6082 (SHMLBA): Remove macro.
6083 (__getpagesize): Remove function declaration.
6084 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Include
6085 <bits/shmlba.h>.
6086 (SHMLBA): Remove macro.
6087 (__getshmlba): Remove function declaration.
6088 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Include <bits/shmlba.h>.
6089 (SHMLBA): Remove macro.
6090 (__getpagesize): Remove function declaration.
6091 * sysdeps/unix/sysv/linux/arm/bits/shm.h: Remove file.
6092 * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
6093 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
6094 * sysdeps/unix/sysv/linux/bits/shmlba.h: New file.
6095 * sysdeps/unix/sysv/linux/arm/bits/shmlba.h: Likewise.
6096 * sysdeps/unix/sysv/linux/hppa/bits/shmlba.h: Likewise.
6097 * sysdeps/unix/sysv/linux/ia64/bits/shmlba.h: Likewise.
6098 * sysdeps/unix/sysv/linux/mips/bits/shmlba.h: Likewise.
6099 * sysdeps/unix/sysv/linux/sh/bits/shmlba.h: Likewise.
6100 * sysdeps/unix/sysv/linux/sparc/bits/shmlba.h: Likewise.
6101
6102 2018-10-17 Stefan Liebler <stli@linux.ibm.com>
6103
6104 [BZ #23275]
6105 * nptl/tst-mutex10.c: New File.
6106 * nptl/Makefile (tests): Add tst-mutex10.
6107 (tst-mutex10-ENV): New variable.
6108 * sysdeps/unix/sysv/linux/s390/force-elision.h: (FORCE_ELISION):
6109 Ensure that elision path is used if elision is available.
6110 * sysdeps/unix/sysv/linux/powerpc/force-elision.h (FORCE_ELISION):
6111 Likewise.
6112 * sysdeps/unix/sysv/linux/x86/force-elision.h: (FORCE_ELISION):
6113 Likewise.
6114 * nptl/pthreadP.h (PTHREAD_MUTEX_TYPE, PTHREAD_MUTEX_TYPE_ELISION)
6115 (PTHREAD_MUTEX_PSHARED): Use atomic_load_relaxed.
6116 * nptl/pthread_mutex_consistent.c (pthread_mutex_consistent): Likewise.
6117 * nptl/pthread_mutex_getprioceiling.c (pthread_mutex_getprioceiling):
6118 Likewise.
6119 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full)
6120 (__pthread_mutex_cond_lock_adjust): Likewise.
6121 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
6122 Likewise.
6123 * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Likewise.
6124 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6125 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6126 * sysdeps/nptl/bits/thread-shared-types.h (struct __pthread_mutex_s):
6127 Add comments.
6128 * nptl/pthread_mutex_destroy.c (__pthread_mutex_destroy):
6129 Use atomic_load_relaxed and atomic_store_relaxed.
6130 * nptl/pthread_mutex_init.c (__pthread_mutex_init):
6131 Use atomic_store_relaxed.
6132
6133 2018-10-17 Andreas Schwab <schwab@suse.de>
6134
6135 * benchtests/bench-strtod.c (TIMEOUT): Don't define.
6136 * crypt/badsalttest.c (TIMEOUT): Likewise.
6137 * crypt/sha256c-test.c (TIMEOUT): Likewise.
6138 * dirent/tst-fdopendir.c (TIMEOUT): Likewise.
6139 * io/test-lfs.c (TIMEOUT): Likewise.
6140 * libio/tst-atime.c (TIMEOUT): Likewise.
6141 * localedata/tst-leaks.c (TIMEOUT): Likewise.
6142 * nptl/tst-cancel19.c (TIMEOUT): Likewise.
6143 * nptl/tst-cancel22.c (TIMEOUT): Likewise.
6144 * nptl/tst-cancel25.c (TIMEOUT): Likewise.
6145 * nptl/tst-cancel7.c (TIMEOUT): Likewise.
6146 * nptl/tst-cond-except.c (TIMEOUT): Likewise.
6147 * nptl/tst-cond11.c (TIMEOUT): Likewise.
6148 * nptl/tst-cond14.c (TIMEOUT): Likewise.
6149 * nptl/tst-cond15.c (TIMEOUT): Likewise.
6150 * nptl/tst-cond24.c (TIMEOUT): Likewise.
6151 * nptl/tst-cond25.c (TIMEOUT): Likewise.
6152 * nptl/tst-kill2.c (TIMEOUT): Likewise.
6153 * nptl/tst-kill3.c (TIMEOUT): Likewise.
6154 * nptl/tst-mutex4.c (TIMEOUT): Likewise.
6155 * nptl/tst-mutex5.c (TIMEOUT): Likewise.
6156 * nptl/tst-mutex9.c (TIMEOUT): Likewise.
6157 * nptl/tst-once2.c (TIMEOUT): Likewise.
6158 * nptl/tst-once3.c (TIMEOUT): Likewise.
6159 * nptl/tst-once4.c (TIMEOUT): Likewise.
6160 * nptl/tst-robust8.c (TIMEOUT): Likewise.
6161 * nptl/tst-robust9.c (TIMEOUT): Likewise.
6162 * nptl/tst-rwlock16.c (TIMEOUT): Likewise.
6163 * nptl/tst-sem14.c (TIMEOUT): Likewise.
6164 * nptl/tst-sem6.c (TIMEOUT): Likewise.
6165 * nptl/tst-signal3.c (TIMEOUT): Likewise.
6166 * nptl/tst-spin4.c (TIMEOUT): Likewise.
6167 * nptl/tst-tls3.c (TIMEOUT): Likewise.
6168 * nptl/tst-tls4.c (TIMEOUT): Likewise.
6169 * posix/tst-chmod.c (TIMEOUT): Likewise.
6170 * posix/tst-getaddrinfo4.c (TIMEOUT): Likewise.
6171 * posix/tst-getaddrinfo5.c (TIMEOUT): Likewise.
6172 * posix/tst-preadwrite-common.c (TIMEOUT): Likewise.
6173 * posix/tst-regex2.c (TIMEOUT): Likewise.
6174 * posix/tst-waitid.c (TIMEOUT): Likewise.
6175 * rt/tst-aio.c (TIMEOUT): Likewise.
6176 * rt/tst-aio10.c (TIMEOUT): Likewise.
6177 * rt/tst-aio4.c (TIMEOUT): Likewise.
6178 * rt/tst-aio5.c (TIMEOUT): Likewise.
6179 * rt/tst-aio6.c (TIMEOUT): Likewise.
6180 * rt/tst-aio64.c (TIMEOUT): Likewise.
6181 * rt/tst-aio7.c (TIMEOUT): Likewise.
6182 * rt/tst-aio9.c (TIMEOUT): Likewise.
6183 * rt/tst-clock.c (TIMEOUT): Likewise.
6184 * rt/tst-cpuclock1.c (TIMEOUT): Likewise.
6185 * rt/tst-cpuclock2.c (TIMEOUT): Likewise.
6186 * rt/tst-mqueue2.c (TIMEOUT): Likewise.
6187 * rt/tst-mqueue4.c (TIMEOUT): Likewise.
6188 * rt/tst-mqueue5.c (TIMEOUT): Likewise.
6189 * rt/tst-timer4.c (TIMEOUT): Likewise.
6190 * stdio-common/tst-fseek.c (TIMEOUT): Likewise.
6191 * stdio-common/tst-rndseek.c (TIMEOUT): Likewise.
6192 * stdlib/tst-empty-env.c (TIMEOUT): Likewise.
6193 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Likewise.
6194 * time/tst-ftime.c (TIMEOUT): Likewise.
6195 * timezone/tst-tzset.c (TIMEOUT): Likewise.
6196
6197 2018-10-16 Anton Youdkevitch <anton.youdkevitch@bell-sw.com>
6198
6199 * sysdeps/aarch64/multiarch/memcpy_thunderx.S: Remove thunderx2 code.
6200 * sysdeps/aarch64/multiarch/memcpy_thunderx2.S: New implementation
6201 for thunderX2.
6202
6203 2018-10-15 Joseph Myers <joseph@codesourcery.com>
6204
6205 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
6206 bits/sem-pad.h.
6207 * sysdeps/unix/sysv/linux/bits/sem.h: Include <bits/sem-pad.h>
6208 instead of <bits/wordsize.h>.
6209 (__SEM_PAD_TIME): New macro, depending on [__SEM_PAD_BEFORE_TIME]
6210 and [__SEM_PAD_AFTER_TIME].
6211 (struct semid_ds): Define time fields using __SEM_PAD_TIME. Use
6212 __syscall_ulong_t instead of unsigned long int.
6213 * sysdeps/unix/sysv/linux/bits/sem-pad.h: New file.
6214 * sysdeps/unix/sysv/linux/hppa/bits/sem-pad.h: Likewise.
6215 * sysdeps/unix/sysv/linux/mips/bits/sem-pad.h: Likewise.
6216 * sysdeps/unix/sysv/linux/powerpc/bits/sem-pad.h: Likewise.
6217 * sysdeps/unix/sysv/linux/sparc/bits/sem-pad.h: Likewise.
6218 * sysdeps/unix/sysv/linux/x86/bits/sem-pad.h: Likewise.
6219 * sysdeps/unix/sysv/linux/hppa/bits/sem.h: Remove.
6220 * sysdeps/unix/sysv/linux/mips/bits/sem.h: Likewise.
6221 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
6222 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
6223 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
6224
6225 2018-10-14 Paul Eggert <eggert@cs.ucla.edu>
6226
6227 regex: simplify by using intprops.h
6228 [BZ#23744]
6229 * posix/regex_internal.h [_LIBC]: Include intprops.h.
6230 (TYPE_SIGNED, INT_ADD_WRAPV) [_LIBC]: Remove.
6231 intprops.h defines them.
6232
6233 regex: __builtin_expect → __glibc_unlikely
6234 [BZ#23744]
6235 This refactoring was prompted by a problem when the regex code is
6236 used as part of Gnulib and when the builder’s compiler does not grok
6237 __builtin_expect. Problem reported for Gawk by Nelson H.F. Beebe in:
6238 https://lists.gnu.org/r/bug-gnulib/2018-09/msg00137.html
6239 Although this refactoring does not fix the problem directly,
6240 we might as well have Gawk use the now-preferred glibc style for when
6241 __builtin_expect is unavailable.
6242 * posix/regex_internal.h (BE): Remove.
6243 All uses replaced by __glibc_unlikely or __glibc_likely.
6244
6245 2018-10-11 Joseph Myers <joseph@codesourcery.com>
6246
6247 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
6248 bits/msq-pad.h.
6249 * sysdeps/unix/sysv/linux/bits/msq.h: Include <bits/msq-pad.h>
6250 instead of <bits/wordsize.h>.
6251 (msgqnum_t): Define as __syscall_ulong_t.
6252 (msglen_t): Likewise.
6253 (__MSQ_PAD_TIME): New macro, depending on [__MSQ_PAD_BEFORE_TIME]
6254 and [__MSQ_PAD_AFTER_TIME].
6255 (struct msqid_ds): Define time fields using __MSQ_PAD_TIME. Use
6256 __syscall_ulong_t instead of unsigned long int.
6257 * sysdeps/unix/sysv/linux/bits/msq-pad.h: New file.
6258 * sysdeps/unix/sysv/linux/hppa/bits/msq-pad.h: Likewise.
6259 * sysdeps/unix/sysv/linux/mips/bits/msq-pad.h: Likewise.
6260 * sysdeps/unix/sysv/linux/powerpc/bits/msq-pad.h: Likewise.
6261 * sysdeps/unix/sysv/linux/sparc/bits/msq-pad.h: Likewise.
6262 * sysdeps/unix/sysv/linux/x86/bits/msq-pad.h: Likewise.
6263 * sysdeps/unix/sysv/linux/hppa/bits/msq.h: Remove.
6264 * sysdeps/unix/sysv/linux/mips/bits/msq.h: Likewise.
6265 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
6266 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
6267 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
6268
6269 2018-10-10 Joseph Myers <joseph@codesourcery.com>
6270
6271 * sysdeps/unix/sysv/linux/bits/shm.h: Include <bits/wordsize.h>.
6272 (struct shmid_ds): Condition padding after time fields on
6273 [__WORDSIZE == 32].
6274 * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Remove file.
6275 * sysdeps/unix/sysv/linux/generic/bits/shm.h: Likewise.
6276 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
6277
6278 * sysdeps/unix/sysv/linux/bits/sem.h: Include <bits/wordsize.h>.
6279 (struct semid_ds): Condition padding after time fields on
6280 [__WORDSIZE == 32].
6281 * sysdeps/unix/sysv/linux/alpha/bits/sem.h: Remove file.
6282 * sysdeps/unix/sysv/linux/generic/bits/sem.h: Likewise.
6283 * sysdeps/unix/sysv/linux/ia64/bits/sem.h: Likewise.
6284 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
6285
6286 * sysdeps/unix/sysv/linux/bits/msq.h: Include <bits/wordsize.h>.
6287 (struct msqid_ds): Condition padding after time fields on
6288 [__WORDSIZE == 32].
6289 * sysdeps/unix/sysv/linux/alpha/bits/msq.h: Remove file.
6290 * sysdeps/unix/sysv/linux/generic/bits/msq.h: Likewise.
6291 * sysdeps/unix/sysv/linux/ia64/bits/msq.h: Likewise.
6292 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
6293
6294 2018-10-09 Szabolcs Nagy <szabolcs.nagy@arm.com>
6295
6296 * nss/tst-nss-files-hosts-multi.c (TIMEOUT): Define.
6297
6298 2018-10-09 Szabolcs Nagy <szabolcs.nagy@arm.com>
6299
6300 * libio/tst-readline.c (TIMEOUT): Define.
6301
6302 2018-10-08 Paul Eggert <eggert@cs.ucla.edu>
6303
6304 mktime fix for Gnulib + coreutils
6305 [BZ#23745]
6306 This fix affects only Gnulib. Problem discovered when
6307 mktime.c was used as part of Gnulib in bleeding-edge Coreutils.
6308 * time/mktime.c:
6309 (my_tzset) [!_LIBC && !NEED_MKTIME_WORKING && !NEED_MKTIME_WINDOWS]:
6310 Do not define since it is not used. Defining an unused static
6311 function prompts a warning from GCC when Coreutils is configured
6312 with --enable-gcc-warnings.
6313
6314 2018-10-08 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
6315
6316 * benchtests/scripts/compare_bench.py (main): set float type on
6317 threshold argument.
6318
6319 2018-10-08 Rafal Luzynski <digitalfreak@lingonborough.com>
6320
6321 [BZ #23740]
6322 * localedata/locales/kl_GL (mon): Update, the relative case.
6323 (alt_mon): Add, fill with month names in the nominative case.
6324 (d_t_fmt): Set to "%a %b %d %Y %T %Z".
6325 (d_fmt): Set to "%b %d %Y".
6326
6327 2018-10-04 Joseph Myers <joseph@codesourcery.com>
6328
6329 * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Include
6330 <bits/mman-linux.h>.
6331 (PROT_READ): Don't define here.
6332 (PROT_WRITE): Likewise.
6333 (PROT_EXEC): Likewise.
6334 (PROT_NONE): Likewise.
6335 (PROT_GROWSDOWN): Likewise.
6336 (PROT_GROWSUP): Likewise.
6337 (MAP_SHARED): Likewise.
6338 (MAP_PRIVATE): Likewise.
6339 [__USE_MISC] (MAP_SHARED_VALIDATE): Likewise.
6340 [__USE_MISC] (MAP_FILE): Likewise.
6341 [__USE_MISC] (MAP_ANONYMOUS): Likewise.
6342 [__USE_MISC] (MAP_ANON): Likewise.
6343 [__USE_MISC] (MAP_HUGE_SHIFT): Likewise.
6344 [__USE_MISC] (MAP_HUGE_MASK): Likewise.
6345 (MCL_CURRENT): Likewise.
6346 (MCL_FUTURE): Likewise.
6347 (MCL_ONFAULT): Likewise.
6348 [__USE_MISC] (MADV_NORMAL): Likewise.
6349 [__USE_MISC] (MADV_RANDOM): Likewise.
6350 [__USE_MISC] (MADV_SEQUENTIAL): Likewise.
6351 [__USE_MISC] (MADV_WILLNEED): Likewise.
6352 [__USE_MISC] (MADV_DONTNEED): Likewise.
6353 [__USE_MISC] (MADV_FREE): Likewise.
6354 [__USE_MISC] (MADV_REMOVE): Likewise.
6355 [__USE_MISC] (MADV_DONTFORK): Likewise.
6356 [__USE_MISC] (MADV_DOFORK): Likewise.
6357 [__USE_MISC] (MADV_HWPOISON): Likewise.
6358 [__USE_XOPEN2K] (POSIX_MADV_NORMAL): Likewise.
6359 [__USE_XOPEN2K] (POSIX_MADV_RANDOM): Likewise.
6360 [__USE_XOPEN2K] (POSIX_MADV_SEQUENTIAL): Likewise.
6361 [__USE_XOPEN2K] (POSIX_MADV_WILLNEED): Likewise.
6362 [__USE_XOPEN2K] (POSIX_MADV_DONTNEED): Likewise.
6363 (__MAP_ANONYMOUS): New macro.
6364 [__USE_MISC] (MAP_TYPE): Undefine and redefine after
6365 <bits/mman-linux.h> inclusion.
6366 (MAP_FIXED): Likewise.
6367 (MS_SYNC): Likewise.
6368 (MS_ASYNC): Likewise.
6369 (MS_INVALIDATE): Likewise.
6370 [__USE_MISC] (MADV_MERGEABLE): Likewise.
6371 [__USE_MISC] (MADV_UNMERGEABLE): Likewise.
6372 [__USE_MISC] (MADV_HUGEPAGE): Likewise.
6373 [__USE_MISC] (MADV_NOHUGEPAGE): Likewise.
6374 [__USE_MISC] (MADV_DONTDUMP): Likewise.
6375 [__USE_MISC] (MADV_DODUMP): Likewise.
6376 [__USE_MISC] (MADV_WIPEONFORK): Likewise.
6377 [__USE_MISC] (MADV_KEEPONFORK): Likewise.
6378
6379 [BZ #23735]
6380 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NO_MATH_REDIRECT):
6381 Define.
6382 * sysdeps/ieee754/ldbl-opt/test-nldbl-redirect.c: New file.
6383 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math] (tests):
6384 Add test-nldbl-redirect.
6385 [$(subdir) = math] (CFLAGS-test-nldbl-redirect.c): New variable.
6386 [$(subdir) = math] ($(objpfx)test-nldbl-redirect): Depend on
6387 $(objpfx)libnldbl_nonshared.a.
6388
6389 2018-10-04 Stefan Liebler <stli@linux.ibm.com>
6390
6391 * support/support.h (support_objdir_elf_ldso): New variable.
6392 * support/support_paths.c (support_objdir_elf_ldso): Likewise.
6393 * support/Makefile (CFLAGS-support_paths.c): Add definition
6394 for OBJDIR_ELF_LDSO_PATH.
6395 * support/test-container.c (main): Search for the ld.so
6396 which is also used by the testsuite.
6397
6398 2018-10-02 Rafal Luzynski <digitalfreak@lingonborough.com>
6399
6400 [BZ #20209]
6401 * localedata/locales/kl_GL: (abday): Fix spelling of Sun (Sunday),
6402 should be "sap" rather than "sab".
6403 (day): Fix spelling of Sunday, should be "sapaat" rather than
6404 "sabaat".
6405
6406 2018-10-02 Joseph Myers <joseph@codesourcery.com>
6407
6408 * math/libm-test-fma.inc (fma_test_data): Add more tests.
6409
6410 2018-10-02 Martin Jansa <Martin.Jansa@gmail.com>
6411
6412 [BZ #19444]
6413 * sysdeps/ieee754/soft-fp/s_fdiv.c: Include <libc-diag.h> and use
6414 DIAG_PUSH_NEEDS_COMMENT, DIAG_IGNORE_NEEDS_COMMENT and
6415 DIAG_POP_NEEDS_COMMENT to disable -Wmaybe-uninitialized.
6416
6417 2018-10-02 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6418
6419 * sysdeps/unix/sysv/linux/fd_to_filename.h: Add missing includes.
6420
6421 2018-10-02 H.J. Lu <hongjiu.lu@intel.com>
6422
6423 * sysdeps/unix/sysv/linux/x86/Makefile (CFLAGS-elision-lock.c):
6424 Add -mrtm.
6425 (CFLAGS-elision-unlock.c): Likewise.
6426 (CFLAGS-elision-timed.c): Likewise.
6427 (CFLAGS-elision-trylock.c): Likewise.
6428 * sysdeps/unix/sysv/linux/x86/hle.h: Rewritten.
6429
6430 2018-10-02 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6431
6432 [BZ #21037]
6433 * libio/Makefile (tests): Add tst-memstream4 and tst-wmemstream4.
6434 * libio/freopen.c (freopen): Sync stream before reopen and adjust to
6435 new fd_to_filename interface.
6436 * libio/freopen64.c (freopen64): Likewise.
6437 * libio/tst-memstream.h: New file.
6438 * libio/tst-memstream4.c: Likewise.
6439 * libio/tst-wmemstream4.c: Likewise.
6440 * sysdeps/generic/fd_to_filename.h (fd_to_filename): Change signature.
6441 * sysdeps/unix/sysv/linux/fd_to_filename.h (fd_to_filename): Likewise
6442 and remove internal dynamic allocation.
6443
6444 2018-10-01 Joseph Myers <joseph@codesourcery.com>
6445
6446 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_GNU]
6447 (MREMAP_MAYMOVE): Do not define here.
6448 [__USE_GNU] (MREMAP_FIXED): Likewise.
6449 * sysdeps/unix/sysv/linux/bits/mman-shared.h [__USE_GNU]
6450 (MREMAP_MAYMOVE): Define here instead.
6451 [__USE_GNU] (MREMAP_FIXED): Likewise.
6452 * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_GNU]
6453 (MREMAP_MAYMOVE): Remove.
6454 [__USE_GNU] (MREMAP_FIXED): Likewise.
6455
6456 2018-09-28 Joseph Myers <joseph@codesourcery.com>
6457
6458 * math/fromfp.h: Do not include <math_private.h>.
6459 * math/s_cacosh_template.c: Likewise.
6460 * math/s_casin_template.c: Likewise.
6461 * math/s_casinh_template.c: Likewise.
6462 * math/s_ccos_template.c: Likewise.
6463 * math/s_cproj_template.c: Likewise.
6464 * math/s_fdim_template.c: Likewise.
6465 * math/s_fmaxmag_template.c: Likewise.
6466 * math/s_fminmag_template.c: Likewise.
6467 * math/s_iseqsig_template.c: Likewise.
6468 * math/s_ldexp_template.c: Likewise.
6469 * math/s_nextdown_template.c: Likewise.
6470 * math/w_log1p_template.c: Likewise.
6471 * math/w_scalbln_template.c: Likewise.
6472 * sysdeps/aarch64/fpu/feholdexcpt.c: Likewise.
6473 * sysdeps/aarch64/fpu/fesetround.c: Likewise.
6474 * sysdeps/aarch64/fpu/fgetexcptflg.c: Likewise.
6475 * sysdeps/aarch64/fpu/ftestexcept.c: Likewise.
6476 * sysdeps/aarch64/fpu/s_llrint.c: Likewise.
6477 * sysdeps/aarch64/fpu/s_llrintf.c: Likewise.
6478 * sysdeps/aarch64/fpu/s_lrint.c: Likewise.
6479 * sysdeps/aarch64/fpu/s_lrintf.c: Likewise.
6480 * sysdeps/i386/fpu/s_atanl.c: Likewise.
6481 * sysdeps/i386/fpu/s_f32xaddf64.c: Likewise.
6482 * sysdeps/i386/fpu/s_f32xsubf64.c: Likewise.
6483 * sysdeps/i386/fpu/s_fdim.c: Likewise.
6484 * sysdeps/i386/fpu/s_logbl.c: Likewise.
6485 * sysdeps/i386/fpu/s_rintl.c: Likewise.
6486 * sysdeps/i386/fpu/s_significandl.c: Likewise.
6487 * sysdeps/ia64/fpu/s_matherrf.c: Likewise.
6488 * sysdeps/ia64/fpu/s_matherrl.c: Likewise.
6489 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
6490 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
6491 * sysdeps/ieee754/dbl-64/s_fma.c: Likewise.
6492 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
6493 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
6494 * sysdeps/ieee754/k_standardf.c: Likewise.
6495 * sysdeps/ieee754/k_standardl.c: Likewise.
6496 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
6497 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
6498 * sysdeps/ieee754/ldbl-64-128/s_fpclassifyl.c: Likewise.
6499 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
6500 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
6501 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
6502 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
6503 * sysdeps/ieee754/ldbl-96/s_fma.c: Likewise.
6504 * sysdeps/ieee754/ldbl-96/s_fmal.c: Likewise.
6505 * sysdeps/ieee754/s_signgam.c: Likewise.
6506 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
6507 * sysdeps/powerpc/power5+/fpu/s_modff.c: Likewise.
6508 * sysdeps/powerpc/power7/fpu/s_logbf.c: Likewise.
6509 * sysdeps/riscv/rv64/rvd/s_ceil.c: Likewise.
6510 * sysdeps/riscv/rv64/rvd/s_floor.c: Likewise.
6511 * sysdeps/riscv/rv64/rvd/s_nearbyint.c: Likewise.
6512 * sysdeps/riscv/rv64/rvd/s_round.c: Likewise.
6513 * sysdeps/riscv/rv64/rvd/s_roundeven.c: Likewise.
6514 * sysdeps/riscv/rv64/rvd/s_trunc.c: Likewise.
6515 * sysdeps/riscv/rvd/s_finite.c: Likewise.
6516 * sysdeps/riscv/rvd/s_fmax.c: Likewise.
6517 * sysdeps/riscv/rvd/s_fmin.c: Likewise.
6518 * sysdeps/riscv/rvd/s_fpclassify.c: Likewise.
6519 * sysdeps/riscv/rvd/s_isinf.c: Likewise.
6520 * sysdeps/riscv/rvd/s_isnan.c: Likewise.
6521 * sysdeps/riscv/rvd/s_issignaling.c: Likewise.
6522 * sysdeps/riscv/rvf/fegetround.c: Likewise.
6523 * sysdeps/riscv/rvf/feholdexcpt.c: Likewise.
6524 * sysdeps/riscv/rvf/fesetenv.c: Likewise.
6525 * sysdeps/riscv/rvf/fesetround.c: Likewise.
6526 * sysdeps/riscv/rvf/feupdateenv.c: Likewise.
6527 * sysdeps/riscv/rvf/fgetexcptflg.c: Likewise.
6528 * sysdeps/riscv/rvf/ftestexcept.c: Likewise.
6529 * sysdeps/riscv/rvf/s_ceilf.c: Likewise.
6530 * sysdeps/riscv/rvf/s_finitef.c: Likewise.
6531 * sysdeps/riscv/rvf/s_floorf.c: Likewise.
6532 * sysdeps/riscv/rvf/s_fmaxf.c: Likewise.
6533 * sysdeps/riscv/rvf/s_fminf.c: Likewise.
6534 * sysdeps/riscv/rvf/s_fpclassifyf.c: Likewise.
6535 * sysdeps/riscv/rvf/s_isinff.c: Likewise.
6536 * sysdeps/riscv/rvf/s_isnanf.c: Likewise.
6537 * sysdeps/riscv/rvf/s_issignalingf.c: Likewise.
6538 * sysdeps/riscv/rvf/s_nearbyintf.c: Likewise.
6539 * sysdeps/riscv/rvf/s_roundevenf.c: Likewise.
6540 * sysdeps/riscv/rvf/s_roundf.c: Likewise.
6541 * sysdeps/riscv/rvf/s_truncf.c: Likewise.
6542 * sysdeps/riscv/rv64/rvd/s_rint.c: Include <stdbool.h> instead of
6543 <math_private.h>.
6544 * sysdeps/riscv/rvf/s_rintf.c: Likewise.
6545
6546 2018-09-28 H.J. Lu <hongjiu.lu@intel.com>
6547
6548 [BZ #23716]
6549 * sysdeps/i386/dl-cet.c: Removed.
6550 * sysdeps/i386/dl-machine.h (_dl_runtime_resolve_shstk): New
6551 prototype.
6552 (_dl_runtime_profile_shstk): Likewise.
6553 (elf_machine_runtime_setup): Use _dl_runtime_profile_shstk or
6554 _dl_runtime_resolve_shstk if SHSTK is enabled by kernel.
6555
6556 2018-09-28 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6557
6558 [BZ #23579]
6559 * misc/tst-preadvwritev2-common.c (do_test_with_invalid_fd,
6560 do_test_with_invalid_iov): New tests.
6561 * misc/tst-preadvwritev2.c, misc/tst-preadvwritev64v2.c (do_test):
6562 Call do_test_with_invalid_fd and do_test_with_invalid_iov.
6563 * sysdeps/unix/sysv/linux/preadv2.c (preadv2): Use fallback code iff
6564 errno is ENOSYS.
6565 * sysdeps/unix/sysv/linux/preadv64v2.c (preadv64v2): Likewise.
6566 * sysdeps/unix/sysv/linux/pwritev2.c (pwritev2): Likewise.
6567 * sysdeps/unix/sysv/linux/pwritev64v2.c (pwritev64v2): Likewise.
6568
6569 2018-09-27 Joseph Myers <joseph@codesourcery.com>
6570
6571 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
6572 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT]
6573 (MATH_REDIRECT_BINARY_ARGS): New macro.
6574 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
6575 && !NO_MATH_REDIRECT] (copysign): Redirect using MATH_REDIRECT.
6576 * sysdeps/alpha/fpu/s_copysign.c: Define NO_MATH_REDIRECT before
6577 header inclusion.
6578 * sysdeps/alpha/fpu/s_copysignf.c: Likewise.
6579 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
6580 * sysdeps/ieee754/float128/s_copysignf128.c: Likewise.
6581 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
6582 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
6583 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
6584 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
6585 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
6586 Likewise.
6587 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c:
6588 Likewise.
6589 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
6590 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: Likewise.
6591 * sysdeps/riscv/rvd/s_copysign.c: Likewise.
6592 * sysdeps/riscv/rvf/s_copysignf.c: Likewise.
6593 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c:
6594 Likewise.
6595 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.c:
6596 Likewise.
6597 * sysdeps/generic/math_private_calls.h
6598 [!__MATH_DECLARING_LONG_DOUBLE || !NO_LONG_DOUBLE] (__copysign):
6599 Do not declare and define as an inline function.
6600 * math/divtc3.c (__divtc3): Use copysign functions instead of
6601 __copysign variants.
6602 * math/multc3.c (__multc3): Likewise.
6603 * sysdeps/generic/math-type-macros.h (M_COPYSIGN): Likewise.
6604 * sysdeps/ieee754/dbl-64/e_atan2.c (signArctan2): Likewise.
6605 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
6606 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
6607 Likewise.
6608 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
6609 (__ieee754_yn): Likewise.
6610 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
6611 * sysdeps/ieee754/dbl-64/s_atan.c (__signArctan): Likewise.
6612 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
6613 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
6614 * sysdeps/ieee754/dbl-64/s_sin.c (do_sin): Likewise.
6615 (__sin): Likewise.
6616 * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Likewise.
6617 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
6618 Likewise.
6619 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
6620 Likewise.
6621 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
6622 Likewise.
6623 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
6624 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
6625 Likewise.
6626 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
6627 (__ieee754_ynf): Likewise.
6628 * sysdeps/ieee754/flt-32/s_asinhf.c (__asinhf): Likewise.
6629 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
6630 * sysdeps/ieee754/k_standard.c (__kernel_standard): Likewise.
6631 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
6632 Likewise.
6633 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
6634 (__ieee754_ynl): Likewise.
6635 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
6636 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
6637 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
6638 Likewise.
6639 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
6640 (__ieee754_ynl): Likewise.
6641 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Likewise.
6642 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
6643 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
6644 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
6645 Likewise.
6646 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
6647 (__ieee754_ynl)
6648 * sysdeps/ieee754/ldbl-96/s_asinhl.c (__asinhl): Likewise.
6649 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
6650 * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c (copysignl): Likewise.
6651 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Likewise.
6652 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
6653
6654 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
6655 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (round): Redirect
6656 using MATH_REDIRECT.
6657 * sysdeps/aarch64/fpu/s_round.c: Define NO_MATH_REDIRECT before
6658 header inclusion.
6659 * sysdeps/aarch64/fpu/s_roundf.c: Likewise.
6660 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
6661 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
6662 * sysdeps/ieee754/float128/s_roundf128.c: Likewise.
6663 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
6664 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
6665 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
6666 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: Likewise.
6667 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: Likewise.
6668 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: Likewise.
6669 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: Likewise.
6670 * sysdeps/riscv/rv64/rvd/s_round.c: Likewise.
6671 * sysdeps/riscv/rvf/s_roundf.c: Likewise.
6672 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
6673 (round): Redirect to __round.
6674 (__roundl): Call round instead of __round.
6675 * sysdeps/powerpc/fpu/math_private.h [_ARCH_PWR5X] (__round):
6676 Remove macro.
6677 [_ARCH_PWR5X] (__roundf): Likewise.
6678 * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Use round
6679 functions instead of __round variants.
6680 * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Likewise.
6681 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive):
6682 Likewise.
6683 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive):
6684 Likewise.
6685 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive):
6686 Likewise.
6687 * sysdeps/x86/fpu/powl_helper.c (__powl_helper): Likewise.
6688 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lroundl): Redirect to
6689 __lroundl.
6690 (__ieee754_expl): Call roundl instead of __roundl.
6691
6692 2018-09-27 Andreas Schwab <schwab@suse.de>
6693
6694 [BZ #23717]
6695 * stdlib/tst-setcontext9.c (f1a): Make st2 static.
6696 (do_test): Make st1 static.
6697
6698 2018-09-26 Andreas Schwab <schwab@suse.de>
6699
6700 [BZ #23707]
6701 * sysdeps/powerpc/powerpc32/dl-start.S: Add unwind information.
6702 * elf/Makefile (tests): Add tst-unwind-ctor.
6703 (modules-names): Add tst-unwind-ctor-lib.
6704 ($(objpfx)tst-unwind-ctor): Depend on
6705 $(objpfx)tst-unwind-ctor-lib.so.
6706
6707 2018-09-26 Joseph Myers <joseph@codesourcery.com>
6708
6709 * sysdeps/unix/sysv/linux/bits/mman-map-flags-generic.h: New
6710 file. Most contents moved from ....
6711 * sysdeps/unix/sysv/linux/bits/mman.h: ... here. Move contents to
6712 and include <bits/mman-map-flags-generic.h>.
6713 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
6714 (sysdep_headers): Add bits/mman-map-flags-generic.h.
6715 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Include
6716 <bits/mman-map-flags-generic.h>.
6717 [__USE_MISC] (MAP_GROWSUP): Only define this macro, not other
6718 macros defined in <bits/mman-map-flags-generic.h>.
6719 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Include
6720 <bits/mman-map-flags-generic.h>.
6721 [__USE_MISC] (MAP_32BIT): Only define this macro, not other macros
6722 defined in <bits/mman-map-flags-generic.h>.
6723
6724 2018-09-26 Andreas Schwab <schwab@suse.de>
6725
6726 * Makefile ($(common-objpfx)testrun.sh): Remove leading space from
6727 output.
6728
6729 2018-09-25 Adam J. Richte <adam_richter2004@yahoo.com>
6730 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6731 Fangrui Song <maskray@google.com>
6732
6733 [BZ #20480]
6734 * config.make.in (have-textrel_ifunc): New define.
6735 * configure.ac: Add check if linker supports textrel relocation with
6736 ifunc.
6737 * elf/Makefile [have-textrel_ifunc == yes] (ifunc-pie-tests): Add
6738 tst-ifunc-textrel.
6739 (CFLAGS-tst-ifunc-textrel.c): New rule.
6740 * elf/dl-reloc.c (_dl_relocate_object): Use all required flags on
6741 DT_TEXTREL segments, not only PROT_READ and PROT_WRITE.
6742 * elf/tst-ifunc-textrel.c: New file.
6743
6744 2018-09-25 Joseph Myers <joseph@codesourcery.com>
6745
6746 * sysdeps/unix/sysv/linux/sys/procfs.h: Include
6747 <bits/procfs-prregset.h>.
6748 (prgregset_t): Define using __prgregset_t.
6749 (prfpregset_t): Define using __prfpregset_t.
6750 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
6751 (sysdep_headers): Add bits/procfs-prregset.h.
6752 * sysdeps/unix/sysv/linux/bits/procfs-prregset.h: New file.
6753 * sysdeps/unix/sysv/linux/alpha/bits/procfs-prregset.h: Likewise.
6754 * sysdeps/unix/sysv/linux/alpha/bits/procfs.h: Likewise.
6755 * sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Remove file.
6756
6757 * sysdeps/unix/sysv/linux/sys/procfs.h: Include
6758 <bits/procfs-id.h> and <bits/procfs-extra.h>.
6759 (struct elf_prpsinfo): Use __pr_uid_t and __pr_gid_t as types of
6760 pr_uid and pr_gid.
6761 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
6762 (sysdep_headers): Add bits/procfs-id.h and bits/procfs-extra.h.
6763 * sysdeps/unix/sysv/linux/bits/procfs-extra.h: New file.
6764 * sysdeps/unix/sysv/linux/bits/procfs-id.h: Likewise.
6765 * sysdeps/unix/sysv/linux/arm/bits/procfs-id.h: Likewise.
6766 * sysdeps/unix/sysv/linux/arm/bits/procfs.h: Likewise.
6767 * sysdeps/unix/sysv/linux/m68k/bits/procfs-id.h: Likewise.
6768 * sysdeps/unix/sysv/linux/m68k/bits/procfs.h: Likewise.
6769 * sysdeps/unix/sysv/linux/s390/bits/procfs-extra.h: Likewise.
6770 * sysdeps/unix/sysv/linux/s390/bits/procfs-id.h: Likewise.
6771 * sysdeps/unix/sysv/linux/s390/bits/procfs.h: Likewise.
6772 * sysdeps/unix/sysv/linux/sh/bits/procfs-id.h: Likewise.
6773 * sysdeps/unix/sysv/linux/sh/bits/procfs.h: Likewise.
6774 * sysdeps/unix/sysv/linux/sparc/bits/procfs-extra.h: Likewise.
6775 * sysdeps/unix/sysv/linux/sparc/bits/procfs-id.h: Likewise.
6776 * sysdeps/unix/sysv/linux/sparc/bits/procfs.h: Likewise.
6777 * sysdeps/unix/sysv/linux/x86/bits/procfs-id.h: Likewise.
6778 * sysdeps/unix/sysv/linux/x86/bits/procfs.h: Likewise.
6779 * sysdeps/unix/sysv/linux/arm/sys/procfs.h: Remove file.
6780 * sysdeps/unix/sysv/linux/m68k/sys/procfs.h: Likewise.
6781 * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Likewise.
6782 * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Likewise.
6783 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
6784 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: Likewise.
6785
6786 * sysdeps/unix/sysv/linux/sys/procfs.h: Replace with file based on
6787 AArch64 version. Include <bits/procfs.h>.
6788 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
6789 (sysdep_headers): Add bits/procfs.h.
6790 * sysdeps/unix/sysv/linux/bits/procfs.h: New file.
6791 * sysdeps/unix/sysv/linux/aarch64/bits/procfs.h: Likewise.
6792 * sysdeps/unix/sysv/linux/hppa/bits/procfs.h: Likewise.
6793 * sysdeps/unix/sysv/linux/ia64/bits/procfs.h: Likewise.
6794 * sysdeps/unix/sysv/linux/microblaze/bits/procfs.h: Likewise.
6795 * sysdeps/unix/sysv/linux/mips/bits/procfs.h: Likewise.
6796 * sysdeps/unix/sysv/linux/nios2/bits/procfs.h: Likewise.
6797 * sysdeps/unix/sysv/linux/powerpc/bits/procfs.h: Likewise.
6798 * sysdeps/unix/sysv/linux/riscv/bits/procfs.h: Likewise.
6799 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove file.
6800 * sysdeps/unix/sysv/linux/hppa/sys/procfs.h: Likewise.
6801 * sysdeps/unix/sysv/linux/ia64/sys/procfs.h: Likewise.
6802 * sysdeps/unix/sysv/linux/microblaze/sys/procfs.h: Likewise.
6803 * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
6804 * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: Likewise.
6805 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
6806 * sysdeps/unix/sysv/linux/riscv/sys/procfs.h: Likewise.
6807
6808 2018-09-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6809
6810 * posix/tst-spawn.c (do_prepare, handle_restart, do_test):
6811 Use libsupport.
6812
6813 2018-09-25 Arjun Shankar <arjun@redhat.com>
6814
6815 * iconv/gconv_int.h (__gconv_path_elem): Remove.
6816 (__gconv_max_path_elem_len): Likewise.
6817 (__gconv_nmodules): Likewise.
6818 (__gconv_get_path): Likewise.
6819 (path_elem): Move to ...
6820 * iconv/gconv_conf.c: ... here.
6821 (__gconv_get_path): Mark function static.
6822 * iconv/gconv_int.h (GCONV_NCHAR_GOAL): Move to ...
6823 * iconv/gconv_open.c: ... here.
6824
6825 2018-09-24 Andreas Schwab <schwab@suse.de>
6826
6827 * scripts/haveversions.awk: New file.
6828 * Makerules ($(common-objpfx)Versions.def)
6829 ($(common-objpfx)Versions.all, $(common-objpfx)Versions.v.i)
6830 ($(common-objpfx)sysd-versions, $(common-objpfx)versions.stmp):
6831 Move rules ...
6832 * Makeconfig ($(common-objpfx)Versions.def)
6833 ($(common-objpfx)Versions.all, $(common-objpfx)Versions.v.i)
6834 ($(common-objpfx)sysd-versions, $(common-objpfx)versions.stmp):
6835 ... here.
6836 ($(common-objpfx)Versions.mk): New rule. Include it.
6837 * nis/Makefile [!have-GLIBC_2.28]: Don't build any targets.
6838 Emit error if build-obsolete-nsl = yes.
6839 * manual/install.texi (Configuring and compiling): Describe
6840 --enable-obsolete-nsl as unavaiable after version 2.28.
6841 * INSTALL: Regenerate.
6842
6843 2018-09-21 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6844
6845 * NEWS: Add note about new TLE support on powerpc64le.
6846 * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Remove.
6847 * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Rename tm_capable to
6848 __ununsed1.
6849 (TLS_INIT_TP, TLS_DEFINE_INIT_TP): Remove tm_capable setup.
6850 (THREAD_GET_TM_CAPABLE, THREAD_SET_TM_CAPABLE): Remove macros.
6851 * sysdeps/powerpc/powerpc32/sysdep.h,
6852 sysdeps/powerpc/powerpc64/sysdep.h (ABORT_TRANSACTION_IMPL,
6853 ABORT_TRANSACTION): Remove macros.
6854 * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): Likewise.
6855 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init): Set
6856 __pthread_force_elision iff PPC_FEATURE2_HTM_NOSC is set.
6857 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h,
6858 sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
6859 sysdeps/unix/sysv/linux/powerpc/syscall.S (ABORT_TRANSACTION): Remove
6860 usage.
6861 * sysdeps/unix/sysv/linux/powerpc/not-errno.h: Remove file.
6862
6863 2018-09-21 Rafal Luzynski <digitalfreak@lingonborough.com>
6864
6865 [BZ #10425]
6866 * localedata/locales/it_IT (d_t_fmt): Use "%a %-d %b %Y, %T".
6867 (date_fmt): Use "%a %-d %b %Y, %T, %Z".
6868 * localedata/locales/it_CH (d_t_fmt): Use "%a %-d %b %Y, %T"
6869 which is the same as in it_IT.
6870 (d_fmt): Use "%d.%m.%Y" which is the same as in de_CH.
6871 (date_fmt): Use "%a %-d %b %Y, %T, %Z" which is the same as in it_IT.
6872
6873 2018-09-20 Joseph Myers <joseph@codesourcery.com>
6874
6875 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
6876 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (trunc): Redirect
6877 using MATH_REDIRECT.
6878 * sysdeps/aarch64/fpu/s_trunc.c: Define NO_MATH_REDIRECT before
6879 header inclusion.
6880 * sysdeps/aarch64/fpu/s_truncf.c: Likewise.
6881 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
6882 * sysdeps/ieee754/float128/s_truncf128.c: Likewise.
6883 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
6884 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
6885 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
6886 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: Likewise.
6887 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: Likewise.
6888 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: Likewise.
6889 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: Likewise.
6890 * sysdeps/riscv/rv64/rvd/s_trunc.c: Likewise.
6891 * sysdeps/riscv/rvf/s_truncf.c: Likewise.
6892 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.c: Likewise.
6893 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.c: Likewise.
6894 * sysdeps/x86_64/fpu/multiarch/s_trunc.c: Likewise.
6895 * sysdeps/x86_64/fpu/multiarch/s_truncf.c: Likewise.
6896 * sysdeps/m68k/m680x0/fpu/s_trunc_template.c: Likewise.
6897 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
6898 (ceil): Redirect to __ceil.
6899 (floor): Redirect to __floor.
6900 (trunc): Redirect to __trunc.
6901 (__truncl): Call trunc instead of __trunc.
6902 * sysdeps/powerpc/fpu/math_private.h [_ARCH_PWR5X] (__trunc):
6903 Remove macro.
6904 [_ARCH_PWR5X] (__truncf): Likewise.
6905 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Use
6906 trunc functions instead of __trunc variants.
6907 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
6908 Likewise.
6909 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
6910 Likewise.
6911 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
6912 Likewise.
6913 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
6914 Likewise.
6915
6916 * sysdeps/x86/cpu-features.h [__geode__ || __k6__]: Handle like
6917 [__i586__ || __pentium__].
6918 [__i486__]: Handle explicitly.
6919 (HAS_CPUID): Define to 1 if above macros are undefined.
6920 (HAS_I586): Likewise.
6921 (HAS_I686): Likewise.
6922
6923 2018-09-20 Florian Weimer <fweimer@redhat.com>
6924
6925 * misc/tst-gethostid.c: New file.
6926 * misc/Makefile [$(build-shared)] (tests): Add tst-gethostid.
6927 (tst-gethostid): Link with -ldl.
6928
6929 2018-09-20 Mingli Yu <Mingli.Yu@windriver.com>
6930
6931 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Check for NULL
6932 value from gethostbyname_r.
6933
6934 2018-09-19 Carlos O'Donell <carlos@redhat.com>
6935
6936 * stdlib/tst-setcontext9.c (f1): Rename to...
6937 (f1a): ... this.
6938 (f1b): New function implementing lower half of f1 in alternate stack.
6939
6940 2018-09-19 Paul Eggert <eggert@cs.ucla.edu>
6941
6942 Fix mktime localtime offset confusion
6943 [BZ #23603]
6944 * include/time.h (__mktime_internal): The localtime offset is now
6945 of type long int instead of time_t. This is the longstanding type
6946 in glibc, and it is more than enough to represent difference
6947 between localtime and gmtime even if it is 32 bits and time_t is
6948 64. Changing it now will let us avoid an unnecessary change when
6949 time_t is widened to 64 bits on 32-bit platforms.
6950 * time/mktime-internal.h (mktime_offset_t): Now long int.
6951
6952 Merge mktime, timegm from upstream Gnulib
6953 [BZ #23603][BZ #16346]
6954 This fixes some obscure problems with integer overflow.
6955 Although it looks scary, it is almost all a byte-for-byte copy
6956 from Gnulib, and the Gnulib code has been tested reasonably well.
6957 * include/intprops.h: New file, copied from Gnulib.
6958 * include/verify.h, time/mktime-internal.h:
6959 New tiny files, simplified from Gnulib.
6960 * time/mktime.c: Copy from Gnulib. This has the following changes:
6961 Do not include config.h if DEBUG_MKTIME is nonzero.
6962 Include stdbool.h, intprops.h, verify.h.
6963 Include string.h only if needed.
6964 Include stdlib.h on MS-Windows.
6965 Include mktime-internal.h.
6966 (DEBUG_MKTIME): Default to 0, and simplify later uses.
6967 (NEED_MKTIME_INTERNAL, NEED_MKTIME_WINDOWS)
6968 (NEED_MKTIME_WORKING): Give default values to pacify -Wundef,
6969 which glibc uses. Default NEED_MKTIME_WORKING to DEBUG_MKTIME, to
6970 simplify later conditionals; default the others to zero. Use
6971 these conditionals to express only the code needed on the current
6972 platform. In uses of these conditionals, explicitly spell out how
6973 _LIBC affects things, so it’s easier to review from a glibc
6974 viewpoint.
6975 (WRAPV): Remove; no longer needed now that we have
6976 systematic overflow checking.
6977 (my_tzset, __tzset) [!_LIBC]: New function and macro, to better
6978 compartmentalize tzset issues. Move system-dependent tzsettish
6979 code here from mktime.
6980 (verify): Remove; now done by verify.h. All uses changed.
6981 (long_int): Use a more-conservative definition, to avoid
6982 integer overflow.
6983 (SHR): Remove, replacing with ...
6984 (shr): New function, which means we needn’t worry about side
6985 effects in args, and conversion analysis is simpler.
6986 (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT, TYPE_SIGNED, TYPE_MINIMUM)
6987 (TYPE_MAXIMUM, TIME_T_MIN, TIME_T_MAX, TIME_T_MIDPOINT)
6988 (time_t_avg, time_t_add_ok): Remove.
6989 (mktime_min, mktime_max): New constants.
6990 (leapyear, isdst_differ): Use bool for booleans.
6991 (ydhms_diff, guess_time_tm, ranged_convert, __mktime_internal):
6992 Use long_int, not time_t, for mktime differences.
6993 (long_int_avg): New function, replacing time_t_avg.
6994 INT_ADD_WRAPV replaces time_t_add_ok.
6995 (guess_time_tm): 6th arg is now long_int, not time_t const *.
6996 All uses changed.
6997 (convert_time): New function.
6998 (ranged_convert): Use it.
6999 (__mktime_internal): Last arg now points to mktime_offset_t, not
7000 time_t. All uses changed. This is a no-op on glibc, where
7001 mktime_offset_t is always time_t. Use int, not time_t, for UTC
7002 offset guess. Directly check for integer overflow instead of
7003 using a heuristic that works only 99.9...% of the time.
7004 Access *OFFSET only once, to avoid an unlikely race if the
7005 compiler delays a load and if this cascades into a signed integer
7006 overflow.
7007 (mktime): Move tzsettish code to my_tzset, and move
7008 localtime_offset to within mktime so that it doesn’t
7009 need a separate ifdef.
7010 (main) [DEBUG_MKTIME]: Speed up by using localtime_r
7011 instead of localtime.
7012 * time/timegm.c: Copy from Gnulib. This has the following changes:
7013 Include mktime-internal.h.
7014 [!_LIBC]: Include config.h and time.h. Do not include
7015 timegm.h or time_r.h. Make __mktime_internal a macro,
7016 and include mktime-internal.h to get its declaration.
7017 (timegm): Temporary is now mktime_offset_t, not time_t.
7018 This affects only Gnulib.
7019
7020 2018-09-19 Wilco Dijkstra <wdijkstr@arm.com>
7021
7022 [BZ #23637]
7023 * string/test-strstr.c (pr23637): New function.
7024 (test_main): Add tests with longer needles.
7025 * string/strcasestr.c (AVAILABLE): Fix readahead distance.
7026 * string/strstr.c (AVAILABLE): Likewise.
7027
7028 2018-09-19 Szabolcs Nagy <szabolcs.nagy@arm.com>
7029
7030 * sysdeps/ieee754/flt-32/e_powf.c (checkint): Fix documentation.
7031
7032 2018-09-19 Szabolcs Nagy <szabolcs.nagy@arm.com>
7033
7034 * NEWS: Mention pow improvements.
7035 * math/Makefile (type-double-routines): Add e_pow_log_data.
7036 * sysdeps/generic/math_private.h (__exp1): Remove.
7037 * sysdeps/i386/fpu/e_pow_log_data.c: New file.
7038 * sysdeps/ia64/fpu/e_pow_log_data.c: New file.
7039 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Allow fma
7040 contraction.
7041 * sysdeps/ieee754/dbl-64/e_exp.c (__exp1): Remove.
7042 (exp_inline): Remove.
7043 (__ieee754_exp): Only single double input is handled.
7044 * sysdeps/ieee754/dbl-64/e_pow.c: Rewrite.
7045 * sysdeps/ieee754/dbl-64/e_pow_log_data.c: New file.
7046 * sysdeps/ieee754/dbl-64/math_config.h (issignaling_inline): Define.
7047 (__pow_log_data): Define.
7048 * sysdeps/ieee754/dbl-64/upow.h: Remove.
7049 * sysdeps/ieee754/dbl-64/upow.tbl: Remove.
7050 * sysdeps/m68k/m680x0/fpu/e_pow_log_data.c: New file.
7051 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-e_pow-fma.c): Allow fma
7052 contraction.
7053 (CFLAGS-e_pow-fma4.c): Likewise.
7054
7055 2018-09-18 Paul Eggert <eggert@cs.ucla.edu>
7056
7057 Simplify tzfile fstat failure code
7058 [BZ #21716]
7059 * time/tzfile.c (__tzfile_read): Simplify slightly.
7060
7061 Fix tzfile low-memory assertion failure
7062 [BZ #21716]
7063 * time/tzfile.c (__tzfile_read): Check for memory exhaustion
7064 when registering time zone abbreviations.
7065
7066 2018-09-18 Joseph Myers <joseph@codesourcery.com>
7067
7068 * sysdeps/unix/sysv/linux/bits/mman.h: New file.
7069 * sysdeps/unix/sysv/linux/aarch64/bits/mman.h: Remove.
7070 * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
7071 * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
7072 * sysdeps/unix/sysv/linux/microblaze/bits/mman.h: Likewise.
7073 * sysdeps/unix/sysv/linux/nios2/bits/mman.h: Likewise.
7074 * sysdeps/unix/sysv/linux/riscv/bits/mman.h: Likewise.
7075 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
7076 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
7077
7078 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c (ceil): Redirect to
7079 __ceil.
7080 (__ceill): Call ceil instead of __ceil.
7081 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c (floor): Redirect to
7082 __floor.
7083 (__floorl): Call floor instead of __floor.
7084
7085 2018-09-17 Joseph Myers <joseph@codesourcery.com>
7086
7087 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
7088 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (ceil): Redirect
7089 using MATH_REDIRECT.
7090 * sysdeps/aarch64/fpu/s_ceil.c: Define NO_MATH_REDIRECT before
7091 header inclusion.
7092 * sysdeps/aarch64/fpu/s_ceilf.c: Likewise.
7093 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
7094 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
7095 * sysdeps/ieee754/float128/s_ceilf128.c: Likewise.
7096 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
7097 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
7098 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
7099 * sysdeps/m68k/m680x0/fpu/s_ceil_template.c: Likewise.
7100 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: Likewise.
7101 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: Likewise.
7102 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: Likewise.
7103 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: Likewise.
7104 * sysdeps/riscv/rv64/rvd/s_ceil.c: Likewise.
7105 * sysdeps/riscv/rvf/s_ceilf.c: Likewise.
7106 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.c: Likewise.
7107 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.c: Likewise.
7108 * sysdeps/x86_64/fpu/multiarch/s_ceil.c: Likewise.
7109 * sysdeps/x86_64/fpu/multiarch/s_ceilf.c: Likewise.
7110 * sysdeps/powerpc/fpu/math_private.h [_ARCH_PWR5X] (__ceil):
7111 Remove macro.
7112 * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Use ceil
7113 functions instead of __ceil variants.
7114 * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Likewise.
7115 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive):
7116 Likewise.
7117 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive):
7118 Likewise.
7119 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c (__truncl): Likewise.
7120 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive):
7121 Likewise.
7122 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Likewise.
7123 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
7124
7125 [BZ #21286]
7126 * sysdeps/unix/sysv/linux/bits/siginfo-consts.h (SI_DETHREAD): New
7127 constant.
7128 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (ILL_BADIADDR): Likewise.
7129 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (FPE_FLTUNK): Likewise.
7130 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (FPE_CONDTRAP): Likewise.
7131 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (SEGV_ACCADI): Likewise.
7132 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (SEGV_ADIDERR): Likewise.
7133 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (SEGV_ADIPERR): Likewise.
7134 [__USE_XOPEN_EXTENDED] (TRAP_BRANCH): Likewise.
7135 [__USE_XOPEN_EXTENDED] (TRAP_HWBKPT): Likewise.
7136 [__USE_XOPEN_EXTENDED] (TRAP_UNK): Likweise.
7137 * sysdeps/unix/sysv/linux/ia64/bits/siginfo-consts-arch.h
7138 (ILL_BADIADDR): Remove constant.
7139 (TRAP_BRANCH): Likewise.
7140 (TRAP_HWBKPT): Likewise.
7141
7142 2018-09-14 Joseph Myers <joseph@codesourcery.com>
7143
7144 [BZ #23656]
7145 * sysdeps/unix/sysv/linux/mips/sys/procfs.h (struct elf_prstatus):
7146 Remove [_MIPS_SIM = _ABIN32] conditional case.
7147 (struct elf_prpsinfo): Likewise.
7148
7149 [BZ #23649]
7150 * sysdeps/unix/sysv/linux/microblaze/sys/procfs.h (struct
7151 elf_prpsinfo): Use unsigned int for pr_uid and pr_gid.
7152 * sysdeps/unix/sysv/linux/mips/sys/procfs.h (struct elf_prpsinfo):
7153 Likewise.
7154 * sysdeps/unix/sysv/linux/nios2/sys/procfs.h (struct
7155 elf_prpsinfo): Likewise.
7156 * sysdeps/unix/sysv/linux/riscv/sys/procfs.h (struct
7157 elf_prpsinfo): Likewise.
7158 * sysdeps/unix/sysv/linux/sys/procfs.h (struct elf_prpsinfo):
7159 Likewise.
7160
7161 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
7162 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (rint): Redirect
7163 using MATH_REDIRECT.
7164 * sysdeps/aarch64/fpu/s_rint.c: Define NO_MATH_REDIRECT before
7165 header inclusion.
7166 * sysdeps/aarch64/fpu/s_rintf.c: Likewise.
7167 * sysdeps/alpha/fpu/s_rint.c: Likewise.
7168 * sysdeps/alpha/fpu/s_rintf.c: Likewise.
7169 * sysdeps/i386/fpu/s_rintl.c: Likewise.
7170 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
7171 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
7172 * sysdeps/ieee754/float128/s_rintf128.c: Likewise.
7173 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
7174 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
7175 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
7176 * sysdeps/m68k/coldfire/fpu/s_rint.c: Likewise.
7177 * sysdeps/m68k/coldfire/fpu/s_rintf.c: Likewise.
7178 * sysdeps/m68k/m680x0/fpu/s_rint.c: Likewise.
7179 * sysdeps/m68k/m680x0/fpu/s_rintf.c: Likewise.
7180 * sysdeps/m68k/m680x0/fpu/s_rintl.c: Likewise.
7181 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
7182 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
7183 * sysdeps/riscv/rv64/rvd/s_rint.c: Likewise.
7184 * sysdeps/riscv/rvf/s_rintf.c: Likewise.
7185 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.c: Likewise.
7186 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.c: Likewise.
7187 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.c: Likewise.
7188 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.c: Likewise.
7189 * sysdeps/x86_64/fpu/multiarch/s_rint.c: Likewise.
7190 * sysdeps/x86_64/fpu/multiarch/s_rintf.c: Likewise.
7191 * sysdeps/x86_64/fpu/math_private.h: Remove file.
7192 * math/e_scalb.c (invalid_fn): Use rint functions instead of
7193 __rint variants.
7194 * math/e_scalbf.c (invalid_fn): Likewise.
7195 * math/e_scalbl.c (invalid_fn): Likewise.
7196 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
7197 Likewise.
7198 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
7199 Likewise.
7200 * sysdeps/ieee754/k_standard.c (__kernel_standard): Likewise.
7201 * sysdeps/ieee754/k_standardl.c (__kernel_standard_l): Likewise.
7202 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
7203 Likewise.
7204 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
7205 Likewise.
7206 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
7207 Likewise.
7208 * sysdeps/powerpc/powerpc32/fpu/s_llrint.c (__llrint): Likewise.
7209 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c (__llrintf): Likewise.
7210
7211 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
7212 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (MATH_REDIRECT):
7213 New macro.
7214 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
7215 && !NO_MATH_REDIRECT] (MATH_REDIRECT_LDBL): Likewise.
7216 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
7217 && !NO_MATH_REDIRECT] (MATH_REDIRECT_F128): Likewise.
7218 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
7219 && !NO_MATH_REDIRECT] (MATH_REDIRECT_UNARY_ARGS): Likewise.
7220 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
7221 && !NO_MATH_REDIRECT] (sqrt): Redirect using MATH_REDIRECT.
7222 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
7223 && !NO_MATH_REDIRECT] (floor): Likewise.
7224 * sysdeps/aarch64/fpu/s_floor.c: Define NO_MATH_REDIRECT before
7225 header inclusion.
7226 * sysdeps/aarch64/fpu/s_floorf.c: Likewise.
7227 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
7228 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
7229 * sysdeps/ieee754/float128/s_floorf128.c: Likewise.
7230 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
7231 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
7232 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
7233 * sysdeps/m68k/m680x0/fpu/s_floor_template.c: Likewise.
7234 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: Likewise.
7235 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: Likewise.
7236 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: Likewise.
7237 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: Likewise.
7238 * sysdeps/riscv/rv64/rvd/s_floor.c: Likewise.
7239 * sysdeps/riscv/rvf/s_floorf.c: Likewise.
7240 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.c: Likewise.
7241 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.c: Likewise.
7242 * sysdeps/x86_64/fpu/multiarch/s_floor.c: Likewise.
7243 * sysdeps/x86_64/fpu/multiarch/s_floorf.c: Likewise.
7244 * sysdeps/powerpc/fpu/math_private.h [_ARCH_PWR5X] (__floor):
7245 Remove macro.
7246 [_ARCH_PWR5X] (__floorf): Likewise.
7247 * sysdeps/x86_64/fpu/math_private.h [__SSE4_1__] (__floor): Remove
7248 inline function.
7249 [__SSE4_1__] (__floorf): Likewise.
7250 * math/w_lgamma_main.c (LGFUNC (__lgamma)): Use floor functions
7251 instead of __floor variants.
7252 * math/w_lgamma_r_compat.c (__lgamma_r): Likewise.
7253 * math/w_lgammaf_main.c (LGFUNC (__lgammaf)): Likewise.
7254 * math/w_lgammaf_r_compat.c (__lgammaf_r): Likewise.
7255 * math/w_lgammal_main.c (LGFUNC (__lgammal)): Likewise.
7256 * math/w_lgammal_r_compat.c (__lgammal_r): Likewise.
7257 * math/w_tgamma_compat.c (__tgamma): Likewise.
7258 * math/w_tgamma_template.c (M_DECL_FUNC (__tgamma)): Likewise.
7259 * math/w_tgammaf_compat.c (__tgammaf): Likewise.
7260 * math/w_tgammal_compat.c (__tgammal): Likewise.
7261 * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Likewise.
7262 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2):
7263 Likewise.
7264 * sysdeps/ieee754/dbl-64/lgamma_neg.c (__lgamma_neg): Likewise.
7265 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (sin_pif): Likewise.
7266 * sysdeps/ieee754/flt-32/lgamma_negf.c (__lgamma_negf): Likewise.
7267 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
7268 Likewise.
7269 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
7270 * sysdeps/ieee754/ldbl-128/lgamma_negl.c (__lgamma_negl):
7271 Likewise.
7272 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Likewise.
7273 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c (__ieee754_lgammal_r):
7274 Likewise.
7275 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
7276 * sysdeps/ieee754/ldbl-128ibm/lgamma_negl.c (__lgamma_negl):
7277 Likewise.
7278 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
7279 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c (__truncl): Likewise.
7280 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Likewise.
7281 * sysdeps/ieee754/ldbl-96/lgamma_negl.c (__lgamma_negl): Likewise.
7282 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Likewise.
7283 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
7284
7285 2018-09-12 Joseph Myers <joseph@codesourcery.com>
7286
7287 * elf/Makefile (modules-names-tests): New variable.
7288
7289 2018-09-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
7290
7291 * NEWS: Mention log2 improvements.
7292 * math/Makefile (type-double-routines): Add e_log2_data.
7293 * sysdeps/i386/fpu/e_log2_data.c: New file.
7294 * sysdeps/ia64/fpu/e_log2_data.c: New file.
7295 * sysdeps/ieee754/dbl-64/e_log2.c: Rewrite.
7296 * sysdeps/ieee754/dbl-64/e_log2_data.c: New file.
7297 * sysdeps/ieee754/dbl-64/math_config.h (__log2_data): Add.
7298 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: Remove.
7299 * sysdeps/m68k/m680x0/fpu/e_log2_data.c: New file.
7300
7301 2018-09-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
7302
7303 * NEWS: Mention log improvement.
7304 * math/Makefile (type-double-routines): Add e_log_data.
7305 * sysdeps/i386/fpu/e_log_data.c: New file.
7306 * sysdeps/ia64/fpu/e_log_data.c: New file.
7307 * sysdeps/ieee754/dbl-64/e_log.c: Rewrite.
7308 * sysdeps/ieee754/dbl-64/e_log_data.c: New file.
7309 * sysdeps/ieee754/dbl-64/math_config.h (__log_data): Add.
7310 * sysdeps/ieee754/dbl-64/ulog.h: Remove.
7311 * sysdeps/ieee754/dbl-64/ulog.tbl: Remove.
7312 * sysdeps/m68k/m680x0/fpu/e_log_data.c: New file.
7313
7314 2018-09-12 H.J. Lu <hongjiu.lu@intel.com>
7315 Xuepeng Guo <xuepeng.guo@intel.com>
7316
7317 [BZ #23606]
7318 * sysdeps/i386/start.S: Include <sysdep.h>
7319 (_start): Use ENTRY/END to insert ENDBR32 at entry when CET is
7320 enabled. Add cfi_undefined (eip).
7321
7322 2018-09-11 Joseph Myers <joseph@codesourcery.com>
7323
7324 * sysdeps/x86_64/fpu/math_private.h (MOVD): Remove macro.
7325 (MOVQ): Likewise.
7326 (EXTRACT_WORDS64): Likewise.
7327 (INSERT_WORDS64): Likewise.
7328 (GET_FLOAT_WORD): Likewise.
7329 (SET_FLOAT_WORD): Likewise.
7330
7331 * scripts/build-many-glibcs.py (Context.__init__): Add full_gcc
7332 argument.
7333 (Config.build_gcc): Use --disable-libsanitizer for first GCC
7334 build, but not for second build if --full-gcc. Use
7335 --enable-languages=all for second build if --full-gcc.
7336 (get_parser): Add --full-gcc option.
7337 (main): Update call to Context.
7338
7339 2018-09-10 Rafal Luzynski <digitalfreak@lingonborough.com>
7340
7341 [BZ #10797]
7342 * localedata/locales/de_CH (mon_thousands_sep): Use "<U2019>" (Right
7343 Single Quotation Mark).
7344 (thousands_sep): Likewise.
7345 * localedata/locales/it_CH (LC_NUMERIC): Use “copy "de_CH"”.
7346 * localedata/locales/it_IT (thousands_sep): Use ".".
7347 (grouping): Use "3;3".
7348
7349 2018-09-10 Joseph Myers <joseph@codesourcery.com>
7350
7351 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
7352 x86_64 and i686 configs using --enable-obsolete-rpc
7353 --enable-obsolete-nsl.
7354
7355 2018-09-06 Stefan Liebler <stli@linux.ibm.com>
7356
7357 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
7358
7359 2018-09-06 Stefan Liebler <stli@linux.ibm.com>
7360
7361 * sysdeps/unix/sysv/linux/spawni.c (maybe_script_execute):
7362 Increment size of new_argv by one.
7363
7364 2018-09-05 Rafal Luzynski <digitalfreak@lingonborough.com>
7365
7366 [BZ #17426]
7367 * localedata/locales/anp_IN (d_fmt): Use "%-d//%-m//%y".
7368 * localedata/locales/ar_IN (d_fmt): Likewise.
7369 * localedata/locales/bhb_IN (d_fmt): Likewise.
7370 * localedata/locales/bho_IN (d_fmt): Likewise.
7371 * localedata/locales/bn_BD (d_fmt): Likewise.
7372 * localedata/locales/bn_IN (d_fmt): Likewise.
7373 * localedata/locales/doi_IN (d_fmt): Likewise.
7374 * localedata/locales/gu_IN (d_fmt): Likewise.
7375 * localedata/locales/hi_IN (d_fmt): Likewise.
7376 * localedata/locales/hne_IN (d_fmt): Likewise.
7377 * localedata/locales/kn_IN (d_fmt): Likewise.
7378 * localedata/locales/mag_IN (d_fmt): Likewise.
7379 * localedata/locales/mai_IN (d_fmt): Likewise.
7380 * localedata/locales/mjw_IN (d_fmt): Likewise.
7381 * localedata/locales/ml_IN (d_fmt): Likewise.
7382 * localedata/locales/mni_IN (d_fmt): Likewise.
7383 * localedata/locales/mr_IN (d_fmt): Likewise.
7384 * localedata/locales/pa_IN (d_fmt): Likewise.
7385 * localedata/locales/raj_IN (d_fmt): Likewise.
7386 * localedata/locales/sat_IN (d_fmt): Likewise.
7387 * localedata/locales/sd_IN (d_fmt): Likewise.
7388 * localedata/locales/sd_IN@devanagari (d_fmt): Likewise.
7389 * localedata/locales/ta_IN (d_fmt): Likewise.
7390 * localedata/locales/ta_LK (d_fmt): Likewise.
7391 * localedata/locales/tcy_IN (d_fmt): Likewise.
7392 * localedata/locales/ur_IN (d_fmt): Likewise.
7393
7394 * localedata/locales/brx_IN (d_fmt): Use "%-m//%-d//%y".
7395 * localedata/locales/ks_IN (d_fmt): Likewise.
7396 * localedata/locales/ks_IN@devanagari (d_fmt): Likewise.
7397
7398 * localedata/locales/kok_IN (d_fmt): Use "%-d-%-m-%y".
7399 * localedata/locales/ne_NP (d_fmt): Use "%y//%-m//%-d".
7400 * localedata/locales/sa_IN (d_fmt): Use "%-d-%m-%y".
7401 * localedata/locales/te_IN (d_fmt): Use "%d-%m-%y".
7402
7403 2018-09-05 Szabolcs Nagy <szabolcs.nagy@arm.com>
7404
7405 * NEWS: Mention exp and exp2 improvements.
7406 * math/Makefile (libm-support): Remove t_exp.
7407 (type-double-routines): Add math_err and e_exp_data.
7408 * sysdeps/aarch64/libm-test-ulps: Update.
7409 * sysdeps/arm/libm-test-ulps: Update.
7410 * sysdeps/i386/fpu/e_exp_data.c: New file.
7411 * sysdeps/i386/fpu/math_err.c: New file.
7412 * sysdeps/i386/fpu/t_exp.c: Remove.
7413 * sysdeps/ia64/fpu/e_exp_data.c: New file.
7414 * sysdeps/ia64/fpu/math_err.c: New file.
7415 * sysdeps/ia64/fpu/t_exp.c: Remove.
7416 * sysdeps/ieee754/dbl-64/e_exp.c: Rewrite.
7417 * sysdeps/ieee754/dbl-64/e_exp2.c: Rewrite.
7418 * sysdeps/ieee754/dbl-64/e_exp_data.c: New file.
7419 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Update error bound.
7420 * sysdeps/ieee754/dbl-64/eexp.tbl: Remove.
7421 * sysdeps/ieee754/dbl-64/math_config.h: New file.
7422 * sysdeps/ieee754/dbl-64/math_err.c: New file.
7423 * sysdeps/ieee754/dbl-64/t_exp.c: Remove.
7424 * sysdeps/ieee754/dbl-64/t_exp2.h: Remove.
7425 * sysdeps/ieee754/dbl-64/uexp.h: Remove.
7426 * sysdeps/ieee754/dbl-64/uexp.tbl: Remove.
7427 * sysdeps/m68k/m680x0/fpu/e_exp_data.c: New file.
7428 * sysdeps/m68k/m680x0/fpu/math_err.c: New file.
7429 * sysdeps/m68k/m680x0/fpu/t_exp.c: Remove.
7430 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7431 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7432
7433 2018-09-05 Joseph Myers <joseph@codesourcery.com>
7434
7435 * sysdeps/alpha/fpu/math_private.h: Remove.
7436
7437 * sysdeps/generic/math_private.h
7438 [__HAVE_DISTINCT_FLOAT128 && !__GNUC_PREREQ (7, 0)] (__isinff128):
7439 Move this inline function ....
7440 [__HAVE_DISTINCT_FLOAT128] (fabsf128): And this one ....
7441 * include/math.h [!_ISOMAC]: To here....
7442
7443 2018-09-04 Joseph Myers <joseph@codesourcery.com>
7444
7445 * sysdeps/generic/fenv_private.h [FE_ALL_EXCEPT == 0]: Move this
7446 code ....
7447 [!FE_HAVE_ROUNDING_MODES]: And this code ....
7448 * include/fenv.h [!_ISOMAC]: ... to here.
7449 * math/fraiseexcpt.c (__feraiseexcept): Undefine as macro.
7450 (feraiseexcept): Likewise.
7451 * math/fromfp.h: Do not include <fenv_private.h>.
7452 * math/s_cexp_template.c: Likewise.
7453 * math/s_csin_template.c: Likewise.
7454 * math/s_csinh_template.c: Likewise.
7455 * math/s_ctan_template.c: Likewise.
7456 * math/s_ctanh_template.c: Likewise.
7457 * math/s_iseqsig_template.c: Likewise.
7458 * math/w_acos_compat.c: Likewise.
7459 * math/w_acosf_compat.c: Likewise.
7460 * math/w_acosl_compat.c: Likewise.
7461 * math/w_asin_compat.c: Likewise.
7462 * math/w_asinf_compat.c: Likewise.
7463 * math/w_asinl_compat.c: Likewise.
7464 * math/w_j0_compat.c: Likewise.
7465 * math/w_j0f_compat.c: Likewise.
7466 * math/w_j0l_compat.c: Likewise.
7467 * math/w_j1_compat.c: Likewise.
7468 * math/w_j1f_compat.c: Likewise.
7469 * math/w_j1l_compat.c: Likewise.
7470 * math/w_jn_compat.c: Likewise.
7471 * math/w_jnf_compat.c: Likewise.
7472 * math/w_log10_compat.c: Likewise.
7473 * math/w_log10f_compat.c: Likewise.
7474 * math/w_log10l_compat.c: Likewise.
7475 * math/w_log2_compat.c: Likewise.
7476 * math/w_log2f_compat.c: Likewise.
7477 * math/w_log2l_compat.c: Likewise.
7478 * math/w_log_compat.c: Likewise.
7479 * math/w_logf_compat.c: Likewise.
7480 * math/w_logl_compat.c: Likewise.
7481 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
7482 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
7483 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
7484 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
7485 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
7486 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
7487 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
7488 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
7489 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
7490 * sysdeps/ieee754/k_standardl.c: Likewise.
7491 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
7492 * sysdeps/ieee754/ldbl-128/s_fmal.c: Likewise.
7493 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
7494 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
7495 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
7496 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
7497 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
7498 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
7499 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
7500 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
7501 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
7502 * sysdeps/ieee754/ldbl-96/s_fma.c: Likewise.
7503 * sysdeps/ieee754/ldbl-96/s_fmal.c: Likewise.
7504 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
7505 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
7506 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
7507 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
7508 * math/w_ilogb_template.c: Include <fenv.h> instead of
7509 <fenv_private.h>.
7510 * math/w_llogb_template.c: Likewise.
7511 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
7512 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
7513
7514 2018-09-03 Joseph Myers <joseph@codesourcery.com>
7515
7516 * sysdeps/generic/math_private.h: Do not include <fenv_private.h>.
7517 * math/fromfp.h: Include <fenv_private.h>.
7518 * math/math-narrow.h: Likewise.
7519 * math/s_cexp_template.c: Likewise.
7520 * math/s_csin_template.c: Likewise.
7521 * math/s_csinh_template.c: Likewise.
7522 * math/s_ctan_template.c: Likewise.
7523 * math/s_ctanh_template.c: Likewise.
7524 * math/s_iseqsig_template.c: Likewise.
7525 * math/w_acos_compat.c: Likewise.
7526 * math/w_acosf_compat.c: Likewise.
7527 * math/w_acosl_compat.c: Likewise.
7528 * math/w_asin_compat.c: Likewise.
7529 * math/w_asinf_compat.c: Likewise.
7530 * math/w_asinl_compat.c: Likewise.
7531 * math/w_ilogb_template.c: Likewise.
7532 * math/w_j0_compat.c: Likewise.
7533 * math/w_j0f_compat.c: Likewise.
7534 * math/w_j0l_compat.c: Likewise.
7535 * math/w_j1_compat.c: Likewise.
7536 * math/w_j1f_compat.c: Likewise.
7537 * math/w_j1l_compat.c: Likewise.
7538 * math/w_jn_compat.c: Likewise.
7539 * math/w_jnf_compat.c: Likewise.
7540 * math/w_llogb_template.c: Likewise.
7541 * math/w_log10_compat.c: Likewise.
7542 * math/w_log10f_compat.c: Likewise.
7543 * math/w_log10l_compat.c: Likewise.
7544 * math/w_log2_compat.c: Likewise.
7545 * math/w_log2f_compat.c: Likewise.
7546 * math/w_log2l_compat.c: Likewise.
7547 * math/w_log_compat.c: Likewise.
7548 * math/w_logf_compat.c: Likewise.
7549 * math/w_logl_compat.c: Likewise.
7550 * sysdeps/aarch64/fpu/feholdexcpt.c: Likewise.
7551 * sysdeps/aarch64/fpu/fesetround.c: Likewise.
7552 * sysdeps/aarch64/fpu/fgetexcptflg.c: Likewise.
7553 * sysdeps/aarch64/fpu/ftestexcept.c: Likewise.
7554 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
7555 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
7556 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
7557 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
7558 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
7559 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
7560 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
7561 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
7562 * sysdeps/ieee754/dbl-64/gamma_product.c: Likewise.
7563 * sysdeps/ieee754/dbl-64/lgamma_neg.c: Likewise.
7564 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
7565 * sysdeps/ieee754/dbl-64/s_fma.c: Likewise.
7566 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
7567 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
7568 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
7569 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
7570 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
7571 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
7572 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
7573 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
7574 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
7575 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
7576 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
7577 * sysdeps/ieee754/dbl-64/x2y2m1.c: Likewise.
7578 * sysdeps/ieee754/float128/float128_private.h: Likewise.
7579 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
7580 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
7581 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
7582 * sysdeps/ieee754/flt-32/lgamma_negf.c: Likewise.
7583 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
7584 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
7585 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
7586 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
7587 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
7588 * sysdeps/ieee754/k_standardl.c: Likewise.
7589 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
7590 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
7591 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
7592 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
7593 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
7594 * sysdeps/ieee754/ldbl-128/lgamma_negl.c: Likewise.
7595 * sysdeps/ieee754/ldbl-128/s_fmal.c: Likewise.
7596 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
7597 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
7598 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
7599 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
7600 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
7601 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
7602 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
7603 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
7604 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
7605 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
7606 * sysdeps/ieee754/ldbl-128ibm/lgamma_negl.c: Likewise.
7607 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
7608 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
7609 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
7610 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
7611 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
7612 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
7613 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
7614 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
7615 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
7616 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
7617 * sysdeps/ieee754/ldbl-96/lgamma_negl.c: Likewise.
7618 * sysdeps/ieee754/ldbl-96/s_fma.c: Likewise.
7619 * sysdeps/ieee754/ldbl-96/s_fmal.c: Likewise.
7620 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
7621 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
7622 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
7623 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
7624 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
7625 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
7626 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
7627 * sysdeps/riscv/rv64/rvd/s_ceil.c: Likewise.
7628 * sysdeps/riscv/rv64/rvd/s_floor.c: Likewise.
7629 * sysdeps/riscv/rv64/rvd/s_nearbyint.c: Likewise.
7630 * sysdeps/riscv/rv64/rvd/s_round.c: Likewise.
7631 * sysdeps/riscv/rv64/rvd/s_roundeven.c: Likewise.
7632 * sysdeps/riscv/rv64/rvd/s_trunc.c: Likewise.
7633 * sysdeps/riscv/rvd/s_finite.c: Likewise.
7634 * sysdeps/riscv/rvd/s_fmax.c: Likewise.
7635 * sysdeps/riscv/rvd/s_fmin.c: Likewise.
7636 * sysdeps/riscv/rvd/s_fpclassify.c: Likewise.
7637 * sysdeps/riscv/rvd/s_isinf.c: Likewise.
7638 * sysdeps/riscv/rvd/s_isnan.c: Likewise.
7639 * sysdeps/riscv/rvd/s_issignaling.c: Likewise.
7640 * sysdeps/riscv/rvf/fegetround.c: Likewise.
7641 * sysdeps/riscv/rvf/feholdexcpt.c: Likewise.
7642 * sysdeps/riscv/rvf/fesetenv.c: Likewise.
7643 * sysdeps/riscv/rvf/fesetround.c: Likewise.
7644 * sysdeps/riscv/rvf/feupdateenv.c: Likewise.
7645 * sysdeps/riscv/rvf/fgetexcptflg.c: Likewise.
7646 * sysdeps/riscv/rvf/ftestexcept.c: Likewise.
7647 * sysdeps/riscv/rvf/s_ceilf.c: Likewise.
7648 * sysdeps/riscv/rvf/s_finitef.c: Likewise.
7649 * sysdeps/riscv/rvf/s_floorf.c: Likewise.
7650 * sysdeps/riscv/rvf/s_fmaxf.c: Likewise.
7651 * sysdeps/riscv/rvf/s_fminf.c: Likewise.
7652 * sysdeps/riscv/rvf/s_fpclassifyf.c: Likewise.
7653 * sysdeps/riscv/rvf/s_isinff.c: Likewise.
7654 * sysdeps/riscv/rvf/s_isnanf.c: Likewise.
7655 * sysdeps/riscv/rvf/s_issignalingf.c: Likewise.
7656 * sysdeps/riscv/rvf/s_nearbyintf.c: Likewise.
7657 * sysdeps/riscv/rvf/s_roundevenf.c: Likewise.
7658 * sysdeps/riscv/rvf/s_roundf.c: Likewise.
7659 * sysdeps/riscv/rvf/s_truncf.c: Likewise.
7660
7661 2018-08-31 Paul Pluzhnikov <ppluzhnikov@google.com>
7662
7663 [BZ #20271]
7664 * include/stdio.h (__libc_fatal): Mention newline in comment.
7665 * grp/initgroups.c (internal_getgrouplist): Add missing newline.
7666 * nptl/pthread_cond_wait.c (__pthread_cond_wait_common): Likewise.
7667 * nscd/initgrcache.c (addinitgroupsX): Likewise.
7668 * nss/nsswitch.c (__nss_next2): Likewise.
7669 * sysdeps/aarch64/dl-irel.h (elf_irela): Likewise.
7670 * sysdeps/arm/dl-irel.h (elf_irel): Likewise.
7671 * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Likewise.
7672 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
7673 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irel): Likewise.
7674 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irel): Likewise.
7675 * sysdeps/s390/dl-irel.h (elf_irel): Likewise.
7676 * sysdeps/sparc/sparc32/dl-irel.h (elf_irel): Likewise.
7677 * sysdeps/sparc/sparc64/dl-irel.h (elf_irel): Likewise.
7678 * sysdeps/x86_64/dl-irel.h (elf_irel): Likewise.
7679 * sysdeps/nptl/futex-internal.h (futex_wake): Likewise.
7680 * sysdeps/unix/sysv/linux/netlink_assert_response.c
7681 (__netlink_assert_response): Likewise.
7682
7683 2018-08-31 Joseph Myers <joseph@codesourcery.com>
7684
7685 * conform/glibcconform.py: New file.
7686 * conform/list-header-symbols.py: Likewise.
7687 * conform/list-header-symbols.pl: Remove.
7688 * conform/Makefile (tests-special): Only add linknamespace tests
7689 if [PYTHON].
7690 ($(linknamespace-symlists-tests)): Use list-header-symbols.py.
7691
7692 2018-08-31 H.J. Lu <hongjiu.lu@intel.com>
7693
7694 [BZ #23597]
7695 * support/Makefile (libsupport-routines): Add
7696 support_copy_file_range and xcopy_file_range.
7697 * support/support.h: Include <sys/types.h>.
7698 (support_copy_file_range): New prototype.
7699 * support/support_copy_file_range.c: New file. Copied and
7700 modified from io/copy_file_range-compat.c.
7701 * support/test-container.c (copy_one_file): Call xcopy_file_rang
7702 instead of copy_file_range.
7703 * support/xcopy_file_range.c: New file.
7704 * support/xunistd.h (xcopy_file_range): New prototype.
7705
7706 2018-08-30 Carlos O'Donell <carlos@redhat.com>
7707
7708 * elf/tst-dlopen-aout.c: Include support/xthread.h. Use
7709 xpthread_create and xpthread_join.
7710
7711 2018-08-30 Florian Weimer <fweimer@redhat.com>
7712
7713 * stdlib/stdlib.h (reallocarray): Make available under __USE_MISC.
7714
7715 2018-08-30 Stefan Liebler <stli@linux.ibm.com>
7716
7717 * stdlib/test-bz22786.c (do_test): Return EXIT_UNSUPPORTED
7718 if malloc fails.
7719
7720 2018-08-29 Joseph Myers <joseph@codesourcery.com>
7721
7722 * math/gen-libm-test.py (gen_test_args_res): Also treat plus_oflow
7723 and minus_oflow as non-finite.
7724
7725 2018-08-28 Joseph Myers <joseph@codesourcery.com>
7726
7727 * sysdeps/aarch64/fpu/fenv_private.h: New file. Based on ....
7728 * sysdeps/aarch64/fpu/math_private.h: ... this file. All contents
7729 moved to fenv_private.h except for ...
7730 (TOINT_INTRINSICS): Kept in math_private.h.
7731 (roundtoint): Likewise.
7732 (converttoint): Likewise.
7733 * sysdeps/arm/fenv_private.h: Change multiple-include guard to
7734 [ARM_FENV_PRIVATE_H]. Include next <fenv_private.h>.
7735 * sysdeps/arm/math_private.h: Remove.
7736 * sysdeps/generic/fenv_private.h: New file. Contents moved from
7737 ....
7738 * sysdeps/generic/math_private.h: ... this file. Include
7739 <stdbool.h>. Do not include <fenv.h> or <get-rounding-mode.h>.
7740 Include <fenv_private.h>. Remove functions and macros moved to
7741 fenv_private.h.
7742 * sysdeps/i386/fpu/math_private.h: Remove.
7743 * sysdeps/mips/math_private.h: Move to ....
7744 * sysdeps/mips/fpu/fenv_private.h: ... here. Change
7745 multiple-include guard to [MIPS_FENV_PRIVATE_H]. Remove
7746 [__mips_hard_float] conditional. Include next <fenv_private.h>.
7747 * sysdeps/powerpc/fpu/fenv_private.h: Change multiple-include
7748 guard to [POWERPC_FENV_PRIVATE_H]. Include next <fenv_private.h>.
7749 * sysdeps/powerpc/fpu/math_private.h: Do not include
7750 <fenv_private.h>.
7751 * sysdeps/riscv/rvf/math_private.h: Move to ....
7752 * sysdeps/riscv/rvf/fenv_private.h: ... here. Change
7753 multiple-include guard to [RISCV_FENV_PRIVATE_H]. Include next
7754 <fenv_private.h>.
7755 * sysdeps/sparc/fpu/fenv_private.h: Change multiple-include guard
7756 to [SPARC_FENV_PRIVATE_H]. Include next <fenv_private.h>.
7757 * sysdeps/sparc/fpu/math_private.h: Remove.
7758 * sysdeps/i386/fpu/fenv_private.h: Move to ....
7759 * sysdeps/x86/fpu/fenv_private.h: ... here. Change
7760 multiple-include guard to [X86_FENV_PRIVATE_H]. Include next
7761 <fenv_private.h>.
7762 * sysdeps/x86_64/fpu/math_private.h: Do not include
7763 <sysdeps/i386/fpu/fenv_private.h>.
7764
7765 2018-08-28 Florian Weimer <fweimer@redhat.com>
7766
7767 [BZ #23578]
7768 * posix/tst-regcomp-truncated.c: New file.
7769 * posix/Makefile (tests): Add it.
7770 (tst-regcomp-truncated.out): Depend on generated locales.
7771
7772 2018-08-28 Florian Weimer <fweimer@redhat.com>
7773
7774 * support/test-container.c (main): Treat unshare failure with
7775 EPERM as an unsupported test.
7776
7777 2018-08-28 Florian Weimer <fweimer@redhat.com>
7778
7779 [BZ #23520]
7780 nscd: Fix use-after-free in addgetnetgrentX and its callers.
7781 * nscd/netgroupcache.c
7782 (addgetnetgrentX): Add tofreep parameter. Do not free
7783 heap-allocated buffer.
7784 (addinnetgrX): Free buffer allocated bt addgetnetgrentX.
7785 (addgetnetgrentX_ignore): New function.
7786 (addgetnetgrent): Call it.
7787 (readdgetnetgrent): Likewise.
7788
7789 2018-08-28 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7790
7791 * string/memmem.c: Use memcmp for first match.
7792
7793 2018-08-28 Rafal Luzynski <digitalfreak@lingonborough.com>
7794
7795 [BZ #17426]
7796 * localedata/locales/en_IN (d_fmt): Use "%d/%m/%y".
7797
7798 2018-08-27 DJ Delorie <dj@redhat.com>
7799
7800 * support/Makefile (others): Don't list programs explicitly as a
7801 dependency of "others".
7802
7803 2018-08-27 Joseph Myers <joseph@codesourcery.com>
7804
7805 * sysdeps/generic/math-tests-trap-force.h: New file.
7806 * sysdeps/generic/math-tests.h: Include <math-tests-trap-force.h>.
7807 (EXCEPTION_SET_FORCES_TRAP): Do not define here.
7808 * sysdeps/powerpc/math-tests.h: Remove file.
7809 * sysdeps/powerpc/fpu/math-tests-trap-force.h: New file.
7810
7811 2018-08-27 Martin Kuchta <martin.kuchta@netapp.com>
7812 Torvald Riegel <triegel@redhat.com>
7813
7814 [BZ #23538]
7815 * nptl/pthread_cond_common.c (__condvar_quiesce_and_switch_g1):
7816 Update r to include the set wake-request flag if waiters are
7817 remaining after spinning.
7818
7819 2018-08-27 Joseph Myers <joseph@codesourcery.com>
7820
7821 * sysdeps/gnu/netinet/udp.h (UDP_SEGMENT): New macro.
7822
7823 2018-08-25 Paul Eggert <eggert@cs.ucla.edu>
7824
7825 [BZ #23578]
7826 regex: fix uninitialized memory access
7827 I introduced this bug into gnulib in commit
7828 8335a4d6c7b4448cd0bcb6d0bebf1d456bcfdb17 dated 2006-04-10;
7829 eventually it was merged into glibc. The bug was found by
7830 project-repo <bugs@feusi.co> and reported here:
7831 https://lists.gnu.org/r/sed-devel/2018-08/msg00017.html
7832 Diagnosis and draft fix reported by Assaf Gordon here:
7833 https://lists.gnu.org/r/bug-gnulib/2018-08/msg00071.html
7834 https://lists.gnu.org/r/bug-gnulib/2018-08/msg00142.html
7835 * posix/regex_internal.c (build_wcs_upper_buffer):
7836 Fix bug when mbrtowc returns 0.
7837
7838 2018-08-24 Carlos O'Donell <carlos@redhat.com>
7839
7840 * po/be.po: Update translation.
7841
7842 2018-08-24 DJ Delorie <dj@delorie.com>
7843
7844 * support/Makefile (LDLIBS-links-dso-program): Add -lgcc and
7845 $(libunwind).
7846
7847 2018-08-24 Paul Pluzhnikov <ppluzhnikov@google.com>
7848
7849 [BZ #23400]
7850 * stdlib/test-bz22786.c (do_test): Fix undefined behavior, don't
7851 create temporary files in source tree.
7852
7853 2018-08-24 Joseph Myers <joseph@codesourcery.com>
7854
7855 * sysdeps/generic/math-tests-trap.h: New file.
7856 * sysdeps/generic/math-tests.h: Include <math-tests-trap.h>.
7857 (EXCEPTION_ENABLE_SUPPORTED): Do not define here.
7858 * sysdeps/aarch64/math-tests.h: Remove file.
7859 * sysdeps/arm/math-tests.h: Likewise.
7860 * sysdeps/riscv/math-tests.h: Likewise.
7861 * sysdeps/aarch64/math-tests-trap.h: New file.
7862 * sysdeps/arm/math-tests-trap.h: Likewise.
7863 * sysdeps/riscv/math-tests-trap.h: Likewise.
7864
7865 2018-08-24 Wilco Dijkstra <wdijkstr@arm.com>
7866
7867 * math/Makefile: Remove empty files k_sin(f).c, k_cos(f).c.
7868 Remove unused files e_rem_pio2(f).c, k_rem_pio2f.c.
7869 * sysdeps/i386/fpu/e_rem_pio2.c: Delete file.
7870 * sysdeps/ia64/fpu/e_rem_pio2.c: Likewise.
7871 * sysdeps/ia64/fpu/e_rem_pio2f.c: Likewise.
7872 * sysdeps/ia64/fpu/k_rem_pio2f.c: Likewise.
7873 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
7874 * sysdeps/ieee754/dbl-64/k_cos.c: Likewise.
7875 * sysdeps/ieee754/dbl-64/k_sin.c: Likewise.
7876 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
7877 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
7878 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
7879 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
7880 * sysdeps/m68k/m680x0/fpu/e_rem_pio2.c: Likewise
7881 * sysdeps/m68k/m680x0/fpu/e_rem_pio2f.c: Likewise
7882 * sysdeps/m68k/m680x0/fpu/k_rem_pio2f.c: Likewise
7883 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
7884 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
7885
7886 2018-08-23 Joseph Myers <joseph@codesourcery.com>
7887
7888 * sysdeps/generic/math-tests-exceptions.h: New file.
7889 * sysdeps/generic/math-tests.h: Include <math-tests-exceptions.h>.
7890 (EXCEPTION_TESTS_float): Do not define here.
7891 (EXCEPTION_TESTS_double): Likewise.
7892 (EXCEPTION_TESTS_long_double): Likewise.
7893 (EXCEPTION_TESTS_float128): Likewise.
7894 * sysdeps/arm/math-tests.h [__SOFTFP__] (EXCEPTION_TESTS_float):
7895 Likewise.
7896 [__SOFTFP__] (EXCEPTION_TESTS_double): Likewise.
7897 [__SOFTFP__] (EXCEPTION_TESTS_long_double): Likewise.
7898 * sysdeps/arm/nofpu/math-tests-exceptions.h: New file.
7899 * sysdeps/m68k/coldfire/math-tests.h: Remove file.
7900 * sysdeps/mips/math-tests.h: Likewise.
7901 * sysdeps/nios2/math-tests.h: Likewise.
7902 * sysdeps/riscv/math-tests.h [!__riscv_flen]
7903 (EXCEPTION_TESTS_float): Do not define here.
7904 [!__riscv_flen] (EXCEPTION_TESTS_double): Likewise.
7905 [!__riscv_flen] (EXCEPTION_TESTS_long_double): Likewise.
7906 * sysdeps/riscv/nofpu/math-tests-exceptions.h: New file.
7907
7908 2018-08-23 Wilco Dijkstra <wdijkstr@arm.com>
7909
7910 * NEWS: Move optimized sinf entry to 2.29.
7911
7912 2018-08-23 Wilco Dijkstra <wdijkstr@arm.com>
7913
7914 * sysdeps/ieee754/flt-32/s_tanf.c (__tanf): Use fast range reduction.
7915
7916 2018-08-22 DJ Delorie <dj@redhat.com>
7917
7918 * Makefile (testroot.pristine): New rules to initialize the
7919 test-in-container "testroot".
7920 * Makerules (all-testsuite): Add tests-container.
7921 * Rules (tests-expected): Add tests-container.
7922 (binaries-all-tests): Likewise.
7923 (tests-container): New, run these tests in the testroot container.
7924 * support/Makefile (others): Add *-container, support_paths.c,
7925 xmkdirp, and links-dso-program.
7926 * support/links-dso-program-c.c: New.
7927 * support/links-dso-program.cc: New.
7928 * support/test-container.c: New.
7929 * support/shell-container.c: New.
7930 * support/echo-container.c: New.
7931 * support/true-container.c: New.
7932 * support/xmkdirp.c: New.
7933 * support/xsymlink.c: New.
7934 * support/support_paths.c: New.
7935 * support/support.h: Add support paths prototypes.
7936 * support/xunistd.h: Add xmkdirp () and xsymlink ().
7937
7938 * nss/tst-nss-test3.c: Convert to test-in-container.
7939 * nss/tst-nss-test3.root/: New.
7940
7941 2018-08-22 Paul Eggert <eggert@cs.ucla.edu>
7942
7943 regex: port Gnulib code to z/OS POSIX environment
7944 Problem reported by Arnold Robbins in:
7945 https://lists.gnu.org/r/bug-gnulib/2018-08/msg00129.html
7946 * posix/regex_internal.h (__iswalnum, __towlower, __towupper) [!_LIBC]:
7947 Undef.
7948
7949 2018-08-22 Joseph Myers <joseph@codesourcery.com>
7950
7951 * math/test-double-vlen2.h: Don't include <math-tests-rounding.h>.
7952 (ROUNDING_TESTS_double): Remove.
7953 * math/test-double-vlen4.h: Don't include <math-tests-rounding.h>.
7954 (ROUNDING_TESTS_double): Remove.
7955 * math/test-double-vlen8.h: Don't include <math-tests-rounding.h>.
7956 (ROUNDING_TESTS_double): Remove.
7957 * math/test-float-vlen16.h: Don't include <math-tests-rounding.h>.
7958 (ROUNDING_TESTS_float): Remove.
7959 * math/test-float-vlen4.h: Don't include <math-tests-rounding.h>.
7960 (ROUNDING_TESTS_float): Remove.
7961 * math/test-float-vlen8.h: Don't include <math-tests-rounding.h>.
7962 (ROUNDING_TESTS_float): Remove.
7963 * math/libm-test-driver.c (IF_ROUND_INIT_FE_DOWNWARD): Check
7964 !TEST_MATHVEC here.
7965 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
7966 (IF_ROUND_INIT_FE_UPWARD): Likewise.
7967
7968 * sysdeps/generic/math-tests-rounding.h: New file.
7969 * sysdeps/generic/math-tests.h: Include <math-tests-rounding.h>.
7970 (ROUNDING_TESTS_float): Do not define here.
7971 (ROUNDING_TESTS_double): Likewise.
7972 (ROUNDING_TESTS_long_double): Likewise.
7973 (ROUNDING_TESTS_float128): Likewise.
7974 * math/test-double-vlen2.h: Include <math-tests-rounding.h>.
7975 (ROUNDING_TESTS_double): Undefine before defining.
7976 * math/test-double-vlen4.h: Include <math-tests-rounding.h>.
7977 (ROUNDING_TESTS_double): Undefine before defining.
7978 * math/test-double-vlen8.h: Include <math-tests-rounding.h>.
7979 (ROUNDING_TESTS_double): Undefine before defining.
7980 * math/test-float-vlen16.h: Include <math-tests-rounding.h>.
7981 (ROUNDING_TESTS_float): Undefine before defining.
7982 * math/test-float-vlen4.h: Include <math-tests-rounding.h>.
7983 (ROUNDING_TESTS_float): Undefine before defining.
7984 * math/test-float-vlen8.h: Include <math-tests-rounding.h>.
7985 (ROUNDING_TESTS_float): Undefine before defining.
7986 * sysdeps/arm/nofpu/math-tests-rounding.h: New file.
7987 * sysdeps/arm/math-tests.h [__SOFTFP__] (ROUNDING_TESTS_float): Do
7988 not define here.
7989 [__SOFTFP__] (ROUNDING_TESTS_double): Likewise.
7990 [__SOFTFP__] (ROUNDING_TESTS_long_double): Likewise.
7991 * sysdeps/riscv/nofpu/math-tests-rounding.h: New file.
7992 * sysdeps/riscv/math-tests.h [!__riscv_flen]
7993 (ROUNDING_TESTS_float): Do not define here.
7994 [!__riscv_flen] (ROUNDING_TESTS_double): Likewise.
7995 [!__risv_flen] (ROUNDING_TESTS_long_double): Likewise.
7996 * sysdeps/m68k/coldfire/math-tests.h [!__mcffpu__]
7997 (ROUNDING_TESTS_float): Likewise.
7998 [!__mcffpu__] (ROUNDING_TESTS_double): Likewise.
7999 [!__mcffpu__] (ROUNDING_TESTS_long_double): Likewise.
8000 * sysdeps/mips/math-tests.h [__mips_soft_float]
8001 (ROUNDING_TESTS_float): Likewise.
8002 [__mips_soft_float] (ROUNDING_TESTS_double): Likewise.
8003 [__mips_soft_float] (ROUNDING_TESTS_long_double): Likewise.
8004 * sysdeps/nios2/math-tests.h (ROUNDING_TESTS_float): Likewise.
8005 (ROUNDING_TESTS_double): Likewise.
8006 (ROUNDING_TESTS_long_double): Likewise.
8007
8008 2018-08-21 Tobias Klauser <tklauser@distanz.ch>
8009
8010 * sysdeps/unix/sysv/linux/bits/socket.h (PF_MAX): Set to 45.
8011 (PF_XDP): New macro.
8012 (AF_XDP): New macro.
8013 (SOL_XDP): New macro.
8014
8015 2018-08-21 Joseph Myers <joseph@codesourcery.com>
8016
8017 * sysdeps/gnu/netinet/tcp.h (TCP_ZEROCOPY_RECEIVE): New macro.
8018 (TCP_INQ): Likewise.
8019 (TCP_CM_INQ): Likewise.
8020 (TCP_REPAIR_ON): Likewise.
8021 (TCP_REPAIR_OFF): Likewise.
8022 (TCP_REPAIR_OFF_NO_WP): Likewise.
8023 (struct tcp_zerocopy_receive): New type.
8024
8025 2018-08-21 Florian Weimer <fweimer@redhat.com>
8026
8027 * support/support.h (support_descriptor_supports_holes): Declare.
8028 * support/Makefile (libsupport-routines): Add
8029 support_descriptor_supports_holes.
8030 * support/support_descriptor_supports_holes.c: New file.
8031 * io/tst-copy_file_range.c: Call support_descriptor_supports_holes
8032 and stop testing if holes are not supported.
8033 * io/test-lfs.c (do_prepare): Likewise.
8034 * sysdeps/unix/sysv/linux/tst-fallocate-common.c (do_prepare):
8035 Likewise.
8036 * timezone/tst-tzset.c (create_tz_file): Likewise.
8037 * misc/tst-preadvwritev-common.c (temp_fd_supports_holes) New
8038 variable.
8039 (do_prepare): Set it.
8040 * misc/tst-preadvwritev64.c (do_test): Use temp_fd_supports_holes.
8041
8042 2018-08-21 Florian Weimer <fweimer@redhat.com>
8043
8044 [BZ #17248]
8045 * Makeconfig (+cflags): Do not sort (and deduplicate).
8046
8047 2018-08-21 Florian Weimer <fweimer@redhat.com>
8048
8049 * debug/readlink_chk.c (__readlink_chk): Always call __readlink.
8050 * sysdeps/unix/sysv/linux/generic/readlink_chk.c: Remove file.
8051
8052 2018-08-20 Florian Weimer <fweimer@redhat.com>
8053
8054 * sysdeps/unix/sysv/linux/generic/readlink_chk.c: Remove
8055 HAVE_INLINED_SYSCALLS conditionals. Use INLINE_SYSCALL_CALL.
8056
8057 2018-08-20 Joseph Myers <joseph@codesourcery.com>
8058
8059 * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
8060 signalfd_siginfo): Add ssi_addr_lsb, ssi_syscall, ssi_call_addr
8061 and ssi_arch members.
8062
8063 * elf/elf.c (NT_VMCOREDD): New macro.
8064 (AT_MINSIGSTKSZ): Likewise.
8065
8066 2018-08-20 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8067
8068 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
8069 (libm-sysdep_routines): Remove s_sinf-ppc64, s_sinf-power8,
8070 s_cosf-ppc64 and s_cosf-power8.
8071 * sysdeps/powerpc/fpu/s_cosf.c: Remove file.
8072 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
8073 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
8074 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
8075 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-power8.S: Likewise.
8076 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c: Likewise.
8077 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf.c: Likewise.
8078 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-power8.S: Likewise.
8079 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Likewise.
8080 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf.c: Likewise.
8081 * sysdeps/powerpc/powerpc64/power8/fpu/s_cosf.S: Likewise.
8082 * sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.S: Likewise.
8083
8084 2018-08-17 Florian Weimer <fweimer@redhat.com>
8085
8086 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8087
8088 2018-08-17 Istvan Kurucsai <pistukem@gmail.com>
8089
8090 * malloc/malloc.c (_int_malloc): Additional binning code checks.
8091
8092 2018-08-16 Florian Weimer <fweimer@redhat.com>
8093
8094 * configure.ac: Add --with-nonshared-cflags option.
8095 * config.make.in (extra-nonshared-cflags): Set variable.
8096 * Makeconfig (CFLAGS-.oS): Use it.
8097 * manual/install.texi (Configuring and compiling): Document
8098 --with-nonshared-cflags.
8099 * configure: Regenerate.
8100 * INSTALL: Likewise.
8101
8102 2018-08-16 Florian Weimer <fweimer@redhat.com>
8103
8104 * Makeconfig (ASFLAGS): Always append required assembler flags.
8105
8106 2018-08-16 Moritz Eckert <m.eckert@cs.ucsb.edu>
8107
8108 * malloc/malloc.c (_int_free): Check for corrupt prev_size vs size.
8109 (malloc_consolidate): Likewise.
8110
8111 2018-08-16 Pochang Chen <johnchen902@gmail.com>
8112
8113 * malloc/malloc.c (_int_malloc.c): Verify size of top chunk.
8114
8115 2018-08-16 Siddhesh Poyarekar <siddhesh@sourceware.org>
8116
8117 * benchtests/bench-strlen.c (do_test): Allocate buffers before
8118 every strlen call.
8119
8120 * benchtests/bench-strlen.c: Print performance numbers in json.
8121
8122 2018-08-16 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8123
8124 * sysdeps/powerpc/powerpc64/multiarch/Makefile
8125 (sysdep_routines): Build strcmp-power9 and strncmp-power9
8126 only for little endian.
8127 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8128 (strncmp): Move __strncmp_power9 inside ifdef __LITTLE_ENDIAN__.
8129 (STRCMP): Move __strcmp_power9 inside ifdef __LITTLE_ENDIAN__.
8130 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S:
8131 Add check for little endian.
8132 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c
8133 (__strcmp_power9): Add check for little endian.
8134 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S:
8135 Add check for little endian.
8136 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c
8137 (__strncmp_power9): Add check for little endian.
8138 * sysdeps/powerpc/powerpc64/power9/strcmp.S: Removed ifdef
8139 __LITTLE_ENDIAN__ and moved to sysdeps/powerpc/powerpc64/le/power9.
8140 * sysdeps/powerpc/powerpc64/power9/strncmp.S: Likewise.
8141 * sysdeps/powerpc/powerpc64/le/power9/strcmp.S: New file.
8142 * sysdeps/powerpc/powerpc64/le/power9/strncmp.S: Likewise.
8143
8144 2018-08-15 Siddhesh Poyarekar <siddhesh@sourceware.org>
8145
8146 * sysdeps/aarch64/strlen.S (__strlen): Rename to STRLEN.
8147 [!STRLEN](STRLEN): Set to __strlen.
8148 * sysdeps/aarch64/multiarch/strlen.c: New file.
8149 * sysdeps/aarch64/multiarch/strlen_generic.S: Likewise.
8150 * sysdeps/aarch64/multiarch/strlen_asimd.S: Likewise.
8151 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
8152 (__libc_ifunc_impl_list): Add strlen.
8153 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines): Add
8154 strlen_generic and strlen_asimd.
8155
8156 2018-08-15 Wilco Dijkstra <wdijkstr@arm.com>
8157
8158 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (sin_pif): Use __sinf/__cosf.
8159 * sysdeps/ieee754/flt-32/k_cosf.c (__kernel_cosf): Remove all code.
8160 * sysdeps/ieee754/flt-32/k_sinf.c (__kernel_sinf): Likewise.
8161
8162 2018-08-15 Wilco Dijkstra <wdijkstr@arm.com>
8163
8164 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate to fix spaces.
8165
8166 2018-08-14 Florian Weimer <fweimer@redhat.com>
8167
8168 [BZ #23519]
8169 * include/stdio.h (__vfxprintf): Declare.
8170 * stdio-common/fxprintf.c (__vfxprintf): New function.
8171 (__fxprintf): Call it.
8172 * misc/err.c (convert_and_print): Remove function.
8173 (vwarnx, vwarn): Call __fxprintf and __vfxprintf.
8174 * misc/error.c [_LIBC] (error_tail): Call __vfxprintf.
8175 * misc/Makefile (tests): Add tst-warn-wide.
8176 * misc/tst-warn-wide.c: New file.
8177
8178 2018-08-14 Wilco Dijkstra <wdijkstr@arm.com>
8179 Szabolcs Nagy <szabolcs.nagy@arm.com>
8180
8181 * NEWS: Mention sinf, cosf, sincosf.
8182 * sysdeps/aarch64/libm-test-ulps: Update ULP for sinf, cosf, sincosf.
8183 * sysdeps/x86_64/fpu/libm-test-ulps: Update ULP for sinf and cosf.
8184 * sysdeps/x86_64/fpu/multiarch/s_sincosf-fma.c: Add definitions of
8185 constants rather than including generic sincosf.h.
8186 * sysdeps/x86_64/fpu/s_sincosf_data.c: Remove.
8187 * sysdeps/ieee754/flt-32/s_cosf.c (cosf): Rewrite.
8188 * sysdeps/ieee754/flt-32/s_sincosf.h (reduced_sin): Remove.
8189 (reduced_cos): Remove.
8190 (sinf_poly): New function.
8191 * sysdeps/ieee754/flt-32/s_sinf.c (sinf): Rewrite.
8192
8193 2018-08-14 Florian Weimer <fweimer@redhat.com>
8194
8195 [BZ #23521]
8196 [BZ #23522]
8197 * nss/nss_files/files-alias.c (get_next_alias): During :include:
8198 processing, bail out if no room, and close the stream before
8199 returning ERANGE.
8200 * nss/Makefile (tests): Add tst-nss-files-alias-leak.
8201 (tst-nss-files-alias-leak): Link with libdl.
8202 (tst-nss-files-alias-leak.out): Depend on nss_files.
8203
8204 * nss/tst-nss-files-alias-leak.c: New file.
8205
8206 2018-08-14 Florian Weimer <fweimer@redhat.com>
8207
8208 * nscd/nscd_conf.c (nscd_parse_file): Deallocate old storage for
8209 server_user, stat_user.
8210
8211 2018-08-13 Joseph Myers <joseph@codesourcery.com>
8212
8213 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
8214 version to 4.18.
8215 (io_pgetevents): New syscall.
8216 (rseq): Likewise.
8217
8218 * manual/install.texi (Configuring and compiling): Do not list
8219 tools used for testing pretty printers here.
8220 (Tools for Compilation): List Python, PExpect and GDB here.
8221 Update descriptions of uses of Perl and Python.
8222 * INSTALL: Regenerate.
8223
8224 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
8225 version to 4.18.
8226
8227 2018-08-13 Florian Weimer <fweimer@redhat.com>
8228
8229 * misc/error.c (error): Add missing va_end call.
8230 (error_at_line): Likewise.
8231
8232 2018-08-13 Florian Weimer <fweimer@redhat.com>
8233
8234 * stdlib/mbstowcs.c (mbstowcs): Remove outdated comment.
8235
8236 2018-08-11 Siddhesh Poyarekar <siddhesh@sourceware.org>
8237
8238 * benchtests/scripts/benchout.schema.json (properties): Add
8239 new properties.
8240
8241 * benchtests/bench-skeleton.c (main): Add duration and
8242 iterations attributes.
8243
8244 2018-08-10 Paul Eggert <eggert@cs.ucla.edu>
8245
8246 regex: Gnulib unibyte RRI uses bytes not chars
8247 Adjust the non-glibc code to agree with what Gawk needs for
8248 rational range interpretation (RRI) for regular expression ranges.
8249 In unibyte locales, Gawk wants ranges to use the underlying byte
8250 rather than the character code point. This change does not affect
8251 glibc proper.
8252 * posix/regcomp.c (parse_byte) [!LIBC && RE_ENABLE_I18N]:
8253 In unibyte locales, use the byte value rather than
8254 running it through btowc.
8255
8256 2018-08-10 Joseph Myers <joseph@codesourcery.com>
8257
8258 * sysdeps/generic/math-tests-snan.h: New file.
8259 * sysdeps/generic/math-tests.h: Include <math-tests-snan.h>.
8260 (SNAN_TESTS_float): Do not define here.
8261 (SNAN_TESTS_double): Likewise.
8262 (SNAN_TESTS_long_double): Likewise.
8263 (SNAN_TESTS_float128): Likewise.
8264 * sysdeps/i386/fpu/math-tests-snan.h: New file.
8265 * sysdeps/i386/fpu/math-tests.h: Remove file.
8266 * sysdeps/ia64/math-tests-snan.h: New file.
8267 * sysdeps/ia64/math-tests.h: Remove file.
8268 * sysdeps/x86/math-tests.h: Likewise.
8269 * sysdeps/x86_64/fpu/math-tests-snan.h: New file.
8270
8271 2018-08-10 Wilco Dijkstra <wdijkstr@arm.com>
8272 Szabolcs Nagy <szabolcs.nagy@arm.com>
8273
8274 * math/Makefile: Add s_sincosf_data.c.
8275 * sysdeps/ia64/fpu/s_sincosf_data.c: New file.
8276 * sysdeps/ieee754/flt-32/s_sincosf.h (abstop12): Add new function.
8277 (sincosf_poly): Likewise.
8278 (reduce_small): Likewise.
8279 (reduce_large): Likewise.
8280 * sysdeps/ieee754/flt-32/s_sincosf.c (sincosf): Rewrite.
8281 * sysdeps/ieee754/flt-32/s_sincosf_data.c: New file with sincosf data.
8282 * sysdeps/m68k/m680x0/fpu/s_sincosf_data.c: New file.
8283 * sysdeps/x86_64/fpu/s_sincosf_data.c: New file.
8284
8285 2018-08-10 Wilco Dijkstra <wdijkstr@arm.com>
8286 Szabolcs Nagy <szabolcs.nagy@arm.com>
8287
8288 * sysdeps/aarch64/fpu/math_private.h (roundtoint): Use round.
8289 (converttoint): Use lround.
8290 * sysdeps/ieee754/flt-32/math_config.h (roundtoint): Declare and
8291 document the semantics when TOINT_INTRINSICS is set.
8292 (converttoint): Likewise.
8293 (TOINT_RINT): Remove.
8294 (TOINT_SHIFT): Remove.
8295 * sysdeps/ieee754/flt-32/e_expf.c (__expf): Remove the TOINT_RINT code
8296 path.
8297
8298 2018-08-10 Florian Weimer <fweimer@redhat.com>
8299
8300 [BZ #23497]
8301 * sysdeps/unix/sysv/linux/getdents64.c (handle_overflow): New
8302 function.
8303 (__old_getdents64): Use getdents64. Convert entries without
8304 moving them.
8305 * sysdeps/unix/sysv/linux/tst-readdir64-compat.c: New file.
8306 * sysdeps/unix/sysv/linux/Makefile (tests-internal): Add
8307 tst-readdir64-compat.
8308
8309 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8310
8311 * sysdeps/s390/s390-32/s390-mcount.S (_mcount):
8312 Fix unwind.
8313
8314 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8315
8316 * sysdeps/s390/s390-64/Versions (__fentry__): Add.
8317 * sysdeps/s390/s390-64/s390x-mcount.S: Move the common
8318 code to s390x-mcount.h and #include it.
8319 * sysdeps/s390/s390-64/s390x-mcount.h: New file.
8320 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist
8321 (__fentry__): Add.
8322
8323 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8324
8325 * stdlib/Versions: Remove __fentry__.
8326 * sysdeps/i386/Versions: Add __fentry__.
8327 * sysdeps/x86_64/Versions: Add __fentry__.
8328
8329 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8330
8331 * sysdeps/s390/Makefile: Register the new tests.
8332 * sysdeps/s390/tst-dl-runtime-mod.S: New file.
8333 * sysdeps/s390/tst-dl-runtime-profile-audit.c: New file.
8334 * sysdeps/s390/tst-dl-runtime-profile-noaudit.c: New file.
8335 * sysdeps/s390/tst-dl-runtime-resolve-audit.c: New file.
8336 * sysdeps/s390/tst-dl-runtime-resolve-noaudit.c: New file.
8337 * sysdeps/s390/tst-dl-runtime.c: New file.
8338
8339 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8340
8341 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_profile):
8342 Do not clobber R0.
8343
8344 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8345
8346 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_resolve):
8347 Do not clobber R0.
8348
8349 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8350
8351 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_profile):
8352 Do not clobber R0.
8353
8354 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8355
8356 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve):
8357 Do not clobber R0.
8358
8359 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8360
8361 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_profile):
8362 Use symbolic offsets for stack variables.
8363
8364 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8365
8366 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_resolve):
8367 Use symbolic offsets for stack variables.
8368
8369 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8370
8371 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_profile):
8372 Use symbolic offsets for stack variables.
8373
8374 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
8375
8376 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve):
8377 Use symbolic offsets for stack variables.
8378
8379 2018-08-09 Joseph Myers <joseph@codesourcery.com>
8380
8381 * math/gen-libm-test.py: New file.
8382 * math/gen-libm-test.pl: Remove.
8383 * math/Makefile [$(PERL) != no]: Change condition to [PYTHON].
8384 ($(objpfx)libm-test-ulps.h): Use gen-libm-test.py instead of
8385 gen-libm-test.pl.
8386 ($(libm-test-c-noauto-obj)): Likewise.
8387 ($(libm-test-c-auto-obj)): Likewise.
8388 ($(libm-test-c-narrow-obj)): Likewise.
8389 (regen-ulps): Likewise.
8390 * math/README.libm-test: Update references to gen-libm-test.pl.
8391 * math/libm-test-driver.c (struct test_fj_f_data): Update comment
8392 referencing gen-libm-test.pl.
8393 * math/libm-test-nexttoward.inc (nexttoward_test_data): Likewise.
8394 * math/libm-test-support.c: Likewise.
8395 * math/libm-test-support.h: Likewise.
8396 * sysdeps/generic/libm-test-ulps: Likewise.
8397
8398 2018-08-08 Siddhesh Poyarekar <siddhesh@sourceware.org>
8399
8400 * sysdeps/aarch64/strlen.S [TEST_PAGE_CROSS](MIN_PAGE_SIZE):
8401 Fix value.
8402
8403 2018-08-08 Joseph Myers <joseph@codesourcery.com>
8404
8405 * math/libm-test-nextdown.inc (do_test): Move comment to ....
8406 * math/libm-test-nexttoward.inc (nexttoward_test_data): ... here.
8407
8408 2018-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
8409
8410 * htl/Versions (__pthread_getspecific, __pthread_setspecific): Add
8411 symbols.
8412 * sysdeps/htl/pthreadP.h [IS_IN (libpthread)] (__pthread_getspecific,
8413 __pthread_setspecific): Add hidden proto.
8414 * sysdeps/htl/pt-getspecific.c (__pthread_getspecific): Add hidden def.
8415 * sysdeps/htl/pt-setspecific.c (__pthread_setspecific): Add hidden def.
8416
8417 2018-08-07 Siddhesh Poyarekar <siddhesh@sourceware.org>
8418
8419 * benchtests/bench-string.h (buf1_size, buf2_size): New
8420 variables.
8421 (init_sizes): New function.
8422 (test_init): Use it.
8423 (alloc_buf, exit_error): New functions.
8424 (alloc_bufs): Use ALLOC_BUF.
8425 (realloc_bufs): Remove.
8426 * benchtests/bench-memcmp.c (do_test): Adjust.
8427 * benchtests/bench-memset-large.c (do_test): Likewise.
8428 * benchtests/bench-memset-walk.c (do_test): Likewise.
8429 * benchtests/bench-memset.c (do_test): Likewise.
8430 * benchtests/bench-strncmp.c (do_test): Likewise.
8431
8432 2018-08-06 Andreas Schwab <schwab@suse.de>
8433
8434 * sysdeps/riscv/nptl/tls.h (DB_THREAD_SELF): Use REGISTER instead
8435 of CONST_THREAD_AREA.
8436
8437 2018-08-06 H.J. Lu <hongjiu.lu@intel.com>
8438
8439 * sysdeps/x86/cpu-features.h (STATE_SAVE_OFFSET): Removed.
8440 (STATE_SAVE_MASK): Likewise.
8441 Don't check __ASSEMBLER__ to include <cpu-features-offsets.h>.
8442 * sysdeps/x86/sysdep.h (STATE_SAVE_OFFSET): New.
8443 (STATE_SAVE_MASK): Likewise.
8444 * sysdeps/x86_64/dl-trampoline.S: Include <cpu-features-offsets.h>
8445 instead of <cpu-features.h>.
8446
8447 2018-08-03 DJ Delorie <dj@redhat.com>
8448
8449 * sysdeps/riscv/rvf/math_private.h (libc_feholdexcept_setround_riscv):
8450 Move libc_fesetround_riscv after libc_feholdexcept_riscv.
8451
8452 * sysdeps/riscv/rv64/rvd/libm-test-ulps: Update.
8453
8454 2018-08-03 Joseph Myers <joseph@codesourcery.com>
8455
8456 * math/libm-test-ilogb.inc (ilogb_test_data): Use ',' not ';'
8457 after TEST_* calls.
8458 * math/libm-test-llogb.inc (llogb_test_data): Likewise.
8459 * math/libm-test-logb.inc (logb_test_data): Likewise.
8460
8461 2018-08-03 Wilco Dijkstra <wdijkstr@arm.com>
8462
8463 * string/strcasestr.c (STRCASESTR): Simplify and speedup first match.
8464 * string/strstr.c (AVAILABLE): Likewise.
8465
8466 2018-08-03 H.J. Lu <hongjiu.lu@intel.com>
8467
8468 * sysdeps/i386/i686/multiarch/bzero-ia32.S: Don't include
8469 <init-arch.h>.
8470 * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core-avx2.S: Likewise.
8471 * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core-avx2.S: Likewise.
8472 * sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S: Likewise.
8473
8474 2018-08-03 Carlos O'Donell <carlos@redhat.com>
8475
8476 * po/be.po: Update translation.
8477
8478 * po/be.po: Update translation.
8479
8480 2018-08-03 H.J. Lu <hongjiu.lu@intel.com>
8481
8482 * sysdeps/x86/cpu-features-offsets.sym
8483 (rtld_global_ro_offsetof): Removed.
8484 (CPU_FEATURES_SIZE): Likewise.
8485 (CPUID_OFFSET): Likewise.
8486 (CPUID_SIZE): Likewise.
8487 (CPUID_EAX_OFFSET): Likewise.
8488 (CPUID_EBX_OFFSET): Likewise.
8489 (CPUID_ECX_OFFSET): Likewise.
8490 (CPUID_EDX_OFFSET): Likewise.
8491 (FAMILY_OFFSET): Likewise.
8492 (MODEL_OFFSET): Likewise.
8493 (FEATURE_OFFSET): Likewise.
8494 (FEATURE_SIZ): Likewise.
8495 (COMMON_CPUID_INDEX_1): Likewise.
8496 (COMMON_CPUID_INDEX_7): Likewise.
8497 (FEATURE_INDEX_1): Likewise.
8498 (RTLD_GLOBAL_RO_DL_X86_CPU_FEATURES_OFFSET): Updated.
8499
8500 2018-08-02 Carlos O'Donell <carlos@redhat.com>
8501
8502 * localedata/Makefile (INSTALL-SUPPORTED-LOCALES): Remove.
8503 (INSTALL-SUPPORTED-LOCALE-ARCHIVE): Define.
8504 (INSTALL-SUPPORTED-LOCALE-FILES): Define.
8505 (install-locales): Depend on install-locale-archive.
8506 (install-locale-archive): Define.
8507 (install-locale-files): Define.
8508 (build-one-locale): Define macro.
8509 * manual/install.texi (Running make install): Document.
8510 * manual/INSTALL: Regenerate.
8511
8512 2018-08-02 Siddhesh Poyarekar <siddhesh@sourceware.org>
8513
8514 * benchtests/scripts/compare_strings.py: Import traceback.
8515 (parse_file): Pretty-print error.
8516
8517 * NEWS: Mention the change.
8518 * elf/dl-tunables.list: Rename tune namespace to cpu.
8519 * sysdeps/powerpc/dl-tunables.list: Likewise.
8520 * sysdeps/x86/dl-tunables.list: Likewise.
8521 * sysdeps/aarch64/dl-tunables.list: Rename tune.cpu to
8522 cpu.name.
8523 * elf/dl-hwcaps.c (_dl_important_hwcaps): Adjust.
8524 * elf/dl-hwcaps.h (GET_HWCAP_MASK): Likewise.
8525 * manual/README.tunables: Likewise.
8526 * manual/tunables.texi: Likewise.
8527 * sysdeps/powerpc/cpu-features.c: Likewise.
8528 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c
8529 (init_cpu_features): Likewise.
8530 * sysdeps/x86/cpu-features.c: Likewise.
8531 * sysdeps/x86/cpu-features.h: Likewise.
8532 * sysdeps/x86/cpu-tunables.c: Likewise.
8533 * sysdeps/x86_64/Makefile: Likewise.
8534 * sysdeps/x86/dl-cet.c: Likewise.
8535
8536 2018-08-02 Joseph Myers <joseph@codesourcery.com>
8537
8538 [BZ #23479]
8539 * sysdeps/mips/bits/fenv.h (FE_INEXACT): Define only if
8540 [__mips_hard_float].
8541 (FE_UNDERFLOW): Likewise.
8542 (FE_OVERFLOW): Likewise.
8543 (FE_DIVBYZERO): Likewise.
8544 (FE_INVALID): Likewise.
8545 (FE_ALL_EXCEPT): Define to 0 if [!__mips_hard_float].
8546 (FE_TOWARDZERO): Define only if [__mips_hard_float].
8547 (FE_UPWARD): Likewise.
8548 (FE_DOWNWARD): Likewise.
8549 (__FE_UNDEFINED): Define if [!__mips_hard_float]
8550 (FE_NOMASK_ENV): Define only if [__mips_hard_float].
8551 * sysdeps/mips/mips64/sfp-machine.h (_FP_DECL_EX): Define only if
8552 [__mips_hard_float].
8553 (FP_ROUNDMODE): Likewise.
8554 (FP_RND_NEAREST): Likewise.
8555 (FP_RND_ZERO): Likewise.
8556 (FP_RND_PINF): Likewise.
8557 (FP_RND_MINF): Likewise.
8558 (FP_EX_INVALID): Likewise.
8559 (FP_EX_OVERFLOW): Likewise.
8560 (FP_EX_UNDERFLOW): Likewise.
8561 (FP_EX_DIVZERO): Likewise.
8562 (FP_EX_INEXACT): Likewise.
8563 (FP_INIT_ROUNDMODE): Likewise.
8564 * sysdeps/mips/nofpu/fesetenv.c: New file.
8565 * sysdeps/mips/nofpu/feupdateenv.c: Likewise.
8566
8567 2018-08-01 Joseph Myers <joseph@codesourcery.com>
8568
8569 * math/test-misc.c (do_test) [LDBL_MANT_DIG > DBL_MANT_DIG]: Make
8570 code using FE_UNDERFLOW conditional on [FE_UNDERFLOW], code using
8571 FE_OVERFLOW conditional on [FE_OVERFLOW] and code using FE_UPWARD
8572 conditional on [FE_UPWARD].
8573
8574 2018-08-01 Paul Eggert <eggert@cs.ucla.edu>
8575
8576 regex: fix memory leak in Gnulib
8577 Problem and fix reported by Assaf Gordon in:
8578 https://lists.gnu.org/r/bug-gnulib/2018-07/txtqLKNwBdefE.txt
8579 * posix/regcomp.c (free_charset) [!_LIBC]: Free range_starts and
8580 range_ends members too, as they are defined in 'struct
8581 re_charset_t' even if not _LIBC. This affects only Gnulib.
8582
8583 2018-08-01 H.J. Lu <hongjiu.lu@intel.com>
8584
8585 * sysdeps/x86/cpu-features.c (get_common_indeces): Renamed to
8586 ...
8587 (get_common_indices): This.
8588 (init_cpu_features): Updated.
8589
8590 2018-08-01 Joseph Myers <joseph@codesourcery.com>
8591
8592 * sysdeps/generic/math-tests-snan-payload.h: New file.
8593 * sysdeps/hppa/math-tests-snan-payload.h: Likewise.
8594 * sysdeps/mips/math-tests-snan-payload.h: Likewise.
8595 * sysdeps/riscv/math-tests-snan-payload.h: Likewise.
8596 * sysdeps/generic/math-tests.h: Include
8597 <math-tests-snan-payload.h>.
8598 (SNAN_TESTS_PRESERVE_PAYLOAD): Do not define macro here.
8599 * sysdeps/hppa/math-tests.h: Remove file.
8600 * sysdeps/mips/math-tests.h [!__mips_nan2008]
8601 (SNAN_TESTS_PRESERVE_PAYLOAD): Do not define macro here.
8602 * sysdeps/riscv/math-tests.h (SNAN_TESTS_PRESERVE_PAYLOAD):
8603 Likewise.
8604
8605 * sysdeps/generic/math-tests-snan-cast.h: New file.
8606 * sysdeps/powerpc/math-tests-snan-cast.h: Likewise.
8607 * sysdeps/generic/math-tests.h: Include <math-tests-snan-cast.h>.
8608 (SNAN_TESTS_TYPE_CAST): Do not define macro here.
8609 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Likewise.
8610
8611 2018-08-01 Carlos O'Donel <carlos@redhat.com>
8612
8613 * version.h (RELEASE): Set to "development".
8614 (VERSION): Set to "2.28.9000".
8615 * NEWS (2.29): New section.
8616
8617 * version.h (RELEASE): Set to "stable".
8618 (VERSION): Set to "2.28".
8619 * include/features.h (__GLIBC_MINOR__): Set to 2.28.
8620 * NEWS: Add the list of bugs fixed in 2.28.
8621
8622 * po/ca.po: Update to latest version.
8623 * po/cs.po: Likewise
8624 * po/da.po: Likewise
8625 * po/el.po: Likewise
8626 * po/eo.po: Likewise
8627 * po/es.po: Likewise
8628 * po/fi.po: Likewise
8629 * po/fr.po: Likewise
8630 * po/gl.po: Likewise
8631 * po/hu.po: Likewise
8632 * po/ia.po: Likewise
8633 * po/id.po: Likewise
8634 * po/it.po: Likewise
8635 * po/ja.po: Likewise
8636 * po/ko.po: Likewise
8637 * po/lt.po: Likewise
8638 * po/nb.po: Likewise
8639 * po/nl.po: Likewise
8640 * po/pt_BR.po: Likewise
8641 * po/ru.po: Likewise
8642 * po/rw.po: Likewise
8643 * po/sk.po: Likewise
8644 * po/sl.po: Likewise
8645 * po/tr.po: Likewise
8646 * po/zh_CN.po: Likewise
8647 * po/zh_TW.po: Likewise
8648
8649 2018-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
8650
8651 * sysdeps/mach/hurd/i386/init-first.c (init1): Move ELF hdr and TLS
8652 initialization...
8653 (init): ... before initializing libpthread.
8654
8655 * mach/mach.h (__mach_setup_tls, mach_setup_tls): Add prototypes.
8656 * mach/setup-thread.c (__mach_setup_thread): Move TLS setup to...
8657 (__mach_setup_tls): ... new function.
8658 (mach_setup_tls): New alias.
8659 * hurd/hurdsig.c (_hurdsig_init): Call __mach_setup_tls after
8660 __mach_setup_thread.
8661 * sysdeps/mach/hurd/profil.c (update_waiter): Likewise.
8662 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Likewise.
8663 * mach/Versions [libc] (mach_setup_tls): Add symbol.
8664 * sysdeps/mach/hurd/i386/libc.abilist (mach_setup_tls): Likewise.
8665
8666 2018-07-31 Carlos O'Donell <carlos@redhat.com>
8667
8668 * manual/install.texi: Update versions.
8669 * INSTALL: Regenerate.
8670
8671 * manual/contrib.texi (Contributors): Update contributions.
8672
8673 2018-07-31 Carlos O'Donell <carlos@redhat.com>
8674
8675 * po/be.po: Update translations.
8676
8677 2018-07-31 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8678
8679 * sysdeps/sh/libm-test-ulps: Update.
8680
8681 2018-07-30 Carlos O'Donell <carlos@redhat.com>
8682
8683 * po/bg.po: Update translations.
8684 * po/de.po: Likewise.
8685 * po/hr.po: Likewise.
8686 * po/pt_BR.po: Likewise.
8687 * po/sv.po: Likewise.
8688 * po/vi.po: Likewise.
8689
8690 2018-07-30 H.J. Lu <hongjiu.lu@intel.com>
8691
8692 [BZ #23467]
8693 * sysdeps/unix/sysv/linux/x86/Makefile (tests): Add
8694 tst-cet-property-1 and tst-cet-property-2 if CET is enabled.
8695 (CFLAGS-tst-cet-property-1.o): New.
8696 (ASFLAGS-tst-cet-property-dep-2.o): Likewise.
8697 ($(objpfx)tst-cet-property-2): Likewise.
8698 ($(objpfx)tst-cet-property-2.out): Likewise.
8699 * sysdeps/unix/sysv/linux/x86/tst-cet-property-1.c: New file.
8700 * sysdeps/unix/sysv/linux/x86/tst-cet-property-2.c: Likewise.
8701 * sysdeps/unix/sysv/linux/x86/tst-cet-property-dep-2.S: Likewise.
8702 * sysdeps/x86/dl-prop.h (_dl_process_cet_property_note): Parse
8703 each property item until GNU_PROPERTY_X86_FEATURE_1_AND is found.
8704
8705 2018-07-30 H.J. Lu <hongjiu.lu@intel.com>
8706
8707 [BZ #23458]
8708 * sysdeps/x86/Makefile (tests): Add tst-get-cpu-features-static.
8709
8710 2018-07-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
8711
8712 * sysdeps/mach/hurd/dl-unistd.h (__access, __brk, __lseek, __read,
8713 __sbrk): Do not set attribute_hidden.
8714 * sysdeps/mach/hurd/not-errno.h: New file.
8715 * sysdeps/mach/hurd/i386/ld.abilist: Update accordingly.
8716 * sysdeps/mach/hurd/i386/localplt.data: Update accordingly.
8717
8718 2018-07-27 Carlos O'Donell <carlos@redhat.com>
8719
8720 * po/uk.po: Update translations.
8721 * po/cs.po: Likewise.
8722 * po/pl.po: Likewise.
8723
8724 2018-07-27 H.J. Lu <hongjiu.lu@intel.com>
8725
8726 * sysdeps/x86/dl-prop.h (_dl_process_cet_property_note): Don't
8727 parse beyond the note end.
8728
8729 2018-07-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8730
8731 * sysdeps/unix/sysv/linux/tst-ofdlocks.c: Return unsupported if
8732 kernel does not support OFD locks.
8733 * sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c: Likewise.
8734
8735 2018-07-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
8736
8737 * sysdeps/mach/hurd/Versions (libc): Make __access and
8738 __access_noerrno external so they can override the ld symbols.
8739 (ld): Make __access, __read, __sbrk, __strtoul_internal, __write,
8740 __writev, __open64, __access_noerrno extern so they can be overrided.
8741 * sysdeps/mach/hurd/i386/libc.abilist: Update accordingly.
8742 * sysdeps/mach/hurd/i386/ld.abilist: Update accordingly.
8743
8744 2018-07-26 Carlos O'Donell <carlos@redhat.com>
8745
8746 * po/libc.pot: Regenerate.
8747
8748 2018-07-26 Joseph Myers <joseph@codesourcery.com>
8749
8750 * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
8751
8752 2018-07-26 H.J. Lu <hongjiu.lu@intel.com>
8753
8754 [BZ #23459]
8755 * sysdeps/x86/cpu-features.c (get_extended_indices): New
8756 function.
8757 (init_cpu_features): Call get_extended_indices for both Intel
8758 and AMD CPUs.
8759 * sysdeps/x86/cpu-features.h (COMMON_CPUID_INDEX_80000001):
8760 Remove "for AMD" comment.
8761
8762 2018-07-26 H.J. Lu <hongjiu.lu@intel.com>
8763
8764 [BZ # 23456]
8765 * sysdeps/x86/cpu-features.h (index_cpu_LZCNT): Set to
8766 COMMON_CPUID_INDEX_80000001.
8767
8768 2018-07-26 Stefan Liebler <stli@linux.ibm.com>
8769
8770 * string/tst-xbzero-opt.c (use_test_buffer): New function.
8771 (prepare_test_buffer): Call use_test_buffer as compiler barrier.
8772
8773 2018-07-26 Florian Weimer <fweimer@redhat.com>
8774
8775 * htl/lockfile.c (flockfile, funlockfile, ftrylockfile): Use weak
8776 aliases for symbols not in the implementation namespace.
8777
8778 2018-07-25 Carlos O'Donell <carlos@redhat.com>
8779
8780 [BZ #23393]
8781 * localedata/locales/iso14651_t1_common: Deinterlace uppercase and
8782 lowercase in LATIN script.
8783 * localedata/Makefile (test-input): Add en_US.UTF-8.
8784 * localedata/en_US.UTF-8.in: New file.
8785 * posix/tst-fnmatch.input: Add comments and new tests for en_US.UTF-8,
8786 and restore old tests.
8787 * posix/tst-regexloc.c (do_test): Add back range expression test.
8788
8789 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8790
8791 * sysdeps/unix/sysv/linux/ia64/tst-setcontext4.c: New file.
8792
8793 2018-07-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8794
8795 * nptl/threads.h: Move to ...
8796 * sysdeps/nptl/threads.h: ... here.
8797 * sysdeps/hurd/stdc-predef.h: New file.
8798
8799 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8800
8801 * sysdeps/unix/sysv/linux/x86/Makefile (tests): Add
8802 tst-cet-setcontext-1 if CET is enabled.
8803 (CFLAGS-tst-cet-setcontext-1.c): Add -mshstk.
8804 * sysdeps/unix/sysv/linux/x86/tst-cet-setcontext-1.c: New file.
8805
8806 2018-07-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8807
8808 * include/threads.h: Move to ...
8809 * sysdeps/nptl/threads.h: ... here.
8810 * sysdeps/htl/threads.h: New file.
8811 * conform/Makefile (linknamespace-libs-ISO11): Use
8812 static-thread-library instead of linking libpthread.
8813 (linknamespace-libs-XPG4): Revert wrong libcrypt.a addition.
8814
8815 2018-07-25 Florian Weimer <fweimer@redhat.com>
8816
8817 * nptl/tst-mtx-timedlock.c (do_test): Implement carry from
8818 nanoseconds into seconds.
8819 * nptl/tst-cnd-basic.c (signal_parent): Lock and unlock mutex.
8820 (do_test): Likewise.
8821 * nptl/tst-cnd-timedwait.c (signal_parent): Likewise.
8822 (do_test): Likewise. Avoid nanosecond overflow and spurious
8823 timeouts due to system load.
8824 * nptl/tst-cnd-broadcast.c (waiting_threads): New variable.
8825 (child_wait): Increment it.
8826 (do_test): Wait as long as necessary until all expected threads
8827 have arrived.
8828
8829 2018-07-25 Vedvyas Shanbhogue <vedvyas.shanbhogue@intel.com>
8830 H.J. Lu <hongjiu.lu@intel.com>
8831
8832 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h (ucontext_t): Add
8833 __ssp.
8834 * sysdeps/unix/sysv/linux/x86_64/__start_context.S: Include
8835 <asm/prctl.h> and "ucontext_i.h" when shadow stack is enabled.
8836 (__push___start_context): New.
8837 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Include
8838 <asm/prctl.h>.
8839 (__getcontext): Record the current shadow stack base. Save the
8840 caller's shadow stack pointer and base.
8841 * sysdeps/unix/sysv/linux/x86_64/makecontext.c: Include
8842 <pthread.h>, <libc-pointer-arith.h> and <sys/prctl.h>.
8843 (__push___start_context): New prototype.
8844 (__makecontext): Call __push___start_context to allocate a new
8845 shadow stack, push __start_context onto the new stack as well
8846 as the new shadow stack.
8847 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Include
8848 <asm/prctl.h>.
8849 (__setcontext): Restore the target shadow stack.
8850 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Include
8851 <asm/prctl.h>.
8852 (__swapcontext): Record the current shadow stack base. Save
8853 the caller's shadow stack pointer and base. Restore the target
8854 shadow stack.
8855 * sysdeps/unix/sysv/linux/x86_64/sysdep.h
8856 (STACK_SIZE_TO_SHADOW_STACK_SIZE_SHIFT): New.
8857 * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym (oSSP): New.
8858
8859 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8860
8861 * stdlib/Makefile ((tests): Add tst-setcontext6, tst-setcontext7,
8862 tst-setcontext8 and tst-setcontext9.
8863 * stdlib/tst-setcontext6.c: New file.
8864 * stdlib/tst-setcontext7.c: Likewise.
8865 * stdlib/tst-setcontext8.c: Likewise.
8866 * stdlib/tst-setcontext9.c: Likewise.
8867
8868 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8869
8870 * stdlib/Makefile ((tests): Add tst-setcontext5.
8871 * stdlib/tst-setcontext5.c: New file.
8872
8873 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8874
8875 * stdlib/Makefile (tests): Add tst-setcontext4.
8876 * stdlib/tst-setcontext4.c: New file.
8877
8878 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8879
8880 * stdlib/Makefile (tests): Add tst-swapcontext1.
8881 * stdlib/tst-swapcontext1.c: New test.
8882
8883 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8884
8885 * sysdeps/x86/Makefile (tests): Add tst-cet-legacy-1,
8886 tst-cet-legacy-2, tst-cet-legacy-2a, tst-cet-legacy-3,
8887 tst-cet-legacy-4, tst-cet-legacy-4a, tst-cet-legacy-4b
8888 and tst-cet-legacy-4c.
8889 (modules-names): Add tst-cet-legacy-mod-1, tst-cet-legacy-mod-2
8890 and tst-cet-legacy-mod-4.
8891 (CFLAGS-tst-cet-legacy-2.c): New.
8892 (CFLAGS-tst-cet-legacy-mod-1.c): Likewise.
8893 (CFLAGS-tst-cet-legacy-mod-2.c): Likewise.
8894 (CFLAGS-tst-cet-legacy-3.c): Likewise.
8895 (CFLAGS-tst-cet-legacy-4.c): Likewise.
8896 (CFLAGS-tst-cet-legacy-mod-4.c): Likewise.
8897 ($(objpfx)tst-cet-legacy-1): Likewise.
8898 ($(objpfx)tst-cet-legacy-2): Likewise.
8899 ($(objpfx)tst-cet-legacy-2.out): Likewise.
8900 ($(objpfx)tst-cet-legacy-2a): Likewise.
8901 ($(objpfx)tst-cet-legacy-2a.out): Likewise.
8902 ($(objpfx)tst-cet-legacy-4): Likewise.
8903 ($(objpfx)tst-cet-legacy-4.out): Likewise.
8904 ($(objpfx)tst-cet-legacy-4a): Likewise.
8905 ($(objpfx)tst-cet-legacy-4a.out): Likewise.
8906 (tst-cet-legacy-4a-ENV): Likewise.
8907 ($(objpfx)tst-cet-legacy-4b): Likewise.
8908 ($(objpfx)tst-cet-legacy-4b.out): Likewise.
8909 (tst-cet-legacy-4b-ENV): Likewise.
8910 ($(objpfx)tst-cet-legacy-4c): Likewise.
8911 ($(objpfx)tst-cet-legacy-4c.out): Likewise.
8912 (tst-cet-legacy-4c-ENV): Likewise.
8913 * sysdeps/x86/tst-cet-legacy-1.c: New file.
8914 * sysdeps/x86/tst-cet-legacy-2.c: Likewise.
8915 * sysdeps/x86/tst-cet-legacy-2a.c: Likewise.
8916 * sysdeps/x86/tst-cet-legacy-3.c: Likewise.
8917 * sysdeps/x86/tst-cet-legacy-4.c: Likewise.
8918 * sysdeps/x86/tst-cet-legacy-4a.c: Likewise.
8919 * sysdeps/x86/tst-cet-legacy-4b.c: Likewise.
8920 * sysdeps/x86/tst-cet-legacy-4c.c: Likewise.
8921 * sysdeps/x86/tst-cet-legacy-mod-1.c: Likewise.
8922 * sysdeps/x86/tst-cet-legacy-mod-2.c: Likewise.
8923 * sysdeps/x86/tst-cet-legacy-mod-4.c: Likewise.
8924
8925 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8926
8927 * sysdeps/i386/nptl/tcb-offsets.sym (SSP_BASE_OFFSET): New.
8928 * sysdeps/i386/nptl/tls.h (tcbhead_t): Replace __glibc_reserved2
8929 with ssp_base.
8930 * sysdeps/x86_64/nptl/tcb-offsets.sym (SSP_BASE_OFFSET): New.
8931 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Replace __glibc_reserved2
8932 with ssp_base.
8933
8934 2018-07-25 Andreas Schwab <schwab@suse.de>
8935
8936 [BZ #23442]
8937 * locale/weightwc.h (findidx): Handle the case where usrc is a
8938 prefix of cp but one character too short.
8939
8940 2018-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8941
8942 * NEWS: Add ISO C threads addition.
8943
8944 2018-07-24 Florian Weimer <fweimer@redhat.com>
8945
8946 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
8947 [__LINUX_KERNEL_VERSION < 0x040D00] (__ASSUME_MLOCK2)
8948 (__ASSUME_COPY_FILE_RANGE): Undefine. Kernel support was added in
8949 4.13.
8950
8951 2018-07-24 H.J. Lu <hongjiu.lu@intel.com>
8952
8953 * sysdeps/unix/sysv/linux/x86/include/asm/prctl.h: New file.
8954 * sysdeps/unix/sysv/linux/x86/cpu-features.c: Include
8955 <sys/prctl.h> and <asm/prctl.h>.
8956 (get_cet_status): Call arch_prctl with ARCH_CET_STATUS.
8957 * sysdeps/unix/sysv/linux/x86/dl-cet.h: Include <sys/prctl.h>
8958 and <asm/prctl.h>.
8959 (dl_cet_allocate_legacy_bitmap): Call arch_prctl with
8960 ARCH_CET_LEGACY_BITMAP.
8961 (dl_cet_disable_cet): Call arch_prctl with ARCH_CET_DISABLE.
8962 (dl_cet_lock_cet): Call arch_prctl with ARCH_CET_LOCK.
8963 * sysdeps/x86/libc-start.c: Include <startup.h>.
8964
8965 2018-07-24 Florian Weimer <fweimer@redhat.com>
8966
8967 * sysdeps/unix/sysv/linux/sh/kernel-features.h (__ASSUME_STATX):
8968 Undefine. Suggested by Romain Naour <romain.naour@gmail.com>.
8969
8970 2018-07-24 Rical Jasan <rj@2c3t.io>
8971 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8972 Juan Manuel Torres Palma <jmtorrespalma@gmail.com>
8973
8974 [BZ #14092]
8975 * manual/debug.texi: Update adjacent chapter name.
8976 * manual/probes.texi: Likewise.
8977 * manual/threads.texi (ISO C Threads): New section.
8978 (POSIX Threads): Convert to a section.
8979
8980 2018-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8981 Juan Manuel Torres Palma <jmtorrespalma@gmail.com>
8982
8983 [BZ# 14092]
8984 * nptl/Makefile (tests): Add new test files.
8985 * nptl/tst-call-once.c : New file. Tests C11 functions and types.
8986 * nptl/tst-cnd-basic.c: Likewise.
8987 * nptl/tst-cnd-broadcast.c: Likewise.
8988 * nptl/tst-cnd-timedwait.c: Likewise.
8989 * nptl/tst-mtx-basic.c: Likewise.
8990 * nptl/tst-mtx-recursive.c: Likewise.
8991 * nptl/tst-mtx-timedlock.c: Likewise.
8992 * nptl/tst-mtx-trylock.c: Likewise.
8993 * nptl/tst-thrd-basic.c: Likewise.
8994 * nptl/tst-thrd-detach.c: Likewise.
8995 * nptl/tst-thrd-sleep.c: Likewise.
8996 * nptl/tst-tss-basic.c: Likewise.
8997
8998 2018-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8999
9000 [BZ #14092]
9001 * sysdeps/unix/sysv/linux/aarch64/libc.abilist [GLIBC_2.28]
9002 (thrd_current, thrd_equal, thrd_sleep, thrd_yield): Add C11 thread
9003 symbols.
9004 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
9005 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
9006 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
9007 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
9008 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
9009 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
9010 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
9011 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
9012 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
9013 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
9014 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
9015 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
9016 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
9017 Likewise.
9018 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9019 Likewise.
9020 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
9021 Likewise.
9022 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
9023 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
9024 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
9025 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
9026 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
9027 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
9028 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
9029 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
9030 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
9031 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist [[GLIBC_2.28]
9032 (call_once, cnd_broadcast, cnd_destroy, cnd_init, cnd_signal,
9033 cnd_timedwait, cnd_wait, mtx_destroy, mtx_init, mtx_lock,
9034 mtx_timedlock, mtx_trylock, mtx_unlokc, thrd_create, thrd_detach,
9035 thrd_exit, thrd_join, tss_create, tss_delete, tss_get, tss_set):
9036 Likewise.
9037 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: Likewise.
9038 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: Likewise.
9039 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: Likewise.
9040 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: Likewise.
9041 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: Likewise.
9042 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: Likewise.
9043 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: Likewise.
9044 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: Likewise.
9045 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Likewise.
9046 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: Likewise.
9047 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: Likewise.
9048 * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: Likewise.
9049 ikewise.
9050 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist:
9051 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9052 Likewise.
9053 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9054 Likewise.
9055 * sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist: Likewise.
9056 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: Likewise.
9057 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: Likewise.
9058 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: Likewise.
9059 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: Likewise.
9060 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: Likewise.
9061 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: Likewise.
9062 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: Likewise.
9063
9064 [BZ #14092]
9065 * conform/data/threads.h-data (thread_local): New macro.
9066 (TSS_DTOR_ITERATIONS): Likewise.
9067 (tss_t): New type.
9068 (tss_dtor_t): Likewise.
9069 (tss_create): New function.
9070 (tss_get): Likewise.
9071 (tss_set): Likewise.
9072 (tss_delete): Likewise.
9073 * nptl/Makefile (libpthread-routines): Add tss_create, tss_delete,
9074 tss_get, and tss_set objects.
9075 * nptl/Versions (libpthread) [GLIBC_2.28]: Likewise.
9076 * nptl/tss_create.c: New file.
9077 * nptl/tss_delete.c: Likewise.
9078 * nptl/tss_get.c: Likewise.
9079 * nptl/tss_set.c: Likewise.
9080 * sysdeps/nptl/threads.h (thread_local): New define.
9081 (TSS_DTOR_ITERATIONS): Likewise.
9082 (tss_t): New typedef.
9083 (tss_dtor_t): Likewise.
9084 (tss_create): New prototype.
9085 (tss_get): Likewise.
9086 (tss_set): Likewise.
9087 (tss_delete): Likewise.
9088
9089 [BZ #14092]
9090 * conform/data/threads.h-data (cnd_t): New type.
9091 (cnd_init): New function.
9092 (cnd_signal): Likewise.
9093 (cnd_broadcast): Likewise.
9094 (cnd_wait): Likewise.
9095 (cnd_timedwait): Likewise.
9096 (cnd_destroy): Likewise.
9097 * nptl/Makefile (libpthread-routines): Add cnd_broadcast,
9098 cnd_destroy, cnd_init, cnd_signal, cnd_timedwait, and cnd_wait
9099 object.
9100 * nptl/Versions (libpthread) [GLIBC_2.28]: Likewise.
9101 * nptl/cnd_broadcast.c: New file.
9102 * nptl/cnd_destroy.c: Likewise.
9103 * nptl/cnd_init.c: Likewise.
9104 * nptl/cnd_signal.c: Likewise.
9105 * nptl/cnd_timedwait.c: Likewise.
9106 * nptl/cnd_wait.c: Likewise.
9107 * sysdeps/nptl/threads.h (cnd_t): New type.
9108 (cnd_init): New prototype.
9109 (cnd_signa): Likewise.
9110 (cnd_broadcast): Likewise.
9111 (cnd_wait): Likewise.
9112 (cnd_timedwait): Likewise.
9113 (cnd_destroy): Likewise.
9114
9115 [BZ #14092]
9116 * conform/data/threads.h-data (ONCE_FLAG_INIT): New macro.
9117 (once_flag): New type.
9118 (call_once): New function.
9119 * nptl/Makefile (libpthread-routines): Add call_once object.
9120 * nptl/Versions (libphread) [GLIBC_2.28]: Add call_once symbol.
9121 * nptl/call_once.c: New file.
9122 * sysdeps/nptl/threads.h (ONCE_FLAG_INIT): New define.
9123 (once_flag): New type.
9124 (call_once): New prototype.
9125
9126 [BZ #14092]
9127 * conform/data/threads.h-data (mtx_plain): New constant.
9128 (mtx_recursive): Likewise.
9129 (mtx_timed): Likewise.
9130 (mtx_t): New type.
9131 (mtx_init): New function.
9132 (mtx_lock): Likewise.
9133 (mtx_timedlock): Likewise.
9134 (mtx_trylock): Likewise.
9135 (mtx_unlock): Likewise.
9136 (mtx_destroy): Likewise.
9137 * nptl/Makefile (libpthread-routines): Add mtx_destroy, mtx_init,
9138 mtx_lock, mtx_timedlock, mtx_trylock, and mtx_unlock object.
9139 * nptl/Versions (libpthread) [GLIBC_2.28]): Add mtx_init, mtx_lock,
9140 mtx_timedlock, mtx_trylock, mtx_unlock, and mtx_destroy.
9141 * nptl/mtx_destroy.c: New file.
9142 * nptl/mtx_init.c: Likewise.
9143 * nptl/mtx_lock.c: Likewise.
9144 * nptl/mtx_timedlock.c: Likewise.
9145 * nptl/mtx_trylock.c: Likewise.
9146 * nptl/mtx_unlock.c: Likewise.
9147 * sysdeps/nptl/threads.h (mtx_plain): New enumeration.
9148 (mtx_recursive): Likewise.
9149 (mtx_timed): Likewise.
9150 (mtx_t): New type.
9151 (mtx_init): New prototype.
9152 (mtx_lock): Likewise.
9153 (mtx_timedlock): Likewise.
9154 (mtx_trylock): Likewise.
9155 (mtx_unlock): Likewise.
9156 (mtx_destroy): Likewise.
9157
9158 [BZ #14092]
9159 * conform/Makefile (conformtest-headers-ISO11): Add threads.h.
9160 (linknamespace-libs-ISO11): Add libpthread.a.
9161 * conform/data/threads.h-data: New file: add C11 thrd_* types and
9162 functions.
9163 * include/stdc-predef.h (__STDC_NO_THREADS__): Remove definition.
9164 * nptl/Makefile (headers): Add threads.h.
9165 (libpthread-routines): Add new C11 thread thrd_create, thrd_current,
9166 thrd_detach, thrd_equal, thrd_exit, thrd_join, thrd_sleep, and
9167 thrd_yield.
9168 * nptl/Versions (libpthread) [GLIBC_2.28]): Add new C11 thread
9169 thrd_create, thrd_current, thrd_detach, thrd_equal, thrd_exit,
9170 thrd_join, thrd_sleep, and thrd_yield symbols.
9171 * nptl/descr.h (struct pthread): Add c11 field.
9172 * nptl/pthreadP.h (ATTR_C11_THREAD): New define.
9173 * nptl/pthread_create.c (START_THREAD_DEFN): Call C11 thread start
9174 routine with expected function prototype.
9175 (__pthread_create_2_1): Add C11 threads check based on attribute
9176 value.
9177 * sysdeps/unix/sysdep.h (INTERNAL_SYSCALL_CANCEL): New macro.
9178 * nptl/thrd_create.c: New file.
9179 * nptl/thrd_current.c: Likewise.
9180 * nptl/thrd_detach.c: Likewise.
9181 * nptl/thrd_equal.c: Likewise.
9182 * nptl/thrd_exit.c: Likewise.
9183 * nptl/thrd_join.c: Likewise.
9184 * nptl/thrd_priv.h: Likewise.
9185 * nptl/thrd_sleep.c: Likewise.
9186 * nptl/thrd_yield.c: Likewise.
9187 * include/threads.h: Likewise.
9188
9189 2018-07-24 H.J. Lu <hongjiu.lu@intel.com>
9190
9191 * bits/indirect-return.h: New file.
9192 * misc/sys/cdefs.h (__glibc_has_attribute): New.
9193 * sysdeps/x86/bits/indirect-return.h: Likewise.
9194 * stdlib/Makefile (headers): Add bits/indirect-return.h.
9195 * stdlib/ucontext.h: Include <bits/indirect-return.h>.
9196 (swapcontext): Add __INDIRECT_RETURN.
9197 * string/tst-xbzero-opt.c (ALWAYS_INLINE): New.
9198 (prepare_test_buffer): Use it.
9199
9200 2018-07-24 Andreas Schwab <schwab@suse.de>
9201
9202 [BZ #23448]
9203 * iconvdata/ibm1364.c (MAX_NEEDED_OUTPUT) [FROM_LOOP]: Define.
9204 (MAX_NEEDED_INPUT) [TO_LOOP]: Define.
9205
9206 2018-07-24 H.J. Lu <hongjiu.lu@intel.com>
9207
9208 * sysdeps/unix/sysv/linux/i386/vfork.S (SYSCALL_ERROR_HANDLER):
9209 Redefine if shadow stack is enabled.
9210 (SYSCALL_ERROR_LABEL): Likewise.
9211 (__vfork): Pop shadow stack and jump back to to caller directly
9212 when shadow stack is in use.
9213 * sysdeps/unix/sysv/linux/x86_64/vfork.S (SYSCALL_ERROR_HANDLER):
9214 Redefine if shadow stack is enabled.
9215 (SYSCALL_ERROR_LABEL): Likewise.
9216 (__vfork): Pop shadow stack and jump back to to caller directly
9217 when shadow stack is in use.
9218
9219 2018-07-24 H.J. Lu <hongjiu.lu@intel.com>
9220
9221 * sysdeps/x86_64/tst-quadmod1.S (func): Add endbr64 if IBT is
9222 enabled.
9223 (foo): Likewise.
9224 * sysdeps/x86_64/tst-quadmod2.S (func) : Likewise.
9225 (foo): Likewise.
9226
9227 2018-07-20 Joseph Myers <joseph@codesourcery.com>
9228
9229 * scripts/build-many-glibcs.py (Context.checkout): Default
9230 binutils version to 2.31 branch.
9231
9232 2018-07-20 Zong Li <zong@andestech.com>
9233
9234 * scripts/build-many-glibcs.py (Context.checkout_tar): Change the
9235 URL of gcc's tarball.
9236
9237 2018-07-20 Florian Weimer <fweimer@redhat.com>
9238
9239 [BZ #23396]
9240 * posix/regcomp.c (build_equiv_class): When comparing weights, do
9241 not compare an extra byte after the end of the weights.
9242
9243 2018-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
9244
9245 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Set multiple_threads
9246 to 1.
9247 * sysdeps/hurd/include/hurd/port.h [!_ISOMAC]: Do not declare libc
9248 hidden prototypes.
9249 * sysdeps/mach/include/mach-shortcuts-hidden.h [!_ISOMAC]: Likewise.
9250 * sysdeps/mach/include/mach/mach_traps.h [!_ISOMAC]: Likewise.
9251 * scripts/check-execstack.awk: Consider `xfail' variable containing a
9252 list of libraries whose stack executability is expected.
9253 * elf/Makefile ($(objpfx)check-execstack.out): Pass
9254 $(check-execstack-xfail) to check-execstack.awk through `xfail'
9255 variable.
9256 * sysdeps/mach/hurd/i386/Makefile (check-execstack-xfail): Set to ld.so
9257 libc.so libpthread.so.
9258
9259 2018-07-20 Thomas Schwinge <tschwinge@gnu.org>
9260
9261 * sysdeps/mach/hurd/socket.c (__socket): Handle SOCK_CLOEXEC and
9262 SOCK_NONBLOCK.
9263 * sysdeps/mach/hurd/socketpair.c (__socketpair): Handle SOCK_CLOEXEC
9264 and SOCK_NONBLOCK.
9265 * sysdeps/mach/hurd/pipe2.c: New file, copy from pipe.c. Evolve it to
9266 implement __pipe2.
9267 * sysdeps/mach/hurd/pipe.c (__pipe): Reimplement using __pipe2.
9268
9269 2018-07-19 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
9270
9271 * benchtests/scripts/compare_bench.py (__main__): use the argparse
9272 library to improve command line parsing.
9273 (__main__): make schema file as optional parameter (--schema),
9274 defaulting to benchtests/scripts/benchout.schema.json.
9275 (main): move out of the parsing stuff to __main_  and leave it
9276 only as caller of main comparison functions.
9277
9278 2018-07-19 H.J. Lu <hongjiu.lu@intel.com>
9279
9280 * NEWS: Add a note for Intel CET status.
9281 * manual/install.texi: Likewise.
9282 * INSTALL: Regenerated.
9283
9284 2018-07-18 Quentin PAGÈS <provaires@quentino.fr>
9285
9286 [BZ #23140]
9287 * localedata/locales/oc_FR (mon): Rename to...
9288 (alt_mon): This, then update October (typo fix).
9289 (mon): New content (genitive case, month names preceded by
9290 "de" or "d’").
9291
9292 [BZ #23422]
9293 * localedata/locales/oc_FR (abday): Update all items.
9294 (day): Update Wednesday and Saturday (typo fixes).
9295 (abmon): Update all items, except May.
9296 (d_fmt): Update "%d.%m.%Y" -> "%d/%m/%Y".
9297 (LC_IDENTIFICATION): Bump the revision number and date.
9298 Keep the "category" entries in alphabetic order.
9299 (LC_ADDRESS): Remove no longer needed comment.
9300 (LC_COLLATE): Use “copy "ca_ES"”.
9301 (LC_NAME): Set the correct values of "name_fmt", "name_mr", and
9302 "name_mrs".
9303
9304 2018-07-18 Joseph Myers <joseph@codesourcery.com>
9305
9306 * grp/tst_fgetgrent.c: Include <unistd.h>.
9307 (main): Use mkstemp instead of tmpnam.
9308 * io/test-utime.c (main): Likewise.
9309 * posix/annexc.c (macrofile): Change to modifiable array.
9310 (main): Remove macrofile here.
9311 (get_null_defines): Use mkstemp instead of tmpnam. Do not remove
9312 macrofile here.
9313 (check_header): Do not remove macrofile here.
9314 * posix/bug-getopt1.c: Include <stdlib.h>.
9315 (do_test): Use mkstemp instead of tmpnam.
9316 * posix/bug-getopt2.c: Include <stdlib.h>.
9317 (do_test): Use mkstemp instead of tmpnam.
9318 * posix/bug-getopt3.c: Include <stdlib.h>.
9319 (do_test): Use mkstemp instead of tmpnam.
9320 * posix/bug-getopt4.c: Include <stdlib.h>.
9321 (do_test): Use mkstemp instead of tmpnam.
9322 * posix/bug-getopt5.c: Include <stdlib.h>.
9323 (do_test): Use mkstemp instead of tmpnam.
9324 * stdio-common/bug7.c: Include <stdlib.h> and <unistd.h>.
9325 (main): Use mkstemp instead of tmpnam.
9326 * stdio-common/tst-fdopen.c: Include <stdlib.h>.
9327 (main): Use mkstemp instead of tmpnam.
9328 * stdio-common/tst-ungetc.c: Include <stdlib.h>.
9329 (main): use mkstemp instead of tmpnam.
9330 * stdlib/isomac.c (macrofile): Change to modifiable array.
9331 (main): Remove macrofile here.
9332 (get_null_defines): Use mkstemp instead of tmpnam. Do not remove
9333 macrofile here.
9334 (check_header): Do not remove macrofile here.
9335
9336 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9337
9338 * manual/tunables.texi: Document glibc.tune.x86_ibt and
9339 glibc.tune.x86_shstk.
9340
9341 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9342
9343 * NEWS: Mention --enable-cet.
9344 * manual/install.texi: Document --enable-cet.
9345 * INSTALL: Regenerated.
9346
9347 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9348
9349 * sysdeps/x86_64/multiarch/memcmp-sse4.S (BRANCH_TO_JMPTBL_ENTRY):
9350 Add _CET_NOTRACK before indirect jump to jump table.
9351
9352 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9353
9354 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S
9355 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9356 to jump table.
9357
9358 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9359
9360 * sysdeps/i386/i686/multiarch/strcat-sse2.S
9361 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9362 to jump table.
9363
9364 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9365
9366 * sysdeps/i386/i686/multiarch/strcpy-sse2.S
9367 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9368 to jump table.
9369
9370 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9371
9372 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S
9373 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9374 to jump table.
9375
9376 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9377
9378 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
9379 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9380 to jump table.
9381 (BRANCH_TO_JMPTBL_ENTRY_TAIL): Likewise.
9382
9383 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9384
9385 * sysdeps/i386/i686/multiarch/memcmp-sse4.S
9386 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9387 to jump table.
9388
9389 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9390
9391 * sysdeps/i386/i686/multiarch/memset-sse2.S
9392 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9393 to jump table.
9394
9395 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9396
9397 * sysdeps/i386/i686/memcmp.S (memcmp): Add _CET_NOTRACK before
9398 indirect jump to jump table.
9399
9400 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9401
9402 * sysdeps/x86_64/multiarch/memcpy-ssse3.S
9403 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9404 to jump table.
9405 (MEMCPY): Likewise.
9406
9407 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9408
9409 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S
9410 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
9411 to jump table.
9412 (MEMCPY): Likewise.
9413
9414 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9415
9416 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Add
9417 _CET_NOTRACK before indirect jump to jump table.
9418
9419 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
9420
9421 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.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/x86_64/strcmp.S (STRCMP): Add _CET_NOTRACK before
9428 indirect jump to jump table.
9429
9430 2018-07-18 Valery Timiriliyev <timiriliyev@gmail.com>
9431
9432 [BZ #22241]
9433 * localedata/Makefile (test-input): Add sah_RU.UTF-8.
9434 (LOCALES): Likewise.
9435 * localedata/SUPPORTED (sah_RU/UTF-8): New entry.
9436 * localedata/locales/sah_RU: New file.
9437 * localedata/sah_RU.UTF-8.in: New file.
9438
9439 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
9440
9441 * sysdeps/i386/add_n.S: Include <sysdep.h>, instead of
9442 "sysdep.h".
9443 (__mpn_add_n): Save and restore %ebx if IBT is enabed. Add
9444 _CET_ENDBR to indirect jump targets and adjust jump destination
9445 for _CET_ENDBR.
9446 * sysdeps/i386/i686/add_n.S: Include <sysdep.h>, instead of
9447 "sysdep.h".
9448 (__mpn_add_n): Save and restore %ebx if IBT is enabed. Add
9449 _CET_ENDBR to indirect jump targets and adjust jump destination
9450 for _CET_ENDBR.
9451 * sysdeps/i386/sub_n.S: Include <sysdep.h>, instead of
9452 "sysdep.h".
9453 (__mpn_sub_n): Save and restore %ebx if IBT is enabed. Add
9454 _CET_ENDBR to indirect jump targets and adjust jump destination
9455 for _CET_ENDBR.
9456
9457 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
9458
9459 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Add
9460 _CET_ENDBR.
9461
9462 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
9463
9464 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_return): Add
9465 _CET_ENDBR.
9466 (_dl_tlsdesc_undefweak): Likewise.
9467 (_dl_tlsdesc_dynamic): Likewise.
9468 (_dl_tlsdesc_resolve_abs_plus_addend): Likewise.
9469 (_dl_tlsdesc_resolve_rel): Likewise.
9470 (_dl_tlsdesc_resolve_rela): Likewise.
9471 (_dl_tlsdesc_resolve_hold): Likewise.
9472 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_return): Likewise.
9473 (_dl_tlsdesc_undefweak): Likewise.
9474 (_dl_tlsdesc_dynamic): Likewise.
9475 (_dl_tlsdesc_resolve_rela): Likewise.
9476 (_dl_tlsdesc_resolve_hold): Likewise.
9477
9478 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
9479
9480 * sysdeps/i386/crti.S (_init): Add _CET_ENDBR.
9481 (_fini): Likewise.
9482 * sysdeps/x86_64/crti.S (_init): Likewise.
9483 (_fini): Likewise.
9484
9485 2018-07-17 Rafal Luzynski <digitalfreak@lingonborough.com>
9486
9487 [BZ #23140]
9488 * localedata/locales/os_RU (mon): Rename to...
9489 (alt_mon): This.
9490 (mon): Import from CLDR (genitive case).
9491
9492 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
9493
9494 * sysdeps/x86/cpu-features.c: Always include <dl-cet.h> and
9495 cet-tunables.h> when CET is enabled.
9496
9497 2018-07-16 H.J. Lu <hongjiu.lu@intel.com>
9498
9499 [BZ #21598]
9500 * configure.ac: Add --enable-cet.
9501 * configure: Regenerated.
9502 * elf/Makefille (all-built-dso): Add a comment.
9503 * elf/dl-load.c (filebuf): Moved before "dynamic-link.h".
9504 Include <dl-prop.h>.
9505 (_dl_map_object_from_fd): Call _dl_process_pt_note on PT_NOTE
9506 segment.
9507 * elf/dl-open.c: Include <dl-prop.h>.
9508 (dl_open_worker): Call _dl_open_check.
9509 * elf/rtld.c: Include <dl-prop.h>.
9510 (dl_main): Call _rtld_process_pt_note on PT_NOTE segment. Call
9511 _rtld_main_check.
9512 * sysdeps/generic/dl-prop.h: New file.
9513 * sysdeps/i386/dl-cet.c: Likewise.
9514 * sysdeps/unix/sysv/linux/x86/cpu-features.c: Likewise.
9515 * sysdeps/unix/sysv/linux/x86/dl-cet.h: Likewise.
9516 * sysdeps/x86/cet-tunables.h: Likewise.
9517 * sysdeps/x86/check-cet.awk: Likewise.
9518 * sysdeps/x86/configure: Likewise.
9519 * sysdeps/x86/configure.ac: Likewise.
9520 * sysdeps/x86/dl-cet.c: Likewise.
9521 * sysdeps/x86/dl-procruntime.c: Likewise.
9522 * sysdeps/x86/dl-prop.h: Likewise.
9523 * sysdeps/x86/libc-start.h: Likewise.
9524 * sysdeps/x86/link_map.h: Likewise.
9525 * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Add
9526 _CET_ENDBR.
9527 (_dl_runtime_profile): Likewise.
9528 (_dl_runtime_resolve_shstk): New.
9529 (_dl_runtime_profile_shstk): Likewise.
9530 * sysdeps/linux/x86/Makefile (sysdep-dl-routines): Add dl-cet
9531 if CET is enabled.
9532 (CFLAGS-.o): Add -fcf-protection if CET is enabled.
9533 (CFLAGS-.os): Likewise.
9534 (CFLAGS-.op): Likewise.
9535 (CFLAGS-.oS): Likewise.
9536 (asm-CPPFLAGS): Add -fcf-protection -include cet.h if CET
9537 is enabled.
9538 (tests-special): Add $(objpfx)check-cet.out.
9539 (cet-built-dso): New.
9540 (+$(cet-built-dso:=.note)): Likewise.
9541 (common-generated): Add $(cet-built-dso:$(common-objpfx)%=%.note).
9542 ($(objpfx)check-cet.out): New.
9543 (generated): Add check-cet.out.
9544 * sysdeps/x86/cpu-features.c: Include <dl-cet.h> and
9545 <cet-tunables.h>.
9546 (TUNABLE_CALLBACK (set_x86_ibt)): New prototype.
9547 (TUNABLE_CALLBACK (set_x86_shstk)): Likewise.
9548 (init_cpu_features): Call get_cet_status to check CET status
9549 and update dl_x86_feature_1 with CET status. Call
9550 TUNABLE_CALLBACK (set_x86_ibt) and TUNABLE_CALLBACK
9551 (set_x86_shstk). Disable and lock CET in libc.a.
9552 * sysdeps/x86/cpu-tunables.c: Include <cet-tunables.h>.
9553 (TUNABLE_CALLBACK (set_x86_ibt)): New function.
9554 (TUNABLE_CALLBACK (set_x86_shstk)): Likewise.
9555 * sysdeps/x86/sysdep.h (_CET_NOTRACK): New.
9556 (_CET_ENDBR): Define if not defined.
9557 (ENTRY): Add _CET_ENDBR.
9558 * sysdeps/x86/dl-tunables.list (glibc.tune): Add x86_ibt and
9559 x86_shstk.
9560 * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve): Add
9561 _CET_ENDBR.
9562 (_dl_runtime_profile): Likewise.
9563
9564 2018-07-16 Rogerio A. Cardoso <rcardoso@linux.vnet.ibm.com>
9565
9566 [BZ #21895]
9567 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Remove condition code for
9568 restore r2 on longjmp.
9569 * sysdeps/powerpc/powerpc64/Makefile: Added tst-setjmp-bug21895-static to
9570 test list.
9571 Added rules to build test tst-setjmp-bug21895-static.
9572 Added module setjmp-bug21895 and rules to build a shared object from it.
9573 * sysdeps/powerpc/powerpc64/setjmp-bug21895.c: New test file.
9574 * sysdeps/powerpc/powerpc64/tst-setjmp-bug21895-static.c: New test file.
9575
9576 2018-07-15 Wilco Dijkstra <wdijkstr@arm.com>
9577
9578 * benchtests/bench-strcasestr.c: Rename __strnlen to strnlen.
9579 * benchtests/bench-strstr.c: Likewise.
9580 * string/memmem.c (FASTSEARCH): Define.
9581 * string/str-two-way.h (two_way_short_needle): Minor cleanups.
9582 Add support for FASTSEARCH.
9583 * string/strcasestr.c (AVAILABLE): Use read-ahead __strnlen.
9584 * string/strstr.c (AVAILABLE): Use read-ahead __strnlen.
9585 (FASTSEARCH): Define.
9586 * string/test-strcasestr.c: Rename __strnlen to strnlen.
9587 * string/test-strstr.c: Likewise.
9588
9589 2018-07-15 H.J. Lu <hongjiu.lu@intel.com>
9590
9591 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Undef
9592 SHADOW_STACK_POINTER_OFFSET after including <jmp_buf-ssp.h>.
9593
9594 2018-07-14 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
9595 H.J. Lu <hongjiu.lu@intel.com>
9596
9597 * sysdeps/i386/__longjmp.S: Include <jmp_buf-ssp.h>.
9598 (__longjmp): Restore shadow stack pointer if shadow stack is
9599 enabled, SHADOW_STACK_POINTER_OFFSET is defined and __longjmp
9600 isn't defined for __longjmp_cancel.
9601 * sysdeps/i386/bsd-_setjmp.S: Include <jmp_buf-ssp.h>.
9602 (_setjmp): Save shadow stack pointer if shadow stack is enabled
9603 and SHADOW_STACK_POINTER_OFFSET is defined.
9604 * sysdeps/i386/bsd-setjmp.S: Include <jmp_buf-ssp.h>.
9605 (setjmp): Save shadow stack pointer if shadow stack is enabled
9606 and SHADOW_STACK_POINTER_OFFSET is defined.
9607 * sysdeps/i386/setjmp.S: Include <jmp_buf-ssp.h>.
9608 (__sigsetjmp): Save shadow stack pointer if shadow stack is
9609 enabled and SHADOW_STACK_POINTER_OFFSET is defined.
9610 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Include
9611 <jmp_buf-ssp.h>.
9612 (____longjmp_chk): Restore shadow stack pointer if shadow stack
9613 is enabled and SHADOW_STACK_POINTER_OFFSET is defined.
9614 * sysdeps/unix/sysv/linux/x86/Makefile (gen-as-const-headers):
9615 Remove jmp_buf-ssp.sym.
9616 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
9617 <jmp_buf-ssp.h>.
9618 (____longjmp_chk): Restore shadow stack pointer if shadow stack
9619 is enabled and SHADOW_STACK_POINTER_OFFSET is defined.
9620 * sysdeps/x86/Makefile (gen-as-const-headers): Add
9621 jmp_buf-ssp.sym.
9622 * sysdeps/x86/jmp_buf-ssp.sym: New dummy file.
9623 * sysdeps/x86_64/__longjmp.S: Include <jmp_buf-ssp.h>.
9624 (__longjmp): Restore shadow stack pointer if shadow stack is
9625 enabled, SHADOW_STACK_POINTER_OFFSET is defined and __longjmp
9626 isn't defined for __longjmp_cancel.
9627 * sysdeps/x86_64/setjmp.S: Include <jmp_buf-ssp.h>.
9628 (__sigsetjmp): Save shadow stack pointer if shadow stack is
9629 enabled and SHADOW_STACK_POINTER_OFFSET is defined.
9630
9631 2018-07-14 H.J. Lu <hongjiu.lu@intel.com>
9632
9633 [BZ #22563]
9634 * nptl/pthread_create.c: Include <tls-setup.h>.
9635 (__pthread_create_2_1): Call tls_setup_tcbhead.
9636 * sysdeps/generic/tls-setup.h: New file.
9637 * sysdeps/x86/nptl/tls-setup.h: Likewise.
9638 * sysdeps/i386/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
9639 * sysdeps/x86_64/nptl/tcb-offsets.sym (FEATURE_1_OFFSET):
9640 Likewise.
9641 * sysdeps/i386/nptl/tls.h (tcbhead_t): Rename __glibc_reserved1
9642 to feature_1.
9643 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Likewise.
9644 * sysdeps/x86/sysdep.h (X86_FEATURE_1_IBT): New.
9645 (X86_FEATURE_1_SHSTK): Likewise.
9646 (CET_ENABLED): Likewise.
9647 (IBT_ENABLED): Likewise.
9648 (SHSTK_ENABLED): Likewise.
9649
9650 2018-07-13 Rafal Luzynski <digitalfreak@lingonborough.com>
9651
9652 [BZ #23208]
9653 * localedata/Makefile (test-input): Add dsb_DE.UTF-8.
9654 (LOCALES): Likewise.
9655 * localedata/dsb_DE.UTF-8.in: New file.
9656 * localedata/locales/dsb_DE (LC_COLLATE): Fix syntax error.
9657
9658 2018-07-12 Florian Weimer <fweimer@redhat.com>
9659
9660 * nptl/allocatestack.c [_STACK_GROWS_UP] (allocate_stack): Call
9661 __mprotect, not mprotect.
9662
9663 2018-07-11 Florian Weimer <fweimer@redhat.com>
9664
9665 * io/Makefile (headers): Add bits/statx.h.
9666
9667 2018-07-10 Mike FABIAN <mfabian@redhat.com>
9668
9669 * localedata/charmaps/UTF-8: Use correct Unicode version 11.0.0 in comment.
9670 * localedata/locales/i18n_ctype: Use correct Unicode version in comments
9671 and headers.
9672 * localedata/unicode-gen/utf8_gen.py: Add option to specify Unicode version
9673 * localedata/unicode-gen/Makefile: Use option to specify Unicode version
9674 for utf8_gen.py
9675
9676 2018-07-10 Florian Weimer <fweimer@redhat.com>
9677
9678 * io/Makefile (routines): Add statx.
9679 (tests-internal): Add tst-statx.
9680 * io/Versions (GLIBC_2.28): Export statx.
9681 * io/bits/statx.h: New file.
9682 * io/sys/stat.h [__USE_GNU]: Include it.
9683 * io/fcntl.h [__USE_GNU] (AT_STATX_SYNC_TYPE)
9684 (AT_STATX_SYNC_AS_STAT, AT_STATX_FORCE_SYNC, AT_STATX_DONT_SYNC):
9685 Define.
9686 * io/statx.c: New file.
9687 * io/statx_generic.: Likewise.
9688 * io/tst-statx.: Likewise.
9689 * include/bits/statx.h: Likewise.
9690 * sysdeps/unix/sysv/linux/kernel-features.h
9691 [__LINUX_KERNEL_VERSION >= 0x040B00] (__ASSUME_STATX): Define.
9692 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9693 [__LINUX_KERNEL_VERSION < 0x040D00] (__ASSUME_STATX): Undefine.
9694 * sysdeps/unix/sysv/linux/ia64/kernel-features.h (__ASSUME_STATX):
9695 Undefine.
9696 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9697 [__LINUX_KERNEL_VERSION < 0x040C00] (__ASSUME_STATX): Undefine.
9698 * sysdeps/unix/sysv/linux/statx.c: New file.
9699 * manual/filesys.texi: Note that statx is undocumented.
9700 * sysdeps/**/libc*.abilist: Update.
9701
9702 2018-07-10 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9703
9704 * sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c: Add a comment about
9705 a kernel issue which lead to test failure in some cases.
9706
9707 2018-07-10 Florian Weimer <fweimer@redhat.com>
9708
9709 [BZ #23036]
9710 * posix/regexec.c (check_node_accept_bytes): When comparing
9711 weights, do not compare an extra byte after the end of the
9712 weights.
9713
9714 2018-07-10 Florian Weimer <fweimer@redhat.com>
9715
9716 * libio/readline.c: Fix copyright year.
9717 * libio/tst-readline.c Likewise.
9718 * nss/tst-nss-files-hosts-getent.c: Likewise.
9719
9720 2018-07-06 Florian Weimer <fweimer@redhat.com>
9721
9722 [BZ #18991]
9723 * nss/nss_files/files-XXX.c (internal_getent): Use
9724 __libc_readline_unlocked. Seek back to the start of the line if
9725 parsing failes with ERANGE.
9726 (get_contents_ret, get_contents): Remove.
9727 * nss/tst-nss-files-hosts-getent.c: New file.
9728 * nss/Makefile (tests): Add tst-nss-files-hosts-getent.
9729 (tst-nss-files-hosts-getent): Link with -ldl.
9730
9731 2018-07-06 Florian Weimer <fweimer@redhat.com>
9732
9733 * include/stdio.h (__libc_readline_unlocked): Declare.
9734 (__ftello64, __fseeko64): Declare aliases.
9735 * libio/readline.c: New file.
9736 * libio/tst-readline.c: Likewise.
9737 (routines): Add readline.
9738 (tests-internal): Add tst-readlime.
9739 * libio/Versions (GLIBC_PRIVATE): Export __fseeko64, __ftello64,
9740 __libc_readline_unlocked.
9741 * libio/fseeko.c (__fseeko): Rename from fseeko.
9742 (fseeko): Add alias.
9743 [__OFF_T_MATCHES_OFF64_T] (fseeko64, __fseeko64): Likewise.
9744 * libio/fseeko64.c (__fseeko64): Rename from fseeko64.
9745 (fseeko64): Add alias.
9746 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T] (__ftello64): Add alias.
9747 * libio/ftello64.c (__ftello64): Rename from ftello64.
9748 (ftello64): Add alias.
9749
9750 2018-07-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
9751
9752 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h (HWCAP_IMPORTANT): Add
9753 HWCAP_ATOMICS.
9754
9755 2018-07-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
9756
9757 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (init_cpu_features):
9758 Use dl_hwcap without masking.
9759 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h (HWCAP_IMPORTANT):
9760 Remove HWCAP_CPUID.
9761
9762 2018-07-06 Florian Weimer <fweimer@redhat.com>
9763
9764 * conform/conformtest.pl (checknamespace): Escape literal braces
9765 in regular expressions.
9766
9767 2018-07-06 Amit Pawar <amit.pawar@amd.com>
9768
9769 * sysdeps/x86/cpu-features.c (get_common_indeces):
9770 AVX_Fast_Unaligned_Load is enabled when AVX2 is detected.
9771 * sysdeps/x86/cpu-features.c (init_cpu_features):
9772 AVX_Fast_Unaligned_Load is disabled for Excavator core.
9773
9774 2018-07-05 Florian Weimer <fweimer@redhat.com>
9775
9776 * csu/Makefile (CFLAGS-static-reloc.os): Build with stack
9777 protector.
9778 (CFLAGS-elf-init.oS): Likewise.
9779
9780 2018-07-05 Florian Weimer <fweimer@redhat.com>
9781 Carlos O'Donell <carlos@redhat.com>
9782
9783 * debug/Makefile (CFLAGS-stack_chk_fail_local.c): Remove
9784 $(no-stack-protector). stack_chk_fail_local.c can be compiled
9785 with stack protector enabled because there is no risk of infinite
9786 recursion.
9787
9788 2018-07-05 Maciej W. Rozycki <macro@mips.com>
9789
9790 [BZ #19818]
9791 [BZ #23307]
9792 * libc-abis (ABSOLUTE): New ABI.
9793 * sysdeps/unix/sysv/linux/mips/libc-abis (ABSOLUTE): New ABI.
9794 * NEWS: Mention the new ABI.
9795
9796 2018-07-05 Florian Weimer <fweimer@redhat.com>
9797
9798 [BZ # 17662]
9799 * libio/stdio.h [__USE_GNU] (RENAME_NOREPLACE, RENAME_EXCHANGE)
9800 (RENAME_WHITEOUT): Define.
9801 [__USE_GNU] (renameat2): Declare.
9802 * stdio-common/Makefile (routines): Add renameat2.
9803 (tests): Add tst-renameat2.
9804 * stdio-common/Versions (GLIBC_2_28): Export renameat2.
9805 * stdio-common/renameat2.c: New file.
9806 * stdio-common/tst-renameat2.c: Likewise.
9807 * sysdeps/unix/sysv/linux/renameat2.c: Likewise.
9808 * manual/filesys.texi (Temporary Files): Note that renameat2 is
9809 undocumented.
9810 * sysdeps/unix/sysv/linux/kernel-features.h
9811 [__LINUX_KERNEL_VERSION >= 0x030F00] (__ASSUME_RENAMEAT2): Define.
9812 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9813 [__LINUX_KERNEL_VERSION < 0x031100] (__ASSUME_RENAMEAT2): Undefine.
9814 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9815 [__LINUX_KERNEL_VERSION < 0x031100] (__ASSUME_RENAMEAT2): Undefine.
9816 * sysdeps/unix/sysv/linux/sh/kernel-features.h
9817 [__LINUX_KERNEL_VERSION < 0x040800] (__ASSUME_RENAMEAT2): Undefine.
9818 * sysdeps/unix/sysv/linux/sparc/kernel-features.h
9819 [__LINUX_KERNEL_VERSION < 0x031000] (__ASSUME_RENAMEAT2): Undefine.
9820 * include/stdio.h (__renameat): Add alias for renameat.
9821 * stdio-common/renameat.c (__renameat): Rename from renameat.
9822 Add hidden definition and alias.
9823 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
9824 * sysdeps/mach/hurd/renameat.c: Likewise.
9825 * sysdeps/**/libc*.abilist: Add renameat2.
9826
9827 2018-07-04 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9828
9829 * posix/bug-regex33.c: Fix build after regex sync.
9830
9831 2018-07-04 Carlos O'Donell <carlos@redhat.com>
9832
9833 [BZ #23164]
9834 * localedata/tst-langinfo-setlocale.c: New file.
9835 * localedata/tst-langinfo-setlocale-static.c: New file.
9836 * localedata/tst-langinfo-newlocale.c: New file.
9837 * localedata/tst-langinfo-newlocale-static.c: New file.
9838 * localedata/Makefile (test-srcs): Remove tst-langinfo. Add
9839 tst-langinfo-setlocale, tst-langinfo-setlocale-static,
9840 tst-langinfo-newlocale, tst-langinfo-newlocale-static.
9841 (tests-static): Remove tst-langinfo-static. Add
9842 tst-langinfo-newlocale-static, tst-langinfo-setlocale-static.
9843 (tests-special): Remove $(objpfx)tst-langinfo.out,
9844 $(objpfx)tst-langinfo-static.out. Add
9845 $(objpfx)tst-langinfo-setlocale.out,
9846 $(objpfx)tst-langinfo-newlocale.out,
9847 $(objpfx)tst-langinfo-setlocale-static.out,
9848 $(objpfx)tst-langinfo-newlocale-static.out.
9849 ($(objpfx)tst-langinfo.out): Remove.
9850 ($(objpfx)tst-langinfo-static.out): Remove.
9851 ($(objpfx)tst-langinfo-newlocale.out): New target.
9852 ($(objpfx)tst-langinfo-newlocale-static.out): New target.
9853 (test-xfail-tst-langinfo-newlocale-static): Add.
9854 ($(objpfx)tst-langinfo-setlocale.out): New target.
9855 ($(objpfx)tst-langinfo-setlocale-static.out): New target.
9856 * localedata/tst-langinfo.c: Call test_locale.
9857 * localedata/tst-langinfo.sh: Add LC_MONETARY CURRENCY_SYMBOL test
9858 data.
9859
9860 2018-07-04 Florian Weimer <fweimer@redhat.com>
9861
9862 testrun.sh: Implement --tool=strace, --tool=valgrind
9863 * Makefile (testrun-script): Define variable.
9864 (testrun.sh): Use variable.
9865 * manual/install.texi (Tools for Compilation): make 4.0 or later
9866 is required.
9867 * configure.ac: Check for make 4.0 or later.
9868 * INSTALL: Regenerate.
9869 * configure: Likewise.
9870
9871 2018-07-04 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9872
9873 [BZ #23233]
9874 [BZ #21163]
9875 [BZ #18986]
9876 [BZ #13762]
9877 * posix/Makefile (tests): Add bug-regex37 and bug-regex38.
9878 * posix/PCRE.tests: Remove invalid test.
9879 * posix/bug-regex28.c: Fix expected values for used syntax.
9880 * posix/bug-regex37.c: New file.
9881 * posix/bug-regex38.c: Likewise.
9882 * posix/regcomp.c: Sync with gnulib.
9883 * posix/regex.c: Likewise.
9884 * posix/regex.h: Likewise.
9885 * posix/regex_internal.c: Likewise.
9886 * posix/regex_internal.h: Likewise.
9887 * posix/regexec.c: Likewise.
9888
9889 2018-06-26 Mike FABIAN <mfabian@redhat.com>
9890
9891 [BZ #23308]
9892 * unicode-gen/Makefile (UNICODE_VERSION): Set to 11.0.0.
9893 * localedata/unicode-gen/DerivedCoreProperties.txt: Update to Unicode 11.0.0.
9894 * localedata/unicode-gen/EastAsianWidth.txt: likewise.
9895 * localedata/unicode-gen/PropList.txt: likewise.
9896 * localedata/unicode-gen/UnicodeData.txt: likewise.
9897 * localedata/charmaps/UTF-8: Regenerate.
9898 * localedata/locales/i18n_ctype: likewise.
9899 * localedata/locales/tr_TR: likewise.
9900 * localedata/locales/translit_circle: likewise.
9901 * localedata/locales/translit_cjk_compat: likewise.
9902 * localedata/locales/translit_combining: likewise.
9903 * localedata/locales/translit_compat: likewise.
9904 * localedata/locales/translit_font: likewise.
9905 * localedata/locales/translit_fraction: likewise.
9906
9907 2018-07-03 Florian Weimer <fweimer@redhat.com>
9908
9909 [BZ #23363]
9910 * stdio-common/tst-printf.c (DEC, INT, UNS, fp_test): Remove.
9911 * stdio-common/tst-printf.sh: Adjust expected output.
9912 * LICENSES: Update.
9913
9914 2018-07-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9915
9916 * sysdeps/mach/hurd/i386/libc.abilist [GLIBC_2.28] (fcntl): Remove
9917 symbol.
9918
9919 2018-07-02 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
9920
9921 * stdio-common/Makefile (test-srcs): Add tst-printfsz-islongdouble.
9922 (tests-special) Add $(objpfx)tst-printfsz-islongdouble.out.
9923 ($(objpfx)tst-printfsz-islongdouble.out): New build and run rule.
9924 * stdio-common/tst-printfsz-islongdouble.c: New file.
9925 * stdio-common/tst-printfsz-islongdouble.sh: Likewise.
9926 * sysdeps/ieee754/ldbl-128ibm-compat/Makefile:
9927 [subdir == stdio-common] (routines): Add ieee128-printf_size.
9928 [subdir == stdio-common] (tests-internal): Add
9929 test-printf-size-ieee128, and test-printf-size-ibm128.
9930 [subdir == stdio-common] (CFLAGS-test-printf-size-ieee128.c)
9931 (CFLAGS-test-printf-size-ibm128.c): New variables.
9932 [subdir == stdio-common] (tests-special): Add
9933 $(objpfx)test-printf-size-ieee128.out and
9934 $(objpfx)test-printf-size-ibm128.out.
9935 [subdir == stdio-common] ($(objpfx)test-printf-size-ieee128.out)
9936 ($(objpfx)test-printf-size-ibm128.out): New build and run rules.
9937 * sysdeps/ieee754/ldbl-128ibm-compat/Versions (libc): Add
9938 __printf_sizeieee128.
9939 * sysdeps/ieee754/ldbl-128ibm-compat/ieee128-printf_size.c:
9940 New file.
9941 * sysdeps/ieee754/ldbl-128ibm-compat/test-printf-size-ibm128.c:
9942 Likewise.
9943 * sysdeps/ieee754/ldbl-128ibm-compat/test-printf-size-ieee128.c:
9944 Likewise.
9945
9946 2018-07-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
9947
9948 * sysdeps/ieee754/flt-32/e_powf.c (__powf): Use uint32_t.
9949 (exp2f_inline): Likewise.
9950 * sysdeps/ieee754/flt-32/math_config.h (__math_oflowf): Likewise.
9951 (__math_uflowf): Likewise.
9952 (__math_may_uflowf): Likewise.
9953 (__math_divzerof): Likewise.
9954 (__math_invalidf): Likewise.
9955 * sysdeps/ieee754/flt-32/math_errf.c (xflowf): Likewise.
9956 (__math_oflowf): Likewise.
9957 (__math_uflowf): Likewise.
9958 (__math_may_uflowf): Likewise.
9959 (__math_divzerof): Likewise.
9960 (__math_invalidf): Likewise.
9961
9962 2018-06-29 DJ Delorie <dj@redhat.com>
9963 Carlos O'Donell <carlos@redhat.com>
9964
9965 [BZ #23329]
9966 * include/libc-symbols.h: Comment the freeres framework.
9967 * include/set-hooks.h: Include libc-symbols.h. Fix comment.
9968 * dlfcn/Makefile (libdl-routines): Add dlfreeres.
9969 * dlfcn/Versions (GLIBC_PRIVATE): Add __libdl_freeres.
9970 * dlfcn/dlerror.c: Include libc-symbols.h
9971 (__dlerror_main_freeres): New function.
9972 * dlfcn/dlfreeres.c: New file.
9973 * dlfcn/sdlfreeres.c: New file.
9974 * include/dlfcn.h: Declare __dlerror_main_freeres.
9975 * malloc/set-freeres.c: Declare __libdl_freeres, and
9976 __libpthread_freeres.
9977 (__libc_subfreeres): Call __libdl_freeres, and __libpthread_freeres if
9978 the releavant libraries are loaded.
9979 * malloc/thread-freeres.c: Add comments.
9980 * nptl/Makefile (libpthread-routines): Add nptlfreeres.
9981 * nptl/Version (GLIBC_PRIVATE): Add __libpthread_freeres.
9982 * nptl/allocatestack.c (__nptl_free_stacks): New function.
9983 (__free_stacks): Rename to...
9984 (free_stacks): ...this. Mark static.
9985 (queue_stack): Call free_stacks.
9986 * nptl/libc_pthread_init.c [SHARED] (freeres_libpthread): Delete.
9987 * nptl/nptl-init.c: Delete delcaration of nptl_freeres.
9988 * sysdeps/nptl/pthread-functions.h (pthread_functions): Remove
9989 ptr_freeres element from struct.
9990 (pthread_functions): Remove .ptr_freeres from struct initializer.
9991 [SHARED] (nptl_freeres): Remove.
9992 * nptl/nptlfreeres.c: New file.
9993 * nptl/pthreadP.h
9994 [IS_IN (libpthread) && SHARED ] (__unwind_freeres): Rename to...
9995 [IS_IN (libpthread)] (__nptl_unwind_freeres): ...this. Mark
9996 attribute_hidden.
9997 (__free_stacks): Rename to...
9998 (__nptl_stacks_freeres): ...this.
9999 (__shm_directory_freeres): Declare.
10000 * nptl/unwind-forcedunwind.c (__unwind_freeres): Rename to...
10001 (__nptl_unwind_freeres): ...this.
10002 * resolv/res-close.c: Add comment.
10003 * resolv/resolv_conf.c: Include libc-symbols.h.
10004 * string/strerror_l.c: Include libc-symbols.h.
10005 * sunrpc/rpc_thread.c: Include libc-symbols.h.
10006 * sysdeps/mach/strerror_l.c: Inlcude libc-symbols.h
10007 * sysdeps/unix/sysv/linux/shm-directory.c (freeit): Rename to...
10008 [IS_IN (libpthread)] (__shm_directory_freeres): ...this.
10009
10010 2018-06-29 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10011
10012 * stdlib/tst-strfmon_l.c: Add tests for long double.
10013
10014 2018-06-29 Michael Wolf <milupo@sorbzilla.de>
10015
10016 [BZ #23208]
10017 * localedata/SUPPORTED (dsb_DE/UTF-8): New entry.
10018 * localedata/locales/dsb_DE: New file.
10019
10020 2018-06-29 Rafal Luzynski <digitalfreak@lingonborough.com>
10021
10022 [BZ #23140]
10023 * localedata/locales/hy_AM (mon): Synchronize with CLDR (lowercase,
10024 genitive case).
10025 (alt_mon): New entry, import from CLDR (nominative case).
10026
10027 2018-06-29 Sylvain Lesage <severo@rednegra.net>
10028
10029 [BZ #22996]
10030 * localedata/locales/es_BO (LC_PAPER): Change to “copy "en_US"”.
10031
10032 2018-06-29 Siddhesh Poyarekar <siddhesh@sourceware.org>
10033
10034 * sysdeps/aarch64/multiarch/memcpy_falkor.S (__memcpy_falkor):
10035 Use vector registers.
10036
10037 * sysdeps/aarch64/multiarch/memmove_falkor.S
10038 (__memcpy_falkor): Use vector registers.
10039
10040 2018-06-29 Martin Sebor <msebor@redhat.com>
10041
10042 * manual/stdio.texi (Customizing Printf): Mention interaction
10043 with GCC built-ins.
10044
10045 2018-06-29 Maciej W. Rozycki <macro@mips.com>
10046
10047 [BZ #23307]
10048 * elf/dl-lookup.c (check_match): Do not reject a symbol whose
10049 `st_value' is 0 if `st_shndx' is SHN_ABS.
10050 * elf/tst-absolute-zero.c: New file.
10051 * elf/tst-absolute-zero-lib.c: New file.
10052 * elf/tst-absolute-zero-lib.lds: New file.
10053 * elf/Makefile (tests): Add `tst-absolute-zero'.
10054 (modules-names): Add `tst-absolute-zero-lib'.
10055 (LDLIBS-tst-absolute-zero-lib.so): New variable.
10056 ($(objpfx)tst-absolute-zero-lib.so): New dependency.
10057 ($(objpfx)tst-absolute-zero: New dependency.
10058
10059 2018-06-29 Zack Weinberg <zackw@panix.com>
10060
10061 * configure.ac: New command-line option --disable-crypt.
10062 Force --disable-nss-crypt when --disable-crypt is given, with a
10063 warning if it was explicitly enabled.
10064 * configure: Regenerate.
10065 * config.make.in: New boolean substitution variable $(build-crypt).
10066 * Makeconfig: Only include 'crypt' in all-subdirs and rpath-dirs
10067 when $(build-crypt).
10068 * manual/install.texi: Document --disable-crypt.
10069 * INSTALL: Regenerate.
10070
10071 * crypt/Makefile: Remove code conditional on $(crypt-in-libc),
10072 which is never set.
10073 * conform/Makefile: Only include libcrypt.a in
10074 linknamespace-libs-xsi and linknamespace-libs-XPG4
10075 when $(build-crypt).
10076 * elf/Makefile (CFLAGS-tst-linkall-static.c): Only define
10077 USE_CRYPT to 1 when $(build-crypt).
10078 (tst-linkall-static): Only link libcrypt.a when $(build-crypt).
10079 (localplt-built-dso): Only add libcrypt.so when $(build-crypt).
10080 * elf/tst-linkall-static.c: Only include crypt.h when USE_CRYPT.
10081
10082 2018-06-29 Zack Weinberg <zackw@panix.com>
10083
10084 * crypt/crypt.h, posix/unistd.h: Update comments and
10085 prototypes for crypt and crypt_r.
10086
10087 * manual/crypt.texi (Cryptographic Functions): New initial
10088 exposition.
10089 (crypt): Section renamed to 'Passphrase Storage'. Full rewrite.
10090 (Unpredictable Bytes): Improve initial exposition. Clarify error
10091 behavior of getentropy and getrandom.
10092 * manual/examples/genpass.c: Generate a salt using getentropy
10093 instead of the current time. Use hash $5$ (SHA-2-256).
10094 * manual/examples/testpass.c: Demonstrate validation against
10095 hashes generated with three different one-way functions.
10096
10097 * manual/intro.texi: crypt.texi does not need an overview
10098 anymore.
10099
10100 * manual/nss.texi, manual/memory.texi, manual/socket.texi
10101 * manual/terminal.texi: Consistently refer to "passphrases"
10102 * instead of "passwords", and to the "user database" instead
10103 * of the "password database".
10104 * manual/users.texi: Similarly. Add notes about how actual
10105 passphrase hashes are now stored in the shadow database.
10106 Remove 20-year-old junk todo note.
10107
10108 2018-06-29 Zack Weinberg <zackw@panix.com>
10109
10110 * manual/crypt.texi: Use a normal top-level @node declaration.
10111 Move most of the introductory text to the 'crypt' section.
10112 Move the example programs below the @deftypefun for 'crypt_r'.
10113 Move the 'getpass' section...
10114 * manual/terminal.texi: ...here.
10115
10116 2018-06-29 Zack Weinberg <zackw@panix.com>
10117 Florian Weimer <fweimer@redhat.com>
10118
10119 * posix/unistd.h: Do not declare encrypt.
10120 (_XOPEN_CRYPT): Remove macro definition.
10121 (crypt): Declare only for _USE_MISC.
10122 * stdlib/stdlib.h: Do not declare setkey.
10123 * crypt/crypt.h: Do not declare encrypt, setkey, encrypt_r, setkey_r.
10124 * sunrpc/Makefile: Do not install des_crypt.h nor rpc_des.h.
10125
10126 * crypt/crypt-entry.c: Make fcrypt a compat symbol.
10127 * crypt/crypt_util.c: Make encrypt, encrypt_r, setkey, setkey_r
10128 into compat symbols. Don't define initial_perm if it's not
10129 going to be used.
10130 * crypt/cert.c: Link explicitly with the expected versions for
10131 setkey and encrypt. If they are not available at all, mark
10132 the test as unsupported.
10133
10134 * sunrpc/des_crypt.c: Unconditionally block linkage with
10135 cbc_crypt and ecb_crypt for new binaries.
10136 * sunrpc/des_soft.c: Unconditionally block linkage with
10137 des_setparity for new binaries.
10138
10139 * manual/crypt.texi: Remove the entire "DES Encryption"
10140 section. Also remove the paragraph talking about FIPS 140-2
10141 from the introduction.
10142 * manual/string.texi (strfry, memfrob): Revise. Recommend use
10143 of libgcrypt for "real" encryption, not DES.
10144 * manual/conf.texi (Constants for Sysconf): Mention that
10145 _XOPEN_CRYPT is no longer impelemented.
10146
10147 * conform/data/unistd.h-data: Remove crypt function declaration.
10148
10149 2018-06-29 Florian Weimer <fweimer@redhat.com>
10150
10151 [BZ #23351]
10152 * malloc/hooks.c: Update comments on restoring of dumped heaps.
10153 (disallow_malloc_check): Remove variable.
10154 (__malloc_check_init): Adjust.
10155 (malloc_set_state): Update comment.
10156 * malloc/malloc.c (__malloc_get_state, __malloc_set_state): Remove
10157 declarations.
10158
10159 2018-06-29 Rafal Luzynski <digitalfreak@lingonborough.com>
10160
10161 [BZ #23140]
10162 * localedata/locales/ast_ES (mon): Rename to...
10163 (alt_mon): This.
10164 (mon): Import from CLDR (genitive case).
10165
10166 2018-06-29 Daniel Alvarez <dalvarez@redhat.com>
10167 Jakub Sitnicki <jkbs@redhat.com>
10168
10169 [BZ #21812]
10170 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Retry
10171 on NLM_F_DUMP_INTR.
10172
10173 2018-06-28 Szabolcs Nagy <szabolcs.nagy@arm.com>
10174
10175 * manual/llio.texi: Remove spurious space.
10176
10177 2018-06-28 Florian Weimer <fweimer@redhat.com>
10178
10179 [BZ #23349]
10180 * time/bits/types/struct_timespec.h: Change header inclusion guard to
10181 _STRUCT_TIMESPEC.
10182
10183 2018-06-28 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10184
10185 * sysdeps/ieee754/ldbl-128ibm-compat/Versions: Add __strfromieee128,
10186 __strtoieee128, __strtoieee128_l,__wcstoieee128 and __wcstoieee128_l.
10187 * sysdeps/ieee754/ldbl-128ibm-compat/strfromf128.c: New file.
10188 * sysdeps/ieee754/ldbl-128ibm-compat/strtof128.c: New file.
10189 * sysdeps/ieee754/ldbl-128ibm-compat/strtof128_l.c: New file.
10190 * sysdeps/ieee754/ldbl-128ibm-compat/wcstof128.c: New file.
10191 * sysdeps/ieee754/ldbl-128ibm-compat/wcstof128_l.c: New file.
10192
10193 2018-06-27 Maciej W. Rozycki <macro@mips.com>
10194
10195 [BZ #23266]
10196 * nis/nss_nisplus/nisplus-parser.c (_nss_nisplus_parse_pwent):
10197 Copy and null-terminate entries that are not terminated, in
10198 addition to empty ones.
10199
10200 2018-06-27 Florian Weimer <fweimer@redhat.com>
10201
10202 [BZ #18023]
10203 * include/alloca.h (stackinfo_alloca_round, extend_alloca)
10204 (extend_alloca_account): Remove.
10205 * manual/stdio.texi (Variable Arguments Output): Update comment.
10206
10207 2018-06-27 Joseph Myers <joseph@codesourcery.com>
10208
10209 * nptl/sockperf.c: Remove file.
10210
10211 2018-06-27 Florian Weimer <fweimer@redhat.com>
10212
10213 [BZ #18023]
10214 * elf/dl-deps.c (_dl_map_object_deps): Use struct
10215 scratch_buffer instead of extend_alloca.
10216
10217 2018-06-27 Florian Weimer <fweimer@redhat.com>
10218
10219 [BZ #18023]
10220 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Use struct
10221 scratch_buffer instead of extend_alloca. Update comments.
10222
10223 2018-06-27 Florian Weimer <fweimer@redhat.com>
10224
10225 [BZ #18023]
10226 * posix/wordexp.c (parse_tilde): Use struct scratch_buffer
10227 instead of extend_alloca.
10228
10229 2018-06-26 Joseph Myers <joseph@codesourcery.com>
10230
10231 [BZ #13888]
10232 * posix/Makefile (CFLAGS-tst-spawn3.c): New variable.
10233 * posix/tst-spawn3.c (do_test): Put tst-spwan3.pid in OBJPFX, not
10234 /tmp.
10235 * scripts/test-installation.pl: Put temporary files in build
10236 directory, not /tmp.
10237 * stdio-common/Makefile (CFLAGS-bug3.c): New variable.
10238 (CFLAGS-bug4.c): Likewise.
10239 (CFLAGS-bug5.c): Likewise.
10240 (CFLAGS-test-fseek.c): Likewise.
10241 (CFLAGS-test-popen.c): Likewise.
10242 (CFLAGS-test_rdwr.c): Likewise.
10243 * stdio-common/bug3.c (main): Put temporary file in OBJPFX, not
10244 /tmp.
10245 * stdio-common/bug4.c (main): Likewise.
10246 * stdio-common/bug5.c (main): Likewise.
10247 * stdio-common/test-fseek.c (TESTFILE): Likewise.
10248 * stdio-common/test-popen.c (do_test): Likewise.
10249 * stdio-common/test_rdwr.c (main): Likewise.
10250
10251 2018-06-26 Patsy Franklin <pfrankli@redhat.com>
10252
10253 * nptl/sem_open.c [!__HAVE_64B_ATOMICS] (sem_open): Don't update pad.
10254 (sem_open): Set sem.newsem.pad to zero for valgrind.
10255
10256 2018-06-26 Adhemerval Zanella <adhemerval.zanella@linaro.org>
10257
10258 [BZ #20251]
10259 * NEWS: Mention fcntl64 addition.
10260 * csu/check_fds.c: Replace __fcntl_nocancel by __fcntl64_nocancel.
10261 * login/utmp_file.c: Likewise.
10262 * sysdeps/posix/fdopendir.c: Likewise.
10263 * sysdeps/posix/opendir.c: Likewise.
10264 * sysdeps/unix/pt-fcntl.c: Likewise.
10265 * include/fcntl.h (__libc_fcntl64, __fcntl64,
10266 __fcntl64_nocancel_adjusted): New prototype.
10267 (__fcntl_nocancel_adjusted): Remove prototype.
10268 * io/Makefile (routines): Add fcntl64.
10269 (CFLAGS-fcntl64.c): New rule.
10270 * io/Versions [GLIBC_2.28] (fcntl64): New symbol.
10271 [GLIBC_PRIVATE] (__libc_fcntl): Rename to __libc_fcntl64.
10272 * io/fcntl.h (fcntl64): Add prototype and redirect if
10273 __USE_FILE_OFFSET64 is defined.
10274 * io/fcntl64.c: New file.
10275 * manual/llio.text: Add a note for which commands fcntl acts a
10276 cancellation point.
10277 * nptl/Makefile (CFLAGS-fcntl64.c): New rule.
10278 * sysdeps/mach/hurd/fcntl.c: Alias fcntl to fcntl64 symbols.
10279 * sysdeps/mach/hurd/i386/libc.abilist [GLIBC_2.28] (fcntl, fcntl64):
10280 New symbols.
10281 * sysdeps/unix/sysv/linux/fcntl.c (__libc_fcntl): Fix F_GETLK64,
10282 F_OFD_GETLK, F_SETLK64, F_SETLKW64, F_OFD_SETLK, and F_OFD_SETLKW for
10283 non-LFS case.
10284 * sysdeps/unix/sysv/linux/fcntl64.c: New file.
10285 * sysdeps/unix/sysv/linux/fcntl_nocancel.c (__fcntl_nocancel): Rename
10286 to __fcntl64_nocancel.
10287 (__fcntl_nocancel_adjusted): Rename to __fcntl64_nocancel_adjusted.
10288 * sysdeps/unix/sysv/linux/not-cancel.h (__fcntl_nocancel): Rename
10289 to __fcntl64_nocancel.
10290 * sysdeps/generic/not-cancel.h: Likewise.
10291 * sysdeps/unix/sysv/linux/tst-ofdlocks.c: New file.
10292 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-ofdlocks.
10293 * sysdeps/unix/sysv/linux/aarch64/libc.abilist [GLIBC_2.28]
10294 (fcntl64): New symbol.
10295 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
10296 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
10297 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
10298 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
10299 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
10300 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
10301 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
10302 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
10303 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
10304 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
10305 * sysdeps/unix/sysv/linux/arm/libc.abilist [GLIBC_2.28] (fcntl,
10306 fcntl64): Likewise.
10307 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
10308 * sysdeps/unix/sysv/linux/i386/libc.abilis: Likewise.
10309 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
10310 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
10311 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
10312 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
10313 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
10314 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
10315 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
10316 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
10317 Likewise.
10318 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10319 Likewise.
10320 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
10321 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
10322 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
10323
10324 2018-06-26 Florian Weimer <fweimer@redhat.com>
10325
10326 Run thread shutdown functions in an explicit order.
10327 * malloc/thread-freeres.c (__libc_thread_subfreeres): Remove hook
10328 definition.
10329 (__libc_thread_freeres): Call thread shutdown functions
10330 explicitly.
10331 * include/rpc/rpc.h (__rpc_thread_destroy): Add hidden attribute.
10332 * include/string.h (__strerror_thread_freeres): Declare.
10333 * malloc/arena.c (__malloc_arena_thread_freeres): Renamed from
10334 arena_thread_freeres. No longer static. Remove thread shutdown
10335 hook registration.
10336 * malloc/malloc-internal.h (__malloc_arena_thread_freeres):
10337 Declare.
10338 * resolv/res-close.c (__res_thread_freeres): Renamed from
10339 res_thread_freeres. No longer static. Remove thread shutdown
10340 hook registration.
10341 * resolv/resolv-internal.h (__res_thread_freeres): Declare.
10342 * resolv/resolv_conf.c (freeres): Remove incorrect section
10343 attribute and use libc_freeres_fn.
10344 * string/strerror_l.c (__strerror_thread_freeres): Renamed from
10345 strerror_thread_freeres. No longer static. Remove thread
10346 shutdown hook registration.
10347 * sysdeps/mach/strerror_l.c (__strerror_thread_freeres): Likewise.
10348 * sunrpc/rpc_thread.c (__rpc_thread_destroy): Remove thread
10349 shutdown hook registration.
10350 * Makerules (shlib.lds): Do not provide section boundary symbols
10351 for __libc_thread_subfreeres.
10352 * manual/memory.texi (Basic Allocation): Update comment.
10353
10354 2018-06-26 Florian Weimer <fweimer@redhat.com>
10355
10356 Remove always-defined _RPC_THREAD_SAFE_ macro.
10357 * sunrpc/Makefile (sunrpc-CPPFLAGS, CPPFLAGS, BUILD_CPPFLAGS):
10358 Do not define _RPC_THREAD_SAFE_.
10359 * include/rpc/rpc.h: Remove _RPC_THREAD_SAFE_ preprocessor
10360 conditional.
10361 * sunrpc/clnt_perr.c: Likewise.
10362 * sunrpc/clnt_raw.c: Likewise.
10363 * sunrpc/clnt_simp.c: Likewise.
10364 * sunrpc/key_call.c: Likewise.
10365 * sunrpc/rpc_common.c: Likewise.
10366 * sunrpc/rpc_main.c: Likewise.
10367 * sunrpc/rpc_thread.c: Likewise.
10368 * sunrpc/svc.c: Likewise.
10369 * sunrpc/svc_raw.c: Likewise.
10370 * sunrpc/svc_simple.c: Likewise.
10371 * sumrpc/svcauth_des.c: Likewise.
10372
10373 2018-06-26 Florian Weimer <fweimer@redhat.com>
10374
10375 * libio/Makefile (tests-internal): Add tst-vtables,
10376 tst-vtables-interposed.
10377 * libio/tst-vtables.c: New file.
10378 * libio/tst-vtables-common.c: Likewise.
10379 * libio/tst-vtables-interposed.c: Likewise.
10380
10381 2018-06-26 Florian Weimer <fweimer@redhat.com>
10382
10383 * support/support_test_main.c (support_test_main): Only call
10384 setvbuf if not disables.
10385 * support/test-driver.c (main): Check TEST_NO_SETVBUF.
10386 * support/test-driver.h (struct test_config): Add no_setvbuf member.
10387
10388 2018-06-26 Florian Weimer <fweimer@redhat.com>
10389
10390 [BZ #23313]
10391 * libio/vtables.c (check_stdfiles_vtables): New ELF constructor.
10392
10393 2018-06-25 Florian Weimer <fweimer@redhat.com>
10394
10395 [BZ #18023]
10396 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
10397 Use struct scratch_buffer instead of extend_alloca.
10398
10399 2018-06-25 Florian Weimer <fweimer@redhat.com>
10400
10401 [BZ #18023]
10402 * nss/getent.c (initgroups_keys): Use dynarray instead of
10403 extend_alloca.
10404
10405 2018-06-25 Florian Weimer <fweimer@redhat.com>
10406
10407 [BZ #18023]
10408 * nis/nss_nis/nis-initgroups.c (get_uid, _nss_nis_initgroups_dyn):
10409 Use struct scratch_buffer instead of extend_alloca.
10410
10411 2018-06-25 Florian Weimer <fweimer@redhat.com>
10412
10413 [BZ #18023]
10414 * nss/nss_compat/compat-initgroups.c (getgrent_next_nss): Fall
10415 back to malloc directly, without stack allocations.
10416
10417 2018-06-25 Florian Weimer <fweimer@redhat.com>
10418
10419 [BZ #18023]
10420 * nscd/aicache.c (addhstaiX): Use struct scratch_buffer instead
10421 of extend_alloca.
10422
10423 2018-06-25 Florian Weimer <fweimer@redhat.com>
10424
10425 [BZ #18023]
10426 * nscd/grpcache.c (addgrbyX): Use struct scratch_buffer instead
10427 of extend_alloca.
10428 * nscd/hstcache.c (addhstbyX): Likewise.
10429 * nscd/pwdcache.c (addpwbyX): Likewise.
10430 * nscd/servicescache.c (addservbyX): Likewise.
10431
10432 2018-06-25 Florian Weimer <fweimer@redhat.com>
10433
10434 [BZ #18023]
10435 * nscd/connections.c (read_cmdline): New function.
10436 (restart): Use it. Update comment.
10437
10438 2018-06-25 Rafal Luzynski <digitalfreak@lingonborough.com>
10439
10440 [BZ #23140]
10441 * localedata/locales/csb_PL (mon): Rename to...
10442 (alt_mon): This.
10443 (abmon): Rename to...
10444 (ab_alt_mon): This.
10445 (mon): Add with proper genitive forms, copy from Wikipedia.
10446 (abmon): Likewise.
10447
10448 2018-06-25 Rafal Luzynski <digitalfreak@lingonborough.com>
10449
10450 [BZ #19485]
10451 * localedata/locales/csb_PL (mon): Fix typos:
10452 "łżëkwiôt" -> "łżëkwiat" (April); "lëpinc" -> "lëpińc" (July).
10453 (yesstr): Add, value is "jo".
10454 (nostr): Add, value is "nié".
10455
10456 2018-06-22 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
10457
10458 * sysdeps/m68k/m680x0/fpu/s_log1p.c: Set as the generic file for
10459 all log1p and significand functions on m680x0.
10460 * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Include s_log1p.c instead
10461 of s_significand.c..
10462 * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
10463 * sysdeps/m68k/m680x0/fpu/s_significandf.c: Likewise.
10464 * sysdeps/m68k/m680x0/fpu/s_significandl.c: Likewise.
10465 * sysdeps/m68k/m680x0/fpu/s_significand.c: Move all the code to
10466 s_log1p.c and include it..
10467
10468 2018-06-21 Vincent Chen <vincentc@andestech.com>
10469
10470 * elf/elf.h (R_NDS32_NONE): New define.
10471 (R_NDS32_32_RELA): Likewise.
10472 (R_NDS32_COPY): Likewise.
10473 (R_NDS32_GLOB_DAT): Likewise.
10474 (R_NDS32_JUMP_SLOT): Likewise.
10475 (R_NDS32_RELATIVE): Likewise.
10476 (R_NDS32_TLS_TPOFF): Likewise.
10477 (R_NDS32_TLS_DESC): Likewise.
10478
10479 2018-06-21 Mark Wielaard <mark@klomp.org>
10480
10481 * elf/elf.h (R_BPF_MAP_FD): Removed.
10482 (R_BPF_64_64, R_BPF_64_32): New.
10483
10484 2018-06-21 Florian Weimer <fweimer@redhat.com>
10485
10486 [BZ #23253]
10487 * sysdeps/generic/math_private.h (default_libc_feholdsetround_ctx):
10488 Renamed from libc_feholdsetround_ctx.
10489 (default_libc_feresetround_ctx): Renamed from
10490 libc_feresetround_ctx.
10491 (default_libc_feholdsetround_noex_ctx): Renamed from
10492 libc_feholdsetround_noex_ctx.
10493 (default_libc_feresetround_noex_ctx): Renamed from
10494 libc_feresetround_noex_ctx.
10495 [!HAVE_RM_CTX] (libc_feholdsetround_ctx, libc_feresetround_ctx)
10496 (libc_feholdsetround_noex_ctx, libc_feresetround_noex_ctx): Macros
10497 forwardning to the old implementations under the new names.
10498 * sysdeps/i386/fpu/fenv_private.h [__SSE_MATH__]
10499 (libc_feholdexcept_setround_ctx, libc_fesetenv_ctx)
10500 (libc_feupdateenv_ctx, libc_feholdsetround_ctx)
10501 (libc_feresetround_ctx): Forward to default implements for i386
10502 and MATH_SET_BOTH_ROUNDING_MODES.
10503 * sysdeps/i386/Makefile [$(subdir) == math] (CFLAGS-e_gamma_r.c):
10504 Add -DMATH_SET_BOTH_ROUNDING_MODES.
10505
10506 2018-06-20 Joseph Myers <joseph@codesourcery.com>
10507
10508 * string/tst-cmp.c: Include <libc-diag.h>.
10509 (strncmp_max): Disable -Wstringop-overflow= around call to
10510 strncmp.
10511 (strncasecmp_max): Disable -Wstringop-overflow= around call to
10512 strncasecmp.
10513
10514 * string/bug-strpbrk1.c: Include <libc-diag.h>.
10515 (main): Disable -Wunused-value around call to strpbrk.
10516 * string/bug-strspn1.c: Include <libc-diag.h>.
10517 (main): Disable -Wunused-value around call to strspn.
10518
10519 2018-06-20 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
10520 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
10521
10522 * sysdeps/ieee754/ldbl-128ibm-compat/Versions: New file.
10523 * sysdeps/ieee754/ldbl-128ibm-compat/libm-alias-float128.h: New file.
10524
10525 2018-06-20 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
10526
10527 * math/Makefile (libm-calls): Move s_significandF to...
10528 (gen-libm-calls): ... here.
10529 * math/s_significand_template.c: New file.
10530 * math/s_significand.c: Removed.
10531 * math/s_significandf.c: Removed.
10532 * math/s_significandl.c: Removed.
10533 * sysdeps/ieee754/ldbl-opt/s_significand.c: Removed.
10534 * sysdeps/ieee754/ldbl-opt/s_significandl.c: Removed.
10535
10536 * math/e_exp2_template.c (declare_mgen_finite_alias,
10537 declare_mgen_finite_alias_s, declare_mgen_finite_alias_x): Move to...
10538 * sysdeps/generic/math-type-macros.h (declare_mgen_finite_alias,
10539 declare_mgen_finite_alias_s, declare_mgen_finite_alias_x): ... here.
10540
10541 2018-06-20 Florian Weimer <fweimer@redhat.com>
10542
10543 * libio/libioP.h (IO_validate_vtable): Avoid ptrdiff_t overflow.
10544
10545 2018-06-19 Joseph Myers <joseph@codesourcery.com>
10546
10547 [BZ #23280]
10548 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Pass sign of
10549 floating-point number to strtod functions rather than possibly
10550 negating result of those functions.
10551 * stdio-common/tst-scanf-round.c: New file.
10552 * stdio-common/Makefile (tests): Add tst-scanf-round.
10553 ($(objpfx)tst-scanf-round): Depend on $(libm).
10554
10555 2018-06-18 Samuel Thibault <samuel.thibault@ens-lyon.org>
10556
10557 * sysdeps/mach/hurd/localplt.data: Move to...
10558 * sysdeps/mach/hurd/i386/localplt.data: new file. Add + REL
10559 R_386_GLOB_DAT like on Linux i386.
10560
10561 2018-06-18 Joseph Myers <joseph@codesourcery.com>
10562
10563 * sysdeps/unix/sysv/linux/alpha/bits/shm.h [__USE_MISC]
10564 (SHM_STAT_ANY): New macro.
10565 * sysdeps/unix/sysv/linux/arm/bits/shm.h [__USE_MISC]
10566 (SHM_STAT_ANY): Likewise.
10567 * sysdeps/unix/sysv/linux/bits/shm.h [__USE_MISC]
10568 (SHM_STAT_ANY): Likewise.
10569 * sysdeps/unix/sysv/linux/generic/bits/shm.h [__USE_MISC]
10570 (SHM_STAT_ANY): Likewise.
10571 * sysdeps/unix/sysv/linux/hppa/bits/shm.h [__USE_MISC]
10572 (SHM_STAT_ANY): Likewise.
10573 * sysdeps/unix/sysv/linux/ia64/bits/shm.h [__USE_MISC]
10574 (SHM_STAT_ANY): Likewise.
10575 * sysdeps/unix/sysv/linux/mips/bits/shm.h [__USE_MISC]
10576 (SHM_STAT_ANY): Likewise.
10577 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h [__USE_MISC]
10578 (SHM_STAT_ANY): Likewise.
10579 * sysdeps/unix/sysv/linux/s390/bits/shm.h [__USE_MISC]
10580 (SHM_STAT_ANY): Likewise.
10581 * sysdeps/unix/sysv/linux/sh/bits/shm.h [__USE_MISC]
10582 (SHM_STAT_ANY): Likewise.
10583 * sysdeps/unix/sysv/linux/sparc/bits/shm.h [__USE_MISC]
10584 (SHM_STAT_ANY): Likewise.
10585 * sysdeps/unix/sysv/linux/x86/bits/shm.h [__USE_MISC]
10586 (SHM_STAT_ANY): Likewise.
10587
10588 * sysdeps/unix/sysv/linux/alpha/bits/sem.h [__USE_MISC]
10589 (SEM_STAT_ANY): New macro.
10590 * sysdeps/unix/sysv/linux/bits/sem.h [__USE_MISC]
10591 (SEM_STAT_ANY): Likewise.
10592 * sysdeps/unix/sysv/linux/generic/bits/sem.h [__USE_MISC]
10593 (SEM_STAT_ANY): Likewise.
10594 * sysdeps/unix/sysv/linux/hppa/bits/sem.h [__USE_MISC]
10595 (SEM_STAT_ANY): Likewise.
10596 * sysdeps/unix/sysv/linux/ia64/bits/sem.h [__USE_MISC]
10597 (SEM_STAT_ANY): Likewise.
10598 * sysdeps/unix/sysv/linux/mips/bits/sem.h [__USE_MISC]
10599 (SEM_STAT_ANY): Likewise.
10600 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h [__USE_MISC]
10601 (SEM_STAT_ANY): Likewise.
10602 * sysdeps/unix/sysv/linux/s390/bits/sem.h [__USE_MISC]
10603 (SEM_STAT_ANY): Likewise.
10604 * sysdeps/unix/sysv/linux/sparc/bits/sem.h [__USE_MISC]
10605 (SEM_STAT_ANY): Likewise.
10606 * sysdeps/unix/sysv/linux/x86/bits/sem.h [__USE_MISC]
10607 (SEM_STAT_ANY): Likewise.
10608
10609 * sysdeps/unix/sysv/linux/alpha/bits/msq.h [__USE_MISC]
10610 (MSG_STAT_ANY): New macro.
10611 * sysdeps/unix/sysv/linux/bits/msq.h [__USE_MISC]
10612 (MSG_STAT_ANY): Likewise.
10613 * sysdeps/unix/sysv/linux/generic/bits/msq.h [__USE_MISC]
10614 (MSG_STAT_ANY): Likewise.
10615 * sysdeps/unix/sysv/linux/hppa/bits/msq.h [__USE_MISC]
10616 (MSG_STAT_ANY): Likewise.
10617 * sysdeps/unix/sysv/linux/ia64/bits/msq.h [__USE_MISC]
10618 (MSG_STAT_ANY): Likewise.
10619 * sysdeps/unix/sysv/linux/mips/bits/msq.h [__USE_MISC]
10620 (MSG_STAT_ANY): Likewise.
10621 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h [__USE_MISC]
10622 (MSG_STAT_ANY): Likewise.
10623 * sysdeps/unix/sysv/linux/s390/bits/msq.h [__USE_MISC]
10624 (MSG_STAT_ANY): Likewise.
10625 * sysdeps/unix/sysv/linux/sparc/bits/msq.h [__USE_MISC]
10626 (MSG_STAT_ANY): Likewise.
10627 * sysdeps/unix/sysv/linux/x86/bits/msq.h [__USE_MISC]
10628 (MSG_STAT_ANY): Likewise.
10629
10630 * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]
10631 (MAP_TYPE): Change value to 0x2b.
10632
10633 2018-06-18 Florian Weimer <fweimer@redhat.com>
10634
10635 [BZ #15722]
10636 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Create Netlink
10637 socket with SOCK_CLOEXEC.
10638
10639 2018-06-18 Joseph Myers <joseph@codesourcery.com>
10640
10641 [BZ #23303]
10642 * sysdeps/powerpc/powerpc64/le/Makefile
10643 (CFLAGS-tst-strtod-nan-sign.c): Add -mfloat128.
10644 (CFLAGS-tst-wcstod-nan-sign.c): Likewise.
10645 (gnulib-tests): Also add $(f128-loader-link) for
10646 tst-strtod-nan-sign abd tst-wcstod-nan-sign.
10647
10648 2018-06-15 Samuel Thibault <samuel.thibault@ens-lyon.org>
10649
10650 * include/sys/sendfile.h (__sendfile64): Declare hidden prototype.
10651 * sysdeps/mach/hurd/sendfile.c (sendfile): Call __sendfile64 instead
10652 of sendfile.
10653 * sysdeps/mach/hurd/sendfile64.c (sendfile64): Rename to __sendfile64.
10654 (sendfile64): New strong alias.
10655 * sysdeps/mach/hurd/lseek.c: Include <errno.h>.
10656 * sysdeps/mach/hurd/lseek.c (__libc_lseek): Check that the value
10657 returned by __lseek64 can fit off_t, return EOVERFLOW otherwise.
10658 * sysdeps/htl/pthreadP.h (___pthread_get_cleanup_stack): Add hidden
10659 attribute.
10660 * htl/pt-join.c (__pthread_get_cleanup_stack): Define to
10661 ___pthread_get_cleanup_stack.
10662 * sysdeps/mach/hurd/localplt.data (ld.so): Make ref to __open optional.
10663 * sysdeps/mach/include/mach-shortcuts-hidden.h: New file.
10664 * mach/shortcut.awk: Make syscall stubs include
10665 <mach-shortcuts-hidden.h> and add hidden definition.
10666 * sysdeps/mach/include/mach.h: Include <mach-shortcuts-hidden.h>.
10667 (__mach_msg): Add hidden prototype.
10668 * mach/msg.c: Include <mach.h>.
10669 (__mach_msg): Add hidden definition.
10670 * mach/Makefile ($(mach-syscalls:%=$(objpfx))): Add hidden definition.
10671 * sysdeps/mach/include/mach/mach_traps.h (__mach_reply_port,
10672 __mach_thread_self, __mach_task_self, __mach_host_self, __swtch,
10673 __swtch_pri, __thread_switch, __evc_wait): Add hidden prototypes.
10674 * sysdeps/mach/hurd/localplt.data (siglongjmp, longjmp,
10675 __libc_lseek64, _IO_funlockfile): Whitelist PLT references.
10676 * sysdeps/hurd/include/hurd/signal.h (_hurd_self_sigstate): Add hidden
10677 prototype and definition.
10678 * sysdeps/mach/hurd/i386/____longjmp_chk.S (____longjmp_chk): Use
10679 hidden target for _hurd_self_sigstate.
10680
10681 2018-06-15 Joseph Myers <joseph@codesourcery.com>
10682
10683 [BZ #23007]
10684 * stdlib/tst-strtod-nan-sign-main.c: New file.
10685 * stdlib/tst-strtod-nan-sign.c: Likewise.
10686 * wcsmbs/tst-wcstod-nan-sign.c: Likewise.
10687 * stdlib/Makefile (tests): Add tst-strtod-nan-sign.
10688 ($(objpfx)tst-strtod-nan-sign): Depend on $(libm).
10689 * wcsmbs/Makefile (tests) Add tst-wcstod-nan-sign.
10690 ($(objpfx)tst-wcstod-nan-sign): Depend on $(libm).
10691
10692 2018-06-15 Herman ten Brugge <hermantenbrugge@home.nl>
10693
10694 [BZ #23007]
10695 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Return NaN of
10696 appropriate sign.
10697
10698 2018-06-14 Florian Weimer <fweimer@redhat.com>
10699
10700 [BZ #23290]
10701 * localedata/charmaps/IBM273: Map codepoint 0xbc to U+00AF, so
10702 that the result stays within the ISO-8859-1 range.
10703 * iconvdata/ibm273.c (HAS_HOLES): Define as 0 because all 256
10704 characters are defined in IBM273.
10705
10706 2018-06-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
10707
10708 * sysdeps/mach/include/mach/mach_traps.h (__mach_thread_self,
10709 __mach_task_self): Remove attribute_hidden.
10710
10711 2018-06-14 Joseph Myers <joseph@codesourcery.com>
10712
10713 * string/tester.c (test_strncat) [__GNUC_PREREQ (7, 0)]: Also
10714 ignore -Wrestrict for one test.
10715
10716 2018-06-14 Steve Ellcey <sellcey@caviumnetworks.com>
10717 Szabolcs Nagy <szabolcs.nagy@arm.com>
10718
10719 * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c: New file.
10720
10721 2018-06-14 Florian Weimer <fweimer@redhat.com>
10722
10723 * scripts/update-abilist.sh: Accept empty list of files to patch.
10724
10725 2018-06-13 Samuel Thibault <samuel.thibault@ens-lyon.org>
10726
10727 * sysdeps/mach/hurd/i386/Makefile (test-xfail-check-abi-libhurduser,
10728 test-xfail-check-abi-libmachuser): Add.
10729 * sysdeps/mach/hurd/localplt.data (ld.so): Add __open64, rename
10730 __libc_read and __libc_write to __read and __write.
10731 * sysdeps/hurd/include/hurd/port.h: New file.
10732 * mach/mach/mach_traps.h (__mach_reply_port, __mach_thread_self,
10733 __mach_task_self, __mach_host_self, __swtch, __swtch_pri,
10734 __thread_switch, __evc_wait): Move declarations to...
10735 * sysdeps/mach/include/mach/mach_traps.h: ... new file, and add
10736 attribute_hidden.
10737 * sysdeps/mach/hurd/i386/____longjmp_chk.S (____longjmp_chk): Do not
10738 use PLT to call _hurd_self_sigstate.
10739
10740 2018-06-13 Joseph Myers <joseph@codesourcery.com>
10741
10742 [BZ #23279]
10743 * stdlib/strtod_l.c (round_and_return): Handle an exponent of
10744 MAX_EXP as overflowing.
10745 * stdlib/gen-tst-strtod-round.c (string_to_fp): Clear MPFR
10746 overflow flag.
10747 (round_str): Output also whether result overflows in each rounding
10748 mode.
10749 * stdlib/tst-strtod-round-data: Add more tests.
10750 * stdlib/tst-strtod-round-data.h: Regenerated.
10751 * stdlib/tst-strtod-round-skeleton.c (_XNTRY): Update comment.
10752 (TEST): Handle extra arguments for overflow flags.
10753 (struct test_overflow): New type.
10754 [!FE_OVERFLOW] (FE_OVERFLOW): Define to 0.
10755 (GEN_ONE_TEST): Clear all exceptions. Test overflow flag.
10756 (test_in_one_mode): Take argument with overflow information.
10757 (do_test): Update calls to test_in_one_mode.
10758
10759 2018-06-12 Carlos O'Donell <carlos@redhat.com>
10760
10761 * elf/dl-load (_dl_dst_substitute): Correct comment.
10762 (_dl_dst_count): Likewise.
10763
10764 * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Call
10765 lll_futex_timed_wait.
10766
10767 2018-06-12 Joseph Myers <joseph@codesourcery.com>
10768
10769 [BZ #23277]
10770 * math/bits/mathcalls.h [__USE_ISOC99] (nan): Do not use __const__
10771 attribute.
10772 * math/test-nan-const.c: New file.
10773 * math/Makefile (tests): Add test-nan-const.
10774 (CFLAGS-test-nan-const.c): New variable.
10775
10776 2018-06-12 H.J. Lu <hongjiu.lu@intel.com>
10777
10778 * benchtests/scripts/compare_strings.py (process_results): Add
10779 funcs argument. Compare only functions which are selected.
10780 (main): Check if base function is among selected functions.
10781 Pass selected functions to process_results.
10782 (__main__): Add -f/--functions argument.
10783
10784 2018-06-12 Minfeng Kang <minfeng.kang@hxt-semitech.com>
10785 Hongbo Zhang <hongbo.zhang@linaro.org>
10786
10787 * sysdeps/aarch64/multiarch/memcpy.c (libc_ifunc): reuse
10788 __memcpy_falkor for phecda core.
10789 * sysdeps/aarch64/multiarch/memmove.c (libc_ifunc): reuse
10790 __memmove_falkor for phecda core.
10791 * sysdeps/aarch64/multiarch/memset.c (libc_ifunc): reuse
10792 __memset_falkor for phecda core.
10793 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c: add MIDR entry
10794 for phecda core.
10795 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_PHECDA): add
10796 macro to identify phecda core.
10797
10798 2018-06-12 Carlos O'Donell <carlos@redhat.com>
10799 Andreas Schwab <schwab@suse.de>
10800 Dmitry V. Levin <ldv@altlinux.org>
10801 Florian Weimer <fweimer@redhat.com>
10802
10803 [BZ #23102]
10804 [BZ #21942]
10805 [BZ #18018]
10806 [BZ #23259]
10807 CVE-2011-0536
10808 * elf/dl-dst.h: Remove DL_DST_COUNT.
10809 * elf/dl-deps.c (expand_dst): Call _dl_dst_count.
10810 * elf/dl-load.c (is_trusted_path_normalize): Don't handle colons.
10811 (is_dst): Comment. Support ELF gABI.
10812 (_dl_dst_count): Comment. Simplify and count DSTs.
10813 (_dl_dst_substitute): Comment. Support __libc_enable_secure handling.
10814 (expand_dybamic_string_token): Comment. Call _dl_dst_count. Rename
10815 locals.
10816
10817 2018-06-12 Zack Weinberg <zackw@panix.com>
10818
10819 * elf/dl-load.c, elf/dl-misc.c, elf/dl-profile.c, elf/rtld.c
10820 * sysdeps/unix/sysv/linux/dl-sysdep.c
10821 Include not-cancel.h. Use __close_nocancel instead of __close,
10822 __open64_nocancel instead of __open, __read_nocancel instead of
10823 __libc_read, and __write_nocancel instead of __libc_write.
10824
10825 * csu/check_fds.c (check_one_fd)
10826 * sysdeps/posix/fdopendir.c (__fdopendir)
10827 * sysdeps/posix/opendir.c (__alloc_dir): Use __fcntl_nocancel
10828 instead of __fcntl and/or __libc_fcntl.
10829
10830 * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np)
10831 * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np)
10832 * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system):
10833 Use __open64_nocancel instead of __open_nocancel.
10834
10835 * sysdeps/unix/sysv/linux/not-cancel.h: Move all of the
10836 hidden_proto declarations to the end and issue them if either
10837 IS_IN(libc) or IS_IN(rtld).
10838 * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
10839 Add close_nocancel, fcntl_nocancel, nanosleep_nocancel,
10840 open_nocancel, open64_nocancel, openat_nocancel, pause_nocancel,
10841 read_nocancel, waitpid_nocancel, write_nocancel.
10842
10843 * io/Versions [GLIBC_PRIVATE]: Add __libc_fcntl,
10844 __fcntl_nocancel, __open64_nocancel, __write_nocancel.
10845 * posix/Versions: Add __nanosleep_nocancel, __pause_nocancel.
10846
10847 * nptl/pt-fcntl.c: New file.
10848 * nptl/Makefile (pthread-compat-wrappers): Remove fcntl.
10849 (libpthread-routines): Add pt-fcntl.
10850 * include/fcntl.h (__fcntl_nocancel_adjusted): New function.
10851 (__libc_fcntl): Remove attribute_hidden.
10852 * sysdeps/unix/sysv/linux/fcntl.c (__libc_fcntl): Call
10853 __fcntl_nocancel_adjusted, not fcntl_common.
10854 (__fcntl_nocancel): Move to new file fcntl_nocancel.c.
10855 (fcntl_common): Rename to __fcntl_nocancel_adjusted; also move
10856 to fcntl_nocancel.c.
10857 * sysdeps/unix/sysv/linux/fcntl_nocancel.c: New file.
10858 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Remove file.
10859 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
10860 Define FCNTL_ADJUST_CMD here, as a self-contained macro.
10861
10862 * sysdeps/unix/sysv/linux/close.c: Move __close_nocancel to...
10863 * sysdeps/unix/sysv/linux/close_nocancel.c: ...this new file.
10864 * sysdeps/unix/sysv/linux/nanosleep.c: Move __nanosleep_nocancel to...
10865 * sysdeps/unix/sysv/linux/nanosleep_nocancel.c: ...this new file.
10866 * sysdeps/unix/sysv/linux/open.c: Move __open_nocancel to...
10867 * sysdeps/unix/sysv/linux/open_nocancel.c: ...this new file.
10868 * sysdeps/unix/sysv/linux/open64.c: Move __open64_nocancel to...
10869 * sysdeps/unix/sysv/linux/open64_nocancel.c: ...this new file.
10870 * sysdeps/unix/sysv/linux/openat.c: Move __openat_nocancel to...
10871 * sysdeps/unix/sysv/linux/openat_nocancel.c: ...this new file.
10872 * sysdeps/unix/sysv/linux/openat64.c: Move __openat64_nocancel to...
10873 * sysdeps/unix/sysv/linux/openat64_nocancel.c: ...this new file.
10874 * sysdeps/unix/sysv/linux/pause.c: Move __pause_nocancel to...
10875 * sysdeps/unix/sysv/linux/pause_nocancel.c: ...this new file.
10876 * sysdeps/unix/sysv/linux/read.c: Move __read_nocancel to...
10877 * sysdeps/unix/sysv/linux/read_nocancel.c: ...this new file.
10878 * sysdeps/unix/sysv/linux/waitpid.c: Move __waitpid_nocancel to...
10879 * sysdeps/unix/sysv/linux/waitpid_nocancel.c: ...this new file.
10880 * sysdeps/unix/sysv/linux/write.c: Move __write_nocancel to...
10881 * sysdeps/unix/sysv/linux/write_nocancel.c: ...this new file.
10882
10883 * sysdeps/unix/sysv/linux/nios2/Makefile: Don't override
10884 libpthread-routines.
10885 * sysdeps/unix/sysv/linux/nios2/pt-vfork.S: New file which
10886 defines nothing.
10887
10888 * sysdeps/mach/hurd/dl-sysdep.c: Define __read instead of
10889 __libc_read, and __write instead of __libc_write. Define
10890 __open64 in addition to __open.
10891
10892 2018-06-12 H.J. Lu <hongjiu.lu@intel.com>
10893
10894 [BZ #23250]
10895 [BZ #10686]
10896 * sysdeps/i386/nptl/tls.h (tcbhead_t): Change __private_tm[4]
10897 to _private_tm[3] and add __glibc_reserved2.
10898 Add _Static_assert of offset of __private_ss == 0x30.
10899 * sysdeps/x86_64/nptl/tls.h: Add _Static_assert of offset of
10900 __private_ss == 0x40 for ILP32 and == 0x70 for LP64.
10901
10902 2018-06-12 Florian Weimer <fweimer@redhat.com>
10903
10904 x86: Make strncmp usable from rtld.
10905 * sysdeps/i386/i686/multiarch/strncmp-c.c: Only rename strncmp to
10906 __strncmp_ia32 if in libc (and not in rtld).
10907 * sysdeps/x86_64/multiarch/strncmp-sse2.S: Rename strcmp to
10908 strncmp if not in libc (and not to __strncmp_sse2).
10909
10910 2018-06-12 Rafal Luzynski <digitalfreak@lingonborough.com>
10911
10912 [BZ #23140]
10913 * localedata/locales/gd_GB (mon): Rename to...
10914 (alt_mon): This.
10915 (mon): Import from CLDR (genitive case).
10916 * localedata/locales/hsb_DE (mon): Rename to...
10917 (alt_mon): This.
10918 (mon): Import from CLDR (genitive case).
10919 * localedata/locales/wa_BE (mon): Rename to...
10920 (alt_mon): This.
10921 (mon): Add, fill with the proper genitive forms, but CLDR data
10922 is incomplete; completed according to the comments in this file.
10923 (d_t_fmt): Do not use "di" before the month name, no longer needed.
10924
10925 * localedata/locales/wa_BE (country_name): Reword
10926 "Beljike" -> "Beldjike".
10927
10928 2018-06-11 Joseph Myers <joseph@codesourcery.com>
10929
10930 [BZ #23272]
10931 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Start by handling all
10932 cases of non-finite arguments.
10933 * math/libm-test-fma.inc (fma_test_data): Add more tests.
10934
10935 2018-06-10 John David Anglin <danglin@gcc.gnu.org>
10936
10937 [BZ #23174]
10938 * sysdeps/unix/sysv/linux/hppa/Makefile: xfail check-execstack.
10939
10940 2018-06-08 Adhemerval Zanella <adhemerval.zanella@linaro.org>
10941
10942 [BZ #23264]
10943 * include/unistd.h (__execvpex): New prototype.
10944 * posix/Makefile (tests): Add tst-spawn4.
10945 (tests-internal): Add tst-spawn4-compat.
10946 * posix/execvpe.c (__execvpe_common, __execvpex): New functions.
10947 * posix/tst-spawn4-compat.c: New file.
10948 * posix/tst-spawn4.c: Likewise.
10949 * sysdeps/unix/sysv/linux/spawni.c (__spawni): Do not interpret invalid
10950 binaries as shell scripts.
10951 * sysdeps/posix/spawni.c (__spawni): Likewise.
10952
10953 2018-06-08 H.J. Lu <hongjiu.lu@intel.com>
10954
10955 [BZ #23145]
10956 * elf/Makefile (tests-special): Add $(objpfx)check-initfini.out.
10957 ($(all-built-dso:=.dynsym): New target.
10958 (common-generated): Add $(all-built-dso:$(common-objpfx)%=%.dynsym).
10959 ($(objpfx)check-initfini.out): New target.
10960 (generated): Add check-initfini.out.
10961 * scripts/check-initfini.awk: New file.
10962 * sysdeps/aarch64/crti.S (_init): Mark as hidden.
10963 (_fini): Likewise.
10964 * sysdeps/alpha/crti.S (_init): Mark as hidden.
10965 (_fini): Likewise.
10966 * sysdeps/arm/crti.S (_init): Mark as hidden.
10967 (_fini): Likewise.
10968 * sysdeps/hppa/crti.S (_init): Mark as hidden.
10969 (_fini): Likewise.
10970 * sysdeps/i386/crti.S (_init): Mark as hidden.
10971 (_fini): Likewise.
10972 * sysdeps/ia64/crti.S (_init): Mark as hidden.
10973 (_fini): Likewise.
10974 * sysdeps/m68k/crti.S (_init): Mark as hidden.
10975 (_fini): Likewise.
10976 * sysdeps/microblaze/crti.S (_init): Mark as hidden.
10977 (_fini): Likewise.
10978 * sysdeps/mips/mips32/crti.S (_init): Mark as hidden.
10979 (_fini): Likewise.
10980 * sysdeps/mips/mips64/n32/crti.S (_init): Mark as hidden.
10981 (_fini): Likewise.
10982 * sysdeps/mips/mips64/n64/crti.S (_init): Mark as hidden.
10983 (_fini): Likewise.
10984 * sysdeps/nios2/crti.S (_init): Mark as hidden.
10985 (_fini): Likewise.
10986 * sysdeps/powerpc/powerpc32/crti.S (_init): Mark as hidden.
10987 (_fini): Likewise.
10988 * sysdeps/powerpc/powerpc64/crti.S (_init): Mark as hidden.
10989 (_fini): Likewise.
10990 * sysdeps/s390/s390-32/crti.S (_init): Mark as hidden.
10991 (_fini): Likewise.
10992 * sysdeps/s390/s390-64/crti.S (_init): Mark as hidden.
10993 (_fini): Likewise.
10994 * sysdeps/sh/crti.S (_init): Mark as hidden.
10995 (_fini): Likewise.
10996 * sysdeps/sparc/crti.S (_init): Mark as hidden.
10997 (_fini): Likewise.
10998 * sysdeps/x86_64/crti.S (_init): Mark as hidden.
10999 (_fini): Likewise.
11000
11001 2018-06-06 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
11002
11003 * sysdeps/powerpc/powerpc64/le/fpu/e_sqrtf128.c
11004 [__HAVE_FLOAT128_UNLIKE_LDBL] (TFtype, TF): Restrict TFtype
11005 and TF redirection to KFtype and KF only when the default
11006 long double type is not the IEEE 128-bit floating point type.
11007
11008 2018-06-05 Joseph Myers <joseph@codesourcery.com>
11009
11010 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_DIT): New
11011 macro.
11012 (HWCAP_USCAT): Likewise.
11013 (HWCAP_ILRCPC): Likewise.
11014 (HWCAP_FLAGM): Likewise.
11015 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c (_DL_HWCAP_COUNT):
11016 Increase to 28.
11017 (_dl_aarch64_cap_flags): Add new flag names.
11018
11019 * sysdeps/unix/sysv/linux/aarch64/bits/mman.h [__USE_MISC]
11020 (MAP_FIXED_NOREPLACE): New macro.
11021 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_MISC]
11022 (MAP_FIXED_NOREPLACE): Likewise.
11023 * sysdeps/unix/sysv/linux/arm/bits/mman.h [__USE_MISC]
11024 (MAP_FIXED_NOREPLACE): Likewise.
11025 * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]
11026 (MAP_FIXED_NOREPLACE): Likewise.
11027 * sysdeps/unix/sysv/linux/ia64/bits/mman.h [__USE_MISC]
11028 (MAP_FIXED_NOREPLACE): Likewise.
11029 * sysdeps/unix/sysv/linux/m68k/bits/mman.h [__USE_MISC]
11030 (MAP_FIXED_NOREPLACE): Likewise.
11031 * sysdeps/unix/sysv/linux/microblaze/bits/mman.h [__USE_MISC]
11032 (MAP_FIXED_NOREPLACE): Likewise.
11033 * sysdeps/unix/sysv/linux/mips/bits/mman.h [__USE_MISC]
11034 (MAP_FIXED_NOREPLACE): Likewise.
11035 * sysdeps/unix/sysv/linux/nios2/bits/mman.h [__USE_MISC]
11036 (MAP_FIXED_NOREPLACE): Likewise.
11037 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h [__USE_MISC]
11038 (MAP_FIXED_NOREPLACE): Likewise.
11039 * sysdeps/unix/sysv/linux/riscv/bits/mman.h [__USE_MISC]
11040 (MAP_FIXED_NOREPLACE): Likewise.
11041 * sysdeps/unix/sysv/linux/s390/bits/mman.h [__USE_MISC]
11042 (MAP_FIXED_NOREPLACE): Likewise.
11043 * sysdeps/unix/sysv/linux/sh/bits/mman.h [__USE_MISC]
11044 (MAP_FIXED_NOREPLACE): Likewise.
11045 * sysdeps/unix/sysv/linux/sparc/bits/mman.h [__USE_MISC]
11046 (MAP_FIXED_NOREPLACE): Likewise.
11047 * sysdeps/unix/sysv/linux/x86/bits/mman.h [__USE_MISC]
11048 (MAP_FIXED_NOREPLACE): Likewise.
11049
11050 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
11051 version to 4.17.
11052
11053 2018-06-04 Joseph Myers <joseph@codesourcery.com>
11054
11055 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
11056 version to 4.17
11057
11058 2018-06-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
11059
11060 * bits/shm.h (struct shmid_ds): Make shm_segsz field size_t instead of
11061 int.
11062 * sysdeps/gnu/bits/shm.h (struct shmid_ds): Likewise.
11063
11064 2018-06-01 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
11065
11066 * benchtests/scripts/compare_string.py: (process_results) Catch
11067 exception in non-existent base_func and catch exception in
11068 non-existent attribute.
11069 (parse_file) Catch exception if input file does not exist.
11070
11071 2018-06-01 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
11072
11073 * benchtests/scripts/compare_string.py: Add --no-diff and --no-header
11074 options to avoid diff calculation and omit header, respectively.
11075 (main): process --no-diff and --no-header
11076
11077 2018-06-01 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
11078 H.J. Lu <hongjiu.lu@intel.com>
11079
11080 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
11081 strcmp-avx2, strncmp-avx2, wcscmp-avx2, wcscmp-sse2, wcsncmp-avx2 and
11082 wcsncmp-sse2.
11083 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
11084 (__libc_ifunc_impl_list): Add tests for __strcmp_avx2,
11085 __strncmp_avx2, __wcscmp_avx2, __wcsncmp_avx2, __wcscmp_sse2
11086 and __wcsncmp_sse2.
11087 * sysdeps/x86_64/multiarch/strcmp.c (OPTIMIZE (avx2)):
11088 (IFUNC_SELECTOR): Return OPTIMIZE (avx2) on AVX 2 machines if
11089 AVX unaligned load is fast and vzeroupper is preferred.
11090 * sysdeps/x86_64/multiarch/strncmp.c: Likewise.
11091 * sysdeps/x86_64/multiarch/strcmp-avx2.S: New file.
11092 * sysdeps/x86_64/multiarch/strncmp-avx2.S: Likewise.
11093 * sysdeps/x86_64/multiarch/wcscmp-avx2.S: Likewise.
11094 * sysdeps/x86_64/multiarch/wcscmp-sse2.S: Likewise.
11095 * sysdeps/x86_64/multiarch/wcscmp.c: Likewise.
11096 * sysdeps/x86_64/multiarch/wcsncmp-avx2.S: Likewise.
11097 * sysdeps/x86_64/multiarch/wcsncmp-sse2.c: Likewise.
11098 * sysdeps/x86_64/multiarch/wcsncmp.c: Likewise.
11099 * sysdeps/x86_64/wcscmp.S (__wcscmp): Add alias only if __wcscmp
11100 is undefined.
11101
11102 2018-06-01 Florian Weimer <fweimer@redhat.com>
11103
11104 * sysdeps/i386/fpu/libm-test-ulps: Update with results from
11105 configuring with --disable-multi-arch, building with
11106 “-march=x86-64 -mtune=generic -mfpmath=sse” and running on a
11107 Haswell-era CPU.
11108
11109 2018-06-01 Florian Weimer <fweimer@redhat.com>
11110
11111 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Update with
11112 results from building with “-march=x86-64 -mtune=generic
11113 -mfpmath=sse” and running on a Haswell-era CPU.
11114
11115 2018-06-01 Joseph Myers <joseph@codesourcery.com>
11116
11117 [BZ #18473]
11118 * soft-fp/sqrttf2.c: Remove file.
11119 * soft-fp/sqrtdf2.c: Move to ....
11120 * sysdeps/powerpc/nofpu/sqrtdf2.c: ... here. Include
11121 <shlib-compat.h>.
11122 (__sqrtdf2): Make conditional on
11123 [SHLIB_COMPAT (libc, GLIBC_2_3_2, GLIBC_2_28)]. Define as compat
11124 symbol.
11125 * soft-fp/sqrtsf2.c: Move to ....
11126 * sysdeps/powerpc/nofpu/sqrtsf2.c: ... here. Include
11127 <shlib-compat.h>.
11128 (__sqrtsf2): Make conditional on
11129 [SHLIB_COMPAT (libc, GLIBC_2_3_2, GLIBC_2_28)]. Define as compat
11130 symbol.
11131 * soft-fp/Makefile (gcc-single-routines): Remove sqrtsf2.
11132 (gcc-double-routines): Remove sqrtdf2.
11133 (gcc-quad-routines): Remove sqrttf2.
11134 * sysdeps/nios2/Makefile [$(subdir) = soft-fp] (sysdep_routines):
11135 Do not filter out sqrtsf2 and sqrtdf2.
11136 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
11137 (sysdep_routines): Add sqrtsf2 and sqrtdf2.
11138
11139 2018-06-01 Florian Weimer <fweimer@redhat.com>
11140
11141 * sysdeps/generic/libcidn.abilist: Remove file.
11142
11143 2018-06-01 Florian Weimer <fweimer@redhat.com>
11144
11145 [BZ #23236]
11146 * libio/strfile.h (struct _IO_str_fields): Rename members to
11147 discourage their use and add comment.
11148 (_IO_STR_DYNAMIC): Remove unused macro.
11149 * libio/strops.c (_IO_str_init_static_internal): Do not use
11150 callback pointers. Call malloc and free.
11151 (_IO_str_overflow): Do not use callback pointers. Call malloc
11152 and free.
11153 (enlarge_userbuf): Likewise.
11154 (_IO_str_finish): Call free.
11155 * libio/wstrops.c (_IO_wstr_init_static): Initialize
11156 _allocate_buffer_unused.
11157 (_IO_wstr_overflow): Do not use callback pointers. Call malloc
11158 and free.
11159 (enlarge_userbuf): Likewise.
11160 (_IO_wstr_finish): Call free.
11161 * debug/vasprintf_chk.c (__vasprintf_chk): Initialize
11162 _allocate_buffer_unused, _free_buffer_unused.
11163 * libio/memstream.c (__open_memstream): Likewise.
11164 * libio/vasprintf.c (_IO_vasprintf): Likewise.
11165 * libio/wmemstream.c (open_wmemstream): Likewise.
11166
11167 2018-05-30 Paul Pluzhnikov <ppluzhnikov@google.com>
11168
11169 * sysdeps/x86_64/fpu/libm-test-ulps (log_vlen8_avx2): Update for
11170 AMD Ryzen 7 1800X.
11171
11172 2018-05-30 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11173
11174 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/Makefile: New file to
11175 add w_sqrtf128-power9 and w_sqrtf128-ppc64le to libm-sysdep_routines.
11176 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_sqrtf128-power9.c:
11177 New file.
11178 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_sqrtf128-ppc64le.c:
11179 Likewise.
11180 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_sqrtf128.c: Likewise.
11181
11182 2018-05-29 Florian Weimer <fweimer@redhat.com>
11183
11184 * support/Makefile (libsupport-routines): Add
11185 xpthread_barrierattr_destroy, xpthread_barrierattr_init,
11186 xpthread_barrierattr_setpshared.
11187 * support/xpthread_barrierattr_destroy.c: New file.
11188 * support/xpthread_barrierattr_init.c: Likewise.
11189 * support/xpthread_barrierattr_setpshared.c: Likewise.
11190
11191 2018-05-29 H.J. Lu <hongjiu.lu@intel.com>
11192
11193 [BZ #23206]
11194 * elf/dl-reloc-static-pie.c (_dl_relocate_static_pie): Initialize
11195 _r_debug and update DT_DEBUG for debugger.
11196
11197 2018-05-29 Florian Weimer <fweimer@redhat.com>
11198
11199 * stdlib/Makefile (tst-strtod1i.out): Depend on generated locales.
11200 (tst-strtod5i.out): Likewise.
11201
11202 2018-05-25 Joseph Myers <joseph@codesourcery.com>
11203
11204 * sysdeps/sparc/sparc64/Implies: Remove sparc/sparc64/soft-fp.
11205 * sysdeps/sparc/sparc64/Makefile [$(subdir) = soft-fp]
11206 (sparc64-quad-routines): New variable. Moved from ....
11207 [$(subdir) = soft-fp] (sysdep_routines): Add
11208 $(sparc64-quad-routines). Moved from ....
11209 [$(subdir) = math] (CPPFLAGS): Add -I../soft-fp/. Moved from ....
11210 * sysdeps/sparc/sparc64/soft-fp/Makefile: ... here. Remove file.
11211 * sysdeps/sparc/sparc64/Versions (libc): Add GLIBC_2.2 symbols
11212 moved from ....
11213 * sysdeps/sparc/sparc64/soft-fp/Versions: ... here. Remove file.
11214 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: Remove file.
11215 * sysdeps/sparc/sparc64/soft-fp/qp_add.c: Move to ....
11216 * sysdeps/sparc/sparc64/qp_add.c: ... here.
11217 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Move to ....
11218 * sysdeps/sparc/sparc64/qp_cmp.c: ... here.
11219 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Move to ....
11220 * sysdeps/sparc/sparc64/qp_cmpe.c: ... here.
11221 * sysdeps/sparc/sparc64/soft-fp/qp_div.c: Move to ....
11222 * sysdeps/sparc/sparc64/qp_div.c: ... here.
11223 * sysdeps/sparc/sparc64/soft-fp/qp_dtoq.c: Move to ....
11224 * sysdeps/sparc/sparc64/qp_dtoq.c: ... here.
11225 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Move to ....
11226 * sysdeps/sparc/sparc64/qp_feq.c: ... here.
11227 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Move to ....
11228 * sysdeps/sparc/sparc64/qp_fge.c: ... here.
11229 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Move to ....
11230 * sysdeps/sparc/sparc64/qp_fgt.c: ... here.
11231 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Move to ....
11232 * sysdeps/sparc/sparc64/qp_fle.c: ... here.
11233 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Move to ....
11234 * sysdeps/sparc/sparc64/qp_flt.c: ... here.
11235 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Move to ....
11236 * sysdeps/sparc/sparc64/qp_fne.c: ... here.
11237 * sysdeps/sparc/sparc64/soft-fp/qp_itoq.c: Move to ....
11238 * sysdeps/sparc/sparc64/qp_itoq.c: ... here.
11239 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Move to ....
11240 * sysdeps/sparc/sparc64/qp_mul.c: ... here.
11241 * sysdeps/sparc/sparc64/soft-fp/qp_neg.S: Move to ....
11242 * sysdeps/sparc/sparc64/qp_neg.S: ... here.
11243 * sysdeps/sparc/sparc64/soft-fp/qp_qtod.c: Move to ....
11244 * sysdeps/sparc/sparc64/qp_qtod.c: ... here.
11245 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Move to ....
11246 * sysdeps/sparc/sparc64/qp_qtoi.c: ... here.
11247 * sysdeps/sparc/sparc64/soft-fp/qp_qtos.c: Move to ....
11248 * sysdeps/sparc/sparc64/qp_qtos.c: ... here.
11249 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Move to ....
11250 * sysdeps/sparc/sparc64/qp_qtoui.c: ... here.
11251 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Move to ....
11252 * sysdeps/sparc/sparc64/qp_qtoux.c: ... here.
11253 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Move to ....
11254 * sysdeps/sparc/sparc64/qp_qtox.c: ... here.
11255 * sysdeps/sparc/sparc64/soft-fp/qp_sqrt.c: Move to ....
11256 * sysdeps/sparc/sparc64/qp_sqrt.c: ... here.
11257 * sysdeps/sparc/sparc64/soft-fp/qp_stoq.c: Move to ....
11258 * sysdeps/sparc/sparc64/qp_stoq.c: ... here.
11259 * sysdeps/sparc/sparc64/soft-fp/qp_sub.c: Move to ....
11260 * sysdeps/sparc/sparc64/qp_sub.c: ... here.
11261 * sysdeps/sparc/sparc64/soft-fp/qp_uitoq.c: Move to ....
11262 * sysdeps/sparc/sparc64/qp_uitoq.c: ... here.
11263 * sysdeps/sparc/sparc64/soft-fp/qp_util.c: Move to ....
11264 * sysdeps/sparc/sparc64/qp_util.c: ... here.
11265 * sysdeps/sparc/sparc64/soft-fp/qp_uxtoq.c: Move to ....
11266 * sysdeps/sparc/sparc64/qp_uxtoq.c: ... here.
11267 * sysdeps/sparc/sparc64/soft-fp/qp_xtoq.c: Move to ....
11268 * sysdeps/sparc/sparc64/qp_xtoq.c: ... here.
11269 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Move to ....
11270 * sysdeps/sparc/sparc64/sfp-machine.h: ... here.
11271
11272 * sysdeps/sparc/sparc32/Implies: Remove sparc/sparc32/soft-fp.
11273 * sysdeps/sparc/sparc32/Makefile [$(subdir) = soft-fp]
11274 (sparc32-quad-routines): New variable. Moved from ....
11275 [$(subdir) = soft-fp] (sysdep_routines): Add
11276 $(sparc32-quad-routines). Moved from ....
11277 * sysdeps/sparc/sparc32/soft-fp/Makefile: ... here. Remove file.
11278 * sysdeps/sparc/sparc32/Versions (libc): Add GLIBC_2.4 symbols
11279 moved from ....
11280 * sysdeps/sparc/sparc32/soft-fp/Versions: ... here. Remove file.
11281 * sysdeps/sparc/sparc32/soft-fp/q_add.c: Move to ....
11282 * sysdeps/sparc/sparc32/q_add.c: ... here.
11283 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c: Move to ....
11284 * sysdeps/sparc/sparc32/q_cmp.c: ... here.
11285 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c: Move to ....
11286 * sysdeps/sparc/sparc32/q_cmpe.c: ... here.
11287 * sysdeps/sparc/sparc32/soft-fp/q_div.c: Move to ....
11288 * sysdeps/sparc/sparc32/q_div.c: ... here.
11289 * sysdeps/sparc/sparc32/soft-fp/q_dtoq.c: Move to ....
11290 * sysdeps/sparc/sparc32/q_dtoq.c: ... here.
11291 * sysdeps/sparc/sparc32/soft-fp/q_feq.c: Move to ....
11292 * sysdeps/sparc/sparc32/q_feq.c: ... here.
11293 * sysdeps/sparc/sparc32/soft-fp/q_fge.c: Move to ....
11294 * sysdeps/sparc/sparc32/q_fge.c: ... here.
11295 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c: Move to ....
11296 * sysdeps/sparc/sparc32/q_fgt.c: ... here.
11297 * sysdeps/sparc/sparc32/soft-fp/q_fle.c: Move to ....
11298 * sysdeps/sparc/sparc32/q_fle.c: ... here.
11299 * sysdeps/sparc/sparc32/soft-fp/q_flt.c: Move to ....
11300 * sysdeps/sparc/sparc32/q_flt.c: ... here.
11301 * sysdeps/sparc/sparc32/soft-fp/q_fne.c: Move to ....
11302 * sysdeps/sparc/sparc32/q_fne.c: ... here.
11303 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Move to ....
11304 * sysdeps/sparc/sparc32/q_itoq.c: ... here.
11305 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Move to ....
11306 * sysdeps/sparc/sparc32/q_lltoq.c: ... here.
11307 * sysdeps/sparc/sparc32/soft-fp/q_mul.c: Move to ....
11308 * sysdeps/sparc/sparc32/q_mul.c: ... here.
11309 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Move to ....
11310 * sysdeps/sparc/sparc32/q_neg.c: ... here.
11311 * sysdeps/sparc/sparc32/soft-fp/q_qtod.c: Move to ....
11312 * sysdeps/sparc/sparc32/q_qtod.c: ... here.
11313 * sysdeps/sparc/sparc32/soft-fp/q_qtoi.c: Move to ....
11314 * sysdeps/sparc/sparc32/q_qtoi.c: ... here.
11315 * sysdeps/sparc/sparc32/soft-fp/q_qtoll.c: Move to ....
11316 * sysdeps/sparc/sparc32/q_qtoll.c: ... here.
11317 * sysdeps/sparc/sparc32/soft-fp/q_qtos.c: Move to ....
11318 * sysdeps/sparc/sparc32/q_qtos.c: ... here.
11319 * sysdeps/sparc/sparc32/soft-fp/q_qtou.c: Move to ....
11320 * sysdeps/sparc/sparc32/q_qtou.c: ... here.
11321 * sysdeps/sparc/sparc32/soft-fp/q_qtoull.c: Move to ....
11322 * sysdeps/sparc/sparc32/q_qtoull.c: ... here.
11323 * sysdeps/sparc/sparc32/soft-fp/q_sqrt.c: Move to ....
11324 * sysdeps/sparc/sparc32/q_sqrt.c: ... here.
11325 * sysdeps/sparc/sparc32/soft-fp/q_stoq.c: Move to ....
11326 * sysdeps/sparc/sparc32/q_stoq.c: ... here.
11327 * sysdeps/sparc/sparc32/soft-fp/q_sub.c: Move to ....
11328 * sysdeps/sparc/sparc32/q_sub.c: ... here.
11329 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Move to ....
11330 * sysdeps/sparc/sparc32/q_ulltoq.c: ... here.
11331 * sysdeps/sparc/sparc32/soft-fp/q_util.c: Move to ....
11332 * sysdeps/sparc/sparc32/q_util.c: ... here.
11333 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Move to ....
11334 * sysdeps/sparc/sparc32/q_utoq.c: ... here.
11335 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h: Move to ....
11336 * sysdeps/sparc/sparc32/sfp-machine.h: ... here.
11337
11338 2018-05-24 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
11339 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
11340
11341 * sysdeps/powerpc/Implies: Removed. Previous contents copied to...
11342 * sysdeps/powerpc/powerpc32/Implies-after: ... here.
11343 * sysdeps/powerpc/powerpc64/be/Implies-after: ... here.
11344 * sysdeps/powerpc/powerpc64/le/Implies-before: ... and here.
11345
11346 2018-05-24 Joseph Myers <joseph@codesourcery.com>
11347
11348 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies: Remove
11349 powerpc/soft-fp.
11350 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
11351 Likewise.
11352 * sysdeps/powerpc/soft-fp/sfp-machine.h: Move to ....
11353 * sysdeps/powerpc/nofpu/sfp-machine.h: ... here.
11354
11355 2018-05-24 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
11356
11357 [BZ #23171]
11358 * math/math.h [C++] (iseqsig): Fix parameter type for the long
11359 double version.
11360
11361 2018-05-23 Joseph Myers <joseph@codesourcery.com>
11362
11363 * sysdeps/sh/Implies: Remove sh/soft-fp.
11364 * sysdeps/sh/soft-fp/sfp-machine.h: Move to ....
11365 * sysdeps/sh/sfp-machine.h: ... here.
11366
11367 2018-05-23 H.J. Lu <hongjiu.lu@intel.com>
11368
11369 * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
11370 (__mempcpy_erms): Skip zero length.
11371 (__memmove_erms): Likewise.
11372 * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
11373 (__memset_erms): Likewise.
11374
11375 2018-05-23 Joseph Myers <joseph@codesourcery.com>
11376
11377 * sysdeps/alpha/Implies: Remove alpha/soft-fp.
11378 * sysdeps/alpha/Makefile [$(subdir) = soft-fp] (sysdep_routines):
11379 Add functions moved from ....
11380 [$(subdir) = math] (CPPFLAGS): Add -I../soft-fp. Moved from ....
11381 * sysdeps/alpha/soft-fp/Makefile: ... here. Remove file.
11382 * sysdeps/alpha/Versions (libc): Add GLIBC_2.3.4 symbols moved
11383 from ....
11384 * sysdeps/alpha/soft-fp/Versions: ... here. Remove file.
11385 * sysdeps/alpha/soft-fp/e_sqrtl.c: Move to ....
11386 * sysdeps/alpha/e_sqrtl.c: ... here.
11387 * sysdeps/alpha/soft-fp/local-soft-fp.h: Move to ....
11388 * sysdeps/alpha/local-soft-fp.h: ... here.
11389 * sysdeps/alpha/soft-fp/ots_add.c: Move to ....
11390 * sysdeps/alpha/ots_add.c: ... here.
11391 * sysdeps/alpha/soft-fp/ots_cmp.c: Move to ....
11392 * sysdeps/alpha/ots_cmp.c: ... here.
11393 * sysdeps/alpha/soft-fp/ots_cmpe.c: Move to ....
11394 * sysdeps/alpha/ots_cmpe.c: ... here.
11395 * sysdeps/alpha/soft-fp/ots_cvtqux.c: Move to ....
11396 * sysdeps/alpha/ots_cvtqux.c: ... here.
11397 * sysdeps/alpha/soft-fp/ots_cvtqx.c: Move to ....
11398 * sysdeps/alpha/ots_cvtqx.c: ... here.
11399 * sysdeps/alpha/soft-fp/ots_cvttx.c: Move to ....
11400 * sysdeps/alpha/ots_cvttx.c: ... here.
11401 * sysdeps/alpha/soft-fp/ots_cvtxq.c: Move to ....
11402 * sysdeps/alpha/ots_cvtxq.c: ... here.
11403 * sysdeps/alpha/soft-fp/ots_cvtxt.c: Move to ....
11404 * sysdeps/alpha/ots_cvtxt.c: ... here.
11405 * sysdeps/alpha/soft-fp/ots_div.c: Move to ....
11406 * sysdeps/alpha/ots_div.c: ... here.
11407 * sysdeps/alpha/soft-fp/ots_mul.c: Move to ....
11408 * sysdeps/alpha/ots_mul.c: ... here.
11409 * sysdeps/alpha/soft-fp/ots_nintxq.c: Move to ....
11410 * sysdeps/alpha/ots_nintxq.c: ... here.
11411 * sysdeps/alpha/soft-fp/ots_sub.c: Move to ....
11412 * sysdeps/alpha/ots_sub.c: ... here.
11413 * sysdeps/alpha/soft-fp/sfp-machine.h: Move to ....
11414 * sysdeps/alpha/sfp-machine.h: ... here.
11415
11416 2018-05-23 Florian Weimer <fweimer@redhat.com>
11417
11418 [BZ #19728]
11419 [BZ #19729]
11420 [BZ #22247]
11421 CVE-2016-6261
11422 CVE-2016-6263
11423 CVE-2017-14062
11424 Switch to extern IDNA implementation (libidn2).
11425 * libidn: Remove subdirectory.
11426 * LICENSES: Do not mention licensing conditions for the removed
11427 libidn code.
11428 * config.h.in (HAVE_LIBIDN): Remove.
11429 * include/dlfcn.h (__libc_dlopen): Update comment.
11430 * include/idna.h: Remove file.
11431 * inet/Makefile (routines): Add idna.
11432 (tests-static, tests-internal): Add tst-idna_name_classify.
11433 (LOCALES): Generate locales for tests.
11434 (tst-idna_name_classify.out): Depend on generated locales.
11435 * inet/idna_name_classify.c: New file.
11436 * inet/tst-idna_name_classify.c: Likewise.
11437 * inet/net-internal.h (__idna_to_dns_encoding)
11438 (__idna_from_dns_encoding): Declare.
11439 * inet/net-internal.h (enum idna_name_classification): Define.
11440 (__idna_name_classify): Declare.
11441 * inet/Versions (GLIBC_PRIVATE): Add __idna_to_dns_encoding,
11442 __idna_from_dns_encoding.
11443 * inet/getnameinfo.c (DEPRECATED_NI_IDN): Define.
11444 (gni_host_inet_name): Call __idna_from_dns_encoding. Use punycode
11445 name as a fallback in case of encoding errors.
11446 (getnameinfo): Use DEPRECATED_NI_IDN.
11447 * inet/idna.c: New file.
11448 * nscd/gai.c: Do not include <libidn/idn-stub.c>.
11449 * resolv/Makefile (tests): Add tst-resolv-ai_idn,
11450 tst-resolv-ai_idn-latin1, tst-resolv-ai_idn-nolibidn2.
11451 (modules-names): Add tst-no-libidn2.
11452 (extra-test-objs): Add tst-no-libidn2.os.
11453 (LDFLAGS-tst-no-libidn2.so): Set soname.
11454 (LOCALES): Set, and generate locales.
11455 (tst-resolv-ai_idn): Link with -ldl -lresolv -lpthread.
11456 (tst-resolv-ai_idn-latin1): Likewise.
11457 (tst-resolv-ai_idn-nolibidn2): Likewise.
11458 (tst-resolv-ai_idn.out): Depend on locales.
11459 (tst-resolv-ai_idn-latin1.out): Depend on locales.
11460 (tst-resolv-ai_idn-nolibidn2.out): Depend on locales and
11461 tst-no-libidn2.so.
11462 * resolv/netdb.h (AI_IDN_ALLOW_UNASSIGNED)
11463 (AI_IDN_USE_STD3_ASCII_RULES, NI_IDN_ALLOW_UNASSIGNED)
11464 (NI_IDN_USE_STD3_ASCII_RULES): Deprecate.
11465 * resolv/tst-resolv-ai_idn.c: New file.
11466 * resolv/tst-resolv-ai_idn-latin1.c: Likewise.
11467 * resolv/tst-resolv-ai_idn-nolibidn2.c: Likewise.
11468 * resolv/tst-no-libidn2.c: Likewise.
11469 * support/support_format_addrinfo.c (format_ai_flags): Do not
11470 handle AI_IDN_ALLOW_UNASSIGNED, AI_IDN_USE_STD3_ASCII_RULES.
11471 * sysdeps/posix/getaddrinfo.c (DEPRECATED_AI_IDN): Define.
11472 (gaih_inet): Call __idna_to_dns_encoding and
11473 __idna_from_dns_encoding, and use the original (punycode) name if
11474 __idna_from_dns_encoding fails due to an encoding error.
11475 (getaddrinfo): Use DEPRECATED_AI_IDN.
11476 * sysdeps/unix/inet/Subdirs (libidn): Remove.
11477 * sysdeps/unix/inet/configure: Remove file.
11478 * sysdeps/unix/inet/configure.ac: Likewise.
11479
11480 2018-05-23 Florian Weimer <fweimer@redhat.com>
11481
11482 Implement allocate_once.
11483 * include/allocate_once.h: New file.
11484 * misc/allocate_once.c: Likewise.
11485 * misc/tst-allocate_once.c: Likewise.
11486 * misc/Makefile (routines): Add allocate_once.
11487 (tests-internal): Add tst-allocate_once.
11488 (generated): Add tst-allocate_once.mtrace,
11489 tst-allocate_once-mem.out.
11490 (tests-special): Add tst-allocate_once-mem.out.
11491 (tst-allocate_once-ENV): Set MALLOC_TRACE.
11492 (tst-allocate_once-mem.out): Call mtrace.
11493 * misc/Versions (GLIBC_PRIVATE): Add __libc_allocate_once_slow.
11494
11495 2018-05-23 H.J. Lu <hongjiu.lu@intel.com>
11496
11497 [BZ #23196]
11498 * string/test-memcpy.c (do_test1): New function.
11499 (test_main): Call it.
11500
11501 2018-05-23 Andreas Schwab <schwab@suse.de>
11502
11503 [BZ #23196]
11504 CVE-2018-11237
11505 * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S
11506 (L(preloop_large)): Save initial destination pointer in %r11 and
11507 use it instead of %rax after the loop.
11508 * string/test-mempcpy.c (MIN_PAGE_SIZE): Define.
11509
11510 2018-05-22 Joseph Myers <joseph@codesourcery.com>
11511
11512 * sysdeps/aarch64/Implies: Remove aarch64/soft-fp.
11513 * sysdeps/aarch64/Makefile [$(subdir) = math] (CPPFLAGS): Add
11514 -I../soft-fp. Moved from ....
11515 * sysdeps/aarch64/soft-fp/Makefile: ... here. Remove file.
11516 * sysdeps/aarch64/soft-fp/e_sqrtl.c: Move to ....
11517 * sysdeps/aarch64/e_sqrtl.c: ... here.
11518 * sysdeps/aarch64/soft-fp/sfp-machine.h: Move to ....
11519 * sysdeps/aarch64/sfp-machine.h: ... here.
11520
11521 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Ignore
11522 -Wmaybe-uninitialized around access to fq[0].
11523 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
11524 Likewise.
11525
11526 [BZ #18471]
11527 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Use weak
11528 aliases for non-libc case of versioned symbols.
11529 * sysdeps/unix/sysv/linux/lseek64.c: Include <shlib-compat.h>.
11530 (llseek): Define as compat symbol if
11531 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_28)], not as weak alias
11532 with link warning.
11533 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (llseek):
11534 Make into a compat symbol, disabled for minimum symbol version
11535 GLIBC_2.28 and later.
11536 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Remove file.
11537
11538 2018-05-22 Florian Weimer <fweimer@redhat.com>
11539
11540 * sysdeps/i386/Makefile [$(subdir) == math] (sysdep-CFLAGS): Do
11541 not add -mpreferred-stack-boundary=4.
11542 [$(subdir) == csu] (sysdep-CFLAGS): Likewise.
11543 (stack-align-test-flags): Likewise.
11544 [$(subdir) == stdlib] (CFLAGS-exit.c, CFLAGS-cxa_finalize.c):
11545 Likewise.
11546 [$(subdir) == elf] (CFLAGS-dl-init.c, CFLAGS-dl-fini.c)
11547 (CFLAGS-dl-open.c, CFLAGS-dl-close.c, CFLAGS-dl-error.c): Likewise.
11548 [$(subdir) == dlfcn] (CFLAGS-dlopen.c, CFLAGS-dlopenold.c)
11549 (CFLAGS-dlclose.c, CFLAGS-dlerror.c): Likewise.
11550 * sysdeps/i386/nptl/Makefile [$(subdir) == nptl]
11551 (CFLAGS-pthread_create.c, CFLAGS-tst-align.c)
11552 (CFLAGS-tst-align2.c): Likewise.
11553
11554 2018-05-21 H.J. Lu <hongjiu.lu@intel.com>
11555
11556 * sysdeps/x86/cpu-features.h (bit_arch_Prefer_FSRM): New.
11557 (index_arch_Prefer_FSRM): Likewise.
11558 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
11559 Also check Prefer_FSRM.
11560 * sysdeps/x86_64/multiarch/ifunc-memmove.h (IFUNC_SELECTOR):
11561 Also return OPTIMIZE (erms) for Prefer_FSRM.
11562
11563 2018-05-21 H.J. Lu <hongjiu.lu@intel.com>
11564
11565 * sysdeps/x86/cpu-features.h (bit_cpu_FSRM): New.
11566 (index_cpu_FSRM): Likewise.
11567 (reg_FSRM): Likewise.
11568
11569 2018-05-18 Joseph Myers <joseph@codesourcery.com>
11570
11571 * math/gen-tgmath-tests.py: Import sys.
11572 (Tests.__init__): Initialize macros_seen.
11573 (Tests.add_tests): Add macro to macros_seen. Only generate tests
11574 if requested to do so for this macro.
11575 (Tests.add_all_tests): Take argument for macro for which to
11576 generate tests.
11577 (Tests.check_macro_list): New function.
11578 (main): Handle check-list argument and argument specifying macro
11579 for which to generate tests.
11580 * math/Makefile [PYTHON] (tgmath3-macros): New variable.
11581 [PYTHON] (tgmath3-macro-tests): Likewise.
11582 [PYTHON] (tests): Add $(tgmath3-macro-tests) not test-tgmath3.
11583 [PYTHON] (generated): Add $(addsuffix .c,$(tgmath3-macro-tests))
11584 not test-tgmath3.c.
11585 [PYTHON] (CFLAGS-test-tgmath3.c): Remove.
11586 [PYTHON] ($(tgmath3-macro-tests:%=$(objpfx)%.o): Add -fno-builtin
11587 to CFLAGS.
11588 [PYTHON] ($(objpfx)test-tgmath3.c): Replace rule by....
11589 [PYTHON] ($(foreach
11590 m,$(tgmath3-macros),$(objpfx)test-tgmath3-$(m).c): ... this. New
11591 rule.
11592 [PYTHON] (tests-special): Add
11593 $(objpfx)test-tgmath3-macro-list.out.
11594 [PYTHON] ($(objpfx)test-tgmath3-macro-list.out): New rule.
11595
11596 * sysdeps/unix/sysv/linux/syscalls.list (nfsservctl): Make into a
11597 compat symbol, disabled for minimum symbol version GLIBC_2.28 and
11598 later.
11599
11600 [BZ #22639]
11601 * time/tzset.c (SECSPERDAY): Cast to time_t.
11602 * time/tst-y2039.c: New file.
11603 * time/Makefile (tests): Add tst-y2039.
11604
11605 2018-05-17 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
11606
11607 * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
11608 (PREFETCH_ONE_SET): Remove duplicate line.
11609
11610 2018-05-17 Florian Weimer <fweimer@redhat.com>
11611
11612 * sysdeps/generic/math-type-macros-double.h: Include
11613 <math-nan-payload-double.h> after <libm-alias-double.h>.
11614 * sysdeps/generic/math-type-macros-float.h: Include
11615 <math-nan-payload-float.h> after <libm-alias-float.h>.
11616 * sysdeps/generic/math-type-macros-float128.h: Include
11617 <math-nan-payload-float128.h> after <libm-alias-float128.h>.
11618 * sysdeps/generic/math-type-macros-ldouble.h: Include
11619 <math-nan-payload-ldouble.h> after <libm-alias-ldouble.h>.
11620
11621 2018-05-17 Andreas Schwab <schwab@suse.de>
11622
11623 * resolv/res_send.c (__res_context_send): Don't set errno when
11624 returing error after malloc failure.
11625
11626 2018-05-17 H.J. Lu <hongjiu.lu@intel.com>
11627
11628 * nptl/allocatestack.c (allocate_stack): Remove the
11629 !__ASSUME_PRIVATE_FUTEX paths.
11630 * nptl/descr.h (header): Remove the !__ASSUME_PRIVATE_FUTEX path.
11631 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
11632 Likewise.
11633 * sysdeps/i386/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Removed.
11634 * sysdeps/powerpc/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Likewise.
11635 * sysdeps/sh/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Likewise.
11636 * sysdeps/x86_64/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Likewise.
11637 * sysdeps/i386/nptl/tls.h: (tcbhead_t): Remve the
11638 !__ASSUME_PRIVATE_FUTEX path.
11639 * sysdeps/s390/nptl/tls.h (tcbhead_t): Likewise.
11640 * sysdeps/sparc/nptl/tls.h (tcbhead_t): Likewise.
11641 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Likewise.
11642 * sysdeps/unix/sysv/linux/i386/lowlevellock.S: Remove the
11643 !__ASSUME_PRIVATE_FUTEX macros.
11644 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
11645 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
11646 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
11647 * sysdeps/unix/sysv/linux/kernel-features.h
11648 (__ASSUME_PRIVATE_FUTEX): Removed.
11649
11650 2018-05-17 Joseph Myers <joseph@codesourcery.com>
11651
11652 * math/Makefile (libm-narrow-fns): Add div.
11653 (libm-test-funcs-narrow): Likewise.
11654 * math/Versions (GLIBC_2.28): Add narrowing divide functions.
11655 * math/bits/mathcalls-narrow.h (div): Use __MATHCALL_NARROW.
11656 * math/gen-auto-libm-tests.c (test_functions): Add div.
11657 * math/math-narrow.h (CHECK_NARROW_DIV): New macro.
11658 (NARROW_DIV_ROUND_TO_ODD): Likewise.
11659 (NARROW_DIV_TRIVIAL): Likewise.
11660 * sysdeps/ieee754/float128/float128_private.h (__fdivl): New
11661 macro.
11662 (__ddivl): Likewise.
11663 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fdiv and
11664 ddiv.
11665 (CFLAGS-nldbl-ddiv.c): New variable.
11666 (CFLAGS-nldbl-fdiv.c): Likewise.
11667 * sysdeps/ieee754/ldbl-opt/Versions (GLIBC_2.28): Add
11668 __nldbl_ddivl.
11669 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl_ddivl): New
11670 prototype.
11671 * manual/arith.texi (Misc FP Arithmetic): Document fdiv, fdivl,
11672 ddivl, fMdivfN, fMdivfNx, fMxdivfN and fMxdivfNx.
11673 * math/auto-libm-test-in: Add tests of div.
11674 * math/auto-libm-test-out-narrow-div: New generated file.
11675 * math/libm-test-narrow-div.inc: New file.
11676 * sysdeps/i386/fpu/s_f32xdivf64.c: Likewise.
11677 * sysdeps/ieee754/dbl-64/s_f32xdivf64.c: Likewise.
11678 * sysdeps/ieee754/dbl-64/s_fdiv.c: Likewise.
11679 * sysdeps/ieee754/float128/s_f32divf128.c: Likewise.
11680 * sysdeps/ieee754/float128/s_f64divf128.c: Likewise.
11681 * sysdeps/ieee754/float128/s_f64xdivf128.c: Likewise.
11682 * sysdeps/ieee754/ldbl-128/s_ddivl.c: Likewise.
11683 * sysdeps/ieee754/ldbl-128/s_f64xdivf128.c: Likewise.
11684 * sysdeps/ieee754/ldbl-128/s_fdivl.c: Likewise.
11685 * sysdeps/ieee754/ldbl-128ibm/s_ddivl.c: Likewise.
11686 * sysdeps/ieee754/ldbl-128ibm/s_fdivl.c: Likewise.
11687 * sysdeps/ieee754/ldbl-96/s_ddivl.c: Likewise.
11688 * sysdeps/ieee754/ldbl-96/s_fdivl.c: Likewise.
11689 * sysdeps/ieee754/ldbl-opt/nldbl-ddiv.c: Likewise.
11690 * sysdeps/ieee754/ldbl-opt/nldbl-fdiv.c: Likewise.
11691 * sysdeps/ieee754/soft-fp/s_ddivl.c: Likewise.
11692 * sysdeps/ieee754/soft-fp/s_fdiv.c: Likewise.
11693 * sysdeps/ieee754/soft-fp/s_fdivl.c: Likewise.
11694 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11695 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
11696 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
11697 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
11698 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
11699 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
11700 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
11701 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
11702 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
11703 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
11704 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
11705 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
11706 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
11707 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
11708 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
11709 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Likewise.
11710 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
11711 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
11712 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
11713 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
11714 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
11715 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
11716 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
11717 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
11718 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
11719 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
11720
11721 2018-05-16 Adhemerval Zanella <adhemerval.zanella@linaro.org>
11722
11723 [BZ #23178]
11724 * nscd/nscd-client.h (sendfileall): Remove prototype.
11725 * nscd/connections.c [HAVE_SENDFILE] (sendfileall): Remove function.
11726 (handle_request): Use writeall instead of sendfileall.
11727 * nscd/aicache.c (addhstaiX): Likewise.
11728 * nscd/grpcache.c (cache_addgr): Likewise.
11729 * nscd/hstcache.c (cache_addhst): Likewise.
11730 * nscd/initgrcache.c (addinitgroupsX): Likewise.
11731 * nscd/netgroupcache.c (addgetnetgrentX, addinnetgrX): Likewise.
11732 * nscd/pwdcache.c (cache_addpw): Likewise.
11733 * nscd/servicescache.c (cache_addserv): Likewise.
11734 * sysdeps/unix/sysv/linux/Makefile [$(subdir) == nscd]
11735 (sysdep-CFLAGS): Remove -DHAVE_SENDFILE.
11736 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_SENDFILE):
11737 Remove define.
11738
11739 2018-05-16 H.J. Lu <hongjiu.lu@intel.com>
11740
11741 * sysdeps/x86_64/multiarch/strncat-c.c (STRNCAT_PRIMARY): Removed.
11742 Include <string/strncat.c>.
11743 * sysdeps/x86_64/multiarch/strncat.c (__strncat): New strong
11744 alias.
11745 (__GI___strncat): New hidden alias.
11746
11747 2018-05-16 Joseph Myers <joseph@codesourcery.com>
11748
11749 * sysdeps/mips/mips32/libm-test-ulps: Update.
11750 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
11751
11752 2018-05-16 Florian Weimer <fweimer@redhat.com>
11753
11754 * support/Makefile (libsupport-routines): Add support_quote_blob,
11755 support_test_compare_blob.
11756 (tests): Add tst-support_quote_blob, tst-test_compare_blob.
11757 * support/check.h (TEST_COMPARE_BLOB): Define.
11758 (support_test_compare_blob): Declare.
11759 * support/support.h (support_quote_blob): Declare.
11760 * support/support_quote_blob.c: New file.
11761 * support/support_test_compare_blob.c: Likewise.
11762 * support/tst-support_quote_blob.c: Likewise.
11763 * support/tst-test_compare_blob.c: Likewise.
11764
11765 2018-05-16 Florian Weimer <fweimer@redhat.com>
11766
11767 * stdlib/strtod_nan.c: Include <math-type-macros-double.h> instead
11768 of <strtod_nan_double.h>.
11769 * stdlib/strtod_nan_main.c (STRTOD_NAN): Use SET_NAN_PAYLOAD
11770 instead of SET_MANTISSA.
11771 * stdlib/strtof_nan.c: Include <math-type-macros-float.h> instead
11772 of include <strtod_nan_float.h>.
11773 * stdlib/strtold_nan.c: Include <math-type-macros-ldouble.h>
11774 instead of <strtod_nan_ldouble.h>.
11775 * stdlib/strtod_nan_double.h: Move to ...
11776 * sysdeps/generic/math-nan-payload-double.h: ... here.
11777 (FLOAT): Remove definition.
11778 (SET_MANTISSA): Rename to ...
11779 (SET_NAN_PAYLOAD): ... this.
11780 * stdlib/strtod_nan_float.h: Move to ...
11781 * sysdeps/generic/math-nan-payload-float.h: ... here.
11782 (FLOAT): Remove definition.
11783 (SET_MANTISSA): Rename to ...
11784 (SET_NAN_PAYLOAD): ... this.
11785 * sysdeps/generic/math-type-macros-double.h: Include
11786 <math-nan-payload-double.h>. Include <math/math-svid-compat.h>
11787 instead of <math-svid-compat.h>.
11788 * sysdeps/generic/math-type-macros-float.h: Include
11789 <math-nan-payload-float.h>. Include <math/math-svid-compat.h>
11790 instead of <math-svid-compat.h>.
11791 * sysdeps/generic/math-type-macros-float128.h: Include
11792 <math-nan-payload-float128.h>.
11793 * sysdeps/generic/math-type-macros-ldouble.h: Include
11794 <math-nan-payload-ldouble.h>. Include <math/math-svid-compat.h>
11795 instead of <math-svid-compat.h>.
11796 * sysdeps/generic/math-type-macros.h: Document SET_NAN_PAYLOAD and
11797 check for definition.
11798 * sysdeps/ieee754/float128/strtod_nan_float128.h: Move to ...
11799 * sysdeps/ieee754/float128/math-nan-payload-float128.h: ... here.
11800 Include <ieee754_float128.h>.
11801 (FLOAT): Remove definition.
11802 (SET_MANTISSA): Rename to ...
11803 (SET_NAN_PAYLOAD): ... this.
11804 * sysdeps/ieee754/float128/strtof128_nan.c: Include
11805 <math-type-macros-float128.h> instead of <strtod_nan_float128.h>.
11806 Do not include <float128_private.h>.
11807 * sysdeps/ieee754/float128/wcstof128_nan.c: Likewise.
11808 * sysdeps/ieee754/ldbl-128/strtod_nan_ldouble.h: Move to ...
11809 * sysdeps/ieee754/ldbl-128/math-nan-payload-ldouble.h: ... here.
11810 (FLOAT): Remove definition.
11811 (SET_MANTISSA): Rename to ...
11812 (SET_NAN_PAYLOAD): ... this.
11813 * sysdeps/ieee754/ldbl-128ibm/strtod_nan_ldouble.h: Move to ...
11814 * sysdeps/ieee754/ldbl-128ibm/math-nan-payload-ldouble.h: ... here.
11815 (FLOAT): Remove definition.
11816 (SET_MANTISSA): Rename to ...
11817 (SET_NAN_PAYLOAD): ... this.
11818 * sysdeps/ieee754/ldbl-96/strtod_nan_ldouble.h: Move to ...
11819 * sysdeps/ieee754/ldbl-96/math-nan-payload-ldouble.h: ... here.
11820 (FLOAT): Remove definition.
11821 (SET_MANTISSA): Rename to ...
11822 (SET_NAN_PAYLOAD): ... this.
11823 * wcsmbs/wcstod_nan.c: Include <math-type-macros-double.h> instead
11824 of "../stdlib/strtod_nan_double.h".
11825 * wcsmbs/wcstof_nan.c: Include <math-type-macros-float.h> instead
11826 of "../stdlib/strtod_nan_float.h".
11827 * wcsmbs/wcstold_nan.c: Include <math-type-macros-ldouble.h>
11828 instead of "../stdlib/strtod_nan_ldouble.h".
11829 * manual/arith.texi (Parsing of Floats): Adjust comment.
11830
11831 2018-05-16 Joseph Myers <joseph@codesourcery.com>
11832
11833 * math/Makefile (libm-narrow-fns): Add mul.
11834 (libm-test-funcs-narrow): Likewise.
11835 * math/Versions (GLIBC_2.28): Add narrowing multiply functions.
11836 * math/bits/mathcalls-narrow.h (mul): Use __MATHCALL_NARROW.
11837 * math/gen-auto-libm-tests.c (test_functions): Add mul.
11838 * math/math-narrow.h (CHECK_NARROW_MUL): New macro.
11839 (NARROW_MUL_ROUND_TO_ODD): Likewise.
11840 (NARROW_MUL_TRIVIAL): Likewise.
11841 * soft-fp/op-common.h (FP_TRUNC_COOKED): Likewise.
11842 * sysdeps/ieee754/float128/float128_private.h (__fmull): New
11843 macro.
11844 (__dmull): Likewise.
11845 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fmul and
11846 dmul.
11847 (CFLAGS-nldbl-dmul.c): New variable.
11848 (CFLAGS-nldbl-fmul.c): Likewise.
11849 * sysdeps/ieee754/ldbl-opt/Versions (GLIBC_2.28): Add
11850 __nldbl_dmull.
11851 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl_dmull): New
11852 prototype.
11853 * manual/arith.texi (Misc FP Arithmetic): Document fmul, fmull,
11854 dmull, fMmulfN, fMmulfNx, fMxmulfN and fMxmulfNx.
11855 * math/auto-libm-test-in: Add tests of mul.
11856 * math/auto-libm-test-out-narrow-mul: New generated file.
11857 * math/libm-test-narrow-mul.inc: New file.
11858 * sysdeps/i386/fpu/s_f32xmulf64.c: Likewise.
11859 * sysdeps/ieee754/dbl-64/s_f32xmulf64.c: Likewise.
11860 * sysdeps/ieee754/dbl-64/s_fmul.c: Likewise.
11861 * sysdeps/ieee754/float128/s_f32mulf128.c: Likewise.
11862 * sysdeps/ieee754/float128/s_f64mulf128.c: Likewise.
11863 * sysdeps/ieee754/float128/s_f64xmulf128.c: Likewise.
11864 * sysdeps/ieee754/ldbl-128/s_dmull.c: Likewise.
11865 * sysdeps/ieee754/ldbl-128/s_f64xmulf128.c: Likewise.
11866 * sysdeps/ieee754/ldbl-128/s_fmull.c: Likewise.
11867 * sysdeps/ieee754/ldbl-128ibm/s_dmull.c: Likewise.
11868 * sysdeps/ieee754/ldbl-128ibm/s_fmull.c: Likewise.
11869 * sysdeps/ieee754/ldbl-96/s_dmull.c: Likewise.
11870 * sysdeps/ieee754/ldbl-96/s_fmull.c: Likewise.
11871 * sysdeps/ieee754/ldbl-opt/nldbl-dmul.c: Likewise.
11872 * sysdeps/ieee754/ldbl-opt/nldbl-fmul.c: Likewise.
11873 * sysdeps/ieee754/soft-fp/s_dmull.c: Likewise.
11874 * sysdeps/ieee754/soft-fp/s_fmul.c: Likewise.
11875 * sysdeps/ieee754/soft-fp/s_fmull.c: Likewise.
11876 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11877 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
11878 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
11879 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
11880 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
11881 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
11882 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
11883 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
11884 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
11885 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
11886 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
11887 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
11888 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
11889 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
11890 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
11891 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Likewise.
11892 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
11893 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
11894 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
11895 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
11896 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
11897 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
11898 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
11899 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
11900 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
11901 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
11902
11903 2018-05-14 H.J. Lu <hongjiu.lu@intel.com>
11904
11905 * sysdeps/i386/crti.S (_init): Replace PREINIT_FUNCTION@PLT
11906 with *%eax in call.
11907
11908 2018-05-14 H.J. Lu <hongjiu.lu@intel.com>
11909
11910 * sysdeps/i386/ldsodefs.h: Removed.
11911 * sysdeps/x86_64/ldsodefs.h: Moved to ...
11912 * sysdeps/x86/ldsodefs.h: This.
11913 (La_i86_regs): New.
11914 (La_i86_retval): Likewise.
11915 (ARCH_PLTENTER_MEMBERS): Add i86_gnu_pltenter.
11916 (ARCH_PLTEXIT_MEMBERS): i86_gnu_pltexit.
11917
11918 2018-05-14 H.J. Lu <hongjiu.lu@intel.com>
11919
11920 * sysdeps/x86_64/multiarch/strlen-avx2.S (STRLEN): Remove the
11921 unnecessary testl.
11922
11923 2018-05-13 Alan Modra <amodra@gmail.com>
11924
11925 * sysdeps/hppa/dl-machine.h (elf_machine_rela): Add
11926 R_PARISC_TLS_DTPOFF32 reloc addend.
11927
11928 2018-05-11 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
11929
11930 * bits/floatn-common.h: Define __HAVE_FLOAT128_UNLIKE_LDBL.
11931 * math/math.h: Restrict the prototype definition for the functions
11932 issignaling(_Float128) and iszero(_Float128); and template
11933 __iseqsig_type<_Float128>, from __HAVE_DISTINCT_FLOAT128 to
11934 __HAVE_FLOAT128_UNLIKE_LDBL.
11935 * sysdeps/powerpc/bits/floatn.h [__HAVE_FLOAT128
11936 && (!__GNUC_PREREQ (7, 0) || defined __cplusplus)
11937 && __LDBL_MANT_DIG__ == 113]: Use long double suffix for
11938 __f128() constants; define the type _Float128 as long double;
11939 and reuse long double in __CFLOAT128.
11940
11941 2018-05-11 Joseph Myers <joseph@codesourcery.com>
11942
11943 * sysdeps/generic/math_private.h: Do not include
11944 <math-barriers.h>.
11945 * stdlib/strtod_l.c: Include <math-barriers.h> instead of
11946 <math_private.h>.
11947 * math/fromfp.h: Include <math-barriers.h>.
11948 * math/math-narrow.h: Likewise.
11949 * math/s_nextafter.c: Likewise.
11950 * math/s_nexttowardf.c: Likewise.
11951 * sysdeps/aarch64/fpu/s_llrint.c: Likewise.
11952 * sysdeps/aarch64/fpu/s_llrintf.c: Likewise.
11953 * sysdeps/aarch64/fpu/s_lrint.c: Likewise.
11954 * sysdeps/aarch64/fpu/s_lrintf.c: Likewise.
11955 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
11956 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
11957 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
11958 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
11959 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
11960 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
11961 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
11962 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
11963 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
11964 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
11965 * sysdeps/ieee754/dbl-64/s_fma.c: Likewise.
11966 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
11967 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
11968 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
11969 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
11970 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
11971 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
11972 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
11973 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
11974 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
11975 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
11976 * sysdeps/ieee754/k_standardl.c: Likewise.
11977 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
11978 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
11979 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
11980 * sysdeps/ieee754/ldbl-128/s_fmal.c: Likewise.
11981 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
11982 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
11983 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
11984 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
11985 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
11986 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
11987 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
11988 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
11989 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
11990 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
11991 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
11992 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
11993 * sysdeps/ieee754/ldbl-96/s_fma.c: Likewise.
11994 * sysdeps/ieee754/ldbl-96/s_fmal.c: Likewise.
11995 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
11996 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
11997 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Likewise.
11998 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c: Likewise.
11999
12000 2018-05-11 Florian Weimer <fweimer@redhat.com>
12001
12002 Use 64-bit epoch values in the time zone file parser.
12003 * include/time.h (internal_time_t): Define.
12004 (__tzfile_compute): Use it.
12005 * time/tzfile.c (struct leap): Use internal_time_t for epoch
12006 member.
12007 (transitions): Switch to internal_time_t.
12008 (__tzfile_read): Likewise. Remove code dealing with 4-byte time_t
12009 types.
12010 (__tzfile_compute): Use internal_time_t for timer argument. Check
12011 for truncation before calling __offtime.
12012
12013 2018-05-11 Florian Weimer <fweimer@redhat.com>
12014
12015 [BZ #23166]
12016 * include/rpc/clnt.h (rpc_createerr): Declare hidden alias.
12017 * include/rpc/svc.h (svc_pollfd, svc_max_pollfd, svc_fdset):
12018 Likewise.
12019 * sunrpc/rpc_common.c (svc_fdset, rpc_createerr, svc_pollfd)
12020 (svc_max_pollfd): Add nocommon attribute and hidden alias. Do not
12021 export without --enable-obsolete-rpc.
12022 * sunrpc/svcauth_des.c (svcauthdes_stats): Turn into compatibility
12023 symbol. This should not have been exported, ever.
12024
12025 2018-05-11 Rafal Luzynski <digitalfreak@lingonborough.com>
12026
12027 [BZ #23152]
12028 * localedata/locales/gd_GB (abmon): Fix typo in May:
12029 "Mhàrt" -> "Cèit". Adjust the comment according to the change.
12030
12031 2018-05-11 Siddhesh Poyarekar <siddhesh@sourceware.org>
12032
12033 * sysdeps/aarch64/multiarch/memcpy_falkor.S (__memcpy_falkor):
12034 Use multiple registers to copy data in loop tail.
12035
12036 * sysdeps/aarch64/multiarch/memmove_falkor.S
12037 (__memmove_falkor): Use multiple registers to move data in
12038 loop tail.
12039
12040 2018-05-10 Joseph Myers <joseph@codesourcery.com>
12041
12042 * math/math-underflow.h: New file.
12043 * sysdeps/generic/math_private.h: Do not include <float.h>.
12044 (fabs_tg): Remove macro. Moved to math-underflow.h.
12045 (min_of_type_f): Likewise.
12046 (min_of_type_): Likewise.
12047 (min_of_type_l): Likewise.
12048 (min_of_type_f128): Likewise.
12049 (min_of_type): Likewise.
12050 (math_check_force_underflow): Likewise.
12051 (math_check_force_underflow_nonneg): Likewise.
12052 (math_check_force_underflow_complex): Likewise.
12053 * math/e_exp2_template.c: Include <math-underflow.h>.
12054 * math/k_casinh_template.c: Likewise.
12055 * math/s_catan_template.c: Likewise.
12056 * math/s_catanh_template.c: Likewise.
12057 * math/s_ccosh_template.c: Likewise.
12058 * math/s_cexp_template.c: Likewise.
12059 * math/s_clog10_template.c: Likewise.
12060 * math/s_clog_template.c: Likewise.
12061 * math/s_csin_template.c: Likewise.
12062 * math/s_csinh_template.c: Likewise.
12063 * math/s_csqrt_template.c: Likewise.
12064 * math/s_ctan_template.c: Likewise.
12065 * math/s_ctanh_template.c: Likewise.
12066 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
12067 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
12068 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
12069 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
12070 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
12071 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
12072 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
12073 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
12074 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
12075 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
12076 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
12077 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
12078 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
12079 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
12080 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
12081 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
12082 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
12083 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
12084 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
12085 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
12086 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
12087 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
12088 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
12089 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
12090 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
12091 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
12092 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
12093 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
12094 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
12095 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
12096 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
12097 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
12098 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
12099 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
12100 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
12101 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
12102 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
12103 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
12104 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
12105 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
12106 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
12107 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
12108 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
12109 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
12110 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
12111 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
12112 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
12113 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
12114 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
12115 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
12116 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
12117 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
12118 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
12119 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
12120 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
12121 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
12122 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
12123 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
12124 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
12125 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
12126 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
12127 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
12128 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
12129 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
12130 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
12131 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
12132 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
12133 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
12134 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
12135 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
12136 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
12137 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
12138 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
12139 * sysdeps/ieee754/ldbl-96/k_tanl.c: Likewise.
12140 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
12141 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
12142 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
12143 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
12144 * sysdeps/x86/fpu/powl_helper.c: Likewise.
12145 * sysdeps/ieee754/dbl-64/s_nextup.c: Include <float.h>.
12146 * sysdeps/ieee754/flt-32/s_nextupf.c: Likewise.
12147 * sysdeps/ieee754/ldbl-128/s_nextupl.c: Likewise.
12148 * sysdeps/ieee754/ldbl-128ibm/s_nextupl.c: Likewise.
12149 * sysdeps/ieee754/ldbl-96/s_nextupl.c: Likewise.
12150
12151 2018-05-09 Joseph Myers <joseph@codesourcery.com>
12152
12153 * sysdeps/generic/math-barriers.h: New file.
12154 * sysdeps/generic/math_private.h [!math_opt_barrier]
12155 (math_opt_barrier): Move to math-barriers.h.
12156 [!math_opt_barrier] (math_force_eval): Likewise.
12157 * sysdeps/aarch64/fpu/math-barriers.h: New file.
12158 * sysdeps/aarch64/fpu/math_private.h (math_opt_barrier): Move to
12159 math-barriers.h.
12160 (math_force_eval): Likewise.
12161 * sysdeps/alpha/fpu/math-barriers.h: New file.
12162 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): Move to
12163 math-barriers.h.
12164 (math_force_eval): Likewise.
12165 * sysdeps/x86/fpu/math-barriers.h: New file.
12166 * sysdeps/i386/fpu/fenv_private.h (math_opt_barrier): Move to
12167 math-barriers.h.
12168 (math_force_eval): Likewise.
12169 * sysdeps/m68k/m680x0/fpu/math_private.h: Move to....
12170 * sysdeps/m68k/m680x0/fpu/math-barriers.h: ... here. Adjust
12171 multiple-include guard for rename.
12172 * sysdeps/powerpc/fpu/math-barriers.h: New file.
12173 * sysdeps/powerpc/fpu/math_private.h (math_opt_barrier): Move to
12174 math-barriers.h.
12175 (math_force_eval): Likewise.
12176
12177 2018-05-09 Paul Pluzhnikov <ppluzhnikov@google.com>
12178
12179 [BZ #22786]
12180 CVE-2018-11236
12181 * stdlib/canonicalize.c (__realpath): Fix overflow in path length
12182 computation.
12183 * stdlib/Makefile (test-bz22786): New test.
12184 * stdlib/test-bz22786.c: New test.
12185
12186 2018-05-09 Joseph Myers <joseph@codesourcery.com>
12187
12188 * include/math-narrow-eval.h: New file. Contents moved from ....
12189 * sysdeps/generic/math_private.h: ... here.
12190 (math_narrow_eval): Remove macro. Moved to math-narrow-eval.h.
12191 [FLT_EVAL_METHOD != 0] (excess_precision): Likewise.
12192 * math/s_fdim_template.c: Include <math-narrow-eval.h>.
12193 * stdlib/strtod_l.c: Likewise.
12194 * sysdeps/i386/fpu/s_f32xaddf64.c: Likewise.
12195 * sysdeps/i386/fpu/s_f32xsubf64.c: Likewise.
12196 * sysdeps/i386/fpu/s_fdim.c: Likewise.
12197 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
12198 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
12199 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
12200 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
12201 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
12202 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
12203 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
12204 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
12205 * sysdeps/ieee754/dbl-64/lgamma_neg.c: Likewise.
12206 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
12207 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
12208 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
12209 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
12210 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
12211 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
12212 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
12213 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
12214 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
12215 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
12216 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
12217 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
12218 * sysdeps/ieee754/flt-32/lgamma_negf.c: Likewise.
12219 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
12220 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
12221 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
12222 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
12223
12224 2018-05-08 Andreas Schwab <schwab@suse.de>
12225
12226 * sysdeps/nptl/internaltypes.h: Fix comment.
12227
12228 2018-05-07 H.J. Lu <hongjiu.lu@intel.com>
12229
12230 * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
12231 (MEMSET_SYMBOL (__memset, erms)): Mark the debugger symbol as
12232 hidden.
12233
12234 2018-05-07 Siddhesh Poyarekar <siddhesh@sourceware.org>
12235
12236 * benchtests/bench-memcpy-walk.c (test_main): Move declaration
12237 of I into loop header.
12238 * benchtests/bench-memmove-walk.c
12239 (test_main): Likewise.
12240
12241 2018-05-07 Alexandre Oliva <oliva@gnu.org>
12242
12243 Revert:
12244 2018-04-30 Raymond Nicholson <rain1@airmail.cc>
12245 * manual/startup.texi (Aborting a Program): Remove inappropriate joke.
12246
12247 2018-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
12248
12249 [BZ #20419]
12250 * elf/dl-load.c (open_verify): Fix stack overflow.
12251 * elf/Makefile (tst-big-note): New test.
12252 * elf/tst-big-note-lib.S: New.
12253 * elf/tst-big-note.c: New.
12254
12255 2018-05-04 Joseph Myers <joseph@codesourcery.com>
12256
12257 * scripts/abilist.awk: Ignore absolute symbols.
12258 * sysdeps/mach/hurd/i386/ld.abilist: Remove absolute symbols.
12259 * sysdeps/mach/hurd/i386/libBrokenLocale.abilist: Likewise.
12260 * sysdeps/mach/hurd/i386/libanl.abilist: Likewise.
12261 * sysdeps/mach/hurd/i386/libc.abilist: Likewise.
12262 * sysdeps/mach/hurd/i386/libcrypt.abilist: Likewise.
12263 * sysdeps/mach/hurd/i386/libdl.abilist: Likewise.
12264 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
12265 * sysdeps/mach/hurd/i386/libnsl.abilist: Likewise.
12266 * sysdeps/mach/hurd/i386/libpthread.abilist: Likewise.
12267 * sysdeps/mach/hurd/i386/libresolv.abilist: Likewise.
12268 * sysdeps/mach/hurd/i386/librt.abilist: Likewise.
12269 * sysdeps/mach/hurd/i386/libutil.abilist: Likewise.
12270 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: Likewise.
12271 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: Likewise.
12272 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: Likewise.
12273 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Likewise.
12274 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: Likewise.
12275 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: Likewise.
12276 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
12277 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: Likewise.
12278 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: Likewise.
12279 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: Likewise.
12280 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: Likewise.
12281 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: Likewise.
12282 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: Likewise.
12283 * sysdeps/unix/sysv/linux/alpha/ld.abilist: Likewise.
12284 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: Likewise.
12285 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: Likewise.
12286 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
12287 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: Likewise.
12288 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: Likewise.
12289 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
12290 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: Likewise.
12291 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: Likewise.
12292 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: Likewise.
12293 * sysdeps/unix/sysv/linux/alpha/librt.abilist: Likewise.
12294 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: Likewise.
12295 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: Likewise.
12296 * sysdeps/unix/sysv/linux/arm/ld.abilist: Likewise.
12297 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: Likewise.
12298 * sysdeps/unix/sysv/linux/arm/libanl.abilist: Likewise.
12299 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
12300 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: Likewise.
12301 * sysdeps/unix/sysv/linux/arm/libdl.abilist: Likewise.
12302 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
12303 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: Likewise.
12304 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: Likewise.
12305 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: Likewise.
12306 * sysdeps/unix/sysv/linux/arm/librt.abilist: Likewise.
12307 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: Likewise.
12308 * sysdeps/unix/sysv/linux/arm/libutil.abilist: Likewise.
12309 * sysdeps/unix/sysv/linux/hppa/ld.abilist: Likewise.
12310 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: Likewise.
12311 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: Likewise.
12312 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
12313 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: Likewise.
12314 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: Likewise.
12315 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
12316 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: Likewise.
12317 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: Likewise.
12318 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: Likewise.
12319 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Likewise.
12320 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: Likewise.
12321 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: Likewise.
12322 * sysdeps/unix/sysv/linux/i386/ld.abilist: Likewise.
12323 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: Likewise.
12324 * sysdeps/unix/sysv/linux/i386/libanl.abilist: Likewise.
12325 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
12326 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: Likewise.
12327 * sysdeps/unix/sysv/linux/i386/libdl.abilist: Likewise.
12328 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
12329 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: Likewise.
12330 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: Likewise.
12331 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: Likewise.
12332 * sysdeps/unix/sysv/linux/i386/librt.abilist: Likewise.
12333 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: Likewise.
12334 * sysdeps/unix/sysv/linux/i386/libutil.abilist: Likewise.
12335 * sysdeps/unix/sysv/linux/ia64/ld.abilist: Likewise.
12336 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: Likewise.
12337 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: Likewise.
12338 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
12339 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: Likewise.
12340 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: Likewise.
12341 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
12342 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: Likewise.
12343 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: Likewise.
12344 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: Likewise.
12345 * sysdeps/unix/sysv/linux/ia64/librt.abilist: Likewise.
12346 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: Likewise.
12347 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: Likewise.
12348 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: Likewise.
12349 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
12350 Likewise.
12351 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: Likewise.
12352 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
12353 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: Likewise.
12354 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: Likewise.
12355 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
12356 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: Likewise.
12357 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: Likewise.
12358 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: Likewise.
12359 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: Likewise.
12360 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: Likewise.
12361 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: Likewise.
12362 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: Likewise.
12363 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
12364 Likewise.
12365 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: Likewise.
12366 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
12367 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: Likewise.
12368 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: Likewise.
12369 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
12370 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: Likewise.
12371 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: Likewise.
12372 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: Likewise.
12373 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: Likewise.
12374 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: Likewise.
12375 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: Likewise.
12376 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Likewise.
12377 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist: Likewise.
12378 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Likewise.
12379 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
12380 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Likewise.
12381 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Likewise.
12382 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
12383 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Likewise.
12384 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Likewise.
12385 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Likewise.
12386 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Likewise.
12387 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Likewise.
12388 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Likewise.
12389 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
12390 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: Likewise.
12391 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
12392 Likewise.
12393 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: Likewise.
12394 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: Likewise.
12395 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: Likewise.
12396 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: Likewise.
12397 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
12398 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: Likewise.
12399 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: Likewise.
12400 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: Likewise.
12401 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: Likewise.
12402 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: Likewise.
12403 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: Likewise.
12404 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: Likewise.
12405 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: Likewise.
12406 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: Likewise.
12407 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: Likewise.
12408 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: Likewise.
12409 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: Likewise.
12410 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: Likewise.
12411 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
12412 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
12413 Likewise.
12414 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: Likewise.
12415 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: Likewise.
12416 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: Likewise.
12417 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
12418 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: Likewise.
12419 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: Likewise.
12420 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: Likewise.
12421 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist: Likewise.
12422 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: Likewise.
12423 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: Likewise.
12424 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
12425 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: Likewise.
12426 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: Likewise.
12427 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
12428 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: Likewise.
12429 * sysdeps/unix/sysv/linux/nios2/ld.abilist: Likewise.
12430 * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: Likewise.
12431 * sysdeps/unix/sysv/linux/nios2/libanl.abilist: Likewise.
12432 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
12433 * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: Likewise.
12434 * sysdeps/unix/sysv/linux/nios2/libdl.abilist: Likewise.
12435 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
12436 * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: Likewise.
12437 * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: Likewise.
12438 * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: Likewise.
12439 * sysdeps/unix/sysv/linux/nios2/librt.abilist: Likewise.
12440 * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: Likewise.
12441 * sysdeps/unix/sysv/linux/nios2/libutil.abilist: Likewise.
12442 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: Likewise.
12443 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
12444 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Likewise.
12445 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
12446 Likewise.
12447 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: Likewise.
12448 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: Likewise.
12449 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: Likewise.
12450 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: Likewise.
12451 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist:
12452 Likewise.
12453 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist:
12454 Likewise.
12455 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: Likewise.
12456 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
12457 Likewise.
12458 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: Likewise.
12459 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
12460 Likewise.
12461 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
12462 Likewise.
12463 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
12464 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
12465 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
12466 Likewise.
12467 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
12468 Likewise.
12469 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist:
12470 Likewise.
12471 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: Likewise.
12472 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
12473 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
12474 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
12475 Likewise.
12476 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: Likewise.
12477 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: Likewise.
12478 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: Likewise.
12479 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
12480 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
12481 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist:
12482 Likewise.
12483 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: Likewise.
12484 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
12485 Likewise.
12486 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
12487 Likewise.
12488 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
12489 Likewise.
12490 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist:
12491 Likewise.
12492 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: Likewise.
12493 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: Likewise.
12494 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
12495 Likewise.
12496 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
12497 Likewise.
12498 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
12499 Likewise.
12500 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: Likewise.
12501 * sysdeps/unix/sysv/linux/riscv/rv64/ld.abilist: Likewise.
12502 * sysdeps/unix/sysv/linux/riscv/rv64/libBrokenLocale.abilist:
12503 Likewise.
12504 * sysdeps/unix/sysv/linux/riscv/rv64/libanl.abilist: Likewise.
12505 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
12506 * sysdeps/unix/sysv/linux/riscv/rv64/libcrypt.abilist: Likewise.
12507 * sysdeps/unix/sysv/linux/riscv/rv64/libdl.abilist: Likewise.
12508 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
12509 * sysdeps/unix/sysv/linux/riscv/rv64/libnsl.abilist: Likewise.
12510 * sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist: Likewise.
12511 * sysdeps/unix/sysv/linux/riscv/rv64/libresolv.abilist: Likewise.
12512 * sysdeps/unix/sysv/linux/riscv/rv64/librt.abilist: Likewise.
12513 * sysdeps/unix/sysv/linux/riscv/rv64/libthread_db.abilist: Likewise.
12514 * sysdeps/unix/sysv/linux/riscv/rv64/libutil.abilist: Likewise.
12515 * sysdeps/unix/sysv/linux/s390/libanl.abilist: Likewise.
12516 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: Likewise.
12517 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
12518 Likewise.
12519 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
12520 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: Likewise.
12521 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: Likewise.
12522 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
12523 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: Likewise.
12524 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: Likewise.
12525 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: Likewise.
12526 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: Likewise.
12527 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: Likewise.
12528 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: Likewise.
12529 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: Likewise.
12530 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
12531 Likewise.
12532 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
12533 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: Likewise.
12534 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: Likewise.
12535 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
12536 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: Likewise.
12537 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: Likewise.
12538 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: Likewise.
12539 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: Likewise.
12540 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: Likewise.
12541 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: Likewise.
12542 * sysdeps/unix/sysv/linux/sh/ld.abilist: Likewise.
12543 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: Likewise.
12544 * sysdeps/unix/sysv/linux/sh/libanl.abilist: Likewise.
12545 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
12546 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: Likewise.
12547 * sysdeps/unix/sysv/linux/sh/libdl.abilist: Likewise.
12548 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
12549 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: Likewise.
12550 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: Likewise.
12551 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: Likewise.
12552 * sysdeps/unix/sysv/linux/sh/librt.abilist: Likewise.
12553 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: Likewise.
12554 * sysdeps/unix/sysv/linux/sh/libutil.abilist: Likewise.
12555 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: Likewise.
12556 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
12557 Likewise.
12558 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: Likewise.
12559 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
12560 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: Likewise.
12561 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: Likewise.
12562 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
12563 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: Likewise.
12564 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: Likewise.
12565 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: Likewise.
12566 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: Likewise.
12567 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: Likewise.
12568 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: Likewise.
12569 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: Likewise.
12570 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
12571 Likewise.
12572 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: Likewise.
12573 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
12574 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: Likewise.
12575 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: Likewise.
12576 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
12577 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: Likewise.
12578 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: Likewise.
12579 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: Likewise.
12580 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: Likewise.
12581 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: Likewise.
12582 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: Likewise.
12583 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: Likewise.
12584 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: Likewise.
12585 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: Likewise.
12586 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
12587 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: Likewise.
12588 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: Likewise.
12589 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
12590 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: Likewise.
12591 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: Likewise.
12592 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: Likewise.
12593 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: Likewise.
12594 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: Likewise.
12595 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: Likewise.
12596 * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: Likewise.
12597 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: Likewise.
12598 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: Likewise.
12599 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: Likewise.
12600 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
12601 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: Likewise.
12602 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: Likewise.
12603 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
12604 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: Likewise.
12605 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: Likewise.
12606 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: Likewise.
12607 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: Likewise.
12608 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: Likewise.
12609 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: Likewise.
12610
12611 2018-05-04 Stefan Liebler <stli@linux.vnet.ibm.com>
12612
12613 [BZ #23137]
12614 * sysdeps/nptl/lowlevellock.h (lll_wait_tid):
12615 Use atomic_load_acquire to load __tid.
12616
12617 2018-05-02 H.J. Lu <hongjiu.lu@intel.com>
12618
12619 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S (__swapcontext):
12620 Restore the pointer into %rdx, after syscall and use %rdx,
12621 instead of %rsi, to restore context.
12622
12623 2018-05-02 H.J. Lu <hongjiu.lu@intel.com>
12624
12625 * sysdeps/unix/sysv/linux/x86_64/setcontext.S (__setcontext):
12626 Pop the pointer into %rdx after syscall and use %rdx, instead
12627 of %rsi, to restore context.
12628
12629 2018-05-02 H.J. Lu <hongjiu.lu@intel.com>
12630
12631 * nptl/pthread_create.c (START_THREAD_DEFN): Clear previous
12632 handlers after setjmp.
12633 * setjmp/longjmp.c (__libc_longjmp): Don't define alias if
12634 defined.
12635 * sysdeps/unix/sysv/linux/x86/setjmpP.h: Include
12636 <libc-pointer-arith.h>.
12637 (_JUMP_BUF_SIGSET_BITS_PER_WORD): New.
12638 (_JUMP_BUF_SIGSET_NSIG): Changed to 96.
12639 (_JUMP_BUF_SIGSET_NWORDS): Changed to use ALIGN_UP and
12640 _JUMP_BUF_SIGSET_BITS_PER_WORD.
12641 * sysdeps/x86/Makefile (sysdep_routines): Add __longjmp_cancel.
12642 * sysdeps/x86/__longjmp_cancel.S: New file.
12643 * sysdeps/x86/longjmp.c: Likewise.
12644 * sysdeps/x86/nptl/pt-longjmp.c: Likewise.
12645
12646 2018-05-02 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12647
12648 * NEWS: Add ustat.h deprecation entry.
12649 * bits/ustat.h: Remove file.
12650 * misc/sys/ustat.h: Likewise.
12651 * misc/ustat.h: Likewise.
12652 * sysdeps/unix/sysv/linux/generic/ustat.c: Likewise.
12653 * misc/Makefile (headers): Remove ustat.h and sys/ustat.h.
12654 * misc/ustat.c (__ustat): Rename to __old_ustat and export only in
12655 compatibility mode.
12656 * sysdeps/unix/sysv/linux/ustat.c (__ustat): Likewise.
12657 * sysdeps/unix/sysv/linux/mips/ustat.c: Define DEV_TO_KDEV and use
12658 generic Linux implementation.
12659
12660 2018-04-30 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
12661
12662 * math/w_exp_compat.c: Replace hidden_def with libm_hidden_def..
12663 * math/w_expl_compat.c: Likewise.
12664 * math/w_exp_template.c: Likewise. Remove hidden_def_x.
12665
12666 2018-04-30 Raymond Nicholson <rain1@airmail.cc>
12667
12668 * manual/startup.texi (Aborting a Program): Remove inappropriate joke.
12669
12670 2018-04-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12671
12672 * sysdeps/unix/sysv/linux/arm/readahead.c: Remove file.
12673 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Likewise.
12674 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (readahead):
12675 Remove.
12676 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Likewise.
12677 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
12678 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
12679 * sysdeps/unix/sysv/linux/readahead.c (__readahead): Assume
12680 __NR_readahead existence, and use INLINE_SYSCALL_CALL, __ALIGNMENT_ARG,
12681 and SYSCALL_LL64.
12682
12683 2018-04-27 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
12684
12685 * math/e_exp2_template.c: Replace M_SUF (M_LN2) with M_MLIT (M_LN2).
12686
12687 * math/w_acos_template.c: Replace M_SUF (fabs) with M_FABS.
12688 * math/w_asin_template.c: Likewise.
12689 * math/w_atanh_template.c: Likewise.
12690
12691 2018-04-27 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
12692
12693 * sysdeps/powerpc/preconfigure [machine == powerpc64] (machine): Define
12694 to powerpc/powerpc64/be for big-endian.
12695 [machine == powerpc64le]: Define to powerpc/powerpc64/le for
12696 little-endian.
12697
12698 * sysdeps/powerpc/powerpc64/power4/Implies: Move to powerpc64/be.
12699 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: Likewise.
12700 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: Likewise.
12701 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: Likewise.
12702 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
12703 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Likewise.
12704 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: Likewise.
12705 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: Likewise.
12706 * sysdeps/powerpc/powerpc64/power5/Implies: Likewise.
12707 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
12708 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: Likewise.
12709 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: Likewise.
12710 * sysdeps/powerpc/powerpc64/power6/Implies: Likewise.
12711 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: Likewise.
12712 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: Likewise.
12713 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: Likewise.
12714 * sysdeps/powerpc/powerpc64/power6x/Implies: Likewise.
12715 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Likewise.
12716 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Likewise.
12717 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: Likewise.
12718 * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
12719 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
12720 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: Likewise.
12721 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: Likewise.
12722 * sysdeps/powerpc/powerpc64/power8/Implies: Likewise.
12723 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
12724 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: Likewise.
12725 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: Likewise.
12726 * sysdeps/powerpc/powerpc64/power9/Implies: Likewise.
12727 * sysdeps/powerpc/powerpc64/power9/fpu/Implies: Likewise.
12728 * sysdeps/powerpc/powerpc64/power9/fpu/multiarch/Implies: Likewise.
12729 * sysdeps/powerpc/powerpc64/power9/multiarch/Implies: Likewise.
12730
12731 * sysdeps/powerpc/powerpc64/be/power4/Implies: Move from powerpc64 and
12732 adjusted to imply powerpc64 and older processors on powerpc64/be.
12733 * sysdeps/powerpc/powerpc64/be/power4/fpu/Implies: Likewise.
12734 * sysdeps/powerpc/powerpc64/be/power4/fpu/multiarch/Implies: Likewise.
12735 * sysdeps/powerpc/powerpc64/be/power4/multiarch/Implies: Likewise.
12736 * sysdeps/powerpc/powerpc64/be/power5+/Implies: Likewise.
12737 * sysdeps/powerpc/powerpc64/be/power5+/fpu/Implies: Likewise.
12738 * sysdeps/powerpc/powerpc64/be/power5+/fpu/multiarch/Implies: Likewise.
12739 * sysdeps/powerpc/powerpc64/be/power5+/multiarch/Implies: Likewise.
12740 * sysdeps/powerpc/powerpc64/be/power5/Implies: Likewise.
12741 * sysdeps/powerpc/powerpc64/be/power5/fpu/Implies: Likewise.
12742 * sysdeps/powerpc/powerpc64/be/power5/fpu/multiarch/Implies: Likewise.
12743 * sysdeps/powerpc/powerpc64/be/power5/multiarch/Implies: Likewise.
12744 * sysdeps/powerpc/powerpc64/be/power6/Implies: Likewise.
12745 * sysdeps/powerpc/powerpc64/be/power6/fpu/Implies: Likewise.
12746 * sysdeps/powerpc/powerpc64/be/power6/fpu/multiarch/Implies: Likewise.
12747 * sysdeps/powerpc/powerpc64/be/power6/multiarch/Implies: Likewise.
12748 * sysdeps/powerpc/powerpc64/be/power6x/Implies: Likewise.
12749 * sysdeps/powerpc/powerpc64/be/power6x/fpu/Implies: Likewise.
12750 * sysdeps/powerpc/powerpc64/be/power6x/fpu/multiarch/Implies: Likewise.
12751 * sysdeps/powerpc/powerpc64/be/power6x/multiarch/Implies: Likewise.
12752 * sysdeps/powerpc/powerpc64/be/power7/Implies: Likewise.
12753 * sysdeps/powerpc/powerpc64/be/power7/fpu/Implies: Likewise.
12754 * sysdeps/powerpc/powerpc64/be/power7/fpu/multiarch/Implies: Likewise.
12755 * sysdeps/powerpc/powerpc64/be/power7/multiarch/Implies: Likewise.
12756 * sysdeps/powerpc/powerpc64/be/power8/Implies: Likewise.
12757 * sysdeps/powerpc/powerpc64/be/power8/fpu/Implies: Likewise.
12758 * sysdeps/powerpc/powerpc64/be/power8/fpu/multiarch/Implies: Likewise.
12759 * sysdeps/powerpc/powerpc64/be/power8/multiarch/Implies: Likewise.
12760 * sysdeps/powerpc/powerpc64/be/power9/Implies: Likewise.
12761 * sysdeps/powerpc/powerpc64/be/power9/fpu/Implies: Likewise.
12762 * sysdeps/powerpc/powerpc64/be/power9/fpu/multiarch/Implies: Likewise.
12763 * sysdeps/powerpc/powerpc64/be/power9/multiarch/Implies: Likewise.
12764
12765 * sysdeps/powerpc/powerpc64/970/Implies: Move to powerpc64/be.
12766 * sysdeps/powerpc/powerpc64/be/970/Implies: Move from powerpc64/be.
12767 * sysdeps/powerpc/powerpc64/be/a2/Implies: New file.
12768 * sysdeps/powerpc/powerpc64/be/cell/Implies: Likewise.
12769
12770 * sysdeps/powerpc/powerpc64/be/Implies: New file.
12771 * sysdeps/powerpc/powerpc64/be/fpu/Implies: Likewise.
12772 * sysdeps/powerpc/powerpc64/be/fpu/multiarch/Implies: Likewise.
12773 * sysdeps/powerpc/powerpc64/be/multiarch/Implies: Likewise.
12774
12775 * sysdeps/powerpc/powerpc64le/Implies: Move to powerpc64/le.
12776 * sysdeps/powerpc/powerpc64le/Implies-before: Likewise.
12777 * sysdeps/powerpc/powerpc64le/Makefile: Likewise.
12778 * sysdeps/powerpc/powerpc64le/configure: Likewise.
12779 * sysdeps/powerpc/powerpc64le/configure.ac: Likewise.
12780 * sysdeps/powerpc/powerpc64le/fpu/Implies: Likewise.
12781 * sysdeps/powerpc/powerpc64le/fpu/e_sqrtf128.c: Likewise.
12782 * sysdeps/powerpc/powerpc64le/fpu/multiarch/Implies: Likewise.
12783 * sysdeps/powerpc/powerpc64le/fpu/sfp-machine.h: Likewise.
12784 * sysdeps/powerpc/powerpc64le/multiarch/Implies: Likewise.
12785 * sysdeps/powerpc/powerpc64le/power9/fpu/e_sqrtf128.c: Likewise.
12786
12787 * sysdeps/powerpc/powerpc64/le/Implies: Move from powerpc64le.
12788 * sysdeps/powerpc/powerpc64/le/Implies-before: Likewise.
12789 * sysdeps/powerpc/powerpc64/le/Makefile: Likewise.
12790 * sysdeps/powerpc/powerpc64/le/configure: Likewise.
12791 * sysdeps/powerpc/powerpc64/le/configure.ac: Likewise.
12792 * sysdeps/powerpc/powerpc64/le/fpu/Implies: Likewise.
12793 * sysdeps/powerpc/powerpc64/le/fpu/e_sqrtf128.c: Likewise.
12794 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/Implies: Likewise.
12795 * sysdeps/powerpc/powerpc64/le/fpu/sfp-machine.h: Likewise.
12796 * sysdeps/powerpc/powerpc64/le/multiarch/Implies: Likewise.
12797 * sysdeps/powerpc/powerpc64/le/power9/fpu/e_sqrtf128.c: Likewise.
12798
12799 * sysdeps/powerpc/powerpc64le/power7/Implies: Move to powerpc64/le.
12800 * sysdeps/powerpc/powerpc64le/power7/fpu/Implies: Likewise.
12801 * sysdeps/powerpc/powerpc64le/power7/fpu/multiarch/Implies: Likewise.
12802 * sysdeps/powerpc/powerpc64le/power7/multiarch/Implies: Likewise.
12803 * sysdeps/powerpc/powerpc64le/power8/Implies: Likewise.
12804 * sysdeps/powerpc/powerpc64le/power8/fpu/Implies: Likewise.
12805 * sysdeps/powerpc/powerpc64le/power8/fpu/multiarch/Implies: Likewise.
12806 * sysdeps/powerpc/powerpc64le/power8/multiarch/Implies: Likewise.
12807 * sysdeps/powerpc/powerpc64le/power9/Implies: Likewise.
12808 * sysdeps/powerpc/powerpc64le/power9/fpu/Implies: Likewise.
12809 * sysdeps/powerpc/powerpc64le/power9/fpu/multiarch/Implies: Likewise.
12810 * sysdeps/powerpc/powerpc64le/power9/multiarch/Implies: Likewise.
12811
12812 * sysdeps/powerpc/powerpc64/le/power7/Implies: Move from powerpc64le
12813 and adjusted to imply olders processors.
12814 * sysdeps/powerpc/powerpc64/le/power7/fpu/Implies: Likewise.
12815 * sysdeps/powerpc/powerpc64/le/power7/fpu/multiarch/Implies: Likewise.
12816 * sysdeps/powerpc/powerpc64/le/power7/multiarch/Implies: Likewise.
12817 * sysdeps/powerpc/powerpc64/le/power8/Implies: Likewise.
12818 * sysdeps/powerpc/powerpc64/le/power8/fpu/Implies: Likewise.
12819 * sysdeps/powerpc/powerpc64/le/power8/fpu/multiarch/Implies: Likewise.
12820 * sysdeps/powerpc/powerpc64/le/power8/multiarch/Implies: Likewise.
12821 * sysdeps/powerpc/powerpc64/le/power9/Implies: Likewise.
12822 * sysdeps/powerpc/powerpc64/le/power9/fpu/Implies: Likewise.
12823 * sysdeps/powerpc/powerpc64/le/power9/fpu/multiarch/Implies: Likewise.
12824 * sysdeps/powerpc/powerpc64/le/power9/multiarch/Implies: Likewise.
12825
12826 * sysdeps/unix/sysv/linux/powerpc/powerpc64le/Implies: Move to
12827 powerpc64/le.
12828 * sysdeps/unix/sysv/linux/powerpc/powerpc64le/float128-abi.h: Likewise.
12829 * sysdeps/unix/sysv/linux/powerpc/powerpc64le/fpu/Implies: Likewise.
12830
12831 * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/Implies: Move from
12832 powerpc64le.
12833 * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/float128-abi.h: Likewise.
12834 * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/fpu/Implies: Likewise.
12835
12836 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: Move to
12837 powerpc64/be.
12838 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
12839 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: Likewise.
12840 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/fpu/Implies: Likewise.
12841
12842 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/970/Implies: Move from
12843 powerpc64 and adjusted.
12844 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/a2/Implies: Likewise.
12845 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/cell/Implies: Likewise.
12846 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/cell/fpu/Implies:
12847 Likewise.
12848
12849 2018-04-27 Joseph Myers <joseph@codesourcery.com>
12850
12851 * sysdeps/tile: Remove.
12852 * sysdeps/unix/sysv/linux/tile: Likewise.
12853 * README (tilegx-*-linux-gnu): Remove from list of supported
12854 configurations.
12855 * manual/contrib.texi (Contributors): Mention Chris Metcalf's
12856 contribution of support for generic Linux kernel syscall
12857 interface.
12858 * scripts/build-many-glibcs.py (Context.add_all_configs): Remove
12859 tilegx configurations.
12860 (Config.install_linux_headers): Do not handle tile.
12861 * sysdeps/unix/sysv/linux/aarch64/ldsodefs.h: Do not mention Tile
12862 in comment.
12863 * sysdeps/unix/sysv/linux/nios2/Makefile: Likewise.
12864 * sysdeps/unix/sysv/linux/posix_fadvise.c: Likewise.
12865 [__ASSUME_FADVISE64_64_NO_ALIGN] (__ALIGNMENT_ARG): Remove
12866 conditional undefine and redefine.
12867 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not mention Tile
12868 in comment.
12869 [__ASSUME_FADVISE64_64_NO_ALIGN] (__ALIGNMENT_ARG): Remove
12870 conditional undefine and redefine.
12871
12872 2018-04-26 Aurelien Jarno <aurelien@aurel32.net>
12873
12874 * signal/tst-sigaction.c: New file to test BZ #23069.
12875 * signal/Makefile (tests): Fix indentation. Add tst-sigaction.
12876
12877 2018-04-26 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
12878
12879 [BZ #22766]
12880 * include/dlfcn.h [__libc_dl_open]: Replace RTLD_LAZY with RTLD_NOW.
12881 * sysdeps/gnu/unwind-resume.c (__lib_gcc_s_init): Replace
12882 __libc_dlopen_mode() using RTLD_NOW with __libc_dlopen.
12883 * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
12884
12885 2018-04-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12886
12887 * sysdeps/unix/sysv/linux/getdirentries.c (getdirentries): Build iff
12888 _DIRENT_MATCHES_DIRENT64 is not defined.
12889 * sysdeps/unix/sysv/linux/getdirentries64.c (getdirentries64): Open
12890 implementation and alias to getdirentries if _DIRENT_MATCHES_DIRENT64
12891 is defined.
12892 * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: Remove file.
12893 * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: Remove file.
12894
12895 2018-04-25 Joseph Myers <joseph@codesourcery.com>
12896
12897 * scripts/build-many-glibcs.py (Context.checkout): Default GCC
12898 version to GCC 8 branch.
12899
12900 2018-04-24 Joseph Myers <joseph@codesourcery.com>
12901
12902 * sysdeps/mach/hurd/dl-sysdep.c: Include <not-errno.h>.
12903 (check_no_hidden): Use type of original function when declaring
12904 alias.
12905
12906 * sysdeps/unix/sysv/linux/sys/ptrace.h
12907 (PTRACE_SECCOMP_GET_METADATA): New enum value and macro.
12908 * sysdeps/unix/sysv/linux/bits/ptrace-shared.h
12909 (struct __ptrace_seccomp_metadata): New type.
12910 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
12911 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12912 * sysdeps/unix/sysv/linux/arm/sys/ptrace.h
12913 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12914 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h
12915 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12916 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
12917 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12918 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h
12919 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12920 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h
12921 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12922 * sysdeps/unix/sysv/linux/tile/sys/ptrace.h
12923 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12924 * sysdeps/unix/sysv/linux/x86/sys/ptrace.h
12925 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12926
12927 2018-04-23 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12928
12929 * dirent/alphasort.c (alphasort): Build iff _DIRENT_MATCHES_DIRENT64 is
12930 defined.
12931 * dirent/versionsort.c (versionsort): Likewise.
12932 * dirent/alphasort64.c (alphasort64): Build regardless and alias to
12933 alphasort if _DIRENT_MATCHES_DIRENT64 is defined.
12934 * dirent/versionsort64.c (versionsort64): Likewise.
12935 * sysdeps/unix/sysv/linux/i386/alphasort64.c: Remove file.
12936 * sysdeps/unix/sysv/linux/arm/alphasort64.c: Likewise.
12937 * sysdeps/unix/sysv/linux/arm/versionsort64.c: Likewise.
12938 * sysdeps/unix/sysv/linux/m68k/alphasort64.c: Likewise.
12939 * sysdeps/unix/sysv/linux/m68k/versionsort64.c: Likewise.
12940 * sysdeps/unix/sysv/linux/s390/s390-32/alphasort64.c: Likewise.
12941 * sysdeps/unix/sysv/linux/s390/s390-32/versionsort64.c: Likewise.
12942 * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
12943 * sysdeps/unix/sysv/linux/alphasort64.c: New file.
12944 * sysdeps/unix/sysv/linux/versionsort64.c: Likewise.
12945 * sysdeps/unix/sysv/linux/powerpc/powerpc32/alphasort64.c: Likewise.
12946 * sysdeps/unix/sysv/linux/powerpc/powerpc32/versionsort64.c: Likewise.
12947 * sysdeps/unix/sysv/linux/sparc/sparc32/alphasort64.c: Likewise.
12948 * sysdeps/unix/sysv/linux/sparc/sparc32/versionsort64.c: Likewise.
12949
12950 2018-04-23 Joseph Myers <joseph@codesourcery.com>
12951
12952 * elf/elf.h (NT_PPC_PKEY): New macro.
12953
12954 2018-04-23 Dragan Stanojevic - Nevidljivi <invisible@hidden-city.net>
12955
12956 [BZ #23094]
12957 * localedata/locales/hr_HR: fix thousands_sep and
12958 mon_thousands_sep
12959
12960 2018-04-20 Joseph Myers <joseph@codesourcery.com>
12961
12962 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_MISC]
12963 (XTABS): Define to TAB3.
12964
12965 2018-04-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12966
12967 * sysdeps/hppa/fpu/libm-test-ulps: Update.
12968
12969 * dirent/scandir-tail-common.c: New file.
12970 * dirent/scandir-tail.c: Use scandir-tail-common.c.
12971 (__scandir_tail): Build iff _DIRENT_MATCHES_DIRENT64 is not defined.
12972 * dirent/scandir.c: Use scandir-tail-common.c.
12973 * dirent/scandirat.c: Likewise.
12974 * dirent/scandir64-tail.c: Use scandir-tail-common.c.
12975 * dirent/scandir64.c (scandir64): Always build and alias to scandir
12976 if _DIRENT_MATCHES_DIRENT64 is defined.
12977 * dirent/scandirat64.c (scandirat64): Likewise.
12978 * include/dirent.h (__scandir_tail): Only define iff
12979 _DIRENT_MATCHES_DIRENT64 is not defined.
12980 (__scandir64_tail): Define regardless.
12981 (__scandirat, scandirat64): Remove libc_hidden_proto.
12982 * sysdeps/unix/sysv/linux/arm/scandir64.c: Remove file.
12983 * sysdeps/unix/sysv/linux/m68k/scandir64.c: Likewise.
12984 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Likewise.
12985 * sysdeps/unix/sysv/linux/s390/s390-32/scandir64.c: Likewise.
12986 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
12987 * sysdeps/unix/sysv/linux/sparc/sparc32/scandir64.c: Likewise.
12988 * sysdeps/unix/sysv/linux/scandir64.c: New file.
12989
12990 2018-04-20 Joseph Myers <joseph@codesourcery.com>
12991
12992 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_ASIMDFHM):
12993 New macro.
12994 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c (_DL_HWCAP_COUNT):
12995 Increase to 24.
12996 (_dl_aarch64_cap_flags): Add asimdfhm.
12997
12998 2018-04-19 Chung-Lin Tang <cltang@codesourcery.com>
12999
13000 * sysdeps/nios2/libm-test-ulps: Update.
13001
13002 2018-04-19 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13003
13004 * sysdeps/unix/sysv/linux/mips/mips64/getdents64.c (__getdents64):
13005 Only alias to __getdents for _DIRENT_MATCHES_DIRENT64.
13006
13007 * sysdeps/unix/sysv/linux/alpha/getdents.c: Add comments with alpha
13008 requirements.
13009 (_DIRENT_MATCHES_DIRENT64): Undef
13010 * sysdeps/unix/sysv/linux/alpha/getdents64.c: Likewise.
13011 * sysdeps/unix/sysv/linux/arm/getdents64.c: Remove file.
13012 * sysdeps/unix/sysv/linux/generic/getdents.c: Likewise.
13013 * sysdeps/unix/sysv/linux/generic/getdents64.c: Likewise.
13014 * sysdeps/unix/sysv/linux/generic/wordsize-32/getdents.c: Likewise.
13015 * sysdeps/unix/sysv/linux/getdents.c: Simplify implementation by
13016 use getdents64 syscalls as base.
13017 * sysdeps/unix/sysv/linux/getdents64.c: Likewise and add compatibility
13018 symbol if required.
13019 * sysdeps/unix/sysv/linux/hppa/getdents64.c: Likewise.
13020 * sysdeps/unix/sysv/linux/i386/getdents64.c: Likewise.
13021 * sysdeps/unix/sysv/linux/m68k/getdents64.c: Likewise.
13022 * sysdeps/unix/sysv/linux/powerpc/getdents64.c: Likewise.
13023 * sysdeps/unix/sysv/linux/s390/s390-32/getdents64.c: Likewise.
13024 * sysdeps/unix/sysv/linux/sparc/sparc32/getdents64.c: Likewise.
13025 * sysdeps/unix/sysv/linux/wordsize-64/getdents.c: Likewise.
13026 * sysdeps/unix/sysv/linux/wordsize-64/getdents64.c: Likewise.
13027 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
13028 (__get_clockfreq_via_proc_openprom): Use __getdents64.
13029 * sysdeps/unix/sysv/linux/mips/mips64/getdents64.c: New file.
13030
13031 2018-04-19 Stefan Liebler <stli@linux.vnet.ibm.com>
13032
13033 * scripts/test_printers_common.py (init_test): Disable lock elision.
13034
13035 2018-04-19 Stefan Liebler <stli@linux.vnet.ibm.com>
13036
13037 * math/test-tgmath.c (count_double, count_float,
13038 count_ldouble, count_cdouble, count_cfloat,
13039 count_cldouble): Use volatile int.
13040
13041 2018-04-19 Samuel Thibault <samuel.thibault@ens-lyon.org>
13042
13043 * sysdeps/mach/hurd/i386/Makefile [$(subdir) = conform]
13044 (conformtest-xfail-conds): Add i386-gnu.
13045 * conform/data/fcntl.h-data (flock.l_type, flock.l_whence): XFAIL on
13046 i386-gnu.
13047 * conform/data/sys/ipc.h-data (ipc_perm.uid, ipc_perm.gid,
13048 ipc_perm.cuid, ipc_perm.cgid): Likewise.
13049 * conform/data/sys/msg.h-data (msqid_ds.msg_lspid,
13050 msqid_ds.msg_lrpid): Likewise.
13051 * conform/data/sys/shm.h-data (shmid_ds.shm_lpid, shmid_ds.shm_cpid):
13052 Likewise.
13053 * conform/data/sys/stat.h-data (stat.st_dev): Likewise.
13054 * conform/data/sys/statvfs.h-data (statvfs.f_fsid): Likewise.
13055 * sysdeps/mach/hurd/bits/statvfs.h (struct statvfs): Make f_bsize,
13056 f_namemax, f_frsize, and f_flag fields unsigned long int instead of
13057 unsigned int.
13058 (struct statvfs64): Likewise.
13059 * sysdeps/mach/hurd/bits/statfs.h (struct statfs, struct statfs64):
13060 Likewise.
13061 * bits/in.h [!__USE_MISC]: Do not define struct ip_opts.
13062 * conform/data/netinet/in.h-data: Allow sin_ and sin6_ prefix.
13063 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Use __wait_queue struct
13064 instead of wait_queue.
13065 * sysdeps/gnu/bits/shm.h (struct shmid_ds): Use __vm_area_struct
13066 instead of vm_area_struct.
13067 * bits/sched.h: Include <bits/types/struct_sched_param.h> and move
13068 struct sched_param definition to it.
13069 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
13070 * bits/types/struct_sched_param.h: New file.
13071 * sysdeps/htl/bits/types/struct___pthread_attr.h: Include
13072 <bits/types/struct_sched_param.h> instead of <sched.h>.
13073 * posix/Makefile (headers): Add bits/types/struct_sched_param.h.
13074 * sysdeps/pthread/bits/types/sigevent_t.h: New file, based on the
13075 generic version but include <bits/pthreadtypes.h> to make struct
13076 sigevent's sigev_notify_attributes field a pthread_attr_t*.
13077 * bits/types/siginfo_t.h: Remove siginfo struct name, unused and
13078 non-compliant.
13079 * bits/termios.h [__USE_XOPEN || __USE_XOPEN2K8] (IXANY): Define.
13080 [__USE_XOPEN && !__USE_XOPEN2K] (IUCLC, OLCUC): Define.
13081 [__USE_XOPEN] (OFDEL): New macro.
13082 [__USE_XOPEN && !__USE_XOPEN2K] (XCASE): New macro.
13083 * bits/resource.h (RLIM_SAVED_MAX, RLIM_SAVED_CUR): New macros.
13084 * sysdeps/hurd/include/hurd.h [!_ISOMAC]: Do not declare libc hidden
13085 prototypes.
13086 * sysdeps/hurd/include/hurd/fd.h [!_ISOMAC]: Likewise.
13087 * sysdeps/hurd/include/hurd/signal.h [!_ISOMAC]: Likewise.
13088 * sysdeps/arm/sys/ucontext.h: Remove fpregset struct name, unused and
13089 non-compliant.
13090 * sysdeps/i386/sys/ucontext.h: Likewise.
13091 * sysdeps/m68k/sys/ucontext.h: Likewise.
13092 * sysdeps/mips/sys/ucontext.h: Likewise.
13093 * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Likewise.
13094 * sysdeps/mach/hurd/i386/Makefile
13095 (test-xfail-POSIX/fcntl.h/conform): Add.
13096 (test-xfail-POSIX/signal.h/conform): Add.
13097 (test-xfail-POSIX/semaphore.h/conform): Add.
13098 (test-xfail-POSIX/regex.h/conform): Add.
13099 (test-xfail-POSIX/aio.h/conform): Add.
13100 (test-xfail-POSIX/mqueue.h/conform): Add.
13101 (test-xfail-POSIX/sys/types.h/conform): Add.
13102 (test-xfail-UNIX98/fcntl.h/conform): Add.
13103 (test-xfail-UNIX98/netdb.h/conform): Add.
13104 (test-xfail-UNIX98/signal.h/conform): Add.
13105 (test-xfail-UNIX98/semaphore.h/conform): Add.
13106 (test-xfail-UNIX98/regex.h/conform): Add.
13107 (test-xfail-UNIX98/aio.h/conform): Add.
13108 (test-xfail-UNIX98/ftw.h/conform): Add.
13109 (test-xfail-UNIX98/mqueue.h/conform): Add.
13110 (test-xfail-UNIX98/netinet/in.h/conform): Add.
13111 (test-xfail-UNIX98/sys/wait.h/conform): Add.
13112 (test-xfail-UNIX98/sys/sem.h/conform): Add.
13113 (test-xfail-UNIX98/sys/uio.h/conform): Add.
13114 (test-xfail-UNIX98/sys/socket.h/conform): Add.
13115 (test-xfail-UNIX98/sys/types.h/conform): Add.
13116 (test-xfail-UNIX98/stdlib.h/conform): Add.
13117 (test-xfail-UNIX98/arpa/inet.h/conform): Add.
13118 (test-xfail-POSIX2008/fcntl.h/conform): Add.
13119 (test-xfail-POSIX2008/netdb.h/conform): Add.
13120 (test-xfail-POSIX2008/signal.h/conform): Add.
13121 (test-xfail-POSIX2008/semaphore.h/conform): Add.
13122 (test-xfail-POSIX2008/regex.h/conform): Add.
13123 (test-xfail-POSIX2008/aio.h/conform): Add.
13124 (test-xfail-POSIX2008/mqueue.h/conform): Add.
13125 (test-xfail-POSIX2008/netinet/in.h/conform): Add.
13126 (test-xfail-POSIX2008/sys/wait.h/conform): Add.
13127 (test-xfail-POSIX2008/sys/socket.h/conform): Add.
13128 (test-xfail-POSIX2008/sys/types.h/conform): Add.
13129 (test-xfail-POSIX2008/arpa/inet.h/conform): Add.
13130 (test-xfail-XOPEN2K/fcntl.h/conform): Add.
13131 (test-xfail-XOPEN2K/netdb.h/conform): Add.
13132 (test-xfail-XOPEN2K/signal.h/conform): Add.
13133 (test-xfail-XOPEN2K/semaphore.h/conform): Add.
13134 (test-xfail-XOPEN2K/regex.h/conform): Add.
13135 (test-xfail-XOPEN2K/aio.h/conform): Add.
13136 (test-xfail-XOPEN2K/ftw.h/conform): Add.
13137 (test-xfail-XOPEN2K/mqueue.h/conform): Add.
13138 (test-xfail-XOPEN2K/netinet/in.h/conform): Add.
13139 (test-xfail-XOPEN2K/sys/wait.h/conform): Add.
13140 (test-xfail-XOPEN2K/sys/sem.h/conform): Add.
13141 (test-xfail-XOPEN2K/sys/uio.h/conform): Add.
13142 (test-xfail-XOPEN2K/sys/socket.h/conform): Add.
13143 (test-xfail-XOPEN2K/sys/types.h/conform): Add.
13144 (test-xfail-XOPEN2K/stdlib.h/conform): Add.
13145 (test-xfail-XOPEN2K/arpa/inet.h/conform): Add.
13146 (test-xfail-XOPEN2K8/fcntl.h/conform): Add.
13147 (test-xfail-XOPEN2K8/netdb.h/conform): Add.
13148 (test-xfail-XOPEN2K8/signal.h/conform): Add.
13149 (test-xfail-XOPEN2K8/semaphore.h/conform): Add.
13150 (test-xfail-XOPEN2K8/regex.h/conform): Add.
13151 (test-xfail-XOPEN2K8/aio.h/conform): Add.
13152 (test-xfail-XOPEN2K8/ftw.h/conform): Add.
13153 (test-xfail-XOPEN2K8/mqueue.h/conform): Add.
13154 (test-xfail-XOPEN2K8/netinet/in.h/conform): Add.
13155 (test-xfail-XOPEN2K8/sys/wait.h/conform): Add.
13156 (test-xfail-XOPEN2K8/sys/sem.h/conform): Add.
13157 (test-xfail-XOPEN2K8/sys/uio.h/conform): Add.
13158 (test-xfail-XOPEN2K8/sys/socket.h/conform): Add.
13159 (test-xfail-XOPEN2K8/sys/types.h/conform): Add.
13160 (test-xfail-XOPEN2K8/stdlib.h/conform): Add.
13161 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Add.
13162 * conform/data/signal.h-data (SA_SIGINFO, SA_NOCLDWAIT): XFAIL on
13163 i386-gnu.
13164 * conform/data/sys/wait.h-data (WIFCONTINUED, WEXITED, WSTOPPED,
13165 WCONTINUED, WNOWAIT): XFAIL on i386-gnu.
13166
13167 2018-04-18 Joseph Myers <joseph@codesourcery.com>
13168
13169 * scripts/build-many-glibcs.py (Context.add_all_configs): Use
13170 --enable-obsolete for powerpc-linux-gnuspe.
13171
13172 2018-04-18 Samuel Thibault <samuel.thibault@ens-lyon.org>
13173
13174 * conform/data/sys/un.h-data: Allow sun_ prefix.
13175 * sysdeps/mach/include/lock-intern.h: Do not declare libc hidden
13176 prototypes.
13177 * sysdeps/mach/include/mach.h: Likewise.
13178 * sysdeps/mach/include/mach/mig_support.h: Likewise.
13179 * sysdeps/mach/include/mach_error.h: Likewise.
13180
13181 2018-04-16 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13182
13183 * sysdeps/arm/armv6t2/memchr.S (memchr): Remove ARM code path.
13184 * sysdeps/arm/armv6t2/strlen.S (memchr): Likewise.
13185 * sysdeps/arm/armv7/multiarch/memchr_neon.S (memchr): Likewise.
13186 * sysdeps/arm/armv7/strcmp.S (strcmp): Likewise.
13187
13188 2018-04-16 Andreas Schwab <schwab@suse.de>
13189
13190 [BZ #19527]
13191 * iconvdata/gconv-modules (ARMSCII8//, ShiftJISX0213//): New aliases.
13192
13193 2018-04-15 Patrick McGehearty <patrick.mcgehearty@oracle.com>
13194
13195 * sysdeps/ieee754/dbl-64/e_exp.c: faster __ieee754_exp()
13196 * sysdeps/ieee754/dbl-64/eexp.tbl: New file for e_exp.c
13197
13198 2018-04-12 DJ Delorie <dj@redhat.com>
13199
13200 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
13201 version to 4.16.
13202
13203 2018-04-12 Stefan Liebler <stli@linux.vnet.ibm.com>
13204
13205 * sysdeps/unix/sysv/linux/s390/kernel_sigaction.h
13206 (struct kernel_sigaction): Use the same definition on 31bit as is used
13207 on 64bit.
13208
13209 2018-04-09 Florian Weimer <fweimer@redhat.com>
13210
13211 [BZ #23037]
13212 * resolv/res_send.c (send_dg): Use designated initializers instead
13213 of assignment to zero-initialize other fields of struct mmsghdr.
13214
13215 2018-04-06 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13216
13217 * sysdeps/posix/readdir.c (__READDIR, __GETDENTS, DIRENTY_TYPE,
13218 __READDIR_ALIAS): Undefine after usage.
13219 * sysdeps/posix/readdir_r.c (__READDIR_R, __GETDENTS, DIRENT_TYPE,
13220 __READDIR_R_ALIAS): Likewise.
13221 * sysdeps/unix/sysv/linux/arm/readdir64.c: Remove file.
13222 * sysdeps/unix/sysv/linux/arm/readdir64_r.c: Likewise.
13223 * sysdeps/unix/sysv/linux/m68k/readdir64.c: Likewise.
13224 * sysdeps/unix/sysv/linux/m68k/readdir64_r.c: Likewise.
13225 * sysdeps/unix/sysv/linux/powerpc/readdir64.c: Likewise.
13226 * sysdeps/unix/sysv/linux/powerpc/readdir64_r.c: Likewise.
13227 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
13228 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
13229 * sysdeps/unix/sysv/linux/s390/s390-32/readdir64.c: Likewise.
13230 * sysdeps/unix/sysv/linux/s390/s390-32/readdir64_r.c: Likewise.
13231 * sysdeps/unix/sysv/linux/sparc/sparc32/readdir64.c: Likewise.
13232 * sysdeps/unix/sysv/linux/sparc/sparc32/readdir64_r.c: Likewise.
13233 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
13234 * sysdeps/unix/sysv/linux/wordsize-64/readdir64.c: Likewise.
13235 * sysdeps/unix/sysv/linux/wordsize-64/readdir64_r.c: Likewise.
13236 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Likewise.
13237 * sysdeps/unix/sysv/linux/readdir.c: New file.
13238 * sysdeps/unix/sysv/linux/readdir_r.c: Likewise.
13239 * sysdeps/unix/sysv/linux/readdir64.c: Add compat symbol if required.
13240 * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
13241
13242 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Update.
13243
13244 2018-04-06 Andreas Schwab <schwab@linux-m68k.org>
13245
13246 * manual/charset.texi (Converting a Character): Fix typo.
13247
13248 2018-04-05 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13249
13250 * sysdeps/sparc/fpu/libm-test-ulps: Update.
13251
13252 * sysdeps/arm/libm-test-ulps: Update.
13253
13254 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Use default Linux version
13255 as base implementation.
13256 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
13257 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
13258 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
13259 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
13260 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
13261 * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Add include guards,
13262 remove unrequired definitions and update comments.
13263 * sysdeps/unix/sysv/linux/kernel_sigaction.h: Likewise.
13264 * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Likewise.
13265 * sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h: New file.
13266 * sysdeps/unix/sysv/linux/m68k/kernel_sigaction.h: Likewise.
13267 * sysdeps/unix/sysv/linux/nios2/kernel_sigaction.h: Likewise.
13268 * sysdeps/unix/sysv/linux/powerpc/kernel_sigaction: Likewise.
13269 * sysdeps/unix/sysv/linux/s390/kernel_sigaction.h: Likewise.
13270 * sysdeps/unix/sysv/linux/sh/kernel_sigaction.h: Likewise.
13271 * sysdeps/unix/sysv/linux/sparc/kernel_sigaction.h: Likewise.
13272 * sysdeps/unix/sysv/linux/tile/kernel_sigaction.h: Likewise.
13273 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Remove file.
13274 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
13275 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
13276 * sysdeps/unix/sysv/linux/sigaction.c: Add STUB, SET_SA_RESTORER,
13277 and RESET_SA_RESTORER hooks.
13278
13279 2018-04-05 Stefan Liebler <stli@linux.vnet.ibm.com>
13280
13281 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
13282
13283 2018-04-05 Florian Weimer <fweimer@redhat.com>
13284
13285 * manual/examples/mbstouwcs.c (mbstouwcs): Fix loop termination,
13286 integer overflow, memory leak on error, and indeterminate errno
13287 value. Add a null wide character to terminate the result string.
13288 * manual/charset.texi (Converting a Character): Mention embedded
13289 null bytes in the mbrtowc input string. Explain what happens in
13290 the -2 result case. Do not claim that mbrtowc is simple or
13291 obvious to use. Adjust the description of the code example. Use
13292 @code, not @var, for concrete variables.
13293
13294 2018-04-05 Florian Weimer <fweimer@redhat.com>
13295
13296 * manual/examples/mbstouwcs.c: New file.
13297 * manual/charset.texi (Converting a Character): Include it.
13298
13299 2018-04-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
13300
13301 * include/dirent.h (dirfd): Add hidden proto.
13302 * dirent/dirfd.c (dirfd): Add hidden def.
13303 * sysdeps/mach/hurd/dirfd.c (dirfd): Add hidden def.
13304 * sysdeps/posix/dirfd.c (dirfd): Add hidden def.
13305
13306 2018-04-04 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
13307
13308 * sysdeps/powerpc/fpu/libm-test-ulps: Increase double-precision
13309 sin, cos and sincos to 1 ULP.
13310
13311 2018-04-04 Maciej W. Rozycki <macro@mips.com>
13312
13313 [BZ #19818]
13314 * sysdeps/generic/ldsodefs.h (SYMBOL_ADDRESS): Handle SHN_ABS
13315 symbols.
13316 * elf/dl-addr.c (determine_info): Ignore SHN_ABS symbols.
13317 * elf/tst-absolute-sym.c: New file.
13318 * elf/tst-absolute-sym-lib.c: New file.
13319 * elf/tst-absolute-sym-lib.lds: New file.
13320 * elf/Makefile (tests): Add `tst-absolute-sym'.
13321 (modules-names): Add `tst-absolute-sym-lib'.
13322 (LDLIBS-tst-absolute-sym-lib.so): New variable.
13323 ($(objpfx)tst-absolute-sym-lib.so): New dependency.
13324 ($(objpfx)tst-absolute-sym): New dependency.
13325
13326 [BZ #19818]
13327 * sysdeps/generic/ldsodefs.h (LOOKUP_VALUE_ADDRESS): Add `set'
13328 parameter.
13329 (SYMBOL_ADDRESS): New macro.
13330 [!ELF_FUNCTION_PTR_IS_SPECIAL] (DL_SYMBOL_ADDRESS): Use
13331 SYMBOL_ADDRESS for symbol address calculation.
13332 * elf/dl-runtime.c (_dl_fixup): Likewise.
13333 (_dl_profile_fixup): Likewise.
13334 * elf/dl-symaddr.c (_dl_symbol_address): Likewise.
13335 * elf/rtld.c (dl_main): Likewise.
13336 * sysdeps/aarch64/dl-machine.h (elf_machine_rela): Likewise.
13337 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Likewise.
13338 * sysdeps/arm/dl-machine.h (elf_machine_rel): Likewise.
13339 (elf_machine_rela): Likewise.
13340 * sysdeps/hppa/dl-machine.h (elf_machine_rela): Likewise.
13341 * sysdeps/hppa/dl-symaddr.c (_dl_symbol_address): Likewise.
13342 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
13343 (elf_machine_rela): Likewise.
13344 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
13345 * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
13346 * sysdeps/microblaze/dl-machine.h (elf_machine_rela): Likewise.
13347 * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
13348 Likewise.
13349 (elf_machine_reloc): Likewise.
13350 (elf_machine_got_rel): Likewise.
13351 * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Likewise.
13352 * sysdeps/nios2/dl-machine.h (elf_machine_rela): Likewise.
13353 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
13354 Likewise.
13355 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
13356 Likewise.
13357 * sysdeps/riscv/dl-machine.h (elf_machine_rela): Likewise.
13358 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
13359 Likewise.
13360 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
13361 Likewise.
13362 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
13363 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
13364 Likewise.
13365 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
13366 Likewise.
13367 * sysdeps/tile/dl-machine.h (elf_machine_rela): Likewise.
13368 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
13369
13370 2018-04-04 Zack Weinberg <zackw@panix.com>
13371
13372 * sysdeps/generic/internal-signals.h: Include signal.h,
13373 sigsetops.h, and stdbool.h.
13374 (__libc_signal_block_all): Actually block all signals.
13375 (__libc_signal_block_app): Likewise.
13376 (__libc_signal_restore_set): Actually restore the signal mask.
13377
13378 2018-04-04 Florian Weimer <fweimer@redhat.com>
13379
13380 inet: Actually build and run tst-deadline.
13381 * inet/Makefile (tests-internal): Add tst-deadline and do not
13382 overwrite the variable.
13383 (tests-static-internal): Remove variable.
13384
13385 2018-04-03 H.J. Lu <hongjiu.lu@intel.com>
13386
13387 [BZ #22947]
13388 * bits/uio-ext.h (RWF_APPEND): New.
13389 * sysdeps/unix/sysv/linux/bits/uio-ext.h (RWF_APPEND): Likewise.
13390 * manual/llio.texi: Document RWF_APPEND.
13391 * misc/tst-preadvwritev2-common.c (RWF_APPEND): New.
13392 (RWF_SUPPORTED): Add RWF_APPEND.
13393
13394 2018-04-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13395
13396 [BZ #22391]
13397 * nptl/sigaction.c (__sigaction): Use __is_internal_signal to
13398 check for internal nptl signals.
13399 * nptl/sigaction.c (__sigaction): Likewise.
13400 * signal/sigaddset.c (sigaddset): Likewise.
13401 * signal/sigdelset.c (sigdelset): Likewise.
13402 * sysdeps/posix/signal.c (__bsd_signal): Likewise.
13403 * sysdeps/posix/sigset.c (sigset): Call and check sigaddset return
13404 value.
13405 * signal/sigfillset.c (sigfillset): User __clear_internal_signals
13406 to filter out internal nptl signals.
13407 * signal/tst-sigset.c (do_test): Check ech signal indidually and
13408 also check realtime signals using standard macros.
13409 * sysdeps/generic/internal-signals.h (__clear_internal_signals,
13410 __is_internal_signal, __libc_signal_block_all,
13411 __libc_signal_block_app, __libc_signal_restore_set): New functions.
13412 * sysdeps/nptl/sigfillset.c: Remove file.
13413 * sysdeps/unix/sysv/linux/internal-signals.h (__is_internal_signal):
13414 Change return to bool.
13415 (__clear_internal_signals): Remove SIGTIMER clean since it is
13416 equal to SIGCANEL on Linux.
13417 * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Assume
13418 signal set was constructed using standard functions.
13419
13420 2018-04-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
13421
13422 * sysdeps/mach/hurd/if_index.c (__if_nametoindex): Return ENODEV if
13423 ifname is too long.
13424 * hurd/hurdsig.c (interrupted_reply_port_location): Use
13425 DIAG_IGNORE_NEEDS_COMMENT to silence warning with GCC 6 and before.
13426 * sysdeps/mach/hurd/i386/exc2signal.c (_hurd_exception2signal): Add
13427 hidden def.
13428 * mach/spin-lock.c (__mutex_unlock): Add hidden def.
13429 * signal/sigaddset.c: Include <sigsetopts.h>.
13430 * signal/sigdelset.c: Likewise.
13431
13432 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13433
13434 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Cleanup ifdefs.
13435 (__cos): Likewise.
13436 * sysdeps/ieee754/dbl-64/s_sin.c (__sincos): Refactor using the same
13437 logic as sin and cos.
13438
13439 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13440
13441 * sysdeps/ieee754/dbl-64/s_sin.c (do_sin): Use TAYLOR_SIN for small
13442 inputs. Return correct sign.
13443 (do_sincos): Remove small input check before do_sin, let do_sin set
13444 the sign.
13445 (__sin): Likewise.
13446 (__cos): Likewise.
13447
13448 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13449
13450 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SLOW): Remove.
13451 (do_cos_slow): Likewise.
13452 (do_sin_slow): Likewise.
13453 (reduce_and_compute): Likewise.
13454 (slow): Likewise.
13455 (slow1): Likewise.
13456 (slow2): Likewise.
13457 (sloww): Likewise.
13458 (sloww1): Likewise.
13459 (sloww2): Likewise.
13460 (bslow): Likewise.
13461 (bslow1): Likewise.
13462 (bslow2): Likewise.
13463 (cslow2): Likewise.
13464
13465 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13466
13467 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SIN): Remove cor parameter.
13468 (do_cos): Remove corp parameter and calculations.
13469 (do_sin): Likewise.
13470 (do_sincos): Remove cor variable.
13471 (__sin): Use do_sincos for huge inputs.
13472 (__cos): Likewise.
13473 * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Likewise.
13474 (reduce_and_compute_sincos): Remove unused function.
13475
13476 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13477
13478 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_sincos_1): Rename to
13479 reduce_sincos, improve accuracy to 136 bits.
13480 (do_sincos_1): Rename to do_sincos, remove fallbacks to slow functions.
13481 (__sin): Use improved reduction and simplified do_sincos calculation.
13482 (__cos): Likewise.
13483 * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Likewise.
13484
13485 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13486
13487 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_sincos_2): Remove function.
13488 (do_sincos_2): Likewise.
13489 (__sin): Remove middle range reduction case.
13490 (__cos): Likewise.
13491 * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Remove middle range
13492 reduction case.
13493
13494 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
13495
13496 * sysdeps/aarch64/libm-test-ulps: Update ULP for sin, cos, sincos.
13497 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove slow paths for small
13498 inputs.
13499 (__cos): Likewise.
13500 * sysdeps/x86_64/fpu/libm-test-ulps: Update ULP for sin, cos, sincos.
13501
13502 2018-04-03 Joseph Myers <joseph@codesourcery.com>
13503
13504 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
13505 version to 4.16
13506
13507 2018-04-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13508
13509 * sysdeps/posix/opendir.c (o_directory_works, tryopen_o_directory):
13510 Remove definitions.
13511 (opendir_oflags): Use O_DIRECTORY regardless.
13512 (__opendir, __opendirat): Remove need_isdir_precheck usage.
13513 * sysdeps/unix/sysv/linux/opendir.c: Remove file.
13514
13515 2018-04-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
13516
13517 * sysdeps/mach/hurd/bits/local_lim.h (_POSIX_THREAD_KEYS_MAX,
13518 _POSIX_THREAD_DESTRUCTOR_ITERATIONS, _POSIX_THREAD_THREADS_MAX): Define
13519 macros.
13520 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_THREADS,
13521 _POSIX_THREAD_ATTR_STACKSIZE, _POSIX_THREAD_ATTR_STACKADDR,
13522 _POSIX_SEMAPHORES, _POSIX_READER_WRITER_LOCKS, _POSIX_TIMEOUTS,
13523 _POSIX_SPIN_LOCKS, _POSIX_BARRIERS): Define macros to 200809L.
13524 * sysdeps/mach/hurd/net/if_ppp.h: Remove file.
13525 * sysdeps/mach/hurd/Makefile (sysdep_headers): Remove net/if_ppp.h.
13526
13527 * htl/Makefile: Bump licence to LGPL 2.1+.
13528 * htl/alloca_cutoff.c: Likewise.
13529 * htl/cthreads-compat.c: Likewise.
13530 * htl/lockfile.c: Likewise.
13531 * htl/pt-alloc.c: Likewise.
13532 * htl/pt-cancel.c: Likewise.
13533 * htl/pt-cleanup.c: Likewise.
13534 * htl/pt-create.c: Likewise.
13535 * htl/pt-dealloc.c: Likewise.
13536 * htl/pt-detach.c: Likewise.
13537 * htl/pt-exit.c: Likewise.
13538 * htl/pt-getattr.c: Likewise.
13539 * htl/pt-initialize.c: Likewise.
13540 * htl/pt-internal.h: Likewise.
13541 * htl/pt-join.c: Likewise.
13542 * htl/pt-self.c: Likewise.
13543 * htl/pt-setcancelstate.c: Likewise.
13544 * htl/pt-setcanceltype.c: Likewise.
13545 * htl/pt-sigmask.c: Likewise.
13546 * htl/pt-spin-inlines.c: Likewise.
13547 * htl/pt-testcancel.c: Likewise.
13548 * htl/pt-yield.c: Likewise.
13549 * htl/tests/test-1.c: Likewise.
13550 * htl/tests/test-10.c: Likewise.
13551 * htl/tests/test-11.c: Likewise.
13552 * htl/tests/test-12.c: Likewise.
13553 * htl/tests/test-13.c: Likewise.
13554 * htl/tests/test-14.c: Likewise.
13555 * htl/tests/test-15.c: Likewise.
13556 * htl/tests/test-16.c: Likewise.
13557 * htl/tests/test-17.c: Likewise.
13558 * htl/tests/test-2.c: Likewise.
13559 * htl/tests/test-3.c: Likewise.
13560 * htl/tests/test-4.c: Likewise.
13561 * htl/tests/test-5.c: Likewise.
13562 * htl/tests/test-6.c: Likewise.
13563 * htl/tests/test-7.c: Likewise.
13564 * htl/tests/test-8.c: Likewise.
13565 * htl/tests/test-9.c: Likewise.
13566 * htl/tests/test-__pthread_destroy_specific-skip.c: Likewise.
13567 * sysdeps/htl/bits/cancelation.h: Likewise.
13568 * sysdeps/htl/bits/pthread-np.h: Likewise.
13569 * sysdeps/htl/bits/pthread.h: Likewise.
13570 * sysdeps/htl/bits/pthreadtypes.h: Likewise.
13571 * sysdeps/htl/bits/semaphore.h: Likewise.
13572 * sysdeps/htl/bits/types/__pthread_key.h: Likewise.
13573 * sysdeps/htl/bits/types/struct___pthread_attr.h: Likewise.
13574 * sysdeps/htl/bits/types/struct___pthread_barrier.h: Likewise.
13575 * sysdeps/htl/bits/types/struct___pthread_barrierattr.h: Likewise.
13576 * sysdeps/htl/bits/types/struct___pthread_cond.h: Likewise.
13577 * sysdeps/htl/bits/types/struct___pthread_condattr.h: Likewise.
13578 * sysdeps/htl/bits/types/struct___pthread_mutex.h: Likewise.
13579 * sysdeps/htl/bits/types/struct___pthread_mutexattr.h: Likewise.
13580 * sysdeps/htl/bits/types/struct___pthread_once.h: Likewise.
13581 * sysdeps/htl/bits/types/struct___pthread_rwlock.h: Likewise.
13582 * sysdeps/htl/bits/types/struct___pthread_rwlockattr.h: Likewise.
13583 * sysdeps/htl/old_pt-atfork.c: Likewise.
13584 * sysdeps/htl/pt-atfork.c: Likewise.
13585 * sysdeps/htl/pt-attr-destroy.c: Likewise.
13586 * sysdeps/htl/pt-attr-getdetachstate.c: Likewise.
13587 * sysdeps/htl/pt-attr-getguardsize.c: Likewise.
13588 * sysdeps/htl/pt-attr-getinheritsched.c: Likewise.
13589 * sysdeps/htl/pt-attr-getschedparam.c: Likewise.
13590 * sysdeps/htl/pt-attr-getschedpolicy.c: Likewise.
13591 * sysdeps/htl/pt-attr-getscope.c: Likewise.
13592 * sysdeps/htl/pt-attr-getstack.c: Likewise.
13593 * sysdeps/htl/pt-attr-getstackaddr.c: Likewise.
13594 * sysdeps/htl/pt-attr-getstacksize.c: Likewise.
13595 * sysdeps/htl/pt-attr-init.c: Likewise.
13596 * sysdeps/htl/pt-attr-setdetachstate.c: Likewise.
13597 * sysdeps/htl/pt-attr-setguardsize.c: Likewise.
13598 * sysdeps/htl/pt-attr-setinheritsched.c: Likewise.
13599 * sysdeps/htl/pt-attr-setschedparam.c: Likewise.
13600 * sysdeps/htl/pt-attr-setschedpolicy.c: Likewise.
13601 * sysdeps/htl/pt-attr-setscope.c: Likewise.
13602 * sysdeps/htl/pt-attr-setstack.c: Likewise.
13603 * sysdeps/htl/pt-attr-setstackaddr.c: Likewise.
13604 * sysdeps/htl/pt-attr-setstacksize.c: Likewise.
13605 * sysdeps/htl/pt-attr.c: Likewise.
13606 * sysdeps/htl/pt-barrier-destroy.c: Likewise.
13607 * sysdeps/htl/pt-barrier-init.c: Likewise.
13608 * sysdeps/htl/pt-barrier-wait.c: Likewise.
13609 * sysdeps/htl/pt-barrier.c: Likewise.
13610 * sysdeps/htl/pt-barrierattr-destroy.c: Likewise.
13611 * sysdeps/htl/pt-barrierattr-getpshared.c: Likewise.
13612 * sysdeps/htl/pt-barrierattr-init.c: Likewise.
13613 * sysdeps/htl/pt-barrierattr-setpshared.c: Likewise.
13614 * sysdeps/htl/pt-cond-brdcast.c: Likewise.
13615 * sysdeps/htl/pt-cond-destroy.c: Likewise.
13616 * sysdeps/htl/pt-cond-init.c: Likewise.
13617 * sysdeps/htl/pt-cond-signal.c: Likewise.
13618 * sysdeps/htl/pt-cond-timedwait.c: Likewise.
13619 * sysdeps/htl/pt-cond-wait.c: Likewise.
13620 * sysdeps/htl/pt-cond.c: Likewise.
13621 * sysdeps/htl/pt-condattr-destroy.c: Likewise.
13622 * sysdeps/htl/pt-condattr-getclock.c: Likewise.
13623 * sysdeps/htl/pt-condattr-getpshared.c: Likewise.
13624 * sysdeps/htl/pt-condattr-init.c: Likewise.
13625 * sysdeps/htl/pt-condattr-setclock.c: Likewise.
13626 * sysdeps/htl/pt-condattr-setpshared.c: Likewise.
13627 * sysdeps/htl/pt-destroy-specific.c: Likewise.
13628 * sysdeps/htl/pt-equal.c: Likewise.
13629 * sysdeps/htl/pt-getconcurrency.c: Likewise.
13630 * sysdeps/htl/pt-getcpuclockid.c: Likewise.
13631 * sysdeps/htl/pt-getschedparam.c: Likewise.
13632 * sysdeps/htl/pt-getspecific.c: Likewise.
13633 * sysdeps/htl/pt-init-specific.c: Likewise.
13634 * sysdeps/htl/pt-key-create.c: Likewise.
13635 * sysdeps/htl/pt-key-delete.c: Likewise.
13636 * sysdeps/htl/pt-key.h: Likewise.
13637 * sysdeps/htl/pt-mutex-destroy.c: Likewise.
13638 * sysdeps/htl/pt-mutex-getprioceiling.c: Likewise.
13639 * sysdeps/htl/pt-mutex-init.c: Likewise.
13640 * sysdeps/htl/pt-mutex-lock.c: Likewise.
13641 * sysdeps/htl/pt-mutex-setprioceiling.c: Likewise.
13642 * sysdeps/htl/pt-mutex-timedlock.c: Likewise.
13643 * sysdeps/htl/pt-mutex-trylock.c: Likewise.
13644 * sysdeps/htl/pt-mutex-unlock.c: Likewise.
13645 * sysdeps/htl/pt-mutexattr-destroy.c: Likewise.
13646 * sysdeps/htl/pt-mutexattr-getprioceiling.c: Likewise.
13647 * sysdeps/htl/pt-mutexattr-getprotocol.c: Likewise.
13648 * sysdeps/htl/pt-mutexattr-getpshared.c: Likewise.
13649 * sysdeps/htl/pt-mutexattr-gettype.c: Likewise.
13650 * sysdeps/htl/pt-mutexattr-init.c: Likewise.
13651 * sysdeps/htl/pt-mutexattr-setprioceiling.c: Likewise.
13652 * sysdeps/htl/pt-mutexattr-setprotocol.c: Likewise.
13653 * sysdeps/htl/pt-mutexattr-setpshared.c: Likewise.
13654 * sysdeps/htl/pt-mutexattr-settype.c: Likewise.
13655 * sysdeps/htl/pt-mutexattr.c: Likewise.
13656 * sysdeps/htl/pt-once.c: Likewise.
13657 * sysdeps/htl/pt-rwlock-attr.c: Likewise.
13658 * sysdeps/htl/pt-rwlock-destroy.c: Likewise.
13659 * sysdeps/htl/pt-rwlock-init.c: Likewise.
13660 * sysdeps/htl/pt-rwlock-rdlock.c: Likewise.
13661 * sysdeps/htl/pt-rwlock-timedrdlock.c: Likewise.
13662 * sysdeps/htl/pt-rwlock-timedwrlock.c: Likewise.
13663 * sysdeps/htl/pt-rwlock-tryrdlock.c: Likewise.
13664 * sysdeps/htl/pt-rwlock-trywrlock.c: Likewise.
13665 * sysdeps/htl/pt-rwlock-unlock.c: Likewise.
13666 * sysdeps/htl/pt-rwlock-wrlock.c: Likewise.
13667 * sysdeps/htl/pt-rwlockattr-destroy.c: Likewise.
13668 * sysdeps/htl/pt-rwlockattr-getpshared.c: Likewise.
13669 * sysdeps/htl/pt-rwlockattr-init.c: Likewise.
13670 * sysdeps/htl/pt-rwlockattr-setpshared.c: Likewise.
13671 * sysdeps/htl/pt-setconcurrency.c: Likewise.
13672 * sysdeps/htl/pt-setschedparam.c: Likewise.
13673 * sysdeps/htl/pt-setschedprio.c: Likewise.
13674 * sysdeps/htl/pt-setspecific.c: Likewise.
13675 * sysdeps/htl/pt-spin.c: Likewise.
13676 * sysdeps/htl/pt-startup.c: Likewise.
13677 * sysdeps/htl/pthread.h: Likewise.
13678 * sysdeps/htl/sem-close.c: Likewise.
13679 * sysdeps/htl/sem-destroy.c: Likewise.
13680 * sysdeps/htl/sem-getvalue.c: Likewise.
13681 * sysdeps/htl/sem-init.c: Likewise.
13682 * sysdeps/htl/sem-open.c: Likewise.
13683 * sysdeps/htl/sem-post.c: Likewise.
13684 * sysdeps/htl/sem-timedwait.c: Likewise.
13685 * sysdeps/htl/sem-trywait.c: Likewise.
13686 * sysdeps/htl/sem-unlink.c: Likewise.
13687 * sysdeps/htl/sem-wait.c: Likewise.
13688 * sysdeps/hurd/htl/pt-kill.c: Likewise.
13689 * sysdeps/i386/htl/pt-machdep.h: Likewise.
13690 * sysdeps/mach/htl/pt-block.c: Likewise.
13691 * sysdeps/mach/htl/pt-spin.c: Likewise.
13692 * sysdeps/mach/htl/pt-stack-alloc.c: Likewise.
13693 * sysdeps/mach/htl/pt-thread-alloc.c: Likewise.
13694 * sysdeps/mach/htl/pt-thread-start.c: Likewise.
13695 * sysdeps/mach/htl/pt-thread-terminate.c: Likewise.
13696 * sysdeps/mach/htl/pt-timedblock.c: Likewise.
13697 * sysdeps/mach/htl/pt-wakeup.c: Likewise.
13698 * sysdeps/mach/hurd/htl/bits/pthread-np.h: Likewise.
13699 * sysdeps/mach/hurd/htl/bits/types/struct___pthread_mutex.h: Likewise.
13700 * sysdeps/mach/hurd/htl/pt-attr-setstackaddr.c: Likewise.
13701 * sysdeps/mach/hurd/htl/pt-attr-setstacksize.c: Likewise.
13702 * sysdeps/mach/hurd/htl/pt-docancel.c: Likewise.
13703 * sysdeps/mach/hurd/htl/pt-hurd-cond-timedwait.c: Likewise.
13704 * sysdeps/mach/hurd/htl/pt-hurd-cond-wait.c: Likewise.
13705 * sysdeps/mach/hurd/htl/pt-mutex-consistent.c: Likewise.
13706 * sysdeps/mach/hurd/htl/pt-mutex-destroy.c: Likewise.
13707 * sysdeps/mach/hurd/htl/pt-mutex-getprioceiling.c: Likewise.
13708 * sysdeps/mach/hurd/htl/pt-mutex-init.c: Likewise.
13709 * sysdeps/mach/hurd/htl/pt-mutex-lock.c: Likewise.
13710 * sysdeps/mach/hurd/htl/pt-mutex-setprioceiling.c: Likewise.
13711 * sysdeps/mach/hurd/htl/pt-mutex-timedlock.c: Likewise.
13712 * sysdeps/mach/hurd/htl/pt-mutex-transfer-np.c: Likewise.
13713 * sysdeps/mach/hurd/htl/pt-mutex-trylock.c: Likewise.
13714 * sysdeps/mach/hurd/htl/pt-mutex-unlock.c: Likewise.
13715 * sysdeps/mach/hurd/htl/pt-mutex.h: Likewise.
13716 * sysdeps/mach/hurd/htl/pt-mutexattr-destroy.c: Likewise.
13717 * sysdeps/mach/hurd/htl/pt-mutexattr-getprioceiling.c: Likewise.
13718 * sysdeps/mach/hurd/htl/pt-mutexattr-getprotocol.c: Likewise.
13719 * sysdeps/mach/hurd/htl/pt-mutexattr-getpshared.c: Likewise.
13720 * sysdeps/mach/hurd/htl/pt-mutexattr-getrobust.c: Likewise.
13721 * sysdeps/mach/hurd/htl/pt-mutexattr-gettype.c: Likewise.
13722 * sysdeps/mach/hurd/htl/pt-mutexattr-init.c: Likewise.
13723 * sysdeps/mach/hurd/htl/pt-mutexattr-setprioceiling.c: Likewise.
13724 * sysdeps/mach/hurd/htl/pt-mutexattr-setprotocol.c: Likewise.
13725 * sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c: Likewise.
13726 * sysdeps/mach/hurd/htl/pt-mutexattr-setrobust.c: Likewise.
13727 * sysdeps/mach/hurd/htl/pt-mutexattr-settype.c: Likewise.
13728 * sysdeps/mach/hurd/htl/pt-sigstate-destroy.c: Likewise.
13729 * sysdeps/mach/hurd/htl/pt-sigstate-init.c: Likewise.
13730 * sysdeps/mach/hurd/htl/pt-sigstate.c: Likewise.
13731 * sysdeps/mach/hurd/htl/pt-sysdep.c: Likewise.
13732 * sysdeps/mach/hurd/htl/pt-sysdep.h: Likewise.
13733 * sysdeps/mach/hurd/i386/htl/pt-machdep.c: Likewise.
13734 * sysdeps/mach/hurd/i386/htl/pt-setup.c: Likewise.
13735
13736 * NEWS: Announce that glibc now builds unpatched on GNU/Hurd.
13737 * README: Remove the mention of out-of-tree patches needed for
13738 GNU/Hurd.
13739
13740 * sysdeps/mach/hurd/bits/stat.h [!__USE_MISC && __USE_ATFILE]
13741 (UTIME_NOW, UTIME_OMIT): Define macros.
13742
13743 * htl/cthreads-compat.c (__cthread_detach): Call __pthread_detach
13744 instead of pthread_detach.
13745 (__cthread_fork): Call __pthread_create instead of pthread_create.
13746 (__cthread_keycreate): Call __pthread_key_create instead of
13747 pthread_key_create.
13748 (__cthread_getspecific): Call __pthread_getspecific instead of
13749 pthread_getspecific.
13750 (__cthread_setspecific): Call __pthread_setspecific instead of
13751 pthread_setspecific.
13752 * htl/pt-alloc.c (__pthread_alloc): Call __pthread_mutex_lock and
13753 __pthread_mutex_unlock instead of pthread_mutex_lock and
13754 pthread_mutex_unlock.
13755 * htl/pt-cleanup.c (__pthread_get_cleanup_stack): Rename to
13756 ___pthread_get_cleanup_stack.
13757 (__pthread_get_cleanup_stack): New strong alias.
13758 * htl/pt-create.c: Include <pthreadP.h>.
13759 (entry_point): Call __pthread_exit instead of pthread_exit.
13760 (pthread_create): Rename to __pthread_create.
13761 (pthread_create): New strong alias.
13762 * htl/pt-detach.c (pthread_detach): Rename to __pthread_detach.
13763 (pthread_detach): New strong alias.
13764 (__pthread_detach): Call __pthread_cond_broadcast instead of
13765 pthread_cond_broadcast.
13766 * htl/pt-exit.c: Include <pthreadP.h>.
13767 (__pthread_exit): Call __pthread_setcancelstate and
13768 ___pthread_get_cleanup_stack instead of pthread_setcancelstate and
13769 __pthread_get_cleanup_stack.
13770 * htl/pt-testcancel.c: Include <pthreadP.h>.
13771 (pthread_testcancel): Call __pthread_exit instead of pthread_exit.
13772 * sysdeps/htl/pt-attr-getstack.c: Include <pthreadP.h>
13773 (__pthread_attr_getstack): Call __pthread_attr_getstackaddr and
13774 __pthread_attr_getstacksize instead of pthread_attr_getstackaddr and
13775 pthread_attr_getstacksize.
13776 * sysdeps/htl/pt-attr-getstackaddr.c (pthread_attr_getstackaddr):
13777 Rename to __pthread_attr_getstackaddr.
13778 (pthread_attr_getstackaddr): New strong alias.
13779 * sysdeps/htl/pt-attr-getstacksize.c (pthread_attr_getstacksize):
13780 Rename to __pthread_attr_getstacksize.
13781 (pthread_attr_getstacksize): New strong alias.
13782 * sysdeps/htl/pt-attr-setstack.c: Include <pthreadP.h>.
13783 (pthread_attr_setstack): Rename to __pthread_attr_setstack.
13784 (pthread_attr_setstack): New strong alias.
13785 (__pthread_attr_setstack): Call __pthread_attr_getstacksize,
13786 __pthread_attr_setstacksize and __pthread_attr_setstackaddr instead of
13787 pthread_attr_getstacksize, pthread_attr_setstacksize and
13788 pthread_attr_setstackaddr.
13789 * sysdeps/htl/pt-attr-setstackaddr.c (pthread_attr_setstackaddr):
13790 Rename to __pthread_attr_setstackaddr.
13791 (pthread_attr_setstackaddr): New strong alias.
13792 * sysdeps/htl/pt-attr-setstacksize.c (pthread_attr_setstacksize):
13793 Rename to __pthread_attr_setstacksize.
13794 (pthread_attr_setstacksize): New strong alias.
13795 * sysdeps/htl/pt-cond-timedwait.c: Include <pthreadP.h>.
13796 (__pthread_cond_timedwait_internal): Use __pthread_exit instead of
13797 pthread_exit.
13798 * sysdeps/htl/pt-key-create.c: Include <pthreadP.h>.
13799 (__pthread_key_create): New hidden def.
13800 * sysdeps/htl/pt-key.h: Include <pthreadP.h>.
13801 * sysdeps/htl/pthreadP.h (_pthread_mutex_init,
13802 __pthread_cond_broadcast, __pthread_create, __pthread_detach,
13803 __pthread_exit, __pthread_key_create, __pthread_getspecific,
13804 __pthread_setspecific, __pthread_setcancelstate,
13805 __pthread_attr_getstackaddr, __pthread_attr_setstackaddr,
13806 __pthread_attr_getstacksize, __pthread_attr_setstacksize,
13807 __pthread_attr_setstack, ___pthread_get_cleanup_stack): New
13808 declarations.
13809 (__pthread_key_create, _pthread_mutex_init): New hidden declarations.
13810 * sysdeps/mach/hurd/htl/pt-attr-setstackaddr.c
13811 (pthread_attr_setstackaddr): Rename to __pthread_attr_setstackaddr.
13812 (pthread_attr_setstackaddr): New strong alias.
13813 * sysdeps/mach/hurd/htl/pt-attr-setstacksize.c
13814 (pthread_attr_setstacksize): Rename to __pthread_attr_setstacksize.
13815 (pthread_attr_setstacksize): New strong alias.
13816 * sysdeps/mach/hurd/htl/pt-docancel.c: Include <pthreadP.h>.
13817 (call_exit): Call __pthread_exit instead of pthread_exit.
13818 * sysdeps/mach/hurd/htl/pt-mutex-init.c: Include <pthreadP.h>.
13819 (_pthread_mutex_init): New hidden definition.
13820 * sysdeps/mach/hurd/htl/pt-sysdep.c: Include <pthreadP.h>.
13821 (_init_routine): Call __pthread_attr_init and __pthread_attr_setstack
13822 instead of pthread_attr_init and pthread_attr_setstack.
13823
13824 * hurd/hurdauth.c (_S_msg_add_auth): Call __vm_allocate and
13825 __vm_deallocate instead of vm_allocate and vm_deallocate.
13826 * hurd/hurdmsg.c (_S_msg_set_env_variable): Call __setenv instead of
13827 setenv.
13828 * hurd/hurdprio.c (_hurd_priority_which_map): Call __geteuid instead
13829 of geteuid.
13830 * hurd/path-lookup.c (file_name_path_scan): Call __strdup instead of
13831 strdup.
13832 * hurd/siginfo.c: Include <libioP.h>.
13833 (_hurd_siginfo_handler): Call _IO_puts instead of puts.
13834 * hurd/xattr.c (_hurd_xattr_get, _hurd_xattr_set): Call __munmap instead of
13835 munmap.
13836 * mach/devstream.c: Include <libioP.h>.
13837 (dealloc_ref): Call __mach_port_deallocate instead of
13838 mach_port_deallocate.
13839 (mach_open_devstream): Call _IO_fopencookie instead of fopencookie.
13840 Call __mach_port_deallocate instead of mach_port_deallocate.
13841 * stdlib/canonicalize.c (__realpath): Call __pathconf instead of
13842 pathconf.
13843 * sysdeps/mach/hurd/ifreq.c (__ifreq): Call __munmap instead of
13844 munmap.
13845 * sysdeps/mach/hurd/ifreq.h (__if_freereq): Likewise.
13846 * sysdeps/mach/hurd/ptrace.c (ptrace): Call __kill instead of kill.
13847 * sysdeps/mach/hurd/sendfile64.c (sendfile64): Call __munmap instead
13848 of munmap.
13849 * sysdeps/mach/hurd/socketpair.c (__socketpair): Call __close instead
13850 of close.
13851 * sysdeps/posix/clock_getres.c (realtime_getres): Call __sysconf
13852 instead of sysconf.
13853 * sysdeps/pthread/timer_gettime.c (timer_gettime): Call
13854 __clock_gettime instead of clock_gettime.
13855 * sysdeps/pthread/timer_routines.c (thread_func): Likewise.
13856 * sysdeps/pthread/timer_settime.c (timer_settime): Likewise.
13857 * sysdeps/unix/bsd/gtty.c (gtty): Call __ioctl instead of ioctl.
13858 * sysdeps/unix/bsd/stty.c (stty): Likewise.
13859 * sysdeps/unix/bsd/tcflow.c (tcflow): Call __tcgetattr instead of
13860 tcgetattr.
13861 * sysdeps/unix/clock_nanosleep.c (__clock_nanosleep): Call
13862 __clock_gettime and __nanosleep instead of clock_gettime and
13863 nanosleep.
13864 * hurd/catch-signal.c (hurd_catch_signal): Rename to
13865 __hurd_catch_signal.
13866 (hurd_catch_signal): New strong alias.
13867 (hurd_safe_memset, hurd_safe_copyout, hurd_safe_copyin): Call
13868 __hurd_catch_signal instead of hurd_catch_signal.
13869 * hurd/exc2signal.c (_hurd_exception2signal): Add hidden def.
13870 * hurd/hurdexec.c (_hurd_init): Add hidden def.
13871 * hurd/hurdinit.c (_hurd_init): Add hidden def.
13872 * hurd/hurdsig.c: Include <mach/mig_support.h>.
13873 (_hurd_thread_sigstate): Add hidden def.
13874 (_hurd_internal_post_signal): Use __mutex_unlock instead of
13875 mutex_unlock.
13876 * hurd/intern-fd.c (_hurd_intern_fd): Add hidden def.
13877 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add hidden def.
13878 * hurd/path-lookup.c (hurd_file_name_path_lookup): Rename to
13879 __hurd_file_name_path_lookup.
13880 (hurd_file_name_path_lookup): New strong alias.
13881 (file_name_path_lookup): Call __hurd_file_name_path_lookup instead of
13882 hurd_file_name_path_lookup.
13883 * mach/errstring.c (mach_error_type): Add hidden def.
13884 * mach/msg-destroy.c (__mach_msg_destroy): Add hidden def.
13885 * mach/mutex-init.c (__mutex_init): Add hidden def.
13886 * mach/spin-lock.c (__spin_lock_locked, __spin_lock, __spin_unlock,
13887 __spin_try_lock, __mutex_lock, __mutex_trylock): Add hidden defs.
13888 * mach/spin-solid.c (__spin_lock_solid): Add hidden def.
13889 * sysdeps/mach/hurd/getcwd.c
13890 (_hurd_canonicalize_directory_name_internal): Rename to
13891 __hurd_canonicalize_directory_name_internal.
13892 (_hurd_canonicalize_directory_name_internal): New strong alias.
13893 (__canonicalize_directory_name_internal, __getcwd): Call
13894 __hurd_canonicalize_directory_name_internal instead of
13895 _hurd_canonicalize_directory_name_internal.
13896 * sysdeps/mach/hurd/mig-reply.c: Include <mach/mig_support.h>.
13897 (__mig_get_reply_port, __mig_dealloc_reply_port, __mig_init): Add
13898 hidden defs.
13899 * sysdeps/hurd/include/hurd.h: New file.
13900 * sysdeps/hurd/include/hurd/fd.h: New file.
13901 * sysdeps/hurd/include/hurd/signal.h: New file.
13902 * sysdeps/mach/include/lock-intern.h: New file.
13903 * sysdeps/mach/include/mach.h: New file.
13904 * sysdeps/mach/include/mach/mig_support.h: New file.
13905 * sysdeps/mach/include/mach_error.h: New file.
13906 * sysdeps/hurd/include/hurd/signal.h (_hurd_raise_signal): Add hidden
13907 prototype.
13908 * hurd/hurd-raise.c (_hurd_raise_signal): Add hidden def.
13909 * hurd/Makefile ($(inlines:%=$(objpfx)%.c): Define
13910 _HEADER_H_HIDDEN_DEF macro.
13911 * sysdeps/hurd/include/hurd/fd.h (_hurd_fd_error,
13912 _hurd_fd_error_signal): Add hidden prototype.
13913 [_HURD_FD_H_HIDDEN_DEF] (_hurd_fd_error, _hurd_fd_error_signal): Add
13914 hidden def.
13915 * libio/iolibio.h (_IO_puts): New hidden prototype.
13916 * libio/ioputs.c (_IO_puts): New hidden def.
13917 * sysdeps/mach/hurd/localplt.data: New file.
13918
13919 2018-04-02 Agustina Arzille <avarzille@riseup.net>
13920 Amos Jeffries <squid3@treenet.co.nz>
13921 David Michael <fedora.dm0@gmail.com>
13922 Marco Gerards <marco@gnu.org>
13923 Marcus Brinkmann <marcus@gnu.org>
13924 Neal H. Walfield <neal@gnu.org>
13925 Pino Toscano <toscano.pino@tiscali.it>
13926 Richard Braun <rbraun@sceen.net>
13927 Roland McGrath <roland@gnu.org>
13928 Samuel Thibault <samuel.thibault@ens-lyon.org>
13929 Thomas DiModica <ricinwich@yahoo.com>
13930 Thomas Schwinge <tschwinge@gnu.org>
13931
13932 * htl: New directory.
13933 * sysdeps/htl: New directory.
13934 * sysdeps/hurd/htl: New directory.
13935 * sysdeps/i386/htl: New directory.
13936 * sysdeps/mach/htl: New directory.
13937 * sysdeps/mach/hurd/htl: New directory.
13938 * sysdeps/mach/hurd/i386/htl: New directory.
13939 * nscd/Depend, resolv/Depend, rt/Depend: Add htl dependency.
13940 * sysdeps/mach/hurd/i386/Implies: Add mach/hurd/i386/htl imply.
13941 * sysdeps/mach/hurd/i386/libpthread.abilist: New file.
13942
13943 2018-04-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
13944
13945 * sysdeps/pthread/timer_routines.c (__timer_thread_start): Block all
13946 signals in thread created for runing timers.
13947
13948 2018-04-01 Florian Weimer <fweimer@redhat.com>
13949
13950 * support/support_format_addrinfo.c (support_format_addrinfo):
13951 Include unknown error number in formatted result.
13952
13953 2018-03-29 Florian Weimer <fweimer@redhat.com>
13954
13955 * sysdeps/unix/sysv/linux/i386/tst-bz21269.c (do_test): Also
13956 capture SIGBUS.
13957
13958 2018-03-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13959
13960 * sysdeps/unix/sysv/linux/arch-fork.h [__ASSUME_CLONE_BACKWARDS]
13961 (arch_fork): Issue INLINE_CLONE_SYSCALL if defined.
13962 * sysdeps/unix/sysv/linux/sparc/kernel-features.h
13963 (__ASSUME_CLONE_BACKWARDS): Define.
13964
13965 2018-03-27 Jesse Hathaway <jesse@mbuki-mvuki.org>
13966
13967 [BZ #23024]
13968 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Return
13969 early when linux sentinel value is set.
13970
13971 2018-03-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
13972
13973 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_MEMLOCK): Define.
13974
13975 2018-03-27 Andreas Schwab <schwab@suse.de>
13976
13977 [BZ #23005]
13978 * resolv/res_send.c (__res_context_send): Return ENOMEM if
13979 allocation of private copy of nsaddr_list fails.
13980
13981 2018-03-26 Joseph Myers <joseph@codesourcery.com>
13982
13983 [BZ #16552]
13984 * sysdeps/unix/sysv/linux/generic/umount.c: Move to ....
13985 * sysdeps/unix/sysv/linux/umount.c: ... here.
13986 * sysdeps/unix/sysv/linux/arm/umount.c: Remove file.
13987 * sysdeps/unix/sysv/linux/hppa/umount.c: Likewise.
13988 * sysdeps/unix/sysv/linux/ia64/umount.c: Likewise.
13989 * sysdeps/unix/sysv/linux/mips/mips64/umount.c: Likewise.
13990 * sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c: Likewise.
13991 * sysdeps/unix/sysv/linux/umount.S: Likewise.
13992 * sysdeps/unix/sysv/linux/x86_64/umount.c: Likewise.
13993
13994 2018-03-26 Andreas Schwab <schwab@suse.de>
13995
13996 * elf/elf.h (R_RISCV_BRANCH, R_RISCV_JAL, R_RISCV_CALL)
13997 (R_RISCV_CALL_PLT, R_RISCV_GOT_HI20, R_RISCV_TLS_GOT_HI20)
13998 (R_RISCV_TLS_GD_HI20, R_RISCV_PCREL_HI20, R_RISCV_PCREL_LO12_I)
13999 (R_RISCV_PCREL_LO12_S, R_RISCV_HI20, R_RISCV_LO12_I)
14000 (R_RISCV_LO12_S, R_RISCV_TPREL_HI20, R_RISCV_TPREL_LO12_I)
14001 (R_RISCV_TPREL_LO12_S, R_RISCV_TPREL_ADD, R_RISCV_ADD8)
14002 (R_RISCV_ADD16, R_RISCV_ADD32, R_RISCV_ADD64, R_RISCV_SUB8)
14003 (R_RISCV_SUB16, R_RISCV_SUB32, R_RISCV_SUB64)
14004 (R_RISCV_GNU_VTINHERIT, R_RISCV_GNU_VTENTRY, R_RISCV_ALIGN)
14005 (R_RISCV_RVC_BRANCH, R_RISCV_RVC_JUMP, R_RISCV_RVC_LUI)
14006 (R_RISCV_GPREL_I, R_RISCV_GPREL_S, R_RISCV_TPREL_I)
14007 (R_RISCV_TPREL_S, R_RISCV_RELAX, R_RISCV_SUB6, R_RISCV_SET6)
14008 (R_RISCV_SET8, R_RISCV_SET16, R_RISCV_SET32, R_RISCV_32_PCREL)
14009 (R_RISCV_NUM): Define.
14010
14011 2018-03-25 Samuel Thibault <samuel.thibault@ens-lyon.org>
14012
14013 * include/errno.h [IS_IN(rtld) && !RTLD_PRIVATE_ERRNO]: Do not use the
14014 TLS declaration of errno.
14015 * sysdeps/generic/libc-start.h [!SHARED] (ARCH_SETUP_TLS): Define to
14016 __libc_setup_tls.
14017 * sysdeps/unix/sysv/linux/powerpc/libc-start.h [!SHARED]
14018 (ARCH_SETUP_TLS): Likewise.
14019 * sysdeps/mach/hurd/libc-start.h: New file copied from
14020 sysdeps/generic/libc-start.h, but define ARCH_SETUP_TLS to empty.
14021 * csu/libc-start.c [!SHARED] (LIBC_START_MAIN): Call ARCH_SETUP_TLS
14022 instead of __libc_setup_tls.
14023 * sysdeps/mach/hurd/i386/init-first.c [!SHARED] (init1): Call
14024 __libc_setup_tls before initializing libpthread and running _hurd_init
14025 which starts the signal thread.
14026 * sysdeps/generic/ldsodefs.h [SHARED] (__pthread_initialize_minimal):
14027 Declare function.
14028 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
14029
14030 2018-03-24 H.J. Lu <hongjiu.lu@intel.com>
14031
14032 [BZ #22998]
14033 * elf/Makefile (tests): Add $(tests-execstack-$(have-z-execstack))
14034 after it is defined.
14035
14036 2018-03-23 Andrew Senkevich <andrew.senkevich@intel.com>
14037 Max Horn <max@quendi.de>
14038
14039 [BZ #22644]
14040 CVE-2017-18269
14041 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Fixed
14042 branch conditions.
14043 * string/test-memmove.c (do_test2): New testcase.
14044
14045 2018-03-22 Joseph Myers <joseph@codesourcery.com>
14046
14047 * sysdeps/generic/frame.h: Remove file.
14048 * sysdeps/arm/frame.h: Likewise.
14049 * sysdeps/hppa/frame.h: Likewise.
14050 * sysdeps/generic/sigcontextinfo.h (SIGCONTEXT_EXTRA_ARGS): Remove
14051 macro.
14052 (GET_FRAME): Likewise.
14053 (GET_STACK): Likewise.
14054 (CALL_SIGHANDLER): Likewise.
14055 * sysdeps/mach/hurd/i386/sigcontextinfo.h (SIGCONTEXT_EXTRA_ARGS):
14056 Likewise.
14057 (GET_FRAME): Likewise.
14058 (GET_STACK): Likewise.
14059 (CALL_SIGHANDLER): Likewise.
14060 * sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h
14061 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14062 (GET_FRAME): Likewise.
14063 (GET_STACK): Likewise.
14064 (CALL_SIGHANDLER): Likewise.
14065 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h
14066 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14067 (GET_FRAME): Likewise.
14068 (GET_STACK): Likewise.
14069 (ADVANCE_STACK_FRAME): Likewise.
14070 (CALL_SIGHANDLER): Likewise.
14071 * sysdeps/unix/sysv/linux/i386/sigcontextinfo.h
14072 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14073 (GET_FRAME): Likewise.
14074 (GET_STACK): Likewise.
14075 (CALL_SIGHANDLER): Likewise.
14076 * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h
14077 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14078 (GET_FRAME): Likewise.
14079 (GET_STACK): Likewise.
14080 (CALL_SIGHANDLER): Likewise.
14081 * sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h
14082 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14083 (GET_FRAME): Likewise.
14084 (GET_STACK): Likewise.
14085 (CALL_SIGHANDLER): Likewise.
14086 * sysdeps/unix/sysv/linux/microblaze/sigcontextinfo.h
14087 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14088 (GET_FRAME): Likewise.
14089 (GET_STACK): Likewise.
14090 (CALL_SIGHANDLER): Likewise.
14091 * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h
14092 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14093 (GET_FRAME): Likewise.
14094 (GET_STACK): Likewise.
14095 (CALL_SIGHANDLER): Likewise.
14096 * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h
14097 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14098 (GET_FRAME): Likewise.
14099 (GET_STACK): Likewise.
14100 (CALL_SIGHANDLER): Likewise.
14101 * sysdeps/unix/sysv/linux/riscv/sigcontextinfo.h
14102 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14103 (GET_FRAME): Likewise.
14104 (GET_STACK): Likewise.
14105 (CALL_SIGHANDLER): Likewise.
14106 * sysdeps/unix/sysv/linux/s390/sigcontextinfo.h
14107 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14108 (GET_FRAME): Likewise.
14109 (GET_STACK): Likewise.
14110 (CALL_SIGHANDLER): Likewise.
14111 * sysdeps/unix/sysv/linux/sh/sigcontextinfo.h
14112 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14113 (GET_FRAME): Likewise.
14114 (GET_STACK): Likewise.
14115 (CALL_SIGHANDLER): Likewise.
14116 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
14117 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14118 (FIRST_FRAME_POINTER): Likewise.
14119 (ADVANCE_STACK_FRAME): Likewise.
14120 (GET_STACK): Likewise.
14121 (GET_FRAME): Likewise.
14122 (CALL_SIGHANDLER): Likewise.
14123 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h
14124 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14125 (ADVANCE_STACK_FRAME): Likewise.
14126 (GET_STACK): Likewise.
14127 (GET_FRAME): Likewise.
14128 (CALL_SIGHANDLER): Likewise.
14129 * sysdeps/unix/sysv/linux/tile/sigcontextinfo.h
14130 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14131 (GET_FRAME): Likewise.
14132 (GET_STACK): Likewise.
14133 (CALL_SIGHANDLER): Likewise.
14134 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h
14135 (SIGCONTEXT_EXTRA_ARGS): Likewise.
14136 (GET_FRAME): Likewise.
14137 (GET_STACK): Likewise.
14138 (CALL_SIGHANDLER): Likewise.
14139
14140 2018-03-21 Joseph Myers <joseph@codesourcery.com>
14141
14142 * sysdeps/x86_64/backtrace.c: Move to ....
14143 * debug/backtrace.c: ... here.
14144 * sysdeps/aarch64/backtrace.c: Remove file.
14145 * sysdeps/alpha/backtrace.c: Likewise.
14146 * sysdeps/hppa/backtrace.c: Likewise.
14147 * sysdeps/ia64/backtrace.c: Likewise.
14148 * sysdeps/mips/backtrace.c: Likewise.
14149 * sysdeps/nios2/backtrace.c: Likewise.
14150 * sysdeps/riscv/backtrace.c: Likewise.
14151 * sysdeps/sh/backtrace.c: Likewise.
14152 * sysdeps/tile/backtrace.c: Likewise.
14153
14154 2018-03-20 Joseph Myers <joseph@codesourcery.com>
14155
14156 [BZ #22987]
14157 * sysdeps/powerpc/bits/mathinline.h (fdim): Remove inline
14158 function.
14159 (fdimf): Likewise.
14160 * sysdeps/sparc/fpu/bits/mathinline.h: Remove file.
14161
14162 [BZ #17343]
14163 * stdlib/random_r.c (__random_r): Use unsigned arithmetic for
14164 possibly overflowing computations.
14165
14166 2018-03-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
14167
14168 * manual/errno.texi (EOWNERDEAD, ENOTRECOVERABLE): Remove errno
14169 values from Linux-specific section now that it is in the GNU section.
14170 * sysdeps/gnu/errlist.c: Regenerate.
14171
14172 2018-03-20 Joseph Myers <joseph@codesourcery.com>
14173
14174 * math/Makefile (libm-narrow-fns): Add sub.
14175 (libm-test-funcs-narrow): Likewise.
14176 * math/Versions (GLIBC_2.28): Add narrowing subtract functions.
14177 * math/bits/mathcalls-narrow.h (sub): Use __MATHCALL_NARROW.
14178 * math/gen-auto-libm-tests.c (test_functions): Add sub.
14179 * math/math-narrow.h (CHECK_NARROW_SUB): New macro.
14180 (NARROW_SUB_ROUND_TO_ODD): Likewise.
14181 (NARROW_SUB_TRIVIAL): Likewise.
14182 * sysdeps/ieee754/float128/float128_private.h (__fsubl): New
14183 macro.
14184 (__dsubl): Likewise.
14185 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fsub and
14186 dsub.
14187 (CFLAGS-nldbl-dsub.c): New variable.
14188 (CFLAGS-nldbl-fsub.c): Likewise.
14189 * sysdeps/ieee754/ldbl-opt/Versions (GLIBC_2.28): Add
14190 __nldbl_dsubl.
14191 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl_dsubl): New
14192 prototype.
14193 * manual/arith.texi (Misc FP Arithmetic): Document fsub, fsubl,
14194 dsubl, fMsubfN, fMsubfNx, fMxsubfN and fMxsubfNx.
14195 * math/auto-libm-test-in: Add tests of sub.
14196 * math/auto-libm-test-out-narrow-sub: New generated file.
14197 * math/libm-test-narrow-sub.inc: New file.
14198 * sysdeps/i386/fpu/s_f32xsubf64.c: Likewise.
14199 * sysdeps/ieee754/dbl-64/s_f32xsubf64.c: Likewise.
14200 * sysdeps/ieee754/dbl-64/s_fsub.c: Likewise.
14201 * sysdeps/ieee754/float128/s_f32subf128.c: Likewise.
14202 * sysdeps/ieee754/float128/s_f64subf128.c: Likewise.
14203 * sysdeps/ieee754/float128/s_f64xsubf128.c: Likewise.
14204 * sysdeps/ieee754/ldbl-128/s_dsubl.c: Likewise.
14205 * sysdeps/ieee754/ldbl-128/s_f64xsubf128.c: Likewise.
14206 * sysdeps/ieee754/ldbl-128/s_fsubl.c: Likewise.
14207 * sysdeps/ieee754/ldbl-128ibm/s_dsubl.c: Likewise.
14208 * sysdeps/ieee754/ldbl-128ibm/s_fsubl.c: Likewise.
14209 * sysdeps/ieee754/ldbl-96/s_dsubl.c: Likewise.
14210 * sysdeps/ieee754/ldbl-96/s_fsubl.c: Likewise.
14211 * sysdeps/ieee754/ldbl-opt/nldbl-dsub.c: Likewise.
14212 * sysdeps/ieee754/ldbl-opt/nldbl-fsub.c: Likewise.
14213 * sysdeps/ieee754/soft-fp/s_dsubl.c: Likewise.
14214 * sysdeps/ieee754/soft-fp/s_fsub.c: Likewise.
14215 * sysdeps/ieee754/soft-fp/s_fsubl.c: Likewise.
14216 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14217 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
14218 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
14219 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
14220 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
14221 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
14222 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
14223 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
14224 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
14225 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
14226 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
14227 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
14228 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
14229 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
14230 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
14231 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Likewise.
14232 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
14233 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
14234 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
14235 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
14236 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
14237 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
14238 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
14239 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
14240 * sysdeps/unix/sysv/linux/tile/tilegx32/libm.abilist: Likewise.
14241 * sysdeps/unix/sysv/linux/tile/tilegx64/libm.abilist: Likewise.
14242 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
14243 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
14244
14245 2018-03-19 Joseph Myers <joseph@codesourcery.com>
14246
14247 [BZ #20079]
14248 * elf/elf.h (SHT_X86_64_UNWIND): New macro.
14249
14250 2018-03-19 Wilco Dijkstra <wdijkstr@arm.com>
14251
14252 * benchtests/bench-timing.h (attribute_hidden): Undefine.
14253
14254 2018-03-18 Richard Braun <rbraun@sceen.net>
14255
14256 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Use a temporary
14257 thread reference.
14258
14259 2018-03-18 Agustina Arzille <avarzille@riseup.net>
14260
14261 * sysdeps/mach/libc-lock.h (__libc_cleanup_frame): Define structure.
14262 (__libc_cleanup_fct): Define function.
14263 (__libc_cleanup_region_start, __libc_cleanup_region_end,
14264 __libc_cleanup_end): Rewrite implementation using
14265 __attribute__ ((__cleanup__)).
14266 (__libc_cleanup_push, __libc_cleanup_pop): New macros.
14267 * hurd/Makefile (routines): Add hurdlock.
14268 * hurd/Versions (GLIBC_PRIVATE): Added new entry to export the above
14269 interface.
14270 (HURD_CTHREADS_0.3): Remove __libc_getspecific.
14271 * hurd/hurdpid.c: Include <lowlevellock.h>
14272 (_S_msg_proc_newids): Use lll_wait to synchronize.
14273 * hurd/hurdsig.c: (reauth_proc): Use __mutex_lock and __mutex_unlock.
14274 * hurd/setauth.c: Include <hurdlock.h>, use integer for synchronization.
14275 * mach/Makefile (lock-headers): Remove machine-lock.h.
14276 * mach/lock-intern.h: Include <lowlevellock.h> instead of
14277 <machine-lock.h>.
14278 (__spin_lock_t): New type.
14279 (__SPIN_LOCK_INITIALIZER): New macro.
14280 (__spin_lock, __spin_unlock, __spin_try_lock, __spin_lock_locked,
14281 __mutex_init, __mutex_lock_solid, __mutex_unlock_solid, __mutex_lock,
14282 __mutex_unlock, __mutex_trylock): Use lll to implement locks.
14283 * mach/mutex-init.c: Include <lowlevellock.h> instead of <cthreads.h>.
14284 (__mutex_init): Initialize with lll.
14285 * manual/errno.texi (EOWNERDEAD, ENOTRECOVERABLE): New errno values.
14286 * sysdeps/mach/Makefile: Add libmachuser as dependencies for libs
14287 needing lll.
14288 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
14289 * sysdeps/mach/hurd/cthreads.c (__libc_getspecific): Remove function.
14290 * sysdeps/mach/hurd/bits/libc-lock.h: Remove file.
14291 * sysdeps/mach/hurd/setpgid.c: Include <lowlevellock.h>.
14292 (__setpgid): Use lll for synchronization.
14293 * sysdeps/mach/hurd/setsid.c: Likewise with __setsid.
14294 * sysdeps/mach/bits/libc-lock.h: Include <tls.h> and <lowlevellock.h>
14295 instead of <cthreads.h>.
14296 (_IO_lock_inexpensive): New macro
14297 (__libc_lock_recursive_t, __rtld_lock_recursive_t): New structures.
14298 (__libc_lock_self0): New declaration.
14299 (__libc_lock_owner_self): New macro.
14300 (__libc_key_t): Remove type.
14301 (_LIBC_LOCK_INITIALIZER): New macro.
14302 (__libc_lock_define_initialized, __libc_lock_init, __libc_lock_fini,
14303 __libc_lock_fini_recursive, __rtld_lock_fini_recursive,
14304 __libc_lock_lock, __libc_lock_trylock, __libc_lock_unlock,
14305 __libc_lock_define_initialized_recursive,
14306 __rtld_lock_define_initialized_recursive,
14307 __libc_lock_init_recursive, __libc_lock_trylock_recursive,
14308 __libc_lock_lock_recursive, __libc_lock_unlock_recursive,
14309 __rtld_lock_initialize, __rtld_lock_trylock_recursive,
14310 __rtld_lock_lock_recursive, __rtld_lock_unlock_recursive
14311 __libc_once_define, __libc_mutex_unlock): Reimplement with lll.
14312 (__libc_lock_define_recursive, __rtld_lock_define_recursive,
14313 _LIBC_LOCK_RECURSIVE_INITIALIZER, _RTLD_LOCK_RECURSIVE_INITIALIZER):
14314 New macros.
14315 Include <libc-lockP.h> to reimplement libc_key* with pthread_key*.
14316 * hurd/hurdlock.c: New file.
14317 * hurd/hurdlock.h: New file.
14318 * mach/lowlevellock.h: New file
14319
14320 2018-03-18 Samuel Thibault <samuel.thibault@ens-lyon.org>
14321
14322 * sysdeps/mach/hurd/cthreads.c: Include <cthreads.h>.
14323 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Return ELOOP
14324 when opening a symlink with O_NOFOLLOW.
14325 * hurd/hurdlookup.c (__hurd_file_name_lookup): Do not append '/' to
14326 path when flags contains O_NOFOLLOW.
14327 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Return ENOTDIR
14328 if flags contains O_DIRECTORY and the result is a directory.
14329 * sysdeps/mach/hurd/i386/init-first.c (init): Also find ELF headers by
14330 oneself when the pointer given in D is nul (as set by ext2fs).
14331 * sysdeps/mach/hurd/mlockall.c: New file.
14332 * sysdeps/mach/hurd/munlockall.c: New file.
14333
14334 2018-03-17 Samuel Thibault <samuel.thibault@ens-lyon.org>
14335
14336 * hurd/hurdsig.c: Include <pthread.h>.
14337 (_hurdsig_init): Call pthread_getattr_np and pthread_attr_getstack to
14338 get the signal thread stack layout.
14339 * hurd/Makefile (headers): Remove threadvar.h.
14340 (inline-headers): Remove threadvar.h.
14341 * hurd/Versions (GLIBC_2.0: Remove __hurd_sigthread_stack_base,
14342 __hurd_sigthread_stack_end, __hurd_sigthread_variables,
14343 __hurd_threadvar_max, __hurd_errno_location.
14344 (HURD_CTHREADS_0.3): Add pthread_getattr_np, pthread_attr_getstack.
14345 * hurd/hurd/signal.h: Do not include <hurd/threadvar.h>.
14346 (_hurd_self_sigstate): Use THREAD_SELF to get _hurd_sigstate.
14347 (_HURD_SIGNAL_H_EXTERN_INLINE): Use THREAD_SELF to get _hurd_sigstate,
14348 unless TLS is not initialized yet, in which case we do not need a
14349 critical section yet anyway.
14350 * hurd/hurd/threadvar.h: Include <tls.h>, do not include
14351 <machine-sp.h>.
14352 (__hurd_sigthread_variables, __hurd_threadvar_max): Remove variables
14353 declarations.
14354 (__hurd_threadvar_index): Remove enum.
14355 (_HURD_THREADVAR_H_EXTERN_INLINE): Remove macro.
14356 (__hurd_threadvar_location_from_sp,__hurd_threadvar_location): Remove
14357 inlines.
14358 (__hurd_reply_port0): New variable declaration.
14359 (__hurd_local_reply_port): New macro.
14360 * hurd/hurdsig.c (__hurd_sigthread_variables): Remove variable.
14361 (interrupted_reply_port_location): Add thread_t parameter. Use it
14362 with THREAD_TCB to access thread-local variables.
14363 (_hurdsig_abort_rpcs): Pass ss->thread to
14364 interrupted_reply_port_location.
14365 (_hurd_internal_post_signal): Likewise.
14366 (_hurdsig_init): Use presence of cthread_fork instead of
14367 __hurd_threadvar_stack_mask to start signal thread by hand.
14368 Remove signal thread threadvar initialization.
14369 * hurd/hurdstartup.c: Do not include <hurd/threadvar.h>
14370 * hurd/sigunwind.c: Include <hurd/threadvar.h>
14371 (_hurdsig_longjmp_from_handler): Use __hurd_local_reply_port instead
14372 of threadvar.
14373 * sysdeps/mach/hurd/Versions (libc.GLIBC_PRIVATE): Add
14374 __libc_lock_self0.
14375 (ld.GLIBC_2.0): Remove __hurd_sigthread_stack_base,
14376 __hurd_sigthread_stack_end, __hurd_sigthread_variables.
14377 (ld.GLIBC_PRIVATE): Add __libc_lock_self0.
14378 * sysdeps/mach/hurd/cthreads.c: Add __libc_lock_self0.
14379 * sysdeps/mach/hurd/dl-sysdep.c (errno, __hurd_sigthread_stack_base,
14380 __hurd_sigthread_stack_end, __hurd_sigthread_variables, threadvars,
14381 __hurd_threadvar_stack_offset, __hurd_threadvar_stack_mask): Do not
14382 define variables.
14383 * sysdeps/mach/hurd/errno-loc.c: Do not include <errno.h> and
14384 <hurd/threadvar.h>.
14385 [IS_IN(rtld)] (rtld_errno): New variable.
14386 [IS_IN(rtld)] (__errno_location): New weak function.
14387 [!IS_IN(rtld)]: Include "../../../csu/errno-loc.c".
14388 * sysdeps/mach/hurd/errno.c: Remove file.
14389 * sysdeps/mach/hurd/fork.c: Include <hurd/threadvar.h>
14390 (__fork): Remove THREADVAR_SPACE macro and its use.
14391 * sysdeps/mach/hurd/i386/init-first.c (__hurd_threadvar_max): Remove
14392 variable.
14393 (init): Do not initialize threadvar.
14394 * sysdeps/mach/hurd/i386/libc.abilist (__hurd_threadvar_max): Remove
14395 symbol.
14396 * sysdeps/mach/hurd/i386/sigreturn.c (__sigreturn): Use
14397 __hurd_local_reply_port instead of threadvar.
14398 * sysdeps/mach/hurd/i386/tls.h (tcbhead_t): Add reply_port and
14399 _hurd_sigstate fields.
14400 (HURD_DESC_TLS, __LIBC_NO_TLS, THREAD_TCB): New macro.
14401 * sysdeps/mach/hurd/i386/trampoline.c: Remove outdated comment.
14402 * sysdeps/mach/hurd/libc-lock.h: Do not include <hurd/threadvar.h>.
14403 (__libc_lock_owner_self): Use &__libc_lock_self0 and THREAD_SELF
14404 instead of threadvar.
14405 * sysdeps/mach/hurd/libc-tsd.h: Remove file.
14406 * sysdeps/mach/hurd/mig-reply.c (GETPORT, reply_port): Remove macros.
14407 (use_threadvar, global_reply_port): Remove variables.
14408 (__hurd_reply_port0): New variable.
14409 (__mig_get_reply_port): Use __hurd_local_reply_port and
14410 __hurd_reply_port0 instead of threadvar.
14411 (__mig_dealloc_reply_port): Likewise.
14412 (__mig_init): Do not initialize threadvar.
14413 * sysdeps/mach/hurd/profil.c: Fix comment.
14414 * hurd/Versions (HURD_CTHREADS_0.3): Rename weak refs cthread_fork,
14415 cthread_detach, pthread_getattr_np, pthread_attr_getstack,
14416 cthread_keycreate, cthread_getspecific, cthread_setspecific to
14417 __cthread_fork, __cthread_detach, __pthread_getattr_np,
14418 __pthread_attr_getstack, __cthread_keycreate, __cthread_getspecific,
14419 __cthread_setspecific.
14420 * hurd/hurdsig.c (_hurdsig_init): Use __cthread_fork,
14421 __cthread_detach, __pthread_getattr_np, __pthread_attr_getstack,
14422 __cthread_t instead of cthread_fork, cthread_detach,
14423 pthread_getattr_np, pthread_attr_getstack.
14424 * sysdeps/mach/hurd/cthreads.c (cthread_keycreate): Rename to
14425 __cthread_keycreate.
14426 (cthread_getspecific): Rename to __cthread_getspecific.
14427 (cthread_setspecific): Rename to __cthread_setspecific.
14428 (__libc_getspecific): Use __cthread_getspecific instead of
14429 cthread_getspecific.
14430 * sysdeps/mach/hurd/libc-lock.h (__libc_key_create): Use
14431 __cthread_keycreate instead of cthread_keycreate.
14432 (__libc_setspecific): Use __cthread_setspecific instead of
14433 cthread_setspecific.
14434 * sysdeps/mach/libc-lock.h (__libc_key_create, __libc_setspecific):
14435 Likewise.
14436 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Always include
14437 <dl-sysdep.h>. Test for value of RTLD_PRIVATE_ERRNO instead of
14438 testing whether it is defined.
14439
14440 2018-03-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
14441
14442 * sysdeps/generic/thread_state.h (MACHINE_NEW_THREAD_STATE_FLAVOR):
14443 Define macro.
14444 * sysdeps/mach/thread_state.h (MACHINE_THREAD_STATE_FIX_NEW): New macro.
14445 * sysdeps/mach/i386/thread_state.h
14446 (MACHINE_NEW_THREAD_STATE_FLAVOR): New macro, defined to
14447 i386_THREAD_STATE.
14448 (MACHINE_THREAD_STATE_FLAVOR): Define to i386_REGS_SEGS_STATE instead of
14449 i386_THREAD_STATE.
14450 (MACHINE_THREAD_STATE_FIX_NEW): New macro, reads segments.
14451
14452 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Use
14453 i386_REGS_SEGS_STATE instead of i386_THREAD_STATE.
14454
14455 * sysdeps/mach/hurd/i386/tls.h (TCB_ALIGNMENT, HURD_SEL_LDT): New
14456 macros.
14457 (_hurd_tls_fork): Add original thread parameter, Duplicate existing LDT
14458 descriptor instead of creating a new one.
14459 (_hurd_tls_new): New function, creates a new descriptor and updates tcb.
14460
14461 * mach/setup-thread.c: Include <ldsodefs.h>.
14462 (__mach_setup_thread): Call _dl_allocate_tls, pass
14463 MACHINE_NEW_THREAD_STATE_FLAVOR to __thread_set_state instead of
14464 MACHINE_THREAD_STATE_FLAVOR, before getting
14465 MACHINE_THREAD_STATE_FLAVOR, calling _hurd_tls_new, and setting
14466 MACHINE_THREAD_STATE_FLAVOR with the result.
14467 * hurd/hurdfault.c (_hurdsig_fault_init): Call
14468 MACHINE_THREAD_STATE_FIX_NEW.
14469 * sysdeps/mach/hurd/fork.c (__fork): Call _hurd_tls_fork for sigthread
14470 too. Add original thread parameter.
14471
14472 2018-03-16 Joseph Myers <joseph@codesourcery.com>
14473
14474 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC] (__finite):
14475 Remove inline function.
14476
14477 * sysdeps/i386/fpu/libm-test-ulps: Update.
14478 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
14479
14480 2018-03-16 Wilco Dijkstra <wdijkstr@arm.com>
14481
14482 * sysdeps/m68k/m680x0/fpu/mathimpl.h (__ieee754_sqrt): Revert previous
14483 commit.
14484
14485 2018-03-15 Joseph Myers <joseph@codesourcery.com>
14486
14487 * sysdeps/x86/fpu/bits/mathinline.h [__FAST_MATH__]
14488 (__sincos_code): Remove define and undefine.
14489 [__FAST_MATH__] (__sincos): Remove inline function.
14490 [__FAST_MATH__] (__sincosf): Remove inline function.
14491 [__FAST_MATH__] (__sincosl): Remove inline function.
14492 (__atan2l): Remove inline functions.
14493 [!__GNUC_PREREQ (3, 4)] (__atan2_code): Remove macro.
14494 [!__GNUC_PREREQ (3, 4) && __FAST_MATH__] (atan2): Remove inline
14495 function.
14496 (floor): Remove inline function.
14497 (ceil): Likewise.
14498 [__FAST_MATH__] (__ldexp_code): Remove macro.
14499 [__FAST_MATH__] (ldexp): Remove inline function.
14500 [__FAST_MATH__ && __USE_ISOC99] (ldexpf): Likewise.
14501 [__FAST_MATH__ && __USE_ISOC99] (ldexpl): Likewise.
14502 [__FAST_MATH__ && __USE_ISOC99] (rint): Likewise.
14503 [__USE_ISOC99] (__lrint_code): Remove macro.
14504 [__USE_ISOC99] (__llrint_code): Likewise.
14505 [__USE_ISOC99] (lrintf): Remove inline function.
14506 [__USE_ISOC99] (lrint): Likewise.
14507 [__USE_ISOC99] (lrintl): Likewise.
14508 [__USE_ISOC99] (llrint): Likewise.
14509 [__USE_ISOC99] (llrintf): Likewise.
14510 [__USE_ISOC99] (llrintl): Likewise.
14511
14512 2018-03-15 Wilco Dijkstra <wdijkstr@arm.com>
14513
14514 * sysdeps/aarch64/fpu/math_private.h (__ieee754_sqrt): Remove.
14515 (__ieee754_sqrtf): Remove.
14516 * sysdeps/alpha/fpu/math_private.h (__ieee754_sqrt): Remove.
14517 (__ieee754_sqrtf): Remove.
14518 * sysdeps/generic/math-type-macros.h (M_SQRT): Use sqrt.
14519 * sysdeps/m68k/m680x0/fpu/mathimpl.h (__ieee754_sqrt): Remove.
14520 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Remove.
14521 (__ieee754_sqrtf): Remove.
14522 * sysdeps/s390/fpu/bits/mathinline.h: Remove file.
14523 * sysdeps/sparc/fpu/bits/mathinline.h (sqrt) Remove.
14524 (sqrtf): Remove.
14525 (sqrtl): Remove.
14526 (__ieee754_sqrt): Remove.
14527 (__ieee754_sqrtf): Remove.
14528 (__ieee754_sqrtl): Remove.
14529 * sysdeps/m68k/m680x0/fpu/mathimpl.h (__ieee754_sqrt): Remove.
14530 * sysdeps/x86/fpu/math_private.h (__ieee754_sqrt): Remove.
14531 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Remove.
14532 (__ieee754_sqrtf): Remove.
14533 (__ieee754_sqrtl): Remove.
14534
14535 2018-03-15 Wilco Dijkstra <wdijkstr@arm.com>
14536
14537 * sysdeps/ieee754/dbl-64/e_acosh.c (__ieee754_acosh): Use sqrt.
14538 * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Likewise.
14539 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
14540 * sysdeps/ieee754/dbl-64/e_j0.c (__ieee754_j0): Likewise.
14541 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1): Likewise.
14542 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
14543 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
14544 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
14545 Likewise.
14546 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Likewise.
14547 * sysdeps/ieee754/flt-32/e_acoshf.c (__ieee754_acoshf): Likewise.
14548 * sysdeps/ieee754/flt-32/e_asinf.c (__ieee754_asinf): Likewise.
14549 * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Likewise.
14550 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Likewise.
14551 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_j0f): Likewise.
14552 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_j1f): Likewise.
14553 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Likewise.
14554 * sysdeps/ieee754/flt-32/s_asinhf.c (__asinhf): Likewise.
14555 * sysdeps/ieee754/ldbl-128/e_acoshl.c (__ieee754_acoshl): Use sqrtl.
14556 * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Likewise.
14557 * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Likewise.
14558 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive): Likewise.
14559 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl): Likewise.
14560 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Likewise.
14561 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
14562 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
14563 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
14564 * sysdeps/ieee754/ldbl-128/s_asinhl.c (__ieee754_asinhl): Likewise.
14565 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Likewise.
14566 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
14567 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
14568 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive): Likewise.
14569 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Likewise.
14570 * sysdeps/ieee754/ldbl-128ibm/e_j0l.c (__ieee754_j0l): Likewise.
14571 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c (__ieee754_j1l): Likewise
14572 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
14573 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
14574 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__ieee754_asinhl): Likewise.
14575 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Use sqrtl.
14576 * sysdeps/ieee754/ldbl-96/e_asinl.c (__ieee754_asinl): Likewise.
14577 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive): Likewise.
14578 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Likewise.
14579 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Likewise.
14580 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
14581 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
14582 * sysdeps/ieee754/ldbl-96/s_asinhl.c (__ieee754_asinhl): Likewise.
14583 * sysdeps/m68k/m680x0/fpu/e_pow.c (__ieee754_pow): Likewise.
14584 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Likewise.
14585 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Likewise.
14586
14587 2018-03-15 Wilco Dijkstra <wdijkstr@arm.com>
14588
14589 * include/math.h (sqrt): Declare with asm redirect.
14590 (sqrtf): Likewise.
14591 (sqrtl): Likewise.
14592 (sqrtf128): Likewise.
14593 * Makeconfig: Add -fno-math-errno for libc/libm, but build testsuite,
14594 nonlib and libnldbl with -fmath-errno.
14595 * math/w_sqrt_compat.c: Define NO_MATH_REDIRECT.
14596 * math/w_sqrt_template.c: Likewise.
14597 * math/w_sqrtf_compat.c: Likewise.
14598 * math/w_sqrtl_compat.c: Likewise.
14599 * sysdeps/i386/fpu/w_sqrt.c: Likewise.
14600 * sysdeps/i386/fpu/w_sqrt_compat.c: Likewise.
14601 * sysdeps/generic/math-type-macros-float128.h: Remove math.h and
14602 complex.h.
14603
14604 2018-03-15 Wilco Dijkstra <wdijkstr@arm.com>
14605
14606 * benchtests/Makefile: Define _ISOMAC.
14607 * benchtests/bench-strcoll.c: Add missing sys/stat.h include.
14608 * benchtests/bench-string.h: Define inhibit_loop_to_libcall macro.
14609 * benchtests/bench-strstr.c: Define empty libc_hidden_builtin_def.
14610 * benchtests/bench-strtok.c (oldstrtok): Use rawmemchr.
14611 * benchtests/bench-timing.h: Define attribute_hidden.
14612
14613 2018-03-15 Siddhesh Poyarekar <siddhesh@sourceware.org>
14614
14615 * sysdeps/aarch64/strncmp.S (strncmp): Use lsr instead of
14616 mov + lsr.
14617
14618 2018-03-15 Rafal Luzynski <digitalfreak@lingonborough.com>
14619
14620 [BZ #22963]
14621 * localedata/locales/cs_CZ (mon): Rename to...
14622 (alt_mon): This.
14623 (mon): Import from CLDR (genitive case).
14624
14625 2018-03-15 Rafal Luzynski <digitalfreak@lingonborough.com>
14626
14627 [BZ #22937]
14628 * localedata/locales/el_CY (abmon): Rename to...
14629 (ab_alt_mon): This.
14630 (abmon): Import from CLDR (abbreviated genitive case).
14631 * localedata/locales/el_GR (abmon): Rename to...
14632 (ab_alt_mon): This.
14633 (abmon): Import from CLDR (abbreviated genitive case).
14634
14635 2018-03-15 Rafal Luzynski <digitalfreak@lingonborough.com>
14636
14637 [BZ #22932]
14638 * localedata/locales/lt_LT (abmon): Synchronize with CLDR.
14639
14640 2018-03-15 Robert Buj <robert.buj@gmail.com>
14641
14642 [BZ #22848]
14643 * localedata/locales/ca_ES (abmon): Rename to...
14644 (ab_alt_mon): This, then synchronize with CLDR (nominative case).
14645 (mon): Rename to...
14646 (alt_mon): This.
14647 (abmon): Import from CLDR (genitive case, month names preceded by
14648 "de" or "d’").
14649 (mon): Likewise.
14650 (abday): Synchronize with CLDR.
14651 (d_t_fmt): Likewise.
14652 (d_fmt): Likewise.
14653 (am_pm): Likewise.
14654
14655 (LC_TIME): Improve indentation.
14656 (LC_TELEPHONE): Likewise.
14657 (LC_NAME): Likewise.
14658 (LC_ADDRESS): Likewise.
14659
14660 2018-03-14 Joseph Myers <joseph@codesourcery.com>
14661
14662 * sysdeps/x86/fpu/bits/mathinline.h [!__GNUC_PREREQ (3, 4)]
14663 (lrintf): Remove definitions used only with old GCC.
14664 [!__GNUC_PREREQ (3, 4)] (lrint): Likewise.
14665 [!__GNUC_PREREQ (3, 4)] (llrintf): Likewise.
14666 [!__GNUC_PREREQ (3, 4)] (llrint): Likewise.
14667 [!__GNUC_PREREQ (3, 4)] (fmaxf): Likewise.
14668 [!__GNUC_PREREQ (3, 4)] (fmax): Likewise.
14669 [!__GNUC_PREREQ (3, 4)] (fminf): Likewise.
14670 [!__GNUC_PREREQ (3, 4)] (fmin): Likewise.
14671 [!__GNUC_PREREQ (3, 4)] (rint): Likewise.
14672 [!__GNUC_PREREQ (3, 4)] (rintf): Likewise.
14673 [!__GNUC_PREREQ (3, 4)] (nearbyint): Likewise.
14674 [!__GNUC_PREREQ (3, 4)] (nearbyintf): Likewise.
14675 [!__GNUC_PREREQ (3, 4)] (ceil): Likewise.
14676 [!__GNUC_PREREQ (3, 4)] (ceilf): Likewise.
14677 [!__GNUC_PREREQ (3, 4)] (floor): Likewise.
14678 [!__GNUC_PREREQ (3, 4)] (floorf): Likewise.
14679 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (tan): Likewise.
14680 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (fmod): Likewise.
14681 [__FAST_MATH__ && !__GNUC_PREREQ (3, 4)] (sin): Likewise.
14682 [__FAST_MATH__ && !__GNUC_PREREQ (3, 4)] (cos): Likewise.
14683 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (log10): Likewise.
14684 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (asin): Likewise.
14685 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (acos): Likewise.
14686 [__FAST_MATH__ && !__GNUC_PREREQ (3, 4)] (atan): Likewise.
14687 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (log1p): Likewise.
14688 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (logb): Likewise.
14689 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (log2): Likewise.
14690 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (drem): Likewise.
14691 [__FAST_MATH__] (__M_SQRT2): Remove macro.
14692
14693 2018-03-14 Siddhesh Poyarekar <siddhesh@sourceware.org>
14694
14695 * sysdeps/aarch64/strncmp.S (strncmp): Use a separate shift
14696 instruction to unbreak builds with binutils 2.26 and older.
14697
14698 2018-03-13 Siddhesh Poyarekar <siddhesh@sourceware.org>
14699
14700 * sysdeps/aarch64/strncmp.S (count): New macro.
14701 (strncmp): Store misaligned length in SRC1 in COUNT.
14702 (mutual_align): Adjust.
14703 (misaligned8): Load dword at a time when it is safe.
14704
14705 2018-03-12 Zack Weinberg <zackw@panix.com>
14706
14707 [BZ #1190]
14708 [BZ #19476]
14709 * libio/fileops.c (_IO_new_file_underflow): Return EOF immediately
14710 if the _IO_EOF_SEEN bit is already set; update commentary.
14711 * libio/oldfileops.c (_IO_old_file_underflow): Likewise.
14712 * libio/wfileops.c (_IO_wfile_underflow): Likewise.
14713
14714 * support/support_openpty.c, support/tty.h: New files.
14715 * support/Makefile (libsupport-routines): Add support_openpty.
14716
14717 * libio/tst-fgetc-after-eof.c, wcsmbs/test-fgetwc-after-eof.c:
14718 New test cases.
14719 * libio/Makefile (tests): Add tst-fgetc-after-eof.
14720 * wcsmbs/Makefile (tests): Add tst-fgetwc-after-eof.
14721
14722 2018-03-12 Dmitry V. Levin <ldv@altlinux.org>
14723
14724 * po/pt_BR.po: Update translations.
14725
14726 2018-03-12 David Michael <fedora.dm0@gmail.com>
14727
14728 * sysdeps/mach/hurd/reboot.c: Include <hurd/paths.h>
14729 (reboot): Lookup _SERVERS_STARTUP instead of calling proc_getmsgport to
14730 get a port to the startup server.
14731
14732 2018-03-11 Zack Weinberg <zackw@panix.com>
14733
14734 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Include math.h
14735 before nldbl-compat.h.
14736
14737 2018-03-10 Zack Weinberg <zackw@panix.com>
14738
14739 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Don't include
14740 math.h or math_private.h.
14741
14742 * sysdeps/alpha/fpu/s_isnan.c
14743 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c
14744 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c
14745 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c
14746 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c
14747 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c
14748 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c
14749 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c
14750 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c
14751 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c
14752 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c
14753 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c:
14754 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf.c
14755 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c
14756 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c:
14757 Include math_private.h.
14758
14759 * sysdeps/ieee754/ldbl-64-128/s_finitel.c
14760 * sysdeps/ieee754/ldbl-64-128/s_fpclassifyl.c
14761 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c
14762 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c
14763 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c
14764 * sysdeps/powerpc/power7/fpu/s_logb.c:
14765 Include math.h and math_private.h.
14766
14767 * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Wrap manual
14768 uses of $at in .set noat / .set at.
14769
14770 2018-03-10 H.J. Lu <hongjiu.lu@intel.com>
14771
14772 * include/setjmp.h (__libc_longjmp): Remove libc_hidden_proto.
14773 * setjmp/longjmp.c (__libc_longjmp): Remove libc_hidden_def.
14774 * sysdeps/s390/longjmp.c (__libc_longjmp): Likewise.
14775 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S (__libc_longjmp):
14776 Likewise.
14777
14778 2018-03-09 Florian Weimer <fweimer@redhat.com>
14779
14780 * malloc/malloc.c (prev_size, set_prev_size, prev_chunk): Fix typo
14781 in comment.
14782
14783 2018-03-09 Aurelien Jarno <aurelien@aurel32.net>
14784
14785 [BZ #22919]
14786 * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S (__startcontext):
14787 Add nop before __startcontext, add explaining comments.
14788
14789 2018-03-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
14790
14791 [BZ #22926]
14792 * sysdeps/powerpc/powerpc32/sysdep.h (ABORT_TRANSACTION_IMPL): Define
14793 empty for __SPE__.
14794 * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): Likewise.
14795 * sysdeps/unix/sysv/linux/powerpc/elision-lock.c (__lll_lock_elision):
14796 Do not build hardware transactional code for __SPE__.
14797 * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
14798 (__lll_trylock_elision): Likewise.
14799 * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
14800 (__lll_unlock_elision): Likewise.
14801
14802 * sysdeps/nptl/fork.c (ARCH_FORK): Replace by arch_fork.
14803 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: Remove file.
14804 * sysdeps/unix/sysv/linux/riscv/arch-fork.h: Likewise.
14805 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: Likewise.
14806 * sysdeps/unix/sysv/linux/arm/arch-fork.h: Likewise.
14807 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: Likewise.
14808 * sysdeps/unix/sysv/linux/i386/arch-fork.h: Likewise.
14809 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: Likewise.
14810 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: Likewise.
14811 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: Likewise.
14812 * sysdeps/unix/sysv/linux/mips/arch-fork.h: Likewise.
14813 * sysdeps/unix/sysv/linux/nios2/arch-fork.h: Likewise.
14814 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: Likewise.
14815 * sysdeps/unix/sysv/linux/s390/arch-fork.h: Likewise.
14816 * sysdeps/unix/sysv/linux/sh/arch-fork.h: Likewise.
14817 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: Likewise.
14818 * sysdeps/unix/sysv/linux/tile/arch-fork.h: Likewise.
14819 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: Likewise.
14820 * sysdeps/unix/sysv/linux/arch-fork.h (arch_fork): New function.
14821 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h: New file.
14822 * sysdeps/unix/sysv/linux/riscv/kernel-features.h: Likewise.
14823 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14824 (__ASSUME_CLONE_BACKWARDS): Define.
14825 * sysdeps/unix/sysv/linux/createthread.c (ARCH_CLONE): Define to
14826 __clone2 if __NR_clone2 is defined.
14827 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14828 (__ASSUME_CLONE_BACKWARDS): Likewise.
14829 * sysdeps/unix/sysv/linux/i386/kernel-features.h
14830 (__ASSUME_CLONE_BACKWARDS): Likewise.
14831 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14832 (__ASSUME_CLONE2): Likewise.
14833 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14834 (__ASSUME_CLONE_BACKWARDS3): Likewise.
14835 * sysdeps/unix/sysv/linux/kernel-features.h: Document possible clone
14836 variants and the define architecture can use.
14837 (__ASSUME_CLONE_DEFAULT): Define as default.
14838 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14839 (__ASSUME_CLONE_BACKWARDS): Likewise.
14840 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
14841 (__ASSUME_CLONE_BACKWARDS): Likewise.
14842 * sysdeps/unix/sysv/linux/s390/kernel-features.h
14843 (__ASSUME_CLONE_BACKWARDS2): Likewise.
14844
14845 2018-03-06 Siddhesh Poyarekar <siddhesh@sourceware.org>
14846
14847 * sysdeps/aarch64/memcmp.S (more16): Fix loop16 branch target.
14848
14849 * sysdeps/aarch64/memcmp.S: Widen comparison to 16 bytes at a
14850 time.
14851
14852 * benchtests/bench-strncmp.c (test_main): Remove 0 length tests.
14853 (do_test_limit): Likewise.
14854
14855 * benchtests/bench-strncmp.c (do_test_limit): Reallocate buffers
14856 for every implementation.
14857 (do_test): Likewise.
14858
14859 * benchtests/bench-strncmp.c: Convert output to json.
14860
14861 2018-03-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
14862
14863 * io/futimens.c: Add missing start-of-file descriptive comment.
14864 * io/utime.c: Likewise.
14865 * misc/futimesat.c: Likewise.
14866 * misc/utimes.c: Likewise.
14867 * sysdeps/mach/hurd/futimesat.c: Likewise.
14868 * sysdeps/mach/hurd/utimes.c: Likewise.
14869 * sysdeps/posix/utime.c: Likewise.
14870 * sysdeps/posix/utimes.c: Likewise.
14871 * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
14872 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
14873 * sysdeps/unix/sysv/linux/generic/utimes.c: Likewise.
14874 * sysdeps/unix/sysv/linux/utimes.c: Likewise.
14875
14876 2018-03-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
14877
14878 * sysdeps/mach/hurd/utime-helper.c (hurd_futimens): Rename function to
14879 hurd_futimes.
14880 * sysdeps/mach/hurd/utimes.c (__utimes): Update call accordingly.
14881 * sysdeps/mach/hurd/lutimes.c (__lutimes): Likewise.
14882 * sysdeps/mach/hurd/futimens.c: Include "utime-helper.c".
14883 (__futimens): Move implementation to...
14884 * sysdeps/mach/hurd/utime-helper.c (utime_ts_from_tspec,
14885 utime_tvalue_from_tspec): ... new helper functions.
14886 (hurd_futimens): New function.
14887 * sysdeps/mach/hurd/futimesat.c: New file.
14888 * sysdeps/mach/hurd/utimensat.c: New file.
14889
14890 2018-03-05 Flávio Cruz <flaviocruz@gmail.com>
14891
14892 * sysdeps/mach/hurd/bits/stat.h [__USE_ATFILE] (UTIME_NOW,
14893 UTIME_OMIT): New macros.
14894 * sysdeps/mach/hurd/futimens.c (__futimens): Try to use __file_utimens
14895 before reverting to converting time spec to time value and calling
14896 __file_utimes.
14897 * sysdeps/mach/hurd/utime-helper.c: New file.
14898 * sysdeps/mach/hurd/futimes.c: Include "utime-helper.c".
14899 (__futimes): Try to use utime_ts_from_tval and __file_utimens before
14900 reverting to utime_tvalue_from_tval and __file_utimes.
14901 * sysdeps/mach/hurd/lutimes.c: Include "utime-helper.c".
14902 (__lutimes): Just call hurd_futimens after lookup.
14903 * sysdeps/mach/hurd/utimes.c: Likewise.
14904
14905 2018-03-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
14906
14907 * bits/sigaction.h: Add include guard.
14908 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
14909 * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
14910 * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: Likewise.
14911 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: Likewise.
14912 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
14913 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Likewise.
14914 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
14915 * sysdeps/unix/sysv/linux/tile/bits/sigaction.h: Likewise.
14916 * hurd/hurd/signal.h: Include <bits/sigaction.h>.
14917
14918 2018-03-05 Joseph Myers <joseph@codesourcery.com>
14919
14920 * iconv/loop.c (UNICODE_TAG_HANDLER): Disable
14921 -Wmaybe-uninitialized for -Os.
14922 * sysdeps/s390/multiarch/8bit-generic.c (BODY): Add comment about
14923 this disabling.
14924
14925 2018-03-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
14926
14927 * bits/dirent.h (__INO_T_MATCHES_INO64_T): Define regardless whether
14928 __INO_T_MATCHES_INO64_T is defined.
14929 * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
14930 * dirent/alphasort.c: Check _DIRENT_MATCHES_DIRENT64 value instead
14931 of definition.
14932 * dirent/alphasort64.c: Likewise.
14933 * dirent/scandir.c: Likewise.
14934 * dirent/scandir64-tail.c: Likewise.
14935 * dirent/scandir64.c: Likewise.
14936 * dirent/scandirat.c: Likewise.
14937 * dirent/scandirat64.c: Likewise.
14938 * dirent/versionsort.c: Likewise.
14939 * dirent/versionsort64.c: Likewise.
14940 * include/dirent.h: Likewise.
14941
14942 * nptl/tst-cancel4-common.h (set_socket_buffer): New function.
14943 * nptl/tst-cancel4-common.c (do_test): Call set_socket_buffer
14944 for socketpair endpoint.
14945 * nptl/tst-cancel4.c (tf_send): Call set_socket_buffer and use
14946 WRITE_BUFFER_SIZE as buffer size for sending socket.
14947 (tf_sendto): Use SOCK_STREAM instead of SOCK_DGRAM and fix an
14948 issue on system where send is implemented with sendto syscall.
14949 * sysdeps/unix/sysv/linux/mips/mips64/Makefile [$(subdir) = socket]
14950 (CFLAGS-recv.c, CFLAGS-send.c): Remove rules.
14951 [$(subdir) = nptl] (CFLAGS-recv.c, CFLAGS-send.c): Likewise.
14952 * sysdeps/unix/sysv/linux/riscv/rv64/Makefile: Remove file.
14953
14954 [BZ #21269]
14955 * sysdeps/unix/sysv/linux/i386/Makefile (tests): Add tst-bz21269.
14956 * sysdeps/unix/sysv/linux/i386/sigaction.c (SET_SA_RESTORER): Clear
14957 sa_restorer for vDSO case.
14958 * sysdeps/unix/sysv/linux/i386/tst-bz21269.c: New file.
14959
14960 2018-03-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
14961
14962 * scripts/check-installed-headers.sh: Ignore Hurd and Mach headers.
14963 * hurd/hurd/id.h: Include <hurd/hurd_types.h>
14964 * hurd/hurd/ioctl.h: Include <mach/port.h>
14965 * hurd/hurd/lookup.h: Include <hurd/hurd_types.h>
14966 * mach/Makefile ($(objpfx)mach-shortcuts.h): Make it include
14967 <mach/mach_types.h> and <mach/message.h>.
14968 (headers): Move mach/param.h to bits/mach/param.h.
14969 * sysdeps/mach/i386/mach/param.h: Move file to ...
14970 * sysdeps/mach/i386/bits/mach/param.h: ... here. Update path in #error.
14971 * sysdeps/mach/hurd/bits/param.h: Include <bits/mach/param.h> instead
14972 of <mach/param.h>.
14973 * hurd/hurd/port.h: Do not include <hurd/signal.h>.
14974 * hurd/hurd/userlink.h [!defined __USE_EXTERN_INLINES ||
14975 !defined _LIBC || !IS_IN (libc)]: Do not include <hurd/signal.h>.
14976 * hurd/hurd/fd.h (_hurd_fd_error): Fix struct initializer to be
14977 trivial, for C++ conformity.
14978 * sysdeps/mach/hurd/dl-sysdep.c: Include <mach/machine/vm_param.h>.
14979 * mach/Machrules ($(patsubst %,$(objpfx)%.h,$(user-interfaces)):
14980 Process mig output through $(migheadersed).
14981 * hurd/Makefile (migheadersed): Define variable.
14982 * mach/mach/mig_support.h [defined __USE_GNU]: Do not #error out.
14983 * scripts/check-installed-headers.sh: Do not ignore Hurd and Mach
14984 headers.
14985 * hurd/hurd.h: Include <bits/types/sigset_t.h>
14986 * hurd/hurd/fd.h: Include <sys/select.h> and <bits/types/sigset_t.h>
14987 (_hurd_fd_read, _hurd_fd_write): Use __loff_t instead of loff_t.
14988 * hurd/hurd/signal.h: Include <bits/types/stack_t.h> and
14989 <bits/types/sigset_t.h>.
14990 [!defined __USE_GNU]: Do not #error out.
14991 (struct hurd_sigstate): Use _NSIG instead of NSIG.
14992 * hurd/hurd/sigpreempt.h (__need_size_t): Define.
14993 Include <stddef.h> and <bits/types/sigset_t.h>
14994 (struct hurd_signal_preemptor, hurd_catch_signal): Use __sighandler_t
14995 instead of sighandler_t.
14996 * stdlib/errno.h (error_t): Move definition to...
14997 * bits/types/error_t.h: ... new header.
14998 * stdlib/Makefile (headers): Add bits/types/error_t.h.
14999 * sysdeps/mach/hurd/bits/errno.h (error_t): Move definition to...
15000 * sysdeps/mach/hurd/bits/types/error_t.h: ... new header.
15001 * sysdeps/mach/hurd/errnos.awk (error_t): Likewise.
15002 * hurd/hurd.h: Include <bits/types/error_t.h>
15003 * hurd/hurd/fd.h: Include <bits/types/error_t.h>
15004 * hurd/hurd/id.h: Include <errno.h> and <bits/types/error_t.h>
15005 * hurd/hurd/lookup.h: Include <errno.h> and <bits/types/error_t.h>
15006 * hurd/hurd/resource.h: Include <bits/types/error_t.h>
15007 * hurd/hurd/signal.h: Include <bits/types/error_t.h>
15008 * hurd/hurd/sigpreempt.h: Include <bits/types/error_t.h>
15009 * sysdeps/mach/hurd/futimens.c: New file.
15010
15011 2018-03-03 Andreas Schwab <schwab@linux-m68k.org>
15012
15013 [BZ #22918]
15014 * nss/nsswitch.h (DEFINE_DATABASE): Don't define __nss_*_database.
15015 * nss/nsswitch.c (DEFINE_DATABASE): Define __nss_*_database here.
15016 * nscd/gai.c (__nss_hosts_database): Readd definition.
15017 * posix/tst-rfc3484.c (__nss_hosts_database): Likewise.
15018 * posix/tst-rfc3484-3.c (__nss_hosts_database): Likewise.
15019 * posix/tst-rfc3484-2.c (__nss_hosts_database): Likewise.
15020
15021 2018-03-02 Joseph Myers <joseph@codesourcery.com>
15022
15023 * sysdeps/powerpc/ifunc-sel.h (ifunc_sel): Make always_inline.
15024 (ifunc_one): Likewise.
15025
15026 2018-03-01 DJ Delorie <dj@delorie.com>
15027
15028 [BZ #22342]
15029 * nscd/netgroupcache.c (addinnetgrX): Include trailing NUL in
15030 key value.
15031
15032 2018-03-01 Maciej W. Rozycki <macro@mips.com>
15033
15034 * nptl_db/td_ta_thr_iter.c (iterate_thread_list): Remove
15035 `match_pid' parameter.
15036 (td_ta_thr_iter): Update accordingly.
15037
15038 2018-03-01 Florian Weimer <fweimer@redhat.com>
15039
15040 * nptl/Makefile (install-lib-ldscripts): Remove.
15041 (install): Remove rule.
15042 ($(inst_libdir)/libpthread.so): Likewise.
15043
15044 2018-03-01 Mike FABIAN <mfabian@redhat.com>
15045
15046 [BZ #22896]
15047 * localedata/locales/an_ES: update month and day names,
15048 improve d_fmt, improve postal_fmt, add country_post,
15049 add country_isbn
15050
15051 2018-03-01 Mike FABIAN <mfabian@redhat.com>
15052
15053 * localedata/locales/bg_BG (LC_COLLATE): The comment mentioned
15054 Ukrainian instead of Bulgarian.
15055
15056 2018-03-01 Florian Weimer <fweimer@redhat.com>
15057
15058 * nptl/Makefile (libpthread.so): Drop libpthread_nonshared.a
15059 reference.
15060
15061 2018-03-01 Florian Weimer <fweimer@redhat.com>
15062
15063 Move pthread_atfork to libc. Remove libpthread_nonshared.a.
15064 * nptl/Makefile (routines): Add pthread_atfork.
15065 (static-only-routines): Set to pthread_atfork.
15066 (libpthread-routines): Remove pthread_atfork.
15067 (libpthread-static-only-routines): Remove.
15068 (install): Update comment.
15069 (libpthread.so): Do not install libpthread_nonshared.a.
15070 (tests): Do not link with libpthread_nonshared.a.
15071 (generated): Remove libpthread_nonshared.a.
15072 * nptl/pthread_atfork.c (pthread_atfork): Turn into weak alias.
15073 * sysdeps/nptl/Makeconfig (shared-thread-library): Do not link
15074 with libpthread_nonshared.a.
15075
15076 2018-02-28 Joseph Myers <joseph@codesourcery.com>
15077
15078 [BZ #22902]
15079 * sysdeps/i386/fpu/fenv_private.h [!__x86_64__]
15080 (libc_feholdexcept_setroundf128): New macro.
15081 [!__x86_64__] (libc_feupdateenv_testf128): Likewise.
15082
15083 [BZ #15105]
15084 * sysdeps/wordsize-32/strtoumax.c (strtoumax): Use
15085 libc_hidden_def.
15086 * sysdeps/wordsize-64/strtoumax.c (strtoumax): Likewise.
15087 * include/inttypes.h: New file.
15088
15089 2018-02-27 Joseph Myers <joseph@codesourcery.com>
15090
15091 * locale/weightwc.h (findidx): Ignore -Wmaybe-uninitialized for
15092 -Os in two more places.
15093
15094 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15095
15096 See this bug https://sourceware.org/bugzilla/show_bug.cgi?id=22898
15097 * localedata/cmn_TW.UTF-8.in: Remove the lines which cannot
15098 be sorted correctly at the moment because of a bug.
15099
15100 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15101
15102 [BZ #22550] - es_ES locale (and other es_* locales): collation should
15103 treat ñ as a primary different character, sync the collation
15104 for Spanish with CLDR.
15105 [BZ #21547] - Tibetan script collation broken (Dzongkha and Tibetan).
15106 * localedata/Makefile: Add new test files.
15107 * localedata/lv_LV.UTF-8.in: Adapt test file to new collation order.
15108 * localedata/sv_SE.ISO-8859-1.in: Adapt test file to new
15109 collation order.
15110 * localedata/uk_UA.UTF-8.in: Adapt test file to new collation order.
15111 * localedata/am_ET.UTF-8.in: New test file.
15112 * localedata/az_AZ.UTF-8.in: Likewise.
15113 * localedata/be_BY.UTF-8.in: Likewise.
15114 * localedata/ber_DZ.UTF-8.in: Likewise.
15115 * localedata/ber_MA.UTF-8.in: Likewise.
15116 * localedata/bg_BG.UTF-8.in: Likewise.
15117 * localedata/br_FR.UTF-8.in: Likewise.
15118 * localedata/cmn_TW.UTF-8.in: Likewise.
15119 * localedata/crh_UA.UTF-8.in: Likewise.
15120 * localedata/csb_PL.UTF-8.in: Likewise.
15121 * localedata/cv_RU.UTF-8.in: Likewise.
15122 * localedata/cy_GB.UTF-8.in: Likewise.
15123 * localedata/dz_BT.UTF-8.in: Likewise.
15124 * localedata/eo.UTF-8.in: Likewise.
15125 * localedata/es_ES.UTF-8.in: Likewise.
15126 * localedata/fa_IR.UTF-8.in: Likewise.
15127 * localedata/fi_FI.UTF-8.in: Likewise.
15128 * localedata/fil_PH.UTF-8.in: Likewise.
15129 * localedata/fur_IT.UTF-8.in: Likewise.
15130 * localedata/gez_ER.UTF-8@abegede.in: Likewise.
15131 * localedata/ha_NG.UTF-8.in: Likewise.
15132 * localedata/ig_NG.UTF-8.in: Likewise.
15133 * localedata/ik_CA.UTF-8.in: Likewise.
15134 * localedata/kk_KZ.UTF-8.in: Likewise.
15135 * localedata/ku_TR.UTF-8.in: Likewise.
15136 * localedata/ky_KG.UTF-8.in: Likewise.
15137 * localedata/ln_CD.UTF-8.in: Likewise.
15138 * localedata/mi_NZ.UTF-8.in: Likewise.
15139 * localedata/ml_IN.UTF-8.in: Likewise.
15140 * localedata/mn_MN.UTF-8.in: Likewise.
15141 * localedata/mr_IN.UTF-8.in: Likewise.
15142 * localedata/mt_MT.UTF-8.in: Likewise.
15143 * localedata/nb_NO.UTF-8.in: Likewise.
15144 * localedata/om_KE.UTF-8.in: Likewise.
15145 * localedata/os_RU.UTF-8.in: Likewise.
15146 * localedata/ps_AF.UTF-8.in: Likewise.
15147 * localedata/ro_RO.UTF-8.in: Likewise.
15148 * localedata/ru_RU.UTF-8.in: Likewise.
15149 * localedata/sc_IT.UTF-8.in: Likewise.
15150 * localedata/se_NO.UTF-8.in: Likewise.
15151 * localedata/sq_AL.UTF-8.in: Likewise.
15152 * localedata/sv_SE.UTF-8.in: Likewise.
15153 * localedata/szl_PL.UTF-8.in: Likewise.
15154 * localedata/tg_TJ.UTF-8.in: Likewise.
15155 * localedata/tk_TM.UTF-8.in: Likewise.
15156 * localedata/tt_RU.UTF-8.in: Likewise.
15157 * localedata/tt_RU.UTF-8@iqtelif.in: Likewise.
15158 * localedata/ug_CN.UTF-8.in: Likewise.
15159 * localedata/uz_UZ.UTF-8.in: Likewise.
15160 * localedata/vi_VN.UTF-8.in: Likewise.
15161 * localedata/yi_US.UTF-8.in: Likewise.
15162 * localedata/yo_NG.UTF-8.in: Likewise.
15163 * localedata/zh_CN.UTF-8.in: Likewise.
15164 * localedata/locales/am_ET: Adapt collation rules to new iso14651_t1_common
15165 file and fix bugs in the collation.
15166 * localedata/locales/az_AZ: Likewise.
15167 * localedata/locales/be_BY: Likewise.
15168 * localedata/locales/ber_DZ: Likewise.
15169 * localedata/locales/ber_MA: Likewise.
15170 * localedata/locales/bg_BG: Likewise.
15171 * localedata/locales/br_FR: Likewise.
15172 * localedata/locales/br_FR@euro: Likewise.
15173 * localedata/locales/ca_ES: Likewise.
15174 * localedata/locales/cns11643_stroke: Likewise.
15175 * localedata/locales/crh_UA: Likewise.
15176 * localedata/locales/cs_CZ: Likewise.
15177 * localedata/locales/csb_PL: Likewise.
15178 * localedata/locales/cv_RU: Likewise.
15179 * localedata/locales/cy_GB: Likewise.
15180 * localedata/locales/da_DK: Likewise.
15181 * localedata/locales/dz_BT: Likewise.
15182 * localedata/locales/en_CA: Likewise.
15183 * localedata/locales/eo: Likewise.
15184 * localedata/locales/es_CU: Likewise.
15185 * localedata/locales/es_EC: Likewise.
15186 * localedata/locales/es_ES: Likewise.
15187 * localedata/locales/es_US: Likewise.
15188 * localedata/locales/et_EE: Likewise.
15189 * localedata/locales/fa_IR: Likewise.
15190 * localedata/locales/fi_FI: Likewise.
15191 * localedata/locales/fil_PH: Likewise.
15192 * localedata/locales/fur_IT: Likewise.
15193 * localedata/locales/gez_ER@abegede: Likewise.
15194 * localedata/locales/ha_NG: Likewise.
15195 * localedata/locales/hr_HR: Likewise.
15196 * localedata/locales/hsb_DE: Likewise.
15197 * localedata/locales/hu_HU: Likewise.
15198 * localedata/locales/ig_NG: Likewise.
15199 * localedata/locales/ik_CA: Likewise.
15200 * localedata/locales/is_IS: Likewise.
15201 * localedata/locales/iso14651_t1_pinyin: Likewise.
15202 * localedata/locales/kk_KZ: Likewise.
15203 * localedata/locales/ku_TR: Likewise.
15204 * localedata/locales/ky_KG: Likewise.
15205 * localedata/locales/ln_CD: Likewise.
15206 * localedata/locales/lt_LT: Likewise.
15207 * localedata/locales/lv_LV: Likewise.
15208 * localedata/locales/mi_NZ: Likewise.
15209 * localedata/locales/ml_IN: Likewise.
15210 * localedata/locales/mn_MN: Likewise.
15211 * localedata/locales/mr_IN: Likewise.
15212 * localedata/locales/mt_MT: Likewise.
15213 * localedata/locales/nb_NO: Likewise.
15214 * localedata/locales/om_KE: Likewise.
15215 * localedata/locales/os_RU: Likewise.
15216 * localedata/locales/pl_PL: Likewise.
15217 * localedata/locales/ps_AF: Likewise.
15218 * localedata/locales/ro_RO: Likewise.
15219 * localedata/locales/ru_RU: Likewise.
15220 * localedata/locales/ru_UA: Likewise.
15221 * localedata/locales/sc_IT: Likewise.
15222 * localedata/locales/se_NO: Likewise.
15223 * localedata/locales/si_LK: Likewise.
15224 * localedata/locales/sq_AL: Likewise.
15225 * localedata/locales/sv_FI: Likewise.
15226 * localedata/locales/sv_FI@euro: Likewise.
15227 * localedata/locales/sv_SE: Likewise.
15228 * localedata/locales/szl_PL: Likewise.
15229 * localedata/locales/tg_TJ: Likewise.
15230 * localedata/locales/ti_ER: Likewise.
15231 * localedata/locales/tk_TM: Likewise.
15232 * localedata/locales/tl_PH: Likewise.
15233 * localedata/locales/tr_TR: Likewise.
15234 * localedata/locales/tt_RU: Likewise.
15235 * localedata/locales/tt_RU@iqtelif: Likewise.
15236 * localedata/locales/ug_CN: Likewise.
15237 * localedata/locales/uk_UA: Likewise.
15238 * localedata/locales/uz_UZ: Likewise.
15239 * localedata/locales/uz_UZ@cyrillic: Likewise.
15240 * localedata/locales/vi_VN: Likewise.
15241 * localedata/locales/yi_US: Likewise.
15242 * localedata/locales/yo_NG: Likewise.
15243
15244 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15245
15246 * gen-locales.mk: Make test files which contain @ modifiers in their
15247 name work.
15248 * localedata/gen-locale.sh: Likewise.
15249
15250 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15251
15252 * posix/tst-fnmatch.input: Fix results for range expressions
15253 for non C locales.
15254 * posix/tst-regexloc.c: Do not use a range expression for
15255 de_DE.ISO-8859-1 locale.
15256
15257 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15258
15259 * posix/bug-regex5.c: Fix test case because with the new
15260 iso14651_t1_common file, the da_DK locale now has 6 collating elements
15261 in the ISO-8859-1 range instead of 4 with the old iso14651_t1_common
15262 file.
15263
15264 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15265
15266 * localedata/da_DK.ISO-8859-1.in: In the new iso14651_t1_common file
15267 downloaded from ISO, the collation order of @-. and space has changed.
15268 Therefore, this test file needed to be adapted.
15269 * localedata/fr_CA.UTF-8.in: Likewise.
15270 * localedata/fr_FR.UTF-8.in: Likewise.
15271 * localedata/uk_UA.UTF-8.in: Likewise.
15272
15273 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15274
15275 * localedata/cs_CZ.UTF-8.in: adapt this test file to the collation
15276 order of ȥ in the new iso14651_t1_common file.
15277 * localedata/pl_PL.UTF-8.in: Likewise.
15278
15279 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15280
15281 * localedata/locales/iso14651_t1_common: Add sections for various
15282 scripts to the iso14651_t1_common file.
15283
15284 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15285
15286 * localedata/locales/iso14651_t1_common: Use the code point of a
15287 character in the fourth collation level instead of IGNORE for all
15288 entries which have IGNORE on all 4 levels.
15289
15290 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15291
15292 * localedata/locales/iso14651_t1_common: Add some convenient collation
15293 symbols like <AFTER-A>, <BEFORE-A> to make tailoring easier using
15294 rules similar to those in CLDR.
15295
15296 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15297
15298 * localedata/locales/iso14651_t1_common: The new version of this
15299 file downloaded from ISO contained several syntax errors which
15300 are fixed by this patch.
15301
15302 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15303
15304 * localedata/locales/iso14651_t1_common: replace all <U.....>
15305 with <U000.....> because glibc understands only 4 digit or 8 digit
15306
15307 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15308
15309 * localedata/locales/iso14651_t1_common: Necessary changes
15310 to make the file downloaded from ISO usable by glibc.
15311
15312 2018-02-27 Mike FABIAN <mfabian@redhat.com>
15313
15314 [BZ #14095]
15315 * localedata/locales/iso14651_t1_common: Update file to
15316 latest version from ISO (ISO14651_2016_TABLE1_en.txt).
15317
15318 2018-02-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
15319
15320 * sysdeps/pthread/timer_routines.c: Include <timer_routines.h> instead
15321 of <nptl/pthreadP.h>
15322 (thread_attr_compare): Move function to...
15323 [!defined DELAYTIMER_MAX] (DELAYTIMER_MAX): Define to INT_MAX.
15324 * sysdeps/nptl/timer_routines.h: ... new header.
15325 * sysdeps/mach/hurd/gai_misc.h: New file.
15326
15327 2018-02-26 Joseph Myers <joseph@codesourcery.com>
15328
15329 * string/strcoll_l.c: Include <libc-diag.h>.
15330 (STRCOLL): Ignore -Wmaybe-uninitialized for -Os around
15331 declarations of seq1 and seq2.
15332
15333 [BZ #15105]
15334 * stdlib/atoi.c (atoi): Use libc_hidden_def.
15335 * include/stdlib.h [!_ISOMAC] (atoi): Use libc_hidden_proto.
15336
15337 2018-02-26 Dmitry V. Levin <ldv@altlinux.org>
15338
15339 [BZ #22433]
15340 [BZ #22807]
15341 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (__ptrace_request): Add
15342 PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS,
15343 PTRACE_GETVRREGS, PTRACE_SETVRREGS, PTRACE_GETEVRREGS,
15344 PTRACE_SETEVRREGS, PTRACE_GETREGS64, PTRACE_SETREGS64,
15345 PTRACE_GET_DEBUGREG, PTRACE_SET_DEBUGREG, PTRACE_GETVSRREGS,
15346 PTRACE_SETVSRREGS, and PTRACE_SINGLEBLOCK.
15347
15348 2018-02-26 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
15349
15350 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Undefine Linux
15351 macros used in __ptrace_request.
15352
15353 2018-02-23 H.J. Lu <hongjiu.lu@intel.com>
15354
15355 [BZ #22792]
15356 * Makerules ($(common-objpfx)%.h): Pass -DGEN_AS_CONST_HEADERS
15357 to $(CC).
15358 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Include
15359 <tcb-offsets.h> only if GEN_AS_CONST_HEADERS isn't defined.
15360 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Don't include
15361 <tcb-offsets.h>.
15362
15363 2018-02-23 Joseph Myers <joseph@codesourcery.com>
15364
15365 [BZ #15105]
15366 * ctype/ctype.c (tolower): Use libc_hidden_def.
15367 (toupper): Likewise.
15368 * include/ctype.h [!_ISOMAC] (tolower): Use libc_hidden_proto.
15369 [!_ISOMAC] (toupper): Likewise.
15370
15371 2018-02-23 Mike FABIAN <mfabian@redhat.com>
15372
15373 * localedata/Makefile: Remove --quiet argument when
15374 installing locales
15375
15376 2018-02-23 Mike FABIAN <mfabian@redhat.com>
15377
15378 [BZ #17438]
15379 * localedata/locales/pt_BR (LC_TIME): use / instead of -
15380 in d_fmt.
15381 * localedata/locales/pt_PT (LC_TIME): likewise
15382
15383 2018-02-23 Mike FABIAN <mfabian@redhat.com>
15384
15385 [BZ #22646]
15386 * localedata/locales/es_CL (LC_TIME): copy "es_BO".
15387 * localedata/locales/es_CU (LC_TIME): copy "es_BO".
15388 * localedata/locales/es_EC (LC_TIME): copy "es_BO".
15389
15390 2018-02-22 Adhemerval Zanella <adhemerval.zanella@linaro.org>
15391
15392 * sysdeps/sparc/fpu/libm-test-ulps: Update.
15393
15394 * nptl/Makefile (routines): Remove unregister-atfork.
15395 * nptl/register-atfork.c (fork_handler_pool): Remove variable.
15396 (fork_handler_alloc): Remove function.
15397 (fork_handlers, fork_handler_init): New variables.
15398 (__fork_lock): Rename to atfork_lock.
15399 (__register_atfork, __unregister_atfork, libc_freeres_fn): Rewrite
15400 to use a dynamic array to add/remove atfork handlers.
15401 * sysdeps/nptl/fork.c (__libc_fork): Likewise.
15402 * sysdeps/nptl/fork.h (__fork_lock, __fork_handlers, __linkin_atfork):
15403 Remove declaration.
15404 (fork_handler): Remove next, refcntr, and need_signal member.
15405 (__run_fork_handler_type): New enum.
15406 (__run_fork_handlers): New prototype.
15407 * nptl/register-atfork.c: Remove file.
15408 * sysdeps/nptl/libc-lockP.h (__libc_atfork): Remove declaration.
15409
15410 * sysdeps/nptl/nptl-signals.h: Move to ...
15411 * sysdeps/generic/internal-signals.h: ... here. Adjust internal
15412 comments.
15413 * sysdeps/unix/sysv/linux/internal-signals.h: Add include guards.
15414 (__nptl_is_internal_signal): Rename to __is_internal_signal and remove
15415 unnecessary check for SIGTIMER.
15416 (__nptl_clear_internal_signals): Rename to __clear_internal_signals and
15417 remove unnecessary removal of SIGTIMER.
15418 * sysdeps/unix/sysv/linux/raise.c: Adjust nptl-signal.h to
15419 include-signals.h rename.
15420 * nptl/pthreadP.h: Likewise.
15421 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Call
15422 __is_internal_signal instead of __nptl_is_internal_signal.
15423
15424 2018-02-22 Andrew Waterman <andrew@sifive.com>
15425
15426 [BZ # 22884]
15427 * sysdeps/riscv/rvd/s_fmax.c (__fmax): Handle sNaNs correctly.
15428 * sysdeps/riscv/rvd/s_fmin.c (__fmin): Likewise.
15429 * sysdeps/riscv/rvf/s_fmaxf.c (__fmaxf): Likewise.
15430 * sysdeps/riscv/rvf/s_fminf.c (__fminf): Likewise.
15431
15432 2018-02-22 DJ Delorie <dj@delorie.com>
15433
15434 * sysdeps/riscv/tls-macros.h: Do not initialize $gp.
15435
15436 2018-02-22 Siddhesh Poyarekar <siddhesh@sourceware.org>
15437
15438 * sysdeps/aarch64/strcmp.S (do_misaligned): Jump back to
15439 do_misaligned, not misaligned8.
15440
15441 2018-02-22 Steve Ellcey <sellcey@cavium.com>
15442
15443 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines):
15444 Add memcpy_thunderx2.
15445 * sysdeps/aarch64/multiarch/ifunc-impl-list.c (MAX_IFUNC):
15446 Increment to 4.
15447 (__libc_ifunc_impl_list): Add __memcpy_thunderx2.
15448 * sysdeps/aarch64/multiarch/memcpy.c (libc_ifunc): Add IS_THUNDERX2
15449 and IS_THUNDERX2PA checks.
15450 * sysdeps/aarch64/multiarch/memcpy_thunderx.S (USE_THUNDERX2):
15451 Use macro to set name appropriately.
15452 (memcpy): Use USE_THUNDERX2 macro to modify prefetches.
15453 * sysdeps/aarch64/multiarch/memcpy_thunderx2.S: New file.
15454 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_THUNDERX2PA):
15455 New macro.
15456 (IS_THUNDERX2): New macro.
15457
15458 2018-02-22 Stefan Liebler <stli@linux.vnet.ibm.com>
15459
15460 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
15461
15462 2018-02-21 Zack Weinberg <zackw@panix.com>
15463
15464 * libio/libio.h (_IO_pos_BAD, _IO_pos_0, _IO_pos_adjust):
15465 Define here, unconditionally.
15466 * libio/iolibio.h (_IO_pos_BAD): Don't define here.
15467 * libio/libioP.h: Remove #if 0 blocks.
15468 (_IO_pos_BAD, _IO_pos_0, _IO_pos_adjust): Don't define here.
15469 (_IO_va_start, COERCE_FILE, MAYBE_SET_EINVAL): Don't define.
15470 (CHECK_FILE): Don't use MAYBE_SET_EINVAL or COERCE_FILE. Fix style.
15471
15472 * libio/clearerr.c, libio/fputc.c, libio/getchar.c:
15473 Assume weak_alias is always defined.
15474
15475 * libio/fileops.c, libio/genops.c, libio/oldfileops.c
15476 * libio/oldpclose.c, libio/pclose.c, libio/wfileops.c:
15477 Remove #if 0 and #ifdef TODO blocks.
15478 Assume text_set_element is always defined.
15479
15480 * libio/iofdopen.c, libio/iogetdelim.c, libio/oldiofdopen.c
15481 Use __set_errno (EINVAL) instead of MAYBE_SET_EINVAL.
15482 * libio/tst-mmap-eofsync.c: Make #if 1 block unconditional.
15483
15484 * libio/libio.h (_IOS_ATEND, _IOS_APPEND, _IOS_TRUNC)
15485 (_IOS_NOCREATE, _IOS_NOREPLACE, _IOS_BIN, _OLD_STDIO_MAGIC)
15486 (_IO_SKIPWS, _IO_LEFT, _IO_RIGHT, _IO_INTERNAL, _IO_DEC)
15487 (_IO_OCT, _IO_HEX, _IO_SHOWBASE, _IO_SHOWPOINT, _IO_UPPERCASE)
15488 (_IO_SHOWPOS, _IO_SCIENTIFIC, _IO_FIXED, _IO_UNITBUF, _IO_STDIO)
15489 (_IO_DONT_CLOSE, _IO_BOOLALPHA, _IO_BAD_SEEN): Remove, unused.
15490 Reformat bit flags for _flags field to make occupancy clearer.
15491 Update commentary.
15492 * libio/bits/types/struct_FILE.h (_IO_EOF_SEEN, _IO_ERR_SEEN):
15493 Keep definitions consistent with those in libio/libio.h.
15494
15495 * libio/libio.h (_IO_file_flags): Remove macro.
15496 All uses changed to _flags.
15497
15498 * libio/libio.h (_IO_UNIFIED_JUMPTABLES, _STDIO_USES_IOSTREAM)
15499 (__HAVE_COLUMN, _IO_BE): Don't define.
15500 (_IO_peekc_unlocked, _IO_getwc_unlocked, _IO_putwc_unlocked)
15501 (_IO_fwide_maybe_incompatible): Use __glibc_unlikely.
15502 * libio/libioP.h (EOF): Don't define.
15503 * libio/iofdopen.c, libio/iofopen.c, libio/iopopen.c
15504 * libio/iovdprintf.c, libio/oldiofdopen.c, libio/oldiofopen.c
15505 * libio/oldiopopen.c, debug/vdprintf_chk.c: Remove #if block
15506 testing _IO_UNIFIED_JUMPTABLES.
15507
15508 * libio/libio.h (_IO_FILE): Delete; all uses changed to FILE.
15509 (_IO_fpos_t): Delete; all uses changed to __fpos_t.
15510 (_IO_fpos64_t): Delete; all uses changed to __fpos64_t.
15511 (_IO_size_t): Delete; all uses changed to size_t.
15512 (_IO_ssize_t): Delete; all uses changed to ssize_t or __ssize_t.
15513 (_IO_off_t): Delete; all uses changed to off_t.
15514 (_IO_off64_t): Delete; all uses changed to off64_t.
15515 (_IO_pid_t): Delete; all uses changed to pid_t.
15516 (_IO_uid_t): Delete; all uses changed to uid_t.
15517 (_IO_wint_t): Delete; all uses changed to wint_t.
15518 (_IO_va_list): Delete; all uses changed to va_list or __gnuc_va_list.
15519 (_IO_BUFSIZ): Delete; all uses changed to BUFSIZ.
15520 (_IO_cookie_io_functions_t): Delete; all uses changed to
15521 cookie_io_functions_t.
15522 (__io_read_fn): Delete; all uses changed to cookie_read_function_t.
15523 (__io_write_fn): Delete; all uses changed to cookie_write_function_t.
15524 (__io_seek_fn): Delete; all uses changed to cookie_seek_function_t.
15525 (__io_close_fn): Delete: all uses changed to cookie_close_function_t.
15526
15527 * libio/iofopncook.c: Remove unnecessary forward declarations.
15528 * libio/iolibio.h: Correct outdated commentary.
15529 * malloc/malloc.c (__malloc_stats): Remove unnecessary casts.
15530 * stdio-common/fxprintf.c (__fxprintf_nocancel):
15531 Remove unnecessary casts.
15532 * stdio-common/getline.c: Use _IO_getdelim directly.
15533 Don't redefine ssize_t.
15534 * stdio-common/printf_fp.c, stdio_common/printf_fphex.c
15535 * stdio-common/printf_size.c: Don't redefine size_t or FILE.
15536 Remove outdated comments.
15537 * stdio-common/vfscanf.c: Don't redefine va_list.
15538
15539 * libio/iolibio.h, libio/libioP.h: Remove extern "C".
15540 * libio/libio.h: Remove __BEGIN_DECLS and __END_DECLS.
15541 Remove preprocessor conditionals on _LIBC and __USE_GNU,
15542 which are always true, and __cplusplus, which is always false.
15543
15544 2018-02-21 Joseph Myers <joseph@codesourcery.com>
15545
15546 [BZ #15105]
15547 [BZ #19463]
15548 * libio/fputc_u.c (fputc_unlocked): Use libc_hidden_def.
15549 * libio/putc_u.c (putc_unlocked): Rename to __putc_unlocked and
15550 define as weak alias of __putc_unlocked. Use libc_hidden_weak.
15551 * include/stdio.h [!_ISOMAC] (fputc_unlocked): Use
15552 libc_hidden_proto.
15553 [!_ISOMAC] (putc_unlocked): Likewise.
15554 [!_ISOMAC] (__putc_unlocked): Declare as hidden function, and
15555 define inline if [__USE_EXTERN_INLINES].
15556 * misc/syslog.c (__vsyslog_chk): Call __putc_unlocked instead of
15557 putc_unlocked.
15558
15559 [BZ #15105]
15560 [BZ #19463]
15561 * libio/getc_u.c (getc_unlocked): Use libc_hidden_weak.
15562 * include/stdio.h [!_ISOMAC] (__getc_unlocked): Use
15563 attribute_hidden, and define inline if [__USE_EXTERN_INLINES].
15564 [!_ISOMAC] (getc_unlocked): Use libc_hidden_proto.
15565 * misc/getttyent.c (__getttyent): Call __getc_unlocked instead of
15566 getc_unlocked.
15567 * time/tzfile.c (__tzfile_read): Likewise.
15568
15569 2018-02-21 Mike FABIAN <mfabian@redhat.com>
15570
15571 [BZ #22517]
15572 * localedata/locales/et_EE (LC_COLLATE): add missing “reorder-end”
15573
15574 2018-02-21 Rical Jasan <ricaljasan@pacific.net>
15575
15576 * io/fcntl.h: Fix a typo in a comment.
15577
15578 2018-02-21 Rical Jasan <ricaljasan@pacific.net>
15579
15580 [BZ #22862]
15581 * include/features.h: Add _ISOC11_SOURCE to test for whether to
15582 define _DEFAULT_SOURCE.
15583 * manual/creature.texi (_DEFAULT_SOURCE): Improve documentation.
15584
15585 2018-02-21 Florian Weimer <fweimer@redhat.com>
15586
15587 [BZ #20890]
15588 * elf/cache.c (save_cache): Call fsync on temporary file before
15589 renaming it.
15590 (save_aux_cache): Call fdatasync on temporary file before renaming
15591 it.
15592
15593 2018-02-21 Florian Weimer <fweimer@redhat.com>
15594
15595 [BZ #22787]
15596 * include/caller.h: Remove file.
15597 * elf/dl-caller.c: Likewise.
15598 * elf/Makefile (dl-routines): Remove dl-caller.
15599 (shared-only-routines): Do not add dl-caller.
15600 * elf/dl-load.c (_dl_map_object_from_fd): Do not call
15601 __check_caller.
15602 * elf/dl-open.c (struct dl_open_args): Remove caller_dl_open
15603 member.
15604 (dl_open_worker): Do not call __check_caller.
15605 (_dl_open): Do not set caller_dl_open member.
15606 * elf/rtld.c (_rtld_global_ro): Do not initialize
15607 _dl_check_caller member.
15608 * sysdeps/generic/ldsodefs.h (rtld_global): Remove
15609 _dl_check_caller member.
15610 (_dl_check_caller): Remove declaration.
15611 * sysdeps/unix/sysv/linux/dl-execstack.c
15612 (_dl_make_stack_executable): Do not call __check_caller.
15613
15614 2018-02-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
15615
15616 * sysdeps/mach/hurd/dl-sysdep.c (_dl_random): New variable.
15617 * sysdeps/mach/hurd/sysdep-cancel.h: New file.
15618
15619 2018-02-20 Rical Jasan <ricaljasan@pacific.net>
15620
15621 * manual/creature.texi (_ISOC99_SOURCE): Update the dated
15622 description.
15623
15624 2018-02-20 Rical Jasan <ricaljasan@pacific.net>
15625
15626 [BZ #16335]
15627 * manual/creature.texi (_POSIX_C_SOURCE): Document special values
15628 of 199606L, 200112L, and 200809L.
15629 (_XOPEN_SOURCE): Document special values of 600 and 700.
15630 (_ISOC11_SOURCE): Document macro.
15631 (_ATFILE_SOURCE): Likewise.
15632 (_FORTIFY_SOURCE): Likewise.
15633
15634 2018-02-19 Joseph Myers <joseph@codesourcery.com>
15635
15636 [BZ #15105]
15637 [BZ #19463]
15638 * libio/ferror_u.c (ferror_unlocked): Rename to __ferror_unlocked
15639 and define as weak alias of __ferror_unlocked. Use
15640 libc_hidden_weak.
15641 * include/stdio.h [!_ISOMAC] (ferror_unlocked): Use
15642 libc_hidden_proto.
15643 [!_ISOMAC] (__ferror_unlocked) New declaration, and inline
15644 function if [__USE_EXTERN_INLINES].
15645 * time/getdate.c (__getdate_r): Call __ferror_unlocked instead of
15646 ferror_unlocked.
15647
15648 2018-02-19 Rical Jasan <ricaljasan@pacific.net>
15649
15650 [BZ #6889]
15651 * manual/filesys.texi (get_current_dir_name): Clarify behaviour.
15652
15653 2018-02-18 Aurelien Jarno <aurelien@aurel32.net>
15654
15655 [BZ #22818]
15656 * posix/tst-glob_lstat_compat.c [__alpha__] (glob): Access
15657 the GLIBC_2.1 version.
15658
15659 2018-02-18 Aurelien Jarno <aurelien@aurel32.net>
15660
15661 [BZ #21508]
15662 * catgets/xopen-msg.awk: Ignore POT-Creation-Date line.
15663 * intl/Makefile ($(objpfx)tst-gettext-de.po): Generate
15664 intl/tst-gettext-de.po from po/de.po by removing the
15665 POT-Creation-Date line.
15666 ($(objpfx)msgs.h): Depend on $(objpfx)tst-gettext-de.po instead of
15667 ../po/de.po.
15668 * intl/tst-gettext.sh: Use ${objpfx}tst-gettext-de.po instead of
15669 ../po/de.po.
15670
15671 2018-02-17 Samuel Thibault <samuel.thibault@ens-lyon.org>
15672
15673 * mach/Makefile (headers): Add mach/param.h.
15674 * sysdeps/mach/hurd/bits/param.h: Include <mach/param.h>.
15675 * sysdeps/mach/i386/mach/param.h: New file, defines EXEC_PAGESIZE
15676 * sysdeps/mach/hurd/ptsname.c: Include <sys/stat.h>.
15677 (__ptsname_r): Move implementation to...
15678 (__ptsname_internal): ... new function. Add filling the STP
15679 structure.
15680
15681 2018-02-17 John David Anglin <danglin@gcc.gnu.org>
15682
15683 * sysdeps/hppa/fpu/libm-test-ulps (pow): Increase double and
15684 idouble to 1 ULP.
15685
15686 2018-02-16 Rical Jasan <ricaljasan@pacific.net>
15687
15688 * manual/platform.texi (__riscv_flush_icache): Fix @deftypefun
15689 syntax.
15690
15691 2018-02-16 Stefan Liebler <stli@linux.vnet.ibm.com>
15692
15693 * nptl/Makefile (tst-mutex8-ENV): Delete.
15694 * nptl/tst-mutex8.c (check_type):
15695 Add runtime check if mutex will be elided.
15696
15697 2018-02-15 Joseph Myers <joseph@codesourcery.com>
15698
15699 [BZ #20980]
15700 [BZ #21234]
15701 * manual/install.texi (Configuring and compiling): Describe
15702 passing CC and CFLAGS on configure command line, not as
15703 environment variables. Use @code markup on those variables.
15704 Specify what options go in CC and what go in CFLAGS. Note the
15705 requirement to compile with optimization.
15706 * INSTALL: Regenerated.
15707
15708 [BZ #18124]
15709 * sysdeps/hppa/bsd-setjmp.S: Include <sysdep.h>.
15710 (setjmp): Use HIDDEN_JUMPTARGET with __sigsetjmp.
15711 * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Call
15712 __sigprocmask instead of sigprocmask.
15713 * sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext):
15714 Likewise.
15715 * sysdeps/unix/sysv/linux/hppa/localplt.data: Remove entries for
15716 __sigsetjmp and sigprocmask.
15717
15718 [BZ #15105]
15719 * include/argz.h (argz_next): Use libc_hidden_proto.
15720 (__argz_next): Likewise.
15721 * string-argz-next.c (__argz_next): Use libc_hidden_def.
15722 (argz_next): Use libc_hidden_weak.
15723
15724 [BZ #15105]
15725 * include/sys/socket.h [!_ISOMAC] (__cmsg_nxthdr): Use
15726 libc_hidden_proto.
15727 * sysdeps/unix/sysv/linux/cmsg_nxthdr.c (__cmsg_nxthdr): Use
15728 libc_hidden_def.
15729
15730 [BZ #15105]
15731 * include/stdio.h [!_ISOMAC && IS_IN (libc)] (fputs): Use
15732 libc_hidden_proto.
15733 * libio/iofputs.c (fputs): Use libc_hidden_weak.
15734
15735 [BZ #15105]
15736 [BZ #19463]
15737 * libio/feof_u.c (feof_unlocked): Rename to __feof_unlocked and
15738 define as weak alias of __feof_unlocked. Use libc_hidden_weak.
15739 * include/stdio.h (feof_unlocked): Use libc_hidden_proto.
15740 (__feof_unlocked): New declaration, and inline function if
15741 [__USE_EXTERN_INLINES].
15742 * iconv/gconv_conf.c (read_conf_file): Call __feof_unlocked
15743 instead of feof_unlocked.
15744 * intl/localealias.c [_LIBC] (FEOF): Likewise.
15745 * nss/nsswitch.c (nss_parse_file): Likewise.
15746 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area):
15747 Likewise.
15748 * time/getdate.c (__getdate_r): Likewise.
15749 * sysdeps/posix/getaddrinfo.c [IS_IN (libc)] (feof_unlocked):
15750 Define as macro to call __feof_unlocked.
15751
15752 2018-02-15 Wilco Dijkstra <wdijkstr@arm.com>
15753
15754 * sysdeps/aarch64/fpu/fpu_control.h: Use <> in include.
15755
15756 2018-02-15 Wilco Dijkstra <wdijkstr@arm.com>
15757
15758 * math/Makefile: Remove mpexp.c and mplog.c
15759 * sysdeps/i386/fpu/mpexp.c: Delete file.
15760 * sysdeps/i386/fpu/mplog.c: Likewise.
15761 * sysdeps/ia64/fpu/mpexp.c: Likewise.
15762 * sysdeps/ia64/fpu/mplog.c: Likewise.
15763 * sysdeps/ieee754/dbl-64/e_exp.c: Remove mention of mpexp and mplog.
15764 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): Remove unused function.
15765 * sysdeps/ieee754/dbl-64/mpexp.c: Delete file.
15766 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
15767 * sysdeps/m68k/m680x0/fpu/mpexp.c: Likewise.
15768 * sysdeps/m68k/m680x0/fpu/mplog.c: Likewise.
15769 * sysdeps/x86_64/fpu/multiarch/Makefile: Remove mpexp* and mplog*.
15770 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: Remove unused defines.
15771 * sysdeps/x86_64/fpu/multiarch/e_log-fma.c: Likewise.
15772 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
15773 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: Delete file.
15774 * sysdeps/x86_64/fpu/multiarch/mpexp-fma.c: Likewise.
15775 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
15776 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: Likewise.
15777 * sysdeps/x86_64/fpu/multiarch/mplog-fma.c: Likewise.
15778 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
15779
15780 2018-02-15 Stefan Liebler <stli@linux.vnet.ibm.com>
15781
15782 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
15783
15784 2018-02-14 Adhemerval Zanella <adhemerval.zanella@linaro.org>
15785
15786 * sysdeps/sh/libm-test-ulps: Update.
15787
15788 2018-02-12 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
15789
15790 * sysdeps/powerpc/fpu/libm-test-ulps (pow): Increase double and
15791 idouble to 1 ULP.
15792
15793 2018-02-12 Zack Weinberg <zackw@panix.com>
15794
15795 [BZ #19239]
15796 * posix/sys/types.h: Don't include sys/sysmacros.h.
15797 * misc/sys/sysmacros.h: Remove the conditional deprecation
15798 warnings for the macros defined by this header.
15799
15800 2018-02-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
15801
15802 * manual/probes.texi: Remove slowexp probes.
15803 * math/Makefile: Remove slowexp.
15804 * sysdeps/generic/math_private.h (__slowexp): Remove.
15805 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Remove __slowexp and
15806 document error bounds.
15807 * sysdeps/i386/fpu/slowexp.c: Remove.
15808 * sysdeps/ia64/fpu/slowexp.c: Remove.
15809 * sysdeps/ieee754/dbl-64/slowexp.c: Remove.
15810 * sysdeps/ieee754/dbl-64/uexp.h (err_0): Remove.
15811 * sysdeps/m68k/m680x0/fpu/slowexp.c: Remove.
15812 * sysdeps/powerpc/power4/fpu/Makefile (CPPFLAGS-slowexp.c): Remove.
15813 * sysdeps/x86_64/fpu/multiarch/Makefile: Remove slowexp-fma.
15814 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c (__slowexp): Remove.
15815 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c (__slowexp): Remove.
15816 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c (__slowexp): Remove.
15817 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: Remove.
15818 * sysdeps/x86_64/fpu/multiarch/slowexp-fma.c: Remove.
15819 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Remove.
15820
15821 2018-02-12 Wilco Dijkstra <wdijkstr@arm.com>
15822
15823 [BZ #13932]
15824 * sysdeps/ieee754/dbl-64/uexp.h (err_1): Remove.
15825 * benchtests/pow-inputs: Update comment for slow path cases.
15826 * manual/probes.texi (slowpow_p10): Delete removed probe.
15827 (slowpow_p10): Likewise.
15828 * math/Makefile: Remove halfulp.c and slowpow.c.
15829 * sysdeps/aarch64/libm-test-ulps: Set ULP of pow to 1.
15830 * sysdeps/generic/math_private.h (__exp1): Remove error argument.
15831 (__halfulp): Remove.
15832 (__slowpow): Remove.
15833 * sysdeps/i386/fpu/halfulp.c: Delete file.
15834 * sysdeps/i386/fpu/slowpow.c: Likewise.
15835 * sysdeps/ia64/fpu/halfulp.c: Likewise.
15836 * sysdeps/ia64/fpu/slowpow.c: Likewise.
15837 * sysdeps/ieee754/dbl-64/e_exp.c (__exp1): Remove error argument,
15838 improve comments and add error analysis.
15839 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Add error analysis.
15840 (power1): Remove function:
15841 (log1): Remove error argument, add error analysis.
15842 (my_log2): Remove function.
15843 * sysdeps/ieee754/dbl-64/halfulp.c: Delete file.
15844 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
15845 * sysdeps/m68k/m680x0/fpu/halfulp.c: Likewise.
15846 * sysdeps/m68k/m680x0/fpu/slowpow.c: Likewise.
15847 * sysdeps/powerpc/power4/fpu/Makefile: Remove CPPFLAGS-slowpow.c.
15848 * sysdeps/x86_64/fpu/libm-test-ulps: Set ULP of pow to 1.
15849 * sysdeps/x86_64/fpu/multiarch/Makefile: Remove slowpow-fma.c,
15850 slowpow-fma4.c, halfulp-fma.c, halfulp-fma4.c.
15851 * sysdeps/x86_64/fpu/multiarch/e_pow-fma.c (__slowpow): Remove define.
15852 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c (__slowpow): Likewise.
15853 * sysdeps/x86_64/fpu/multiarch/halfulp-fma.c: Delete file.
15854 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
15855 * sysdeps/x86_64/fpu/multiarch/slowpow-fma.c: Likewise.
15856 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
15857
15858 2018-02-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
15859
15860 * nscd/connections.c (RWLOCK_INITIALIZER): Define to
15861 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP or
15862
15863 2018-02-10 Dmitry V. Levin <ldv@altlinux.org>
15864
15865 [BZ #22433]
15866 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h (__ptrace_request):
15867 Remove arm-specific PTRACE_GET_THREAD_AREA, PTRACE_GETHBPREGS,
15868 and PTRACE_SETHBPREGS.
15869
15870 2018-02-10 Zack Weinberg <zackw@panix.com>
15871
15872 [BZ #22830]
15873 * malloc/malloc.c (__malloc_stats): Restore stderr->_flags2
15874 correctly.
15875 * malloc/tst-malloc-stats-cancellation.c: New test case.
15876 * malloc/Makefile: Add new test case.
15877
15878 2018-02-10 Wilco Dijkstra <wdijkstr@arm.com>
15879
15880 * sysdeps/aarch64/fpu/fpu_control.h: Add features.h to fix build error.
15881
15882 2018-02-10 Joseph Myers <joseph@codesourcery.com>
15883
15884 * math/Makefile (libm-narrow-fns): Add add.
15885 (libm-test-funcs-narrow): Likewise.
15886 * math/Versions (GLIBC_2.28): Add narrowing add functions.
15887 * math/bits/mathcalls-narrow.h (add): Use __MATHCALL_NARROW .
15888 * math/gen-auto-libm-tests.c (test_functions): Add add.
15889 * math/math-narrow.h (CHECK_NARROW_ADD): New macro.
15890 (NARROW_ADD_ROUND_TO_ODD): Likewise.
15891 (NARROW_ADD_TRIVIAL): Likewise.
15892 * sysdeps/ieee754/float128/float128_private.h (__faddl): New
15893 macro.
15894 (__daddl): Likewise.
15895 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fadd and
15896 dadd.
15897 (CFLAGS-nldbl-dadd.c): New variable.
15898 (CFLAGS-nldbl-fadd.c): Likewise.
15899 * sysdeps/ieee754/ldbl-opt/Versions (GLIBC_2.28): Add
15900 __nldbl_daddl.
15901 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl_daddl): New
15902 prototype.
15903 * manual/arith.texi (Misc FP Arithmetic): Document fadd, faddl,
15904 daddl, fMaddfN, fMaddfNx, fMxaddfN and fMxaddfNx.
15905 * math/auto-libm-test-in: Add tests of add.
15906 * math/auto-libm-test-out-narrow-add: New generated file.
15907 * math/libm-test-narrow-add.inc: New file.
15908 * sysdeps/i386/fpu/s_f32xaddf64.c: Likewise.
15909 * sysdeps/ieee754/dbl-64/s_f32xaddf64.c: Likewise.
15910 * sysdeps/ieee754/dbl-64/s_fadd.c: Likewise.
15911 * sysdeps/ieee754/float128/s_f32addf128.c: Likewise.
15912 * sysdeps/ieee754/float128/s_f64addf128.c: Likewise.
15913 * sysdeps/ieee754/float128/s_f64xaddf128.c: Likewise.
15914 * sysdeps/ieee754/ldbl-128/s_daddl.c: Likewise.
15915 * sysdeps/ieee754/ldbl-128/s_f64xaddf128.c: Likewise.
15916 * sysdeps/ieee754/ldbl-128/s_faddl.c: Likewise.
15917 * sysdeps/ieee754/ldbl-128ibm/s_daddl.c: Likewise.
15918 * sysdeps/ieee754/ldbl-128ibm/s_faddl.c: Likewise.
15919 * sysdeps/ieee754/ldbl-96/s_daddl.c: Likewise.
15920 * sysdeps/ieee754/ldbl-96/s_faddl.c: Likewise.
15921 * sysdeps/ieee754/ldbl-opt/nldbl-dadd.c: Likewise.
15922 * sysdeps/ieee754/ldbl-opt/nldbl-fadd.c: Likewise.
15923 * sysdeps/ieee754/soft-fp/s_daddl.c: Likewise.
15924 * sysdeps/ieee754/soft-fp/s_fadd.c: Likewise.
15925 * sysdeps/ieee754/soft-fp/s_faddl.c: Likewise.
15926 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15927 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
15928 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
15929 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
15930 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
15931 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
15932 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
15933 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
15934 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
15935 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
15936 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
15937 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
15938 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
15939 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
15940 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
15941 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Likewise.
15942 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
15943 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
15944 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
15945 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
15946 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
15947 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
15948 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
15949 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
15950 * sysdeps/unix/sysv/linux/tile/tilegx32/libm.abilist: Likewise.
15951 * sysdeps/unix/sysv/linux/tile/tilegx64/libm.abilist: Likewise.
15952 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
15953 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
15954
15955 * sysdeps/powerpc/powerpc64le/Makefile [$(subdir) = math]
15956 (f128-pairs): New variable.
15957 [$(subdir) = math] ($(foreach suf,$(all-object-suffixes),$(foreach
15958 pair,$(f128-pairs),$(objpfx)test-$(pair)%$(suf)))): Add -mfloat128
15959 to CFLAGS.
15960 [$(subdir) = math] ($(foreach pair,$(f128-pairs),test-$(pair)%)):
15961 Also make tests add $(f128-loader-link) to gnulib-tests.
15962
15963 2018-02-09 DJ Delorie <dj@redhat.com>
15964
15965 [BZ #22827]
15966 * sysdeps/unix/sysv/linux/riscv/readelflib.c (process_elf_file): Use
15967 64-bit ELF type for 64-bit ELF objects.
15968
15969 2018-02-09 Joseph Myers <joseph@codesourcery.com>
15970
15971 * math/libm-test-driver.c (snan_tests_arg): New variable.
15972 * math/libm-test-support.h (snan_tests_arg): New declaration.
15973 * math/libm-test-support.c (enable_test): Check snan_tests_arg.
15974
15975 * math/Makefile (test-type-pairs): New variable.
15976 (test-type-pairs-f64xf128-yes): Likewise.
15977 (tests): Add test-narrow-macros.
15978 (libm-test-funcs-narrow): New variable.
15979 (libm-test-c-narrow): Likewise.
15980 (generated): Add $(libm-test-c-narrow).
15981 (libm-tests-base-narrow): New variable.
15982 (libm-tests-narrow): Likewise.
15983 (libm-tests): Add $(libm-tests-narrow).
15984 (libm-tests-for-type): Handle $(libm-tests-narrow).
15985 (libm-test-c-narrow-obj): New variable.
15986 ($(libm-test-c-narrow-obj)): New rule.
15987 ($(foreach t,$(libm-tests-narrow),$(objpfx)$(t).c)): Likewise.
15988 ($(foreach f,$(libm-test-funcs-narrow),$(objpfx)$(o)-$(f).o)): Use
15989 $(o-iterator) to set dependencies and CFLAGS.
15990 * math/gen-auto-libm-tests.c: Document use for narrowing
15991 functions.
15992 (output_for_one_input_case): Take argument NARROW.
15993 (generate_output): Likewise. Update call to
15994 output_for_one_input_case.
15995 (main): Take --narrow option. Update call to generate_output.
15996 * math/gen-libm-test.pl (_apply_lit): Take macro name as argument.
15997 (apply_lit): Update call to _apply_lit.
15998 (apply_arglit): New function.
15999 (parse_args): Handle "a" arguments.
16000 (parse_auto_input): Handle format names using ":".
16001 * math/README.libm-test: Document "a" parameter type.
16002 * math/libm-test-support.h (ARG_TYPE_MIN): New macro.
16003 (ARG_TYPE_TRUE_MIN): Likewise.
16004 (ARG_TYPE_MAX): Likwise.
16005 (ARG_MIN_EXP): Likewise.
16006 (ARG_MAX_EXP): Likewise.
16007 (ARG_MANT_DIG): Likewise.
16008 (TEST_COND_arg_ibm128): Likewise.
16009 (TEST_COND_ibm128_libgcc): Define conditional on [ARG_FLOAT].
16010 (TEST_COND_arg_fmt): New macro.
16011 (init_max_error): Update prototype.
16012 * math/libm-test-support.c (test_ibm128): New variable.
16013 (init_max_error): Take argument testing_ibm128 and set test_ibm128
16014 instead of using [TEST_COND_ibm128] conditional.
16015 (test_exceptions): Use test_ibm128 instead of TEST_COND_ibm128.
16016 * math/libm-test-driver.c (STR_ARG_FLOAT): New macro.
16017 [TEST_NARROW] (TEST_MSG): New definition.
16018 (arg_plus_zero): New macro.
16019 (arg_minus_zero): Likewise.
16020 (arg_plus_infty): Likewise.
16021 (arg_minus_infty): Likewise.
16022 (arg_qnan_value_pl): Likewise.
16023 (arg_qnan_value): Likewise.
16024 (arg_snan_value_pl): Likewise.
16025 (arg_snan_value): Likewise.
16026 (arg_max_value): Likewise.
16027 (arg_min_value): Likewise.
16028 (arg_min_subnorm_value): Likewise.
16029 [ARG_FLOAT] (struct test_aa_f_data): New struct type.
16030 (RUN_TEST_LOOP_aa_f): New macro.
16031 (TEST_SUFF): New macro.
16032 (TEST_SUFF_STR): Likewise.
16033 [!TEST_MATHVEC] (VEC_SUFF): Don't define.
16034 (TEST_COND_any_ibm128): New macro.
16035 (START): Use TEST_SUFF and TEST_SUFF_STR in initializer for
16036 this_func. Update call to init_max_error.
16037 * math/test-double.h (FUNC_NARROW_PREFIX): New macro.
16038 * math/test-float.h (FUNC_NARROW_PREFIX): Likewise.
16039 * math/test-float128.h (FUNC_NARROW_PREFIX): Likewise.
16040 * math/test-float32.h (FUNC_NARROW_PREFIX): Likewise.
16041 * math/test-float32x.h (FUNC_NARROW_PREFIX): Likewise.
16042 * math/test-float64.h (FUNC_NARROW_PREFIX): Likewise.
16043 * math/test-float64x.h (FUNC_NARROW_PREFIX): Likewise.
16044 * math/test-math-scalar.h (TEST_NARROW): Likewise.
16045 * math/test-math-vector.h (TEST_NARROW): Likewise.
16046 * math/test-arg-double.h: New file.
16047 * math/test-arg-float128.h: Likewise.
16048 * math/test-arg-float32x.h: Likewise.
16049 * math/test-arg-float64.h: Likewise.
16050 * math/test-arg-float64x.h: Likewise.
16051 * math/test-arg-ldouble.h: Likewise.
16052 * math/test-math-narrow.h: Likewise.
16053 * math/test-narrow-macros.c: Likewise.
16054 * sysdeps/ieee754/ldbl-opt/test-narrow-macros-ldbl-64.c: Likewise.
16055 * sysdeps/ieee754/ldbl-opt/Makefile (tests): Add
16056 test-narrow-macros-ldbl-64.
16057 (CFLAGS-test-narrow-macros-ldbl-64.c): New variable.
16058
16059 * math/bits/mathcalls-narrow.h: New file.
16060 * include/bits/mathcalls-narrow.h: Likewise.
16061 * math/math-narrow.h: Likewise.
16062 * math/math.h (__MATHCALL_NARROW_ARGS_1): New macro.
16063 (__MATHCALL_NARROW_ARGS_2): Likewise.
16064 (__MATHCALL_NARROW_ARGS_3): Likewise.
16065 (__MATHCALL_NARROW_NORMAL): Likewise.
16066 (__MATHCALL_NARROW_REDIR): Likewise.
16067 (__MATHCALL_NARROW): Likewise.
16068 [__GLIBC_USE (IEC_60559_BFP_EXT)]: Repeatedly include
16069 <bits/mathcalls-narrow.h> with _Mret_, _Marg_ and __MATHCALL_NAME
16070 defined.
16071 [__GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
16072 * math/Makefile (headers): Add bits/mathcalls-narrow.h.
16073 (libm-narrow-fns): New variable.
16074 (libm-narrow-types-basic): Likewise.
16075 (libm-narrow-types-ldouble-yes): Likewise.
16076 (libm-narrow-types-float128-yes): Likewise.
16077 (libm-narrow-types-float128-alias-yes): Likewise.
16078 (libm-narrow-types): Likewise.
16079 (libm-routines): Add narrowing functions.
16080 * sysdeps/i386/fpu/fenv_private.h [__x86_64__]
16081 (libc_feholdexcept_setroundf128): New macro.
16082 [__x86_64__] (libc_feupdateenv_testf128): Likewise.
16083 * sysdeps/ieee754/float128/float128_private.h: Include
16084 <math/math-narrow.h>.
16085 [libc_feholdexcept_setroundf128] (libc_feholdexcept_setroundl):
16086 Undefine and redefine.
16087 [libc_feupdateenv_testf128] (libc_feupdateenv_testl): Likewise.
16088 (libm_alias_float_ldouble): Undefine and redefine.
16089 (libm_alias_double_ldouble): Likewise.
16090
16091 * math/Makefile [$(PERL) != no] (libm-test-incs): Remove variable.
16092
16093 2018-02-09 Wilco Dijkstra <wdijkstr@arm.com>
16094
16095 * sysdeps/aarch64/fpu/fpu_control.h: Use builtins for accessing
16096 FPCR/FPSR.
16097
16098 2018-02-09 Rical Jasan <ricaljasan@pacific.net>
16099
16100 * manual/creature.texi: Convert references to gcc.info to gcc.
16101 * manual/stdio.texi: Likewise.
16102 * manual/string.texi: Likewise.
16103
16104 2018-02-07 Joseph Myers <joseph@codesourcery.com>
16105
16106 [BZ #17979]
16107 * posix/bits/types.h (__int_least8_t): New typedef.
16108 (__uint_least8_t): Likewise.
16109 (__int_least16_t): Likewise.
16110 (__uint_least16_t): Likewise.
16111 (__int_least32_t): Likewise.
16112 (__uint_least32_t): Likewise.
16113 (__int_least64_t): Likewise.
16114 (__uint_least64_t): Likewise.
16115 * sysdeps/generic/stdint.h (int_least8_t): Define using
16116 __int_least8_t.
16117 (int_least16_t): Define using __int_least16_t.
16118 (int_least32_t): Define using __int_least32_t.
16119 (int_least64_t): Define using __int_least64_t.
16120 (uint_least8_t): Define using __uint_least8_t.
16121 (uint_least16_t): Define using __uint_least16_t.
16122 (uint_least32_t): Define using __uint_least32_t.
16123 (uint_least64_t): Define using __uint_least64_t.
16124 * wcsmbs/uchar.h: Include <bits/types.h>.
16125 (char16_t): Define using __uint_least16_t conditional only on
16126 [!__USE_ISOCXX11].
16127 (char32_t): Define using __uint_least32_t conditional only on
16128 [!__USE_ISOCXX11].
16129 * wcsmbs/test-char-types.c: New file.
16130 * wcsmbs/Makefile (tests): Add test-char-types.
16131
16132 * scripts/build-many-glibcs.py (Context.checkout): Default MPFR
16133 version to 4.0.1.
16134
16135 2018-02-07 Zack Weinberg <zackw@panix.com>
16136
16137 * bits/_G_config.h: Move back to sysdeps/generic/_G_config.h.
16138 Delete all contents except for definitions of _G_HAVE_MMAP and
16139 _G_HAVE_MREMAP. Add commentary explaining those two symbols.
16140 * sysdeps/unix/sysv/linux/bits/_G_config.h: Move back to
16141 sysdeps/unix/sysv/linux/_G_config.h. Make same content
16142 change as above.
16143
16144 * libio/libio.h: Don't include bits/_G_config.h here.
16145 Include stddef.h with __need_wchar_t defined. Include
16146 bits/types/__mbstate_t.h, bits/types/wint_t.h, and gconv.h.
16147 Define _IO_iconv_t here, directly.
16148 Don't define _IO_HAVE_ST_BLKSIZE.
16149 * libio/libioP.h: Include _G_config.h here. Move include of
16150 shlib-compat.h up with rest of includes. Simplify conditionals
16151 controlling definition of _IO_JUMPS_OFFSET.
16152
16153 * csu/init.c: Remove always-true #if around entire file.
16154 Don't include stdio.h. Set _IO_stdin_used to hardwired
16155 constant 0x20001, and update commentary.
16156 * include/stdio.h, sysdeps/ieee754/ldbl-opt/nldbl-compat.h:
16157 Replace all uses of _G_va_list with __gnuc_va_list.
16158 * libio/filedoalloc.c: Use #if defined _STATBUF_ST_BLKSIZE
16159 instead of #if _IO_HAVE_ST_BLKSIZE.
16160 * libio/fileops.c: Test _G_HAVE_MREMAP with #if, not #ifdef.
16161 * libio/iofdopen.c, libio/iofopen.c: Test _G_HAVE_MMAP with #if,
16162 not #ifdef.
16163
16164 * libio/bits/libio.h: Move back to libio/libio.h and adjust
16165 multiple-include guard to match.
16166 Merge contents of libio/bits/libio-ldbl.h and include/libio.h
16167 into this file.
16168 Remove preprocessor conditionals that are always true and/or
16169 redundant to other preprocessor conditionals in the same nest.
16170 Include shlib-compat.h unconditionally.
16171 Error out if _LIBC is not defined, or if _ISOMAC is defined,
16172 or if _IO_MTSAFE_IO is defined but _IO_lock_t_defined is not
16173 defined after including stdio.h.
16174 Use __BEGIN_DECLS/__END_DECLS.
16175
16176 * libio/bits/libio-ldbl.h, include/bits/libio.h: Delete file.
16177 * include/stdio.h, libio/iolibio.h, libio/libioP.h: Include
16178 libio.h as <libio/libio.h> rather than as <bits/libio.h>.
16179
16180 2018-02-07 Zack Weinberg <zackw@panix.com>
16181
16182 * libio/bits/types/__fpos_t.h, libio/bits/types/__fpos64_t.h:
16183 New single-type headers split from _G_config.h.
16184 * libio/bits/types/cookie_io_functions_t.h
16185 * libio/bits/types/struct_FILE.h
16186 New single-type headers split from libio.h.
16187
16188 * libio/Makefile: Install the above new headers. Don't install
16189 libio.h, _G_config.h, bits/libio.h, bits/_G_config.h, or
16190 bits/libio-ldbl.h.
16191 * libio/_G_config.h, libio/libio.h: Delete file.
16192
16193 * libio/bits/libio.h: Remove improper-inclusion guard.
16194 Include stdio.h and don't repeat anything that it does.
16195 Define _IO_fpos_t as __fpos_t, _IO_fpos64_t as __fpos64_t,
16196 _IO_BUFSIZ as BUFSIZ, _IO_va_list as __gnuc_va_list,
16197 __io_read_fn as cookie_read_function_t,
16198 __io_write_fn as cookie_write_function_t,
16199 __io_seek_fn as cookie_seek_function_t,
16200 __io_close_fn as cookie_close_function_t,
16201 and _IO_cookie_io_functions_t as cookie_io_functions_t.
16202 Define _STDIO_USES_IOSTREAM, __HAVE_COLUMN, and _IO_file_flags
16203 here, in the "compatibility defines" section. Remove an #if 0
16204 block. Use the "body" macros from bits/types/struct_FILE.h to
16205 define _IO_getc_unlocked, _IO_putc_unlocked, _IO_feof_unlocked,
16206 and _IO_ferror_unlocked.
16207 Move prototypes of __uflow and __overflow...
16208
16209 * libio/stdio.h: ...here. Don't include bits/libio.h.
16210 Don't define _STDIO_USES_IOSTREAM. Get __gnuc_va_list
16211 directly from stdarg.h. Include bits/types/__fpos_t.h,
16212 bits/types/__fpos64_t.h, bits/types/struct_FILE.h,
16213 and, when __USE_GNU, bits/types/cookie_io_functions_t.h.
16214 Use __gnuc_va_list, not _G_va_list; __fpos_t, not _G_fpos_t;
16215 __fpos64_t, not _G_fpos64_t; FILE, not struct _IO_FILE;
16216 cookie_io_functions_t, not _IO_cookie_io_functions_t;
16217 __ssize_t, not _IO_ssize_t. Unconditionally define
16218 BUFSIZ as 8192 and EOF as (-1).
16219
16220 * libio/bits/stdio.h: Add multiple-include guard. Use the "body"
16221 macros from bits/types/struct_FILE.h instead of _IO_* macros
16222 from libio.h; use __gnuc_va_list instead of va_list and __ssize_t
16223 instead of _IO_ssize_t.
16224 * libio/bits/stdio2.h: Similarly.
16225
16226 * libio/iolibio.h: Add multiple-include guard.
16227 Include bits/libio.h after stdio.h.
16228 * libio/libioP.h: Add multiple-include guard.
16229 Include stdio.h and bits/libio.h before iolibio.h.
16230
16231 * include/bits/types/__fpos_t.h, include/bits/types/__fpos64_t.h
16232 * include/bits/types/cookie_io_functions_t.h
16233 * include/bits/types/struct_FILE.h: New wrappers.
16234
16235 * bits/_G_config.h, sysdeps/unix/sysv/linux/_G_config.h:
16236 Get definitions of _G_fpos_t and _G_fpos64_t from
16237 bits/types/__fpos_t.h and bits/types/__fpos64_t.h
16238 respectively. Remove improper-inclusion guards.
16239
16240 * conform/data/stdio.h-data: Update expectations of va_list.
16241 * scripts/check-installed-headers.sh: Remove special case for
16242 libio.h and _G_config.h.
16243
16244 2018-02-07 Joseph Myers <joseph@codesourcery.com>
16245
16246 [BZ #15105]
16247 [BZ #19463]
16248 * include/sys/sysmacros.h [!_ISOMAC]
16249 (__SYSMACROS_NEED_IMPLEMENTATION): Define macro.
16250 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC]
16251 (_SYS_SYSMACROS_H_WRAPPER): Likewise.
16252 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (gnu_dev_major): Use
16253 libc_hidden_proto.
16254 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (gnu_dev_minor): Likewise.
16255 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (gnu_dev_makedev):
16256 Likewise.
16257 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__SYSMACROS_DECL_TEMPL):
16258 Undefine and redefine to add use __gnu_dev_ prefix.
16259 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__SYSMACROS_IMPL_TEMPL):
16260 Likewise.
16261 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__gnu_dev_major): Declare
16262 and define as hidden inline function.
16263 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__gnu_dev_minor):
16264 Likewise.
16265 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__gnu_dev_makedev):
16266 Likewise.
16267 * misc/makedev.c (OUT_OF_LINE_IMPL_TEMPL): Use __gnu_dev_ prefix.
16268 (gnu_dev_major): Use weak_alias and libc_hidden_weak.
16269 (gnu_dev_minor): Likewise.
16270 (gnu_dev_makedev): Likewise.
16271 * csu/check_fds.c (check_one_fd): Use __gnu_dev_makedev instead of
16272 makedev.
16273 * posix/wordexp.c (exec_comm_child): Likewise.
16274 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Use __gnu_dev_minor
16275 instead of minor and __gnu_dev_major instead of major.
16276 * sysdeps/unix/sysv/linux/device-nrs.h (DEV_TTY_P): Use
16277 __gnu_dev_major instead of major.
16278 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): Use
16279 __gnu_dev_major instead of gnu_dev_major and __gnu_dev_minor
16280 instead of gnu_dev_minor.
16281 * sysdeps/unix/sysv/linux/ptsname.c (MASTER_P): Likewise.
16282 (SLAVE_P): Likewise.
16283 (__ptsname_internal): Use __gnu_dev_minor instead of minor.
16284 * sysdeps/unix/sysv/linux/ttyname.h (is_pty): Use __gnu_dev_major
16285 instead of major.
16286
16287 [BZ #21313]
16288 * locale/weight.h (findidx): Disable -Wmaybe-uninitialized for -Os
16289 in another place.
16290 * locale/weightwc.h (findidx): Likewise.
16291
16292 2018-02-07 Wilco Dijkstra <wdijkstr@arm.com>
16293
16294 * manual/probes.texi (slowlog): Delete documentation of removed probe.
16295 (slowlog_inexact): Likewise
16296 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Remove slow paths.
16297 * sysdeps/ieee754/dbl-64/ulog.h: Remove unused declarations.
16298
16299 2018-02-07 Igor Gnatenko <ignatenko@redhat.com>
16300
16301 [BZ #22797]
16302 * sysdeps/unix/sysv/linux/bits/mman-shared.h (pkey_get): Add
16303 missing second underscore to parameter name.
16304
16305 2018-02-06 Joseph Myers <joseph@codesourcery.com>
16306
16307 [BZ #14508]
16308 [BZ #15512]
16309 [BZ #17082]
16310 [BZ #20530]
16311 * bits/byteswap.h: Update file comment. Do not include
16312 <bits/byteswap-16.h>.
16313 (__bswap_constant_16): Cast result to __uint16_t. Use signed 0xff
16314 constant.
16315 (__bswap_16): Define as inline function.
16316 (__bswap_constant_32): Reformat definition.
16317 (__bswap_32): Always define as inline function, not macro, using
16318 __uint32_t. Use __builtin_bswap32 if [__GNUC_PREREQ (4, 3)],
16319 otherwise __bswap_constant_32.
16320 (__bswap_constant_64): Reformat definition. Do not use
16321 __extension__ here.
16322 (__bswap_64): Always define as inline function, not macro. Use
16323 __extension__ on function definition. Use __builtin_bswap64 if
16324 [__GNUC_PREREQ (4, 3)], otherwise __bswap_constant_64.
16325 * string/test-endian-file-scope.c: New file.
16326 * string/test-endian-sign-conversion.c: Likewise.
16327 * string/Makefile (headers): Remove bits/byteswap-16.h.
16328 (tests): Add test-endian-file-scope and
16329 test-endian-sign-conversion.
16330 (CFLAGS-test-endian-sign-conversion.c): New variable.
16331 * bits/byteswap-16.h: Remove file.
16332 * sysdeps/ia64/bits/byteswap-16.h: Likewise.
16333 * sysdeps/ia64/bits/byteswap.h: Likewise.
16334 * sysdeps/m68k/bits/byteswap.h: Likewise.
16335 * sysdeps/s390/bits/byteswap-16.h: Likewise.
16336 * sysdeps/s390/bits/byteswap.h: Likewise.
16337 * sysdeps/tile/bits/byteswap.h: Likewise.
16338 * sysdeps/x86/bits/byteswap-16.h: Likewise.
16339 * sysdeps/x86/bits/byteswap.h: Likewise.
16340
16341 [BZ #17721]
16342 * misc/sys/cdefs.h [!__GNUC__ && (__cplusplus || (__STDC_VERSION__
16343 && __STDC_VERSION__ >= 199901L))] (__inline): Define to inline.
16344 [!__GNUC_PREREQ (2,92) && __STDC_VERSION__ && __STDC_VERSION__ >=
16345 199901L] (__restrict): Define to restrict.
16346
16347 [BZ #19667]
16348 * string/testcopy.c: Include <support/support.h>. Do not include
16349 <malloc.h>. Use <support/test-driver.c>.
16350 (main): Rename to do_test. Make static. Use xmalloc instead of
16351 malloc.
16352
16353 [BZ #13575]
16354 * posix/bits/posix1_lim.h: Include <bits/wordsize.h>.
16355 [!SSIZE_MAX && !(__WORDSIZE == 64 || __WORDSIZE32_SIZE_ULONG)]
16356 (SSIZE_MAX): Define to INT_MAX.
16357 * posix/test-ssize-max.c: New file.
16358 * posix/Makefile (tests): Add test-ssize-max.
16359
16360 [BZ #19668]
16361 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: Include
16362 <support/support.h>. Do not include <malloc.h>.
16363 (query_auxv): Use xmalloc instead of malloc.
16364
16365 [BZ #14553]
16366 * posix/sys/types.h (loff_t): Only define for [__USE_MISC].
16367 * sysdeps/unix/sysv/linux/sys/quota.h (dqoff): Use __loff_t
16368 instead of loff_t.
16369
16370 2018-02-06 Florian Weimer <fweimer@redhat.com>
16371
16372 [BZ #18023]
16373 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
16374 Use scratch_buffer instead of extend_alloca.
16375
16376 2018-02-06 Zack Weinberg <zackw@panix.com>
16377
16378 * libio/stdio.h: Don't define getc or putc as macros.
16379 * libio/bits/stdio.h (getchar, putchar): Use getc and putc,
16380 not _IO_getc and _IO_putc.
16381
16382 * stdio-common/tstgetln.c: Don't redefine FILE, va_list, or BUFSIZ.
16383 * stdio-common/tstgetln.c: Don't redefine ssize_t.
16384
16385 2018-02-06 Joseph Myers <joseph@codesourcery.com>
16386
16387 * sysdeps/gnu/netinet/tcp.h (TCP_FASTOPEN_KEY): New macro.
16388 (TCP_FASTOPEN_NO_COOKIE): Likewise.
16389
16390 * sysdeps/unix/sysv/linux/bits/in.h (IPV6_FREEBIND): New macro.
16391
16392 [BZ #14890]
16393 * elf/elf.h (NT_PRFPREG): New macro.
16394 (NT_S390_VXRS_LOW): Likewise.
16395 (NT_S390_VXRS_HIGH): Likewise.
16396 (NT_S390_GS_CB): Likewise.
16397 (NT_S390_GS_BC): Likewise.
16398 (NT_S390_RI_CB): Likewise.
16399
16400 * sysdeps/unix/sysv/linux/aarch64/bits/mman.h [__USE_MISC]
16401 (MAP_SYNC): New macro.
16402 * sysdeps/unix/sysv/linux/arm/bits/mman.h [__USE_MISC] (MAP_SYNC):
16403 Likewise.
16404 * sysdeps/unix/sysv/linux/ia64/bits/mman.h [__USE_MISC]
16405 (MAP_SYNC): Likewise.
16406 * sysdeps/unix/sysv/linux/m68k/bits/mman.h [__USE_MISC]
16407 (MAP_SYNC): Likewise.
16408 * sysdeps/unix/sysv/linux/microblaze/bits/mman.h [__USE_MISC]
16409 (MAP_SYNC): Likewise.
16410 * sysdeps/unix/sysv/linux/nios2/bits/mman.h [__USE_MISC]
16411 (MAP_SYNC): Likewise.
16412 * sysdeps/unix/sysv/linux/riscv/bits/mman.h [__USE_MISC]
16413 (MAP_SYNC): Likewise.
16414 * sysdeps/unix/sysv/linux/s390/bits/mman.h [__USE_MISC]
16415 (MAP_SYNC): Likewise.
16416 * sysdeps/unix/sysv/linux/sh/bits/mman.h [__USE_MISC] (MAP_SYNC):
16417 Likewise.
16418 * sysdeps/unix/sysv/linux/x86/bits/mman.h [__USE_MISC] (MAP_SYNC):
16419 Likewise.
16420
16421 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_MISC]
16422 (MAP_SHARED_VALIDATE): New macro.
16423 * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]
16424 (MAP_SHARED_VALIDATE): Likewise.
16425
16426 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
16427
16428 * elf/dl-addr.c (determine_info): Use ADDRIDX with DT_GNU_HASH.
16429 * elf/dl-lookup.c (_dl_setup_hash): Likewise.
16430 * elf/get-dynamic-info.h (elf_get_dynamic_info): Likewise.
16431
16432 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
16433
16434 * elf/elf.h (DT_SYMTAB_SHNDX): New. Set to 34.
16435 (DT_NUM): Updated to 35.
16436
16437 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
16438
16439 * sysdeps/i386/dl-machine.h (elf_machine_rel): Replace
16440 __builtin_expect with __glibc_likely and __glibc_unlikely.
16441 (elf_machine_rela): Likewise.
16442 (elf_machine_lazy_rel): Likewise.
16443
16444 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
16445
16446 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Replace
16447 __builtin_expect with __glibc_likely and __glibc_unlikely.
16448 (elf_machine_lazy_rel): Likewise.
16449
16450 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
16451
16452 [BZ #22638]
16453 * sysdeps/sparc/sparc32/start.S (_start): Check PIC instead of
16454 SHARED.
16455 * sysdeps/sparc/sparc64/start.S (_start): Likewise.
16456
16457 2018-02-05 Andreas Schwab <schwab@suse.de>
16458
16459 [BZ #22761]
16460 * assert/assert-perr.c (__assert_perror_fail): Append %n to format
16461 string.
16462
16463 2018-02-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
16464
16465 * stdlib/test-atexit-race-common.c [!defined PTHREAD_STACK_MIN]: Do
16466 not check against PTHREAD_STACK_MIN.
16467
16468 2018-02-02 Sean McKean <smckean83@gmail.com>
16469
16470 [BZ #22735]
16471 * time/time.h (clock): Reference CLOCKS_PER_SEC in comment.
16472
16473 2018-02-02 Florian Weimer <fweimer@redhat.com>
16474
16475 [BZ #22753]
16476 * sysdeps/posix/preadv2.c (preadv2): Handle offset == -1.
16477 * sysdeps/posix/preadv64v2.c (preadv64v2): Likewise.
16478 * sysdeps/posix/pwritev2.c (pwritev2): Likewise.
16479 * sysdeps/posix/pwritev64v2.c (pwritev64v2): Likweise.
16480 * sysdeps/unix/sysv/linux/preadv2.c (preadv2): Likewise.
16481 * sysdeps/unix/sysv/linux/preadv64v2.c (preadv64v2): Likewise.
16482 * sysdeps/unix/sysv/linux/pwritev2.c (pwritev2): Likewise.
16483 * sysdeps/unix/sysv/linux/pwritev64v2.c (pwritev64v2): Likweise.
16484 * manual/llio.texi (Scatter-Gather): Mention offset -1.
16485 * misc/tst-preadvwritev-common.c (do_test_without_offset): New.
16486 * misc/tst-preadvwritev2.c (do_test): Call it.
16487 * misc/tst-preadvwritev64v2.c (do_test): Likewise.
16488
16489 2018-02-02 Siddhesh Poyarekar <siddhesh@sourceware.org>
16490
16491 * sysdeps/aarch64/memcmp.S: Use L() macro for labels.
16492
16493 * benchtests/bench-memcmp.c: Print json instead of plain text.
16494
16495 * benchtests/bench-memcmp.c (do_test): Call realloc_buf for
16496 every test run.
16497
16498 2018-02-01 Joseph Myers <joseph@codesourcery.com>
16499
16500 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
16501 version to 4.15.
16502 (s390_sthyi): New syscall.
16503
16504 * sysdeps/generic/ldbl-classify-compat.h: New file.
16505 * sysdeps/arm/ldbl-classify-compat.h: Likewise.
16506 * sysdeps/m68k/coldfire/ldbl-classify-compat.h: Likewise.
16507 * sysdeps/microblaze/ldbl-classify-compat.h: Likewise.
16508 * sysdeps/mips/ldbl-classify-compat.h: Likewise.
16509 * sysdeps/nios2/ldbl-classify-compat.h: Likewise.
16510 * sysdeps/sh/ldbl-classify-compat.h: Likewise.
16511 * sysdeps/ieee754/dbl-64/s_finite.c: Include
16512 <ldbl-classify-compat.h>.
16513 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
16514 * sysdeps/ieee754/dbl-64/s_isinf.c: Include
16515 <ldbl-classify-compat.h>.
16516 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
16517 * sysdeps/ieee754/dbl-64/s_isnan.c: Include
16518 <ldbl-classify-compat.h>.
16519 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
16520 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Include
16521 <ldbl-classify-compat.h>.
16522 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
16523 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Include
16524 <ldbl-classify-compat.h>.
16525 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
16526 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Include
16527 <ldbl-classify-compat.h>.
16528 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
16529 * sysdeps/arm/math_private.h (LDBL_CLASSIFY_COMPAT): Remove macro.
16530 * sysdeps/mips/math_private.h (LDBL_CLASSIFY_COMPAT): Likewise.
16531 * sysdeps/m68k/coldfire/math_private.h: Remove file.
16532 * sysdeps/microblaze/math_private.h: Likewise.
16533 * sysdeps/nios2/math_private.h: Likewise.
16534 * sysdeps/sh/math_private.h: Likewise.
16535
16536 * sysdeps/m68k/coldfire/fpu/math_private.h: Move to ....
16537 * sysdeps/m68k/coldfire/math_private.h: ... here.
16538 * sysdeps/m68k/coldfire/nofpu/math_private.h: Remove file.
16539 * sysdeps/tile/math_private.h: Likewise.
16540 * sysdeps/microblaze/math_private.h (libc_feholdexcept_setround):
16541 Remove macro.
16542 * sysdeps/nios2/math_private.h (libc_feholdexcept_setround):
16543 Likewise.
16544
16545 * sysdeps/m68k/coldfire/nofpu/math_private.h (libc_fesetround):
16546 Remove macro.
16547 (libc_fetestexcept): Likewise.
16548 (libc_feupdateenv_test): Likewise.
16549 * sysdeps/microblaze/math_private.h (libc_fesetround): Likewise.
16550 (libc_fetestexcept): Likewise.
16551 (libc_feupdateenv_test): Likewise.
16552 * sysdeps/nios2/math_private.h (libc_fesetround): Likewise.
16553 (libc_fetestexcept): Likewise.
16554 (libc_feupdateenv_test): Likewise.
16555 * sysdeps/tile/math_private.h (libc_fesetround): Likewise.
16556 (libc_fetestexcept): Likewise.
16557 (libc_feupdateenv_test): Likewise.
16558
16559 * sysdeps/generic/math_private.h
16560 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (feholdexcept):
16561 New inline function.
16562 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (__feholdexcept):
16563 Likewise.
16564
16565 * include/fenv.h [!_ISOMAC && !FE_TONEAREST]: Give #error.
16566 [!_ISOMAC] (FE_HAVE_ROUNDING_MODES): New macro.
16567 * sysdeps/generic/math_private.h
16568 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (fegetenv): New
16569 inline function.
16570 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (__fegetenv):
16571 Likewise.
16572 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (fesetenv):
16573 Likewise.
16574 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (__fesetenv):
16575 Likewise.
16576 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (feupdateenv):
16577 Likewise.
16578 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (__feupdateenv):
16579 Likewise.
16580 [!FE_HAVE_ROUNDING_MODES] (fegetround): Likewise.
16581 [!FE_HAVE_ROUNDING_MODES] (__fegetround): Likewise.
16582 [!FE_HAVE_ROUNDING_MODES] (fesetround): Likewise.
16583 [!FE_HAVE_ROUNDING_MODES] (__fesetround): Likewise.
16584 * sysdeps/tile/math_private.h (fegetenv): Remove inline function.
16585 (__fegetenv): Likewise.
16586 (fesetenv): Likewise.
16587 (__fesetenv): Likewise.
16588 (feupdateenv): Likewise.
16589 (__feupdateenv): Likewise.
16590 (fegetround): Likewise.
16591 (__fegetround): Likewise.
16592 (fesetround): Likewise.
16593 (__fesetround): Likewise.
16594
16595 * sysdeps/generic/math_private.h [FE_ALL_EXCEPT == 0]
16596 (feraiseexcept): New macro.
16597 [FE_ALL_EXCEPT == 0] (__feraiseexcept): Likewise.
16598 * sysdeps/m68k/coldfire/nofpu/math_private.h (feraiseexcept):
16599 Remove macro.
16600 (__feraiseexcept): Likewise.
16601 (feclearexcept): Likewise.
16602 * sysdeps/microblaze/math_private.h (feraiseexcept): Likewise.
16603 (__feraiseexcept): Likewise.
16604 (feclearexcept): Likewise.
16605 * sysdeps/nios2/math_private.h (feraiseexcept): Likewise.
16606 (__feraiseexcept): Likewise.
16607 (feclearexcept): Likewise.
16608 * sysdeps/tile/math_private.h (feraiseexcept): Likewise.
16609 (__feraiseexcept): Likewise.
16610 (feclearexcept): Likewise.
16611 (fetestexcept): Likewise.
16612
16613 * sysdeps/m68k/coldfire/math-tests.h: New file.
16614
16615 * sysdeps/m68k/fpu/bits/fenv.h: Move to ....
16616 * sysdeps/m68k/bits/fenv.h: ... here.
16617 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_INEXACT): Do
16618 not define.
16619 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_DIVBYZERO):
16620 Likewise.
16621 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_UNDERFLOW):
16622 Likewise.
16623 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_OVERFLOW):
16624 Likewise.
16625 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_INVALID):
16626 Likewise.
16627 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_ALL_EXCEPT):
16628 Define to 0.
16629 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__]
16630 (__FE_UNDEFINED): New enum constant.
16631 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_TOWARDZERO):
16632 Do not define.
16633 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_DOWNWARD):
16634 Likewise.
16635 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_UPWARD):
16636 Likewise.
16637 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (fenv_t): Define
16638 to match generic bits/fenv.h.
16639 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_NOMASK_ENV):
16640 Do not define.
16641
16642 * soft-fp/double.h (union _FP_UNION_D): Do not use attribute
16643 packed on bits.
16644 * soft-fp/extended.h (union _FP_UNION_E): Likewise.
16645 * soft-fp/half.h (union _FP_UNION_H): Likewise.
16646 * soft-fp/quad.h (union _FP_UNION_Q): Likewise.
16647 * soft-fp/single.h (union _FP_UNION_S): Likewise.
16648
16649 2018-02-01 Carlos O'Donell <carlos@redhat.com>
16650 Ramin Seyed-Moussavi <lordrasmus@gmail.com>
16651 Joseph Myers <joseph@codesourcery.com>
16652
16653 [BZ #21314]
16654 * sysdeps/ieee754/dbl-64/s_log1p.c: Include <libc-diag.h>.
16655 (__log1p): Disable -Wmaybe-uninitialized for -Os around
16656 computation using c.
16657 * sysdeps/ieee754/flt-32/s_log1pf.c: Include <libc-diag.h>.
16658 (__log1pf): Disable -Wmaybe-uninitialized for -Os around
16659 computation using c.
16660
16661 2018-02-01 Dmitry V. Levin <ldv@altlinux.org>
16662
16663 * version.h (RELEASE): Set to "development".
16664 (VERSION): Set to "2.27.9000".
16665 * NEWS (2.28): New section.
16666
16667 * version.h (RELEASE): Set to "stable".
16668 (VERSION): Set to "2.27".
16669 * include/features.h (__GLIBC_MINOR__): Set to 2.27.
16670
16671 * NEWS: Add the list of bugs fixed in 2.27.
16672
16673 2018-02-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
16674
16675 * stdlib/test-atexit-race-common.c (do_test): Check stack size
16676 against PTHREAD_STACK_MIN.
16677
16678 2018-02-01 Dmitry V. Levin <ldv@altlinux.org>
16679
16680 * manual/contrib.texi (Palmer Dabbelt, Arjun Shankar, Florian Weimer):
16681 New entries.
16682 (Rafal Luzynski, Andreas Schwab): Update.
16683
16684 2018-02-01 Rafal Luzynski <digitalfreak@lingonborough.com>
16685
16686 [BZ #10871]
16687 * NEWS: List the languages which actually use the alternative
16688 months feature in this release. Also explain that "alt_mon" and
16689 "ab_alt_mon" are optional.
16690
16691 2018-01-31 Il'ya Malakhov <ilmalakhov@yandex.ru>
16692
16693 [BZ #22765]
16694 * crypt/badsalttest.c (do_test): Set cd.initialized to 0.
16695
16696 2018-01-31 Dmitry V. Levin <ldv@altlinux.org>
16697
16698 * manual/install.texi (Tools for Compilation): Update the newest
16699 versions of gcc, binutils, texinfo, gawk, bison, and sed.
16700 * INSTALL: Regenerated.
16701
16702 2018-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
16703
16704 * sysdeps/pthread/allocalim.h (__libc_use_alloca): Use __glibc_likely
16705 instead of __builtin_expect.
16706
16707 2018-01-30 Florian Weimer <fweimer@redhat.com>
16708
16709 * nss/bug17079.c (do_test): Use nss_files only for reading passwd
16710 data.
16711 * nss/tst-nss-getpwent.c (do_test): Likewise.
16712
16713 2018-01-30 Rafal Luzynski <digitalfreak@lingonborough.com>
16714
16715 [BZ #10871]
16716 * localedata/locales/hr_HR (mon): Rename to...
16717 (alt_mon): This.
16718 (mon): Import from CLDR (genitive case).
16719 (d_t_fmt): Update the comment.
16720
16721 2018-01-29 Andreas Schwab <schwab@linux-m68k.org>
16722
16723 * sysdeps/posix/fpathconf.c (__fpathconf): Verify the values of
16724 _POSIX_CHOWN_RESTRICTED, _POSIX_NO_TRUNC, _POSIX_VDISABLE.
16725 * sysdeps/posix/pathconf.c (__pathconf): Likewise.
16726
16727 2018-01-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
16728
16729 * mach/Versions: Fix version when __mach_host_self_ was added.
16730 * hurd/Versions: Fix version when _hurd_exec_paths was added.
16731 * sysdeps/mach/hurd/i386/ld.abilist: New file.
16732 * sysdeps/mach/hurd/i386/libBrokenLocale.abilist: New file.
16733 * sysdeps/mach/hurd/i386/libanl.abilist: New file.
16734 * sysdeps/mach/hurd/i386/libc.abilist: New file.
16735 * sysdeps/mach/hurd/i386/libcrypt.abilist: New file.
16736 * sysdeps/mach/hurd/i386/libdl.abilist: New file.
16737 * sysdeps/mach/hurd/i386/libm.abilist: New file.
16738 * sysdeps/mach/hurd/i386/libnsl.abilist: New file.
16739 * sysdeps/mach/hurd/i386/libresolv.abilist: New file.
16740 * sysdeps/mach/hurd/i386/librt.abilist: New file.
16741 * sysdeps/mach/hurd/i386/libutil.abilist: New file.
16742 * sysdeps/pthread/allocalim.h (__libc_use_alloca): Commute operands of
16743 || to respect codestyle.
16744 * libio/tst-memstream3.c (_FWRITE): Rename to FWRITE_FUNC.
16745 (do_test_bz20181): Rename accordingly.
16746 * malloc/malloc.c: Include <assert.h>.
16747 (assert): Do not define.
16748 [!defined NDEBUG] (__assert_fail): Define to __malloc_assert.
16749 * bits/fcntl.h: Fix comment for FREAD and FWRITE.
16750 * sysdeps/mach/hurd/bits/fcntl.h: Likewise.
16751 * sysdeps/mach/hurd/hp-timing.h: New file.
16752 * sysdeps/mach/hurd/i386/tlsdesc.sym: New file.
16753
16754 2018-01-29 Darius Rad <darius@bluespec.com>
16755
16756 * sysdeps/unix/sysv/linux/riscv/ipc_priv.h: New file.
16757
16758 2018-01-29 Palmer Dabbelt <palmer@sifive.com>
16759
16760 * sysdeps/init_array/crti.S (.section .init_array): Add
16761 PREINIT_FUNCTION when defined.
16762 * manual/math.texi: RISC-V supports _Float128 and _Float64x.
16763 * config.h.in: Regenerate.
16764 * manual/platform.texi: Add RISC-V documenation for
16765 __riscv_flush_icache.
16766 * sysdeps/riscv/__longjmp.S: New file.
16767 * sysdeps/riscv/backtrace.c: Likewise.
16768 * sysdeps/riscv/bits/endian.h: Likewise.
16769 * sysdeps/riscv/bits/setjmp.h: Likewise.
16770 * sysdeps/riscv/bits/wordsize.h: Likewise.
16771 * sysdeps/riscv/bsd-_setjmp.c: Likewise.
16772 * sysdeps/riscv/bsd-setjmp.c: Likewise.
16773 * sysdeps/riscv/dl-trampoline.S: Likewise.
16774 * sysdeps/riscv/gccframe.h: Likewise.
16775 * sysdeps/riscv/jmpbuf-offsets.h: Likewise.
16776 * sysdeps/riscv/jmpbuf-unwind.h: Likewise.
16777 * sysdeps/riscv/machine-gmon.h: Likewise.
16778 * sysdeps/riscv/memusage.h: Likewise.
16779 * sysdeps/riscv/setjmp.S: Likewise.
16780 * sysdeps/riscv/sys/asm.h: Likewise.
16781 * sysdeps/riscv/tls-macros.h: Likewise.
16782 * sysdeps/riscv/dl-tls.h: New file.
16783 * sysdeps/riscv/libc-tls.c: Likewise.
16784 * sysdeps/riscv/nptl/tcb-offsets.sym: Likewise.
16785 * sysdeps/riscv/nptl/tls.h: Likewise.
16786 * sysdeps/riscv/stackinfo.h: Likewise.
16787 * sysdeps/riscv/bits/fenv.h: New file.
16788 * sysdeps/riscv/e_sqrtl.c: Likewise.
16789 * sysdeps/riscv/fpu_control.h: Likewise.
16790 * sysdeps/riscv/math-tests.h: Likewise.
16791 * sysdeps/riscv/nofpu/Implies: Likewise.
16792 * sysdeps/riscv/sfp-machine.h: Likewise.
16793 * sysdeps/riscv/tininess.h: Likewise.
16794 * sysdeps/riscv/rv64/rvd/s_ceil.c: New file.
16795 * sysdeps/riscv/rv64/rvd/s_floor.c: Likewise.
16796 * sysdeps/riscv/rv64/rvd/s_llrint.c: Likewise.
16797 * sysdeps/riscv/rv64/rvd/s_llround.c: Likewise.
16798 * sysdeps/riscv/rv64/rvd/s_lrint.c: Likewise.
16799 * sysdeps/riscv/rv64/rvd/s_lround.c: Likewise.
16800 * sysdeps/riscv/rv64/rvd/s_nearbyint.c: Likewise.
16801 * sysdeps/riscv/rv64/rvd/s_rint.c: Likewise.
16802 * sysdeps/riscv/rv64/rvd/s_round.c: Likewise.
16803 * sysdeps/riscv/rv64/rvd/s_roundeven.c: Likewise.
16804 * sysdeps/riscv/rv64/rvd/s_trunc.c: Likewise.
16805 * sysdeps/riscv/rv64/rvf/s_llrintf.c: Likewise.
16806 * sysdeps/riscv/rv64/rvf/s_llroundf.c: Likewise.
16807 * sysdeps/riscv/rv64/rvf/s_lrintf.c: Likewise.
16808 * sysdeps/riscv/rv64/rvf/s_lroundf.c: Likewise.
16809 * sysdeps/riscv/rvd/e_sqrt.c: Likewise.
16810 * sysdeps/riscv/rvd/s_copysign.c: Likewise.
16811 * sysdeps/riscv/rvd/s_finite.c: Likewise.
16812 * sysdeps/riscv/rvd/s_fma.c: Likewise.
16813 * sysdeps/riscv/rvd/s_fmax.c: Likewise.
16814 * sysdeps/riscv/rvd/s_fmin.c: Likewise.
16815 * sysdeps/riscv/rvd/s_fpclassify.c: Likewise.
16816 * sysdeps/riscv/rvd/s_isinf.c: Likewise.
16817 * sysdeps/riscv/rvd/s_isnan.c: Likewise.
16818 * sysdeps/riscv/rvd/s_issignaling.c: Likewise.
16819 * sysdeps/riscv/rvf/e_sqrtf.c: Likewise.
16820 * sysdeps/riscv/rvf/fclrexcpt.c: Likewise.
16821 * sysdeps/riscv/rvf/fegetenv.c: Likewise.
16822 * sysdeps/riscv/rvf/fegetmode.c: Likewise.
16823 * sysdeps/riscv/rvf/fegetround.c: Likewise.
16824 * sysdeps/riscv/rvf/feholdexcpt.c: Likewise.
16825 * sysdeps/riscv/rvf/fesetenv.c: Likewise.
16826 * sysdeps/riscv/rvf/fesetexcept.c: Likewise.
16827 * sysdeps/riscv/rvf/fesetmode.c: Likewise.
16828 * sysdeps/riscv/rvf/fesetround.c: Likewise.
16829 * sysdeps/riscv/rvf/feupdateenv.c: Likewise.
16830 * sysdeps/riscv/rvf/fgetexcptflg.c: Likewise.
16831 * sysdeps/riscv/rvf/fraiseexcpt.c: Likewise.
16832 * sysdeps/riscv/rvf/fsetexcptflg.c: Likewise.
16833 * sysdeps/riscv/rvf/ftestexcept.c: Likewise.
16834 * sysdeps/riscv/rvf/get-rounding-mode.h: Likewise.
16835 * sysdeps/riscv/rvf/math_private.h: Likewise.
16836 * sysdeps/riscv/rvf/s_ceilf.c: Likewise.
16837 * sysdeps/riscv/rvf/s_copysignf.c: Likewise.
16838 * sysdeps/riscv/rvf/s_finitef.c: Likewise.
16839 * sysdeps/riscv/rvf/s_floorf.c: Likewise.
16840 * sysdeps/riscv/rvf/s_fmaf.c: Likewise.
16841 * sysdeps/riscv/rvf/s_fmaxf.c: Likewise.
16842 * sysdeps/riscv/rvf/s_fminf.c: Likewise.
16843 * sysdeps/riscv/rvf/s_fpclassifyf.c: Likewise.
16844 * sysdeps/riscv/rvf/s_isinff.c: Likewise.
16845 * sysdeps/riscv/rvf/s_isnanf.c: Likewise.
16846 * sysdeps/riscv/rvf/s_issignalingf.c: Likewise.
16847 * sysdeps/riscv/rvf/s_nearbyintf.c: Likewise.
16848 * sysdeps/riscv/rvf/s_rintf.c: Likewise.
16849 * sysdeps/riscv/rvf/s_roundevenf.c: Likewise.
16850 * sysdeps/riscv/rvf/s_roundf.c: Likewise.
16851 * sysdeps/riscv/rvf/s_truncf.c: Likewise.
16852 * sysdeps/riscv/nptl/bits/pthreadtypes-arch.h: New file.
16853 * sysdeps/riscv/nptl/bits/semaphore.h: Likewise.
16854 * sysdeps/riscv/nptl/libc-lowlevellock.c: Likewise.
16855 * sysdeps/unix/sysv/linux/riscv/atomic-machine.h: Likewise.
16856 * sysdeps/riscv/nptl/nptl-sysdep.S: New file.
16857 * sysdeps/unix/sysv/linux/riscv/arch-fork.h: Likewise.
16858 * sysdeps/unix/sysv/linux/riscv/clone.S: Likewise.
16859 * sysdeps/unix/sysv/linux/riscv/profil-counter.h: Likewise.
16860 * sysdeps/unix/sysv/linux/riscv/pt-vfork.S: Likewise.
16861 * sysdeps/unix/sysv/linux/riscv/syscall.c: Likewise.
16862 * sysdeps/unix/sysv/linux/riscv/sysdep.S: Likewise.
16863 * sysdeps/unix/sysv/linux/riscv/sysdep.h: Likewise.
16864 * sysdeps/unix/sysv/linux/riscv/vfork.S: Likewise.
16865 * sysdeps/riscv/nptl/pthread-offsets.h: New file.
16866 * sysdeps/riscv/nptl/pthreaddef.h: Likewise.
16867 * sysdeps/unix/sysv/linux/riscv/bits/fcntl.h: Likewise.
16868 * sysdeps/unix/sysv/linux/riscv/bits/mman.h: Likewise.
16869 * sysdeps/unix/sysv/linux/riscv/bits/sigcontext.h: Likewise.
16870 * sysdeps/unix/sysv/linux/riscv/dl-cache.h: Likewise.
16871 * sysdeps/unix/sysv/linux/riscv/flush-icache.c: Likewise.
16872 * sysdeps/unix/sysv/linux/riscv/getcontext.S: Likewise.
16873 * sysdeps/unix/sysv/linux/riscv/init-first.c: Likewise.
16874 * sysdeps/unix/sysv/linux/riscv/libc-vdso.h: Likewise.
16875 * sysdeps/unix/sysv/linux/riscv/makecontext.c: Likewise.
16876 * sysdeps/unix/sysv/linux/riscv/readelflib.c: Likewise.
16877 * sysdeps/unix/sysv/linux/riscv/register-dump.h: Likewise.
16878 * sysdeps/unix/sysv/linux/riscv/setcontext.S: Likewise.
16879 * sysdeps/unix/sysv/linux/riscv/sigcontextinfo.h: Likewise.
16880 * sysdeps/unix/sysv/linux/riscv/swapcontext.S: Likewise.
16881 * sysdeps/unix/sysv/linux/riscv/sys/cachectl.h: Likewise.
16882 * sysdeps/unix/sysv/linux/riscv/sys/procfs.h: Likewise.
16883 * sysdeps/unix/sysv/linux/riscv/sys/ucontext.h: Likewise.
16884 * sysdeps/unix/sysv/linux/riscv/sys/user.h: Likewise.
16885 * sysdeps/unix/sysv/linux/riscv/ucontext-macros.h: Likewise.
16886 * sysdeps/unix/sysv/linux/riscv/ucontext_i.sym: Likewise.
16887 * sysdeps/unix/sysv/linux/riscv/dl-static.c: New file.
16888 * sysdeps/unix/sysv/linux/riscv/ldconfig.h: Likewise.
16889 * sysdeps/unix/sysv/linux/riscv/ldsodefs.h: Likewise.
16890 * sysdeps/riscv/nofpu/libm-test-ulps: New file.
16891 * sysdeps/riscv/nofpu/libm-test-ulps-name: Likewise.
16892 * sysdeps/riscv/rv64/rvd/libm-test-ulps: Likewise.
16893 * sysdeps/riscv/rv64/rvd/libm-test-ulps-name: Likewise.
16894 * sysdeps/unix/sysv/linux/riscv/localplt.data: Likewise.
16895 * sysdeps/unix/sysv/linux/riscv/rv64/c++-types.data: Likewise.
16896 * sysdeps/unix/sysv/linux/riscv/rv64/ld.abilist: Likewise.
16897 * sysdeps/unix/sysv/linux/riscv/rv64/libanl.abilist: Likewise.
16898 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
16899 * sysdeps/unix/sysv/linux/riscv/rv64/libdl.abilist: Likewise.
16900 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
16901 * sysdeps/unix/sysv/linux/riscv/rv64/libnsl.abilist: Likewise.
16902 * sysdeps/unix/sysv/linux/riscv/rv64/librt.abilist: Likewise.
16903 * sysdeps/unix/sysv/linux/riscv/rv64/libutil.abilist: Likewise.
16904 * sysdeps/riscv/Implies: New file.
16905 * sysdeps/riscv/Makefile: Likewise.
16906 * sysdeps/riscv/configure: Likewise.
16907 * sysdeps/riscv/configure.ac: Likewise.
16908 * sysdeps/riscv/nptl/Makefile: Likewise.
16909 * sysdeps/riscv/preconfigure: Likewise.
16910 * sysdeps/riscv/rv64/Implies-after: Likewise.
16911 * sysdeps/riscv/rv64/rvd/Implies: Likewise.
16912 * sysdeps/riscv/rv64/rvf/Implies: Likewise.
16913 * sysdeps/unix/sysv/linux/riscv/Implies: Likewise.
16914 * sysdeps/unix/sysv/linux/riscv/Makefile: Likewise.
16915 * sysdeps/unix/sysv/linux/riscv/Versions: Likewise.
16916 * sysdeps/unix/sysv/linux/riscv/configure: Likewise.
16917 * sysdeps/unix/sysv/linux/riscv/configure.ac: Likewise.
16918 * sysdeps/unix/sysv/linux/riscv/ldd-rewrite.sed: Likewise.
16919 * sysdeps/unix/sysv/linux/riscv/rv64/Implies: Likewise.
16920 * sysdeps/unix/sysv/linux/riscv/rv64/Makefile: Likewise.
16921 * sysdeps/unix/sysv/linux/riscv/shlib-versions: Likewise.
16922 * scripts/build-many-glibcs.py (Context): Add RISC-V targets.
16923 (Config): Likewise.
16924
16925 2018-01-29 Florian Weimer <fweimer@redhat.com>
16926
16927 [BZ #22701]
16928 * include/rpcsvc/nislib.h (__nis_default_ttl): Add
16929 libnsl_hidden_proto.
16930 * include/rpcsvc/yp.h (yp_xdrall): Declare with
16931 libnsl_hidden_proto.
16932 * include/rpcsvc/ypclnt.h (yp_maplist): Likewise.
16933 * nis/Makefile (libnsl-routines): Add nss-default only for
16934 build-obsolete-nsl.
16935 * nis/nis_defaults.c (__nis_default_ttl): Add
16936 libnsl_hidden_nolink_def.
16937 * nis/rpcsvc/ypclnt.h (yp_maplist): Remove #ifdef'ed-out
16938 declaration.
16939 * nis/yp_xdr.c (xdr_ypall): Add libnsl_hidden_nolink_def.
16940 * nis/ypclnt.c (yp_maplist): Likewise.
16941
16942 2018-01-29 Romain Naour <romain.naour@gmail.com> (tiny change)
16943
16944 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16945 (__ASSUME_COPY_FILE_RANGE) [__LINUX_KERNEL_VERSION < 0x040A00]: Undef.
16946
16947 2018-01-29 Joseph Myers <joseph@codesourcery.com>
16948
16949 * scripts/build-many-glibcs.py (Context.git_checkout): Use git
16950 clean -dxfq for git updates when replacing sources.
16951
16952 * scripts/build-many-glibcs.py (Config.build_gcc): Use
16953 --disable-libcilkrts unconditionally, not just for the final GCC
16954 build for Hurd.
16955
16956 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
16957 version to 4.15.
16958
16959 2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
16960
16961 [BZ #10871]
16962 * localedata/locales/lt_LT (alt_mon): Import from CLDR (nominative
16963 case).
16964
16965 2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
16966
16967 [BZ #10871]
16968 * localedata/locales/be_BY (mon): Rename to...
16969 (alt_mon): This, then synchronize with CLDR (nominative case).
16970 (abmon): Rename to...
16971 (ab_alt_mon): This, then synchronize with CLDR (nominative case).
16972 (mon): Import from CLDR (genitive case).
16973 (abmon): Likewise.
16974 * localedata/locales/be_BY@latin (mon): Rename to...
16975 (alt_mon): This.
16976 (mon): Add, proper genitive forms provided by Viktar Siarheichyk.
16977
16978 * localedata/locales/be_BY@latin (lang_name): Reworded to
16979 "biełaruskaja mova".
16980
16981 2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
16982
16983 [BZ #10871]
16984 * localedata/locales/el_CY (mon): Renamed to...
16985 (alt_mon): This.
16986 (mon): Import from CLDR (genitive case).
16987 * localedata/locales/el_GR: Likewise.
16988
16989 2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
16990
16991 [BZ #10871]
16992 * localedata/locales/ru_RU (mon): Rename to...
16993 (alt_mon): This.
16994 (abmon): Rename to...
16995 (ab_alt_mon): This.
16996 (mon): Import from CLDR (genitive case).
16997 (abmon): Copy from the old content except the 5th month which is
16998 now in the genitive case, even when abbreviated.
16999 * localedata/locales/ru_UA: Likewise.
17000 * time/tst-strptime.c (day_tests): Add an actual example of
17001 a difference between %b and %Ob in Russian.
17002
17003 2018-01-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
17004
17005 * sysdeps/mach/hurd/xmknodat.c: Include <sys/sysmacros.h>.
17006 * sysdeps/mach/hurd/profil.c: Reuse `a' variable instead of introducing
17007 a `c' variable.
17008 * resolv/res-close.c: Include <stdlib.h>.
17009 * sysdeps/generic/not-cancel.h: Include <fcntl.h>, <unistd.h>,
17010 <sys/wait.h>, <time.h>, <sys/uio.h>.
17011 (NOT_CANCEL_H): Add inclusion guard.
17012 * sysdeps/generic/sigset-cvt-mask.h: Include <sigsetops.h>.
17013 * sysdeps/generic/sigsetops.h (__sigemptyset, __sigfillset,
17014 __sigandset, __sigorset, __sigaddset, __sigdelset): Make them really
17015 return 0.
17016 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Cast
17017 vm_address_t * to ElfW(Addr) * for dl_main parameter.
17018 * sysdeps/pthread/posix-timer.h (timer_ptr2id): Cast to timer_t
17019 instead of void *.
17020 * sysdeps/pthread/timer_create.c (timer_create): Do not use
17021 timer_ptr2id to cast struct timer_node * to void *.
17022 * scripts/build-many-glibcs.py [os == gnu] (build_gcc): Pass
17023 --disable-libcilkrts to gcc configure.
17024 (checkout_vcs): Add mig and gnumach repository URLs, run autoreconf,
17025 and make them the default for now.
17026 * sysdeps/mach/hurd/Makefile [$(subdir)==nis]: Add
17027 -DUSE_BINDINGDIR=1 to CFLAGS-ypclnt.c.
17028 * mach/Machrules (MIGFLAGS): Do not set -DMACH_IPC_COMPAT=0.
17029 * mach/mach/mach_traps.h: Drop comment about MACH_IPC_COMPAT.
17030 * sysdeps/mach/hurd/fork.c (__fork): Drop special casing
17031 MACH_IPC_COMPAT.
17032 * sysdeps/mach/hurd/dl-sysdep.c (_exit): Call LOSE and abort() if
17033 __task_terminate would ever return successfully.
17034 * sysdeps/mach/hurd/profil.c (special_profil_failure): Move variable
17035 to global scope.
17036 * sysdeps/mach/pagecopy.h (PAGE_THRESHOLD): Rename to
17037 PAGE_COPY_THRESHOLD and set to benchmarked 16384.
17038 * sysdeps/mach/hurd/getresgid.c (__getresgid): Set result from
17039 critical section to make code simpler and avoid warning.
17040 * sysdeps/mach/hurd/getresuid.c (__getresuid): Set result from
17041 critical section to make code simpler and avoid warning.
17042 * sysdeps/mach/hurd/spawni.c (__spawni): Make relpath and abspath
17043 const char * instead of char *.
17044 * hurd/hurd/lookup.h (__hurd_file_name_lookup, hurd_file_name_lookup,
17045 __hurd_file_name_split, hurd_file_name_split,
17046 __hurd_directory_name_split, hurd_directory_name_split,
17047 __hurd_file_name_lookup_retry, hurd_file_name_lookup_retry,
17048 hurd_file_name_path_lookup): Make lookup function parameter take a
17049 const char *name instead of char *name.
17050 * hurd/hurdlookup.c (__hurd_file_name_lookup, __hurd_file_name_split,
17051 __hurd_directory_name_split): Likewise.
17052 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Likewise.
17053 * hurd/path-lookup.c (hurd_file_name_path_lookup): Likewise.
17054 * sysdeps/mach/hurd/check_native.c: New file.
17055 * sysdeps/mach/hurd/check_pf.c: New file.
17056 * nscd/gai.c (__getifaddrs): Define macro to getifaddrs.
17057 (__freeifaddrs): Define macro to freeifaddrs.
17058 * sysdeps/mach/hurd/libhurduser.abilist: New file.
17059 * sysdeps/mach/libmachuser.abilist: New file.
17060 * libio/tst-memstream3.c (FWRITE): Rename to _FWRITE.
17061 (do_test_bz20181): Rename accordingly.
17062 * libio/tst-wmemstream3.c (FWRITE): Rename accordingly.
17063 * io/tst-copy_file_range.c [!defined CLONE_NEWNS]: Do not include
17064 <sys/mount.h>.
17065 * hurd/hurd.h (__hurd_fail): Always declare function, and provide inline
17066 version only if __USE_EXTERN_INLINES is defined.
17067 * hurd/hurd/fd.h (_hurd_fd_error_signal, _hurd_fd_error, __hurd_dfail,
17068 __hurd_sockfail): Likewise.
17069 (_hurd_fd_get): Always declare functions, and provide inline versions
17070 only if __USE_EXTERN_INLINES and _LIBC are defined and IS_IN(libc).
17071 * hurd/hurd/port.h (_hurd_port_init, _hurd_port_locked_get,
17072 _hurd_port_get, _hurd_port_free, _hurd_port_locked_set,
17073 _hurd_port_set): Always declare functions, and provide inline versions
17074 only if __USE_EXTERN_INLINES and _LIBC are defined and
17075 IS_IN(libc).
17076 * hurd/hurd/signal.h (_hurd_self_sigstate, _hurd_critical_section_lock,
17077 _hurd_critical_section_unlock): Likewise.
17078 * hurd/hurd/threadvar.h (__hurd_threadvar_location_from_sp,
17079 * __hurd_threadvar_location): Likewise.
17080 * hurd/hurd/userlink.h (_hurd_userlink_link, _hurd_userlink_unlink,
17081 _hurd_userlink_clear): Likewise.
17082 * mach/lock-intern.h (__spin_lock_init, __spin_lock, __mutex_lock,
17083 __mutex_unlock, __mutex_trylock): Always declare functions, and provide
17084 inline versions only if __USE_EXTERN_INLINES and _LIBC are defined.
17085 * mach/mach/mig_support.h (__mig_strncpy): Likewise.
17086 * sysdeps/generic/machine-lock.h (__spin_unlock, __spin_try_lock,
17087 __spin_lock_locked): Likewise.
17088 * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock,
17089 __spin_lock_locked): Likewise.
17090 * mach/spin-lock.c (__USE_EXTERN_INLINES): Define to 1.
17091 * hurd/Versions (libc: GLIBC_2.27): Add _hurd_fd_error_signal,
17092 _hurd_fd_error, __hurd_dfail, __hurd_sockfail, _hurd_port_locked_set,
17093 __hurd_threadvar_location_from_sp, __hurd_threadvar_location,
17094 _hurd_userlink_link, _hurd_userlink_unlink, _hurd_userlink_clear.
17095 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_CHOWN_RESTRICTED,
17096 _POSIX_NO_TRUNC): Define to 0.
17097 * sysdeps/pthread/allocalim.h [!defined PTHREAD_STACK_MIN]: Do not
17098 check size against PTHREAD_STACK_MIN.
17099 * hurd/hurd/signal.h [__USE_EXTERN_INLINES][_LIBC][IS_IN(libc) ||
17100 IS_IN(libpthread)]: Include <sigsetops.h>.
17101 * mach/Makefile (user-interfaces): Add mach/gnumach.
17102 * sysdeps/mach/configure.ac (mach_interface_list): Add gnumach.
17103 * sysdeps/mach/configure (mach_interface_list): Regenerate.
17104 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_VDISABLE): Set to '\0'
17105 instead of invalid -1.
17106 * sysdeps/mach/hurd/net/ethernet.h: Include <stdint.h>.
17107 * sysdeps/mach/hurd/net/if_arp.h: Include <stdint.h>.
17108 * sysdeps/mach/hurd/net/if_ppp.h: Do not include non-existing
17109 <net/ppp_defs.h>.
17110
17111 2018-01-27 Thomas Schwinge <tschwinge@gnu.org>
17112
17113 * hurd/fcntl-internal.h: New file.
17114
17115 2018-01-27 James Clarke <jrtc27@jrtc27.com>
17116
17117 * sysdeps/hppa/fpu/libm-test-ulps: Update.
17118
17119 * sysdeps/alpha/fpu/libm-test-ulps: Update.
17120
17121 2018-01-26 Andreas Schwab <schwab@linux-m68k.org>
17122
17123 [BZ #22701]
17124 * nis/Makefile (libnsl-inhibit-o) [$(build-obsolete-nsl) != yes]:
17125 Build only shared objects.
17126
17127 2018-01-26 Carlos O'Donell <carlos@redhat.com>
17128
17129 * README: Update for hppa.
17130
17131 2018-01-26 Patrick McGehearty <patrick.mcgehearty@oracle.com>
17132
17133 * sysdeps/sparc/fpu/libm-test-ulps: Update
17134 cpow, ctan, ctanh, j0, j1, y0, yn ulps.
17135
17136 2018-01-26 Carlos O'Donell <carlos@redhat.com>
17137
17138 Revert:
17139
17140 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
17141
17142 [BZ #22563]
17143 * sysdeps/i386/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
17144 * sysdeps/i386/nptl/tls.h (tcbhead_t): Add feature_1.
17145 * sysdeps/x86_64/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
17146 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Rename __glibc_unused1
17147 to feature_1.
17148
17149 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
17150
17151 [BZ #22563]
17152 * bits/types/__cancel_jmp_buf_tag.h: New file.
17153 * sysdeps/unix/sysv/linux/x86/bits/types/__cancel_jmp_buf_tag.h
17154 * sysdeps/unix/sysv/linux/x86/pthreaddef.h: Likewise.
17155 * sysdeps/unix/sysv/linux/x86/nptl/pthreadP.h: Likewise.
17156 * nptl/Makefile (headers): Add
17157 bits/types/__cancel_jmp_buf_tag.h.
17158 * nptl/descr.h [NEED_SAVED_MASK_IN_CANCEL_JMP_BUF]
17159 (pthread_unwind_buf): Add saved_mask to cancel_jmp_buf.
17160 * sysdeps/nptl/pthread.h: Include
17161 <bits/types/__cancel_jmp_buf_tag.h>.
17162 (__pthread_unwind_buf_t): Use struct __cancel_jmp_buf_tag with
17163 __cancel_jmp_buf.
17164 * sysdeps/unix/sysv/linux/hppa/pthread.h: Likewise.
17165
17166 2018-01-25 Rafal Luzynski <digitalfreak@lingonborough.com>
17167
17168 [BZ #10871]
17169 * localedata/locales/uk_UA (mon): Renamed to...
17170 (alt_mon): This.
17171 (alt_digits): "0" removed and then renamed to...
17172 (mon): This.
17173 (date_fmt): Definition changed not to use the alternative
17174 digits hack.
17175
17176 2018-01-25 Palmer Dabbelt <palmer@sifive.com>
17177
17178 * elf/cache.c (print_entry): Add FLAG_RISCV_FLOAT_ABI_SOFT and
17179 FLAG_RISCV_FLOAT_ABI_DOUBLE.
17180 * elf/elf.h (EF_RISCV_RVC): New define.
17181 (EF_RISCV_FLOAT_ABI): Likewise.
17182 (EF_RISCV_FLOAT_ABI_SOFT): Likewise.
17183 (EF_RISCV_FLOAT_ABI_SINGLE): Likewise.
17184 (EF_RISCV_FLOAT_ABI_DOUBLE): Likewise.
17185 (EF_RISCV_FLOAT_ABI_QUAD): Likewise.
17186 * sysdeps/generic/ldconfig.h (FLAG_RISCV_FLOAT_ABI_SOFT): New
17187 define.
17188 (FLAG_RISCV_FLOAT_ABI_DOUBLE): Likewise.
17189
17190 2018-01-25 Andreas Schwab <schwab@suse.de>
17191
17192 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): Consistently put arguments in
17193 single quotes.
17194 * sysdeps/gnu/configure: Regenerate.
17195 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerate.
17196 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
17197 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
17198 * sysdeps/unix/sysv/linux/s390/s390-64/configure: Regenerate.
17199 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: Regenerate.
17200 * sysdeps/unix/sysv/linux/tile/configure: Regenerate.
17201 * sysdeps/unix/sysv/linux/x86_64/64/configure: Regenerate.
17202 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Regenerate.
17203
17204 2018-01-25 Samuel Thibault <samuel.thibault@ens-lyon.org>
17205
17206 * scripts/build-many-glibcs.py (checkout_vcs): Add hurd repository
17207 URL, and run autoconf, make it the default for now.
17208
17209 2018-01-24 Joseph Myers <joseph@codesourcery.com>
17210
17211 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
17212 soft-float ColdFire configuration.
17213
17214 * sysdeps/unix/sysv/linux/m68k/localplt.data: Move to ....
17215 * sysdeps/unix/sysv/linux/m68k/m680x0/localplt.data: ... here.
17216 * sysdeps/unix/sysv/linux/m68k/coldfire/localplt.data: New file.
17217
17218 * sysdeps/m68k/coldfire/nofpu/math_private.h: New file. Based on
17219 MicroBlaze file.
17220
17221 * sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h: Move to
17222 ....
17223 * sysdeps/unix/sysv/linux/m68k/coldfire/fpu/jmp_buf-macros.h:
17224 ... here.
17225 * sysdeps/unix/sysv/linux/m68k/coldfire/nofpu/jmp_buf-macros.h:
17226 New file.
17227
17228 * sysdeps/unix/sysv/linux/m68k/jmp_buf-macros.h: Move to ....
17229 * sysdeps/unix/sysv/linux/m68k/m680x0/jmp_buf-macros.h: ... here.
17230 * sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h: New
17231 file.
17232
17233 2018-01-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
17234
17235 [BZ #22742]
17236 * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h (__glibc_reserved1):
17237 Rename to __reserved and add comment.
17238 * sysdeps/unix/sysv/linux/aarch64/ucontext_i.sym (__glibc_reserved1):
17239 Rename to __reserved.
17240
17241 2018-01-24 Joseph Myers <joseph@codesourcery.com>
17242
17243 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
17244 i686-gnu configurations.
17245 (Context.run_builds): Include mig, gnumach and hurd in components
17246 considered.
17247 (Context.checkout): Add mig, gnumach and hurd to components.
17248 (Context.checkout_tar): Add URL mappings for mig, gnumach and
17249 hurd.
17250 (Context.bot_cycle): Check for changes to mig, gnumach and hurd.
17251 (Config.build): Install gnumach headers, build mig and install
17252 hurd headers for 'gnu' OS.
17253 (Config.install_gnumach_headers): New function.
17254 (Config.install_hurd_headers): Likewise.
17255 (Glibc.build_glibc): Do not use /usr for 'gnu' OS. Specifiy MIG
17256 when building for 'gnu' OS.
17257
17258 2018-01-23 Tobias Klauser <tklauser@distanz.ch>
17259
17260 * manual/tunables.texi (Hardware Capability Tunables): Fix
17261 spelling.
17262
17263 2018-01-22 Rical Jasan <ricaljasan@pacific.net>
17264
17265 * manual/locale.texi (ALTMON_1, ALTMON_2, ALTMON_3, ALTMON_4)
17266 (ALTMON_5, ALTMON_6, ALTMON_7, ALTMON_8, ALTMON_9, ALTMON_10)
17267 (ALTMON_11, ALTMON_12): Improve documentation.
17268 * manual/time.texi (strftime): Likewise.
17269
17270 2018-01-22 Rafal Luzynski <digitalfreak@lingonborough.com>
17271
17272 [BZ #10871]
17273 * localedata/locales/pl_PL: Alternative month names added,
17274 primary month names are genitive now.
17275 * time/tst-strptime.c (day_tests): Actually use a genitive case
17276 of a month name in Polish language.
17277
17278 2018-01-22 Rafal Luzynski <digitalfreak@lingonborough.com>
17279
17280 [BZ #10871]
17281 * manual/locale.texi: Document ALTMON_1..12 constants for
17282 nl_langinfo. Specify when to use ALTMON instead of MON.
17283 * manual/time.texi (strftime, strptime): Document GNU extension
17284 permitting O modifier with %B and %b. Specify when to use
17285 %OB instead of %B.
17286
17287 2018-01-22 Rafal Luzynski <digitalfreak@lingonborough.com>
17288
17289 [BZ #10871]
17290 * locale/C-time.c (_nl_C_LC_TIME): Add abbreviated alternative month
17291 names, define them as the same as abbreviated month names explicitly.
17292 * locale/categories.def (LC_TIME): Add ab_alt_mon and wide-ab_alt_mon.
17293 * locale/langinfo.h: (_NL_ABALTMON_1, _NL_ABALTMON_2, _NL_ABALTMON_3,
17294 _NL_ABALTMON_4, _NL_ABALTMON_5, _NL_ABALTMON_6, _NL_ABALTMON_7,
17295 _NL_ABALTMON_8, _NL_ABALTMON_9, _NL_ABALTMON_10, _NL_ABALTMON_11,
17296 _NL_ABALTMON_12, _NL_WABALTMON_1, _NL_WABALTMON_2, _NL_WABALTMON_3,
17297 _NL_WABALTMON_4, _NL_WABALTMON_5, _NL_WABALTMON_6, _NL_WABALTMON_7,
17298 _NL_WABALTMON_8, _NL_WABALTMON_9, _NL_WABALTMON_10, _NL_WABALTMON_11,
17299 _NL_WABALTMON_12): New enum constants.
17300 * locale/programs/ld-time.c (struct locale_time_t): Add ab_alt_mon,
17301 wab_alt_mon, and ab_alt_mon_defined members.
17302 (time_output): Output ab_alt_mon and wab_alt_mon members.
17303 (time_read): Read them, initialize them as copies of abmon and wabmon
17304 respectively if they are missing, initialize ab_alt_mon_defined.
17305 * locale/programs/locfile-kw.gperf (ab_alt_mon): Define.
17306 * locale/programs/locfile-kw.h: Regenerate.
17307 * locale/programs/locfile-token.h (tok_ab_alt_mon): New enum constant.
17308 * time/Makefile [$(run-built-tests) = yes] (LOCALES): Add es_ES.UTF-8
17309 and ru_RU.UTF-8.
17310 * time/strftime_l.c (a_altmonth, aam_len): New macros.
17311 [!COMPILE_WIDE] (ABALTMON_1): New macro.
17312 (__strftime_internal): Handle %Ob and %Oh formats.
17313 * time/strptime_l.c [_LIBC] (ab_alt_month_name): New macro.
17314 (__strptime_internal): Handle %Ob and %Oh formats.
17315 * time/tst-strptime.c (day_tests): Add more tests to parse different
17316 forms of month names including the new %Ob format specifier.
17317
17318 2018-01-22 Rafal Luzynski <digitalfreak@lingonborough.com>
17319
17320 [BZ #10871]
17321 * locale/C-time.c (_nl_C_LC_TIME): Add alternative month names,
17322 define them as the same as primary full month names explicitly.
17323 * locale/categories.def (LC_TIME): Add alt_mon and wide-alt_mon.
17324 * locale/langinfo.h (__ALTMON_1, __ALTMON_2, __ALTMON_3, __ALTMON_4,
17325 __ALTMON_5, __ALTMON_6, __ALTMON_7, __ALTMON_8, __ALTMON_9, __ALTMON_10,
17326 __ALTMON_11, __ALTMON_12, _NL_WALTMON_1, _NL_WALTMON_2, _NL_WALTMON_3,
17327 _NL_WALTMON_4, _NL_WALTMON_5, _NL_WALTMON_6, _NL_WALTMON_7,
17328 _NL_WALTMON_8, _NL_WALTMON_9, _NL_WALTMON_10, _NL_WALTMON_11,
17329 _NL_WALTMON_12): New enum constants.
17330 [__USE_GNU] (ALTMON_1, ALTMON_2, ALTMON_3, ALTMON_4, ALTMON_5, ALTMON_6,
17331 ALTMON_7, ALTMON_8, ALTMON_9, ALTMON_10, ALTMON_11, ALTMON_12): New
17332 macros.
17333 * locale/programs/ld-time.c (struct locale_time_t): Add alt_mon,
17334 walt_mon, and alt_mon_defined members.
17335 (time_output): Output alt_mon and walt_mon members.
17336 (time_read): Read them, initialize them as copies of mon and wmon
17337 respectively if they are missing, initialize alt_mon_defined.
17338 * locale/programs/locfile-kw.gperf (alt_mon): Define.
17339 * locale/programs/locfile-kw.h: Regenerate.
17340 * locale/programs/locfile-token.h (tok_alt_mon): New enum constant.
17341 * localedata/tst-langinfo.c (map): Add tests for the new constants
17342 ALTMON_1 .. ALTMON_12.
17343 * time/Makefile [$(run-built-tests) = yes] (LOCALES): Add fr_FR.UTF-8
17344 and pl_PL.UTF-8.
17345 * time/strftime_l.c (f_altmonth): New macro.
17346 (__strftime_internal): Handle %OB format.
17347 * time/strptime_l.c [_LIBC] (alt_month_name): New macro.
17348 (__strptime_internal): Handle %OB format.
17349 * time/tst-strptime.c (day_tests): Add tests to parse different forms
17350 of month names including the new %OB format specifier.
17351
17352 2018-01-19 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
17353
17354 [BZ #22685]
17355 * sysdeps/powerpc/powerpc32/sysdep.h (ABORT_TRANSACTION_IMPL): Renamed
17356 from ABORT_TRANSACTION.
17357 (ABORT_TRANSACTION): Redirect to ABORT_TRANSACTION_IMPL.
17358 * sysdeps/powerpc/powerpc64/sysdep.h (ABORT_TRANSACTION,
17359 ABORT_TRANSACTION_IMPL): Likewise.
17360 * sysdeps/unix/sysv/linux/powerpc/not-errno.h: New file. Reuse
17361 Linux code, but remove the code that aborts transactions.
17362
17363 2018-01-19 Samuel Thibault <samuel.thibault@ens-lyon.org>
17364
17365 * sysdeps/generic/netinet/if_ether.h: Include <stdint.h>.
17366
17367 2018-01-19 Rafal Luzynski <digitalfreak@lingonborough.com>
17368
17369 * localedata/locales/gu_IN (LC_IDENTIFICATION): Fix an obvious typo
17370 in date: "2004-14-09" should be "2004-09-14".
17371 * localedata/locales/lo_LA: Fix an obvious typo in date in the header:
17372 "2003-15-09" should be "2003-09-15".
17373
17374 2018-01-18 Arjun Shankar <arjun@redhat.com>
17375
17376 [BZ #22343]
17377 [BZ #22774]
17378 CVE-2018-6485
17379 CVE-2018-6551
17380 * malloc/malloc.c (checked_request2size): call REQUEST_OUT_OF_RANGE
17381 after padding.
17382 (_int_memalign): check for integer overflow before calling
17383 _int_malloc.
17384 * malloc/tst-malloc-too-large.c: New test.
17385 * malloc/Makefile: Add tst-malloc-too-large.
17386
17387 2018-01-18 Rafal Luzynski <digitalfreak@lingonborough.com>
17388
17389 * localedata/locales/bho_NP (LC_IDENTIFICATION): Fix an obvious typo
17390 in date: "2017-24-07" should be "2017-07-24".
17391 * localedata/locales/mai_IN: Likewise.
17392 * localedata/locales/mai_NP: Likewise.
17393
17394 2018-01-17 Dmitry V. Levin <ldv@altlinux.org>
17395
17396 * po/ru.po: Update translations.
17397
17398 2018-01-17 Joseph Myers <joseph@codesourcery.com>
17399
17400 [BZ #22719]
17401 * sysdeps/hppa/backtrace.c: New file.
17402
17403 2018-01-17 H.J. Lu <hongjiu.lu@intel.com>
17404
17405 [BZ #22715]
17406 * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_profile): Properly
17407 align La_x86_64_retval to VEC_SIZE.
17408
17409 2018-01-16 Joseph Myers <joseph@codesourcery.com>
17410
17411 * sysdeps/x86_64/backtrace.c: Include <gnu/lib-names.h>.
17412 (init): Use LIBGCC_S_SO not hardcoded "libgcc_s.so.1".
17413
17414 2018-01-16 Florian Weimer <fweimer@redhat.com>
17415
17416 * nptl/Makefile [$(have-cxx-thread_local)] (tests-unsupported):
17417 Move tst-thread-exit-clobber ...
17418 [$(CXX)] (tests-unsupported): ... to here.
17419
17420 2018-01-16 Szabolcs Nagy <szabolcs.nagy@arm.com>
17421
17422 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_SHA3): Define.
17423 (HWCAP_SM3, HWCAP_SM4, HWCAP_ASIMDDP, HWCAP_SHA512, HWCAP_SVE): Define.
17424 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c
17425 (_dl_aarch64_cap_flags): Update.
17426 (_DL_HWCAP_COUNT): Update.
17427
17428 2018-01-16 Szabolcs Nagy <szabolcs.nagy@arm.com>
17429
17430 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
17431 (_DL_HWCAP_LAST): Remove.
17432 (_DL_HWCAP_COUNT): Move to ...
17433 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c
17434 (_DL_HWCAP_COUNT): ... here.
17435
17436 2018-01-16 Florian Weimer <fweimer@redhat.com>
17437
17438 * nptl/Makefile (CFLAGS-tst-minstack-throw.o): Compile in C++11
17439 mode with GNU extensions.
17440
17441 2018-01-15 Alan Hayward <alan.hayward@arm.com>
17442
17443 * elf/elf.h (NT_ARM_SVE): Define.
17444
17445 2018-01-15 Florian Weimer <fweimer@redhat.com>
17446
17447 [BZ #22636]
17448 * nptl/tst-minstack-throw.cc: New file.
17449 * nptl/Makefile (tests): Add tst-minstack-throw.
17450 (LDLIBS-tst-minstack-throw): Link with libstdc++.
17451 [!CXX] (tests-unsupported): Add tst-minstack-throw.
17452
17453 2018-01-15 Joseph Myers <joseph@codesourcery.com>
17454
17455 * scripts/build-many-glibcs.py (Context.checkout): Default
17456 binutils version to 2.30 branch, MPFR version to 4.0.0 and MPC
17457 version to 1.1.0.
17458
17459 2018-01-13 Carlos O'Donell <carlos@redhat.com>
17460
17461 [BZ #22707]
17462 * elf/elf.h (DF_1_STUB): Define.
17463 (DF_1_PIE): Define.
17464
17465 2018-01-12 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
17466
17467 [BZ #22697]
17468 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
17469 Do not add 0.5 to integer or out-of-range arguments.
17470
17471 2018-01-12 Dmitry V. Levin <ldv@altlinux.org>
17472
17473 * po/bg.po: Update translations.
17474 * po/cs.po: Likewise.
17475 * po/de.po: Likewise.
17476 * po/ko.po: Likewise.
17477 * po/pl.po: Likewise.
17478 * po/sv.po: Likewise.
17479 * po/uk.po: Likewise.
17480 * po/vi.po: Likewise.
17481
17482 2018-01-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
17483
17484 * aarch64/start.S (_start): Use __wrap_main.
17485 (__wrap_main): New local symbol.
17486
17487 2018-01-12 Dmitry V. Levin <ldv@altlinux.org>
17488
17489 [BZ #22679]
17490 CVE-2018-1000001
17491 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Fall back to
17492 generic_getcwd if the path returned by getcwd syscall is not absolute.
17493 * io/tst-getcwd-abspath.c: New test.
17494 * io/Makefile (tests): Add tst-getcwd-abspath.
17495
17496 2018-01-12 Istvan Kurucsai <pistukem@gmail.com>
17497
17498 * malloc/malloc.c (malloc_consolidate): Add size check.
17499
17500 2018-01-12 Florian Weimer <fweimer@redhat.com>
17501
17502 * support/write_message.c (write_message): Preserve errno.
17503 * support/check.c (print_failure): Likewise.
17504 * support/support_test_verify_impl.c (support_test_verify_impl):
17505 Likewise.
17506 * support/support_test_compare_failure.c
17507 (support_test_compare_failure): Likewise.
17508
17509 2018-01-12 Florian Weimer <fweimer@redhat.com>
17510
17511 [BZ #22701]
17512 * nis/Makefile (install-lib-ldscripts, $(inst_libdir)/libnsl.so):
17513 Prevent installation of libnsl.so.
17514 (libnsl-inhibit-o): Do not build (or install) static libraries.
17515
17516 2018-01-12 Egmont Koblinger <egmont@gmail.com>
17517
17518 [BZ #22657]
17519 * localedata/locales/hu_HU (d_t_fmt): Avoid a leading space
17520 before the day number which may produce a double space.
17521 (date_fmt): Likewise.
17522
17523 2018-01-12 Joseph Myers <joseph@codesourcery.com>
17524
17525 * sysdeps/s390/fpu/feholdexcpt.c (__feholdexcept): Call __fegetenv
17526 instead of fegetenv.
17527
17528 2018-01-11 Joseph Myers <joseph@codesourcery.com>
17529
17530 [BZ #22702]
17531 * sysdeps/generic/math_private.h (libc_feresetround_noex): Update
17532 comment to say exceptions are discarded.
17533 (libc_feholdsetround_noex_ctx): Use __feholdexcept instead of
17534 __fegetenv.
17535 (SET_RESTORE_ROUND_NOEX): Update comment to say non-stop mode must
17536 be enabled.
17537
17538 2018-01-11 Florian Weimer <fweimer@redhat.com>
17539
17540 * sysdeps/gnu/unwind-resume.c (__libgcc_s_init): Update comment
17541 and error message.
17542
17543 2018-01-11 Florian Weimer <fweimer@redhat.com>
17544
17545 [BZ #22636]
17546 * nptl/Makefile (tests): Add tst-minstack-cancel, tst-minstack-exit.
17547 * nptl/tst-minstack-cancel.c, nptl/tst-minstack-exit.c: New files.
17548
17549 2018-01-10 Joseph Myers <joseph@codesourcery.com>
17550
17551 [BZ #22693]
17552 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Handle
17553 negative arguments in test for NaN or infinity argument.
17554
17555 2018-01-10 Dmitry V. Levin <ldv@altlinux.org>
17556
17557 * po/libc.pot: Regenerate.
17558
17559 2018-01-10 Florian Weimer <fweimer@redhat.com>
17560
17561 [BZ #22636]
17562 * sysdeps/nptl/unwind-forcedunwind.c (pthread_cancel_init): Open
17563 libgcc.so with RTLD_NOW, to avoid lazy binding during unwind.
17564
17565 2018-01-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
17566
17567 * hurd/hurd/fd.h: Include <fcntl.h>
17568 (__hurd_at_flags): New function.
17569 * hurd/lookup-at.c (__file_name_lookup_at): Replace flag computation
17570 with call to __hurd_at_flags.
17571 * include/unistd.h (__faccessat, __faccessat_noerrno): Add declaration.
17572 * sysdeps/mach/hurd/access.c (access_common): Move implementation to
17573 __faccessat
17574 (hurd_fail_seterrno, hurd_fail_noerrno): Move to sysdeps/mach/hurd/faccessat.c.
17575 (__access_noerrno): Use __faccessat_common instead of access_common.
17576 (__access): Likewise.
17577 * sysdeps/mach/hurd/euidaccess.c (__euidaccess): Replace implementation
17578 with a call to __faccessat.
17579 * sysdeps/mach/hurd/faccessat.c (faccessat): Rename into...
17580 (__faccessat_common): ... this. Move implementation of __access into it when
17581 AT_FLAGS does not contain AT_EACCESS. Make it call __hurd_at_flags, add
17582 reauthenticate_cwdir_at helper to implement AT mechanism.
17583 (__faccessat_noerrno): New function, just calls __faccessat_common.
17584 (__faccessat): New function, just calls __faccessat_common.
17585 (faccessat): Define weak alias.
17586
17587 2018-01-10 Joseph Myers <joseph@codesourcery.com>
17588
17589 [BZ #22691]
17590 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17591 (CFLAGS-s_fmaxmagl.c): New variable.
17592 [$(subdir) = math] (CFLAGS-s_fminmagl.c: Likewise.
17593
17594 [BZ #22690]
17595 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Use unsigned
17596 long int for arguments of possibly overflowing addition or
17597 subtraction.
17598 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
17599
17600 2018-01-09 Joseph Myers <joseph@codesourcery.com>
17601
17602 [BZ #22688]
17603 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17604 (CFLAGS-e_remainderl.c): New variable.
17605
17606 [BZ #22687]
17607 * sysdeps/powerpc/nofpu/Makefile (CFLAGS-s_cacosl.c): New
17608 variable.
17609 (CFLAGS-s_cacoshl.c): Likewise.
17610 (CFLAGS-s_casinhl.c): Likewise.
17611 (CFLAGS-s_catanl.c): Likewise.
17612 (CFLAGS-s_catanhl.c): Likewise.
17613 (CFLAGS-s_cexpl.c): Likewise.
17614 (CFLAGS-s_ccoshl.c): Add -fsignaling-nans.
17615 (CFLAGS-s_csinhl.c): Likewise.
17616 (CFLAGS-s_clogl.c): Likewise.
17617 (CFLAGS-s_clog10l.c): Likewise.
17618 (CFLAGS-s_csinl.c): Likewise.
17619 (CFLAGS-s_csqrtl.c): Likewise.
17620
17621 2017-01-09 Emilio Pozuelo Monfort <pochu27@gmail.com>
17622 2017-01-09 Svante Signell <svante.signell@gmail.com>
17623
17624 * hurd/hurdexec.c (_hurd_exec): Deprecate function.
17625 (_hurd_exec_paths): New function.
17626 * hurd/hurd.h (_hurd_exec): Deprecate function.
17627 (_hurd_exec_paths): Declare function.
17628 * hurd/Versions: Export _hurd_exec_paths.
17629 * sysdeps/mach/hurd/execve.c: Include <stdlib.h> and <stdio.h>
17630 (__execve): Use __getcwd to build absolute path, and use
17631 _hurd_exec_paths instead of _hurd_exec.
17632 * sysdeps/mach/hurd/spawni.c: Likewise.
17633 * sysdeps/mach/hurd/fexecve.c: Use _hurd_exec_paths instead of
17634 _hurd_exec.
17635
17636 2018-01-08 Dmitry V. Levin <ldv@altlinux.org>
17637
17638 * sysdeps/unix/sysv/linux/tst-ttyname.c (do_in_chroot_1): Skip the
17639 test instead of failing in case of ENOENT returned by posix_openpt.
17640
17641 2018-01-08 Florian Weimer <fweimer@redhat.com>
17642
17643 resolv: Support binary labels in test framework.
17644 * support/resolv_test.c (struct to_be_freed): Remove.
17645 (struct compressed_name): New.
17646 (allocate_compressed_name, ascii_tolower)
17647 (compare_compressed_name): New functions.
17648 (struct resolv_response_builder): Update type of
17649 compression_offsets for use with tsearch. Rempve to_be_freed.
17650 (response_push_pointer_to_free): Remove function.
17651 (resolv_response_add_name): Rewrite using struct compressed_name
17652 and tsearch instead of hsearch_r.
17653 (response_builder_allocate): Remove initialization of
17654 compression_offsets.
17655 (response_builder_free): Update for removal of to_be_freed. Use
17656 tdestroy instead of hdestroy_r.
17657 * resolv/Makefile (tests): Add tst-resolv-binary.
17658 (tst-resolv-binary): Link with -lresolv -lpthread.
17659
17660 2018-01-08 Florian Weimer <fweimer@redhat.com>
17661
17662 * support/check.h (TEST_COMPARE): Allow sign mismatch at compile
17663 time. Pass positive flag instead of negative flag to
17664 support_test_compare_failure.
17665 (support_test_compare_failure): Change negative parameter to
17666 positive.
17667 * support/support_test_compare_failure.c (report)
17668 (support_test_compare_failure): Likewise.
17669 * support/tst-test_compare.c (return_ssize_t, return_int): New.
17670 (do_test): Check int/size_t, ssize_t/size_t comparisons.
17671
17672 2018-01-08 Szabolcs Nagy <szabolcs.nagy@arm.com>
17673
17674 [BZ #22637]
17675 * nptl/descr.h (stackblock, stackblock_size): Update comments.
17676 * nptl/allocatestack.c (allocate_stack): Add guardsize to stacksize.
17677 * nptl/nptl-init.c (__pthread_get_minstack): Remove guardsize from
17678 stacksize.
17679 * nptl/pthread_getattr_np.c (pthread_getattr_np): Likewise.
17680
17681 2018-01-08 H.J. Lu <hongjiu.lu@intel.com>
17682
17683 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
17684 Add s_sincosf-sse2 and s_sincosf-fma.
17685 (CFLAGS-s_sincosf-fma.c): New.
17686 * sysdeps/x86_64/fpu/multiarch/s_sincosf-fma.c: New file.
17687 * sysdeps/x86_64/fpu/multiarch/s_sincosf-sse2.S: Likewise.
17688 * sysdeps/x86_64/fpu/multiarch/s_sincosf.c: Likewise.
17689 * sysdeps/x86_64/fpu/s_sincosf.S: Don't add alias if
17690 __sincosf is defined.
17691
17692 2018-01-08 Florian Weimer <fweimer@redhat.com>
17693
17694 * nptl/tst-thread-exit-clobber.cc: New file.
17695 * nptl/Makefile (CFLAGS-tst-thread-exit-clobber.o): Compile in
17696 C++11 mode.
17697 (LDLIBS-tst-thread-exit-clobber): Link with libstdc++.
17698 (tests): Add tst-thread-exit-clobber.
17699 [!CXX] (tests-unsupported): Add tst-thread-exit-clobber.
17700
17701 2018-01-08 Florian Weimer <fweimer@redhat.com>
17702
17703 * support/check.h (support_static_assert): Define.
17704 (TEST_COMPARE): Use it.
17705
17706 2018-01-07 Aurelien Jarno <aurelien@aurel32.net>
17707
17708 * sysdeps/unix/sysv/linux/getrlimit64 (getrlimit64)
17709 [!__RLIM_T_MATCHES_RLIM64_T]
17710 [!SHLIB_COMPAT (libc, GLIBC_2_1, GLIBC_2_2)]: Define as weak alias of
17711 __getrlimit64. Add libc_hidden_weak.
17712
17713 2018-01-06 Palmer Dabbelt <palmer@sifive.com>
17714
17715 * elf/elf.h (R_RISCV_NONE): New define.
17716 (R_RISCV_32): Likewise.
17717 (R_RISCV_64): Likewise.
17718 (R_RISCV_RELATIVE): Likewise.
17719 (R_RISCV_COPY): Likewise.
17720 (R_RISCV_JUMP_SLOT): Likewise.
17721 (R_RISCV_TLS_DTPMOD32): Likewise.
17722 (R_RISCV_TLS_DTPMOD64): Likewise.
17723 (R_RISCV_TLS_DTPREL32): Likewise.
17724 (R_RISCV_TLS_DTPREL64): Likewise.
17725 (R_RISCV_TLS_TPREL32): Likewise.
17726 (R_RISCV_TLS_TPREL64): Likewise.
17727 * Makerules (make-link-multidir): Make directories before linking into
17728 them.
17729 * sysdeps/unix/sysv/linux/dl-vdso.h (VDSO_NAME_LINUX_4_15): New
17730 define.
17731 (VDSO_HASH_LINUX_4_15): Likewise.
17732 * scripts/build-many-glibcs.py (class Glibc): Strip shared objects
17733 in subdirectories of lib.
17734 * nptl/Makefile (/librt.so): Always depend on
17735 "$(shared-thread-library)".
17736
17737 2018-01-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
17738
17739 * sysdeps/mach/hurd/i386/jmp_buf-macros.h: New file.
17740 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic) [NO_RTLD_HIDDEN]: Call
17741 JUMPTARGET (___tls_get_addr) instead of HIDDEN_JUMPTARGET
17742 (___tls_get_addr).
17743 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Likewise.
17744 * sysdeps/i386/fpu/libm-test-ulps: Regenerated for GCC 7 with
17745 "-O2 -march=i686".
17746 * posix/tst-glob_symlinks.c [!PATH_MAX]: Define PATH_MAX macro.
17747 * sysdeps/gnu/glob64.c (__glob): Define macro instead of glob macro.
17748 (__glob64): Define GLIBC_2_27 versioned symbol instead of glob64.
17749 * sysdeps/gnu/glob-lstat-compat.c: New file.
17750 * sysdeps/gnu/glob64-lstat-compat.c: New file.
17751 * sysdeps/posix/pwritev_common.c: Add PROT_READ to __mmap prot.
17752
17753 2018-01-05 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
17754
17755 * sysdeps/powerpc/powerpc64/dl-machine.c (_dl_reloc_overflow):
17756 Reserve 16 chars to reloc_addr before calling _itoa_word.
17757
17758 2018-01-05 Aurelien Jarno <aurelien@aurel32.net>
17759
17760 [BZ #22678]
17761 * sysdeps/unix/sysv/linux/prlimit.c (prlimit): Translate
17762 old_rlimit from RLIM64_INFINITY to RLIM_INFINITY.
17763
17764 * sysdeps/unix/sysv/linux/tst-rlimit-infinity.c: New file.
17765 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-rlimit-infinity.
17766
17767 * resource/tst-getrlimit.c: Add copyright header.
17768
17769 2018-01-05 Aurelien Jarno <aurelien@aurel32.net>
17770 Adhemerval Zanella <adhemerval.zanella@linaro.org>
17771
17772 * sysdeps/unix/sysv/linux/getrlimit64.c [USE_VERSIONED_RLIMIT]: Do not
17773 define getrlimit and getrlimit64 as weak aliases of __getrlimit64.
17774 Define __GI_getrlimit64 as weak alias of __getrlimit64.
17775 [__RLIM_T_MATCHES_RLIM64_T]: Do not redefine SHLIB_COMPAT, use #elif
17776 instead.
17777 * sysdeps/unix/sysv/linux/setrlimit64.c [USE_VERSIONED_RLIMIT]: Do not
17778 define setrlimit and setrlimit64 as weak aliases of __setrlimit64.
17779 * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIM_INFINITY,
17780 RLIM64_INFINITY): Fix values to match the kernel ones.
17781 * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: Define
17782 USE_VERSIONED_RLIMIT. Rename __getrlimit64 into __old_getrlimit64 and
17783 provide it as getrlimit@@GLIBC_2_0 and getrlimit64@@GLIBC_2_1. Add a
17784 __getrlimit64 function and provide it as getrlimit@@GLIBC_2_27 and
17785 getrlimit64@@GLIBC_2_27.
17786 * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: Ditto with setrlimit
17787 and setrlimit64.
17788 * sysdeps/unix/sysv/linux/alpha/libc.abilist (GLIBC_2.27): Add
17789 getrlimit, setrlimit, getrlimit64 and setrlimit64.
17790 * sysdeps/unix/sysv/linux/alpha/Versions (libc): Add getrlimit,
17791 setrlimit, getrlimit64 and setrlimit64.
17792
17793 2018-01-05 Aurelien Jarno <aurelien@aurel32.net>
17794
17795 [BZ #22648]
17796 * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
17797 * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: Ditto.
17798
17799 2018-01-04 Joseph Myers <joseph@codesourcery.com>
17800
17801 * malloc/tst-malloc-tcache-leak.c (TIMEOUT): Define to 50.
17802 * posix/tst-glob-tilde.c (TIMEOUT): Define to 200.
17803 * resolv/tst-resolv-res_ninit.c (TIMEOUT): Define to 50.
17804
17805 2018-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
17806
17807 [BZ #15479]
17808 [BZ #22666]
17809 * sysdeps/alpha/fpu/s_trunc.c: Remove file.
17810 * sysdeps/alpha/fpu/s_truncf.c: Likewise.
17811
17812 [BZ #15479]
17813 [BZ #22665]
17814 * sysdeps/alpha/fpu/s_ceil.c: Remove file.
17815 * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
17816 * sysdeps/alpha/fpu/s_floor.c: Likewise.
17817 * sysdeps/alpha/fpu/s_floorf.c: Likewise.
17818
17819 2018-01-04 Florian Weimer <fweimer@redhat.com>
17820
17821 [BZ #22667]
17822 * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext):
17823 Align the stack before calling exit.
17824 * stdlib/tst-makecontext-align.c: New file.
17825 * stdlib/Makefile (tests): Add tst-makecontext-align.
17826
17827 2018-01-04 Florian Weimer <fweimer@redhat.com>
17828
17829 Add support for calling dlvsym from libc.so.
17830 * include/dlfcn.h (__libc_dlvsym): Declare.
17831 * elf/Makefile (tests-static-internal): Add
17832 tst-libc_dlvsym-static.
17833 (tests-internal): Add tst-libc_dlvsym.
17834 (modules-names): Add tst-libc_dlvsym-dso.
17835 (tst-libc_dlvsym, tst-libc_dlvsym-static): Link with libdl.
17836 (tst-libc_dlvsym-dso.so): Link with libdl, libsupport.
17837 (tst-libc_dlvsym.out, tst-libc_dlvsym-static.out): The shared
17838 object tst-libc_dlvsym-dso.so needs to be built before running
17839 these tests.
17840 (tst-libc_dlvsym-static-ENV): Set LD_LIBRARY_PATH.
17841 * elf/Versions: Export __libc_dlvsym.
17842 * elf/dl-libc.c (struct do_dlvsym_args): New.
17843 (do_dlvsym, __libc_dlvsym): New functions.
17844 (struct dl_open_hook, _dl_open_hook): Add dlvsym member.
17845 (_dl_open_hook2): New variable.
17846 (__libc_register_dl_open_hook): Set it.
17847 * elf/tst-libc_dlvsym-dso.c: New file.
17848 * elf/tst-libc_dlvsym-static.c: Likewise.
17849 * elf/tst-libc_dlvsym.c: Likewise.
17850 * elf/tst-libc_dlvsym.h: Likewise.
17851
17852 2018-01-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
17853
17854 * support/support_enter_mount_namespace.c [!CLONE_NEWNS]: Do not
17855 include <sys/mount.h>.
17856
17857 2018-01-02 Wilco Dijkstra <wdijkstr@arm.com>
17858
17859 * math/math.h (math_errhandling): Set to 0 with __FAST_MATH__.
17860 Add __NO_MATH_ERRNO__ check.
17861
17862 2018-01-02 Joseph Myers <joseph@codesourcery.com>
17863
17864 * sysdeps/mips/mips32/libm-test-ulps: Update.
17865 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17866
17867 2018-01-02 Florian Weimer <fweimer@redhat.com>
17868
17869 * misc/tst-pselect.c: Add copyright header.
17870
17871 2018-01-02 Aurelien Jarno <aurelien@aurel32.net>
17872
17873 * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: Fix a typo in the
17874 comment.
17875 * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: Fix a typo in the
17876 comment.
17877 (settrlimit): Rename into setrlimit.
17878 (__sttrlimit): Rename into __setrlimit.
17879
17880 * sysdeps/unix/sysv/linux/alpha/getrlimit64.c (__old_getrlimit64):
17881 Drop __RLIM_T_MATCHES_RLIM64_T conditional as __old_getrlimit64 is
17882 never defined in that case.
17883
17884 2018-01-02 Joseph Myers <joseph@codesourcery.com>
17885
17886 * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
17887
17888 * sysdeps/arm/libm-test-ulps: Update.
17889
17890 * math/Makefile (run-regen-ulps): Add $(objpfx) to test name here.
17891 (regen-ulps): Use $(libm-tests) not $^ in shell loop.
17892
17893 2018-01-02 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17894
17895 * NEWS: Add cosf and sincosf to list of optimized functions.
17896
17897 2018-01-02 Aurelien Jarno <aurelien@aurel32.net>
17898
17899 [BZ #22660]
17900 * sysdeps/alpha/fpu/s_fmax.S: Remove file.
17901 * sysdeps/alpha/fpu/s_fmaxf.S: Likewise.
17902 * sysdeps/alpha/fpu/s_fmin.S: Likewise.
17903 * sysdeps/alpha/fpu/s_fminf.S: Likewise.
17904
17905 2018-01-01 Dmitry V. Levin <ldv@altlinux.org>
17906
17907 [BZ #22433]
17908 * sysdeps/unix/sysv/linux/arm/sys/ptrace.h: New file.
17909
17910 * elf/dl-load.c (decompose_rpath): Check for rpath emptiness before
17911 making a copy of it.
17912
17913 2018-01-01 Joseph Myers <joseph@codesourcery.com>
17914
17915 * manual/texinfo.tex: Update to version 2017-12-26.21 with
17916 trailing whitespace removed.
17917 * scripts/config.guess: Update to version 2018-01-01.
17918 * scripts/config.sub: Update to version 2018-01-01.
17919 * scripts/move-if-change: Update from gnulib.
17920
17921 * NEWS: Update copyright dates.
17922 * catgets/gencat.c (print_version): Likewise.
17923 * csu/version.c (banner): Likewise.
17924 * debug/catchsegv.sh: Likewise.
17925 * debug/pcprofiledump.c (print_version): Likewise.
17926 * debug/xtrace.sh (do_version): Likewise.
17927 * elf/ldconfig.c (print_version): Likewise.
17928 * elf/ldd.bash.in: Likewise.
17929 * elf/pldd.c (print_version): Likewise.
17930 * elf/sotruss.sh: Likewise.
17931 * elf/sprof.c (print_version): Likewise.
17932 * iconv/iconv_prog.c (print_version): Likewise.
17933 * iconv/iconvconfig.c (print_version): Likewise.
17934 * locale/programs/locale.c (print_version): Likewise.
17935 * locale/programs/localedef.c (print_version): Likewise.
17936 * login/programs/pt_chown.c (print_version): Likewise.
17937 * malloc/memusage.sh (do_version): Likewise.
17938 * malloc/memusagestat.c (print_version): Likewise.
17939 * malloc/mtrace.pl: Likewise.
17940 * manual/libc.texinfo: Likewise.
17941 * nptl/version.c (banner): Likewise.
17942 * nscd/nscd.c (print_version): Likewise.
17943 * nss/getent.c (print_version): Likewise.
17944 * nss/makedb.c (print_version): Likewise.
17945 * posix/getconf.c (main): Likewise.
17946 * scripts/test-installation.pl: Likewise.
17947 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
17948
17949 * All files with FSF copyright notices: Update copyright dates
17950 using scripts/update-copyrights.
17951 * locale/programs/charmap-kw.h: Regenerated.
17952 * locale/programs/locfile-kw.h: Likewise.
17953
17954 2017-12-31 Zack Weinberg <zackw@panix.com>
17955
17956 * libio/bits/libio-ldbl.h: Correct check for improper
17957 inclusion. Add own multiple include guard.
17958
17959 2017-12-30 Aurelien Jarno <aurelien@aurel32.net>
17960 Dmitry V. Levin <ldv@altlinux.org>
17961
17962 [BZ #22625]
17963 CVE-2017-16997
17964 * elf/dl-load.c (fillin_rpath): Check for empty tokens before dynamic
17965 string token expansion. Check for NULL pointer or empty string possibly
17966 returned by expand_dynamic_string_token.
17967 (decompose_rpath): Check for empty path after dynamic string
17968 token expansion.
17969
17970 2017-12-29 Dmitry V. Levin <ldv@altlinux.org>
17971
17972 [BZ #22433]
17973 * sysdeps/unix/sysv/linux/x86/sys/ptrace.h: New file.
17974
17975 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Add comments
17976 about PTRACE_PEEKSIGINFO, PTRACE_GETSIGMASK, PTRACE_SETSIGMASK, and
17977 PTRACE_SECCOMP_GET_FILTER. Update comments about PTRACE_SINGLESTEP
17978 and PTRACE_SYSCALL.
17979 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h: Likewise.
17980 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
17981 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17982 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17983 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17984 * sysdeps/unix/sysv/linux/tile/sys/ptrace.h: Likewise.
17985
17986 * sysdeps/unix/sysv/linux/sys/ptrace.h: Include <bits/ptrace-shared.h>.
17987 (__ptrace_setoptions, __ptrace_eventcodes, __ptrace_peeksiginfo_args,
17988 __ptrace_peeksiginfo_flags, ptrace): Move to ...
17989 * sysdeps/unix/sysv/linux/bits/ptrace-shared.h: ... new file.
17990 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
17991 bits/ptrace-shared.h.
17992 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h: Include
17993 <bits/ptrace-shared.h>.
17994 (__ptrace_setoptions, __ptrace_eventcodes, __ptrace_peeksiginfo_args,
17995 __ptrace_peeksiginfo_flags, ptrace): Remove.
17996 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
17997 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17998 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17999 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18000 * sysdeps/unix/sysv/linux/tile/sys/ptrace.h: Likewise.
18001
18002 2017-12-29 Aurelien Jarno <aurelien@aurel32.net>
18003
18004 [BZ #17804]
18005 * dirent/scandir-tail.c (SCANDIR_TAIL): Move __set_errno (0) at the
18006 end of the loop. Improve comments.
18007
18008 2017-12-29 Zack Weinberg <zackw@panix.com>
18009
18010 [BZ #22615]
18011 * manual/errno.texi (Checking for Errors): Explicitly say that errno
18012 might be set on success.
18013
18014 2017-12-29 Aurelien Jarno <aurelien@aurel32.net>
18015
18016 [BZ #22611]
18017 * malloc/tst-realloc.c (do_test): Remove the test checking that errno
18018 is unchanged on success.
18019
18020 2017-12-27 Dmitry V. Levin <ldv@altlinux.org>
18021
18022 * elf/dl-dst.h (DL_DST_COUNT): Remove is_path argument, all callers
18023 updated.
18024 * elf/dl-load.c (is_dst, _dl_dst_count, _dl_dst_substitute,
18025 expand_dynamic_string_token): Likewise.
18026 * sysdeps/generic/ldsodefs.h (_dl_dst_count, _dl_dst_substitute): Remove
18027 is_path argument.
18028
18029 * elf/dl-load.c (is_dst): Remove checks that is_path is set and name
18030 contains ':'.
18031
18032 * elf/dl-load.c (_dl_dst_substitute): Remove checks that is_path
18033 is set and name contains ':', and all code depending on these checks.
18034
18035 2017-12-24 Zack Weinberg <zackw@panix.com>
18036
18037 * libio/libio.h, libio/_G_config.h: New stub headers which issue a
18038 deprecation warning and then include <bits/libio.h>, <bits/_G_config.h>
18039 respectively.
18040 * libio/libio.h: Rename the original version of this file to
18041 libio/bits/libio.h. Error out if not included by stdio.h or the
18042 stub libio.h.
18043 * include/libio.h: Move to include/bits. Forward to libio/bits/libio.h.
18044 * sysdeps/generic/_G_config.h: Move to top-level bits/. Error out
18045 if not included by bits/libio.h or the stub _G_config.h.
18046 * sysdeps/unix/sysv/linux/_G_config.h: Move to
18047 sysdeps/unix/sysv/linux/bits. Error out if not included by
18048 bits/libio.h or the stub _G_config.h.
18049 * libio/stdio.h: Include bits/libio.h, not libio.h.
18050 * libio/Makefile: Install bits/libio.h and bits/_G_config.h as
18051 well as libio.h and _G_config.h.
18052
18053 * csu/init.c, libio/fmemopen.c, libio/iolibio.h, libio/oldfmemopen.c
18054 * libio/strfile.h, stdio-common/vfscanf.c
18055 * sysdeps/pthread/flockfile.c, sysdeps/pthread/funlockfile.c
18056 Include stdio.h, not _G_config.h nor libio.h.
18057 * libio/iofgetpos.c: Also rename fgetpos64 out of the way.
18058 * libio/iofsetpos.c: Also rename fsetpos64 out of the way.
18059
18060 * scripts/check-installed-headers.sh: Skip libio.h and _G_config.h.
18061
18062 2017-12-23 Dmitry V. Levin <ldv@altlinux.org>
18063
18064 [BZ #22347]
18065 * stdlib/getrandom.c (getrandom): Fix comment.
18066 * sysdeps/unix/sysv/linux/getrandom.c (getrandom): Likewise.
18067
18068 2017-12-23 Aurelien Jarno <aurelien@aurel32.net>
18069
18070 [BZ #21161]
18071 * manual/arith.texi (strtoul): Fix a typo.
18072
18073 [BZ #22596]
18074 * manual/arith.texi (finite): Fix the description of the return
18075 value.
18076
18077 2017-12-22 Eric Blake <ebb9@byu.net>
18078
18079 Avoid gcc warnings on cygwin
18080 * posix/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
18081 * posix/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
18082 Avoid unused variable.
18083
18084 2017-12-22 Florian Weimer <fweimer@redhat.com>
18085
18086 * io/Makefile (routines): Add copy_file_range.
18087 (tests): Add tst-copy_file_range.
18088 (tests-static, tests-internal): Add tst-copy_file_range-compat.
18089 * io/Versions (GLIBC_2.27): Export copy_file_range.
18090 * io/copy_file_range-compat.c: New file.
18091 * io/copy_file_range.c: Likewise.
18092 * io/tst-copy_file_range-compat.c: Likewise.
18093 * io/tst-copy_file_range.c: Likewise.
18094 * manual/llio.texi (Copying File Data): New section.
18095 * posix/unistd.h [__USE_GNU] (copy_file_range): Declare.
18096 * support/Makefile (libsupport-routines): Add support-xfstat,
18097 xftruncate, xlseek.
18098 * support/support-xfstat.c: New file.
18099 * support/xftruncate.c: Likewise.
18100 * support/xlseek.c: Likewise.
18101 * support/xunistd.h (xfstat, xftruncate, xlseek): Declare.
18102 * sysdeps/unix/sysv/linux/**.abilist: Update.
18103 * sysdeps/unix/sysv/linux/copy_file_range.c: New file.
18104
18105 2017-12-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
18106
18107 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
18108 disable-multi-arch variant to aarch64-linux-gnu.
18109
18110 2017-12-20 Joseph Myers <joseph@codesourcery.com>
18111
18112 * manual/texinfo.tex: Update to version 2017-12-18.20 with
18113 trailing whitespace removed.
18114 * scripts/config.guess: Update to version 2017-12-17.
18115 * scripts/config.sub: Update to version 2017-11-23.
18116 * scripts/install-sh: Update to version 2017-09-23.17.
18117 * scripts/move-if-change: Update to version 2017-09-13 06:45.
18118
18119 2017-12-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18120
18121 * sysdeps/tile/__longjmp.S (__longjmp): Use lowercase instructions.
18122 * sysdeps/tile/__tls_get_addr.S (__tls_get_addr): Likewise.
18123 * sysdeps/tile/_mcount.S (__mcount): Likewise.
18124 * sysdeps/tile/crti.S (_init, _fini): Likewise.
18125 * sysdeps/tile/crtn.S: Likewise.
18126 * sysdeps/tile/dl-start.S (_start): Likewise.
18127 * sysdeps/tile/dl-trampoline.S: Likewise.
18128 * sysdeps/tile/setjmp.S (__sigsetjmp): Likewise.
18129 * sysdeps/tile/start.S (_start): Likewise.
18130 * sysdeps/unix/sysv/linux/tile/clone.S (_clone): Likewise.
18131 * sysdeps/unix/sysv/linux/tile/getcontext.S (__getcontext): Likewise.
18132 * sysdeps/unix/sysv/linux/tile/ioctl.S (__ioctl): Likewise.
18133 * sysdeps/unix/sysv/linux/tile/setcontext.S (__setcontext): Likewise.
18134 * sysdeps/unix/sysv/linux/tile/swapcontext.S (__swapcontext): Likewise.
18135 * sysdeps/unix/sysv/linux/tile/syscall.S (syscall): Likewise.
18136 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Likewise.
18137
18138 * stdlib/bug-getcontext.c (do_test): Remove tilepro mention in
18139 comment.
18140 * sysdeps/tile/preconfigure: Remove tilegx folder.
18141 * sysdeps/tile/tilegx/Implies: Move definitions to ...
18142 * sysdeps/tile/Implies: ... here.
18143 * sysdeps/tile/tilegx/Makefile: Move rules to ...
18144 * sysdeps/tile/Makefile: ... here.
18145 * sysdeps/tile/tilegx/atomic-machine.h: Move definitions to ...
18146 * sysdeps/tile/atomic-machine.h: ... here. Add include guards.
18147 * sysdeps/tile/tilegx/bits/wordsize.h: Move to ...
18148 * sysdeps/tile/bits/wordsize.h: ... here.
18149 * sysdeps/tile/tilegx/*: Move to ...
18150 * sysdeps/tile/*: ... here.
18151 * sysdeps/tile/tilegx/tilegx32/Implies: Move to ...
18152 * sysdeps/tile/tilegx32/Implies: ... here.
18153 * sysdeps/tile/tilegx/tilegx64/Implies: Move to ...
18154 * sysdeps/tile/tilegx64/Implies: ... here.
18155 * sysdeps/unix/sysv/linux/tile/tilegx/Makefile: Move definitions
18156 to ...
18157 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
18158 * sysdeps/unix/sysv/linux/tile/tilegx/*: Move to ...
18159 * sysdeps/unix/sysv/linux/tile/*: ... here.
18160 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/*: Move to ...
18161 * sysdeps/unix/sysv/linux/tile/tilegx32/*: ... here.
18162 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/*: Move to ...
18163 * sysdeps/unix/sysv/linux/tile/tilegx64/*: ... here.
18164
18165 * README: Remove tilepro-*-linux-gnu from supported architecture.
18166 * scripts/build-many-glibcs.py: Likewise.
18167 * sysdeps/tile/__tls_get_addr.S (__tls_get_addr): Likewise.
18168 * sysdeps/tile/crti.S (PREINIT_FUNCTION): Likewise.
18169 * sysdeps/tile/dl-machine.h (ELF_MACHINE_NAME,
18170 elf_machine_matches_host, elf_machine_dynamic,
18171 elf_machine_load_address, elf_machine_runtime_setup, reloc_howto
18172 howto, elf_machine_rela): Likewise.
18173 * sysdeps/tile/dl-start.S (_start): Likewise.
18174 * sysdeps/tile/memcmp.c (DBLALIGN, REVBYTES): Likewise.
18175 * sysdeps/tile/memcopy.h (MEMCPY_OK_FOR_FWD_MEMMOVE,
18176 MEMCPY_OK_FOR_FWD_MEMMOVE, op_t): Likewise.
18177 * sysdeps/tile/nptl/pthread_spin_lock.c (TNS, CMPTNS): Likewise.
18178 * sysdeps/tile/nptl/pthread_spin_trylock.c (TNS): Likewise.
18179 * sysdeps/tile/nptl/pthread_spin_unlock.c (pthread_spin_unlock):
18180 Likewise.
18181 * sysdeps/tile/nptl/tls.h (DB_THREAD_SELF): Likewise.
18182 * sysdeps/tile/preconfigure: Likewise.
18183 * sysdeps/tile/stackguard-macros.h (STACK_CHK_GUARD,
18184 POINTER_CHK_GUARD): Likewise.
18185 * sysdeps/tile/stackinfo.h (__stackinfo_sub): Likewise.
18186 * sysdeps/tile/start.S (_start): Likewise.
18187 * sysdeps/tile/tls-macros.h (TLS_GD_OFFSET, TLS_IE_OFFSET, _TLS_LE):
18188 Likewise.
18189 * sysdeps/tile/sysdep.h (REGSIZE): Likewise.
18190 (LD, LD4U, ST, ST4, BNEZ, BEQZ, BEQZT, BGTZ, CMPEQI, CMPEQ, CMOVEQZ,
18191 CMOVNEZ): Remove.
18192 * sysdeps/unix/sysv/linux/tile/bits/environments.h
18193 (__ILP32_OFF32_CFLAGS, __ILP32_OFFBIG_CFLAGS, __ILP32_OFF32_LDFLAGS,
18194 __ILP32_OFFBIG_LDFLAGS, __LP64_OFF64_CFLAGS, __LP64_OFF64_LDFLAGS):
18195 Likewise.
18196 * sysdeps/tile/wordcopy.c (DBLALIGN): Likewise.
18197 * sysdeps/tile/tilepro/Implies: Remove file.
18198 * sysdeps/tile/tilepro/atomic-machine.h: Likewise.
18199 * sysdeps/tile/tilepro/bits/wordsize.h: Likewise.
18200 * sysdeps/tile/tilepro/memchr.c: Likewise.
18201 * sysdeps/tile/tilepro/memcpy.S: Likewise.
18202 * sysdeps/tile/tilepro/memset.c: Likewise.
18203 * sysdeps/tile/tilepro/memusage.h: Likewise.
18204 * sysdeps/tile/tilepro/rawmemchr.c: Likewise.
18205 * sysdeps/tile/tilepro/strchr.c: Likewise.
18206 * sysdeps/tile/tilepro/strchrnul.c: Likewise.
18207 * sysdeps/tile/tilepro/strlen.c: Likewise.
18208 * sysdeps/tile/tilepro/strrchr.c: Likewise.
18209 * sysdeps/unix/sysv/linux/tile/tilepro/Implies: Likewise.
18210 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: Likewise.
18211 * sysdeps/unix/sysv/linux/tile/tilepro/jmp_buf-macros.h: Likewise.
18212 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: Likewise.
18213 * sysdeps/unix/sysv/linux/tile/tilepro/ldconfig.h: Likewise.
18214 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
18215 Likewise.
18216 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: Likewise.
18217 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
18218 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: Likewise.
18219 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: Likewise.
18220 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
18221 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: Likewise.
18222 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: Likewise.
18223 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: Likewise.
18224 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: Likewise.
18225 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: Likewise.
18226 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: Likewise.
18227 * sysdeps/unix/sysv/linux/tile/tilepro/register-dump.h: Likewise.
18228 * sysdeps/unix/sysv/linux/tile/sysconf.c (linux_sysconf): Remove
18229 tilepro mention in comment.
18230
18231 * nptl/Makefile (libpthread-routines): Add pthread_join_common.
18232 * nptl/pthreadP.h (__pthread_timedjoin_ex): New prototype.
18233 * nptl/pthread_join_common.c: New file: common function used on
18234 pthread_join, pthread_timedjoin_np, pthread_tryjoin_np.
18235 * nptl/pthread_join.c (pthread_join): Use __pthread_timedjoin_ex.
18236 * nptl/pthread_tryjoin.c (pthread_tryjoin): Likewise.
18237 * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
18238 (cleanup): Move definition to pthread_join_common.c.
18239 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (__lll_timedwait_tid):
18240 Remove superflous checks.
18241 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (__lll_timedwait_tid):
18242 Likewise.
18243
18244 2017-12-20 Szabolcs Nagy <szabolcs.nagy@arm.com>
18245
18246 * sysdeps/aarch64/libm-test-ulps: Update.
18247
18248 2017-12-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18249
18250 * sysdeps/aarch64/memset.S (MEMSET): Define.
18251
18252 2017-12-20 Florian Weimer <fweimer@redhat.com>
18253
18254 [BZ #22635]
18255 nptl: Provide full implementation of pthread_self in libc.so.
18256 * nptl/Makefile (routines): Add pthread_self.
18257 (libpthread-routines): Replace pthread_self with
18258 compat-pthread_self.
18259 * nptl/forward.c (pthread_self): Remove.
18260 * nptl/nptl-init.c (pthread_functions): Do not initialize
18261 ptr_pthread_self.
18262 * nptl/pthread_self.c (pthread_self): Remove weak alias.
18263 * nptl/compat-pthread_self.c: New file.
18264 * sysdeps/nptl/pthread-functions.h (struct pthread_functions):
18265 Remove ptr_pthread_self.
18266
18267 2017-12-19 Arnold D. Robbins <arnold@skeeve.com>
18268
18269 * posix/regcomp.c: Fix spelling in comments.
18270 * posix/regex.h: Likewise.
18271 * posix/regex_internal.c: Likewise.
18272 * posix/regexec.c: Likewise.
18273
18274 2017-12-19 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
18275
18276 [BZ #22377]
18277 * math/Makefile [C++] (tests): Add test for iseqsig.
18278 * math/math.h [C++] (iseqsig): New implementation, which does
18279 not rely on __MATH_TG/__builtin_types_compatible_p.
18280 * math/test-math-iseqsig.cc: New file.
18281 * sysdeps/powerpc/powerpc64le/Makefile
18282 (CFLAGS-test-math-iseqsig.cc): New variable.
18283
18284 2017-12-19 Dmitry V. Levin <ldv@altlinux.org>
18285
18286 * elf/dl-load.c (is_trusted_path): Remove.
18287 (fillin_rpath): Remove check_trusted argument and its use,
18288 all callers changed.
18289
18290 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
18291
18292 [BZ #22630]
18293 * Makeconfig (link-pie-before-libc): Replace -pie with
18294 $(if $($(@F)-no-pie),$(no-pie-ldflag),-pie).
18295 * elf/Makefile (LDFLAGS-tst-dlopen-aout): Removed.
18296 (tst-dlopen-aout-no-pie): New.
18297 (LDFLAGS-tst-prelink): Removed.
18298 (tst-prelink-no-pie): New.
18299 (LDFLAGS-tst-main1): Removed.
18300 (tst-main1-no-pie): New.
18301 * gmon/Makefile (LDFLAGS-tst-gmon): Removed.
18302 (tst-gmon-no-pie): New.
18303
18304 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
18305
18306 * manual/install.texi: Document that --enable-static-pie
18307 implies PIE.
18308 * INSTALL: Regenerated.
18309
18310 2017-12-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
18311
18312 [BZ #21309]
18313 * sysdeps/ieee754/dbl-64/e_pow.c (checkint): Make m and n
18314 unsigned.
18315
18316 2017-12-19 Joseph Myers <joseph@codesourcery.com>
18317
18318 Revert:
18319
18320 2017-12-19 Joseph Myers <joseph@codesourcery.com>
18321
18322 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18323
18324 2017-12-19 Patrick McGehearty <patrick.mcgehearty@oracle.com>
18325
18326 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math-svid-compat.h> and
18327 <errno.h>. Include "eexp.tbl".
18328 (half): New constant.
18329 (one): Likewise.
18330 (__ieee754_exp): Rewrite.
18331 (__slowexp): Remove prototype.
18332 * sysdeps/ieee754/dbl-64/eexp.tbl: New file.
18333 * sysdeps/ieee754/dbl-64/slowexp.c: Remove file.
18334 * sysdeps/i386/fpu/slowexp.c: Likewise.
18335 * sysdeps/ia64/fpu/slowexp.c: Likewise.
18336 * sysdeps/m68k/m680x0/fpu/slowexp.c: Likewise.
18337 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: Likewise.
18338 * sysdeps/x86_64/fpu/multiarch/slowexp-fma.c: Likewise.
18339 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
18340 * sysdeps/generic/math_private.h (__slowexp): Remove prototype.
18341 * sysdeps/ieee754/dbl-64/e_pow.c: Remove mention of slowexp.c in
18342 comment.
18343 * sysdeps/powerpc/power4/fpu/Makefile [$(subdir) = math]
18344 (CPPFLAGS-slowexp.c): Remove variable.
18345 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
18346 Remove slowexp-fma, slowexp-fma4 and slowexp-avx.
18347 (CFLAGS-slowexp-fma.c): Remove variable.
18348 (CFLAGS-slowexp-fma4.c): Likewise.
18349 (CFLAGS-slowexp-avx.c): Likewise.
18350 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c (__slowexp): Do not
18351 define as macro.
18352 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c (__slowexp): Likewise.
18353 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c (__slowexp): Likewise.
18354 * math/Makefile (type-double-routines): Remove slowexp.
18355 * manual/probes.texi (slowexp_p6): Remove.
18356 (slowexp_p32): Likewise.
18357
18358 2017-12-19 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18359
18360 * lib/glob.c (glob): Use a 'char *', not a 'void *', in pointer
18361 arithmetic.
18362
18363 * lib/glob.c (glob): Do not pass NULL to mempcpy.
18364
18365 2017-12-19 Joseph Myers <joseph@codesourcery.com>
18366
18367 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18368
18369 2017-12-19 Patrick McGehearty <patrick.mcgehearty@oracle.com>
18370
18371 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math-svid-compat.h> and
18372 <errno.h>. Include "eexp.tbl".
18373 (half): New constant.
18374 (one): Likewise.
18375 (__ieee754_exp): Rewrite.
18376 (__slowexp): Remove prototype.
18377 * sysdeps/ieee754/dbl-64/eexp.tbl: New file.
18378 * sysdeps/ieee754/dbl-64/slowexp.c: Remove file.
18379 * sysdeps/i386/fpu/slowexp.c: Likewise.
18380 * sysdeps/ia64/fpu/slowexp.c: Likewise.
18381 * sysdeps/m68k/m680x0/fpu/slowexp.c: Likewise.
18382 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: Likewise.
18383 * sysdeps/x86_64/fpu/multiarch/slowexp-fma.c: Likewise.
18384 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
18385 * sysdeps/generic/math_private.h (__slowexp): Remove prototype.
18386 * sysdeps/ieee754/dbl-64/e_pow.c: Remove mention of slowexp.c in
18387 comment.
18388 * sysdeps/powerpc/power4/fpu/Makefile [$(subdir) = math]
18389 (CPPFLAGS-slowexp.c): Remove variable.
18390 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
18391 Remove slowexp-fma, slowexp-fma4 and slowexp-avx.
18392 (CFLAGS-slowexp-fma.c): Remove variable.
18393 (CFLAGS-slowexp-fma4.c): Likewise.
18394 (CFLAGS-slowexp-avx.c): Likewise.
18395 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c (__slowexp): Do not
18396 define as macro.
18397 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c (__slowexp): Likewise.
18398 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c (__slowexp): Likewise.
18399 * math/Makefile (type-double-routines): Remove slowexp.
18400 * manual/probes.texi (slowexp_p6): Remove.
18401 (slowexp_p32): Likewise.
18402
18403 2017-12-19 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18404 James Clarke <jrtc27@jrtc27.com>
18405
18406 [BZ #22603]
18407 * sysdeps/ia64/memchr.S (__memchr): Avoid overflow in pointer
18408 addition.
18409
18410 2017-12-19 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18411
18412 [BZ #22605]
18413 * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Fix exit return
18414 code.
18415
18416 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
18417
18418 [BZ #22563]
18419 * sysdeps/i386/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
18420 * sysdeps/i386/nptl/tls.h (tcbhead_t): Add feature_1.
18421 * sysdeps/x86_64/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
18422 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Rename __glibc_unused1
18423 to feature_1.
18424
18425 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
18426
18427 [BZ #22563]
18428 * bits/types/__cancel_jmp_buf_tag.h: New file.
18429 * sysdeps/unix/sysv/linux/x86/bits/types/__cancel_jmp_buf_tag.h
18430 * sysdeps/unix/sysv/linux/x86/pthreaddef.h: Likewise.
18431 * sysdeps/unix/sysv/linux/x86/nptl/pthreadP.h: Likewise.
18432 * nptl/Makefile (headers): Add
18433 bits/types/__cancel_jmp_buf_tag.h.
18434 * nptl/descr.h [NEED_SAVED_MASK_IN_CANCEL_JMP_BUF]
18435 (pthread_unwind_buf): Add saved_mask to cancel_jmp_buf.
18436 * sysdeps/nptl/pthread.h: Include
18437 <bits/types/__cancel_jmp_buf_tag.h>.
18438 (__pthread_unwind_buf_t): Use struct __cancel_jmp_buf_tag with
18439 __cancel_jmp_buf.
18440 * sysdeps/unix/sysv/linux/hppa/pthread.h: Likewise.
18441
18442 2017-12-18 H.J. Lu <hongjiu.lu@intel.com>
18443
18444 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
18445 --enable-static-pie variants to x86_64, x32 and i686.
18446
18447 2017-12-19 Joseph Myers <joseph@codesourcery.com>
18448
18449 [BZ #22631]
18450 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h (__m81_defun): Add
18451 argument for attrubutes. All callers changed.
18452 (__inline_mathop1): Likewise. All callers changed.
18453 (__inline_mathop): Likewise. All callers changed.
18454 [__USE_MISC] (scalbn): Use __inline_forward instead of
18455 __inline_forward_c.
18456 [__USE_ISOC99] (scalbln): Likewise.
18457 [__USE_ISOC99] (nearbyint): Likewise.
18458 [__USE_ISOC99] (lrint): Likewise.
18459 [__USE_MISC] (scalbnf): Likewise.
18460 [__USE_ISOC99] (scalblnf): Likewise.
18461 [__USE_ISOC99] (nearbyintf): Likewise.
18462 [__USE_ISOC99] (lrintf): Likewise.
18463 [__USE_MISC] (scalbnl): Likewise.
18464 [__USE_ISOC99] (scalblnl): Likewise.
18465 [__USE_ISOC99] (nearbyintl): Likewise.
18466 [__USE_ISOC99] (lrintl): Likewise.
18467 * sysdeps/m68k/m680x0/fpu/mathimpl.h: All callers of
18468 __inline_mathop and __m81_defun changed.
18469
18470 * scripts/build-many-glibcs.py (Context.add_all_configs): Specify
18471 CPU or FPU for ARM hard-float configurations.
18472
18473 2017-12-18 Joseph Myers <joseph@codesourcery.com>
18474
18475 * nptl/tst-attr3.c: Include <libc-diag.h>.
18476 (do_test) [__GNUC_PREREQ (7, 0)]: Ignore -Wrestrict for two tests.
18477
18478 * posix/tst-glob_symlinks.c (do_test): Increase size of buf.
18479
18480 * string/tester.c (test_strncat): Also disable -Warray-bounds
18481 warnings for two tests.
18482
18483 2017-12-18 H.J. Lu <hongjiu.lu@intel.com>
18484
18485 [BZ #22614]
18486 * Makeconfig (no-pie-ldflag): Set to -no-pie only if
18487 $(cc-pie-default) == yes.
18488 * config.make.in (cc-pie-default): New.
18489 * configure.ac (libc_cv_pie_default): Renamed to ...
18490 (libc_cv_cc_pie_default): This.
18491 (libc_cv_pie_default): Set to $libc_cv_cc_pie_default.
18492 * configure: Regenerated.
18493
18494 2017-12-18 Florian Weimer <fweimer@redhat.com>
18495
18496 [BZ #20204]
18497 ld.so: Harden dl-libc/libdl hooks.
18498 * sysdeps/generic/ldsodefs.h (_dl_init_all_dirs): Update comment.
18499 (rtld_active): New function.
18500 * dlfcn/dladdr.c (__dladdr): Call it.
18501 * dlfcn/dladdr1.c (__dladdr1): Likewise.
18502 * dlfcn/dlclose.c (__dlcose): Likewise.
18503 * dlfcn/dlerror.c (__dlerror): Likewise.
18504 * dlfcn/dlinfo.c (__dlinfo): Likewise.
18505 * dlfcn/dlmopen.c (__dlmopen): Likewise.
18506 * dlfcn/dlopen.c (__dlopen): Likewise.
18507 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18508 * dlfcn/dlsym.c (__dlsym): Likewise.
18509 * dlfcn/dlvsym.c (__dlvsym): Likewise.
18510 * libio/vtables.c (_IO_vtable_check): Likewise.
18511 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym)
18512 (__libc_dlclose): Likewise.
18513 * elf/rtld.c (dl_main): Update comment on the _dl_init_all_dirs
18514 assignment.
18515
18516 2017-12-18 Joseph Myers <joseph@codesourcery.com>
18517
18518 [BZ #22446]
18519 * nscd/connections.c (handle_request) [SO_PEERCRED]: Use separate
18520 buffers for readlink input and output.
18521
18522 2017-12-18 Sergei Trofimovich <slyfox@gentoo.org>
18523
18524 [BZ #22624]
18525 * sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Use
18526 inhibit_stack_protector.
18527
18528 [BZ #22624]
18529 * sysdeps/mips/mips64/setjmp_aux.c (__sigsetjmp_aux): Use
18530 inhibit_stack_protector.
18531
18532 2017-12-18 Dmitry V. Levin <ldv@altlinux.org>
18533
18534 [BZ #22627]
18535 * elf/dl-load.c (_dl_init_paths): Remove _dl_dst_substitute preparatory
18536 code and invocation.
18537
18538 2017-12-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
18539
18540 * sysdeps/aarch64/start.S (_start): Handle PIC && !SHARED case.
18541
18542 2017-12-16 Aurelien Jarno <aurelien@aurel32.net>
18543
18544 [BZ #22505]
18545 * elf/ldconfig.c (main): Call setlocale to force LC_COLLATE to C.
18546
18547 2017-12-16 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18548
18549 * sysdeps/s390/fpu/libm-test-ulps: Update.
18550
18551 2017-12-16 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18552
18553 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18554
18555 2017-12-16 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18556
18557 * sysdeps/ieee754/flt-32/s_cosf.c: Move reduced() and
18558 constants to s_sincosf.h file.
18559 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
18560 * sysdeps/ieee754/flt-32/s_sincosf.c: New
18561 implementation.
18562 * sysdeps/ieee754/flt-32/s_sincosf.h:
18563 New file.
18564
18565 2017-12-12 Carlos O'Donell <carlos@redhat.com>
18566
18567 [BZ #14681]
18568 * elf/tst-leaks1.c (do_test): Call one dlopen with $ORIGIN expansion
18569 before mtrace.
18570
18571 2017-12-15 H.J. Lu <hongjiu.lu@intel.com>
18572
18573 [BZ #19574]
18574 * INSTALL: Regenerated.
18575 * Makeconfig (real-static-start-installed-name): New.
18576 (pic-default): Updated for --enable-static-pie.
18577 (pie-default): New for --enable-static-pie.
18578 (default-pie-ldflag): Likewise.
18579 (+link-static-before-libc): Replace $(DEFAULT-LDFLAGS-$(@F))
18580 with $(if $($(@F)-no-pie),$(no-pie-ldflag),$(default-pie-ldflag)).
18581 Replace $(static-start-installed-name) with
18582 $(real-static-start-installed-name).
18583 (+prectorT): Updated for --enable-static-pie.
18584 (+postctorT): Likewise.
18585 (CFLAGS-.o): Add $(pie-default).
18586 (CFLAGS-.op): Likewise.
18587 * NEWS: Mention --enable-static-pie.
18588 * config.h.in (ENABLE_STATIC_PIE): New.
18589 * configure.ac (--enable-static-pie): New configure option.
18590 (have-no-dynamic-linker): New LIBC_CONFIG_VAR.
18591 (have-static-pie): Likewise.
18592 Enable static PIE if linker supports --no-dynamic-linker.
18593 (ENABLE_STATIC_PIE): New AC_DEFINE.
18594 (enable-static-pie): New LIBC_CONFIG_VAR.
18595 * configure: Regenerated.
18596 * csu/Makefile (omit-deps): Add r$(start-installed-name) and
18597 gr$(start-installed-name) for --enable-static-pie.
18598 (extra-objs): Likewise.
18599 (install-lib): Likewise.
18600 (extra-objs): Add static-reloc.o and static-reloc.os
18601 ($(objpfx)$(start-installed-name)): Also depend on
18602 $(objpfx)static-reloc.o.
18603 ($(objpfx)r$(start-installed-name)): New.
18604 ($(objpfx)g$(start-installed-name)): Also depend on
18605 $(objpfx)static-reloc.os.
18606 ($(objpfx)gr$(start-installed-name)): New.
18607 * csu/libc-start.c (LIBC_START_MAIN): Call _dl_relocate_static_pie
18608 in libc.a.
18609 * csu/libc-tls.c (__libc_setup_tls): Add main_map->l_addr to
18610 initimage.
18611 * csu/static-reloc.c: New file.
18612 * elf/Makefile (routines): Add dl-reloc-static-pie.
18613 (elide-routines.os): Likewise.
18614 (DEFAULT-LDFLAGS-tst-tls1-static-non-pie): Removed.
18615 (tst-tls1-static-non-pie-no-pie): New.
18616 * elf/dl-reloc-static-pie.c: New file.
18617 * elf/dl-support.c (_dl_get_dl_main_map): New function.
18618 * elf/dynamic-link.h (ELF_DURING_STARTUP): Also check
18619 STATIC_PIE_BOOTSTRAP.
18620 * elf/get-dynamic-info.h (elf_get_dynamic_info): Likewise.
18621 * gmon/Makefile (tests): Add tst-gmon-static-pie.
18622 (tests-static): Likewise.
18623 (DEFAULT-LDFLAGS-tst-gmon-static): Removed.
18624 (tst-gmon-static-no-pie): New.
18625 (CFLAGS-tst-gmon-static-pie.c): Likewise.
18626 (CRT-tst-gmon-static-pie): Likewise.
18627 (tst-gmon-static-pie-ENV): Likewise.
18628 (tests-special): Likewise.
18629 ($(objpfx)tst-gmon-static-pie.out): Likewise.
18630 (clean-tst-gmon-static-pie-data): Likewise.
18631 ($(objpfx)tst-gmon-static-pie-gprof.out): Likewise.
18632 * gmon/tst-gmon-static-pie.c: New file.
18633 * manual/install.texi: Document --enable-static-pie.
18634 * sysdeps/generic/ldsodefs.h (_dl_relocate_static_pie): New.
18635 (_dl_get_dl_main_map): Likewise.
18636 * sysdeps/i386/configure.ac: Check if linker supports static PIE.
18637 * sysdeps/x86_64/configure.ac: Likewise.
18638 * sysdeps/i386/configure: Regenerated.
18639 * sysdeps/x86_64/configure: Likewise.
18640 * sysdeps/mips/Makefile (ASFLAGS-.o): Add $(pie-default).
18641 (ASFLAGS-.op): Likewise.
18642
18643 2017-12-15 Joseph Myers <joseph@codesourcery.com>
18644
18645 * io/Makefile (tst-open-tmpfile-ARGS): New variable.
18646 * posix/tst-mmap-offset.c (fname): Use /tmp.
18647 * stdlib/tst-setcontext3.sh (tempfile): Use ${objpfx}.
18648
18649 2017-12-15 Steve Ellcey <sellcey@cavium.com>
18650
18651 * nscd/dbg_log.c (dbg_log): Increase msg buffer size.
18652
18653 2017-12-15 Thomas Schwinge <thomas@codesourcery.com>
18654
18655 * sysdeps/mach/hurd/dl-sysdep.c (__access_noerrno): Don't set
18656 errno.
18657
18658 2017-12-15 Joseph Myers <joseph@codesourcery.com>
18659
18660 * scripts/build-many-glibcs.py (Context.add_all_configs): Use
18661 --with-float=hard for arm-linux-gnueabihf configurations.
18662
18663 [BZ #14121]
18664 * po/Makefile (generated): Add $(ALL_LINGUAS:%=%.mo).
18665 (%.mo): Change to $(objpfx)%.mo. Use $(make-target-directory).
18666 ($(mo-installed)): Use $(objpfx)%.mo.
18667 (realclean): Remove rule.
18668
18669 * po/Makefile (linguas): Remove rule and dependencies.
18670 (linguas.mo): Likewise.
18671 (.PHONY): Do not depend on linguas and linguas.mo.
18672 (podir): Remove variable.
18673 (pofiles): Likewise.
18674 [$(pofiles)] (%.po): Remove rule.
18675
18676 * sysdeps/sparc/sparc32/Makefile
18677 ($(divrem:%=$(sysdep_dir)/sparc/sparc32/%.S)): Do not include
18678 start-of-line whitespace in argument of echo.
18679 * sysdeps/sparc/sparc32/divrem.m4: Avoid generating lines starting
18680 with whitespace. Generate __wrap_.udiv alias.
18681 * sysdeps/sparc/sparc32/rem.S: Regenerated.
18682 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
18683 * sysdeps/sparc/sparc32/udiv.S: Likewise.
18684 * sysdeps/sparc/sparc32/urem.S: Likewise.
18685
18686 2017-12-15 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18687
18688 * sysdeps/powerpc/powerpc64/power8/strcpy.S: Use vectors
18689 for aligned inputs.
18690
18691 2017-12-14 Siddhesh Poyarekar <siddhesh@sourceware.org>
18692
18693 * benchtests/bench-strcmp.c: Print output in JSON format.
18694
18695 * elf/dl-tunables.list: Remove redundant SXID_ERASE.
18696
18697 2017-12-14 Florian Weimer <fweimer@redhat.com>
18698
18699 [BZ #22607]
18700 CVE-2017-1000409
18701 * elf/dl-load.c (_dl_init_paths): Compute number of components in
18702 the expanded path string.
18703
18704 2017-12-14 Florian Weimer <fweimer@redhat.com>
18705
18706 [BZ #22606]
18707 CVE-2017-1000408
18708 * elf/dl-load.c (system_dirs): Update comment.
18709 (nsystem_dirs_len): Use array_length.
18710 (_dl_init_paths): Use nsystem_dirs_len to compute the array size.
18711
18712 2017-12-14 Florian Weimer <fweimer@redhat.com>
18713
18714 Simplify compiling most of support/ outside of glibc.
18715 * support/check_addrinfo.c: Include <string.h>.
18716 * support/check_dns_packet.c: Likewise.
18717 * support/check_hostent.c: Likewise.
18718 * support/support_can_chroot.c: Include <support/xunistd.h>.
18719 * support/support_format_addrinfo.c: Include <stdlib.h>
18720 * support/support_format_dns_packet.c: Include <stdbool.h>.
18721 * support/support_format_hostent.c: Include <stdlib.h>.
18722 * support/support_format_netent.c: Likewise.
18723 * support/support_write_string.c: Include <support/xunistd.h>.
18724 * support/xdlfcn.c: Include <stddef.h>.
18725
18726 2017-12-14 H.J. Lu <hongjiu.lu@intel.com>
18727
18728 * sysdeps/x86_64/fpu/s_cosf.S: Removed.
18729
18730 2017-12-14 Patrick McGehearty <patrick.mcgehearty@oracle.com>
18731 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18732
18733 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile
18734 (sysdeps_routines): Add memset-niagara7.
18735 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdes_rotuines):
18736 Likewise.
18737 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara7.S: New
18738 file.
18739 * sysdeps/sparc/sparc64/multiarch/memset-niagara7.S: Likewise.
18740 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c
18741 (__libc_ifunc_impl_list): Add __bzero_niagara7 and __memset_niagara7.
18742 * sysdeps/sparc/sparc64/multiarch/ifunc-memset.h (IFUNC_SELECTOR):
18743 Add niagara7 option.
18744 * NEWS: Mention sparc m7 optimized memcpy, mempcpy, memmove, and
18745 memset.
18746
18747 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile
18748 (sysdeps_routines): Add memcpy-memmove-niagara7 and memmove-ultra1.
18749 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdeps_routines):
18750 Likewise.
18751 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-memmove-niagara7.S:
18752 New file.
18753 * sysdeps/sparc/sparc32/sparcv9/multiarch/memmove-ultra1.S: Likewise.
18754 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memmove.c: Likewise.
18755 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c
18756 (__libc_ifunc_impl_list): Add __memcpy_niagara7, __mempcpy_niagara7,
18757 and __memmove_niagara7.
18758 * sysdeps/sparc/sparc64/multiarch/ifunc-memcpy.h (IFUNC_SELECTOR):
18759 Add niagara7 option.
18760 * sysdeps/sparc/sparc64/multiarch/memmove.c: New file.
18761 * sysdeps/sparc/sparc64/multiarch/ifunc-memmove.h: Likewise.
18762 * sysdeps/sparc/sparc64/multiarch/memcpy-memmove-niagara7.S: Likewise.
18763 * sysdeps/sparc/sparc64/multiarch/memmove-ultra1.S: Likewise.
18764 * sysdeps/sparc/sparc64/multiarch/rtld-memmove.c: Likewise.
18765
18766 2017-12-14 Jose E. Marchesi <jose.marchesi@oracle.com>
18767
18768 * sysdeps/sparc/sparc32/sparcv9/memmove.S: New file.
18769 * sysdeps/sparc/sparc32/sparcv9/rtld-memmove.c: Likewise.
18770 * sysdeps/sparc/sparc64/memmove.S: Likewise.
18771 * sysdeps/sparc/sparc64/rtld-memmove.c: Likewise.
18772
18773 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_ADP): Defined.
18774 * sysdeps/sparc/dl-procinfo.c: Added "adp" to the
18775 _dl_sparc_cap_flags array.
18776 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increment.
18777
18778 2017-12-13 Siddhesh Poyarekar <siddhesh@sourceware.org>
18779
18780 * sysdeps/aarch64/strcmp.S (misaligned8): Compare dword at a
18781 time whenever possible.
18782
18783 2017-12-12 Carlos O'Donell <carlos@redhat.com>
18784
18785 * elf/Makefile [$(nss-crypt)$(static-nss-crypt) == yesno]
18786 (CFLAGS-tst-linkall-static.c): Undefine USE_CRYPT first.
18787
18788 2017-12-12 Joseph Myers <joseph@codesourcery.com>
18789
18790 * soft-fp/fmadf4.c: Move to ....
18791 * sysdeps/ieee754/soft-fp/s_fma.c: ... here.
18792 * soft-fp/fmasf4.c: Move to ....
18793 * sysdeps/ieee754/soft-fp/s_fmaf.c: ... here.
18794 * soft-fp/fmatf4.c: Move to ....
18795 * sysdeps/ieee754/soft-fp/s_fmal.c: ... here.
18796 * sysdeps/ieee754/soft-fp/Makefile: New file.
18797 * sysdeps/arm/preconfigure.ac: Define with_fp_cond.
18798 * sysdeps/arm/preconfigure: Regenerated.
18799 * sysdeps/arm/nofpu/Implies: New file.
18800 * sysdeps/arm/s_fma.c: Remove file.
18801 * sysdeps/arm/s_fmaf.c: Likewise.
18802 * sysdeps/m68k/coldfire/nofpu/Implies: New file.
18803 * sysdeps/m68k/coldfire/nofpu/s_fma.c: Remove file.
18804 * sysdeps/m68k/coldfire/nofpu/s_fmaf.c: Likewise.
18805 * sysdeps/microblaze/Implies: Add ieee754/soft-fp.
18806 * sysdeps/microblaze/s_fma.c: Remove file.
18807 * sysdeps/microblaze/s_fmaf.c: Likewise.
18808 * sysdeps/mips/mips32/nofpu/Implies: New file.
18809 * sysdeps/mips/mips64/n32/fpu/s_fma.c: Likewise.
18810 * sysdeps/mips/mips64/n32/nofpu/Implies: Likewise.
18811 * sysdeps/mips/mips64/n64/fpu/s_fma.c: Likewise.
18812 * sysdeps/mips/mips64/n64/nofpu/Implies: Likewise.
18813 * sysdeps/mips/ieee754/s_fma.c: Remove file.
18814 * sysdeps/mips/ieee754/s_fmaf.c: Likewise.
18815 * sysdeps/mips/ieee754/s_fmal.c: Update include for move of fmal
18816 implementation.
18817 * sysdeps/nios2/Implies: Add ieee754/soft-fp.
18818 * sysdeps/nios2/s_fma.c: Remove file.
18819 * sysdeps/nios2/s_fmaf.c: Likewise.
18820 * sysdeps/sh/nofpu/Implies: New file.
18821 * sysdeps/sh/s_fma.c: Remove file.
18822 * sysdeps/sh/s_fmaf.c: Likewise.
18823 * sysdeps/tile/Implies: Add ieee754/soft-fp.
18824 * sysdeps/tile/s_fma.c: Remove file.
18825 * sysdeps/tile/s_fmaf.c: Likewise.
18826
18827 2017-12-12 H.J. Lu <hongjiu.lu@intel.com>
18828
18829 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
18830 Add s_cosf-sse2 and s_cosf-fma.
18831 (CFLAGS-s_cosf-fma.c): New.
18832 * sysdeps/x86_64/fpu/multiarch/s_cosf-fma.c: New file.
18833 * sysdeps/x86_64/fpu/multiarch/s_cosf-sse2.c: Likewise.
18834 * sysdeps/x86_64/fpu/multiarch/s_cosf.c: Likewise.
18835
18836 2017-12-12 Steve Ellcey <sellcey@cavium.com>
18837
18838 * nscd/nscd.h (init_traced_file): Change strncpy to memcpy.
18839
18840 2017-12-12 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18841
18842 * libio/Makefile (tests): Add tst-bz22415.
18843 (tst-bz22415-ENV): New rule.
18844 (generated): Add tst-bz22415.mtrace and tst-bz22415.check.
18845 (tests-special): Add tst-bz22415-mem.out.
18846 ($(objpfx)tst-bz22415-mem.out): New rule.
18847 * libio/fileops.c (_IO_new_file_seekoff): Call _IO_free_backup_area
18848 in case of a successful seek operation.
18849 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
18850 (_IO_wfile_overflow): Call _IO_free_wbackup_area in case a write
18851 buffer is required.
18852 * libio/tst-bz22415.c: New test.
18853
18854 * sysdeps/ia64/fpu/libm-test-ulps: Update.
18855
18856 2017-12-12 James Clarke <jrtc27@jrtc27.com>
18857
18858 * sysdeps/unix/sysv/linux/ia64/ipc_priv.h: New file defining
18859 __IPC_64 to 0 to avoid IPC_64 being set.
18860
18861 2017-12-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
18862
18863 [BZ #22593]
18864 * math/bits/mathcalls.h (nextafter): Remove const.
18865 (nexttoward): Likewise.
18866
18867 2017-12-12 Joseph Myers <joseph@codesourcery.com>
18868
18869 * configure.ac (--with-fp): Remove configure option.
18870 (with_fp_cond): New variable.
18871 (libc_cv_with_fp): New configure test. Use this variable instead
18872 of with_fp.
18873 * configure: Regenerated.
18874 * config.make.in (with-fp): Use @libc_cv_with_fp@.
18875 * manual/install.texi (Configuring and compiling): Remove
18876 --without-fp.
18877 * INSTALL: Regenerated.
18878 * sysdeps/m68k/preconfigure (with_fp_cond): Define for ColdFire.
18879 * sysdeps/mips/preconfigure (with_fp_cond): Define.
18880 * sysdeps/powerpc/preconfigure (with_fp_cond): Define for 32-bit.
18881 * sysdeps/sh/preconfigure (with_fp_cond): Define.
18882 * scripts/build-many-glibcs.py (Context.add_all_configs): Do not
18883 use --without-fp to configure glibc.
18884
18885 2017-12-12 Rical Jasan <ricaljasan@pacific.net>
18886
18887 * manual/locale.texi (nl_langinfo): Fix a typo.
18888
18889 2017-12-12 Aurelien Jarno <aurelien@aurel32.net>
18890
18891 [BZ #22588]
18892 * manual/conf.texi (SC_SSIZE_MAX): Rename into _SC_SSIZE_MAX.
18893
18894 2017-12-11 H.J. Lu <hongjiu.lu@intel.com>
18895
18896 * argp/Makefile (CFLAGS-argp-help.c): Replace = with +=.
18897 (CFLAGS-argp-parse.c): Likewise.
18898 (CFLAGS-argp-fmtstream.c): Likewise.
18899 * crypt/Makefile (CPPFLAGS-sha256-crypt.c): Likewise.
18900 (CPPFLAGS-sha512-crypt.c): Likewise.
18901 (CPPFLAGS-md5-crypt.c): Likewise.
18902 * debug/Makefile (CFLAGS-stack_chk_fail.c): Likewise.
18903 (CFLAGS-stack_chk_fail_local.c): Likewise.
18904 (CFLAGS-backtrace.c): Likewise.
18905 (CFLAGS-sprintf_chk.c): Likewise.
18906 (CFLAGS-snprintf_chk.c): Likewise.
18907 (CFLAGS-vsprintf_chk.c): Likewise.
18908 (CFLAGS-vsnprintf_chk.c): Likewise.
18909 (CFLAGS-asprintf_chk.c): Likewise.
18910 (CFLAGS-vasprintf_chk.c): Likewise.
18911 (CFLAGS-obprintf_chk.c): Likewise.
18912 (CFLAGS-dprintf_chk.c): Likewise.
18913 (CFLAGS-vdprintf_chk.c): Likewise.
18914 (CFLAGS-printf_chk.c): Likewise.
18915 (CFLAGS-fprintf_chk.c): Likewise.
18916 (CFLAGS-vprintf_chk.c): Likewise.
18917 (CFLAGS-vfprintf_chk.c): Likewise.
18918 (CFLAGS-gets_chk.c): Likewise.
18919 (CFLAGS-fgets_chk.c): Likewise.
18920 (CFLAGS-fgets_u_chk.c): Likewise.
18921 (CFLAGS-fread_chk.c): Likewise.
18922 (CFLAGS-fread_u_chk.c): Likewise.
18923 (CFLAGS-swprintf_chk.c): Likewise.
18924 (CFLAGS-vswprintf_chk.c): Likewise.
18925 (CFLAGS-wprintf_chk.c): Likewise.
18926 (CFLAGS-fwprintf_chk.c): Likewise.
18927 (CFLAGS-vwprintf_chk.c): Likewise.
18928 (CFLAGS-vfwprintf_chk.c): Likewise.
18929 (CFLAGS-fgetws_chk.c): Likewise.
18930 (CFLAGS-fgetws_u_chk.c): Likewise.
18931 (CFLAGS-read_chk.c): Likewise.
18932 (CFLAGS-pread_chk.c): Likewise.
18933 (CFLAGS-pread64_chk.c): Likewise.
18934 (CFLAGS-recv_chk.c): Likewise.
18935 (CFLAGS-recvfrom_chk.c): Likewise.
18936 (CFLAGS-tst-longjmp_chk.c): Likewise.
18937 (CPPFLAGS-tst-longjmp_chk.c): Likewise.
18938 (CFLAGS-tst-longjmp_chk2.c): Likewise.
18939 (CPPFLAGS-tst-longjmp_chk2.c): Likewise.
18940 (CFLAGS-tst-longjmp_chk3.c): Likewise.
18941 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
18942 (CFLAGS-tst-chk1.c): Likewise.
18943 (CFLAGS-tst-chk2.c): Likewise.
18944 (CFLAGS-tst-chk3.c): Likewise.
18945 (CFLAGS-tst-chk4.cc): Likewise.
18946 (CFLAGS-tst-chk5.cc): Likewise.
18947 (CFLAGS-tst-chk6.cc): Likewise.
18948 (CFLAGS-tst-lfschk1.c): Likewise.
18949 (CFLAGS-tst-lfschk2.c): Likewise.
18950 (CFLAGS-tst-lfschk3.c): Likewise.
18951 (CFLAGS-tst-lfschk4.cc): Likewise.
18952 (CFLAGS-tst-lfschk5.cc): Likewise.
18953 (CFLAGS-tst-lfschk6.cc): Likewise.
18954 (CFLAGS-tst-ssp-1.c): Likewise.
18955 * dirent/Makefile (CFLAGS-scandir.c): Likewise.
18956 (CFLAGS-scandir64.c): Likewise.
18957 (CFLAGS-scandir-tail.c): Likewise.
18958 (CFLAGS-scandir64-tail.c): Likewise.
18959 * elf/Makefile (CPPFLAGS-dl-tunables.c): Likewise.
18960 (CFLAGS-dl-tunables.c): Likewise.
18961 (CFLAGS-dl-runtime.c): Likewise.
18962 (CFLAGS-dl-lookup.c): Likewise.
18963 (CFLAGS-dl-iterate-phdr.c): Likewise.
18964 (CFLAGS-vismain.c): Likewise.
18965 (CFLAGS-tst-linkall-static.c): Likewise.
18966 (CFLAGS-tst-linkall-static.c): Likewise.
18967 (CPPFLAGS-dl-load.c): Likewise.
18968 (CFLAGS-ldconfig.c): Likewise.
18969 (CFLAGS-dl-cache.c): Likewise.
18970 (CFLAGS-cache.c): Likewise.
18971 (CFLAGS-rtld.c): Likewise.
18972 (CFLAGS-multiload.c): Likewise.
18973 (CFLAGS-filtmod1.c): Likewise.
18974 (CFLAGS-tst-align.c): Likewise.
18975 (CFLAGS-tst-align2.c): Likewise.
18976 (CFLAGS-tst-alignmod.c): Likewise.
18977 (CFLAGS-tst-alignmod2.c): Likewise.
18978 (CPPFLAGS-tst-execstack.c): Likewise.
18979 (CFLAGS-tst-ptrguard1-static.c): Likewise.
18980 (CFLAGS-tst-latepthreadmod.c): Likewise.
18981 * grp/Makefile (CFLAGS-getgrgid_r.c): Likewise.
18982 (CFLAGS-getgrnam_r.c): Likewise.
18983 (CFLAGS-getgrent_r.c): Likewise.
18984 (CFLAGS-getgrent.c): Likewise.
18985 (CFLAGS-fgetgrent.c): Likewise.
18986 (CFLAGS-fgetgrent_r.c): Likewise.
18987 (CFLAGS-putgrent.c): Likewise.
18988 (CFLAGS-initgroups.c): Likewise.
18989 (CFLAGS-getgrgid.c): Likewise.
18990 * gshadow/Makefile (CFLAGS-getsgent_r.c): Likewise.
18991 (CFLAGS-getsgent.c): Likewise.
18992 (CFLAGS-fgetsgent.c): Likewise.
18993 (CFLAGS-fgetsgent_r.c): Likewise.
18994 (CFLAGS-putsgent.c): Likewise.
18995 (CFLAGS-getsgnam.c): Likewise.
18996 (CFLAGS-getsgnam_r.c): Likewise.
18997 * iconv/Makefile (CFLAGS-iconv_prog.c): Likewise.
18998 (CFLAGS-iconv_charmap.c): Likewise.
18999 (CFLAGS-dummy-repertoire.c): Likewise.
19000 (CFLAGS-charmap.c): Likewise.
19001 (CFLAGS-linereader.c): Likewise.
19002 (CFLAGS-simple-hash.c): Likewise.
19003 (CFLAGS-gconv_conf.c): Likewise.
19004 (CFLAGS-iconvconfig.c): Likewise.
19005 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
19006 (CFLAGS-gethstbyad.c): Likewise.
19007 (CFLAGS-gethstbynm_r.c): Likewise.
19008 (CFLAGS-gethstbynm.c): Likewise.
19009 (CFLAGS-gethstbynm2_r.c): Likewise.
19010 (CFLAGS-gethstbynm2.c): Likewise.
19011 (CFLAGS-gethstent_r.c): Likewise.
19012 (CFLAGS-gethstent.c): Likewise.
19013 (CFLAGS-rcmd.c): Likewise.
19014 (CFLAGS-getnetbynm_r.c): Likewise.
19015 (CFLAGS-getnetbynm.c): Likewise.
19016 (CFLAGS-getnetbyad_r.c): Likewise.
19017 (CFLAGS-getnetbyad.c): Likewise.
19018 (CFLAGS-getnetent_r.c): Likewise.
19019 (CFLAGS-getnetent.c): Likewise.
19020 (CFLAGS-getaliasent_r.c): Likewise.
19021 (CFLAGS-getaliasent.c): Likewise.
19022 (CFLAGS-getrpcent_r.c): Likewise.
19023 (CFLAGS-getrpcent.c): Likewise.
19024 (CFLAGS-getservent_r.c): Likewise.
19025 (CFLAGS-getservent.c): Likewise.
19026 (CFLAGS-getprtent_r.c): Likewise.
19027 (CFLAGS-getprtent.c): Likewise.
19028 (CFLAGS-either_ntoh.c): Likewise.
19029 (CFLAGS-either_hton.c): Likewise.
19030 (CFLAGS-getnetgrent.c): Likewise.
19031 (CFLAGS-getnetgrent_r.c): Likewise.
19032 (CFLAGS-tst-checks-posix.c): Likewise.
19033 (CFLAGS-tst-sockaddr.c): Likewise.
19034 * intl/Makefile (CFLAGS-tst-gettext.c): Likewise.
19035 (CFLAGS-tst-translit.c): Likewise.
19036 (CFLAGS-tst-gettext2.c): Likewise.
19037 (CFLAGS-tst-codeset.c): Likewise.
19038 (CFLAGS-tst-gettext3.c): Likewise.
19039 (CFLAGS-tst-gettext4.c): Likewise.
19040 (CFLAGS-tst-gettext5.c): Likewise.
19041 (CFLAGS-tst-gettext6.c): Likewise.
19042 * io/Makefile (CFLAGS-open.c): Likewise.
19043 (CFLAGS-open64.c): Likewise.
19044 (CFLAGS-creat.c): Likewise.
19045 (CFLAGS-creat64.c): Likewise.
19046 (CFLAGS-fcntl.c): Likewise.
19047 (CFLAGS-poll.c): Likewise.
19048 (CFLAGS-ppoll.c): Likewise.
19049 (CFLAGS-lockf.c): Likewise.
19050 (CFLAGS-statfs.c): Likewise.
19051 (CFLAGS-fstatfs.c): Likewise.
19052 (CFLAGS-statvfs.c): Likewise.
19053 (CFLAGS-fstatvfs.c): Likewise.
19054 (CFLAGS-fts.c): Likewise.
19055 (CFLAGS-fts64.c): Likewise.
19056 (CFLAGS-ftw.c): Likewise.
19057 (CFLAGS-ftw64.c): Likewise.
19058 (CFLAGS-lockf.c): Likewise.
19059 (CFLAGS-posix_fallocate.c): Likewise.
19060 (CFLAGS-posix_fallocate64.c): Likewise.
19061 (CFLAGS-fallocate.c): Likewise.
19062 (CFLAGS-fallocate64.c): Likewise.
19063 (CFLAGS-read.c): Likewise.
19064 (CFLAGS-write.c): Likewise.
19065 (CFLAGS-test-stat.c): Likewise.
19066 (CFLAGS-test-lfs.c): Likewise.
19067 * libio/Makefile (CFLAGS-fileops.c): Likewise.
19068 (CFLAGS-fputc.c): Likewise.
19069 (CFLAGS-fputwc.c): Likewise.
19070 (CFLAGS-freopen64.c): Likewise.
19071 (CFLAGS-freopen.c): Likewise.
19072 (CFLAGS-fseek.c): Likewise.
19073 (CFLAGS-fseeko64.c): Likewise.
19074 (CFLAGS-fseeko.c): Likewise.
19075 (CFLAGS-ftello64.c): Likewise.
19076 (CFLAGS-ftello.c): Likewise.
19077 (CFLAGS-fwide.c): Likewise.
19078 (CFLAGS-genops.c): Likewise.
19079 (CFLAGS-getc.c): Likewise.
19080 (CFLAGS-getchar.c): Likewise.
19081 (CFLAGS-getwc.c): Likewise.
19082 (CFLAGS-getwchar.c): Likewise.
19083 (CFLAGS-iofclose.c): Likewise.
19084 (CFLAGS-iofflush.c): Likewise.
19085 (CFLAGS-iofgetpos64.c): Likewise.
19086 (CFLAGS-iofgetpos.c): Likewise.
19087 (CFLAGS-iofgets.c): Likewise.
19088 (CFLAGS-iofgetws.c): Likewise.
19089 (CFLAGS-iofputs.c): Likewise.
19090 (CFLAGS-iofputws.c): Likewise.
19091 (CFLAGS-iofread.c): Likewise.
19092 (CFLAGS-iofsetpos64.c): Likewise.
19093 (CFLAGS-iofsetpos.c): Likewise.
19094 (CFLAGS-ioftell.c): Likewise.
19095 (CFLAGS-iofwrite.c): Likewise.
19096 (CFLAGS-iogetdelim.c): Likewise.
19097 (CFLAGS-iogetline.c): Likewise.
19098 (CFLAGS-iogets.c): Likewise.
19099 (CFLAGS-iogetwline.c): Likewise.
19100 (CFLAGS-ioputs.c): Likewise.
19101 (CFLAGS-ioseekoff.c): Likewise.
19102 (CFLAGS-ioseekpos.c): Likewise.
19103 (CFLAGS-iosetbuffer.c): Likewise.
19104 (CFLAGS-iosetvbuf.c): Likewise.
19105 (CFLAGS-ioungetc.c): Likewise.
19106 (CFLAGS-ioungetwc.c): Likewise.
19107 (CFLAGS-oldfileops.c): Likewise.
19108 (CFLAGS-oldiofclose.c): Likewise.
19109 (CFLAGS-oldiofgetpos64.c): Likewise.
19110 (CFLAGS-oldiofgetpos.c): Likewise.
19111 (CFLAGS-oldiofsetpos64.c): Likewise.
19112 (CFLAGS-oldiofsetpos.c): Likewise.
19113 (CFLAGS-peekc.c): Likewise.
19114 (CFLAGS-putc.c): Likewise.
19115 (CFLAGS-putchar.c): Likewise.
19116 (CFLAGS-putwc.c): Likewise.
19117 (CFLAGS-putwchar.c): Likewise.
19118 (CFLAGS-rewind.c): Likewise.
19119 (CFLAGS-wfileops.c): Likewise.
19120 (CFLAGS-wgenops.c): Likewise.
19121 (CFLAGS-oldiofopen.c): Likewise.
19122 (CFLAGS-iofopen.c): Likewise.
19123 (CFLAGS-iofopen64.c): Likewise.
19124 (CFLAGS-oldtmpfile.c): Likewise.
19125 (CFLAGS-tst_putwc.c): Likewise.
19126 * locale/Makefile (CFLAGS-md5.c): Likewise.
19127 (CFLAGS-charmap.c): Likewise.
19128 (CFLAGS-locfile.c): Likewise.
19129 (CFLAGS-charmap-dir.c): Likewise.
19130 * login/Makefile (CFLAGS-grantpt.c): Likewise.
19131 (CFLAGS-getpt.c): Likewise.
19132 (CFLAGS-pt_chown.c): Likewise.
19133 * malloc/Makefile (CFLAGS-mcheck-init.c): Likewise.
19134 (CFLAGS-obstack.c): Likewise.
19135 * math/Makefile (CFLAGS-test-tgmath3.c): Likewise.
19136 (CFLAGS-test-double-vlen4-wrappers.c): Likewise.
19137 (CFLAGS-test-double-vlen8-wrappers.c): Likewise.
19138 (CFLAGS-test-float-vlen8-wrappers.c): Likewise.
19139 (CFLAGS-test-float-vlen16-wrappers.c): Likewise.
19140 (CFLAGS-test-tgmath.c): Likewise.
19141 (CFLAGS-test-tgmath2.c): Likewise.
19142 (CFLAGS-test-tgmath-ret.c): Likewise.
19143 (CFLAGS-test-powl.c): Likewise.
19144 (CFLAGS-test-snan.c): Likewise.
19145 (CFLAGS-test-signgam-finite.c): Likewise.
19146 (CFLAGS-test-signgam-finite-c99.c): Likewise.
19147 (CFLAGS-test-signgam-finite-c11.c): Likewise.
19148 (CFLAGS-test-signgam-uchar.c): Likewise.
19149 (CFLAGS-test-signgam-uchar-init.c): Likewise.
19150 (CFLAGS-test-signgam-uchar-static.c): Likewise.
19151 (CFLAGS-test-signgam-uchar-init-static.c): Likewise.
19152 (CFLAGS-test-signgam-uint.c): Likewise.
19153 (CFLAGS-test-signgam-uint-init.c): Likewise.
19154 (CFLAGS-test-signgam-uint-static.c): Likewise.
19155 (CFLAGS-test-signgam-uint-init-static.c): Likewise.
19156 (CFLAGS-test-signgam-ullong.c): Likewise.
19157 (CFLAGS-test-signgam-ullong-init.c): Likewise.
19158 (CFLAGS-test-signgam-ullong-static.c): Likewise.
19159 (CFLAGS-test-signgam-ullong-init-static.c): Likewise.
19160 (CFLAGS-test-math-cxx11.cc): Likewise.
19161 (CFLAGS-test-math-isinff.cc): Likewise.
19162 (CFLAGS-test-math-iszero.cc): Likewise.
19163 (CFLAGS-test-math-issignaling.cc): Likewise.
19164 (CFLAGS-test-math-iscanonical.cc): Likewise.
19165 (CFLAGS-test-iszero-excess-precision.c): Likewise.
19166 (CFLAGS-test-iseqsig-excess-precision.c): Likewise.
19167 (CFLAGS-test-flt-eval-method.c): Likewise.
19168 (CFLAGS-test-fe-snans-always-signal.c): Likewise.
19169 (CFLAGS-test-finite-macros.c): Likewise.
19170 * misc/Makefile (CFLAGS-select.c): Likewise.
19171 (CFLAGS-tsearch.c): Likewise.
19172 (CFLAGS-lsearch.c): Likewise.
19173 (CFLAGS-pselect.c): Likewise.
19174 (CFLAGS-readv.c): Likewise.
19175 (CFLAGS-writev.c): Likewise.
19176 (CFLAGS-preadv.c): Likewise.
19177 (CFLAGS-preadv64.c): Likewise.
19178 (CFLAGS-pwritev.c): Likewise.
19179 (CFLAGS-pwritev64.c): Likewise.
19180 (CFLAGS-preadv2.c): Likewise.
19181 (CFLAGS-preadv64v2.c): Likewise.
19182 (CFLAGS-pwritev2.c): Likewise.
19183 (CFLAGS-pwritev64v2.c): Likewise.
19184 (CFLAGS-usleep.c): Likewise.
19185 (CFLAGS-syslog.c): Likewise.
19186 (CFLAGS-error.c): Likewise.
19187 (CFLAGS-getpass.c): Likewise.
19188 (CFLAGS-mkstemp.c): Likewise.
19189 (CFLAGS-mkstemp64.c): Likewise.
19190 (CFLAGS-getsysstats.c): Likewise.
19191 (CFLAGS-getusershell.c): Likewise.
19192 (CFLAGS-err.c): Likewise.
19193 (CFLAGS-tst-tsearch.c): Likewise.
19194 (CFLAGS-msync.c): Likewise.
19195 (CFLAGS-fdatasync.c): Likewise.
19196 (CFLAGS-fsync.c): Likewise.
19197 * nptl/Makefile (CFLAGS-nptl-init.c): Likewise.
19198 (CFLAGS-unwind.c): Likewise.
19199 (CFLAGS-unwind-forcedunwind.c): Likewise.
19200 (CFLAGS-pthread_cancel.c): Likewise.
19201 (CFLAGS-pthread_setcancelstate.c): Likewise.
19202 (CFLAGS-pthread_setcanceltype.c): Likewise.
19203 (CFLAGS-cancellation.c): Likewise.
19204 (CFLAGS-libc-cancellation.c): Likewise.
19205 (CFLAGS-pthread_exit.c): Likewise.
19206 (CFLAGS-forward.c): Likewise.
19207 (CFLAGS-pthread_testcancel.c): Likewise.
19208 (CFLAGS-pthread_join.c): Likewise.
19209 (CFLAGS-pthread_timedjoin.c): Likewise.
19210 (CFLAGS-pthread_once.c): Likewise.
19211 (CFLAGS-pthread_cond_wait.c): Likewise.
19212 (CFLAGS-sem_wait.c): Likewise.
19213 (CFLAGS-sem_timedwait.c): Likewise.
19214 (CFLAGS-fcntl.c): Likewise.
19215 (CFLAGS-lockf.c): Likewise.
19216 (CFLAGS-pread.c): Likewise.
19217 (CFLAGS-pread64.c): Likewise.
19218 (CFLAGS-pwrite.c): Likewise.
19219 (CFLAGS-pwrite64.c): Likewise.
19220 (CFLAGS-wait.c): Likewise.
19221 (CFLAGS-waitpid.c): Likewise.
19222 (CFLAGS-sigwait.c): Likewise.
19223 (CFLAGS-msgrcv.c): Likewise.
19224 (CFLAGS-msgsnd.c): Likewise.
19225 (CFLAGS-tcdrain.c): Likewise.
19226 (CFLAGS-open.c): Likewise.
19227 (CFLAGS-open64.c): Likewise.
19228 (CFLAGS-pause.c): Likewise.
19229 (CFLAGS-recv.c): Likewise.
19230 (CFLAGS-send.c): Likewise.
19231 (CFLAGS-accept.c): Likewise.
19232 (CFLAGS-sendto.c): Likewise.
19233 (CFLAGS-connect.c): Likewise.
19234 (CFLAGS-recvfrom.c): Likewise.
19235 (CFLAGS-recvmsg.c): Likewise.
19236 (CFLAGS-sendmsg.c): Likewise.
19237 (CFLAGS-close.c): Likewise.
19238 (CFLAGS-read.c): Likewise.
19239 (CFLAGS-write.c): Likewise.
19240 (CFLAGS-nanosleep.c): Likewise.
19241 (CFLAGS-sigsuspend.c): Likewise.
19242 (CFLAGS-msync.c): Likewise.
19243 (CFLAGS-fdatasync.c): Likewise.
19244 (CFLAGS-fsync.c): Likewise.
19245 (CFLAGS-pt-system.c): Likewise.
19246 (CFLAGS-tst-cleanup2.c): Likewise.
19247 (CFLAGS-tst-cleanupx2.c): Likewise.
19248 (CFLAGS-flockfile.c): Likewise.
19249 (CFLAGS-ftrylockfile.c): Likewise.
19250 (CFLAGS-funlockfile.c): Likewise.
19251 (CFLAGS-tst-initializers1.c): Likewise.
19252 (CFLAGS-tst-initializers1-c89.c): Likewise.
19253 (CFLAGS-tst-initializers1-c99.c): Likewise.
19254 (CFLAGS-tst-initializers1-c11.c): Likewise.
19255 (CFLAGS-tst-initializers1-gnu89.c): Likewise.
19256 (CFLAGS-tst-initializers1-gnu99.c): Likewise.
19257 (CFLAGS-tst-initializers1-gnu11.c): Likewise.
19258 * nscd/Makefile (CFLAGS-nscd_getpw_r.c): Likewise.
19259 (CFLAGS-nscd_getgr_r.c): Likewise.
19260 (CFLAGS-nscd_gethst_r.c): Likewise.
19261 (CFLAGS-nscd_getai.c): Likewise.
19262 (CFLAGS-nscd_initgroups.c): Likewise.
19263 * posix/Makefile (CFLAGS-getaddrinfo.c): Likewise.
19264 (CFLAGS-pause.c): Likewise.
19265 (CFLAGS-pread.c): Likewise.
19266 (CFLAGS-pread64.c): Likewise.
19267 (CFLAGS-pwrite.c): Likewise.
19268 (CFLAGS-pwrite64.c): Likewise.
19269 (CFLAGS-sleep.c): Likewise.
19270 (CFLAGS-wait.c): Likewise.
19271 (CFLAGS-waitid.c): Likewise.
19272 (CFLAGS-waitpid.c): Likewise.
19273 (CFLAGS-getopt.c): Likewise.
19274 (CFLAGS-wordexp.c): Likewise.
19275 (CFLAGS-sysconf.c): Likewise.
19276 (CFLAGS-pathconf.c): Likewise.
19277 (CFLAGS-fpathconf.c): Likewise.
19278 (CFLAGS-spawn.c): Likewise.
19279 (CFLAGS-spawnp.c): Likewise.
19280 (CFLAGS-spawni.c): Likewise.
19281 (CFLAGS-glob.c): Likewise.
19282 (CFLAGS-glob64.c): Likewise.
19283 (CFLAGS-getconf.c): Likewise.
19284 (CFLAGS-nanosleep.c): Likewise.
19285 * pwd/Makefile (CFLAGS-getpwent_r.c): Likewise.
19286 (CFLAGS-getpwent.c): Likewise.
19287 (CFLAGS-getpw.c): Likewise.
19288 (CFLAGS-fgetpwent_r.c): Likewise.
19289 * resolv/Makefile (CFLAGS-res_hconf.c): Likewise.
19290 * rt/Makefile (CFLAGS-aio_suspend.c): Likewise.
19291 (CFLAGS-mq_timedreceive.c): Likewise.
19292 (CFLAGS-mq_timedsend.c): Likewise.
19293 (CFLAGS-clock_nanosleep.c): Likewise.
19294 (CFLAGS-librt-cancellation.c): Likewise.
19295 * shadow/Makefile (CFLAGS-getspent_r.c): Likewise.
19296 (CFLAGS-getspent.c): Likewise.
19297 (CFLAGS-fgetspent.c): Likewise.
19298 (CFLAGS-fgetspent_r.c): Likewise.
19299 (CFLAGS-putspent.c): Likewise.
19300 (CFLAGS-getspnam.c): Likewise.
19301 (CFLAGS-getspnam_r.c): Likewise.
19302 * signal/Makefile (CFLAGS-sigpause.c): Likewise.
19303 (CFLAGS-sigsuspend.c): Likewise.
19304 (CFLAGS-sigtimedwait.c): Likewise.
19305 (CFLAGS-sigwait.c): Likewise.
19306 (CFLAGS-sigwaitinfo.c): Likewise.
19307 (CFLAGS-sigreturn.c): Likewise.
19308 * stdio-common/Makefile (CFLAGS-vfprintf.c): Likewise.
19309 (CFLAGS-vfwprintf.c): Likewise.
19310 (CFLAGS-tmpfile.c): Likewise.
19311 (CFLAGS-tmpfile64.c): Likewise.
19312 (CFLAGS-tempname.c): Likewise.
19313 (CFLAGS-psignal.c): Likewise.
19314 (CFLAGS-vprintf.c): Likewise.
19315 (CFLAGS-cuserid.c): Likewise.
19316 (CFLAGS-errlist.c): Likewise.
19317 (CFLAGS-siglist.c): Likewise.
19318 (CFLAGS-scanf15.c): Likewise.
19319 (CFLAGS-scanf17.c): Likewise.
19320 * stdlib/Makefile (CFLAGS-bsearch.c): Likewise.
19321 (CFLAGS-msort.c): Likewise.
19322 (CFLAGS-qsort.c): Likewise.
19323 (CFLAGS-system.c): Likewise.
19324 (CFLAGS-fmtmsg.c): Likewise.
19325 (CFLAGS-strfmon.c): Likewise.
19326 (CFLAGS-strfmon_l.c): Likewise.
19327 (CFLAGS-strfromd.c): Likewise.
19328 (CFLAGS-strfromf.c): Likewise.
19329 (CFLAGS-strfroml.c): Likewise.
19330 (CFLAGS-tst-bsearch.c): Likewise.
19331 (CFLAGS-tst-qsort.c): Likewise.
19332 (CFLAGS-tst-makecontext2.c): Likewise.
19333 * sunrpc/Makefile (CFLAGS-xbootparam_prot.c): Likewise.
19334 (CFLAGS-xnlm_prot.c): Likewise.
19335 (CFLAGS-xrstat.c): Likewise.
19336 (CFLAGS-xyppasswd.c): Likewise.
19337 (CFLAGS-xklm_prot.c): Likewise.
19338 (CFLAGS-xrex.c): Likewise.
19339 (CFLAGS-xsm_inter.c): Likewise.
19340 (CFLAGS-xmount.c): Likewise.
19341 (CFLAGS-xrusers.c): Likewise.
19342 (CFLAGS-xspray.c): Likewise.
19343 (CFLAGS-xnfs_prot.c): Likewise.
19344 (CFLAGS-xrquota.c): Likewise.
19345 (CFLAGS-xkey_prot.c): Likewise.
19346 (CFLAGS-auth_unix.c): Likewise.
19347 (CFLAGS-key_call.c): Likewise.
19348 (CFLAGS-pmap_rmt.c): Likewise.
19349 (CFLAGS-clnt_perr.c): Likewise.
19350 (CFLAGS-openchild.c): Likewise.
19351 * sysvipc/Makefile (CFLAGS-msgrcv.c): Likewise.
19352 (CFLAGS-msgsnd.c): Likewise.
19353 * termios/Makefile (CFLAGS-tcdrain.c): Likewise.
19354 * time/Makefile (CFLAGS-tzfile.c): Likewise.
19355 (CFLAGS-tzset.c): Likewise.
19356 (CFLAGS-getdate.c): Likewise.
19357 (CFLAGS-test_time.c): Likewise.
19358 (CPPFLAGS-tst-tzname.c): Likewise.
19359 * timezone/Makefile (CFLAGS-zdump.c): Likewise.
19360 (CFLAGS-zic.c): Likewise.
19361 * wcsmbs/Makefile (CFLAGS-wcwidth.c): Likewise.
19362 (CFLAGS-wcswidth.c): Likewise.
19363 (CFLAGS-wcstol.c): Likewise.
19364 (CFLAGS-wcstoul.c): Likewise.
19365 (CFLAGS-wcstoll.c): Likewise.
19366 (CFLAGS-wcstoull.c): Likewise.
19367 (CFLAGS-wcstod.c): Likewise.
19368 (CFLAGS-wcstold.c): Likewise.
19369 (CFLAGS-wcstof128.c): Likewise.
19370 (CFLAGS-wcstof.c): Likewise.
19371 (CFLAGS-wcstol_l.c): Likewise.
19372 (CFLAGS-wcstoul_l.c): Likewise.
19373 (CFLAGS-wcstoll_l.c): Likewise.
19374 (CFLAGS-wcstoull_l.c): Likewise.
19375 (CFLAGS-wcstod_l.c): Likewise.
19376 (CFLAGS-wcstold_l.c): Likewise.
19377 (CFLAGS-wcstof128_l.c): Likewise.
19378 (CFLAGS-wcstof_l.c): Likewise.
19379 (CPPFLAGS-tst-wchar-h.c): Likewise.
19380 (CPPFLAGS-wcstold_l.c): Likewise.
19381
19382 2017-12-11 Paul A. Clarke <pc@us.ibm.com>
19383
19384 * sysdeps/ieee754/flt-32/s_cosf.c: New implementation.
19385
19386 2017-12-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19387 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
19388
19389 * manual/tunables.texi (Hardware Capability Tunables): Document
19390 glibc.tune.cached_memopt.
19391 * sysdeps/powerpc/cpu-features.c: New file.
19392 * sysdeps/powerpc/cpu-features.h: New file.
19393 * sysdeps/powerpc/dl-procinfo.c [!IS_IN(ldconfig)]: Add
19394 _dl_powerpc_cpu_features.
19395 * sysdeps/powerpc/dl-tunables.list: New file.
19396 * sysdeps/powerpc/ldsodefs.h: Include cpu-features.h.
19397 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
19398 (INIT_ARCH): Initialize use_aligned_memopt.
19399 * sysdeps/powerpc/powerpc64/dl-machine.h [defined(SHARED &&
19400 IS_IN(rtld))]: Restrict dl_platform_init availability and
19401 initialize CPU features used by tunables.
19402 * sysdeps/powerpc/powerpc64/multiarch/Makefile (sysdep_routines):
19403 Add memcpy-power8-cached.
19404 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add
19405 __memcpy_power8_cached.
19406 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
19407 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power8-cached.S:
19408 New file.
19409
19410 2017-12-11 H.J. Lu <hongjiu.lu@intel.com>
19411
19412 * string/Makefile (CFLAGS-inl-tester.c): Replace = with +=.
19413 (CFLAGS-noinl-tester.c): Likewise.
19414 (CFLAGS-tst-strlen.c): Likewise.
19415 (CFLAGS-stratcliff.c): Likewise.
19416 (CFLAGS-test-ffs.c): Likewise.
19417 (CFLAGS-tst-inlcall.c): Likewise.
19418 (CFLAGS-tst-xbzero-opt.c): Likewise.
19419 (CFLAGS-memcpy.c): Likewise.
19420 (CFLAGS-wordcopy.c): Likewise.
19421
19422 2017-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
19423
19424 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_resolve):
19425 Store r15 on stack and add cfi rule.
19426 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve):
19427 Likewise.
19428
19429 2017-12-10 Aurelien Jarno <aurelien@aurel32.net>
19430
19431 [BZ #22577]
19432 * elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf
19433 call.
19434
19435 2017-12-07 H.J. Lu <hongjiu.lu@intel.com>
19436
19437 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
19438 Add s_sinf-sse2 and s_sinf-fma.
19439 (CFLAGS-s_sinf-fma.c): New.
19440 * sysdeps/x86_64/fpu/multiarch/s_sinf-fma.c: New file.
19441 * sysdeps/x86_64/fpu/multiarch/s_sinf-sse2.c: Likewise.
19442 * sysdeps/x86_64/fpu/multiarch/s_sinf.c: Likewise.
19443
19444 2017-12-07 H.J. Lu <hongjiu.lu@intel.com>
19445
19446 * sysdeps/x86_64/fpu/s_sinf.S: Removed.
19447
19448 2017-12-07 Joseph Myers <joseph@codesourcery.com>
19449
19450 [BZ #22568]
19451 * math/s_ctan_template.c (M_DECL_FUNC (__ctan)): Set imaginary
19452 part of result to imaginary part of argument if it is zero and the
19453 real part of the argument is not finite.
19454 * math/s_ctanh_template.c (M_DECL_FUNC (__ctanh)): Set real part
19455 of result to real part of argument if it is zero and the imaginary
19456 part of the argument is not finite.
19457
19458 2017-12-07 Mike FABIAN <mfabian@redhat.com>
19459
19460 [BZ #22524]
19461 * localedata/Makefile: Add lt_LT.UTF-8 to test-input
19462 and to the list of locales to be built for testing.
19463 * localedata/lt_LT.UTF-8.in: New file for testing the collation.
19464 * localedata/locales/lt_LT (LC_COLLATE): Use “copy "iso14651_t1"”
19465 and build the collation rules upon that.
19466
19467 2017-12-07 Joseph Myers <joseph@codesourcery.com>
19468
19469 * bits/floatn-common.h (__HAVE_FLOAT32): Define to 1.
19470 * manual/math.texi (Mathematics): Document support for _Float32.
19471 * math/Makefile (test-types): Add float32.
19472 * math/Versions (GLIBC_2.27): Add _Float32 functions.
19473 * stdlib/Versions (GLIBC_2.27): Likewise.
19474 * wcsmbs/Versions (GLIBC_2.27): Likewise.
19475 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Update.
19476 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
19477 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
19478 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
19479 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
19480 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
19481 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
19482 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
19483 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
19484 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
19485 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
19486 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
19487 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
19488 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
19489 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
19490 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
19491 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
19492 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
19493 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
19494 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
19495 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist:
19496 Likewise.
19497 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
19498 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
19499 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
19500 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
19501 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
19502 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
19503 Likewise.
19504 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
19505 Likewise.
19506 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
19507 Likewise.
19508 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
19509 Likewise.
19510
19511 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
19512 Likewise.
19513 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
19514 Likewise.
19515 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
19516 Likewise.
19517 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
19518 Likewise.
19519 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
19520 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
19521 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
19522 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
19523 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
19524 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
19525 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
19526 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
19527 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
19528 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
19529 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist:
19530 Likewise.
19531 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
19532 Likewise.
19533 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
19534 Likewise.
19535 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
19536 Likewise.
19537 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
19538 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
19539 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
19540 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
19541 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
19542 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
19543 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
19544 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
19545
19546 2017-12-06 Joseph Myers <joseph@codesourcery.com>
19547
19548 * stdlib/strtof.c: Include <bits/floatn.h>
19549 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (strtof32): Define
19550 and later undefine as macro. Define as weak alias if
19551 [!USE_WIDE_CHAR].
19552 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (wcstof32): Define
19553 and later undefine as macro. Define as weak alias if
19554 [USE_WIDE_CHAR].
19555 * stdlib/strtof_l.c: Include <bits/floatn.h>
19556 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (strtof32_l): Define
19557 and later undefine as macro. Define as weak alias if
19558 [!USE_WIDE_CHAR].
19559 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (wcstof32_l): Define
19560 and later undefine as macro. Define as weak alias if
19561 [USE_WIDE_CHAR].
19562
19563 * stdlib/strfromf.c: Include <bits/floatn.h>.
19564 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (strfromf32): Define
19565 and later undefine as macro and define as weak alias.
19566
19567 * math/test-float32.h: New file.
19568
19569 * sysdeps/generic/libm-alias-float.h: Include <bits/floatn.h>.
19570 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32]
19571 (libm_alias_float_other_r): Create f32 alias.
19572 (libm_alias_float_r): Use semicolon before call to
19573 libm_alias_float_other_r.
19574
19575 * sysdeps/ia64/fpu/e_exp2f.S (__exp2f): Use exp2 not __exp2 as
19576 second argument to libm_alias_float_other.
19577 * sysdeps/ia64/fpu/e_log2f.S (__log2f): Use log2 not __log2 as
19578 second argument to libm_alias_float_other.
19579 * sysdeps/ia64/fpu/e_powf.S (__powf): Use pow not __pow as second
19580 argument to libm_alias_float_other.
19581
19582 [BZ #22561]
19583 * math/s_cacosh_template.c (M_DECL_FUNC (__cacosh)): Use pi/2 for
19584 real part of result for argument 0 + i * NaN.
19585 * math/libm-test-cacosh.inc (cacosh_test_data): Update expected
19586 results for tests of 0 + i * NaN.
19587
19588 2017-12-06 Adhemerval Zanella <adhemerval.zanella@linaro.org>
19589
19590 * sysdeps/alpha/fpu/libm-test-ulps: Update.
19591
19592 2017-12-06 David S. Miller <davem@davemloft.net>
19593
19594 * sysdeps/sparc/fpu/libm-test-ulps: Update
19595 exp_{downward,towardzero,upward} ulps.
19596
19597 2017-12-06 Joseph Myers <joseph@codesourcery.com>
19598
19599 * sysdeps/ieee754/ldbl-96/e_j1l.c (qone): Don't make local
19600 variables static.
19601
19602 * sysdeps/ieee754/ldbl-128/e_j0l.c (Y0_2N): Make const.
19603 (Y0_2D): Likewise.
19604 * sysdeps/ieee754/ldbl-128/e_j1l.c (Y0_2N): Likewise.
19605 (Y0_2D): Likewise.
19606 * sysdeps/ieee754/ldbl-128ibm/e_j0l.c (Y0_2N): Likewise.
19607 (Y0_2D): Likewise.
19608 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c (Y0_2N): Likewise.
19609 (Y0_2D): Likewise.
19610
19611 2017-12-06 Mike FABIAN <mfabian@redhat.com>
19612
19613 [BZ #22515]
19614 * localedata/Makefile: Add hsb_DE.UTF-8 to test-input
19615 and to the list of locales to be built for testing.
19616 * localedata/hsb_DE.UTF-8.in: New file for testing the collation.
19617 * localedata/locales/hsb_DE (LC_COLLATE): Use “copy "iso14651_t1"”
19618 and build the collation rules upon that.
19619
19620 2017-12-06 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
19621
19622 * NEWS: Add sinf to list of optimized functions.
19623
19624 2017-12-06 Joseph Myers <joseph@codesourcery.com>
19625
19626 * bits/floatn-common.h (__HAVE_FLOAT64): Define to 1.
19627 (__HAVE_FLOAT32X): Likewise.
19628 * manual/math.texi (Mathematics): Document support for _Float64
19629 and _Float32x.
19630 * math/Makefile (test-types): Add float64 and float32x.
19631 * math/Versions (GLIBC_2.27): Add _Float64 and _Float32x
19632 functions.
19633 * stdlib/Versions (GLIBC_2.27): Likewise.
19634 * wcsmbs/Versions (GLIBC_2.27): Likewise.
19635 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Update.
19636 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
19637 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
19638 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
19639 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
19640 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
19641 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
19642 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
19643 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
19644 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
19645 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
19646 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
19647 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
19648 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
19649 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
19650 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
19651 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
19652 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
19653 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
19654 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
19655 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist:
19656 Likewise.
19657 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
19658 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
19659 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
19660 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
19661 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
19662 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
19663 Likewise.
19664 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
19665 Likewise.
19666 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
19667 Likewise.
19668 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
19669 Likewise.
19670 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
19671 Likewise.
19672 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
19673 Likewise.
19674 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
19675 Likewise.
19676 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
19677 Likewise.
19678 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
19679 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
19680 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
19681 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
19682 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
19683 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
19684 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
19685 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
19686 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
19687 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
19688 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist:
19689 Likewise.
19690 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
19691 Likewise.
19692 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
19693 Likewise.
19694 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
19695 Likewise.
19696 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
19697 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
19698 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
19699 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
19700 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
19701 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
19702 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
19703 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
19704
19705 2017-12-05 Joseph Myers <joseph@codesourcery.com>
19706
19707 * bits/floatn-common.h: Include <bits/long-double.h>.
19708 [__HAVE_FLOAT64 && (!__GNUC_PREREQ (7, 0) || defined __cplusplus)
19709 && __NO_LONG_DOUBLE_MATH] (__f64): Use suffix 'l'.
19710 [__HAVE_FLOAT64 && (!__GNUC_PREREQ (7, 0) || defined __cplusplus)
19711 && __NO_LONG_DOUBLE_MATH] (__CFLOAT64): Use _Complex long double.
19712 [__HAVE_FLOAT64 && (!__GNUC_PREREQ (7, 0) || defined __cplusplus)
19713 && __NO_LONG_DOUBLE_MATH] (_Float64): Use long double.
19714 [__HAVE_FLOAT64 && !__GNUC_PREREQ (7, 0) && __NO_LONG_DOUBLE_MATH]
19715 (__builtin_huge_valf64): Use __builtin_huge_vall.
19716 [__HAVE_FLOAT64 && !__GNUC_PREREQ (7, 0) && __NO_LONG_DOUBLE_MATH]
19717 (__builtin_inff64): Use __builtin_infl.
19718 [__HAVE_FLOAT64 && !__GNUC_PREREQ (7, 0) && __NO_LONG_DOUBLE_MATH]
19719 (__builtin_nanf64): Use __builtin_nanl.
19720 [__HAVE_FLOAT64 && !__GNUC_PREREQ (7, 0) && __NO_LONG_DOUBLE_MATH]
19721 (__builtin_nansf64): Use __builtin_nansl.
19722
19723 2017-12-05 Rogerio A. Cardoso <rcardoso@linux.vnet.ibm.com>
19724 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
19725 Carlos O'Donnell <carlos@redhat.com>
19726
19727 * elf/dl-tunables.list: Add elision parameters.
19728 * manual/tunables.texi: Add entries about elision tunable.
19729 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c:
19730 Add callback functions to dynamically enable/disable elision.
19731 Add multiple callbacks functions to set elision parameters.
19732 Deleted __libc_enable_secure check.
19733 * sysdeps/unix/sysv/linux/s390/elision-conf.c: Likewise.
19734 * sysdeps/unix/sysv/linux/x86/elision-conf.c: Likewise.
19735 * configure: Regenerated.
19736 * configure.ac: Option enable_lock_elision was deleted.
19737 * config.h.in: ENABLE_LOCK_ELISION flag was deleted.
19738 * config.make.in: Remove references to enable_lock_elision.
19739 * manual/install.texi: Elision configure option was removed.
19740 * INSTALL: Regenerated to remove enable_lock_elision.
19741 * nptl/Makefile:
19742 Disable elision so it can verify error case for destroying a mutex.
19743 * sysdeps/powerpc/nptl/elide.h:
19744 Cleanup ENABLE_LOCK_ELISION check.
19745 Deleted macros for the case when ENABLE_LOCK_ELISION was not defined.
19746 * sysdeps/s390/configure: Regenerated.
19747 * sysdeps/s390/configure.ac: Remove references to enable_lock_elision..
19748 * nptl/tst-mutex8.c:
19749 Deleted all #ifndef ENABLE_LOCK_ELISION from the test.
19750 * sysdeps/powerpc/powerpc32/sysdep.h:
19751 Deleted all ENABLE_LOCK_ELISION checks.
19752 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
19753 * sysdeps/powerpc/sysdep.h: Likewise.
19754 * sysdeps/s390/nptl/bits/pthreadtypes-arch.h: Likewise.
19755 * sysdeps/unix/sysv/linux/powerpc/force-elision.h: Likewise.
19756 * sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
19757 * sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
19758 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
19759 * sysdeps/unix/sysv/linux/s390/Makefile: Remove references to
19760 enable-lock-elision.
19761
19762 2017-12-05 Joseph Myers <joseph@codesourcery.com>
19763
19764 * stdlib/strtod.c: Include <bits/floatn.h>.
19765 (BUILD_DOUBLE): New macro.
19766 [BUILD_DOUBLE && __HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64]
19767 (strtof64): Define and later undefine as macro. Define as weak
19768 alias if [!USE_WIDE_CHAR].
19769 [BUILD_DOUBLE && __HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64]
19770 (wcstof64): Define and later undefine as macro. Define as weak
19771 alias if [USE_WIDE_CHAR].
19772 [BUILD_DOUBLE && __HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X]
19773 (strtof32x): Define and later undefine as macro. Define as weak
19774 alias if [!USE_WIDE_CHAR].
19775 [BUILD_DOUBLE && __HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X]
19776 (wcstof32x): Define and later undefine as macro. Define as weak
19777 alias if [USE_WIDE_CHAR].
19778 * stdlib/strtod_l.c: Include <bits/floatn.h>.
19779 (BUILD_DOUBLE): New macro.
19780 [BUILD_DOUBLE && __HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64]
19781 (strtof64_l): Define and later undefine as macro. Define as weak
19782 alias if [!USE_WIDE_CHAR].
19783 [BUILD_DOUBLE && __HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64]
19784 (wcstof64_l): Define and later undefine as macro. Define as weak
19785 alias if [USE_WIDE_CHAR].
19786 [BUILD_DOUBLE && __HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X]
19787 (strtof32x_l): Define and later undefine as macro. Define as weak
19788 alias if [!USE_WIDE_CHAR].
19789 [BUILD_DOUBLE && __HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X]
19790 (wcstof32x_l): Define and later undefine as macro. Define as weak
19791 alias if [USE_WIDE_CHAR].
19792
19793 2017-12-05 Adhemerval Zanella <adhemerval.zanella@linaro.org>
19794
19795 * sysdeps/ieee754/flt-32/s_sinf.c (ones): Define as double.
19796 (reduced): Use ones as double instead of integer.
19797
19798 2017-12-05 Szabolcs Nagy <szabolcs.nagy@arm.com>
19799
19800 * sysdeps/ieee754/flt-32/s_sinf.c (sinf): Use isless.
19801
19802 2017-12-05 Joseph Myers <joseph@codesourcery.com>
19803
19804 * stdlib/strfromd.c: Include <bits/floatn.h>.
19805 [__HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64] (strfromf64): Define
19806 and later undefine as macro and define as weak alias.
19807 [__HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X] (strfromf32x):
19808 Likewise.
19809
19810 * math/test-float32x.h: New file.
19811 * math/test-float64.h: Likewise.
19812
19813 * sysdeps/generic/libm-alias-double.h: Include <bits/floatn.h>.
19814 (libm_alias_double_other_r_f64): New macro.
19815 (libm_alias_double_other_r_f32x): Likewise.
19816 (libm_alias_double_other_r): Use libm_alias_double_other_r_f64 and
19817 libm_alias_double_other_r_f32x.
19818 (libm_alias_double_r): Use semicolon before call to
19819 libm_alias_double_other_r.
19820 * sysdeps/ieee754/ldbl-opt/libm-alias-double.h: Include
19821 <bits/floatn.h>.
19822 (libm_alias_double_other_r_f64): New macro.
19823 (libm_alias_double_other_r_f32x): Likewise.
19824 (libm_alias_double_other_r): Use libm_alias_double_other_r_f64 and
19825 libm_alias_double_other_r_f32x.
19826
19827 2017-12-05 H.J. Lu <hongjiu.lu@intel.com>
19828
19829 * sysdeps/ieee754/flt-32/s_sinf.c (reduced): Replace long with
19830 int.
19831 (SINF_FUNC): Likewise. Replace floor with simple casts.
19832
19833 2017-12-05 Mike FABIAN <mfabian@redhat.com>
19834
19835 [BZ #22517]
19836 * localedata/Makefile: Add et_EE.UTF-8 to test-input
19837 and to the list of locales to be built for testing.
19838 * localedata/et_EE.UTF-8.in: New file for testing the collation.
19839 * localedata/locales/et_EE (LC_COLLATE): Use “copy "iso14651_t1"”
19840 and build the collation rules upon that.
19841
19842 2017-12-05 Chris Metcalf <cmetcalf@mellanox.com>
19843
19844 * sysdeps/tile/tilegx/string-endian.h (VECOP): Provide working
19845 replacements for __insn_xxx builtins for v1cmpeq, v1cmpltu,
19846 v1cmpne, v1add, v1shru, v1shl (register and immediate versions).
19847 * sysdeps/tile/tilegx/memchr.c (__memchr): Use VECOP function
19848 instead of __insn__xxx.
19849 * sysdeps/tile/tilegx/rawmemchr.c (__rawmemchr): Likewise.
19850 * sysdeps/tile/tilegx/strstr.c (strcasechr): Likewise.
19851 * sysdeps/tile/tilegx/strrchr.c (strrchr): Likewise.
19852 * sysdeps/tile/tilegx/strlen.c (strlen): Likewise.
19853 * sysdeps/tile/tilegx/strchrnul.c (__strchrnul): Likewise.
19854 * sysdeps/tile/tilegx/strchr.c (strchr): Likewise.
19855
19856 2017-12-05 Florian Weimer <fweimer@redhat.com>
19857
19858 Linux: Implement interfaces for memory protection keys
19859 * support/Makefile (libsupport-routines): Add xraise, xsigaction,
19860 xsignal, xsysconf.
19861 * support/xsignal.h (xraise, xsignal, xsigaction): Declare.
19862 * support/xunistd.h (xsysconf): Declare.
19863 * support/xraise.c: New file.
19864 * support/xsigaction.c: Likewise.
19865 * support/xsignal.c: Likewise.
19866 * support/xsysconf.c: Likewise.
19867 * sysdeps/unix/sysv/linux/Makefile [misc] (routines): Add
19868 pkey_set, pkey_get, pkey_mprotect.
19869 [misc] (tests): Add tst-pkey.
19870 (tst-pkey): Link with -lpthread.
19871 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.27): Add pkey_alloc,
19872 pkey_free, pkey_set, pkey_get, pkey_mprotect.
19873 * sysdeps/unix/sysv/linux/bits/mman-linux.h (PKEY_DISABLE_ACCESS)
19874 (PKEY_DISABLE_WRITE): Define.
19875 (pkey_alloc, pkey_free, pkey_set, pkey_get, pkey_mprotect):
19876 Declare.
19877 * sysdeps/unix/sysv/linux/bits/siginfo-consts.h (SEGV_BNDERR)
19878 (SEGV_PKUERR): Add.
19879 * sysdeps/unix/sysv/linux/pkey_get.c: New file.
19880 * sysdeps/unix/sysv/linux/pkey_set.c: Likewise.
19881 * sysdeps/unix/sysv/linux/pkey_mprotect.c: Likewise.
19882 * sysdeps/unix/sysv/linux/syscalls.list (pkey_alloc, pkey_free):
19883 Add.
19884 * sysdeps/unix/sysv/linux/tst-pkey.c: New file.
19885 * sysdeps/unix/sysv/linux/x86/arch-pkey.h: Likewise.
19886 * sysdeps/unix/sysv/linux/x86/pkey_get.c: Likewise.
19887 * sysdeps/unix/sysv/linux/x86/pkey_set.c: Likewise.
19888 * sysdeps/unix/sysv/linux/**.abilist: Update.
19889
19890 2017-12-05 Florian Weimer <fweimer@redhat.com>
19891
19892 * support/tst-test_compare.c (subprocess): Use long long instead
19893 of long argument for consistent type width across 32-bit and
19894 64-bit architectures.
19895 (do_test): Adjust expected output.
19896
19897 2017-12-05 Joseph Myers <joseph@codesourcery.com>
19898
19899 * sysdeps/powerpc/fpu/s_cosf.c: Include <libm-alias-float.h>.
19900 (cosf): Define using libm_alias_float.
19901 * sysdeps/powerpc/fpu/s_fabs.S: Include <libm-alias-float.h>.
19902 (fabsf): Define using libm_alias_float.
19903 * sysdeps/powerpc/fpu/s_fmaf.S: Include <libm-alias-float.h>.
19904 (fmaf): Define using libm_alias_float.
19905 * sysdeps/powerpc/fpu/s_rintf.c: Include <libm-alias-float.h>.
19906 (rintf): Define using libm_alias_float.
19907 * sysdeps/powerpc/fpu/s_sinf.c: Include <libm-alias-float.h>.
19908 (sinf): Define using libm_alias_float.
19909 * sysdeps/powerpc/power5+/fpu/s_modff.c: Include
19910 <libm-alias-float.h>.
19911 (modff): Define using libm_alias_float.
19912 * sysdeps/powerpc/power7/fpu/s_logbf.c: Include
19913 <libm-alias-float.h>.
19914 (logbf): Define using libm_alias_float.
19915 * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Include
19916 <libm-alias-float.h>.
19917 (ceilf): Define using libm_alias_float.
19918 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Include
19919 <libm-alias-float.h>.
19920 (copysignf): Define using libm_alias_float.
19921 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Include
19922 <libm-alias-float.h>.
19923 (floorf): Define using libm_alias_float.
19924 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Include
19925 <libm-alias-float.h>.
19926 (llrintf): Define using libm_alias_float.
19927 * sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: Include
19928 <libm-alias-float.h>.
19929 (llroundf): Define using libm_alias_float.
19930 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Include
19931 <libm-alias-float.h>.
19932 (lrintf): Define using libm_alias_float.
19933 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Include
19934 <libm-alias-float.h>.
19935 (lroundf): Define using libm_alias_float.
19936 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: Include
19937 <libm-alias-float.h>.
19938 (nearbyintf): Define using libm_alias_float.
19939 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Include
19940 <libm-alias-float.h>.
19941 (rintf): Define using libm_alias_float.
19942 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Include
19943 <libm-alias-float.h>.
19944 (roundf): Define using libm_alias_float.
19945 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Include
19946 <libm-alias-float.h>.
19947 (truncf): Define using libm_alias_float.
19948 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c:
19949 Include <libm-alias-float.h>.
19950 (ceilf): Define using libm_alias_float.
19951 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c:
19952 Include <libm-alias-float.h>.
19953 (copysignf): Define using libm_alias_float.
19954 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c:
19955 Include <libm-alias-float.h>.
19956 (floorf): Define using libm_alias_float.
19957 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c:
19958 Include <libm-alias-float.h>.
19959 (llrintf): Define using libm_alias_float.
19960 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c:
19961 Include <libm-alias-float.h>.
19962 (llroundf): Define using libm_alias_float.
19963 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c:
19964 Include <libm-alias-float.h>.
19965 (logbf): Define using libm_alias_float.
19966 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c:
19967 Include <libm-alias-float.h>.
19968 (lrintf): Define using libm_alias_float.
19969 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c:
19970 Include <libm-alias-float.h>.
19971 (lroundf): Define using libm_alias_float.
19972 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c:
19973 Include <libm-alias-float.h>.
19974 (modff): Define using libm_alias_float.
19975 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c:
19976 Include <libm-alias-float.h>.
19977 (roundf): Define using libm_alias_float.
19978 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c:
19979 Include <libm-alias-float.h>.
19980 (truncf): Define using libm_alias_float.
19981 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Include
19982 <libm-alias-float.h>.
19983 (llrintf): Define using libm_alias_float.
19984 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Include
19985 <libm-alias-float.h>.
19986 (llroundf): Define using libm_alias_float.
19987 * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: Include
19988 <libm-alias-float.h>.
19989 (ceilf): Define using libm_alias_float.
19990 * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: Include
19991 <libm-alias-float.h>.
19992 (floorf): Define using libm_alias_float.
19993 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Include
19994 <libm-alias-float.h>.
19995 (llroundf): Define using libm_alias_float.
19996 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Include
19997 <libm-alias-float.h>.
19998 (lroundf): Define using libm_alias_float.
19999 * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: Include
20000 <libm-alias-float.h>.
20001 (roundf): Define using libm_alias_float.
20002 * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: Include
20003 <libm-alias-float.h>.
20004 (truncf): Define using libm_alias_float.
20005 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Include
20006 <libm-alias-float.h>.
20007 (copysignf): Define using libm_alias_float.
20008 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Include
20009 <libm-alias-float.h>.
20010 (llrintf): Define using libm_alias_float.
20011 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Include
20012 <libm-alias-float.h>.
20013 (llroundf): Define using libm_alias_float.
20014 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: Include
20015 <libm-alias-float.h>.
20016 (lrintf): Define using libm_alias_float.
20017 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Include
20018 <libm-alias-float.h>.
20019 (lroundf): Define using libm_alias_float.
20020 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: Include
20021 <libm-alias-float.h>.
20022 (ceilf): Define using libm_alias_float.
20023 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: Include
20024 <libm-alias-float.h>.
20025 (copysignf): Define using libm_alias_float.
20026 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf.c: Include
20027 <libm-alias-float.h>.
20028 (cosf): Define using libm_alias_float.
20029 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: Include
20030 <libm-alias-float.h>.
20031 (floorf): Define using libm_alias_float.
20032 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrintf.c: Include
20033 <libm-alias-float.h>.
20034 (llrintf): Define using libm_alias_float.
20035 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llroundf.c: Include
20036 <libm-alias-float.h>.
20037 (llroundf): Define using libm_alias_float.
20038 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: Include
20039 <libm-alias-float.h>.
20040 (logbf): Define using libm_alias_float.
20041 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c: Include
20042 <libm-alias-float.h>.
20043 (modff): Define using libm_alias_float.
20044 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: Include
20045 <libm-alias-float.h>.
20046 (roundf): Define using libm_alias_float.
20047 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf.c: Include
20048 <libm-alias-float.h>.
20049 (sinf): Define using libm_alias_float.
20050 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: Include
20051 <libm-alias-float.h>.
20052 (truncf): Define using libm_alias_float.
20053 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Include
20054 <libm-alias-float.h>.
20055 (ceilf): Define using libm_alias_float.
20056 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Include
20057 <libm-alias-float.h>.
20058 (copysignf): Define using libm_alias_float.
20059 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Include
20060 <libm-alias-float.h>.
20061 (floorf): Define using libm_alias_float.
20062 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Include
20063 <libm-alias-float.h>.
20064 (llrintf): Define using libm_alias_float.
20065 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Include
20066 <libm-alias-float.h>.
20067 (llroundf): Define using libm_alias_float.
20068 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Include
20069 <libm-alias-float.h>.
20070 (nearbyintf): Define using libm_alias_float.
20071 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Include
20072 <libm-alias-float.h>.
20073 (rintf): Define using libm_alias_float.
20074 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Include
20075 <libm-alias-float.h>.
20076 (roundf): Define using libm_alias_float.
20077 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Include
20078 <libm-alias-float.h>.
20079 (truncf): Define using libm_alias_float.
20080 * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: Include
20081 <libm-alias-float.h>.
20082 (ceilf): Define using libm_alias_float.
20083 * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: Include
20084 <libm-alias-float.h>.
20085 (floorf): Define using libm_alias_float.
20086 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Include
20087 <libm-alias-float.h>.
20088 (llroundf): Define using libm_alias_float.
20089 * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: Include
20090 <libm-alias-float.h>.
20091 (roundf): Define using libm_alias_float.
20092 * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: Include
20093 <libm-alias-float.h>.
20094 (truncf): Define using libm_alias_float.
20095 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Include
20096 <libm-alias-float.h>.
20097 (copysignf): Define using libm_alias_float.
20098 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Include
20099 <libm-alias-float.h>.
20100 (llrintf): Define using libm_alias_float.
20101 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Include
20102 <libm-alias-float.h>.
20103 (llroundf): Define using libm_alias_float.
20104 * sysdeps/powerpc/powerpc64/power8/fpu/s_cosf.S: Include
20105 <libm-alias-float.h>.
20106 (cosf): Define using libm_alias_float.
20107 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: Include
20108 <libm-alias-float.h>.
20109 (llrintf): Define using libm_alias_float.
20110 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: Include
20111 <libm-alias-float.h>.
20112 (llroundf): Define using libm_alias_float.
20113 * sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.S: Include
20114 <libm-alias-float.h>.
20115 (sinf): Define using libm_alias_float.
20116
20117 2017-12-04 Florian Weimer <fweimer@redhat.com>
20118
20119 * support/check.h (TEST_COMPARE): Define.
20120 (support_test_compare_failure): Declare.
20121 * support/Makefile (libsupport-routines): Add
20122 support_test_compare_failure.
20123 (tests): Add tst-test_compare.
20124 * support /support_test_compare_failure.c: New file.
20125 * support/tst-test_compare.c: Likewise.
20126
20127 2017-12-04 Mike FABIAN <mfabian@redhat.com>
20128
20129 [BZ #22527]
20130 * localedata/locales/tr_TR (LC_COLLATE): Base collation rules
20131 on iso14651_t1. A test file localedata/tr_TR.UTF-8.in is already
20132 available, this rewrite of the collation rules does reproduce
20133 the test file in the same order.
20134
20135 2017-12-04 Mike FABIAN <mfabian@redhat.com>
20136
20137 [BZ #10580]
20138 * localedata/locales/hr_HR (LC_TIME): Use two letters for the
20139 digraphs in the month and day names. Using single code points for
20140 digraphs is deprecated. While there are dedicated Unicode
20141 codepoints, for the digraphs, these are included for backwards
20142 compatibility and modern texts use a sequence of Basic Latin
20143 characters. See: https://www.unicode.org/faq/ligature_digraph.html
20144 This makes the month and day names agree exactly with CLDR now,
20145 CLDR does not use the single code points for the digraphs either.
20146
20147 2017-12-04 Chris Metcalf <cmetcalf@mellanox.com>
20148
20149 * sysdeps/tile/libm-test-ulps: Update ca{cos,sin,tan}{,h} ulps.
20150
20151 2017-12-04 Joseph Myers <joseph@codesourcery.com>
20152
20153 * sysdeps/ieee754/flt-32/s_sinf.c (SINF_FUNC): Use __floor instead
20154 of floor.
20155
20156 2017-12-04 Siddhesh Poyarekar <siddhesh@sourceware.org>
20157
20158 * sysdeps/aarch64/multiarch/memcpy_generic.S (__GI_memcpy):
20159 Define only for libc.so.
20160
20161 2017-12-04 Stefan Liebler <stli@linux.vnet.ibm.com>
20162
20163 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
20164 (INTERNAL_VSYSCALL_CALL, CLOBBER_0, CLOBBER_1, CLOBBER_2,
20165 CLOBBER_3, CLOBBER_4, CLOBBER_5, CLOBBER_6,
20166 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Remove.
20167 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
20168
20169 2017-12-04 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
20170
20171 [BZ #5997]
20172 * sysdeps/ieee754/flt-32/s_sinf.c: New implementation.
20173
20174 2017-12-02 John David Anglin <danglin@gcc.gnu.org>
20175
20176 [BZ libc/19170]
20177 * sysdeps/hppa/crti.S: Declare PREINIT_FUNCTION weak_extern when
20178 PREINIT_FUNCTION_WEAK is nonzero.
20179 (gmon_initializer): New function. Put procedure label for it in
20180 .init_array section.
20181 (_init): Don't call PREINIT_FUNCTION.
20182 * sysdeps/hppa/crtn.S (__gmon_start__): Remove.
20183 * sysdeps/hppa/dl-lookupcfg.h (DL_FIXUP_MAKE_VALUE): Create null fixup
20184 value when map argument is null.
20185
20186 * sysdeps/hppa/dl-fptr.c (elf_machine_resolve): Remove unnecessary
20187 depi instruction from PIC pc-relative sequence.
20188 * sysdeps/hppa/dl-fptr.h (ELF_MACHINE_LOAD_ADDRESS): Likewise.
20189 * sysdeps/hppa/dl-machine.h (elf_machine_dynamic): Likewise.
20190 (elf_machine_load_address): Likewise.
20191 (elf_machine_runtime_setup): Likewise.
20192
20193 2017-12-02 Joseph Myers <joseph@codesourcery.com>
20194
20195 * sysdeps/powerpc/power7/fpu/s_logb.c: Include
20196 <libm-alias-double.h>.
20197 (logb): Define using libm_alias_double.
20198 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Include
20199 <libm-alias-double.h>.
20200 (copysign): Define using libm_alias_double.
20201 * sysdeps/powerpc/powerpc32/fpu/s_llrint.c: Include
20202 <libm-alias-double.h>.
20203 (llrint): Define using libm_alias_double.
20204 * sysdeps/powerpc/powerpc32/fpu/s_llround.c: Include
20205 <libm-alias-double.h>.
20206 (llround): Define using libm_alias_double.
20207 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Include
20208 <libm-alias-double.h>.
20209 (lrint): Define using libm_alias_double.
20210 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Include
20211 <libm-alias-double.h>.
20212 (lround): Define using libm_alias_double.
20213 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
20214 Include <libm-alias-double.h>.
20215 (copysign): Define using libm_alias_double.
20216 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c:
20217 Include <libm-alias-double.h>.
20218 (llrint): Define using libm_alias_double.
20219 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c:
20220 Include <libm-alias-double.h>.
20221 (llround): Define using libm_alias_double.
20222 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: Include
20223 <libm-alias-double.h>.
20224 (logb): Define using libm_alias_double.
20225 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c:
20226 Include <libm-alias-double.h>.
20227 (lrint): Define using libm_alias_double.
20228 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c:
20229 Include <libm-alias-double.h>.
20230 (lround): Define using libm_alias_double.
20231 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Include
20232 <libm-alias-double.h>.
20233 (llrint): Define using libm_alias_double.
20234 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Include
20235 <libm-alias-double.h>.
20236 (llround): Define using libm_alias_double.
20237 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Include
20238 <libm-alias-double.h>.
20239 (llround): Define using libm_alias_double.
20240 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Include
20241 <libm-alias-double.h>.
20242 (lround): Define using libm_alias_double.
20243 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Include
20244 <libm-alias-double.h>.
20245 (copysign): Define using libm_alias_double.
20246 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Include
20247 <libm-alias-double.h>.
20248 (llrint): Define using libm_alias_double.
20249 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Include
20250 <libm-alias-double.h>.
20251 (llround): Define using libm_alias_double.
20252 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: Include
20253 <libm-alias-double.h>.
20254 (lrint): Define using libm_alias_double.
20255 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Include
20256 <libm-alias-double.h>.
20257 (lround): Define using libm_alias_double.
20258 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Include
20259 <libm-alias-double.h>.
20260 (copysign): Define using libm_alias_double.
20261 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: Include
20262 <libm-alias-double.h>.
20263 (llrint): Define using libm_alias_double.
20264 (lrint): Likewise.
20265 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: Include
20266 <libm-alias-double.h>.
20267 (llround): Define using libm_alias_double.
20268 (lround): Likewise.
20269 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: Include
20270 <libm-alias-double.h>.
20271 (logb): Define using libm_alias_double.
20272 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Include
20273 <libm-alias-double.h>.
20274 (copysign): Define using libm_alias_double.
20275 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Include
20276 <libm-alias-double.h>.
20277 (llrint): Define using libm_alias_double.
20278 (lrint): Likewise.
20279 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Include
20280 <libm-alias-double.h>.
20281 (llround): Define using libm_alias_double.
20282 (lround): Likewise.
20283 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Include
20284 <libm-alias-double.h>.
20285 (llround): Define using libm_alias_double.
20286 (lround): Likewise.
20287 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Include
20288 <libm-alias-double.h>.
20289 (copysign): Define using libm_alias_double.
20290 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Include
20291 <libm-alias-double.h>.
20292 (llrint): Define using libm_alias_double.
20293 (lrint): Likewise.
20294 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Include
20295 <libm-alias-double.h>.
20296 (llround): Define using libm_alias_double.
20297 (lround): Likewise.
20298 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: Include
20299 <libm-alias-double.h>.
20300 (llrint): Define using libm_alias_double.
20301 (lrint): Likewise.
20302 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: Include
20303 <libm-alias-double.h>.
20304 (llround): Define using libm_alias_double.
20305 (lround): Likewise.
20306
20307 2017-12-01 Joseph Myers <joseph@codesourcery.com>
20308
20309 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
20310 [LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)] (lroundl): Do not define
20311 compat symbol based on llround.
20312
20313 * sysdeps/powerpc/power7/fpu/s_logb.c
20314 [LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (logbl): Define as compat
20315 symbol based on __logb, not on logb.
20316 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c
20317 [LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (logbl): Likewise.
20318 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c
20319 [LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (logbl): Likewise.
20320
20321 * sysdeps/powerpc/fpu/s_rint.c: Include <libm-alias-double.h>.
20322 (rint): Define using libm_alias_double.
20323 * sysdeps/powerpc/power5+/fpu/s_modf.c: Include
20324 <libm-alias-double.h>.
20325 (modf): Define using libm_alias_double.
20326 * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Include
20327 <libm-alias-double.h>.
20328 (ceil): Define using libm_alias_double.
20329 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Include
20330 <libm-alias-double.h>.
20331 (floor): Define using libm_alias_double.
20332 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: Include
20333 <libm-alias-double.h>.
20334 (nearbyint): Define using libm_alias_double.
20335 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Include
20336 <libm-alias-double.h>.
20337 (rint): Define using libm_alias_double.
20338 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Include
20339 <libm-alias-double.h>.
20340 (round): Define using libm_alias_double.
20341 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Include
20342 <libm-alias-double.h>.
20343 (trunc): Define using libm_alias_double.
20344 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: Include
20345 <libm-alias-double.h>.
20346 (ceil): Define using libm_alias_double.
20347 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c:
20348 Include <libm-alias-double.h>.
20349 (floor): Define using libm_alias_double.
20350 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: Include
20351 <libm-alias-double.h>.
20352 (modf): Define using libm_alias_double.
20353 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c:
20354 Include <libm-alias-double.h>.
20355 (round): Define using libm_alias_double.
20356 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c:
20357 Include <libm-alias-double.h>.
20358 (trunc): Define using libm_alias_double.
20359 * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: Include
20360 <libm-alias-double.h>.
20361 (ceil): Define using libm_alias_double.
20362 * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: Include
20363 <libm-alias-double.h>.
20364 (floor): Define using libm_alias_double.
20365 * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: Include
20366 <libm-alias-double.h>.
20367 (round): Define using libm_alias_double.
20368 * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: Include
20369 <libm-alias-double.h>.
20370 (trunc): Define using libm_alias_double.
20371 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: Include
20372 <libm-alias-double.h>.
20373 (ceil): Define using libm_alias_double.
20374 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: Include
20375 <libm-alias-double.h>.
20376 (floor): Define using libm_alias_double.
20377 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Include
20378 <libm-alias-double.h>.
20379 (modf): Define using libm_alias_double.
20380 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: Include
20381 <libm-alias-double.h>.
20382 (round): Define using libm_alias_double.
20383 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: Include
20384 <libm-alias-double.h>.
20385 (trunc): Define using libm_alias_double.
20386 * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Include
20387 <libm-alias-double.h>.
20388 (ceil): Define using libm_alias_double.
20389 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Include
20390 <libm-alias-double.h>.
20391 (floor): Define using libm_alias_double.
20392 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: Include
20393 <libm-alias-double.h>.
20394 (nearbyint): Define using libm_alias_double.
20395 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Include
20396 <libm-alias-double.h>.
20397 (rint): Define using libm_alias_double.
20398 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Include
20399 <libm-alias-double.h>.
20400 (round): Define using libm_alias_double.
20401 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Include
20402 <libm-alias-double.h>.
20403 (trunc): Define using libm_alias_double.
20404 * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: Include
20405 <libm-alias-double.h>.
20406 (ceil): Define using libm_alias_double.
20407 * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: Include
20408 <libm-alias-double.h>.
20409 (floor): Define using libm_alias_double.
20410 * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: Include
20411 <libm-alias-double.h>.
20412 (round): Define using libm_alias_double.
20413 * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: Include
20414 <libm-alias-double.h>.
20415 (trunc): Define using libm_alias_double.
20416
20417 * sysdeps/powerpc/fpu/s_fabs.S: Include <libm-alias-double.h>.
20418 (fabs): Define using libm_alias_double.
20419 * sysdeps/powerpc/fpu/s_fma.S: Include <libm-alias-double.h>.
20420 (fma): Define using libm_alias_double.
20421 * sysdeps/powerpc/powerpc32/fpu/s_fabs.S: Remove file.
20422 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: Likewise.
20423 * sysdeps/powerpc/powerpc64/fpu/s_fabs.S: Likewise.
20424 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: Likewise.
20425
20426 2017-12-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
20427
20428 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Remove file.
20429
20430 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC_DFLT,
20431 SPARC_ASM_IFUNC1, SPARC_ASM_IFUNC2, SET, SPARC_ASM_VIS2_IFUNC,
20432 SPARC_ASM_VIS3_IFUNC, SPARC_ASM_VIS3_VIS2_IFUNC): Remove macros.
20433
20434 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c: Fix build
20435 due redirect macro.
20436
20437 2017-12-01 Andreas Schwab <schwab@linux-m68k.org>
20438
20439 * intl/Makefile ($(objpfx)plural.c): Add $(make-target-directory).
20440
20441 2017-12-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
20442
20443 * sysdeps/sparc/sparc64/cpu_relax.c: New file.
20444 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.c: Likewise.
20445 * sysdeps/sparc/sparc64/cpu_relax.S: Remove file.
20446 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Likewise.
20447
20448 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
20449 (libm-sysdep_routines): Add s_nearbyintf-generic and
20450 s_nearbyint-generic.
20451 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-generic.S:
20452 New file.
20453 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.c: Likewise.
20454 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-generic.S:
20455 Likewise.
20456 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.c:
20457 Likewise.
20458 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: Remove
20459 file.
20460 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S:
20461 Likewise.
20462
20463 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
20464 (libm-sysdep_routines): Add s_rintf-generic and s_rint-generic.
20465 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-generic.S: New
20466 file.
20467 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.c: Likewise.
20468 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-generic.S:
20469 Likewise.
20470 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.c: Likewise.
20471 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Remove file.
20472 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
20473
20474 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
20475 (libm-sysdep_routines): Add s_llrintf-generic and s_llrint-generic.
20476 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-generic.S: New
20477 file.
20478 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.c: Likewise.
20479 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-generic.S:
20480 Likewise.
20481 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.c: Likewise.
20482 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Remove file.
20483 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: Likewise.
20484
20485 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
20486 (libm-sysdep_routines): Add s_fabsf-generic and s_fabs-generic.
20487 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-generic.S: New
20488 file.
20489 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.c: Likewise.
20490 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-generic.S:
20491 Likewise.
20492 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.c: Likewise.
20493 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Remove file.
20494 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
20495
20496 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
20497 (sysdep_calls): New rule.
20498 (sysdep_routines): Use sysdep_calls as base.
20499 (libm-sysdep_routines): Add generic rule for symbols shared with
20500 libc. Add s_copysign-generic and s_copysign-generic objects.
20501 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-generic.S:
20502 New file.
20503 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c: Likewise.
20504 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-generic.S:
20505 Likewise.
20506 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.c: Likewise.
20507 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: Remove file.
20508 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: Likewise.
20509
20510 2017-12-01 Mike FABIAN <mfabian@redhat.com>
20511
20512 [BZ #22519]
20513 * localedata/Makefile: Add is_IS.UTF-8 to test-input and to
20514 the list of locales to be built for testing.
20515 * localedata/is_IS.UTF-8.in: New file.
20516 * localedata/locales/is_IS (LC_COLLATE): Base collation rules
20517 on iso14651_t1.
20518
20519 2017-12-01 Joseph Myers <joseph@codesourcery.com>
20520
20521 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Include
20522 <libm-alias-float.h>.
20523 (fabsf): Define using libm_alias_float.
20524
20525 2017-11-30 H.J. Lu <hongjiu.lu@intel.com>
20526
20527 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Expand MIN.
20528
20529 2017-11-30 Joseph Myers <joseph@codesourcery.com>
20530
20531 * sysdeps/m68k/coldfire/fpu/s_fabsf.c: Include
20532 <libm-alias-float.h>.
20533 (fabsf): Define using libm_alias_float.
20534 * sysdeps/m68k/coldfire/fpu/s_lrintf.c: Include
20535 <libm-alias-float.h>.
20536 (lrintf): Define using libm_alias_float.
20537 * sysdeps/m68k/coldfire/fpu/s_rintf.c: Include
20538 <libm-alias-float.h>.
20539 (rintf): Define using libm_alias_float.
20540
20541 * sysdeps/m68k/coldfire/fpu/s_fabs.c: Include
20542 <libm-alias-double.h>.
20543 (fabs): Define using libm_alias_double.
20544 * sysdeps/m68k/coldfire/fpu/s_lrint.c: Include
20545 <libm-alias-double.h>.
20546 (lrint): Define using libm_alias_double.
20547 * sysdeps/m68k/coldfire/fpu/s_rint.c: Include
20548 <libm-alias-double.h>.
20549 (rint): Define using libm_alias_double.
20550
20551 * sysdeps/m68k/m680x0/fpu/s_atan_template.c: New file.
20552 * sysdeps/m68k/m680x0/fpu/s_ceil_template.c: Likewise.
20553 * sysdeps/m68k/m680x0/fpu/s_cos_template.c: Likewise.
20554 * sysdeps/m68k/m680x0/fpu/s_expm1_template.c: Likewise.
20555 * sysdeps/m68k/m680x0/fpu/s_fabs_template.c: Likewise.
20556 * sysdeps/m68k/m680x0/fpu/s_floor_template.c: Likewise.
20557 * sysdeps/m68k/m680x0/fpu/s_frexp_template.c: Likewise.
20558 * sysdeps/m68k/m680x0/fpu/s_lrint_template.c: Likewise.
20559 * sysdeps/m68k/m680x0/fpu/s_modf_template.c: Likewise.
20560 * sysdeps/m68k/m680x0/fpu/s_nearbyint_template.c: Likewise.
20561 * sysdeps/m68k/m680x0/fpu/s_remquo_template.c: Likewise.
20562 * sysdeps/m68k/m680x0/fpu/s_rint_template.c: Likewise.
20563 * sysdeps/m68k/m680x0/fpu/s_sin_template.c: Likewise.
20564 * sysdeps/m68k/m680x0/fpu/s_sincos_template.c: Likewise.
20565 * sysdeps/m68k/m680x0/fpu/s_tan_template.c: Likewise.
20566 * sysdeps/m68k/m680x0/fpu/s_tanh_template.c: Likewise.
20567 * sysdeps/m68k/m680x0/fpu/s_trunc_template.c: Likewise.
20568 * sysdeps/m68k/m680x0/fpu/s_atan.c: Reimplement to use
20569 s_atan_template.c.
20570 * sysdeps/m68k/m680x0/fpu/s_atanf.c: Likewise.
20571 * sysdeps/m68k/m680x0/fpu/s_atanl.c: Likewise.
20572 * sysdeps/m68k/m680x0/fpu/s_ceil.c: Reimplement to use
20573 s_ceil_template.c.
20574 * sysdeps/m68k/m680x0/fpu/s_ceilf.c: Likewise.
20575 * sysdeps/m68k/m680x0/fpu/s_ceill.c: Likewise.
20576 * sysdeps/m68k/m680x0/fpu/s_cos.c: Reimplement to use
20577 s_cos_template.c.
20578 * sysdeps/m68k/m680x0/fpu/s_cosf.c: Likewise.
20579 * sysdeps/m68k/m680x0/fpu/s_cosl.c: Likewise.
20580 * sysdeps/m68k/m680x0/fpu/s_expm1.c: Reimplement to use
20581 s_expm1_template.c.
20582 * sysdeps/m68k/m680x0/fpu/s_expm1f.c: Likewise.
20583 * sysdeps/m68k/m680x0/fpu/s_expm1l.c: Likewise.
20584 * sysdeps/m68k/m680x0/fpu/s_fabs.c: Reimplement to use
20585 s_fabs_template.c.
20586 * sysdeps/m68k/m680x0/fpu/s_fabsf.c: Likewise.
20587 * sysdeps/m68k/m680x0/fpu/s_fabsl.c: Likewise.
20588 * sysdeps/m68k/m680x0/fpu/s_floor.c: Reimplement to use
20589 s_floor_template.c.
20590 * sysdeps/m68k/m680x0/fpu/s_floorf.c: Likewise.
20591 * sysdeps/m68k/m680x0/fpu/s_floorl.c: Likewise.
20592 * sysdeps/m68k/m680x0/fpu/s_frexp.c: Reimplement to use
20593 s_frexp_template.c.
20594 * sysdeps/m68k/m680x0/fpu/s_frexpf.c: Likewise.
20595 * sysdeps/m68k/m680x0/fpu/s_lrint.c: Reimplement to use
20596 s_lrint_template.c.
20597 * sysdeps/m68k/m680x0/fpu/s_lrintf.c: Likewise.
20598 * sysdeps/m68k/m680x0/fpu/s_lrintl.c: Likewise.
20599 * sysdeps/m68k/m680x0/fpu/s_modf.c: Reimplement to use
20600 s_modf_template.c.
20601 * sysdeps/m68k/m680x0/fpu/s_modff.c: Likewise.
20602 * sysdeps/m68k/m680x0/fpu/s_modfl.c: Likewise.
20603 * sysdeps/m68k/m680x0/fpu/s_nearbyint.c: Reimplement to use
20604 s_nearbyint_template.c.
20605 * sysdeps/m68k/m680x0/fpu/s_nearbyintf.c: Likewise.
20606 * sysdeps/m68k/m680x0/fpu/s_nearbyintl.c: Likewise.
20607 * sysdeps/m68k/m680x0/fpu/s_remquo.c: Reimplement to use
20608 s_remquo_template.c.
20609 * sysdeps/m68k/m680x0/fpu/s_remquof.c: Likewise.
20610 * sysdeps/m68k/m680x0/fpu/s_remquol.c: Likewise.
20611 * sysdeps/m68k/m680x0/fpu/s_rint.c: Reimplement to use
20612 s_rint_template.c.
20613 * sysdeps/m68k/m680x0/fpu/s_rintf.c: Likewise.
20614 * sysdeps/m68k/m680x0/fpu/s_rintl.c: Likewise.
20615 * sysdeps/m68k/m680x0/fpu/s_sin.c: Reimplement to use
20616 s_sin_template.c.
20617 * sysdeps/m68k/m680x0/fpu/s_sinf.c: Likewise.
20618 * sysdeps/m68k/m680x0/fpu/s_sinl.c: Likewise.
20619 * sysdeps/m68k/m680x0/fpu/s_sincos.c: Reimplement to use
20620 s_sincos_template.c.
20621 * sysdeps/m68k/m680x0/fpu/s_sincosf.c: Likewise.
20622 * sysdeps/m68k/m680x0/fpu/s_sincosl.c: Likewise.
20623 * sysdeps/m68k/m680x0/fpu/s_tan.c: Reimplement to use
20624 s_tan_template.c.
20625 * sysdeps/m68k/m680x0/fpu/s_tanf.c: Likewise.
20626 * sysdeps/m68k/m680x0/fpu/s_tanl.c: Likewise.
20627 * sysdeps/m68k/m680x0/fpu/s_tanh.c: Reimplement to use
20628 s_tanh_template.c.
20629 * sysdeps/m68k/m680x0/fpu/s_tanhf.c: Likewise.
20630 * sysdeps/m68k/m680x0/fpu/s_tanhl.c: Likewise.
20631 * sysdeps/m68k/m680x0/fpu/s_trunc.c: Reimplement to use
20632 s_trunc_template.c.
20633 * sysdeps/m68k/m680x0/fpu/s_truncf.c: Likewise.
20634 * sysdeps/m68k/m680x0/fpu/s_truncl.c: Likewise.
20635 * sysdeps/m68k/m680x0/fpu/s_significand.c: Reimplement based on
20636 s_atan.c instead of including s_atan.c.
20637 * sysdeps/m68k/m680x0/fpu/s_significandf.c: Reimplement based on
20638 s_atanf.c instead of including s_atanf.c.
20639 * sysdeps/m68k/m680x0/fpu/s_significandl.c: Reimplement based on
20640 s_atanl.c instead of including s_atanl.c.
20641 * sysdeps/m68k/m680x0/fpu/s_log1p.c: Include s_significand.c
20642 instead of s_atan.c.
20643 * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Include s_significandf.c
20644 instead of s_atanf.c.
20645 * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Include s_significandl.c
20646 instead of s_atanl.c.
20647
20648 * scripts/update-copyrights: Do not handle intl/plural.c
20649 specially.
20650
20651 2017-11-30 Juro Bystricky <juro.bystricky@linux.intel.com>
20652
20653 [BZ #22432]
20654 * configure.ac (BISON): Require to be present.
20655 * configure: Regenerated.
20656 * intl/Makefile (generated): Add plural.c.
20657 [$(BISON) != no]: Make code unconditional.
20658 (plural.c): Change rule to $(objpfx)plural.c.
20659 ($(objpfx)plural.o): Depend on $(objpfx)plural.c.
20660 * intl/plural.c: Remove.
20661 * manual/install.texi (Tools for Compilation): Document bison as
20662 required.
20663 * INSTALL: Regenerated.
20664
20665 2017-11-30 Joseph Myers <joseph@codesourcery.com>
20666
20667 * sysdeps/m68k/m680x0/fpu/s_llrint.c: Include
20668 <libm-alias-double.h>.
20669 (llrint): Define using libm_alias_double.
20670 * sysdeps/m68k/m680x0/fpu/s_llrintf.c: Include
20671 <libm-alias-float.h>.
20672 (llrintf): Define using libm_alias_float.
20673 * sysdeps/m68k/m680x0/fpu/s_llrintl.c: Include
20674 <libm-alias-ldouble.h>.
20675 (llrintl): Define using libm_alias_ldouble.
20676
20677 * sysdeps/m68k/m680x0/fpu/s_ccosh_template.c (ccosh): Use
20678 declare_mgen_alias instead of weak_alias.
20679 * sysdeps/m68k/m680x0/fpu/s_cexp_template.c (cexp): Likewise.
20680 * sysdeps/m68k/m680x0/fpu/s_csin_template.c (csin): Likewise.
20681 * sysdeps/m68k/m680x0/fpu/s_csinh_template.c (csinh): Likewise.
20682
20683 2017-11-30 Adhemerval Zanella <adhemerval.zanella@linaro.org>
20684
20685 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
20686 Add add_n-generic.
20687 * sysdeps/sparc/sparc64/multiarch/add_n-generic.S: New file.
20688 * sysdeps/sparc/sparc64/multiarch/add_n.c: Likewise.
20689 * sysdeps/sparc/sparc64/multiarch/add_n.S: Remove file.
20690
20691 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
20692 Add submul_1-generic.
20693 * sysdeps/sparc/sparc64/multiarch/submul_1-generic.S: New file.
20694 * sysdeps/sparc/sparc64/multiarch/submul_1.c: Likewise.
20695 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Remove file.
20696
20697 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
20698 Add addmul_1-generic.
20699 * sysdeps/sparc/sparc64/multiarch/addmul_1-generic.S: New file.
20700 * sysdeps/sparc/sparc64/multiarch/addmul_1.c: Likewise.
20701 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Remove file.
20702
20703 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
20704 Add sub_n-generic.
20705 * sysdeps/sparc/sparc64/multiarch/sub_n-generic.S: New file.
20706 * sysdeps/sparc/sparc64/multiarch/sub_n.c: Likewise.
20707 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Remove file.
20708
20709 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
20710 Add mul_1-generic.
20711 * sysdeps/sparc/sparc64/multiarch/mul_1-generic.S: New file.
20712 * sysdeps/sparc/sparc64/multiarch/mul_1.c: Likewise.
20713 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Remove file.
20714
20715 2017-11-30 Mike FABIAN <mfabian@redhat.com>
20716
20717 According to CLDR, collation rules for Serbian and Bosnian
20718 should be the same as for Croatian.
20719
20720 [BZ #22534]
20721 * localedata/Makefile: Add sr_RS.UTF-8 and bs_BA.UTF-8 to test-input
20722 and to the list of locales to be built for testing.
20723 * localedata/bs_BA.UTF-8.in: New file (same as hr_HR.UTF-8.in).
20724 * localedata/sr_RS.UTF-8.in: New file (same as hr_HR.UTF-8.in).
20725 * localedata/locales/bs_BA (LC_COLLATE): Use “copy "hr_HR"”.
20726 * localedata/locales/sr_RS (LC_COLLATE): Use “copy "hr_HR"”.
20727
20728 2017-11-30 Mike FABIAN <mfabian@redhat.com>
20729
20730 * localedata/locales/hr_HR (LC_COLLATE): Fix collation
20731 to make test case pass.
20732 * localedata/hr_HR.UTF-8.in: Add more test strings.
20733
20734 2017-11-30 Mike FABIAN <mfabian@redhat.com>
20735
20736 * stdlib/tst-strfmon_l.c: Fix testcase. Needed because of [BZ #10580]
20737
20738 2017-11-30 Dragan Stanojević - Nevidljivi <invisible@hidden-city.net>
20739
20740 * localedata/Makefile: Add hr_HR.UTF-8 to test-input and to
20741 the list of locales to built for testing.
20742 * localedata/hr_HR.UTF-8.in: New file.
20743
20744 2017-11-30 Dragan Stanojević - Nevidljivi <invisible@hidden-city.net>
20745
20746 [BZ #10580]
20747 * localedata/locales/hr_HR (LC_COLLATE): Base collation rules on
20748 iso14651_t1.
20749 * localedata/locales/hr_HR (LC_TIME): Sync month and day names with
20750 CLDR (except use ligatures for the digraphs, CLDR does not use
20751 the ligatures), add first_workday, some fixes in the date and time
20752 formats.
20753 * localedata/locales/hr_HR (LC_CTYPE): Add transliteration rules
20754 for Đ and đ.
20755 * localedata/locales/hr_HR (LC_MONETARY): Change currency_symbol to
20756 lower case. p_cs_precedes and n_cs_precedes should be 0 instead of 1.
20757 Add int_p_cs_precedes and int_n_cs_precedes.
20758 * localedata/locales/hr_HR (LC_NUMERIC): Change thousands_sep to
20759 "<U202F>" (NARROW NO-BREAK SPACE) and grouping to 3;3 (Agrees with
20760 LC_MONETARY now).
20761 * localedata/locales/hr_HR (LC_TELEPHONE): Add tel_dom_fmt.
20762 * localedata/locales/hr_HR (LC_NAME): Add name_mr, name_mrs, and
20763 name_miss.
20764 * localedata/locales/hr_HR (LC_ADDRESS): Add country_post, country_isbn,
20765 and lang_lib. Change postal_fmt.
20766
20767 2017-11-30 H.J. Lu <hongjiu.lu@intel.com>
20768
20769 * debug/longjmp_chk.c: Include <setjmpP.h> instead of
20770 <setjmp.h>.
20771 * setjmp/longjmp.c: Include <setjmpP.h> instead of <setjmp.h>.
20772 (__libc_siglongjmp): Cast &env[0].__saved_mask to "sigset_t *".
20773 * setjmp/sigjmp.c: Include <setjmpP.h> instead of <setjmp.h>.
20774 (__sigjmp_save): Cast &env[0].__saved_mask to "sigset_t *".
20775 * sysdeps/generic/setjmpP.h: New file.
20776 * sysdeps/unix/sysv/linux/x86/jmp_buf-ssp.sym: Likewise.
20777 * sysdeps/unix/sysv/linux/x86/setjmpP.h: Likewise.
20778 * sysdeps/unix/sysv/linux/x86/tst-saved_mask-1.c: Likewise.
20779 * sysdeps/unix/sysv/linux/x86/Makefile (gen-as-const-headers):
20780 Add jmp_buf-ssp.sym.
20781 (tests): Add tst-saved_mask-1.
20782
20783 2017-11-30 Arjun Shankar <arjun@redhat.com>
20784
20785 [BZ #22375]
20786 CVE-2017-17426
20787 * malloc/malloc.c (__libc_malloc): Use checked_request2size
20788 instead of request2size.
20789
20790 2017-11-30 Joseph Myers <joseph@codesourcery.com>
20791
20792 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S
20793 (__lllrint): Remove alias.
20794 (lllrint): Likewise.
20795 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S
20796 (__lllrintf): Likewise.
20797 (lllrintf): Likewise.
20798
20799 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: Include
20800 <libm-alias-float.h>.
20801 (copysignf): Define using libm_alias_float.
20802 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Include
20803 <libm-alias-float.h>.
20804 (fabsf): Define using libm_alias_float.
20805 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
20806 Include <libm-alias-float.h>.
20807 (copysignf): Define using libm_alias_float.
20808 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Include
20809 <libm-alias-float.h>.
20810 (fabsf): Define using libm_alias_float.
20811 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.c: Include
20812 <libm-alias-float.h>.
20813 (fdimf): Define using libm_alias_float.
20814 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: Include
20815 <libm-alias-float.h>.
20816 (fmaf): Define using libm_alias_float.
20817 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: Include
20818 <libm-alias-float.h>.
20819 (llrintf): Define using libm_alias_float.
20820 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S:
20821 Include <libm-alias-float.h>.
20822 (nearbyintf): Define using libm_alias_float.
20823 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Include
20824 <libm-alias-float.h>.
20825 (rintf): Define using libm_alias_float.
20826 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: Include
20827 <libm-alias-float.h>.
20828 (llrintf): Define using libm_alias_float.
20829 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: Include
20830 <libm-alias-float.h>.
20831 (lrintf): Define using libm_alias_float.
20832 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: Include
20833 <libm-alias-float.h>.
20834 (nearbyintf): Define using libm_alias_float.
20835 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Include
20836 <libm-alias-float.h>.
20837 (rintf): Define using libm_alias_float.
20838 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.c: Include
20839 <libm-alias-float.h>.
20840 (ceilf): Define using libm_alias_float.
20841 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.c: Include
20842 <libm-alias-float.h>.
20843 (floorf): Define using libm_alias_float.
20844 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: Include
20845 <libm-alias-float.h>.
20846 (fmaf): Define using libm_alias_float.
20847 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.c: Include
20848 <libm-alias-float.h>.
20849 (lrintf): Define using libm_alias_float.
20850 (llrintf): Likewise.
20851 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.c: Include
20852 <libm-alias-float.h>.
20853 (nearbyintf): Define using libm_alias_float.
20854 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.c: Include
20855 <libm-alias-float.h>.
20856 (rintf): Define using libm_alias_float.
20857 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.c: Include
20858 <libm-alias-float.h>.
20859 (truncf): Define using libm_alias_float.
20860 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: Include
20861 <libm-alias-float.h>.
20862 (copysignf): Define using libm_alias_float.
20863 * sysdeps/sparc/sparc64/fpu/s_fabsf.c: Include
20864 <libm-alias-float.h>.
20865 (fabsf): Define using libm_alias_float.
20866 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: Include
20867 <libm-alias-float.h>.
20868 (lrintf): Define using libm_alias_float.
20869 (llrintf): Likewise.
20870 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: Include
20871 <libm-alias-float.h>.
20872 (nearbyintf): Define using libm_alias_float.
20873 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Include
20874 <libm-alias-float.h>.
20875 (rintf): Define using libm_alias_float.
20876
20877 2017-11-29 Joseph Myers <joseph@codesourcery.com>
20878
20879 * sysdeps/sparc/sparc32/fpu/s_copysign.S: Include
20880 <libm-alias-double.h>.
20881 (copysign): Define using libm_alias_double.
20882 * sysdeps/sparc/sparc32/fpu/s_fabs.S: Include
20883 <libm-alias-double.h>.
20884 (fabs): Define using libm_alias_double.
20885 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
20886 Include <libm-alias-double.h>.
20887 (copysign): Define using libm_alias_double.
20888 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Include
20889 <libm-alias-double.h>.
20890 (fabs): Define using libm_alias_double.
20891 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c: Include
20892 <libm-alias-double.h>.
20893 (fdim): Define using libm_alias_double.
20894 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: Include
20895 <libm-alias-double.h>.
20896 (fma): Define using libm_alias_double.
20897 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Include
20898 <libm-alias-double.h>.
20899 (llrint): Define using libm_alias_double.
20900 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S:
20901 Include <libm-alias-double.h>.
20902 (nearbyint): Define using libm_alias_double.
20903 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Include
20904 <libm-alias-double.h>.
20905 (rint): Define using libm_alias_double.
20906 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Include
20907 <libm-alias-double.h>.
20908 (fabs): Define using libm_alias_double.
20909 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Include
20910 <libm-alias-double.h>.
20911 (llrint): Define using libm_alias_double.
20912 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: Include
20913 <libm-alias-double.h>.
20914 (nearbyint): Define using libm_alias_double.
20915 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Include
20916 <libm-alias-double.h>.
20917 (rint): Define using libm_alias_double.
20918 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.c: Include
20919 <libm-alias-double.h>.
20920 (ceil): Define using libm_alias_double.
20921 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.c: Include
20922 <libm-alias-double.h>.
20923 (floor): Define using libm_alias_double.
20924 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: Include
20925 <libm-alias-double.h>.
20926 (fma): Define using libm_alias_double.
20927 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.c: Include
20928 <libm-alias-double.h>.
20929 (lrint): Define using libm_alias_double.
20930 (llrint): Likewise.
20931 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.c: Include
20932 <libm-alias-double.h>.
20933 (nearbyint): Define using libm_alias_double.
20934 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.c: Include
20935 <libm-alias-double.h>.
20936 (rint): Define using libm_alias_double.
20937 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.c: Include
20938 <libm-alias-double.h>.
20939 (trunc): Define using libm_alias_double.
20940 * sysdeps/sparc/sparc64/fpu/s_copysign.S: Include
20941 <libm-alias-double.h>.
20942 (copysign): Define using libm_alias_double.
20943 * sysdeps/sparc/sparc64/fpu/s_fabs.c: Include
20944 <libm-alias-double.h>.
20945 (fabs): Define using libm_alias_double.
20946 * sysdeps/sparc/sparc64/fpu/s_lrint.S: Include
20947 <libm-alias-double.h>.
20948 (lrint): Define using libm_alias_double.
20949 (llrint): Likewise.
20950 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: Include
20951 <libm-alias-double.h>.
20952 (nearbyint): Define using libm_alias_double.
20953 * sysdeps/sparc/sparc64/fpu/s_rint.S: Include
20954 <libm-alias-double.h>.
20955 (rint): Define using libm_alias_double.
20956
20957 [BZ #22229]
20958 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Include
20959 <math_ldbl_opt.h>.
20960 (fabsl): Define as compat symbol at version GLIBC_2_0 for libm.
20961
20962 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
20963 SPARC --disable-multi-arch glibc variants.
20964
20965 * sysdeps/x86_64/fpu/multiarch/e_exp2f.c: Include
20966 <libm-alias-float.h>.
20967 (exp2f): Define using libm_alias_float, or libm_alias_float_other
20968 if [SHARED].
20969 * sysdeps/x86_64/fpu/multiarch/e_expf.c: Include
20970 <libm-alias-float.h>.
20971 (exp2f): Define using libm_alias_float, or libm_alias_float_other
20972 if [SHARED].
20973 * sysdeps/x86_64/fpu/multiarch/e_log2f.c: Include
20974 <libm-alias-float.h>.
20975 (exp2f): Define using libm_alias_float, or libm_alias_float_other
20976 if [SHARED].
20977 * sysdeps/x86_64/fpu/multiarch/e_logf.c: Include
20978 <libm-alias-float.h>.
20979 (exp2f): Define using libm_alias_float, or libm_alias_float_other
20980 if [SHARED].
20981 * sysdeps/x86_64/fpu/multiarch/e_powf.c: Include
20982 <libm-alias-float.h>.
20983 (exp2f): Define using libm_alias_float, or libm_alias_float_other
20984 if [SHARED].
20985 * sysdeps/x86_64/fpu/multiarch/s_ceilf.c: Include
20986 <libm-alias-float.h>.
20987 (ceilf): Define using libm_alias_float.
20988 * sysdeps/x86_64/fpu/multiarch/s_floorf.c: Include
20989 <libm-alias-float.h>.
20990 (floorf): Define using libm_alias_float.
20991 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Include
20992 <libm-alias-float.h>.
20993 (fmaf): Define using libm_alias_float.
20994 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.c: Include
20995 <libm-alias-float.h>.
20996 (nearbyintf): Define using libm_alias_float.
20997 * sysdeps/x86_64/fpu/multiarch/s_rintf.c: Include
20998 <libm-alias-float.h>.
20999 (rintf): Define using libm_alias_float.
21000 * sysdeps/x86_64/fpu/multiarch/s_truncf.c: Include
21001 <libm-alias-float.h>.
21002 (truncf): Define using libm_alias_float.
21003 * sysdeps/x86_64/fpu/s_copysignf.S: Include <libm-alias-float.h>.
21004 (copysignf): Define using libm_alias_float.
21005 * sysdeps/x86_64/fpu/s_cosf.S: Include <libm-alias-float.h>.
21006 (cosf): Define using libm_alias_float.
21007 * sysdeps/x86_64/fpu/s_fabsf.c: Include <libm-alias-float.h>.
21008 (fabsf): Define using libm_alias_float.
21009 * sysdeps/x86_64/fpu/s_fmaxf.S: Include <libm-alias-float.h>.
21010 (fmaxf): Define using libm_alias_float.
21011 * sysdeps/x86_64/fpu/s_fminf.S: Include <libm-alias-float.h>.
21012 (fminf): Define using libm_alias_float.
21013 * sysdeps/x86_64/fpu/s_llrintf.S: Include <libm-alias-float.h>.
21014 (llrintf): Define using libm_alias_float.
21015 [!__ILP32__] (lrintf): Likewise.
21016 * sysdeps/x86_64/fpu/s_sincosf.S: Include <libm-alias-float.h>.
21017 (sincosf): Define using libm_alias_float.
21018 * sysdeps/x86_64/fpu/s_sinf.S: Include <libm-alias-float.h>.
21019 (sinf): Define using libm_alias_float.
21020 * sysdeps/x86_64/x32/fpu/s_lrintf.S: Include <libm-alias-float.h>.
21021 (lrintf): Define using libm_alias_float.
21022
21023 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Include
21024 <libm-alias-double.h>.
21025 (atan): Define using libm_alias_double.
21026 * sysdeps/x86_64/fpu/multiarch/s_ceil.c: Include
21027 <libm-alias-double.h>.
21028 (ceil): Define using libm_alias_double.
21029 * sysdeps/x86_64/fpu/multiarch/s_floor.c: Include
21030 <libm-alias-double.h>.
21031 (floor): Define using libm_alias_double.
21032 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Include
21033 <libm-alias-double.h>.
21034 (fma): Define using libm_alias_double.
21035 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.c: Include
21036 <libm-alias-double.h>.
21037 (nearbyint): Define using libm_alias_double.
21038 * sysdeps/x86_64/fpu/multiarch/s_rint.c: Include
21039 <libm-alias-double.h>.
21040 (rint): Define using libm_alias_double.
21041 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Include
21042 <libm-alias-double.h>.
21043 (sin): Define using libm_alias_double.
21044 (cos): Likewise.
21045 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Include
21046 <libm-alias-double.h>.
21047 (tan): Define using libm_alias_double.
21048 * sysdeps/x86_64/fpu/multiarch/s_trunc.c: Include
21049 <libm-alias-double.h>.
21050 (trunc): Define using libm_alias_double.
21051 * sysdeps/x86_64/fpu/s_copysign.S: Include <libm-alias-double.h>.
21052 (copysign): Define using libm_alias_double.
21053 * sysdeps/x86_64/fpu/s_fabs.c: Include <libm-alias-double.h>.
21054 (fabs): Define using libm_alias_double.
21055 * sysdeps/x86_64/fpu/s_fmax.S: Include <libm-alias-double.h>.
21056 (fmax): Define using libm_alias_double.
21057 * sysdeps/x86_64/fpu/s_fmin.S: Include <libm-alias-double.h>.
21058 (fmin): Define using libm_alias_double.
21059 * sysdeps/x86_64/fpu/s_llrint.S: Include <libm-alias-double.h>.
21060 (llrint): Define using libm_alias_double.
21061 [!__ILP32__] (lrint): Likewise.
21062 * sysdeps/x86_64/x32/fpu/s_lrint.S: Include <libm-alias-double.h>.
21063 (lrint): Define using libm_alias_double.
21064
21065 2017-11-29 Adhemerval Zanella <adhemerval.zanella@linaro.org>
21066
21067 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
21068 (libm-sysdep_routines): Add s_rintf-generic and s_rint-generic
21069 objects.
21070 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-generic.S: New file.
21071 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.c: Likewise.
21072 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-generic.S: Likewise.
21073 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.c: Likewise.
21074 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Remove file.
21075 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
21076
21077 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
21078 (libm-sysdep_routines): Add s_lrint-generic and s_lrintf-generic
21079 objects.
21080 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-generic.S: New file.
21081 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.c: Likewise.
21082 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-generic.S: Likewise.
21083 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.c: Likewise.
21084 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Remove file.
21085 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
21086
21087 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
21088 (libm-sysdep_routines): Add s_nearbyint-generic and
21089 s_nearbyintf-generic objects.
21090 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-generic.S: New file.
21091 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.c: Likewise.
21092 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-generic.S: Likewise.
21093 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.c: Likewise.
21094 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: Remove file.
21095 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: Likewise.
21096
21097 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile (sysdeps_calls):
21098 Add s_finitef-generic and s_finite-generic objects.
21099 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-generic.S: New file.
21100 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.c: Likewise.
21101 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-generic.S: Likewise.
21102 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.c: Likewise.
21103 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Remove file.
21104 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Remove file.
21105
21106 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile (sysdeps_calls):
21107 Add s_isinff-generic and s_isinf-generic objects.
21108 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-generic.S: New file.
21109 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.c: Likewise.
21110 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-generic.S: Likewise.
21111 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.c: Likewise.
21112 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Remove file.
21113 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
21114
21115 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile (sysdeps_calls):
21116 Add s_isnanf-generic and s_isnan-generic objects.
21117 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-generic.S: New file.
21118 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-generic.S: Likewise.
21119 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.c: Likewise.
21120 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.c: Likewise.
21121 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Remove file.
21122 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
21123
21124 * sysdeps/sparc/sparc-ifunc.h (sparc_libm_ifunc_redirected): New
21125 macro.
21126 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile (sysdep_calls): New
21127 rule.
21128 (sysdep_routines): Use sysdep_calls as base.
21129 (libm-sysdep_routines): Add generic rule for symbols shared with
21130 libc. Add s_signbit-generic and s_signbitf-generic objects.
21131 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.c: New file.
21132 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.c: Likewise.
21133 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-generic.S: Likewise.
21134 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-generic.S: Likewise.
21135 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Remove file.
21136 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
21137
21138 2017-11-29 Joseph Myers <joseph@codesourcery.com>
21139
21140 * sysdeps/ia64/fpu/libm-symbols.h: Include <libm-alias-float.h>.
21141 * sysdeps/ia64/fpu/e_acosf.S (acosf): Use libm_alias_float_other.
21142 * sysdeps/ia64/fpu/e_acoshf.S (acoshf): Likewise.
21143 * sysdeps/ia64/fpu/e_asinf.S (asinf): Likewise.
21144 * sysdeps/ia64/fpu/e_atan2f.S (atan2f): Likewise.
21145 * sysdeps/ia64/fpu/e_atanhf.S (atanhf): Likewise.
21146 * sysdeps/ia64/fpu/e_coshf.S (coshf): Likewise.
21147 * sysdeps/ia64/fpu/e_exp10f.S (exp10f): Likewise.
21148 * sysdeps/ia64/fpu/e_exp2f.S (exp2f): Likewise.
21149 * sysdeps/ia64/fpu/e_expf.S (expf): Likewise.
21150 * sysdeps/ia64/fpu/e_fmodf.S (fmodf): Likewise.
21151 * sysdeps/ia64/fpu/e_hypotf.S (hypotf): Likewise.
21152 * sysdeps/ia64/fpu/e_lgammaf_r.c (lgammaf_r): Define using
21153 libm_alias_float_r.
21154 * sysdeps/ia64/fpu/e_log2f.S (log2f): Use libm_alias_float_other.
21155 * sysdeps/ia64/fpu/e_logf.S (log10f): Likewise.
21156 (logf): Likewise.
21157 * sysdeps/ia64/fpu/e_powf.S (powf): Likewise.
21158 * sysdeps/ia64/fpu/e_remainderf.S (remainderf): Likewise.
21159 * sysdeps/ia64/fpu/e_sinhf.S (sinhf): Likewise.
21160 * sysdeps/ia64/fpu/e_sqrtf.S (sqrtf): Likewise.
21161 * sysdeps/ia64/fpu/libm_sincosf.S (sincosf): Likewise.
21162 * sysdeps/ia64/fpu/s_asinhf.S (asinhf): Likewise.
21163 * sysdeps/ia64/fpu/s_atanf.S (atanf): Likewise.
21164 * sysdeps/ia64/fpu/s_cbrtf.S (cbrtf): Likewise.
21165 * sysdeps/ia64/fpu/s_ceilf.S (ceilf): Likewise.
21166 * sysdeps/ia64/fpu/s_copysign.S (copysignf): Define using
21167 libm_alias_float.
21168 * sysdeps/ia64/fpu/s_cosf.S (sinf): Use libm_alias_float_other.
21169 (cosf): Likewise.
21170 * sysdeps/ia64/fpu/s_erfcf.S (erfcf): Likewise.
21171 * sysdeps/ia64/fpu/s_erff.S (erff): Likewise.
21172 * sysdeps/ia64/fpu/s_expm1f.S (expm1f): Likewise.
21173 * sysdeps/ia64/fpu/s_fabsf.S (fabsf): Likewise.
21174 * sysdeps/ia64/fpu/s_fdimf.S (fdimf): Likewise.
21175 * sysdeps/ia64/fpu/s_floorf.S (floorf): Likewise.
21176 * sysdeps/ia64/fpu/s_fmaf.S (fmaf): Likewise.
21177 * sysdeps/ia64/fpu/s_fmaxf.S (fmaxf): Likewise.
21178 * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Likewise.
21179 * sysdeps/ia64/fpu/s_ldexpf.c (ldexpf): Likewise.
21180 * sysdeps/ia64/fpu/s_log1pf.S (log1pf): Likewise.
21181 * sysdeps/ia64/fpu/s_logbf.S (logbf): Likewise.
21182 * sysdeps/ia64/fpu/s_modff.S (modff): Likewise.
21183 * sysdeps/ia64/fpu/s_nearbyintf.S (nearbyintf): Likewise.
21184 * sysdeps/ia64/fpu/s_nextafterf.S (nextafterf): Likewise.
21185 * sysdeps/ia64/fpu/s_rintf.S (rintf): Likewise.
21186 * sysdeps/ia64/fpu/s_roundf.S (roundf): Likewise.
21187 * sysdeps/ia64/fpu/s_scalblnf.c (scalblnf): Likewise.
21188 * sysdeps/ia64/fpu/s_scalbnf.c (scalbnf): Define using
21189 libm_alias_float.
21190 * sysdeps/ia64/fpu/s_tanf.S (tanf): Use libm_alias_float_other.
21191 * sysdeps/ia64/fpu/s_tanhf.S (tanhf): Likewise.
21192 * sysdeps/ia64/fpu/s_truncf.S (truncf): Likewise.
21193 * sysdeps/ia64/fpu/w_lgammaf_main.c
21194 [BUILD_LGAMMA && !USE_AS_COMPAT] (lgammaf): Likewise.
21195 * sysdeps/ia64/fpu/w_tgammaf_compat.S (tgammaf): Likewise.
21196
21197 2017-11-28 Mike FABIAN <mfabian@redhat.com>
21198 Alexandre Oliva <aoliva@redhat.com>
21199
21200 [BZ #17750]
21201 * Makefile: add fr_CA.UTF-8 to test-input and LOCALES.
21202 * localedata/fr_CA.UTF-8.in: New file with test data for backward
21203 accents sorting.
21204 * localedata/fr_FR.UTF-8.in: Fix test data for forward accents
21205 sorting.
21206 * localedata/locales/cs_CZ (LC_COLLATE): Remove “define DIACRIT_FORWARD”
21207 * localedata/locales/de_DE (LC_COLLATE): Likewise.
21208 * localedata/locales/hu_HU (LC_COLLATE): Likewise.
21209 * localedata/locales/lb_LU (LC_COLLATE): Likewise.
21210 * localedata/locales/yuw_PG (LC_COLLATE): Likewise.
21211 * localedata/locales/fr_CA (LC_COLLATE): Add “define DIACRIT_BACKWARD”
21212 * localedata/locales/iso14651_t1_common: Use “ifdef DIACRIT_FORWARD”
21213 instead of “ifdef DIACRIT_BACKWARD”.
21214
21215 2017-11-29 Adhemerval Zanella <adhemerval.zanella@linaro.org>
21216
21217 * config.h.in (HAVE_AS_VIS3_SUPPORT): Remove check for VIS3 support.
21218 * sysdeps/sparc/configure.ac (HAVE_AS_VIS3_SUPPORT): Likewise.
21219 * sysdeps//sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c: Likewise.
21220 * sysdeps//sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.c: Likewise.
21221 * sysdeps//sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: Likewise.
21222 * sysdeps//sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: Likewise.
21223 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.c: Likewise.
21224 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.c: Likewise.
21225 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.c: Likewise.
21226 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.c: Likewise.
21227 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: Likewise.
21228 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: Likewise.
21229 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.c: Likewise.
21230 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.c: Likewise.
21231 * sysdeps/sparc/sparc-ifunc.h [!HAVE_AS_VIS3_SUPPORT]
21232 (SPARC_ASM_VIS3_IFUNC, SPARC_ASM_VIS3_VIS2_IFUNC): Remove macros.
21233 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(have-as-vis3) != yes]
21234 (ASFLAGS.o, ASFLAGS-.os, ASFLAGS-.op, ASFLAGS-.oS): Remove rules.
21235 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
21236 ($(have-as-vis3) == yes): Remove conditional.
21237 * sysdeps/sparc/sparc64/Makefile (($(have-as-vis3) == yes)):
21238 Likewise.
21239 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-generic.c: New
21240 file.
21241 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-generic.c: New
21242 file.
21243 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-generic.c: New
21244 file.
21245 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-generic.c: New
21246 file.
21247 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-generic.c: New file.
21248 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-generic.c: New file.
21249 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-generic.c: New file.
21250 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-generic.c: New file.
21251 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-generic.c: New file.
21252 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-generic.c: New file.
21253 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-generic.c: New file.
21254 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-generic.c: New file.
21255
21256 2017-11-29 Joseph Myers <joseph@codesourcery.com>
21257
21258 * sysdeps/ia64/fpu/libm-symbols.h: Include <libm-alias-double.h>.
21259 * sysdeps/ia64/fpu/e_acos.S (acos): Use libm_alias_double_other.
21260 * sysdeps/ia64/fpu/e_acosh.S (acosh): Likewise.
21261 * sysdeps/ia64/fpu/e_asin.S (asin): Likewise.
21262 * sysdeps/ia64/fpu/e_atan2.S (atan2): Likewise.
21263 * sysdeps/ia64/fpu/e_atanh.S (atanh): Likewise.
21264 * sysdeps/ia64/fpu/e_cosh.S (cosh): Likewise.
21265 * sysdeps/ia64/fpu/e_exp.S (exp): Likewise.
21266 * sysdeps/ia64/fpu/e_exp10.S (exp10): Likewise.
21267 * sysdeps/ia64/fpu/e_exp2.S (exp2): Likewise.
21268 * sysdeps/ia64/fpu/e_fmod.S (fmod): Likewise.
21269 * sysdeps/ia64/fpu/e_hypot.S (hypot): Likewise.
21270 * sysdeps/ia64/fpu/e_lgamma_r.c (lgamma_r): Define using
21271 libm_alias_double_r.
21272 * sysdeps/ia64/fpu/e_log.S (log10): Use libm_alias_double_other.
21273 (log): Likewise.
21274 * sysdeps/ia64/fpu/e_log2.S (log2): Likewise.
21275 * sysdeps/ia64/fpu/e_pow.S (pow): Likewise.
21276 * sysdeps/ia64/fpu/e_remainder.S (remainder): Likewise.
21277 * sysdeps/ia64/fpu/e_sinh.S (sinh): Likewise.
21278 * sysdeps/ia64/fpu/e_sqrt.S (sqrt): Likewise.
21279 * sysdeps/ia64/fpu/libm_sincos.S (sincos): Likewise.
21280 * sysdeps/ia64/fpu/s_asinh.S (asinh): Likewise.
21281 * sysdeps/ia64/fpu/s_atan.S (atan): Likewise.
21282 * sysdeps/ia64/fpu/s_cbrt.S (cbrt): Likewise.
21283 * sysdeps/ia64/fpu/s_ceil.S (ceil): Likewise.
21284 * sysdeps/ia64/fpu/s_copysign.S (copysign): Define using
21285 libm_alias_double.
21286 * sysdeps/ia64/fpu/s_cos.S (sin): Use libm_alias_double_other.
21287 (cos): Likewise.
21288 * sysdeps/ia64/fpu/s_erf.S (erf): Likewise.
21289 * sysdeps/ia64/fpu/s_erfc.S (erfc): Likewise.
21290 * sysdeps/ia64/fpu/s_expm1.S (expm1): Likewise.
21291 * sysdeps/ia64/fpu/s_fabs.S (fabs): Likewise.
21292 * sysdeps/ia64/fpu/s_fdim.S (fdim): Likewise.
21293 * sysdeps/ia64/fpu/s_floor.S (floor): Likewise.
21294 * sysdeps/ia64/fpu/s_fma.S (fma): Likewise.
21295 * sysdeps/ia64/fpu/s_fmax.S (fmax): Likewise.
21296 * sysdeps/ia64/fpu/s_frexp.c (frexp): Likewise.
21297 * sysdeps/ia64/fpu/s_ldexp.c (ldexp): Likewise.
21298 * sysdeps/ia64/fpu/s_log1p.S (log1p): Likewise.
21299 * sysdeps/ia64/fpu/s_logb.S (logb): Likewise.
21300 * sysdeps/ia64/fpu/s_modf.S (modf): Likewise.
21301 * sysdeps/ia64/fpu/s_nearbyint.S (nearbyint): Likewise.
21302 * sysdeps/ia64/fpu/s_nextafter.S (nextafter): Likewise.
21303 * sysdeps/ia64/fpu/s_rint.S (rint): Likewise.
21304 * sysdeps/ia64/fpu/s_round.S (round): Likewise.
21305 * sysdeps/ia64/fpu/s_scalbn.c (scalbn): Define using
21306 libm_alias_double.
21307 * sysdeps/ia64/fpu/s_tan.S (tan): Use libm_alias_double_other.
21308 * sysdeps/ia64/fpu/s_tanh.S (tanh): Likewise.
21309 * sysdeps/ia64/fpu/s_trunc.S (trunc): Likewise.
21310 * sysdeps/ia64/fpu/w_lgamma_main.c
21311 [BUILD_LGAMMA && !USE_AS_COMPAT] (lgamma): Likewise.
21312 * sysdeps/ia64/fpu/w_tgamma_compat.S (tgamma): Likewise.
21313
21314 2017-11-28 John David Anglin <danglin@gcc.gnu.org>
21315
21316 * sysdeps/hppa/start.S (_start): Check PIC instead of SHARED. Load
21317 address of $global$ into %dp register earlier. Use pc-relative
21318 instruction sequence for PIC case.
21319
21320 2017-11-28 Joseph Myers <joseph@codesourcery.com>
21321
21322 * sysdeps/i386/fpu/s_asinhf.S: Include <libm-alias-float.h>.
21323 (asinhf): Define using libm_alias_float.
21324 * sysdeps/i386/fpu/s_atanf.S: Include <libm-alias-float.h>.
21325 (atanf): Define using libm_alias_float.
21326 * sysdeps/i386/fpu/s_cbrtf.S: Include <libm-alias-float.h>.
21327 (cbrtf): Define using libm_alias_float.
21328 * sysdeps/i386/fpu/s_ceilf.S: Include <libm-alias-float.h>.
21329 (ceilf): Define using libm_alias_float.
21330 * sysdeps/i386/fpu/s_copysignf.S: Include <libm-alias-float.h>.
21331 (copysignf): Define using libm_alias_float.
21332 * sysdeps/i386/fpu/s_expm1f.S: Include <libm-alias-float.h>.
21333 (expm1f): Define using libm_alias_float.
21334 * sysdeps/i386/fpu/s_fabsf.S: Include <libm-alias-float.h>.
21335 (fabsf): Define using libm_alias_float.
21336 * sysdeps/i386/fpu/s_floorf.S: Include <libm-alias-float.h>.
21337 (floorf): Define using libm_alias_float.
21338 * sysdeps/i386/fpu/s_fmaxf.S: Include <libm-alias-float.h>.
21339 (fmaxf): Define using libm_alias_float.
21340 * sysdeps/i386/fpu/s_fminf.S: Include <libm-alias-float.h>.
21341 (fminf): Define using libm_alias_float.
21342 * sysdeps/i386/fpu/s_frexpf.S: Include <libm-alias-float.h>.
21343 (frexpf): Define using libm_alias_float.
21344 * sysdeps/i386/fpu/s_llrintf.S: Include <libm-alias-float.h>.
21345 (llrintf): Define using libm_alias_float.
21346 * sysdeps/i386/fpu/s_logbf.S: Include <libm-alias-float.h>.
21347 (logbf): Define using libm_alias_float.
21348 * sysdeps/i386/fpu/s_lrintf.S: Include <libm-alias-float.h>.
21349 (lrintf): Define using libm_alias_float.
21350 * sysdeps/i386/fpu/s_nearbyintf.S: Include <libm-alias-float.h>.
21351 (nearbyintf): Define using libm_alias_float.
21352 * sysdeps/i386/fpu/s_remquof.S: Include <libm-alias-float.h>.
21353 (remquof): Define using libm_alias_float.
21354 * sysdeps/i386/fpu/s_rintf.S: Include <libm-alias-float.h>.
21355 (rintf): Define using libm_alias_float.
21356 * sysdeps/i386/fpu/s_truncf.S: Include <libm-alias-float.h>.
21357 (truncf): Define using libm_alias_float.
21358 * sysdeps/i386/i686/fpu/multiarch/e_exp2f.c: Include
21359 <libm-alias-float.h>.
21360 (exp2f): Define using libm_alias_float, or libm_alias_float_other
21361 if [SHARED].
21362 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Include
21363 <libm-alias-float.h>.
21364 (expf): Define using libm_alias_float, or libm_alias_float_other
21365 if [SHARED].
21366 * sysdeps/i386/i686/fpu/multiarch/e_log2f.c: Include
21367 <libm-alias-float.h>.
21368 (log2f): Define using libm_alias_float, or libm_alias_float_other
21369 if [SHARED].
21370 * sysdeps/i386/i686/fpu/multiarch/e_logf.c: Include
21371 <libm-alias-float.h>.
21372 (logf): Define using libm_alias_float, or libm_alias_float_other
21373 if [SHARED].
21374 * sysdeps/i386/i686/fpu/multiarch/e_powf.c: Include
21375 <libm-alias-float.h>.
21376 (powf): Define using libm_alias_float, or libm_alias_float_other
21377 if [SHARED].
21378 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Include
21379 <libm-alias-float.h>.
21380 (cosf): Define using libm_alias_float.
21381 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: Include
21382 <libm-alias-float.h>.
21383 (sincosf): Define using libm_alias_float.
21384 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: Include
21385 <libm-alias-float.h>.
21386 (sinf): Define using libm_alias_float.
21387 * sysdeps/i386/i686/fpu/s_fmaxf.S: Include <libm-alias-float.h>.
21388 (fmaxf): Define using libm_alias_float.
21389 * sysdeps/i386/i686/fpu/s_fminf.S: Include <libm-alias-float.h>.
21390 (fminf): Define using libm_alias_float.
21391 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
21392 <libm-alias-float.h>.
21393 (fmaf): Define using libm_alias_float.
21394
21395 * sysdeps/i386/fpu/s_asinh.S: Include <libm-alias-double.h>.
21396 (asinh): Define using libm_alias_double.
21397 * sysdeps/i386/fpu/s_atan.S: Include <libm-alias-double.h>.
21398 (atan): Define using libm_alias_double.
21399 * sysdeps/i386/fpu/s_cbrt.S: Include <libm-alias-double.h>.
21400 (cbrt): Define using libm_alias_double.
21401 * sysdeps/i386/fpu/s_ceil.S: Include <libm-alias-double.h>.
21402 (ceil): Define using libm_alias_double.
21403 * sysdeps/i386/fpu/s_copysign.S: Include <libm-alias-double.h>.
21404 (copysign): Define using libm_alias_double.
21405 * sysdeps/i386/fpu/s_expm1.S: Include <libm-alias-double.h>.
21406 (expm1): Define using libm_alias_double.
21407 * sysdeps/i386/fpu/s_fabs.S: Include <libm-alias-double.h>.
21408 (fabs): Define using libm_alias_double.
21409 * sysdeps/i386/fpu/s_fdim.c: Include <libm-alias-double.h>.
21410 (fdim): Define using libm_alias_double.
21411 * sysdeps/i386/fpu/s_floor.S: Include <libm-alias-double.h>.
21412 (floor): Define using libm_alias_double.
21413 * sysdeps/i386/fpu/s_fmax.S: Include <libm-alias-double.h>.
21414 (fmax): Define using libm_alias_double.
21415 * sysdeps/i386/fpu/s_fmin.S: Include <libm-alias-double.h>.
21416 (fmin): Define using libm_alias_double.
21417 * sysdeps/i386/fpu/s_frexp.S: Include <libm-alias-double.h>.
21418 (frexp): Define using libm_alias_double.
21419 * sysdeps/i386/fpu/s_llrint.S: Include <libm-alias-double.h>.
21420 (llrint): Define using libm_alias_double.
21421 * sysdeps/i386/fpu/s_logb.S: Include <libm-alias-double.h>.
21422 (logb): Define using libm_alias_double.
21423 * sysdeps/i386/fpu/s_lrint.S: Include <libm-alias-double.h>.
21424 (lrint): Define using libm_alias_double.
21425 * sysdeps/i386/fpu/s_nearbyint.S: Include <libm-alias-double.h>.
21426 (nearbyint): Define using libm_alias_double.
21427 * sysdeps/i386/fpu/s_remquo.S: Include <libm-alias-double.h>.
21428 (remquo): Define using libm_alias_double.
21429 * sysdeps/i386/fpu/s_rint.S: Include <libm-alias-double.h>.
21430 (rint): Define using libm_alias_double.
21431 * sysdeps/i386/fpu/s_trunc.S: Include <libm-alias-double.h>.
21432 (trunc): Define using libm_alias_double.
21433 * sysdeps/i386/i686/fpu/s_fmax.S: Include <libm-alias-double.h>.
21434 (fmax): Define using libm_alias_double.
21435 * sysdeps/i386/i686/fpu/s_fmin.S: Include <libm-alias-double.h>.
21436 (fmin): Define using libm_alias_double.
21437 * sysdeps/i386/i686/multiarch/s_fma.c: Include <libm-alias-double.h>.
21438 (fma): Define using libm_alias_double.
21439
21440 2017-11-28 H.J. Lu <hongjiu.lu@intel.com>
21441
21442 [BZ #22370]
21443 * elf/dl-hwcaps.c (ROUND): Removed.
21444 (_dl_important_hwcaps): Replace ROUND with ELF_NOTE_DESC_OFFSET
21445 and ELF_NOTE_NEXT_OFFSET.
21446 * elf/dl-load.c (ROUND): Removed.
21447 (open_verify): Replace ROUND with ELF_NOTE_NEXT_OFFSET.
21448 * elf/readelflib.c (ROUND): Removed.
21449 (process_elf_file): Replace ROUND with ELF_NOTE_NEXT_OFFSET.
21450 * include/elf.h [!_ISOMAC]: Include <libc-pointer-arith.h>.
21451 [!_ISOMAC] (ELF_NOTE_DESC_OFFSET): New.
21452 [!_ISOMAC] (ELF_NOTE_NEXT_OFFSET): Likewise.
21453
21454 2017-11-28 Joseph Myers <joseph@codesourcery.com>
21455
21456 * sysdeps/s390/fpu/s_fmaf.c: Include <libm-alias-float.h>.
21457 [!__fmaf] (fmaf): Define using libm_alias_float.
21458
21459 * sysdeps/s390/fpu/s_fma.c: Include <libm-alias-double.h>.
21460 [!__fma] (fma): Define using libm_alias_double.
21461 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: Remove.
21462
21463 2017-11-28 Mike FABIAN <mfabian@redhat.com>
21464
21465 [BZ #22336]
21466 * localedata/locales/cs_CZ (LC_COLLATE): Use “copy "iso14651_t1"”
21467 and implement the collation rules for cs from CLDR on top of that.
21468 * Makefile: Add cs_CZ.UTF-8 to test-input.
21469 * cs_CZ.UTF-8.in: New file with test data to test the Czech sorting.
21470
21471 2017-11-28 Siddhesh Poyarekar <siddhesh@sourceware.org>
21472
21473 * localedata/Makefile (LOCALES): Remove duplicate cs_CZ.UTF-8.
21474
21475 2017-11-28 Victor Rodriguez <victor.rodriguez.bahena@intel.com>
21476 Icarus Sparry <icarus.w.sparry@intel.com>
21477
21478 * benchtests/Makefile:Add BENCHSET to allow subsets of
21479 benchmarks to be run.
21480 * benchtests/README: Add documentation for: Running subsets of
21481 benchmarks.
21482
21483 2017-11-28 Victor Rodriguez <victor.rodriguez.bahena@intel.com>
21484
21485 * benchtests/scripts/benchout.schema.json: Fix regex to accept a wider
21486 range of tests names.
21487
21488 * benchtests/scripts/benchout.schema.json: Add throughput as accepted
21489 result from property and remove "max", min" and "mean" from
21490 required properties based on benchtests/bench-skeleton.c.
21491
21492 2017-11-28 Florian Weimer <fweimer@redhat.com>
21493
21494 [BZ #20826]
21495 Turn posix/tst-getaddrinfo4, posix/tst-getaddrinfo5 into xtests
21496 due to Internet requirement.
21497 * posix/Makefile (tests): Remove tst-getaddrinfo4,
21498 tst-getaddrinfo5.
21499 (xtests): Add tst-getaddrinfo4, tst-getaddrinfo5.
21500
21501 2017-11-28 Adhemerval Zanella <adhemerval.zanella@linaro.org>
21502
21503 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile
21504 [$(subdir) = string] (sysdep_routines): Add memset-ultra1.
21505 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = string]
21506 (sysdep_routines): Add memset-ultra1.
21507 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-ultra1.S: New
21508 file.
21509 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset.c: Likewise.
21510 * sysdeps/sparc/sparc32/sparcv9/multiarch/bzero.c: Likewise.
21511 * sysdeps/sparc/sparc64/multiarch/ifunc-memset.h: Likewise.
21512 * sysdeps/sparc/sparc64/multiarch/memset-ultra1.S: Likewise.
21513 * sysdeps/sparc/sparc64/multiarch/memset.c: Likewise.
21514 * sysdeps/sparc/sparc64/multiarch/bzero.c: Likewise.
21515 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset.S: Remove file.
21516 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
21517
21518 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-ultra1.S: New
21519 file.
21520 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy.c: Likewise.
21521 * sysdeps/sparc/sparc32/sparcv9/multiarch/mempcpy.c: Likewise.
21522 * sysdeps/sparc/sparc64/multiarch/ifunc-memcpy.h: Likewise.
21523 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra1.S: Likewise.
21524 * sysdeps/sparc/sparc64/multiarch/memcpy.c: Likewise.
21525 * sysdeps/sparc/sparc64/multiarch/mempcpy.c: Likewise.
21526 * sysdeps/sparc/sparc-ifunc.h (sparc_libc_ifunc_redirected): New
21527 macro.
21528 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile
21529 [$(subdir) = string] (sysdep_routines): Add memcpy-ultra1.
21530 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = string]
21531 (sysdep_routines): Add memcpy-ultra1.
21532 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Remove file.
21533 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy.S: Likewise.
21534
21535 2017-11-28 Joseph Myers <joseph@codesourcery.com>
21536
21537 * sysdeps/alpha/fpu/cfloat-compat.h: Include <libm-alias-float.h>.
21538 (cfloat_versions): Take function argument without trailing 'f'.
21539 Call libm_alias_float_other.
21540 * sysdeps/alpha/fpu/cabsf.c: Update call to cfloat_versions.
21541 * sysdeps/alpha/fpu/cargf.c: Likewise.
21542 * sysdeps/alpha/fpu/cimagf.c: Likewise.
21543 * sysdeps/alpha/fpu/conjf.c: Likewise.
21544 * sysdeps/alpha/fpu/crealf.c: Likewise.
21545 * sysdeps/alpha/fpu/s_cacosf.c: Likewise.
21546 * sysdeps/alpha/fpu/s_cacoshf.c: Likewise.
21547 * sysdeps/alpha/fpu/s_casinf.c: Likewise.
21548 * sysdeps/alpha/fpu/s_casinhf.c: Likewise.
21549 * sysdeps/alpha/fpu/s_catanf.c: Likewise.
21550 * sysdeps/alpha/fpu/s_catanhf.c: Likewise.
21551 * sysdeps/alpha/fpu/s_ccosf.c: Likewise.
21552 * sysdeps/alpha/fpu/s_ccoshf.c: Likewise.
21553 * sysdeps/alpha/fpu/s_cexpf.c: Likewise.
21554 * sysdeps/alpha/fpu/s_clogf.c: Likewise.
21555 * sysdeps/alpha/fpu/s_cpowf.c: Likewise.
21556 * sysdeps/alpha/fpu/s_cprojf.c: Likewise.
21557 * sysdeps/alpha/fpu/s_csinf.c: Likewise.
21558 * sysdeps/alpha/fpu/s_csinhf.c: Likewise.
21559 * sysdeps/alpha/fpu/s_csqrtf.c: Likewise.
21560 * sysdeps/alpha/fpu/s_ctanf.c: Likewise.
21561 * sysdeps/alpha/fpu/s_ctanhf.c: Likewise.
21562 * sysdeps/alpha/fpu/s_clog10f.c: Include <libm-alias-float.h>.
21563 (clog10f): Use libm_alias_float_other.
21564 * sysdeps/alpha/fpu/s_ceilf.c: Include <libm-alias-float.h>.
21565 (ceilf): Define using libm_alias_float.
21566 * sysdeps/alpha/fpu/s_copysignf.c: Include <libm-alias-float.h>.
21567 (copysignf): Define using libm_alias_float.
21568 * sysdeps/alpha/fpu/s_fabsf.c: Include <libm-alias-float.h>.
21569 (fabsf): Define using libm_alias_float.
21570 * sysdeps/alpha/fpu/s_floorf.c: Include <libm-alias-float.h>.
21571 (floorf): Define using libm_alias_float.
21572 * sysdeps/alpha/fpu/s_fmax.S: Include <libm-alias-float.h>.
21573 (fmaxf): Define using libm_alias_float.
21574 * sysdeps/alpha/fpu/s_fmin.S: Include <libm-alias-float.h>.
21575 (fminf): Define using libm_alias_float.
21576 * sysdeps/alpha/fpu/s_lrintf.c: Include <libm-alias-float.h>.
21577 (lrintf): Define using libm_alias_float.
21578 (llrintf): Likewise.
21579 * sysdeps/alpha/fpu/s_lroundf.c: Include <libm-alias-float.h>.
21580 (lroundf): Define using libm_alias_float.
21581 (llroundf): Likewise.
21582 * sysdeps/alpha/fpu/s_rintf.c: Include <libm-alias-float.h>.
21583 (rintf): Define using libm_alias_float.
21584 * sysdeps/alpha/fpu/s_truncf.c: Include <libm-alias-float.h>.
21585 (truncf): Define using libm_alias_float.
21586
21587 * sysdeps/aarch64/fpu/s_ceilf.c: Include <libm-alias-float.h>.
21588 (ceilf): Define using libm_alias_float.
21589 * sysdeps/aarch64/fpu/s_floorf.c: Include <libm-alias-float.h>.
21590 (floorf): Define using libm_alias_float.
21591 * sysdeps/aarch64/fpu/s_fmaf.c: Include <libm-alias-float.h>.
21592 (fmaf): Define using libm_alias_float.
21593 * sysdeps/aarch64/fpu/s_fmaxf.c: Include <libm-alias-float.h>.
21594 (fmaxf): Define using libm_alias_float.
21595 * sysdeps/aarch64/fpu/s_fminf.c: Include <libm-alias-float.h>.
21596 (fminf): Define using libm_alias_float.
21597 * sysdeps/aarch64/fpu/s_llrintf.c: Include <libm-alias-float.h>.
21598 (llrintf): Define using libm_alias_float.
21599 * sysdeps/aarch64/fpu/s_llroundf.c: Include <libm-alias-float.h>.
21600 (llroundf): Define using libm_alias_float.
21601 * sysdeps/aarch64/fpu/s_lrintf.c: Include <libm-alias-float.h>.
21602 (lrintf): Define using libm_alias_float.
21603 * sysdeps/aarch64/fpu/s_lroundf.c: Include <libm-alias-float.h>.
21604 (lroundf): Define using libm_alias_float.
21605 * sysdeps/aarch64/fpu/s_nearbyintf.c: Include
21606 <libm-alias-float.h>.
21607 (nearbyintf): Define using libm_alias_float.
21608 * sysdeps/aarch64/fpu/s_rintf.c: Include <libm-alias-float.h>.
21609 (rintf): Define using libm_alias_float.
21610 * sysdeps/aarch64/fpu/s_roundf.c: Include <libm-alias-float.h>.
21611 (roundf): Define using libm_alias_float.
21612 * sysdeps/aarch64/fpu/s_truncf.c: Include <libm-alias-float.h>.
21613 (truncf): Define using libm_alias_float.
21614
21615 * sysdeps/alpha/fpu/s_ceil.c: Include <libm-alias-double.h>.
21616 (ceil): Define using libm_alias_double.
21617 * sysdeps/alpha/fpu/s_copysign.c: Include <libm-alias-double.h>.
21618 (copysign): Define using libm_alias_double.
21619 * sysdeps/alpha/fpu/s_fabs.c: Include <libm-alias-double.h>.
21620 (fabs): Define using libm_alias_double.
21621 * sysdeps/alpha/fpu/s_floor.c: Include <libm-alias-double.h>.
21622 (floor): Define using libm_alias_double.
21623 * sysdeps/alpha/fpu/s_fmax.S: Include <libm-alias-double.h>.
21624 (fmax): Define using libm_alias_double.
21625 * sysdeps/alpha/fpu/s_fmin.S: Include <libm-alias-double.h>.
21626 (fmin): Define using libm_alias_double.
21627 * sysdeps/alpha/fpu/s_lrint.c: Include <libm-alias-double.h>.
21628 (lrint): Define using libm_alias_double.
21629 (llrint): Likewise.
21630 * sysdeps/alpha/fpu/s_lround.c: Include <libm-alias-double.h>.
21631 (lround): Define using libm_alias_double.
21632 (llround): Likewise.
21633 * sysdeps/alpha/fpu/s_rint.c: Include <libm-alias-double.h>.
21634 (rint): Define using libm_alias_double.
21635 * sysdeps/alpha/fpu/s_trunc.c: Include <libm-alias-double.h>.
21636 (trunc): Define using libm_alias_double.
21637
21638 * sysdeps/ieee754/ldbl-opt/libm-alias-double.h
21639 (libm_alias_double_r): Add semicolon after weak_alias call.
21640
21641 2017-11-27 Joseph Myers <joseph@codesourcery.com>
21642
21643 * sysdeps/aarch64/fpu/s_ceil.c: Include <libm-alias-double.h>.
21644 (ceil): Define using libm_alias_double.
21645 * sysdeps/aarch64/fpu/s_floor.c: Include <libm-alias-double.h>.
21646 (floor): Define using libm_alias_double.
21647 * sysdeps/aarch64/fpu/s_fma.c: Include <libm-alias-double.h>.
21648 (fma): Define using libm_alias_double.
21649 * sysdeps/aarch64/fpu/s_fmax.c: Include <libm-alias-double.h>.
21650 (fmax): Define using libm_alias_double.
21651 * sysdeps/aarch64/fpu/s_fmin.c: Include <libm-alias-double.h>.
21652 (fmin): Define using libm_alias_double.
21653 * sysdeps/aarch64/fpu/s_llrint.c: Include <libm-alias-double.h>.
21654 (llrint): Define using libm_alias_double.
21655 * sysdeps/aarch64/fpu/s_llround.c: Include <libm-alias-double.h>.
21656 (llround): Define using libm_alias_double.
21657 * sysdeps/aarch64/fpu/s_lrint.c: Include <libm-alias-double.h>.
21658 (lrint): Define using libm_alias_double.
21659 * sysdeps/aarch64/fpu/s_lround.c: Include <libm-alias-double.h>.
21660 (lround): Define using libm_alias_double.
21661 * sysdeps/aarch64/fpu/s_nearbyint.c: Include <libm-alias-double.h>.
21662 (nearbyint): Define using libm_alias_double.
21663 * sysdeps/aarch64/fpu/s_rint.c: Include <libm-alias-double.h>.
21664 (rint): Define using libm_alias_double.
21665 * sysdeps/aarch64/fpu/s_round.c: Include <libm-alias-double.h>.
21666 (round): Define using libm_alias_double.
21667 * sysdeps/aarch64/fpu/s_trunc.c: Include <libm-alias-double.h>.
21668 (trunc): Define using libm_alias_double.
21669
21670 2017-11-27 Florian Weimer <fweimer@redhat.com>
21671
21672 * sysdeps/unix/sysv/linux/mlock2.c: New file.
21673 * sysdeps/unix/sysv/linux/tst-mlock2.c: Likewise.
21674 * sysdeps/unix/sysv/linux/Makefile (routines): Add mlock2.
21675 (tests): Add tst-mlock2.
21676 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.27): Export mlock2.
21677 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_MLOCK2)
21678 [__LINUX_KERNEL_VERSION >= 4.4]: Define.
21679 * sysdeps/unix/sysv/linux/libc**.abilist: Update.
21680 * manual/memory.texi (Page Lock Functions): Move @end deftypefun
21681 for mlock. Document mlock2.
21682
21683 2017-11-27 Joseph Myers <joseph@codesourcery.com>
21684
21685 * sysdeps/ia64/Makeconfig (float64x-alias-fcts): New variable.
21686 * sysdeps/ieee754/float128/Makeconfig (float64x-alias-fcts):
21687 Likewise.
21688 * sysdeps/ieee754/ldbl-128/Makeconfig (float64x-alias-fcts):
21689 Likewise.
21690 * sysdeps/x86/Makeconfig: New file.
21691 * bits/floatn-common.h (__HAVE_FLOAT64X): Remove macro.
21692 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21693 * bits/floatn.h (__HAVE_FLOAT64X): New macro.
21694 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21695 * sysdeps/ia64/bits/floatn.h (__HAVE_FLOAT64X): Likewise.
21696 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21697 * sysdeps/ieee754/ldbl-128/bits/floatn.h (__HAVE_FLOAT64X):
21698 Likewise.
21699 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21700 * sysdeps/mips/ieee754/bits/floatn.h (__HAVE_FLOAT64X): Likewise.
21701 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21702 * sysdeps/powerpc/bits/floatn.h (__HAVE_FLOAT64X): Likewise.
21703 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21704 * sysdeps/x86/bits/floatn.h (__HAVE_FLOAT64X): Likewise.
21705 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
21706 * manual/math.texi (Mathematics): Document support for _Float64x.
21707 * math/Versions (GLIBC_2.27): Add _Float64x functions.
21708 * stdlib/Versions (GLIBC_2.27): Likewise.
21709 * wcsmbs/Versions (GLIBC_2.27): Likewise.
21710 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Update.
21711 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
21712 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
21713 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
21714 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
21715 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
21716 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
21717 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
21718 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
21719 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
21720 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
21721 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
21722 Likewise.
21723 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
21724 Likewise.
21725 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
21726 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
21727 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
21728 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
21729 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
21730 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
21731 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
21732 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
21733 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
21734 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
21735 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
21736 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
21737 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
21738 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
21739
21740 2017-11-27 Andreas Schwab <schwab@suse.de>
21741
21742 * elf/Makefile (dl-routines): Add dl-sort-maps.
21743 * elf/dl-sort-maps.c: New file.
21744 * sysdeps/generic/ldsodefs.h (_dl_sort_fini): Don't declare.
21745 (_dl_sort_maps): Declare.
21746 * elf/dl-fini.c (_dl_sort_fini): Remove.
21747 (_dl_fini): Use _dl_sort_maps instead of _dl_sort_fini.
21748 * elf/dl-close.c (_dl_close_worker): Likewise.
21749 * elf/dl-deps.c (_dl_map_object_deps): Use _dl_sort_maps instead of
21750 open-coding it.
21751 * elf/dl-open.c (dl_open_worker): Likewise.
21752
21753 2017-11-24 Joseph Myers <joseph@codesourcery.com>
21754
21755 * sysdeps/ieee754/float128/s_fromfpf128.c (fromfpf128): Define
21756 using libm_alias_float128.
21757 * sysdeps/ieee754/float128/s_fromfpxf128.c (fromfpxf128):
21758 Likewise.
21759 * sysdeps/ieee754/float128/s_setpayloadf128.c (setpayloadf128):
21760 Likewise.
21761 * sysdeps/ieee754/float128/s_setpayloadsigf128.c
21762 (setpayloadsigf128): Likewise.
21763 * sysdeps/ieee754/float128/s_ufromfpf128.c (ufromfpf128):
21764 Likewise.
21765 * sysdeps/ieee754/float128/s_ufromfpxf128.c (ufromfpxf128):
21766 Likewise.
21767
21768 * sysdeps/powerpc/powerpc64le/Makefile ($(foreach
21769 suf,$(all-object-suffixes),$(objpfx)test-float64x%$(suf))): Add
21770 -mfloat128 to CFLAGS.
21771 ($(foreach
21772 suf,$(all-object-suffixes),$(objpfx)test-ifloat64x%$(suf))):
21773 Likewise.
21774 (CFLAGS-libm-test-support-float64x.c): New variable.
21775 ($(objpfx)test-float64x% $(objpfx)test-ifloat64x%): Add
21776 $(f128-loader-link) to gnulib-tests.
21777
21778 * sysdeps/generic/libm-alias-float128.h: Include <bits/floatn.h>.
21779 (libm_alias_float128_other_r): If
21780 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE], define f64x
21781 alias.
21782 (libm_alias_float128_r): Add semicolon after weak_alias call.
21783 * sysdeps/generic/libm-alias-ldouble.h
21784 (libm_alias_ldouble_other_r_f128): New macro.
21785 (libm_alias_ldouble_other_r_f64x): Likewise.
21786 (libm_alias_ldouble_other_r): Use libm_alias_ldouble_other_r_f128
21787 and libm_alias_ldouble_other_r_f64x.
21788 (libm_alias_ldouble_r): Add semicolon after weak_alias call.
21789 * sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h
21790 (libm_alias_ldouble_other_r_f128): New macro.
21791 (libm_alias_ldouble_other_r_f64x): Likewise.
21792 (libm_alias_ldouble_other_r): Use libm_alias_ldouble_other_r_f128
21793 and libm_alias_ldouble_other_r_f64x.
21794
21795 * stdlib/strfroml.c: Always include <stdlib.h>.
21796 [__HAVE_FLOAT64X_LONG_DOUBLE] (strfromf64x): Define and later
21797 undefine as macro and define as weak alias.
21798 * sysdeps/ieee754/float128/strfromf128.c: Include <bits/floatn.h>.
21799 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE]: Include
21800 <stdlib.h>.
21801 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (strfromf64x):
21802 Define and later undefine as macro and define as weak alias.
21803
21804 * stdlib/strtold.c [__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x):
21805 Define and later undefine as macro. Define as weak alias if
21806 [!USE_WIDE_CHAR].
21807 [__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x): Define and later
21808 undefine as macro. Define as weak alias if [USE_WIDE_CHAR].
21809 * sysdeps/ieee754/float128/strtof128.c: Include <bits/floatn.h>.
21810 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x):
21811 Define and later undefine as macro. Define as weak alias if
21812 [!USE_WIDE_CHAR].
21813 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x):
21814 Define and later undefine as macro. Define as weak alias if
21815 [USE_WIDE_CHAR].
21816 * sysdeps/ieee754/float128/strtof128_l.c
21817 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x_l):
21818 Define and later undefine as macro. Define as weak alias if
21819 [!USE_WIDE_CHAR].
21820 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x_l):
21821 Define and later undefine as macro. Define as weak alias if
21822 [USE_WIDE_CHAR].
21823 * sysdeps/ieee754/ldbl-128/strtold_l.c
21824 [__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x_l): Define and later
21825 undefine as macro. Define as weak alias if [!USE_WIDE_CHAR].
21826 [__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x_l): Define and later
21827 undefine as macro. Define as weak alias if [USE_WIDE_CHAR].
21828 * sysdeps/ieee754/ldbl-64-128/strtold_l.c
21829 [__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x_l): Define and later
21830 undefine as macro. Define as weak alias if [!USE_WIDE_CHAR].
21831 [__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x_l): Define and later
21832 undefine as macro. Define as weak alias if [USE_WIDE_CHAR].
21833 * sysdeps/ieee754/ldbl-96/strtold_l.c
21834 [__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x_l): Define and later
21835 undefine as macro. Define as weak alias if [!USE_WIDE_CHAR].
21836 [__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x_l): Define and later
21837 undefine as macro. Define as weak alias if [USE_WIDE_CHAR].
21838
21839 * math/test-float64x.h: New file.
21840 * math/Makefile (type-float64x-yes): New variable.
21841 (test-types): Add $(type-float64x-$(float64x-alias-fcts)).
21842
21843 * sysdeps/generic/math_private.h (min_of_type_f): Make into a
21844 function-like macro.
21845 (min_of_type_): Likewise.
21846 (min_of_type_l): Likewise.
21847 (min_of_type_f128): Likewise.
21848 (min_of_type): Pass () as last argument of __MATH_TG.
21849
21850 * stdlib/tst-strtod-round-skeleton.c
21851 (__STDC_WANT_IEC_60559_TYPES_EXT__): Define before including
21852 headers.
21853
21854 * math/gen-tgmath-tests.py (Type.init_types): Pass suffix argument
21855 for combinations of long double with _Float64 and _Float64x.
21856
21857 * bits/libm-simd-decl-stubs.h (__DECL_SIMD_cosf16): New macro.
21858 (__DECL_SIMD_cosf32): Likewise.
21859 (__DECL_SIMD_cosf64): Likewise.
21860 (__DECL_SIMD_cosf32x): Likewise.
21861 (__DECL_SIMD_cosf64x): Likewise.
21862 (__DECL_SIMD_cosf128x): Likewise.
21863 (__DECL_SIMD_sinf16): Likewise.
21864 (__DECL_SIMD_sinf32): Likewise.
21865 (__DECL_SIMD_sinf64): Likewise.
21866 (__DECL_SIMD_sinf32x): Likewise.
21867 (__DECL_SIMD_sinf64x): Likewise.
21868 (__DECL_SIMD_sinf128x): Likewise.
21869 (__DECL_SIMD_sincosf16): Likewise.
21870 (__DECL_SIMD_sincosf32): Likewise.
21871 (__DECL_SIMD_sincosf64): Likewise.
21872 (__DECL_SIMD_sincosf32x): Likewise.
21873 (__DECL_SIMD_sincosf64x): Likewise.
21874 (__DECL_SIMD_sincosf128x): Likewise.
21875 (__DECL_SIMD_logf16): Likewise.
21876 (__DECL_SIMD_logf32): Likewise.
21877 (__DECL_SIMD_logf64): Likewise.
21878 (__DECL_SIMD_logf32x): Likewise.
21879 (__DECL_SIMD_logf64x): Likewise.
21880 (__DECL_SIMD_logf128x): Likewise.
21881 (__DECL_SIMD_expf16): Likewise.
21882 (__DECL_SIMD_expf32): Likewise.
21883 (__DECL_SIMD_expf64): Likewise.
21884 (__DECL_SIMD_expf32x): Likewise.
21885 (__DECL_SIMD_expf64x): Likewise.
21886 (__DECL_SIMD_expf128x): Likewise.
21887 (__DECL_SIMD_powf16): Likewise.
21888 (__DECL_SIMD_powf32): Likewise.
21889 (__DECL_SIMD_powf64): Likewise.
21890 (__DECL_SIMD_powf32x): Likewise.
21891 (__DECL_SIMD_powf64x): Likewise.
21892 (__DECL_SIMD_powf128x): Likewise.
21893
21894 * stdlib/Versions (libc): Move entries for wcstof128 and
21895 wcstof128_l to ....
21896 * wcsmbs/Versions (libc): ... here.
21897 Include <float128-abi.h>.
21898
21899 2017-11-24 Florian Weimer <fweimer@redhat.com>
21900
21901 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
21902 bits/mman-shared.h.
21903 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Include
21904 <bits/mman-shared.h>.
21905 (MFD_CLOEXEC, MFD_ALLOW_SEALING, MFD_HUGETLB, memfd_create): Move
21906 to ...
21907 * sysdeps/unix/sysv/linux/bits/mman-shared.h: ... this new file.
21908 Add #ifndef guard for the MFD_* constants based on MFD_CLOEXEC.
21909 * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Include
21910 <bits/mman-shared.h>.
21911
21912 2017-11-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
21913
21914 [BZ #22457]
21915 * sysdeps/posix/preadv_common.c (PREADV): Use mmap/munmap instead of
21916 posix_memalign/free.
21917 * sysdeps/posix/pwritev_common.c (PWRITEV): Likewise.
21918
21919 2017-11-22 Mike FABIAN <mfabian@redhat.com>
21920
21921 [BZ #22469]
21922 * localedata/locales/pl_PL (LC_COLLATE): Use “copy "iso14651_t1"”
21923 and implement the collation rules for pl from CLDR on top of that.
21924 * Makefile: Add pl_PL.UTF-8 to test-input and to the list
21925 of locales to be built for testing.
21926 * pl_PL.UTF-8.in: New file with test data to test the Polish sorting.
21927
21928 2017-11-23 Joseph Myers <joseph@codesourcery.com>
21929
21930 * sysdeps/ia64/fpu/libm-symbols.h: Include <libm-alias-ldouble.h>.
21931 * sysdeps/ia64/fpu/e_acoshl.S (acoshl): Use
21932 libm_alias_ldouble_other.
21933 * sysdeps/ia64/fpu/e_acosl.S (acosl): Likewise.
21934 * sysdeps/ia64/fpu/e_asinl.S (asinl): Likewise.
21935 * sysdeps/ia64/fpu/e_atanhl.S (atanhl): Likewise.
21936 * sysdeps/ia64/fpu/e_coshl.S (coshl): Likewise.
21937 * sysdeps/ia64/fpu/e_exp10l.S (exp10l): Likewise.
21938 * sysdeps/ia64/fpu/e_exp2l.S (exp2l): Likewise.
21939 * sysdeps/ia64/fpu/e_fmodl.S (fmodl): Likewise.
21940 * sysdeps/ia64/fpu/e_hypotl.S (hypotl): Likewise.
21941 * sysdeps/ia64/fpu/e_lgammal_r.c (lgammal_r): Define using
21942 libm_alias_ldouble_r.
21943 * sysdeps/ia64/fpu/e_log2l.S (log2l): Use
21944 libm_alias_ldouble_other.
21945 * sysdeps/ia64/fpu/e_logl.S (logl): Likewise.
21946 (log10l): Likewise.
21947 * sysdeps/ia64/fpu/e_powl.S (powl): Likewise.
21948 * sysdeps/ia64/fpu/e_remainderl.S (remainderl): Likewise.
21949 * sysdeps/ia64/fpu/e_sinhl.S (sinhl): Likewise.
21950 * sysdeps/ia64/fpu/e_sqrtl.S (sqrtl): Likewise.
21951 * sysdeps/ia64/fpu/libm_sincosl.S (sincosl): Likewise.
21952 * sysdeps/ia64/fpu/s_asinhl.S (asinhl): Likewise.
21953 * sysdeps/ia64/fpu/s_atanl.S (atanl): Likewise.
21954 (atan2l): Likewise.
21955 * sysdeps/ia64/fpu/s_cbrtl.S (cbrtl): Likewise.
21956 * sysdeps/ia64/fpu/s_ceill.S (ceill): Likewise.
21957 * sysdeps/ia64/fpu/s_copysign.S (copysignl): Define using
21958 libm_alias_ldouble.
21959 * sysdeps/ia64/fpu/s_cosl.S (sinl): Use libm_alias_ldouble_other.
21960 (cosl): Likewise.
21961 * sysdeps/ia64/fpu/s_erfcl.S (erfcl): Likewise.
21962 * sysdeps/ia64/fpu/s_erfl.S (erfl): Likewise.
21963 * sysdeps/ia64/fpu/s_expm1l.S (expm1l): Likewise.
21964 (expl): Likewise.
21965 * sysdeps/ia64/fpu/s_fabsl.S (fabsl): Likewise.
21966 * sysdeps/ia64/fpu/s_fdiml.S (fdiml): Likewise.
21967 * sysdeps/ia64/fpu/s_floorl.S (floorl): Likewise.
21968 * sysdeps/ia64/fpu/s_fmal.S (fmal): Likewise.
21969 * sysdeps/ia64/fpu/s_fmaxl.S (fmaxl): Likewise.
21970 * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Likewise.
21971 * sysdeps/ia64/fpu/s_ldexpl.c (ldexpl): Likewise.
21972 * sysdeps/ia64/fpu/s_log1pl.S (log1pl): Likewise.
21973 * sysdeps/ia64/fpu/s_logbl.S (logbl): Likewise.
21974 * sysdeps/ia64/fpu/s_modfl.S (modfl): Likewise.
21975 * sysdeps/ia64/fpu/s_nearbyintl.S (nearbyintl): Define using
21976 libm_alias_ldouble.
21977 * sysdeps/ia64/fpu/s_nextafterl.S (nextafterl): Use
21978 libm_alias_ldouble_other.
21979 * sysdeps/ia64/fpu/s_rintl.S (rintl): Likewise.
21980 * sysdeps/ia64/fpu/s_roundl.S (roundl): Likewise.
21981 * sysdeps/ia64/fpu/s_scalbnl.c (scalbnl): Define using
21982 libm_alias_ldouble.
21983 * sysdeps/ia64/fpu/s_tanhl.S (tanhl): Use
21984 libm_alias_ldouble_other.
21985 * sysdeps/ia64/fpu/s_tanl.S (tanl): Likewise.
21986 * sysdeps/ia64/fpu/s_truncl.S (truncl): Likewise.
21987 * sysdeps/ia64/fpu/w_lgammal_main.c
21988 [BUILD_LGAMMA && !USE_AS_COMPAT] (lgammal): Likewise.
21989 * sysdeps/ia64/fpu/w_tgammal_compat.S (tgammal): Likewise.
21990
21991 2017-11-23 Florian Weimer <fweimer@redhat.com>
21992
21993 * malloc/malloc.c (tcache_thread_shutdown): Rename from
21994 tcache_thread_freeres. Define for USE_TCACHE and !USE_TCACHE
21995 alike. Remove freeres marker.
21996 * malloc/arena.c (arena_thread_freeres): Call
21997 tcache_thread_shutdown.
21998
21999 2017-11-23 Florian Weimer <fweimer@redhat.com>
22000
22001 [BZ #22459]
22002 Export nscd hash function as __nss_hash.
22003 * include/nss.h (__nss_hash): Declare.
22004 * nis/nis_hash.c (__nis_hash): Call __nss_hash. Turn into compat
22005 symbol.
22006 * nscd/Makefile (aux, nscd-modules): Remove nscd_hash.
22007 * nscd/cache.c (cache_search, cache_add): Call __nss_hash instead
22008 of __nscd_hash.
22009 * nscd/nscd_helper.c (__nscd_cache_search): Likewise.
22010 * nscd/nscd_hash.h, nscd/nscd_hash.c: Remove files.
22011 * nss/Makefiles (routines): Add nss_hash.
22012 * nss/Versions (GLIBC_PRIVATE): Export __nss_hash.
22013 * nss/nss_hash.c: Rename from nis/nis_hash.c.
22014 (__nss_hash): Rename from __nis_hash. Define hidden alias.
22015 * nis/rpcsvc/nislib.h (__nis_hash): Remove declaration.
22016
22017 2017-11-23 Florian Weimer <fweimer@redhat.com>
22018
22019 [BZ #22478]
22020 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Retry on EINTR.
22021 Return error code, not -1.
22022 * signal/tst-sigwait-eintr.c: New file.
22023 * signal/Makefile (tests): Add tst-sigwait-eintr.
22024
22025 2017-11-23 Florian Weimer <fweimer@redhat.com>
22026
22027 Linux: Add memfd_create system call wrapper
22028 * sysdeps/unix/sysv/linux/Makefile [misc] (tests): Add
22029 tst-memfd_create.
22030 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_GNU]
22031 (MFD_CLOEXEC, MFD_ALLOW_SEALING): Define.
22032 [__USE_GNU] (memfd_create): Declare.
22033 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.27): Add memfd_create.
22034 * sysdeps/unix/sysv/linux/syscalls.list (memfd_create): Add.
22035 * sysdeps/unix/sysv/linux/tst-memfd_create.c: New file.
22036 * sysdeps/unix/sysv/linux/**.abilist: Update.
22037 * manual/llio.texi (Memory-mapped I/O): Document memfd_create.
22038
22039 2017-11-22 Joseph Myers <joseph@codesourcery.com>
22040
22041 * localedata/gen-locale.sh: Fix typo in variable name.
22042
22043 * resolv/res_debug.c (p_secstodate): Condition definition on
22044 [SHLIB_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_27)]. Define
22045 directly as __p_secstodate, and as a compat symbol. Do not use
22046 libresolv_hidden_def.
22047 * resolv/resolv.h (p_secstodate): Remove macro and function
22048 declaration.
22049 * resolv/ns_print.c (ns_sprintrrf): Print times with %lu, not
22050 using p_secstodate.
22051 * include/resolv.h (__p_secstodate): Do not use
22052 libresolv_hidden_proto.
22053 * resolv/Makefile (tests): Move tst-p_secstodate to ....
22054 (tests-internal): ... here.
22055 * resolv/tst-p_secstodate.c: Include <shlib-compat.h>. Condition
22056 all contents on [TEST_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_27)]
22057 and declare and use __p_secstodate and use compat_symbol_reference
22058 in that case.
22059 [!TEST_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_27)] (do_test): Add
22060 implementation returning 77.
22061
22062 [BZ #22463]
22063 * resolv/res_debug.c: Include <libc-diag.h>.
22064 (p_secstodate): Assert time_t at least as wide as u_long. On
22065 overflow, use integer seconds since the epoch as output, or use
22066 "<overflow>" as output and set errno to EOVERFLOW if integer
22067 seconds since the epoch would be 14 or more characters.
22068 (p_secstodate) [__GNUC_PREREQ (7, 0)]: Disable -Wformat-overflow=
22069 for sprintf call.
22070 * resolv/tst-p_secstodate.c: New file.
22071 * resolv/Makefile (tests): Add tst-p_secstodate.
22072 ($(objpfx)tst-p_secstodate): Depend on $(objpfx)libresolv.so.
22073
22074 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Remove file.
22075 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
22076 * sysdeps/sparc/sparc64/soft-fp/s_scalbnl.c: Likewise.
22077
22078 2017-11-22 Paul Eggert <eggert@cs.ucla.edu>
22079
22080 * posix/regcomp.c (init_word_char): Add comments.
22081
22082 2017-11-22 Joseph Myers <joseph@codesourcery.com>
22083
22084 [BZ #22447]
22085 * sysdeps/unix/getlogin_r.c (__getlogin_r): Use __strnlen not
22086 strlen to compute length of ut_user and set trailing NUL byte of
22087 result explicitly.
22088
22089 2017-11-21 Mike FABIAN <mfabian@redhat.com>
22090
22091 [BZ #15537]
22092 * localedata/locales/lv_LV (LC_COLLATE): Fix collation by
22093 using “copy "iso14651_t1"” and then implementing the
22094 collation rules for lv from CLDR on top of that.
22095 * Makefile: Add lv_LV.UTF-8 to test-input and to the list
22096 of locales to be built for testing.
22097 * lv_LV.UTF-8.in: New file with test data to test the Latvian
22098 sorting.
22099
22100 2017-11-21 Joseph Myers <joseph@codesourcery.com>
22101
22102 * sysdeps/unix/sysv/linux/hppa/bits/mman.h
22103 [__USE_MISC] (MADV_SPACEAVAIL): Remove macro.
22104 [__USE_MISC] (MADV_VPS_PURGE): Likewise.
22105 [__USE_MISC] (MADV_VPS_INHERIT): Likewise.
22106 [__USE_MISC] (MADV_HWPOISON): New macro.
22107 [__USE_MISC] (MADV_SOFT_OFFLINE): Likewise.
22108
22109 2017-11-21 Adhemerval Zanella <adhemerval.zanella@linaro.org>
22110
22111 * nptl/pthreadP.h (ASSERT_PTHREAD_INTERNAL_SIZE): Add workarond for
22112 -Wmissing-braces on GCC 4.9.
22113
22114 2017-11-21 Stefan Liebler <stli@linux.vnet.ibm.com>
22115
22116 * sysdeps/s390/s390-64/start.S (_start): Add cfi information for r14.
22117 * sysdeps/s390/s390-32/start.S (_start): Likewise
22118 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S
22119 (thread_start): Likewise.
22120 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S
22121 (thread_start): Likewise.
22122 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S
22123 (__makecontext_ret): Likewise.
22124 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S
22125 (__makecontext_ret): Likewise.
22126
22127 2017-11-21 Stefan Liebler <stli@linux.vnet.ibm.com>
22128
22129 * include/wchar.h (__wcsnlen, __wcscat, __wcsncpy, __wcpncpy,
22130 __wcschrnul): Remove attribute_hidden.
22131
22132 2017-11-20 Paul Eggert <eggert@cs.ucla.edu>
22133
22134 regex: don't assume uint64_t or uint32_t
22135 This avoids -Werror=overflow errors for 32-bit systems in
22136 the 64-bit case. Problem reported by Joseph Myers in:
22137 https://sourceware.org/ml/libc-alpha/2017-11/msg00694.html
22138 Also, when this code is used in Gnulib it ports to platforms
22139 that lack uint64_t and uint32_t. The C standard doesn't guarantee
22140 them, and on some 32-bit compilers there is no uint64_t.
22141 Problem reported by Gianluigi Tiesi in:
22142 http://lists.gnu.org/archive/html/bug-gnulib/2012-03/msg00154.html
22143 * posix/regcomp.c (init_word_char): Don't assume that the types
22144 uint64_t and uint32_t exist. Adapted from Gnulib patch
22145 2012-05-27T06:40:00!eggert@cs.ucla.edu. See:
22146 https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=252b52457da7887667c036d18cc5169777615bb0
22147
22148 2017-11-20 Siddhesh Poyarekar <siddhesh@sourceware.org>
22149
22150 * sysdeps/aarch64/memset-reg.h: New file.
22151 * sysdeps/aarch64/memset.S: Use it.
22152 (__memset): Rename to MEMSET macro.
22153 [ZVA_MACRO]: Use zva_macro.
22154 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines):
22155 Add memset_generic and memset_falkor.
22156 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
22157 (__libc_ifunc_impl_list): Add memset ifuncs.
22158 * sysdeps/aarch64/multiarch/init-arch.h (INIT_ARCH): New
22159 local variable zva_size.
22160 * sysdeps/aarch64/multiarch/memset.c: New file.
22161 * sysdeps/aarch64/multiarch/memset_generic.S: New file.
22162 * sysdeps/aarch64/multiarch/memset_falkor.S: New file.
22163 * sysdeps/aarch64/multiarch/rtld-memset.S: New file.
22164 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c
22165 (DCZID_DZP_MASK): New macro.
22166 (DCZID_BS_MASK): Likewise.
22167 (init_cpu_features): Read and set zva_size.
22168 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h
22169 (struct cpu_features): New member zva_size.
22170
22171 * benchtests/bench-memcpy-walk.c (START_SIZE): Set to 128.
22172 * benchtests/bench-memmove-walk.c (START_SIZE): Likewise.
22173 * benchtests/bench-memset-walk.c (START_SIZE): Likewise.
22174
22175 * benchtests/bench-memcpy-walk.c (do_one_test): Copy only
22176 backwards. Fix timing computation.
22177 * benchtests/bench-memmove-walk.c (do_one_test): Likewise.
22178 * benchtests/bench-memset-walk.c (do_one_test): Walk backwards
22179 on memset by N at a time. Fix timing computation.
22180
22181 2017-11-20 Florian Weimer <fweimer@redhat.com>
22182
22183 * manual/llio.texi (Memory-mapped I/O): Document MAP_HUGETLB,
22184 MADV_HUGEPAGE, MADV_NOHUGEPAGE.
22185
22186 2017-11-19 Florian Weimer <fweimer@redhat.com>
22187
22188 manual: Document mprotect
22189 * manual/memory.texi (Memory Protection): New section.
22190 * manual/llio.texi (Memory-mapped I/O): Remove duplicate
22191 documentation of PROT_* flags and reference the Memory Protection
22192 section instead.
22193
22194 2017-11-19 Florian Weimer <fweimer@redhat.com>
22195
22196 * manual/llio.texi (I/O Primitives): Move preadv, preadv64,
22197 pwritev, pwritev64, preadv2, preadv64v2, pwritev2, pwritev64v2 ...
22198 (Scatter-Gather): ... to here. Remove misleading comment.
22199
22200 2017-11-18 Christian Brauner <christian.brauner@ubuntu.com>
22201
22202 * support/support_become_root.c (setup_uid_gid_mapping): Fix comment
22203 style.
22204
22205 * support/support_become_root.c (setup_uid_gid_mapping): Don't fail
22206 when /proc/<pid>/setgroups does not exist.
22207
22208 2017-11-18 Florian Weimer <fweimer@redhat.com>
22209
22210 * sysdeps/unix/sysv/linux/tst-ttyname.c
22211 (become_root_in_mount_ns): Remove.
22212 (do_in_chroot_1): Call support_enter_mount_namespace.
22213 (do_in_chroot_2): Likewise.
22214 (do_test): Call support_become_root early.
22215
22216 2017-11-18 Florian Weimer <fweimer@redhat.com>
22217
22218 * support/namespace.h (support_enter_mount_namespace): Declare.
22219 * support/support_enter_mount_namespace.c: New file.
22220 * support/Makefile (libsupport-routines): Add
22221 support_enter_mount_namespace.
22222
22223 2017-11-18 Florian Weimer <fweimer@redhat.com>
22224
22225 * support/temp_file.c (support_create_temp_directory): Use
22226 test_dir and do not rely on the presence of the XXXXXX suffix.
22227 * support/temp_file.h (support_create_temp_directory): Update
22228 comment.
22229 * support/tst-xreadlink.c (do_test): Adjust.
22230 * support/support_chroot.c (support_chroot_create): Likewise.
22231
22232 2017-11-17 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
22233
22234 * sysdeps/powerpc/bits/hwcap.h (PPC_FEATURE2_HTM_NO_SUSPEND): New
22235 macro.
22236 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add
22237 htm-no-suspend.
22238
22239 2017-11-17 Joseph Myers <joseph@codesourcery.com>
22240
22241 * sysdeps/x86_64/fpu/e_expl.S: Include <libm-alias-ldouble.h>.
22242 [USE_AS_EXPM1L] (expm1l): Define using libm_alias_ldouble.
22243 * sysdeps/x86_64/fpu/s_ceill.S: Include <libm-alias-ldouble.h>.
22244 (ceill): Define using libm_alias_ldouble.
22245 * sysdeps/x86_64/fpu/s_copysignl.S: Include
22246 <libm-alias-ldouble.h>.
22247 (copysignl): Define using libm_alias_ldouble.
22248 * sysdeps/x86_64/fpu/s_fabsl.S: Include <libm-alias-ldouble.h>.
22249 (fabsl): Define using libm_alias_ldouble.
22250 * sysdeps/x86_64/fpu/s_floorl.S: Include <libm-alias-ldouble.h>.
22251 (floorl): Define using libm_alias_ldouble.
22252 * sysdeps/x86_64/fpu/s_fmaxl.S: Include <libm-alias-ldouble.h>.
22253 (fmaxl): Define using libm_alias_ldouble.
22254 * sysdeps/x86_64/fpu/s_fminl.S: Include <libm-alias-ldouble.h>.
22255 (fminl): Define using libm_alias_ldouble.
22256 * sysdeps/x86_64/fpu/s_llrintl.S: Include <libm-alias-ldouble.h>.
22257 (llrintl): Define using libm_alias_ldouble.
22258 (lrintl): Likewise.
22259 * sysdeps/x86_64/fpu/s_nearbyintl.S: Include
22260 <libm-alias-ldouble.h>.
22261 (nearbyintl): Define using libm_alias_ldouble.
22262 * sysdeps/x86_64/fpu/s_truncl.S: Include <libm-alias-ldouble.h>.
22263 (truncl): Define using libm_alias_ldouble.
22264 * sysdeps/x86_64/x32/fpu/s_lrintl.S: Include
22265 <libm-alias-ldouble.h>.
22266 (lrintl): Define using libm_alias_ldouble.
22267
22268 * sysdeps/i386/fpu/e_expl.S: Include <libm-alias-ldouble.h>.
22269 [USE_AS_EXPM1L] (expm1l): Define using libm_alias_ldouble.
22270 * sysdeps/i386/fpu/s_asinhl.S: Include <libm-alias-ldouble.h>.
22271 (asinhl): Define using libm_alias_ldouble.
22272 * sysdeps/i386/fpu/s_atanl.c: Include <libm-alias-ldouble.h>.
22273 (atanl): Define using libm_alias_ldouble.
22274 * sysdeps/i386/fpu/s_cbrtl.S: Include <libm-alias-ldouble.h>.
22275 (cbrtl): Define using libm_alias_ldouble.
22276 * sysdeps/i386/fpu/s_ceill.S: Include <libm-alias-ldouble.h>.
22277 (ceill): Define using libm_alias_ldouble.
22278 * sysdeps/i386/fpu/s_copysignl.S: Include <libm-alias-ldouble.h>.
22279 (copysignl): Define using libm_alias_ldouble.
22280 * sysdeps/i386/fpu/s_fabsl.S: Include <libm-alias-ldouble.h>.
22281 (fabsl): Define using libm_alias_ldouble.
22282 * sysdeps/i386/fpu/s_floorl.S: Include <libm-alias-ldouble.h>.
22283 (floorl): Define using libm_alias_ldouble.
22284 * sysdeps/i386/fpu/s_fmaxl.S: Include <libm-alias-ldouble.h>.
22285 (fmaxl): Define using libm_alias_ldouble.
22286 * sysdeps/i386/fpu/s_fminl.S: Include <libm-alias-ldouble.h>.
22287 (fminl): Define using libm_alias_ldouble.
22288 * sysdeps/i386/fpu/s_frexpl.S: Include <libm-alias-ldouble.h>.
22289 (frexpl): Define using libm_alias_ldouble.
22290 * sysdeps/i386/fpu/s_llrintl.S: Include <libm-alias-ldouble.h>.
22291 (llrintl): Define using libm_alias_ldouble.
22292 * sysdeps/i386/fpu/s_logbl.c: Include <libm-alias-ldouble.h>.
22293 (logbl): Define using libm_alias_ldouble.
22294 * sysdeps/i386/fpu/s_lrintl.S: Include <libm-alias-ldouble.h>.
22295 (lrintl): Define using libm_alias_ldouble.
22296 * sysdeps/i386/fpu/s_nearbyintl.S: Include <libm-alias-ldouble.h>.
22297 (nearbyintl): Define using libm_alias_ldouble.
22298 * sysdeps/i386/fpu/s_nextafterl.c: Include <libm-alias-ldouble.h>.
22299 (nextafterl): Define using libm_alias_ldouble.
22300 * sysdeps/i386/fpu/s_remquol.S: Include <libm-alias-ldouble.h>.
22301 (remquol): Define using libm_alias_ldouble.
22302 * sysdeps/i386/fpu/s_rintl.c: Include <libm-alias-ldouble.h>.
22303 (rintl): Define using libm_alias_ldouble.
22304 * sysdeps/i386/fpu/s_truncl.S: Include <libm-alias-ldouble.h>.
22305 (truncl): Define using libm_alias_ldouble.
22306 * sysdeps/i386/i686/fpu/s_fmaxl.S: Include <libm-alias-ldouble.h>.
22307 (fmaxl): Define using libm_alias_ldouble.
22308 * sysdeps/i386/i686/fpu/s_fminl.S: Include <libm-alias-ldouble.h>.
22309 (fminl): Define using libm_alias_ldouble.
22310
22311 * bits/floatn-common.h [!__ASSEMBLER]: Disable everything related
22312 to C syntax instead of availability and properties of types.
22313 * bits/floatn.h [!__ASSEMBLER]: Likewise.
22314 * sysdeps/ia64/bits/floatn.h [!__ASSEMBLER]: Likewise.
22315 * sysdeps/ieee754/ldbl-128/bits/floatn.h [!__ASSEMBLER]: Likewise.
22316 * sysdeps/mips/ieee754/bits/floatn.h [!__ASSEMBLER]: Likewise.
22317 * sysdeps/powerpc/bits/floatn.h [!__ASSEMBLER]: Likewise.
22318 * sysdeps/x86/bits/floatn.h [!__ASSEMBLER]: Likewise.
22319
22320 2017-11-17 Florian Weimer <fweimer@redhat.com>
22321
22322 support_become_root: Enable file creation in namespaces.
22323 * support/support_become_root.c (setup_mapping): New function.
22324 (support_become_root): Call it.
22325
22326 2017-11-17 Joseph Myers <joseph@codesourcery.com>
22327
22328 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_DCPOP): New
22329 macro.
22330
22331 2017-11-16 Adhemerval Zanella <adhemerval.zanella@linaro.org>
22332
22333 * sysdeps/aarch64/fpu/Makefile (CFLAGS-s_fmax.c, CFLAGS-s_fmaxf.c,
22334 CFLAGS-s_fmin.c, CFLAGS-s_fminf.c): New rule: add -ffinite-math-only.
22335
22336 2017-11-16 Joseph Myers <joseph@codesourcery.com>
22337
22338 * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_RAWIP): New macro.
22339
22340 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
22341 version to 4.14.
22342
22343 2017-11-16 Siddhesh Poyarekar <siddhesh@sourceware.org>
22344
22345 * INSTALL: Fix botched up regeneration.
22346
22347 * NEWS: Update sourceare link to https.
22348 * configure.ac: Likewise.
22349 * crypt/md5test-giant.c: Likewise.
22350 * dlfcn/bug-atexit1.c: Likewise.
22351 * dlfcn/bug-atexit2.c: Likewise.
22352 * localedata/README: Likewise.
22353 * malloc/tst-mallocfork.c: Likewise.
22354 * manual/install.texi: Likewise.
22355 * nptl/tst-pthread-getattr.c: Likewise.
22356 * stdio-common/tst-fgets.c: Likewise.
22357 * stdio-common/tst-fwrite.c: Likewise.
22358 * sunrpc/Makefile: Likewise.
22359 * sysdeps/arm/armv7/multiarch/memcpy_impl.S: Likewise.
22360 * wcsmbs/tst-mbrtowc2.c: Likewise.
22361 * configure: Regenerate.
22362 * INSTALL: Regenerate.
22363
22364 2017-11-15 Martin Sebor <msebor@redhat.com>
22365
22366 * misc/sys/cdefs.h (__attribute_nonstring__): New macro.
22367 * sysdeps/gnu/bits/utmp.h (struct utmp): Use it.
22368 * sysdeps/unix/sysv/linux/s390/bits/utmp.h (struct utmp): Same.
22369
22370 2017-11-15 Luke Shumaker <lukeshu@parabola.nu>
22371
22372 [BZ #22145]
22373 * sysdeps/unix/sysv/linux/tst-ttyname.c: New file.
22374 * sysdeps/unix/sysv/linux/Makefile: Add tst-ttyname to tests.
22375
22376 [BZ #22145]
22377 * sysdeps/unix/sysv/linux/ttyname.c (ttyname):
22378 Defer is_pty check until end of the function.
22379 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
22380
22381 [BZ #22145]
22382 * sysdeps/unix/sysv/linux/ttyname.h (is_mytty): New function.
22383 * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Call is_mytty.
22384 (ttyname): Likewise.
22385 * sysdeps/unix/sysv/linux/ttyname_r.c (getttyname_r): Likewise.
22386 (__ttyname_r): Likewise.
22387
22388 * sysdeps/unix/sysv/linux/ttyname.h (is_pty): Change return type from
22389 int to bool.
22390
22391 * sysdeps/unix/sysv/linux/ttyname.h (is_pty): Update doc reference.
22392
22393 * manual/terminal.texi (Is It a Terminal):
22394 Mention ENODEV for ttyname and ttyname_r.
22395
22396 2017-11-15 Joseph Myers <joseph@codesourcery.com>
22397
22398 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_ZEROCOPY): New enum
22399 constant and macro.
22400
22401 * sysdeps/unix/sysv/linux/bits/mman-linux.h
22402 [__USE_MISC] (MADV_WIPEONFORK): New macro.
22403 [__USE_MISC] (MADV_KEEPONFORK): Likewise.
22404 * sysdeps/unix/sysv/linux/hppa/bits/mman.h
22405 [__USE_MISC] (MADV_WIPEONFORK): Likewise.
22406 [__USE_MISC] (MADV_KEEPONFORK): Likewise.
22407
22408 2017-11-15 Adhemerval Zanella <adhemerval.zanella@linaro.org>
22409
22410 * signal/sigrelse.c (sigrelse): Optimize implementation.
22411
22412 * sysdeps/posix/sigpause.c (do_sigpause): Remove.
22413 (__sigpause): Rely on __sigsuspend to implement single thread
22414 optimization. Add LIBC_CANCEL_HANDLED for cancellation marking.
22415
22416 2017-11-15 Joseph Myers <joseph@codesourcery.com>
22417
22418 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
22419 kernel version to 4.14.
22420
22421 2017-11-15 Steve Ellcey <sellcey@cavium.com>
22422
22423 [BZ #22442]
22424 * sysdeps/unix/sysv/linux/if_index.c (__if_nametoindex):
22425 Check if ifname is too long.
22426
22427 2017-11-15 Luke Shumaker <lukeshu@parabola.nu>
22428
22429 * sysdeps/unix/sysv/linux/epoll_wait.c: Include <sysdep-cancel.h>.
22430
22431 2017-11-15 Mike FABIAN <mfabian@redhat.com>
22432
22433 * localedata/locales/ka_GE (LC_MESSAGES): Add “X” back to yesexpr,
22434 was accidentally lost.
22435
22436 2017-11-15 Mike FABIAN <mfabian@redhat.com>
22437
22438 * localedata/locales/az_IR: Add standard copyright header.
22439
22440 2017-11-15 Florian Weimer <fweimer@redhat.com>
22441
22442 [BZ #22439]
22443 * malloc/malloc.c (__malloc_info): Count all heaps in an arena,
22444 not just the top one. Output a new "subheaps" statistic.
22445
22446 2017-11-15 Florian Weimer <fweimer@redhat.com>
22447
22448 [BZ #22408]
22449 * malloc/malloc.c (__malloc_info): Obtain arena heap statistics
22450 under the per-arena lock.
22451 * malloc/Makefile (tests): Add tst-malloc_info.
22452 (tst-malloc_info): Link with libpthread.
22453 * malloc/tst-malloc_info.c: New file.
22454
22455 2017-11-15 Joseph Myers <joseph@codesourcery.com>
22456
22457 [BZ #21660]
22458 * math/tgmath.h (__HAVE_BUILTIN_TGMATH): New macro.
22459 [__HAVE_BUILTIN_TGMATH] (__TG_F16_ARG): Likewise.
22460 [__HAVE_BUILTIN_TGMATH] (__TG_F32_ARG): Likewise.
22461 [__HAVE_BUILTIN_TGMATH] (__TG_F64_ARG): Likewise.
22462 [__HAVE_BUILTIN_TGMATH] (__TG_F128_ARG): Likewise.
22463 [__HAVE_BUILTIN_TGMATH] (__TG_F32X_ARG): Likewise.
22464 [__HAVE_BUILTIN_TGMATH] (__TG_F64X_ARG): Likewise.
22465 [__HAVE_BUILTIN_TGMATH] (__TG_F128X_ARG): Likewise.
22466 [__HAVE_BUILTIN_TGMATH] (__TGMATH_FUNCS): Likewise.
22467 [__HAVE_BUILTIN_TGMATH] (__TGMATH_RCFUNCS): Likewise.
22468 [__HAVE_BUILTIN_TGMATH] (__TGMATH_1): Likewise.
22469 [__HAVE_BUILTIN_TGMATH] (__TGMATH_2): Likewise.
22470 [__HAVE_BUILTIN_TGMATH] (__TGMATH_2STD): Likewise.
22471 [__HAVE_BUILTIN_TGMATH] (__TGMATH_3): Likewise.
22472 [__HAVE_BUILTIN_TGMATH] (__TGMATH_1C): Likewise.
22473 [__HAVE_BUILTIN_TGMATH] (__TGMATH_2C): Likewise.
22474 (__tgml): Make conditional on [!__HAVE_BUILTIN_TGMATH].
22475 (__floating_type): Likewise.
22476 (__real_integer_type): Likewise.
22477 (__complex_integer_type): Likewise.
22478 (__expr_is_real): Likewise.
22479 (__tgmath_real_type_sub): Likewise.
22480 (__tgmath_real_type): Likewise.
22481 (__tgmath_complex_type_sub): Likewise.
22482 (__tgmath_complex_type): Likewise.
22483 (__TGMATH_F128): Likewise.
22484 (__TGMATH_CF128): Likewise.
22485 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_REAL_ONLY): Define using
22486 new macros.
22487 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_REAL_RET_ONLY): Likewise.
22488 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_FIRST_REAL_ONLY):
22489 Likewise.
22490 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_FIRST_REAL_STD_ONLY):
22491 Likewise.
22492 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_REAL_ONLY): Likewise.
22493 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_REAL_STD_ONLY): Likewise.
22494 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_REAL_RET_ONLY): Likewise.
22495 [__HAVE_BUILTIN_TGMATH] (__TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY):
22496 Likewise.
22497 [__HAVE_BUILTIN_TGMATH] (__TGMATH_TERNARY_REAL_ONLY): Likewise.
22498 [__HAVE_BUILTIN_TGMATH] (__TGMATH_TERNARY_FIRST_REAL_RET_ONLY):
22499 Likewise.
22500 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_REAL_IMAG): Likewise.
22501 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_IMAG): Likewise.
22502 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_REAL_IMAG_RET_REAL):
22503 Likewise.
22504 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_REAL_IMAG): Likewise.
22505 (__TGMATH_UNARY_REAL_IMAG_RET_REAL_SAME): New macro.
22506 (carg): Use __TGMATH_UNARY_REAL_IMAG_RET_REAL_SAME.
22507 (cimag): Likewise.
22508 (creal): Likewise.
22509
22510 2017-11-14 Joseph Myers <joseph@codesourcery.com>
22511
22512 * string/tester.c (test_stpncpy): Disable -Wstringop-truncation
22513 for stpncpy calls for GCC 8.
22514 (test_strncat): Disable -Wstringop-truncation warning for strncat
22515 calls for GCC 8. Disable -Wstringop-overflow= warning for one
22516 strncat call for GCC 7.
22517 (test_strncpy): Disable -Wstringop-truncation warning for strncpy
22518 calls for GCC 8.
22519 (test_memcmp): Use memcpy instead of strncpy for calls not copying
22520 trailing NUL.
22521
22522 * string/bug-strncat1.c: Include <libc-diag.h>.
22523 (main): Disable -Wstringop-truncation for strncat call for GCC 8.
22524
22525 2017-11-13 Claude Paroz <claude@2xlibre.net>
22526
22527 [BZ #22387]
22528 * localedata/locales/aa_DJ: Improved readibility by replacing
22529 <Uxxxx> sequences in the ASCII printable range by their ASCII
22530 character equivalents.
22531 * localedata/locales/aa_ER: Likewise.
22532 * localedata/locales/aa_ER@saaho: Likewise.
22533 * localedata/locales/aa_ET: Likewise.
22534 * localedata/locales/af_ZA: Likewise.
22535 * localedata/locales/agr_PE: Likewise.
22536 * localedata/locales/ak_GH: Likewise.
22537 * localedata/locales/am_ET: Likewise.
22538 * localedata/locales/anp_IN: Likewise.
22539 * localedata/locales/ar_AE: Likewise.
22540 * localedata/locales/ar_BH: Likewise.
22541 * localedata/locales/ar_DZ: Likewise.
22542 * localedata/locales/ar_EG: Likewise.
22543 * localedata/locales/ar_IN: Likewise.
22544 * localedata/locales/ar_IQ: Likewise.
22545 * localedata/locales/ar_JO: Likewise.
22546 * localedata/locales/ar_KW: Likewise.
22547 * localedata/locales/ar_LB: Likewise.
22548 * localedata/locales/ar_LY: Likewise.
22549 * localedata/locales/ar_MA: Likewise.
22550 * localedata/locales/ar_OM: Likewise.
22551 * localedata/locales/ar_QA: Likewise.
22552 * localedata/locales/ar_SA: Likewise.
22553 * localedata/locales/ar_SD: Likewise.
22554 * localedata/locales/ar_SS: Likewise.
22555 * localedata/locales/ar_SY: Likewise.
22556 * localedata/locales/ar_TN: Likewise.
22557 * localedata/locales/ar_YE: Likewise.
22558 * localedata/locales/as_IN: Likewise.
22559 * localedata/locales/ast_ES: Likewise.
22560 * localedata/locales/ayc_PE: Likewise.
22561 * localedata/locales/az_AZ: Likewise.
22562 * localedata/locales/az_IR: Likewise.
22563 * localedata/locales/be_BY: Likewise.
22564 * localedata/locales/be_BY@latin: Likewise.
22565 * localedata/locales/bem_ZM: Likewise.
22566 * localedata/locales/ber_DZ: Likewise.
22567 * localedata/locales/ber_MA: Likewise.
22568 * localedata/locales/bg_BG: Likewise.
22569 * localedata/locales/bhb_IN: Likewise.
22570 * localedata/locales/bho_IN: Likewise.
22571 * localedata/locales/bi_VU: Likewise.
22572 * localedata/locales/bn_BD: Likewise.
22573 * localedata/locales/bn_IN: Likewise.
22574 * localedata/locales/bo_CN: Likewise.
22575 * localedata/locales/bo_IN: Likewise.
22576 * localedata/locales/br_FR: Likewise.
22577 * localedata/locales/brx_IN: Likewise.
22578 * localedata/locales/bs_BA: Likewise.
22579 * localedata/locales/byn_ER: Likewise.
22580 * localedata/locales/ca_AD: Likewise.
22581 * localedata/locales/ca_ES: Likewise.
22582 * localedata/locales/ca_FR: Likewise.
22583 * localedata/locales/ca_IT: Likewise.
22584 * localedata/locales/ce_RU: Likewise.
22585 * localedata/locales/chr_US: Likewise.
22586 * localedata/locales/cmn_TW: Likewise.
22587 * localedata/locales/crh_UA: Likewise.
22588 * localedata/locales/cs_CZ: Likewise.
22589 * localedata/locales/csb_PL: Likewise.
22590 * localedata/locales/cv_RU: Likewise.
22591 * localedata/locales/cy_GB: Likewise.
22592 * localedata/locales/da_DK: Likewise.
22593 * localedata/locales/de_AT: Likewise.
22594 * localedata/locales/de_BE: Likewise.
22595 * localedata/locales/de_CH: Likewise.
22596 * localedata/locales/de_DE: Likewise.
22597 * localedata/locales/de_IT: Likewise.
22598 * localedata/locales/de_LI: Likewise.
22599 * localedata/locales/de_LU: Likewise.
22600 * localedata/locales/doi_IN: Likewise.
22601 * localedata/locales/dv_MV: Likewise.
22602 * localedata/locales/dz_BT: Likewise.
22603 * localedata/locales/el_CY: Likewise.
22604 * localedata/locales/el_GR: Likewise.
22605 * localedata/locales/en_AG: Likewise.
22606 * localedata/locales/en_AU: Likewise.
22607 * localedata/locales/en_BW: Likewise.
22608 * localedata/locales/en_CA: Likewise.
22609 * localedata/locales/en_DK: Likewise.
22610 * localedata/locales/en_GB: Likewise.
22611 * localedata/locales/en_HK: Likewise.
22612 * localedata/locales/en_IE: Likewise.
22613 * localedata/locales/en_IL: Likewise.
22614 * localedata/locales/en_IN: Likewise.
22615 * localedata/locales/en_NG: Likewise.
22616 * localedata/locales/en_NZ: Likewise.
22617 * localedata/locales/en_PH: Likewise.
22618 * localedata/locales/en_SG: Likewise.
22619 * localedata/locales/en_US: Likewise.
22620 * localedata/locales/en_ZA: Likewise.
22621 * localedata/locales/en_ZM: Likewise.
22622 * localedata/locales/en_ZW: Likewise.
22623 * localedata/locales/eo: Likewise.
22624 * localedata/locales/es_AR: Likewise.
22625 * localedata/locales/es_BO: Likewise.
22626 * localedata/locales/es_CL: Likewise.
22627 * localedata/locales/es_CO: Likewise.
22628 * localedata/locales/es_CR: Likewise.
22629 * localedata/locales/es_CU: Likewise.
22630 * localedata/locales/es_DO: Likewise.
22631 * localedata/locales/es_EC: Likewise.
22632 * localedata/locales/es_ES: Likewise.
22633 * localedata/locales/es_GT: Likewise.
22634 * localedata/locales/es_HN: Likewise.
22635 * localedata/locales/es_MX: Likewise.
22636 * localedata/locales/es_NI: Likewise.
22637 * localedata/locales/es_PA: Likewise.
22638 * localedata/locales/es_PE: Likewise.
22639 * localedata/locales/es_PR: Likewise.
22640 * localedata/locales/es_PY: Likewise.
22641 * localedata/locales/es_SV: Likewise.
22642 * localedata/locales/es_US: Likewise.
22643 * localedata/locales/es_UY: Likewise.
22644 * localedata/locales/es_VE: Likewise.
22645 * localedata/locales/et_EE: Likewise.
22646 * localedata/locales/eu_ES: Likewise.
22647 * localedata/locales/eu_ES@euro: Likewise.
22648 * localedata/locales/fa_IR: Likewise.
22649 * localedata/locales/ff_SN: Likewise.
22650 * localedata/locales/fi_FI: Likewise.
22651 * localedata/locales/fil_PH: Likewise.
22652 * localedata/locales/fo_FO: Likewise.
22653 * localedata/locales/fr_BE: Likewise.
22654 * localedata/locales/fr_CA: Likewise.
22655 * localedata/locales/fr_CH: Likewise.
22656 * localedata/locales/fr_FR: Likewise.
22657 * localedata/locales/fr_LU: Likewise.
22658 * localedata/locales/fur_IT: Likewise.
22659 * localedata/locales/fy_DE: Likewise.
22660 * localedata/locales/fy_NL: Likewise.
22661 * localedata/locales/ga_IE: Likewise.
22662 * localedata/locales/gd_GB: Likewise.
22663 * localedata/locales/gez_ER: Likewise.
22664 * localedata/locales/gez_ET: Likewise.
22665 * localedata/locales/gl_ES: Likewise.
22666 * localedata/locales/gu_IN: Likewise.
22667 * localedata/locales/gv_GB: Likewise.
22668 * localedata/locales/ha_NG: Likewise.
22669 * localedata/locales/hak_TW: Likewise.
22670 * localedata/locales/he_IL: Likewise.
22671 * localedata/locales/hi_IN: Likewise.
22672 * localedata/locales/hif_FJ: Likewise.
22673 * localedata/locales/hne_IN: Likewise.
22674 * localedata/locales/hr_HR: Likewise.
22675 * localedata/locales/hsb_DE: Likewise.
22676 * localedata/locales/ht_HT: Likewise.
22677 * localedata/locales/hu_HU: Likewise.
22678 * localedata/locales/hy_AM: Likewise.
22679 * localedata/locales/i18n: Likewise.
22680 * localedata/locales/ia_FR: Likewise.
22681 * localedata/locales/id_ID: Likewise.
22682 * localedata/locales/ig_NG: Likewise.
22683 * localedata/locales/ik_CA: Likewise.
22684 * localedata/locales/is_IS: Likewise.
22685 * localedata/locales/it_CH: Likewise.
22686 * localedata/locales/it_IT: Likewise.
22687 * localedata/locales/iu_CA: Likewise.
22688 * localedata/locales/ja_JP: Likewise.
22689 * localedata/locales/ka_GE: Likewise.
22690 * localedata/locales/kk_KZ: Likewise.
22691 * localedata/locales/kl_GL: Likewise.
22692 * localedata/locales/kn_IN: Likewise.
22693 * localedata/locales/ko_KR: Likewise.
22694 * localedata/locales/kok_IN: Likewise.
22695 * localedata/locales/ks_IN: Likewise.
22696 * localedata/locales/ks_IN@devanagari: Likewise.
22697 * localedata/locales/ku_TR: Likewise.
22698 * localedata/locales/kw_GB: Likewise.
22699 * localedata/locales/ky_KG: Likewise.
22700 * localedata/locales/lb_LU: Likewise.
22701 * localedata/locales/lg_UG: Likewise.
22702 * localedata/locales/li_BE: Likewise.
22703 * localedata/locales/li_NL: Likewise.
22704 * localedata/locales/lij_IT: Likewise.
22705 * localedata/locales/ln_CD: Likewise.
22706 * localedata/locales/lo_LA: Likewise.
22707 * localedata/locales/lt_LT: Likewise.
22708 * localedata/locales/lv_LV: Likewise.
22709 * localedata/locales/lzh_TW: Likewise.
22710 * localedata/locales/mag_IN: Likewise.
22711 * localedata/locales/mai_IN: Likewise.
22712 * localedata/locales/mg_MG: Likewise.
22713 * localedata/locales/mhr_RU: Likewise.
22714 * localedata/locales/mi_NZ: Likewise.
22715 * localedata/locales/mk_MK: Likewise.
22716 * localedata/locales/ml_IN: Likewise.
22717 * localedata/locales/mn_MN: Likewise.
22718 * localedata/locales/mni_IN: Likewise.
22719 * localedata/locales/mr_IN: Likewise.
22720 * localedata/locales/ms_MY: Likewise.
22721 * localedata/locales/mt_MT: Likewise.
22722 * localedata/locales/my_MM: Likewise.
22723 * localedata/locales/nan_TW: Likewise.
22724 * localedata/locales/nan_TW@latin: Likewise.
22725 * localedata/locales/nb_NO: Likewise.
22726 * localedata/locales/nds_DE: Likewise.
22727 * localedata/locales/nds_NL: Likewise.
22728 * localedata/locales/ne_NP: Likewise.
22729 * localedata/locales/nhn_MX: Likewise.
22730 * localedata/locales/niu_NU: Likewise.
22731 * localedata/locales/niu_NZ: Likewise.
22732 * localedata/locales/nl_AW: Likewise.
22733 * localedata/locales/nl_BE: Likewise.
22734 * localedata/locales/nl_NL: Likewise.
22735 * localedata/locales/nn_NO: Likewise.
22736 * localedata/locales/nr_ZA: Likewise.
22737 * localedata/locales/nso_ZA: Likewise.
22738 * localedata/locales/oc_FR: Likewise.
22739 * localedata/locales/om_ET: Likewise.
22740 * localedata/locales/om_KE: Likewise.
22741 * localedata/locales/or_IN: Likewise.
22742 * localedata/locales/os_RU: Likewise.
22743 * localedata/locales/pa_IN: Likewise.
22744 * localedata/locales/pa_PK: Likewise.
22745 * localedata/locales/pap_AW: Likewise.
22746 * localedata/locales/pap_CW: Likewise.
22747 * localedata/locales/pl_PL: Likewise.
22748 * localedata/locales/ps_AF: Likewise.
22749 * localedata/locales/pt_BR: Likewise.
22750 * localedata/locales/pt_PT: Likewise.
22751 * localedata/locales/quz_PE: Likewise.
22752 * localedata/locales/raj_IN: Likewise.
22753 * localedata/locales/ro_RO: Likewise.
22754 * localedata/locales/ru_RU: Likewise.
22755 * localedata/locales/ru_UA: Likewise.
22756 * localedata/locales/rw_RW: Likewise.
22757 * localedata/locales/sa_IN: Likewise.
22758 * localedata/locales/sat_IN: Likewise.
22759 * localedata/locales/sc_IT: Likewise.
22760 * localedata/locales/sd_IN: Likewise.
22761 * localedata/locales/sd_IN@devanagari: Likewise.
22762 * localedata/locales/se_NO: Likewise.
22763 * localedata/locales/sgs_LT: Likewise.
22764 * localedata/locales/shs_CA: Likewise.
22765 * localedata/locales/si_LK: Likewise.
22766 * localedata/locales/sid_ET: Likewise.
22767 * localedata/locales/sk_SK: Likewise.
22768 * localedata/locales/sl_SI: Likewise.
22769 * localedata/locales/sm_WS: Likewise.
22770 * localedata/locales/so_DJ: Likewise.
22771 * localedata/locales/so_ET: Likewise.
22772 * localedata/locales/so_KE: Likewise.
22773 * localedata/locales/so_SO: Likewise.
22774 * localedata/locales/sq_AL: Likewise.
22775 * localedata/locales/sq_MK: Likewise.
22776 * localedata/locales/sr_ME: Likewise.
22777 * localedata/locales/sr_RS: Likewise.
22778 * localedata/locales/sr_RS@latin: Likewise.
22779 * localedata/locales/ss_ZA: Likewise.
22780 * localedata/locales/st_ZA: Likewise.
22781 * localedata/locales/sv_FI: Likewise.
22782 * localedata/locales/sv_SE: Likewise.
22783 * localedata/locales/sw_KE: Likewise.
22784 * localedata/locales/sw_TZ: Likewise.
22785 * localedata/locales/szl_PL: Likewise.
22786 * localedata/locales/ta_IN: Likewise.
22787 * localedata/locales/ta_LK: Likewise.
22788 * localedata/locales/tcy_IN: Likewise.
22789 * localedata/locales/te_IN: Likewise.
22790 * localedata/locales/tg_TJ: Likewise.
22791 * localedata/locales/th_TH: Likewise.
22792 * localedata/locales/the_NP: Likewise.
22793 * localedata/locales/ti_ER: Likewise.
22794 * localedata/locales/ti_ET: Likewise.
22795 * localedata/locales/tig_ER: Likewise.
22796 * localedata/locales/tk_TM: Likewise.
22797 * localedata/locales/tl_PH: Likewise.
22798 * localedata/locales/tn_ZA: Likewise.
22799 * localedata/locales/to_TO: Likewise.
22800 * localedata/locales/tpi_PG: Likewise.
22801 * localedata/locales/tr_CY: Likewise.
22802 * localedata/locales/tr_TR: Likewise.
22803 * localedata/locales/ts_ZA: Likewise.
22804 * localedata/locales/tt_RU: Likewise.
22805 * localedata/locales/tt_RU@iqtelif: Likewise.
22806 * localedata/locales/ug_CN: Likewise.
22807 * localedata/locales/uk_UA: Likewise.
22808 * localedata/locales/unm_US: Likewise.
22809 * localedata/locales/ur_IN: Likewise.
22810 * localedata/locales/ur_PK: Likewise.
22811 * localedata/locales/uz_UZ: Likewise.
22812 * localedata/locales/uz_UZ@cyrillic: Likewise.
22813 * localedata/locales/ve_ZA: Likewise.
22814 * localedata/locales/vi_VN: Likewise.
22815 * localedata/locales/wa_BE: Likewise.
22816 * localedata/locales/wae_CH: Likewise.
22817 * localedata/locales/wal_ET: Likewise.
22818 * localedata/locales/wo_SN: Likewise.
22819 * localedata/locales/xh_ZA: Likewise.
22820 * localedata/locales/yi_US: Likewise.
22821 * localedata/locales/yo_NG: Likewise.
22822 * localedata/locales/yue_HK: Likewise.
22823 * localedata/locales/yuw_PG: Likewise.
22824 * localedata/locales/zh_CN: Likewise.
22825 * localedata/locales/zh_HK: Likewise.
22826 * localedata/locales/zh_SG: Likewise.
22827 * localedata/locales/zh_TW: Likewise.
22828 * localedata/locales/zu_ZA: Likewise.
22829
22830 2017-11-13 Florian Weimer <fweimer@redhat.com>
22831
22832 * support/next_to_fault.h, support/next_to_fault.c: New files.
22833 * support/Makefile (libsupport-routines): Add next_to_fault.
22834 * resolv/tst-inet_pton.c (struct next_to_fault)
22835 (next_to_fault_allocate, next_to_fault_free): Remove.
22836 (run_one_test): Switch to <support/next_to_fault.h> interfaces.
22837
22838 2017-11-13 H.J. Lu <hongjiu.lu@intel.com>
22839
22840 * elf/dl-support.c: Include <dl-procruntime.c>.
22841 * include/link.h: Include <link_map.h>.
22842 * sysdeps/generic/dl-procruntime.c: New file.
22843 * sysdeps/generic/link_map.h: Likewise.
22844 * sysdeps/generic/ldsodefs.h: Include <dl-procruntime.c> in
22845 the writable ld.so namespace.
22846
22847 2017-11-12 Paul Eggert <eggert@cs.ucla.edu>
22848
22849 timezone: pacify GCC -Wstringop-truncation
22850 Problem reported by Martin Sebor in:
22851 https://sourceware.org/ml/libc-alpha/2017-11/msg00336.html
22852 * timezone/zic.c (writezone): Use memcpy, not strncpy.
22853
22854 2017-11-12 Florian Weimer <fweimer@redhat.com>
22855
22856 * support/Makefile (libsupport-routines): Add xreadlink, xstrndup,
22857 tst-xreadlink.
22858 (tests): Add tst-xreadlink.
22859 * support/support.h (xstrndup): Declare.
22860 * support/xunistd.h (xunlink, xreadlink): Declare.
22861 * support/temp_file.h (support_create_temp_directory): Declare.
22862 * support/temp_file.c (support_create_temp_directory): New function.
22863 * support/support_chroot.c (support_chroot_create): Use it.
22864 * support/xreadlink.c: New file.
22865 * support/xstrndup.c: Likewise.
22866 * support/xunlink.c: Likewise.
22867 * support/tst-xreadlink.c: Likewise.
22868
22869 2017-11-11 John David Anglin <danglin@gcc.gnu.org>
22870
22871 * sysdeps/hppa/fpu/libm-test-ulps: Update clog10_downward ulps.
22872
22873 2017-11-11 Florian Weimer <fweimer@redhat.com>
22874
22875 [BZ #22409]
22876 [BZ #22412]
22877 * resolv/res_comp.c (printable_string, binary_hnok)
22878 (binary_leading_dash): New functions.
22879 (res_hnok): Reimplement using these functions and ns_name_pton.
22880 (res_ownok): Likewise.
22881 (res_mailok): Reimplement using printable_string, ns_name_pton and
22882 binary_hnok.
22883 (res_dnok): Reimplement using printable_string and ns_name_pton.
22884 * resolv/tst-res_hnok.c (tests): Add additional tests.
22885 (LETTERDIGITS, PRINTABLE): Define.
22886 (do_test): Adjust one_char results.
22887
22888 2017-11-11 Florian Weimer <fweimer@redhat.com>
22889
22890 [BZ #22413]
22891 * resolv/ns_name.c (ns_name_pton): Treat trailing backslash as error.
22892 * resolv/tst-ns_name_pton.c (tests): Add trailing backslash tests.
22893
22894 2017-11-11 Florian Weimer <fweimer@redhat.com>
22895
22896 * resolv/tst-ns_name_pton.c: New file.
22897 * resolv/Makefile (tests): Add tst-ns_name_pton.
22898 (tst-ns_name_pton): Link against libresolv.
22899
22900 2017-11-11 Florian Weimer <fweimer@redhat.com>
22901
22902 * resolv/tst-res_hnok.c: New file.
22903 * resolv/Makefile (tests): Add tst-res_hnok.
22904 (tst-res_hnok): Link against libresolv.
22905
22906 2017-11-11 Florian Weimer <fweimer@redhat.com>
22907
22908 * resolv/tst-resolv-network.c: Use test framework instead explicit
22909 main function.
22910
22911 2017-11-09 H.J. Lu <hongjiu.lu@intel.com>
22912
22913 * include/setjmp.h [!_ISOMAC]: Include <stddef.h> and
22914 <jmp_buf-macros.h>.
22915 [!_ISOMAC] (STR_HELPER): New.
22916 [!_ISOMAC] (STR): Likewise.
22917 [!_ISOMAC] (TEST_SIZE): Likewise.
22918 [!_ISOMAC] (TEST_ALIGN): Likewise.
22919 [!_ISOMAC] (TEST_OFFSET): Likewise.
22920 [!_ISOMAC] Add _Static_assert to check sizes, alignments and
22921 field offsets of jmp_buf as well as sigjmp_buf.
22922 * sysdeps/unix/sysv/linux/aarch64/jmp_buf-macros.h: Likewise.
22923 * sysdeps/unix/sysv/linux/alpha/jmp_buf-macros.h: Likewise.
22924 * sysdeps/unix/sysv/linux/arm/jmp_buf-macros.h: Likewise.
22925 * sysdeps/unix/sysv/linux/hppa/jmp_buf-macros.h: Likewise.
22926 * sysdeps/unix/sysv/linux/i386/jmp_buf-macros.h: Likewise.
22927 * sysdeps/unix/sysv/linux/ia64/jmp_buf-macros.h: Likewise.
22928 * sysdeps/unix/sysv/linux/m68k/jmp_buf-macros.h: Likewise.
22929 * sysdeps/unix/sysv/linux/microblaze/jmp_buf-macros.h: Likewise.
22930 * sysdeps/unix/sysv/linux/mips/mips32/jmp_buf-macros.h: Likewise.
22931 * sysdeps/unix/sysv/linux/mips/mips64/n32/jmp_buf-macros.h:
22932 Likewise.
22933 * sysdeps/unix/sysv/linux/mips/mips64/n64/jmp_buf-macros.h:
22934 Likewise.
22935 * sysdeps/unix/sysv/linux/nios2/jmp_buf-macros.h: Likewise.
22936 * sysdeps/unix/sysv/linux/powerpc/powerpc32/jmp_buf-macros.h:
22937 Likewise.
22938 * sysdeps/unix/sysv/linux/powerpc/powerpc64/jmp_buf-macros.h:
22939 Likewise.
22940 * sysdeps/unix/sysv/linux/s390/s390-32/jmp_buf-macros.h: Likewise.
22941 * sysdeps/unix/sysv/linux/s390/s390-64/jmp_buf-macros.h: Likewise.
22942 * sysdeps/unix/sysv/linux/sh/jmp_buf-macros.h: Likewise.
22943 * sysdeps/unix/sysv/linux/sparc/sparc32/jmp_buf-macros.h: Likewise.
22944 * sysdeps/unix/sysv/linux/sparc/sparc64/jmp_buf-macros.h: Likewise.
22945 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/jmp_buf-macros.h:
22946 Likewise.
22947 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/jmp_buf-macros.h:
22948 Likewise.
22949 * sysdeps/unix/sysv/linux/tile/tilepro/jmp_buf-macros.h: Likewise.
22950 * sysdeps/unix/sysv/linux/x86_64/64/jmp_buf-macros.h: Likewise.
22951 * sysdeps/unix/sysv/linux/x86_64/x32/jmp_buf-macros.h: Likewise.
22952
22953 2017-11-07 Joseph Myers <joseph@codesourcery.com>
22954
22955 * include/float.h
22956 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22957 && __HAVE_FLOAT32] (FLT32_MANT_DIG): New macro.
22958 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22959 && __HAVE_FLOAT32] (FLT32_DECIMAL_DIG): Likewise.
22960 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22961 && __HAVE_FLOAT32] (FLT32_DIG): Likewise.
22962 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22963 && __HAVE_FLOAT32] (FLT32_MIN_EXP): Likewise.
22964 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22965 && __HAVE_FLOAT32] (FLT32_MIN_10_EXP): Likewise.
22966 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22967 && __HAVE_FLOAT32] (FLT32_MAX_EXP): Likewise.
22968 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22969 && __HAVE_FLOAT32] (FLT32_MAX_10_EXP): Likewise.
22970 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22971 && __HAVE_FLOAT32] (FLT32_MAX): Likewise.
22972 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22973 && __HAVE_FLOAT32] (FLT32_EPSILON): Likewise.
22974 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22975 && __HAVE_FLOAT32] (FLT32_MIN): Likewise.
22976 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22977 && __HAVE_FLOAT32] (FLT32_TRUE_MIN): Likewise.
22978 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22979 && __HAVE_FLOAT64] (FLT64_MANT_DIG): Likewise.
22980 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22981 && __HAVE_FLOAT64] (FLT64_DECIMAL_DIG): Likewise.
22982 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22983 && __HAVE_FLOAT64] (FLT64_DIG): Likewise.
22984 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22985 && __HAVE_FLOAT64] (FLT64_MIN_EXP): Likewise.
22986 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22987 && __HAVE_FLOAT64] (FLT64_MIN_10_EXP): Likewise.
22988 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22989 && __HAVE_FLOAT64] (FLT64_MAX_EXP): Likewise.
22990 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22991 && __HAVE_FLOAT64] (FLT64_MAX_10_EXP): Likewise.
22992 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22993 && __HAVE_FLOAT64] (FLT64_MAX): Likewise.
22994 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22995 && __HAVE_FLOAT64] (FLT64_EPSILON): Likewise.
22996 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22997 && __HAVE_FLOAT64] (FLT64_MIN): Likewise.
22998 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22999 && __HAVE_FLOAT64] (FLT64_TRUE_MIN): Likewise.
23000 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23001 && __HAVE_FLOAT32X] (FLT32X_MANT_DIG): Likewise.
23002 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23003 && __HAVE_FLOAT32X] (FLT32X_DECIMAL_DIG): Likewise.
23004 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23005 && __HAVE_FLOAT32X] (FLT32X_DIG): Likewise.
23006 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23007 && __HAVE_FLOAT32X] (FLT32X_MIN_EXP): Likewise.
23008 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23009 && __HAVE_FLOAT32X] (FLT32X_MIN_10_EXP): Likewise.
23010 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23011 && __HAVE_FLOAT32X] (FLT32X_MAX_EXP): Likewise.
23012 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23013 && __HAVE_FLOAT32X] (FLT32X_MAX_10_EXP): Likewise.
23014 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23015 && __HAVE_FLOAT32X] (FLT32X_MAX): Likewise.
23016 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23017 && __HAVE_FLOAT32X] (FLT32X_EPSILON): Likewise.
23018 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23019 && __HAVE_FLOAT32X] (FLT32X_MIN): Likewise.
23020 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23021 && __HAVE_FLOAT32X] (FLT32X_TRUE_MIN): Likewise.
23022 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23023 && __HAVE_FLOAT64X] (FLT64X_MANT_DIG): Likewise.
23024 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23025 && __HAVE_FLOAT64X] (FLT64X_DECIMAL_DIG): Likewise.
23026 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23027 && __HAVE_FLOAT64X] (FLT64X_DIG): Likewise.
23028 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23029 && __HAVE_FLOAT64X] (FLT64X_MIN_EXP): Likewise.
23030 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23031 && __HAVE_FLOAT64X] (FLT64X_MIN_10_EXP): Likewise.
23032 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23033 && __HAVE_FLOAT64X] (FLT64X_MAX_EXP): Likewise.
23034 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23035 && __HAVE_FLOAT64X] (FLT64X_MAX_10_EXP): Likewise.
23036 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23037 && __HAVE_FLOAT64X] (FLT64X_MAX): Likewise.
23038 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23039 && __HAVE_FLOAT64X] (FLT64X_EPSILON): Likewise.
23040 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23041 && __HAVE_FLOAT64X] (FLT64X_MIN): Likewise.
23042 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
23043 && __HAVE_FLOAT64X] (FLT64X_TRUE_MIN): Likewise.
23044
23045 * stdlib/tst-strtod.h (F16): New macro.
23046 (F32): Likewise.
23047 (F64): Likewise.
23048 (F32X): Likewise.
23049 (F64X): Likewise.
23050 (F128X): Likewise.
23051 (IF_FLOAT16): Likewise.
23052 (IF_FLOAT32): Likewise.
23053 (IF_FLOAT64): Likewise.
23054 (IF_FLOAT32X): Likewise.
23055 (IF_FLOAT64X): Likewise.
23056 (IF_FLOAT128X): Likewise.
23057 (GEN_TEST_STRTOD_FOREACH): Conditionally call macros for _Float16,
23058 _Float32, _Float64, _Float32x, _Float64x and _Float128x.
23059 (STRTOD_TEST_FOREACH): Likewise.
23060 * stdlib/tst-strtod-round-skeleton.c (CHOOSE_f32): New macro.
23061 (CHOOSE_f64): Likewise.
23062 (CHOOSE_f32x): Likewise.
23063 (CHOOSE_f64x): Likewise.
23064
23065 2017-11-07 Andreas Schwab <schwab@suse.de>
23066
23067 * nptl/Makefile (tests-internal): Remove tst-typesizes.
23068
23069 2017-11-07 Mike FABIAN <mfabian@redhat.com>
23070
23071 [BZ #22403]
23072 * localedata/locales/mfe_MU (LC_TIME): Fix wrong d_fmt, / needs
23073 to be escaped.
23074 * localedata/locales/miq_NI (LC_TIME): Fix wrong d_fmt, / needs
23075 to be escaped.
23076
23077 2017-11-07 Claude Paroz <claude@2xlibre.net>
23078
23079 [BZ #22403]
23080 * localedata/locales/an_ES (LC_TIME): Fix wrong d_fmt, / needs
23081 to be escaped.
23082 * localedata/locales/kab_DZ (LC_TIME): Fix wrong d_fmt, / needs
23083 to be escaped.
23084 * localedata/locales/om_ET (LC_TIME): Fix wrong d_fmt, / needs
23085 to be escaped.
23086
23087 2017-11-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
23088
23089 [BZ #22298]
23090 * nptl/allocatestack.c (allocate_stack): Check if
23091 __PTHREAD_MUTEX_HAVE_PREV is non-zero, instead if
23092 __PTHREAD_MUTEX_HAVE_PREV is defined.
23093 * nptl/descr.h (pthread): Likewise.
23094 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
23095 Likewise.
23096 * nptl/pthread_create.c (START_THREAD_DEFN): Likewise.
23097 * sysdeps/nptl/fork.c (__libc_fork): Likewise.
23098 * sysdeps/nptl/pthread.h (PTHREAD_MUTEX_INITIALIZER): Likewise.
23099 * sysdeps/nptl/bits/thread-shared-types.h
23100 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION): New
23101 defines.
23102 (__pthread_internal_list): Check __PTHREAD_MUTEX_USE_UNION instead
23103 of __WORDSIZE for internal layout.
23104 (__pthread_mutex_s): Check __PTHREAD_MUTEX_NUSERS_AFTER_KIND instead
23105 of __WORDSIZE for internal __nusers layout and __PTHREAD_MUTEX_USE_UNION
23106 instead of __WORDSIZE whether to use an union for __spins and __list
23107 fields.
23108 (__PTHREAD_MUTEX_HAVE_PREV): Define also for __PTHREAD_MUTEX_USE_UNION
23109 case.
23110 * sysdeps/aarch64/nptl/bits/pthreadtypes-arch.h
23111 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION): New
23112 defines.
23113 * sysdeps/alpha/nptl/bits/pthreadtypes-arch.h
23114 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23115 Likewise.
23116 * sysdeps/arm/nptl/bits/pthreadtypes-arch.h
23117 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23118 Likewise.
23119 * sysdeps/hppa/nptl/bits/pthreadtypes-arch.h
23120 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23121 Likewise.
23122 * sysdeps/ia64/nptl/bits/pthreadtypes-arch.h
23123 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23124 Likewise.
23125 * sysdeps/m68k/nptl/bits/pthreadtypes-arch.h
23126 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23127 Likewise.
23128 * sysdeps/microblaze/nptl/bits/pthreadtypes-arch.h
23129 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23130 Likewise.
23131 * sysdeps/mips/nptl/bits/pthreadtypes-arch.h
23132 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23133 Likewise.
23134 * sysdeps/nios2/nptl/bits/pthreadtypes-arch.h
23135 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23136 Likewise.
23137 * sysdeps/powerpc/nptl/bits/pthreadtypes-arch.h
23138 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23139 Likewise.
23140 * sysdeps/s390/nptl/bits/pthreadtypes-arch.h
23141 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23142 Likewise.
23143 * sysdeps/sh/nptl/bits/pthreadtypes-arch.h
23144 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23145 Likewise.
23146 * sysdeps/sparc/nptl/bits/pthreadtypes-arch.h
23147 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23148 Likewise.
23149 * sysdeps/tile/nptl/bits/pthreadtypes-arch.h
23150 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23151 Likewise.
23152 * sysdeps/x86/nptl/bits/pthreadtypes-arch.h
23153 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
23154 Likewise.
23155
23156 * nptl/pthreadP.h (ASSERT_TYPE_SIZE, ASSERT_PTHREAD_INTERNAL_SIZE):
23157 New macros.
23158 * nptl/pthread_attr_init.c (__pthread_mutex_init): Add build time
23159 checks for expected input type size.
23160 * nptl/pthread_barrier_init.c (__pthread_barrier_init): Likewise.
23161 * nptl/pthread_barrierattr_init.c (pthread_barrierattr_init):
23162 Likewise.
23163 * nptl/pthread_cond_init.c (__pthread_cond_init): Likewise.
23164 * nptl/pthread_condattr_init.c (__pthread_condattr_init): Likewise.
23165 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
23166 * nptl/pthread_mutexattr_init.c (__pthread_mutexattr_init): Likewise.
23167 * nptl/pthread_rwlock_init.c (__pthread_rwlock_init): Likewise.
23168 * nptl/pthread_rwlockattr_init.c (pthread_rwlockattr_init): Likewise.
23169 * nptl/sem_init.c (__new_sem_init, __old_sem_init): Likewise
23170 * nptl/pthread_attr_destroy.c (__pthread_attr_destroy): Remove
23171 superflous runtime assert check.
23172 * nptl/pthread_attr_getaffinity.c (__pthread_attr_getaffinity_new):
23173 Likewise.
23174 * nptl/pthread_attr_getdetachstate.c (__pthread_attr_getdetachstate):
23175 Likewise.
23176 * nptl/pthread_attr_getguardsize.c (pthread_attr_getguardsize):
23177 Likewise.
23178 * nptl/pthread_attr_getinheritsched.c (__pthread_attr_getinheritsched):
23179 Likewise.
23180 * nptl/pthread_attr_getschedparam.c (__pthread_attr_getschedparam):
23181 Likewise.
23182 * nptl/pthread_attr_getschedpolicy.c (__pthread_attr_getschedpolicy):
23183 Likewise.
23184 * nptl/pthread_attr_getscope.c (__pthread_attr_getscope): Likewise.
23185 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack): Likewise.
23186 * nptl/pthread_attr_getstackaddr.c (__pthread_attr_getstackaddr):
23187 Likewise.
23188 * nptl/pthread_attr_getstacksize.c (__pthread_attr_getstacksize):
23189 Likewise.
23190 * nptl/pthread_attr_setaffinity.c (__pthread_attr_setaffinity_new):
23191 Likewise.
23192 * nptl/pthread_attr_setdetachstate.c (__pthread_attr_setdetachstate):
23193 Likewise.
23194 * nptl/pthread_attr_setguardsize.c (pthread_attr_setguardsize):
23195 Likewise.
23196 * nptl/pthread_attr_setinheritsched.c
23197 (__pthread_attr_setinheritsched): Likewise.
23198 * nptl/pthread_attr_setschedparam.c (__pthread_attr_setschedparam):
23199 Likewise.
23200 * nptl/pthread_attr_setschedpolicy.c (__pthread_attr_setschedpolicy):
23201 Likewise.
23202 * nptl/pthread_attr_setscope.c (__pthread_attr_setscope): Likewise.
23203 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack,
23204 __old_pthread_attr_setstack): Likewise.
23205 * nptl/pthread_attr_setstackaddr.c (__pthread_attr_setstackaddr):
23206 Likewise.
23207 * nptl/pthread_attr_setstacksize.c (__pthread_attr_setstacksize):
23208 Likewise.
23209 * nptl/pthread_getattr_default_np.c (pthread_getattr_default_np):
23210 Likewise.
23211 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Likewise.
23212 * nptl/pthread_setattr_default_np.c (pthread_setattr_default_np):
23213 Likewise.
23214 * nptl/tst-typesizes.c: Remove file.
23215
23216 * nptl/pthreadP.h (ASSERT_PTHREAD_STRING,
23217 ASSERT_PTHREAD_INTERNAL_OFFSET): New macro.
23218 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Add build time
23219 checks for internal pthread_mutex_t offsets.
23220 * sysdeps/aarch64/nptl/pthread-offsets.h
23221 (__PTHREAD_MUTEX_NUSERS_OFFSET, __PTHREAD_MUTEX_KIND_OFFSET,
23222 __PTHREAD_MUTEX_SPINS_OFFSET, __PTHREAD_MUTEX_ELISION_OFFSET,
23223 __PTHREAD_MUTEX_LIST_OFFSET): New macro.
23224 * sysdeps/alpha/nptl/pthread-offsets.h: Likewise.
23225 * sysdeps/arm/nptl/pthread-offsets.h: Likewise.
23226 * sysdeps/hppa/nptl/pthread-offsets.h: Likewise.
23227 * sysdeps/i386/nptl/pthread-offsets.h: Likewise.
23228 * sysdeps/ia64/nptl/pthread-offsets.h: Likewise.
23229 * sysdeps/m68k/nptl/pthread-offsets.h: Likewise.
23230 * sysdeps/microblaze/nptl/pthread-offsets.h: Likewise.
23231 * sysdeps/mips/nptl/pthread-offsets.h: Likewise.
23232 * sysdeps/nios2/nptl/pthread-offsets.h: Likewise.
23233 * sysdeps/powerpc/nptl/pthread-offsets.h: Likewise.
23234 * sysdeps/s390/nptl/pthread-offsets.h: Likewise.
23235 * sysdeps/sh/nptl/pthread-offsets.h: Likewise.
23236 * sysdeps/sparc/nptl/pthread-offsets.h: Likewise.
23237 * sysdeps/tile/nptl/pthread-offsets.h: Likewise.
23238 * sysdeps/x86_64/nptl/pthread-offsets.h: Likewise.
23239
23240 2017-11-07 Florian Weimer <fweimer@redhat.com>
23241
23242 * bits/mman-linux.h: Move ...
23243 * sysdeps/unix/sysv/linux/bits/mman-linux.h: ... here. Update
23244 comment.
23245 * sysdeps/unix/sysv/linux/bits/Makefile (sysdep_headers): Remove
23246 outdated comment.
23247
23248 2017-11-07 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
23249
23250 * sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S (STRNLEN):
23251 Redefine STRNLEN as __strnlen_power8.
23252
23253 2017-11-06 Adhemerval Zanella <adhemerval.zanella@linaro.org>
23254
23255 * signal/sighold.c (sighold): Optimize implementation.
23256
23257 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Asssume
23258 __NR_rt_sigqueueinfo.
23259
23260 * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
23261 __sigtimedwait.
23262 * sysdeps/unix/sysv/linux/sigtimedwait.c: Simplify includes and
23263 assume __NR_rt_sigtimedwait.
23264 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Call __sigtimedwait
23265 and add LIBC_CANCEL_HANDLED for cancellation marking.
23266 * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
23267
23268 * sysdeps/arm/armv7/multiarch/Makefile [$(subdir) = string]
23269 (sysdeps_routines): Add memchr_noneon.
23270 * sysdeps/arm/armv7/multiarch/ifunc-memchr.h: New file.
23271 * sysdeps/arm/armv7/multiarch/memchr_noneon.S: Likewise.
23272 * sysdeps/arm/armv7/multiarch/rtld-memchr.S: Likewise.
23273 * sysdeps/arm/armv7/multiarch/memchr.S: Remove file.
23274 * sysdeps/arm/armv7/multiarch/memchr.c: New file.
23275 * sysdeps/arm/armv7/multiarch/memchr_impl.S: Move to ...
23276 * sysdeps/arm/armv7/multiarch/memchr_neon.S: ... here.
23277
23278 * sysdeps/arm/arm-ifunc.h: New file.
23279 * sysdeps/arm/armv7/multiarch/ifunc-memcpy.h: Likewise.
23280 * sysdeps/arm/armv7/multiarch/memcpy.c: Likewise.
23281 * sysdeps/arm/armv7/multiarch/memcpy_arm.S: Likewise.
23282 * sysdeps/arm/armv7/multiarch/rtld-memcpy.S: Likewise.
23283 * sysdeps/arm/armv7/multiarch/memcpy_neon.S [!__ARM_NEON__]
23284 (__memcpy_neon): Avoid create hidden alias.
23285 * sysdeps/arm/armv7/multiarch/memcpy_vfp.S [!__ARM_NEON_]
23286 (__memcpy_vfp): Likewise.
23287 * sysdeps/arm/armv7/multiarch/Makefile [$(subdir) = string]
23288 (sysdep_routines): Add memcpy_arm.
23289 * sysdeps/arm/armv7/multiarch/memcpy.S: Remove file.
23290
23291 2017-11-06 H.J. Lu <hongjiu.lu@intel.com>
23292
23293 [BZ #22362]
23294 * Makerules (make-link-multidir): New.
23295 * config.make.in (multidir): New.
23296 * configure.ac (libc_cv_multidir): New. AC_SUBST.
23297 * configure: Regenerated.
23298 * csu/Makefile [$(multidir) != .](multilib-extra-objs): New.
23299 [$(multidir) != .](extra-objs): Add $(multilib-extra-objs).
23300 [$(multidir) != .]($(addprefix $(objpfx)$(multidir)/, $(install-lib))):
23301 New target.
23302
23303 2017-11-06 Joseph Myers <joseph@codesourcery.com>
23304
23305 [BZ #22402]
23306 * sysdeps/powerpc/bits/floatn.h: Include <bits/long-double.h>.
23307 [__NO_LONG_DOUBLE_MATH] (__HAVE_FLOAT128): Define to 0.
23308
23309 2017-11-04 Mike FABIAN <mfabian@redhat.com>
23310
23311 * localedata/locales/tpi_PG (LC_TIME): Fix wrong d_fmt, / needs
23312 to be escaped.
23313
23314 2017-11-04 Florian Weimer <fweimer@redhat.com>
23315
23316 * manual/llio.texi (Open-time Flags): Document O_TMPFILE.
23317
23318 2017-11-03 Joseph Myers <joseph@codesourcery.com>
23319
23320 * math/math.h [__HAVE_DISTINCT_FLOAT16
23321 || __HAVE_DISTINCT_FLOAT32 || __HAVE_DISTINCT_FLOAT64
23322 || __HAVE_DISTINCT_FLOAT32X || __HAVE_DISTINCT_FLOAT64X
23323 || __HAVE_DISTINCT_FLOAT128X]: Use #error.
23324 [__NO_LONG_DOUBLE_MATH && __HAVE_DISTINCT_FLOAT128]: Likewise.
23325 [__HAVE_DISTINCT_FLOAT128 && !__HAVE_GENERIC_SELECTION
23326 && __HAVE_FLOATN_NOT_TYPEDEF]: Likewise.
23327 [__HAVE_DISTINCT_FLOAT128 && __HAVE_GENERIC_SELECTION]
23328 (__MATH_TG_F32): New macro.
23329 [__HAVE_DISTINCT_FLOAT128 && __HAVE_GENERIC_SELECTION]
23330 (__MATH_TG_F64X): Likewise.
23331 [__HAVE_DISTINCT_FLOAT128 && __HAVE_GENERIC_SELECTION]
23332 (__MATH_TG): Use __MATH_TG_F32 and __MATH_TG_F64X.
23333
23334 2017-11-03 Dmitry V. Levin <ldv@altlinux.org>
23335
23336 * po/de.po: Update translations.
23337 * po/ru.po: Likewise.
23338
23339 2017-11-03 Florian Weimer <fweimer@redhat.com>
23340
23341 * manual/filesys.texi (Hard Links): Document linkat.
23342
23343 2017-11-03 Joseph Myers <joseph@codesourcery.com>
23344
23345 * math/tgmath.h [__HAVE_DISTINCT_FLOAT16
23346 || __HAVE_DISTINCT_FLOAT32 || __HAVE_DISTINCT_FLOAT64
23347 || __HAVE_DISTINCT_FLOAT32X || __HAVE_DISTINCT_FLOAT64X
23348 || __HAVE_DISTINCT_FLOAT128X]: Use #error.
23349 [__HAVE_DISTINCT_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)
23350 && __HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE
23351 && __HAVE_FLOATN_NOT_TYPEDEF] (__TGMATH_F128): Handle _Float64x
23352 the same as _Float128.
23353 [__HAVE_DISTINCT_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)
23354 && __HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE
23355 && __HAVE_FLOATN_NOT_TYPEDEF] (__TGMATH_CF128): Likewise.
23356
23357 * stdlib/stdlib.h
23358 [__HAVE_FLOAT16 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (strtof16):
23359 Declare.
23360 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (strtof32):
23361 Likewise.
23362 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (strtof64):
23363 Likewise.
23364 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23365 (strtof32x): Likewise.
23366 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23367 (strtof64x): Likewise.
23368 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23369 (strtof128x): Likewise.
23370 [__HAVE_FLOAT16 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23371 (strfromf16): Likewise.
23372 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23373 (strfromf32): Likewise.
23374 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23375 (strfromf64): Likewise.
23376 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23377 (strfromf32x): Likewise.
23378 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23379 (strfromf64x): Likewise.
23380 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23381 (strfromf128x): Likewise.
23382 [__USE_GNU && __HAVE_FLOAT16] (strtof16_l): Likewise.
23383 [__USE_GNU && __HAVE_FLOAT32] (strtof32_l): Likewise.
23384 [__USE_GNU && __HAVE_FLOAT64] (strtof64_l): Likewise.
23385 [__USE_GNU && __HAVE_FLOAT32X] (strtof32x_l): Likewise.
23386 [__USE_GNU && __HAVE_FLOAT64X] (strtof64x_l): Likewise.
23387 [__USE_GNU && __HAVE_FLOAT128X] (strtof128x_l): Likewise.
23388
23389 2017-11-03 Richard Henderson <rth@twiddle.net>
23390
23391 * sysdeps/unix/sysv/linux/aarch64/sysconf.c: New file.
23392
23393 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23394
23395 * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Optimize.
23396
23397 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23398
23399 * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Remove
23400 DT_TLSDESC_GOT initialization.
23401 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_lazy_resolver): Remove.
23402 (_dl_tlsdesc_resolve_hold): Likewise.
23403 * sysdeps/aarch64/dl-tlsdesc.h (_dl_tlsdesc_lazy_resolver): Remove.
23404 (_dl_tlsdesc_resolve_hold): Likewise.
23405 * sysdeps/aarch64/tlsdesc.c (_dl_tlsdesc_lazy_resolver_fixup): Remove.
23406 (_dl_tlsdesc_resolve_hold_fixup): Likewise.
23407
23408 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23409
23410 * sysdeps/arm/dl-machine.h (elf_machine_rel): Remove volatile.
23411
23412 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23413
23414 [BZ #18572]
23415 * sysdeps/arm/dl-machine.h (elf_machine_lazy_rel): Do symbol binding
23416 non-lazily for R_ARM_TLS_DESC.
23417
23418 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23419
23420 [BZ #17078]
23421 * sysdeps/arm/dl-machine.h (elf_machine_rela): Remove the
23422 R_ARM_TLS_DESC case.
23423 (elf_machine_lazy_rel): Remove the prelink check.
23424
23425 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23426
23427 * sysdeps/aarch64/dl-machine.h (elf_machine_runtime_setup): Remove
23428 DT_TLSDESC_GOT initialization.
23429 * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Remove.
23430 (_dl_tlsdesc_resolve_rela): Likewise.
23431 (_dl_tlsdesc_resolve_hold): Likewise.
23432 (_dl_tlsdesc_undefweak): Remove ldar.
23433 (_dl_tlsdesc_dynamic): Likewise.
23434 * sysdeps/aarch64/dl-tlsdesc.h (_dl_tlsdesc_return_lazy): Remove.
23435 (_dl_tlsdesc_resolve_rela): Likewise.
23436 (_dl_tlsdesc_resolve_hold): Likewise.
23437 * sysdeps/aarch64/tlsdesc.c (_dl_tlsdesc_resolve_rela_fixup): Remove.
23438 (_dl_tlsdesc_resolve_hold_fixup): Likewise.
23439 (_dl_tlsdesc_resolve_rela): Likewise.
23440 (_dl_tlsdesc_resolve_hold): Likewise.
23441
23442 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23443
23444 * sysdeps/aarch64/dl-machine.h (elf_machine_lazy_rel): Do symbol
23445 binding and initialization non-lazily for R_AARCH64_TLSDESC.
23446
23447 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23448
23449 * elf/tlsdeschtab.h (_dl_tls_resolve_early_return_p): Mark unused.
23450 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
23451
23452 2017-11-02 Joseph Myers <joseph@codesourcery.com>
23453
23454 * wcsmbs/wchar.h [__HAVE_FLOAT16 && __USE_GNU] (wcstof16):
23455 Declare.
23456 [__HAVE_FLOAT32 && __USE_GNU] (wcstof32): Likewise.
23457 [__HAVE_FLOAT64 && __USE_GNU] (wcstof64): Likewise.
23458 [__HAVE_FLOAT32X && __USE_GNU] (wcstof32x): Likewise.
23459 [__HAVE_FLOAT64X && __USE_GNU] (wcstof64x): Likewise.
23460 [__HAVE_FLOAT128X && __USE_GNU] (wcstof128x): Likewise.
23461 [__HAVE_FLOAT16 && __USE_GNU] (wcstof16_l): Likewise.
23462 [__HAVE_FLOAT32 && __USE_GNU] (wcstof32_l): Likewise.
23463 [__HAVE_FLOAT64 && __USE_GNU] (wcstof64_l): Likewise.
23464 [__HAVE_FLOAT32X && __USE_GNU] (wcstof32x_l): Likewise.
23465 [__HAVE_FLOAT64X && __USE_GNU] (wcstof64x_l): Likewise.
23466 [__HAVE_FLOAT128X && __USE_GNU] (wcstof128x_l): Likewise.
23467
23468 2017-11-02 Mike FABIAN <mfabian@redhat.com>
23469
23470 [BZ #22382]
23471 * localedata/locales/tpi_PG (LC_TIME): Fix syntax error.
23472 * localedata/locales/tpi_PG: Add standard header.
23473
23474 2017-11-02 Florian Weimer <fweimer@redhat.com>
23475
23476 test-errno-linux: quotactl can fail with EPERM in containers.
23477 * sysdeps/unix/sysv/linux/test-errno-linux.c
23478 (LIST, LIST_FORWARD): New macros.
23479 (check_error_in_list): New function.
23480 (test_wrp_rv): Accept list of permitted error codes.
23481 (test_wrp_rv2): Remove.
23482 (test_wrp): Call test_wrp_rv with list of error codes.
23483 (test_wrp2): Accept list of error codes.
23484 (do_test): Adjust. Allow EPERM for quotactl.
23485
23486 2017-11-02 Florian Weimer <fweimer@redhat.com>
23487
23488 * stdio-common/bug16.c (do_test): Use array_length.
23489 * stdio-common/errlist.c (_sys_nerr): Likewise.
23490 * stdio-common/printf_fp.c (PRINTF_FP_FETCH): Likewise.
23491 * stdio-common/printf_fphex.c (__printf_fphex): Use array_end.
23492 * stdio-common/psiginfo.c (psiginfo): Use array_length.
23493 * stdio-common/test-vfprintf.c (nlocs): Remove definition.
23494 (do_test): Use array_length.
23495 * stdio-common/tst-fphex.c (do_test): Use array_end, array_length.
23496 * stdio-common/tst-long-dbl-fphex.c (do_test): Use array_length.
23497 * stdio-common/tst-printf-round.c (do_test): Likewise.
23498 * stdio-common/tst-swprintf.c (nbuf): Remove definition.
23499 (CHECK): Use array_length.
23500 * stdio-common/tstdiomisc.c (t3, F): Likewise.
23501 * stdio-common/tstscanf.c (main): Likewise.
23502 * stdio-common/vfprintf.c (process_string_arg): Likewise.
23503
23504 2017-11-02 Florian Weimer <fweimer@redhat.com>
23505
23506 Add array_length and array_end macros.
23507 * include/array_length.h: New file.
23508
23509 2017-11-02 Florian Weimer <fweimer@redhat.com>
23510
23511 [BZ #22332]
23512 * posix/tst-glob-tilde.c (do_noescape): New variable.
23513 (one_test): Process it.
23514 (do_test): Set do_noescape. Add unescaping test case.
23515
23516 2017-11-01 Joseph Myers <joseph@codesourcery.com>
23517
23518 * math/complex.h
23519 [(__HAVE_DISTINCT_FLOAT16 || (__HAVE_FLOAT16 && !_LIBC))
23520 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Include <bits/cmathcalls.h>
23521 with appropriate macros defined and undefined.
23522 [(__HAVE_DISTINCT_FLOAT32 || (__HAVE_FLOAT32 && !_LIBC))
23523 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
23524 [(__HAVE_DISTINCT_FLOAT64 || (__HAVE_FLOAT64 && !_LIBC))
23525 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
23526 [(__HAVE_DISTINCT_FLOAT32X || (__HAVE_FLOAT32X && !_LIBC))
23527 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
23528 [(__HAVE_DISTINCT_FLOAT64X || (__HAVE_FLOAT64X && !_LIBC))
23529 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
23530 [(__HAVE_DISTINCT_FLOAT128X || (__HAVE_FLOAT128X && !_LIBC))
23531 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
23532
23533 * math/complex.h
23534 [(__HAVE_DISTINCT_FLOAT128 || (__HAVE_FLOAT128 && !LIBC))
23535 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Move conditional code after
23536 that for long double. Do not condition define and undefine of
23537 _Mdouble_complex_ on [__CFLOAT128].
23538
23539 2017-11-01 H.J. Lu <hongjiu.lu@intel.com>
23540
23541 * sysdeps/i386/sysdep.h: Include <sysdeps/x86/sysdep.h> instead
23542 of <sysdeps/generic/sysdep.h>.
23543 (ALIGNARG): Removed.
23544 (ASM_SIZE_DIRECTIVE): Likewise.
23545 (ENTRY): Likewise.
23546 (END): Likewise.
23547 (ENTRY_CHK): Likewise.
23548 (END_CHK): Likewise.
23549 (syscall_error): Likewise.
23550 (mcount): Likewise.
23551 (PSEUDO_END): Likewise.
23552 (L): Likewise.
23553 (atom_text_section): Likewise.
23554 * sysdeps/x86/sysdep.h: New file.
23555 * sysdeps/x86_64/sysdep.h: Include <sysdeps/x86/sysdep.h> instead
23556 of <sysdeps/generic/sysdep.h>.
23557 (ALIGNARG): Removed.
23558 (ASM_SIZE_DIRECTIVE): Likewise.
23559 (ENTRY): Likewise.
23560 (END): Likewise.
23561 (ENTRY_CHK): Likewise.
23562 (END_CHK): Likewise.
23563 (syscall_error): Likewise.
23564 (mcount): Likewise.
23565 (PSEUDO_END): Likewise.
23566 (L): Likewise.
23567 (atom_text_section): Likewise.
23568
23569 2017-10-31 Rafal Luzynski <digitalfreak@lingonborough.com>
23570
23571 * localedata/unicode-gen/gen_unicode_ctype.py (output_head):
23572 category of LC_CTYPE set to "i18n:2012".
23573 * localedata/locales/i18n_ctype: Regenerate.
23574
23575 2017-10-31 Yury Norov <ynorov@caviumnetworks.com>
23576
23577 * sysdeps/unix/sysv/linux/sigprocmask.c: Remove useless #ifdefs.
23578 * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
23579 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
23580 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
23581
23582 * sysdeps/unix/sysv/linux/ia64/sigpending.c: Remove file.
23583 * sysdeps/unix/sysv/linux/s390/s390-64/sigpending.c: Likewise.
23584 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Likewise.
23585 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Likewise.
23586
23587 2017-10-31 Joseph Myers <joseph@codesourcery.com>
23588
23589 * math/complex.h
23590 [__HAVE_FLOAT16 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (CMPLXF16):
23591 New macro.
23592 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (CMPLXF32):
23593 Likewise.
23594 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (CMPLXF64):
23595 Likewise.
23596 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23597 (CMPLXF32X): Likewise.
23598 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23599 (CMPLXF64X): Likewise.
23600 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23601 (CMPLXF128X): Likewise.
23602
23603 * math/math.h
23604 [__FLT_EVAL_METHOD__ == 0 || __FLT_EVAL_METHOD__ == 32]
23605 (__MATH_EVAL_FMT2): Define to add 0.0f.
23606
23607 2017-10-31 Alan Modra <amodra@gmail.com>
23608
23609 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-power8.S: Don't
23610 include sysdep.h.
23611 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: Likewise.
23612 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: Likewise.
23613 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-power8.S: Likewise.
23614 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c: Likewise.
23615 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: Likewise.
23616 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: Likewise.
23617 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: Likewise.
23618 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: Likewise.
23619 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: Likewise.
23620 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: Likewise.
23621 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-power8.S: Likewise.
23622 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Likewise.
23623 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: Likewise.
23624 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: Likewise.
23625 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: Likewise.
23626 * sysdeps/powerpc/powerpc64/multiarch/memchr-power8.S: Likewise.
23627 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: Likewise.
23628 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: Likewise.
23629 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power8.S: Likewise.
23630 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: Likewise.
23631 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: Likewise.
23632 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: Likewise.
23633 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: Likewise.
23634 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: Likewise.
23635 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
23636 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: Likewise.
23637 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: Likewise.
23638 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: Likewise.
23639 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power8.S: Likewise.
23640 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: Likewise.
23641 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
23642 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
23643 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: Likewise.
23644 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: Likewise.
23645 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: Likewise.
23646 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: Likewise.
23647 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Likewise.
23648 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Likewise.
23649 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power8.S: Likewise.
23650 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
23651 * sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S: Likewise.
23652 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: Likewise.
23653 * sysdeps/powerpc/powerpc64/multiarch/strchr-power8.S: Likewise.
23654 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: Likewise.
23655 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: Likewise.
23656 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power8.S: Likewise.
23657 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: Likewise.
23658 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: Likewise.
23659 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S: Likewise.
23660 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
23661 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: Likewise.
23662 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power8.S: Likewise.
23663 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: Likewise.
23664 * sysdeps/powerpc/powerpc64/multiarch/strlen-power8.S: Likewise.
23665 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
23666 * sysdeps/powerpc/powerpc64/multiarch/strncase-power8.S: Likewise.
23667 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: Likewise.
23668 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: Likewise.
23669 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: Likewise.
23670 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S: Likewise.
23671 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
23672 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: Likewise.
23673 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: Likewise.
23674 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
23675 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power8.S: Likewise.
23676 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: Likewise.
23677 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power8.S: Likewise.
23678 * sysdeps/powerpc/powerpc64/multiarch/strspn-power8.S: Likewise.
23679 * sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: Likewise.
23680
23681 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: Don't
23682 include sysdep.h and math_ldbl_opt.h.
23683
23684 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: Don't
23685 include sysdep.h and math_ldbl_opt.h. Include shlib-compat.h.
23686 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: Likewise.
23687 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: Likewise.
23688 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: Likewise.
23689 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: Likewise.
23690 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: Likewise.
23691 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: Likewise.
23692 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: Likewise.
23693 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: Likewise.
23694 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: Likewise.
23695 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: Likewise.
23696 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: Likewise.
23697 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: Likewise.
23698 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: Likewise.
23699 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: Likewise.
23700 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: Likewise.
23701 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: Likewise.
23702 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: Likewise.
23703 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: Likewise.
23704 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: Likewise.
23705 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llroundf-ppc64.S: Likewise.
23706 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: Likewise.
23707 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: Likewise.
23708 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: Likewise.
23709 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: Likewise.
23710
23711 2017-10-31 Alan Modra <amodra@gmail.com>
23712
23713 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: Include
23714 string/strncase_l.c, not string/strncase.c.
23715 (USE_IN_EXTENDED_LOCALE_MODEL): Don't define.
23716 (libc_hidden_def): Redefine.
23717
23718 2017-10-31 Alan Modra <amodra@gmail.com>
23719
23720 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S:
23721 (__STRCMP, STRCMP, __strcasecmp_l): Define.
23722 (__strcasecmp): Don't define.
23723
23724 2017-10-31 Alan Modra <amodra@gmail.com>
23725
23726 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: Wrap in
23727 IS_IN (libc).
23728 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S: Likewise.
23729 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: Likewise.
23730 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S: Likewise.
23731
23732 2017-10-31 Alan Modra <amodra@gmail.com>
23733
23734 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Don't define
23735 USE_AS_STPNCPY.
23736
23737 2017-10-31 Alan Modra <amodra@gmail.com>
23738
23739 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S (hidden_def):
23740 Redefine only when SHARED.
23741
23742 2017-10-30 Joseph Myers <joseph@codesourcery.com>
23743
23744 * math/math.h [__HAVE_DISTINCT_FLOAT16 || (__HAVE_FLOAT16 && !_LIBC)]:
23745 Include <bits/math-finite.h> with appropriate macros defined and
23746 undefined.
23747 [__HAVE_DISTINCT_FLOAT32 || (__HAVE_FLOAT32 && !_LIBC)]: Likewise.
23748 [__HAVE_DISTINCT_FLOAT64 || (__HAVE_FLOAT64 && !_LIBC)]: Likewise.
23749 [__HAVE_DISTINCT_FLOAT32X || (__HAVE_FLOAT32X && !_LIBC)]: Likewise.
23750 [__HAVE_DISTINCT_FLOAT64X || (__HAVE_FLOAT64X && !_LIBC)]: Likewise.
23751 [__HAVE_DISTINCT_FLOAT128X || (__HAVE_FLOAT128X && !_LIBC)]: Likewise.
23752
23753 * math/math.h [!_Mfloat_] (_Mfloat_): Do not define.
23754 [!_Mlong_double_] (_Mlong_double_): Likewise.
23755 [!_Mfloat16_] (_Mfloat16_): Likewise.
23756 [!_Mfloat32_] (_Mfloat32_): Likewise.
23757 [!_Mfloat64_] (_Mfloat64_): Likewise.
23758 [!_Mfloat128_] (_Mfloat128_): Likewise.
23759 [!_Mfloat32x_] (_Mfloat32x_): Likewise.
23760 [!_Mfloat64x_] (_Mfloat64x_): Likewise.
23761 [!_Mfloat128x_] (_Mfloat128x_): Likewise.
23762 (_Mdouble_): Define without indirection through those macros.
23763 * math/complex.h [!_Mfloat_] (_Mfloat_): Do not define.
23764 [!_Mfloat128_] (_Mfloat128_): Likewise.
23765 [_Mlong_double_] (_Mlong_double_): Likewise.
23766 (_Mdouble_): Define without indirection through those macros.
23767 * math/Makefile [$(long-double-fcts) != yes] (math-CPPFLAGS): Do
23768 not add -D_Mlong_double_=double.
23769 * include/math.h [_ISOMAC] (_Mlong_double_): Do not undefine.
23770 * math/test-signgam-finite-c99.c (_Mlong_double_): Likewise.
23771
23772 2017-10-30 H.J. Lu <hongjiu.lu@intel.com>
23773
23774 * sysdeps/x86/libc-start.c: Add /* !SHARED */.
23775
23776 2017-10-30 H.J. Lu <hongjiu.lu@intel.com>
23777
23778 * sysdeps/x86/libc-start.c: Reformat.
23779
23780 2017-10-30 H.J. Lu <hongjiu.lu@intel.com>
23781
23782 [BZ #22353]
23783 * sysdeps/i386/i586/strcpy.S (STRCPY): Use conditional branches.
23784 (1): Renamed to ...
23785 (L(Src0)): This.
23786 (L(Src1)): New.
23787 (L(Src2)): Likewise.
23788 (L(1)): Renamed to ...
23789 (L(Src3)): This.
23790
23791 2017-10-30 Joseph Myers <joseph@codesourcery.com>
23792
23793 * math/math.h [__HAVE_FLOAT16 && __USE_GNU] (M_Ef16): New macro.
23794 [__HAVE_FLOAT16 && __USE_GNU] (M_LOG2Ef16): Likewise.
23795 [__HAVE_FLOAT16 && __USE_GNU] (M_LOG10Ef16): Likewise.
23796 [__HAVE_FLOAT16 && __USE_GNU] (M_LN2f16): Likewise.
23797 [__HAVE_FLOAT16 && __USE_GNU] (M_LN10f16): Likewise.
23798 [__HAVE_FLOAT16 && __USE_GNU] (M_PIf16): Likewise.
23799 [__HAVE_FLOAT16 && __USE_GNU] (M_PI_2f16): Likewise.
23800 [__HAVE_FLOAT16 && __USE_GNU] (M_PI_4f16): Likewise.
23801 [__HAVE_FLOAT16 && __USE_GNU] (M_1_PIf16): Likewise.
23802 [__HAVE_FLOAT16 && __USE_GNU] (M_2_PIf16): Likewise.
23803 [__HAVE_FLOAT16 && __USE_GNU] (M_2_SQRTPIf16): Likewise.
23804 [__HAVE_FLOAT16 && __USE_GNU] (M_SQRT2f16): Likewise.
23805 [__HAVE_FLOAT16 && __USE_GNU] (M_SQRT1_2f16): Likewise.
23806 [__HAVE_FLOAT32 && __USE_GNU] (M_Ef32): Likewise.
23807 [__HAVE_FLOAT32 && __USE_GNU] (M_LOG2Ef32): Likewise.
23808 [__HAVE_FLOAT32 && __USE_GNU] (M_LOG10Ef32): Likewise.
23809 [__HAVE_FLOAT32 && __USE_GNU] (M_LN2f32): Likewise.
23810 [__HAVE_FLOAT32 && __USE_GNU] (M_LN10f32): Likewise.
23811 [__HAVE_FLOAT32 && __USE_GNU] (M_PIf32): Likewise.
23812 [__HAVE_FLOAT32 && __USE_GNU] (M_PI_2f32): Likewise.
23813 [__HAVE_FLOAT32 && __USE_GNU] (M_PI_4f32): Likewise.
23814 [__HAVE_FLOAT32 && __USE_GNU] (M_1_PIf32): Likewise.
23815 [__HAVE_FLOAT32 && __USE_GNU] (M_2_PIf32): Likewise.
23816 [__HAVE_FLOAT32 && __USE_GNU] (M_2_SQRTPIf32): Likewise.
23817 [__HAVE_FLOAT32 && __USE_GNU] (M_SQRT2f32): Likewise.
23818 [__HAVE_FLOAT32 && __USE_GNU] (M_SQRT1_2f32): Likewise.
23819 [__HAVE_FLOAT64 && __USE_GNU] (M_Ef64): Likewise.
23820 [__HAVE_FLOAT64 && __USE_GNU] (M_LOG2Ef64): Likewise.
23821 [__HAVE_FLOAT64 && __USE_GNU] (M_LOG10Ef64): Likewise.
23822 [__HAVE_FLOAT64 && __USE_GNU] (M_LN2f64): Likewise.
23823 [__HAVE_FLOAT64 && __USE_GNU] (M_LN10f64): Likewise.
23824 [__HAVE_FLOAT64 && __USE_GNU] (M_PIf64): Likewise.
23825 [__HAVE_FLOAT64 && __USE_GNU] (M_PI_2f64): Likewise.
23826 [__HAVE_FLOAT64 && __USE_GNU] (M_PI_4f64): Likewise.
23827 [__HAVE_FLOAT64 && __USE_GNU] (M_1_PIf64): Likewise.
23828 [__HAVE_FLOAT64 && __USE_GNU] (M_2_PIf64): Likewise.
23829 [__HAVE_FLOAT64 && __USE_GNU] (M_2_SQRTPIf64): Likewise.
23830 [__HAVE_FLOAT64 && __USE_GNU] (M_SQRT2f64): Likewise.
23831 [__HAVE_FLOAT64 && __USE_GNU] (M_SQRT1_2f64): Likewise.
23832 [__HAVE_FLOAT32X && __USE_GNU] (M_Ef32x): Likewise.
23833 [__HAVE_FLOAT32X && __USE_GNU] (M_LOG2Ef32x): Likewise.
23834 [__HAVE_FLOAT32X && __USE_GNU] (M_LOG10Ef32x): Likewise.
23835 [__HAVE_FLOAT32X && __USE_GNU] (M_LN2f32x): Likewise.
23836 [__HAVE_FLOAT32X && __USE_GNU] (M_LN10f32x): Likewise.
23837 [__HAVE_FLOAT32X && __USE_GNU] (M_PIf32x): Likewise.
23838 [__HAVE_FLOAT32X && __USE_GNU] (M_PI_2f32x): Likewise.
23839 [__HAVE_FLOAT32X && __USE_GNU] (M_PI_4f32x): Likewise.
23840 [__HAVE_FLOAT32X && __USE_GNU] (M_1_PIf32x): Likewise.
23841 [__HAVE_FLOAT32X && __USE_GNU] (M_2_PIf32x): Likewise.
23842 [__HAVE_FLOAT32X && __USE_GNU] (M_2_SQRTPIf32x): Likewise.
23843 [__HAVE_FLOAT32X && __USE_GNU] (M_SQRT2f32x): Likewise.
23844 [__HAVE_FLOAT32X && __USE_GNU] (M_SQRT1_2f32x): Likewise.
23845 [__HAVE_FLOAT64X && __USE_GNU] (M_Ef64x): Likewise.
23846 [__HAVE_FLOAT64X && __USE_GNU] (M_LOG2Ef64x): Likewise.
23847 [__HAVE_FLOAT64X && __USE_GNU] (M_LOG10Ef64x): Likewise.
23848 [__HAVE_FLOAT64X && __USE_GNU] (M_LN2f64x): Likewise.
23849 [__HAVE_FLOAT64X && __USE_GNU] (M_LN10f64x): Likewise.
23850 [__HAVE_FLOAT64X && __USE_GNU] (M_PIf64x): Likewise.
23851 [__HAVE_FLOAT64X && __USE_GNU] (M_PI_2f64x): Likewise.
23852 [__HAVE_FLOAT64X && __USE_GNU] (M_PI_4f64x): Likewise.
23853 [__HAVE_FLOAT64X && __USE_GNU] (M_1_PIf64x): Likewise.
23854 [__HAVE_FLOAT64X && __USE_GNU] (M_2_PIf64x): Likewise.
23855 [__HAVE_FLOAT64X && __USE_GNU] (M_2_SQRTPIf64x): Likewise.
23856 [__HAVE_FLOAT64X && __USE_GNU] (M_SQRT2f64x): Likewise.
23857 [__HAVE_FLOAT64X && __USE_GNU] (M_SQRT1_2f64x): Likewise.
23858 [__HAVE_FLOAT128X && __USE_GNU]: Use #error.
23859
23860 2017-10-30 Florian Weimer <fweimer@redhat.com>
23861
23862 * elf/ldconfig.c (search_dir): Assume that _DIRENT_HAVE_D_TYPE is
23863 always defined.
23864 * io/tst-mkdirat.c (do_test): Likewise.
23865 * io/tst-mkfifoat.c (do_test): Likewise.
23866 * io/tst-mknodat.c (do_test): Likewise.
23867 * locale/programs/charmap-dir.c (charmap_readdir): Likewise.
23868 * locale/programs/locale.c (select_dirs): Likewise.
23869 * locale/programs/locarchive.c (add_locales_to_archive): Likewise.
23870 * posix/bug-glob2.c (my_readdir): Likewise.
23871 * posix/tst-dir.c (main): Likewise.
23872 * posix/tst-glob_lstat_compat.c (my_readdir): Likewise.
23873 * posix/tst-gnuglob-skeleton.c (my_readdir): Likewise.
23874
23875 2017-10-30 Florian Weimer <fweimer@redhat.com>
23876
23877 * string/strings.h (ffsl, ffsll): Declare under __USE_MISC, not
23878 just __USE_GNU.
23879
23880 2017-10-30 Florian Weimer <fweimer@redhat.com>
23881
23882 * posix/tst-gnuglob-skeleton.c: Renamed from tst-gnuglob.c.
23883 Convert to support/test-driver.c.
23884 (GLOB_FUNC, GLOB_TYPE, GLOBFREE_FUNC, DIRENT_STRUCT, STAT_STRUCT):
23885 New macro parameters.
23886 (PRINTF): Remove macro. Use test_verbose conditionals instead.
23887 * posix/tst-gnuglob.c: New file.
23888 * posix/tst-gnuglob64.c: Likewise.
23889 * posix/Makefile (tests): Add tst-gnuglob64.
23890
23891 2017-10-30 Michal Ostrowski <ostrowski.michal@gmail.com>
23892
23893 [BZ #19485]
23894 * localedata/locales/csb_PL (LC_TIME): Fix “abmon” for March
23895 and use a better translation for March in “mon”.
23896 * localedata/locales/csb_PL: Use more ASCII to improve the
23897 readability of the source.
23898
23899 2017-10-30 Mike FABIAN <mfabian@redhat.com>
23900
23901 [BZ #13953]
23902 * localedata/locales/km_KH: Use ASCII as much
23903 as possible for better readability of the source and
23904 remove useless comments.
23905 * localedata/locales/km_KH (LC_TIME): Remove era stuff, it
23906 was commented out and apparently wrong anyway because it was
23907 using Lao characters. If Buddhist era should be used
23908 for km_KH, a native speaker should write the correct formaat
23909 for Khmer.
23910 * localedata/locales/km_KH (LC_TIME): Add first_weekday 1
23911 (According to CLDR, the first weekday for Cambodia is Sunday).
23912 * localedata/locales/km_KH (LC_NAME): Remove name_mr and name_mrs
23913 (These were using Lao characters which must be wrong. If we get
23914 the correct data from a native speaker, we could add it back, until
23915 then it is better not to have name_mr and name_mrs at all than
23916 having it wrong).
23917
23918 2017-10-27 Rafal Luzynski <digitalfreak@lingonborough.com>
23919
23920 * locale/loadlocale.c: Correct size of
23921 _nl_value_type_LC_<category> arrays.
23922
23923 2017-10-27 Joseph Myers <joseph@codesourcery.com>
23924
23925 * math/math.h [__HAVE_DISTINCT_FLOAT16 || (__HAVE_FLOAT16 && !_LIBC)]:
23926 Include <bits/mathcalls-helper-functions.h> and <bits/mathcalls.h>
23927 with appropriate macros defined and undefined.
23928 [__HAVE_DISTINCT_FLOAT32 || (__HAVE_FLOAT32 && !_LIBC)]: Likewise.
23929 [__HAVE_DISTINCT_FLOAT64 || (__HAVE_FLOAT64 && !_LIBC)]: Likewise.
23930 [__HAVE_DISTINCT_FLOAT32X || (__HAVE_FLOAT32X && !_LIBC)]: Likewise.
23931 [__HAVE_DISTINCT_FLOAT64X || (__HAVE_FLOAT64X && !_LIBC)]: Likewise.
23932 [__HAVE_DISTINCT_FLOAT128X || (__HAVE_FLOAT128X && !_LIBC)]: Likewise.
23933
23934 2017-10-27 H.J. Lu <hongjiu.lu@intel.com>
23935
23936 * sysdeps/i386/fpu/libm-test-ulps: Regenerated for GCC 7 with
23937 "-O2 -march=i586".
23938
23939 2017-10-27 Mike FABIAN <mfabian@redhat.com>
23940
23941 * localedata/locales/tt_RU (LC_MESSAGES): Start yesstr and nostr
23942 with lowercase letters to make it agree with CLDR.
23943
23944 2017-10-27 Mike FABIAN <mfabian@redhat.com>
23945
23946 [BZ #15260]
23947 * localedata/locales/doi_IN (LC_MESSAGES): Match only for the
23948 first letters of yesstr and nostr in yesexpr and noexpr,
23949 not for the full words.
23950 * localedata/locales/hne_IN (LC_MESSAGES): Likewise.
23951 * localedata/locales/kok_IN (LC_MESSAGES): Likewise.
23952 * localedata/locales/mr_IN (LC_MESSAGES): Likewise.
23953 * localedata/locales/sat_IN (LC_MESSAGES): Likewise.
23954 * localedata/locales/km_KH (LC_MESSAGES): Match also for the
23955 first letters of yesstr and nostr in yesexpr and noexpr,
23956 until now only English was matched in yesexpr and noexpr.
23957 * localedata/locales/tl_PH (LC_MESSAGES): Use “copy "fil_PH"”
23958 instead of “copy "en_US"”. CLDR has yesstr and nostr data for
23959 fil but not for tl. As tl and fil are very similar, using fil
23960 is probably better than using English.
23961
23962 2017-10-27 Thierry Vignaud <thierry.vignaud@gmail.com>
23963
23964 [BZ #21706]
23965 * localedata/locales/br_FR (LC_MESSAGES): Use all lowercase
23966 in yesstr and nostr.
23967
23968 2017-10-26 Joseph Myers <joseph@codesourcery.com>
23969
23970 * math/math.h [__HAVE_FLOAT16 && __GLIBC_USE
23971 (IEC_60559_TYPES_EXT)] (SNANF16): New macro.
23972 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (SNANF32):
23973 Likewise.
23974 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (SNANF64):
23975 Likewise.
23976 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)] (SNANF32X):
23977 Likewise.
23978 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)] (SNANF64X):
23979 Likewise.
23980 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23981 (SNANF128X): Likewise.
23982
23983 * math/math.h [__HAVE_FLOAT16 && __GLIBC_USE
23984 (IEC_60559_TYPES_EXT)] (HUGE_VAL_F16): New macro.
23985 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23986 (HUGE_VAL_F32): Likewise.
23987 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23988 (HUGE_VAL_F64): Likewise.
23989 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23990 (HUGE_VAL_F32X): Likewise.
23991 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23992 (HUGE_VAL_F64X): Likewise.
23993 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23994 (HUGE_VAL_F128X): Likewise.
23995
23996 2017-10-26 Thierry Vignaud <thierry.vignaud@gmail.com>
23997
23998 * localedata/locales/br_FR (LC_IDENTIFICATON): Add
23999 Thierry Vignaud <thierry.vignaud@gmail.com> as the contact
24000 for the br_FR locale.
24001
24002 2017-10-26 Thierry Vignaud <thierry.vignaud@gmail.com>
24003
24004 [BZ #21706]
24005 * localedata/locales/br_FR (LC_MESSAGES): Fix nostr.
24006
24007 2017-10-25 Carlos O'Donell <carlos@redhat.com>
24008
24009 * locale/programs/record-status.h: Define globals, and function
24010 prototypes. Move function bodies...
24011 * locale/programs/record-status.c: ... to here. New file.
24012 * iconv/Makefile (iconv_prog-modules): Add record-status.
24013 * locale/Makefile (lib-modules): Likewise.
24014 * iconv/iconv_prog.c: Remove verbose.
24015 * iconv/iconv_prog.h: Include record-status.h (defines verbose).
24016 * locale/programs/charmap.c (charmap_read): If warn_ascii is true then
24017 record a warning about ASCII compatibility.
24018 * locale/programs/ld-monetary.c (monetary_finish): If
24019 warn_int_curr_symbol is true then record a warning about the symbol
24020 not being in our ISO 4217 list.
24021 * locale/programs/locale.c: Include record-status.h. Remove verbose.
24022 * locale/programs/localedef.c: Include ctype.h. Remove delcaration of
24023 verbose, recorded_warning_count, recorded_error_count, and be_quiet.
24024 (OPT_NO_WARN): Define.
24025 (OPT_WARN): Define.
24026 (options): Add entry for --no-warnings, and --warnings.
24027 (set_warnings): New function to enable/disable warnings.
24028 (parse_opt): Call set_warnings for OPT_NO_WARN and OPT_WARN.
24029 * locale/programs/localedef.h: Remove warn_int_curr_symbol.
24030 * localedata/gen-locale.sh: Default flags to `--quiet -c'.
24031 Add `--no-warnings=ascii' to locales using SHIFT_JIS or SHIFT_JIXX0213.
24032 Pass flags to generate_locale.
24033 (generate_locale): Accept new flag argument and pass it to localedef
24034 invocation.
24035 * localedata/Makefile (INSTALL-SUPPORTED-LOCALES): Use
24036 --no-warnings=ascii for SHIFT_JIS and SHIFT_JISX0213 charmaps.
24037
24038 * localedata/Makefile (test-input-data): Use full file name.
24039 * localedata/da_DK.in: Rename to...
24040 * localedata/da_DK.ISO-8859-1.in: ...this.
24041 * localedata/de_DE.in: Rename to...
24042 * localedata/de_DE.ISO-8859-1.in: ...this.
24043 * localedata/en_US.in: Rename to...
24044 * localedata/en_US.ISO-8859-1.in: ...this.
24045 * localedata/fr_FR.in: Rename to...
24046 * localedata/fr_FR.UTF-8.in: ... this.
24047 * localedata/hr_HR.in: Rename to...
24048 * localedata/hr_HR.ISO-8859-2.in: ...this.
24049 * localedata/hu_HU.in: Rename to...
24050 * localedata/hu_HU.UTF-8.in: ...this.
24051 * localedata/si_LK.in: Rename to...
24052 * localedata/si_LK.UTF-8.in: ...this.
24053 * localedata/sv_SE.in: Rename to...
24054 * localedata/sv_SE.ISO-8859-1.in: ...this.
24055 * localedata/tr_TR.in: Rename to...
24056 * localedata/tr_TR.UTF-8.in: ...this.
24057 * localedata/uk_UA.in: Rename to...
24058 * localedata/uk_UA.UTF-8.in: ...this.
24059 * localedata/sort-test.sh: Test file is locale name with the
24060 suffix.
24061
24062 * localedata/unicode-gen/Makefile (check_i18n): Rename to
24063 check_i18n_ctype. Depend on i18n_ctype-report. Check i18n_ctype-report
24064 file.
24065 * localedata/locales/i18n_ctype: Regenerate.
24066 * localedata/locales/tr_TR: Likewise.
24067 * localedata/locales/translit_circle: Likewise.
24068 * localedata/locales/translit_cjk_compat: Likewise.
24069 * localedata/locales/translit_combining: Likewise.
24070 * localedata/locales/translit_compat: Likewise.
24071 * localedata/locales/translit_font: Likewise.
24072 * localedata/locales/translit_fraction: Likewise.
24073
24074 2017-10-25 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
24075
24076 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Replace
24077 lxvd2x/stxvd2x with lvx/stvx.
24078 * sysdeps/powerpc/powerpc64/power7/memmove.S: Likewise.
24079
24080 2017-10-25 H.J. Lu <hongjiu.lu@intel.com>
24081
24082 * include/alloc_buffer.h: Replace "if if " with "if " in
24083 comments.
24084 * sysdeps/mips/memcpy.S: Likkewise.
24085 * sysdeps/mips/memset.S: Likewise.
24086 * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S:
24087 Likewise.
24088 * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S:
24089 Likewise.
24090 * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S:
24091 Likewise.
24092
24093 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24094
24095 [BZ #15261]
24096 * localedata/locales/cmn_TW (LC_MESSAGES): Add fullwidth yYnN to
24097 yesexpr and noexpr.
24098 * localedata/locales/hak_TW (LC_MESSAGES): Likewise.
24099 * localedata/locales/ko_KR (LC_MESSAGES): Likewise.
24100 * localedata/locales/lzh_TW (LC_MESSAGES): Likewise.
24101 * localedata/locales/nan_TW (LC_MESSAGES): Likewise.
24102 * localedata/locales/zh_CN (LC_MESSAGES): Likewise.
24103 * localedata/locales/zh_HK (LC_MESSAGES): Likewise.
24104 * localedata/locales/zh_TW (LC_MESSAGES): Likewise.
24105
24106 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24107
24108 * localedata/locales/am_ET (LC_MESSAGES): Sync with CLDR.
24109 * localedata/locales/az_AZ (LC_MESSAGES): Likewise.
24110 * localedata/locales/el_GR (LC_MESSAGES): Likewise.
24111 * localedata/locales/ha_NG (LC_MESSAGES): Likewise.
24112 * localedata/locales/ln_CD (LC_MESSAGES): Likewise.
24113 * localedata/locales/mfe_MU (LC_MESSAGES): Likewise.
24114 * localedata/locales/ml_IN (LC_MESSAGES): Likewise.
24115 * localedata/locales/mt_MT (LC_MESSAGES): Likewise.
24116 * localedata/locales/os_RU (LC_MESSAGES): Likewise.
24117 * localedata/locales/tg_TJ (LC_MESSAGES): Likewise.
24118 * localedata/locales/tt_RU (LC_MESSAGES): Likewise.
24119 * localedata/locales/wo_SN (LC_MESSAGES): Likewise.
24120
24121 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24122
24123 * localedata/locales/aa_ET (LC_MESSAGES): Use ASCII as much
24124 as possible for better readability of the source.
24125 * localedata/locales/af_ZA (LC_MESSAGES): Likewise.
24126 * localedata/locales/ak_GH (LC_MESSAGES): Likewise.
24127 * localedata/locales/am_ET (LC_MESSAGES): Likewise.
24128 * localedata/locales/anp_IN (LC_MESSAGES): Likewise.
24129 * localedata/locales/ar_EG (LC_MESSAGES): Likewise.
24130 * localedata/locales/as_IN (LC_MESSAGES): Likewise.
24131 * localedata/locales/ast_ES (LC_MESSAGES): Likewise.
24132 * localedata/locales/ayc_PE (LC_MESSAGES): Likewise.
24133 * localedata/locales/az_AZ (LC_MESSAGES): Likewise.
24134 * localedata/locales/az_IR (LC_MESSAGES): Likewise.
24135 * localedata/locales/be_BY (LC_MESSAGES): Likewise.
24136 * localedata/locales/be_BY@latin (LC_MESSAGES): Likewise.
24137 * localedata/locales/bem_ZM (LC_MESSAGES): Likewise.
24138 * localedata/locales/ber_MA (LC_MESSAGES): Likewise.
24139 * localedata/locales/bg_BG (LC_MESSAGES): Likewise.
24140 * localedata/locales/bhb_IN (LC_MESSAGES): Likewise.
24141 * localedata/locales/bi_VU (LC_MESSAGES): Likewise.
24142 * localedata/locales/bo_CN (LC_MESSAGES): Likewise.
24143 * localedata/locales/br_FR (LC_MESSAGES): Likewise.
24144 * localedata/locales/bs_BA (LC_MESSAGES): Likewise.
24145 * localedata/locales/ca_ES (LC_MESSAGES): Likewise.
24146 * localedata/locales/ce_RU (LC_MESSAGES): Likewise.
24147 * localedata/locales/crh_UA (LC_MESSAGES): Likewise.
24148 * localedata/locales/cs_CZ (LC_MESSAGES): Likewise.
24149 * localedata/locales/csb_PL (LC_MESSAGES): Likewise.
24150 * localedata/locales/cv_RU (LC_MESSAGES): Likewise.
24151 * localedata/locales/cy_GB (LC_MESSAGES): Likewise.
24152 * localedata/locales/da_DK (LC_MESSAGES): Likewise.
24153 * localedata/locales/de_DE (LC_MESSAGES): Likewise.
24154 * localedata/locales/dv_MV (LC_MESSAGES): Likewise.
24155 * localedata/locales/dz_BT (LC_MESSAGES): Likewise.
24156 * localedata/locales/el_GR (LC_MESSAGES): Likewise.
24157 * localedata/locales/en_CA (LC_MESSAGES): Likewise.
24158 * localedata/locales/en_US (LC_MESSAGES): Likewise.
24159 * localedata/locales/es_ES (LC_MESSAGES): Likewise.
24160 * localedata/locales/et_EE (LC_MESSAGES): Likewise.
24161 * localedata/locales/eu_ES (LC_MESSAGES): Likewise.
24162 * localedata/locales/fa_IR (LC_MESSAGES): Likewise.
24163 * localedata/locales/ff_SN (LC_MESSAGES): Likewise.
24164 * localedata/locales/fi_FI (LC_MESSAGES): Likewise.
24165 * localedata/locales/fil_PH (LC_MESSAGES): Likewise.
24166 * localedata/locales/fo_FO (LC_MESSAGES): Likewise.
24167 * localedata/locales/fr_BE (LC_MESSAGES): Likewise.
24168 * localedata/locales/fr_CH (LC_MESSAGES): Likewise.
24169 * localedata/locales/fr_FR (LC_MESSAGES): Likewise.
24170 * localedata/locales/fr_LU (LC_MESSAGES): Likewise.
24171 * localedata/locales/fur_IT (LC_MESSAGES): Likewise.
24172 * localedata/locales/fy_DE (LC_MESSAGES): Likewise.
24173 * localedata/locales/ga_IE (LC_MESSAGES): Likewise.
24174 * localedata/locales/gd_GB (LC_MESSAGES): Likewise.
24175 * localedata/locales/gl_ES (LC_MESSAGES): Likewise.
24176 * localedata/locales/gu_IN (LC_MESSAGES): Likewise.
24177 * localedata/locales/gv_GB (LC_MESSAGES): Likewise.
24178 * localedata/locales/ha_NG (LC_MESSAGES): Likewise.
24179 * localedata/locales/hak_TW (LC_MESSAGES): Likewise.
24180 * localedata/locales/he_IL (LC_MESSAGES): Likewise.
24181 * localedata/locales/hif_FJ (LC_MESSAGES): Likewise.
24182 * localedata/locales/hne_IN (LC_MESSAGES): Likewise.
24183 * localedata/locales/hr_HR (LC_MESSAGES): Likewise.
24184 * localedata/locales/hsb_DE (LC_MESSAGES): Likewise.
24185 * localedata/locales/ht_HT (LC_MESSAGES): Likewise.
24186 * localedata/locales/hu_HU (LC_MESSAGES): Likewise.
24187 * localedata/locales/hy_AM (LC_MESSAGES): Likewise.
24188 * localedata/locales/ia_FR (LC_MESSAGES): Likewise.
24189 * localedata/locales/id_ID (LC_MESSAGES): Likewise.
24190 * localedata/locales/ig_NG (LC_MESSAGES): Likewise.
24191 * localedata/locales/ik_CA (LC_MESSAGES): Likewise.
24192 * localedata/locales/is_IS (LC_MESSAGES): Likewise.
24193 * localedata/locales/it_CH (LC_MESSAGES): Likewise.
24194 * localedata/locales/it_IT (LC_MESSAGES): Likewise.
24195 * localedata/locales/iu_CA (LC_MESSAGES): Likewise.
24196 * localedata/locales/ja_JP (LC_MESSAGES): Likewise.
24197 * localedata/locales/kk_KZ (LC_MESSAGES): Likewise.
24198 * localedata/locales/kl_GL (LC_MESSAGES): Likewise.
24199 * localedata/locales/ko_KR (LC_MESSAGES): Likewise.
24200 * localedata/locales/ks_IN (LC_MESSAGES): Likewise.
24201 * localedata/locales/ku_TR (LC_MESSAGES): Likewise.
24202 * localedata/locales/kw_GB (LC_MESSAGES): Likewise.
24203 * localedata/locales/ky_KG (LC_MESSAGES): Likewise.
24204 * localedata/locales/lb_LU (LC_MESSAGES): Likewise.
24205 * localedata/locales/lg_UG (LC_MESSAGES): Likewise.
24206 * localedata/locales/li_NL (LC_MESSAGES): Likewise.
24207 * localedata/locales/lij_IT (LC_MESSAGES): Likewise.
24208 * localedata/locales/ln_CD (LC_MESSAGES): Likewise.
24209 * localedata/locales/lo_LA (LC_MESSAGES): Likewise.
24210 * localedata/locales/lt_LT (LC_MESSAGES): Likewise.
24211 * localedata/locales/lv_LV (LC_MESSAGES): Likewise.
24212 * localedata/locales/lzh_TW (LC_MESSAGES): Likewise.
24213 * localedata/locales/mg_MG (LC_MESSAGES): Likewise.
24214 * localedata/locales/mhr_RU (LC_MESSAGES): Likewise.
24215 * localedata/locales/mi_NZ (LC_MESSAGES): Likewise.
24216 * localedata/locales/mk_MK (LC_MESSAGES): Likewise.
24217 * localedata/locales/ml_IN (LC_MESSAGES): Likewise.
24218 * localedata/locales/mn_MN (LC_MESSAGES): Likewise.
24219 * localedata/locales/ms_MY (LC_MESSAGES): Likewise.
24220 * localedata/locales/mt_MT (LC_MESSAGES): Likewise.
24221 * localedata/locales/my_MM (LC_MESSAGES): Likewise.
24222 * localedata/locales/nan_TW (LC_MESSAGES): Likewise.
24223 * localedata/locales/nan_TW@latin (LC_MESSAGES): Likewise.
24224 * localedata/locales/nb_NO (LC_MESSAGES): Likewise.
24225 * localedata/locales/nds_DE (LC_MESSAGES): Likewise.
24226 * localedata/locales/nds_NL (LC_MESSAGES): Likewise.
24227 * localedata/locales/ne_NP (LC_MESSAGES): Likewise.
24228 * localedata/locales/nhn_MX (LC_MESSAGES): Likewise.
24229 * localedata/locales/niu_NU (LC_MESSAGES): Likewise.
24230 * localedata/locales/nl_NL (LC_MESSAGES): Likewise.
24231 * localedata/locales/nn_NO (LC_MESSAGES): Likewise.
24232 * localedata/locales/nr_ZA (LC_MESSAGES): Likewise.
24233 * localedata/locales/nso_ZA (LC_MESSAGES): Likewise.
24234 * localedata/locales/oc_FR (LC_MESSAGES): Likewise.
24235 * localedata/locales/om_ET (LC_MESSAGES): Likewise.
24236 * localedata/locales/or_IN (LC_MESSAGES): Likewise.
24237 * localedata/locales/os_RU (LC_MESSAGES): Likewise.
24238 * localedata/locales/pa_IN (LC_MESSAGES): Likewise.
24239 * localedata/locales/pa_PK (LC_MESSAGES): Likewise.
24240 * localedata/locales/pap_AW (LC_MESSAGES): Likewise.
24241 * localedata/locales/pap_CW (LC_MESSAGES): Likewise.
24242 * localedata/locales/pl_PL (LC_MESSAGES): Likewise.
24243 * localedata/locales/ps_AF (LC_MESSAGES): Likewise.
24244 * localedata/locales/pt_BR (LC_MESSAGES): Likewise.
24245 * localedata/locales/quz_PE (LC_MESSAGES): Likewise.
24246 * localedata/locales/raj_IN (LC_MESSAGES): Likewise.
24247 * localedata/locales/ro_RO (LC_MESSAGES): Likewise.
24248 * localedata/locales/ru_RU (LC_MESSAGES): Likewise.
24249 * localedata/locales/ru_UA (LC_MESSAGES): Likewise.
24250 * localedata/locales/rw_RW (LC_MESSAGES): Likewise.
24251 * localedata/locales/sa_IN (LC_MESSAGES): Likewise.
24252 * localedata/locales/sc_IT (LC_MESSAGES): Likewise.
24253 * localedata/locales/sd_IN@devanagari (LC_MESSAGES): Likewise.
24254 * localedata/locales/se_NO (LC_MESSAGES): Likewise.
24255 * localedata/locales/sgs_LT (LC_MESSAGES): Likewise.
24256 * localedata/locales/si_LK (LC_MESSAGES): Likewise.
24257 * localedata/locales/sk_SK (LC_MESSAGES): Likewise.
24258 * localedata/locales/sl_SI (LC_MESSAGES): Likewise.
24259 * localedata/locales/sm_WS (LC_MESSAGES): Likewise.
24260 * localedata/locales/so_DJ (LC_MESSAGES): Likewise.
24261 * localedata/locales/sq_AL (LC_MESSAGES): Likewise.
24262 * localedata/locales/sr_RS (LC_MESSAGES): Likewise.
24263 * localedata/locales/sr_RS@latin (LC_MESSAGES): Likewise.
24264 * localedata/locales/ss_ZA (LC_MESSAGES): Likewise.
24265 * localedata/locales/st_ZA (LC_MESSAGES): Likewise.
24266 * localedata/locales/sv_SE (LC_MESSAGES): Likewise.
24267 * localedata/locales/sw_KE (LC_MESSAGES): Likewise.
24268 * localedata/locales/szl_PL (LC_MESSAGES): Likewise.
24269 * localedata/locales/tcy_IN (LC_MESSAGES): Likewise.
24270 * localedata/locales/tg_TJ (LC_MESSAGES): Likewise.
24271 * localedata/locales/th_TH (LC_MESSAGES): Likewise.
24272 * localedata/locales/the_NP (LC_MESSAGES): Likewise.
24273 * localedata/locales/ti_ER (LC_MESSAGES): Likewise.
24274 * localedata/locales/tk_TM (LC_MESSAGES): Likewise.
24275 * localedata/locales/tn_ZA (LC_MESSAGES): Likewise.
24276 * localedata/locales/to_TO (LC_MESSAGES): Likewise.
24277 * localedata/locales/tr_TR (LC_MESSAGES): Likewise.
24278 * localedata/locales/ts_ZA (LC_MESSAGES): Likewise.
24279 * localedata/locales/tt_RU (LC_MESSAGES): Likewise.
24280 * localedata/locales/tt_RU@iqtelif (LC_MESSAGES): Likewise.
24281 * localedata/locales/uk_UA (LC_MESSAGES): Likewise.
24282 * localedata/locales/unm_US (LC_MESSAGES): Likewise.
24283 * localedata/locales/ur_IN (LC_MESSAGES): Likewise.
24284 * localedata/locales/ur_PK (LC_MESSAGES): Likewise.
24285 * localedata/locales/uz_UZ (LC_MESSAGES): Likewise.
24286 * localedata/locales/uz_UZ@cyrillic (LC_MESSAGES): Likewise.
24287 * localedata/locales/ve_ZA (LC_MESSAGES): Likewise.
24288 * localedata/locales/vi_VN (LC_MESSAGES): Likewise.
24289 * localedata/locales/wa_BE (LC_MESSAGES): Likewise.
24290 * localedata/locales/wo_SN (LC_MESSAGES): Likewise.
24291 * localedata/locales/xh_ZA (LC_MESSAGES): Likewise.
24292 * localedata/locales/yi_US (LC_MESSAGES): Likewise.
24293 * localedata/locales/yo_NG (LC_MESSAGES): Likewise.
24294 * localedata/locales/yue_HK (LC_MESSAGES): Likewise.
24295 * localedata/locales/zh_CN (LC_MESSAGES): Likewise.
24296 * localedata/locales/zh_HK (LC_MESSAGES): Likewise.
24297 * localedata/locales/zh_TW (LC_MESSAGES): Likewise.
24298 * localedata/locales/zu_ZA (LC_MESSAGES): Likewise.
24299
24300 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24301
24302 * localedata/locales/brx_IN (LC_MESSAGES): Fix yesexpr and noexpr
24303 (Use first letters of yesstr and nostr correctly instead of using
24304 full words).
24305
24306 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24307
24308 * localedata/locales/ta_IN (LC_MESSAGES): Fix yesexpr and noexpr
24309 (Use first letters of yesstr and nostr correctly).
24310
24311 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24312
24313 * localedata/locales/hi_IN (LC_MESSAGES): In yesexpr and noexpr,
24314 also check for the first characters of yesstr and nostr.
24315 * localedata/locales/kn_IN (LC_MESSAGES): Likewise.
24316 * localedata/locales/ks_IN@devanagari (LC_MESSAGES): Likewise.
24317
24318 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24319
24320 * localedata/locales/cmn_TW (LC_MESSAGES): In yesexpr and noexpr,
24321 also check for Chinese characters.
24322
24323 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24324
24325 * localedata/locales/chr_US (LC_MESSAGES): In yesexpr and noexpr,
24326 match also for the contents of yesstr and nostr. As the first letter
24327 of yesstr and nostr is equal, checking only for the first letter
24328 is not enough.
24329
24330 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24331
24332 * localedata/locales/ber_DZ (LC_MESSAGES): Use copy "kab_DZ",
24333 it is the same according to Belkacem Mohammed <belkacem77@gmail.com>.
24334
24335 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24336
24337 * localedata/locales/kab_DZ (LC_IDENTIFICATION): Add e-mail
24338 of main contributor.
24339
24340 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24341
24342 * localedata/locales/zh_SG (LC_MESSAGES): Use copy "zh_CN"
24343 instead of using English.
24344
24345 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24346
24347 * localedata/locales/ug_CN (LC_MESSAGES): Fix noexpr and yesexpr
24348 by including the first letters of nostr and yesexpr in the regexp.
24349 Also make it more readable by using ASCII where possible.
24350
24351 2017-10-25 Mike FABIAN <mfabian@redhat.com>
24352
24353 * localedata/locales/te_IN (LC_MESSAGES): Fix noexpr by including
24354 the first letter of nostr in the regexp. It agrees with CLDR now.
24355 Also make it more readable by using ASCII where possible.
24356
24357 2017-10-24 Mike FABIAN <mfabian@redhat.com>
24358
24359 * localedata/locales/km_KH (LC_MESSAGES): Fix yestr and nostr.
24360 The yesstr and nostr apparently came from CLDR. And CLDR has a bug there:
24361 these strings contain a U+17D6 (which somewhat looks like a colon)
24362 instead of a real colon to separate the full words for “yes”
24363 and “no” from the single letter responses.
24364
24365 2017-10-24 Mike FABIAN <mfabian@redhat.com>
24366
24367 * localedata/locales/ka_GE (LC_MESSAGES): Fix yesexp to make
24368 it agree with CLDR (include the first letter of yesstr).
24369 Also make it more readable by using ASCII where possible.
24370
24371 2017-10-24 Mike FABIAN <mfabian@redhat.com>
24372
24373 * localedata/locales/mr_IN (LC_MESSAGES): Fix yesstr and nostr
24374 and improve yesexpr and noexpr. The yesstr and nostr apparently
24375 came from CLDR. And CLDR has a bug there: these strings contain
24376 a U+0903 (which looks like a colon) instead of a real colon
24377 to separate the full words for “yes” and “no” from the single
24378 letter responses.
24379
24380 2017-10-24 Mike FABIAN <mfabian@redhat.com>
24381
24382 * localedata/locales/bn_BD (LC_MESSAGES): Use only the first
24383 letters of the full yesstr and nostr in yesexpr and noexpr.
24384
24385 2017-10-24 Mike FABIAN <mfabian@redhat.com>
24386
24387 * localedata/locales/an_ES (LC_MESSAGES): Add yesstr and nostr.
24388 * localedata/locales/an_ES (LC_ADDRESS): Add lang_term and lang_lib.
24389 * localedata/locales/an_ES: Make source more readable by using ASCII
24390 where possible.
24391
24392 2017-10-24 Mike FABIAN <mfabian@redhat.com>
24393
24394 [BZ #20952]
24395 * localedata/locales/yuw_PG: New file.
24396 * localedata/SUPPORTED: Add yuw_PG/UTF-8.
24397 * locale/iso-639.def: Add Yau (Uruwa).
24398
24399 2017-10-23 Wilco Dijkstra <wdijkstr@arm.com>
24400
24401 * malloc/malloc.c (_int_malloc): Add SINGLE_THREAD_P path.
24402
24403 2017-10-23 Wilco Dijkstra <wdijkstr@arm.com>
24404
24405 * malloc/malloc.c (__libc_malloc): Add SINGLE_THREAD_P path.
24406 (__libc_realloc): Likewise.
24407 (_mid_memalign): Likewise.
24408 (__libc_calloc): Likewise.
24409
24410 2017-10-23 Mike FABIAN <mfabian@redhat.com>
24411
24412 * localedata/locales/tpi_PG (LC_MESSAGES): Fix yesexpr and noexpr
24413 by adding the generic +1 and -0 as in all other locales.
24414 * localedata/locales/tpi_PG (LC_TIME): Fix some typos in the month and
24415 day names and make it more readable by using ASCII where possible.
24416
24417 2017-10-24 Joseph Myers <joseph@codesourcery.com>
24418
24419 * sysdeps/x86/fpu/fix-fp-int-compare-invalid.h
24420 (FIX_COMPARE_INVALID): Define to 0 if [__GNUC_PREREQ (8, 0)].
24421
24422 2017-10-23 Adhemerval Zanella <adhemerval.zanella@linaro.org>
24423
24424 * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Use 0 instead of
24425 WNOHANG in waitpid call.
24426
24427 2017-10-23 Siddhesh Poyarekar <siddhesh@sourceware.org>
24428
24429 * manual/conf.texi (_SC_LEVEL1_DCACHE_LINESIZE,
24430 _SC_LEVEL1_ICACHE_LINESIZE): Document aarch64 caveat.
24431
24432 * manual/conf.texi (_SC_LEVEL1_ICACHE_SIZE,
24433 _SC_LEVEL1_ICACHE_ASSOC, _SC_LEVEL1_ICACHE_LINESIZE,
24434 _SC_LEVEL1_DCACHE_SIZE, _SC_LEVEL1_DCACHE_ASSOC,
24435 _SC_LEVEL1_DCACHE_LINESIZE, _SC_LEVEL2_CACHE_SIZE,
24436 _SC_LEVEL2_CACHE_ASSOC, _SC_LEVEL2_CACHE_LINESIZE,
24437 _SC_LEVEL3_CACHE_SIZE, _SC_LEVEL3_CACHE_ASSOC,
24438 _SC_LEVEL3_CACHE_LINESIZE, _SC_LEVEL4_CACHE_SIZE,
24439 _SC_LEVEL4_CACHE_ASSOC, _SC_LEVEL4_CACHE_LINESIZE): New
24440 variables.
24441
24442 2017-10-23 Michael Collison <michael.collison@arm.com>
24443
24444 * sysdeps/aarch64/fpu/e_sqrt.c (ieee754_sqrt): Replace asm statements
24445 with __builtin_sqrt.
24446 * sysdeps/aarch64/fpu/e_sqrtf.c (ieee754_sqrtf): Replace asm statements
24447 with __builtin_sqrtf.
24448 * sysdeps/aarch64/fpu/s_ceil.c (__ceil): Replace asm statements
24449 with __builtin_ceil.
24450 * sysdeps/aarch64/fpu/s_ceilf.c (__ceilf): Replace asm statements
24451 with __builtin_ceilf.
24452 * sysdeps/aarch64/fpu/s_floor.c (__floor): Replace asm statements
24453 with __builtin_floor.
24454 * sysdeps/aarch64/fpu/s_floorf.c (__floorf): Replace asm statements
24455 with __builtin_floorf.
24456 * sysdeps/aarch64/fpu/s_fma.c (__fma): Replace asm statements
24457 with __builtin_fma.
24458 * sysdeps/aarch64/fpu/s_fmaf.c (__fmaf): Replace asm statements
24459 with __builtin_fmaf.
24460 * sysdeps/aarch64/fpu/s_fmax.c (__fmax): Replace asm statements
24461 with __builtin_fmax.
24462 * sysdeps/aarch64/fpu/s_fmaxf.c (__fmaxf): Replace asm statements
24463 with __builtin_fmaxf.
24464 * sysdeps/aarch64/fpu/s_fmin.c (__fmin): Replace asm statements
24465 with __builtin_fmin.
24466 * sysdeps/aarch64/fpu/s_fminf.c (__fminf): Replace asm statements
24467 with __builtin_fminf.
24468 * sysdeps/aarch64/fpu/s_frint.c: Delete file.
24469 * sysdeps/aarch64/fpu/s_frintf.c: Delete file.
24470 * sysdeps/aarch64/fpu/s_llrint.c (__llrint): Replace asm statements
24471 with builtin_rint and conversion to int.
24472 * sysdeps/aarch64/fpu/s_llrintf.c (__llrintf): Likewise.
24473 * sysdeps/aarch64/fpu/s_llround.c (__llround): Replace asm statements
24474 with builtin_llround.
24475 * sysdeps/aarch64/fpu/s_llroundf.c (__llroundf): Likewise.
24476 * sysdeps/aarch64/fpu/s_lrint.c (__lrint): Replace asm statements
24477 with builtin_rint and conversion to long int.
24478 * sysdeps/aarch64/fpu/s_lrintf.c (__lrintf): Likewise.
24479 * sysdeps/aarch64/fpu/s_lround.c (__lround): Replace asm statements
24480 with builtin_lround.
24481 * sysdeps/aarch64/fpu/s_lroundf.c (__lroundf): Replace asm statements
24482 with builtin_lroundf.
24483 * sysdeps/aarch64/fpu/s_nearbyint.c (__nearbyint): Replace asm
24484 statements with __builtin_nearbyint.
24485 * sysdeps/aarch64/fpu/s_nearbyintf.c (__nearbyintf): Replace asm
24486 statements with __builtin_nearbyintf.
24487 * sysdeps/aarch64/fpu/s_rint.c (__rint): Replace asm statements
24488 with __builtin_rint.
24489 * sysdeps/aarch64/fpu/s_rintf.c (__rintf): Replace asm statements
24490 with __builtin_rintf.
24491 * sysdeps/aarch64/fpu/s_round.c (__round): Replace asm statements
24492 with __builtin_round.
24493 * sysdeps/aarch64/fpu/s_roundf.c (__roundf): Replace asm statements
24494 with __builtin_roundf.
24495 * sysdeps/aarch64/fpu/s_trunc.c (__trunc): Replace asm statements
24496 with __builtin_trunc.
24497 * sysdeps/aarch64/fpu/s_truncf.c (__truncf): Replace asm statements
24498 with __builtin_truncf.
24499 * sysdeps/aarch64/fpu/Makefile: Build e_sqrt[f].c with -fno-math-errno,
24500 and s_l[l]round[f].c too.
24501
24502 2017-10-23 Alan Modra <amodra@gmail.com>
24503
24504 * sysdeps/powerpc/powerpc64/power8/strncpy.S: Move LR cfi.
24505 Adjust stack after restoring regs. Add missing LR cfi_restore.
24506
24507 2017-10-23 Alan Modra <amodra@gmail.com>
24508
24509 * sysdeps/powerpc/powerpc64/power7/strncpy.S: Decrease FRAMESIZE.
24510 Move LR save and frame setup/teardown and LR restore to
24511 immediately around memset call. Provide cfi.
24512
24513 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24514
24515 * sysdeps/i386/fpu/e_powf.S: Removed.
24516 * sysdeps/i386/fpu/e_powf_log2_data.c: Likewise.
24517 * sysdeps/i386/fpu/w_powf.c: Likewise.
24518 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_powf.c.
24519 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
24520 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
24521 Add e_powf-sse2.
24522 (CFLAGS-e_powf-sse2.c): New.
24523 * sysdeps/i386/i686/fpu/multiarch/e_powf-sse2.c: New file.
24524 * sysdeps/i386/i686/fpu/multiarch/e_powf.c: Likewise.
24525
24526 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24527
24528 * sysdeps/i386/fpu/e_log2f.S: Removed.
24529 * sysdeps/i386/fpu/e_log2f_data.c: Likewise.
24530 * sysdeps/i386/fpu/w_log2f.c: Likewise.
24531 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_log2f.c.
24532 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
24533 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
24534 Add e_log2f-sse2.
24535 (CFLAGS-e_log2f-sse2.c): New.
24536 * sysdeps/i386/i686/fpu/multiarch/e_log2f-sse2.c: New file.
24537 * sysdeps/i386/i686/fpu/multiarch/e_log2f.c: Likewise.
24538
24539 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24540
24541 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
24542 Add e_powf-fma.
24543 (CFLAGS-e_powf-fma.c): New.
24544 * sysdeps/x86_64/fpu/multiarch/e_powf-fma.c: New file.
24545 * sysdeps/x86_64/fpu/multiarch/e_powf.c: Likewise.
24546
24547 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24548
24549 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
24550 Add e_log2f-fma.
24551 (CFLAGS-e_log2f-fma.c): New.
24552 * sysdeps/x86_64/fpu/multiarch/e_log2f-fma.c: New file.
24553 * sysdeps/x86_64/fpu/multiarch/e_log2f.c: Likewise.
24554
24555 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24556
24557 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
24558 Add e_logf-fma.
24559 (CFLAGS-e_logf-fma.c): New.
24560 * sysdeps/x86_64/fpu/multiarch/e_logf-fma.c: New file.
24561 * sysdeps/x86_64/fpu/multiarch/e_logf.c: Likewise.
24562
24563 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24564
24565 * sysdeps/i386/fpu/e_logf.S: Removed.
24566 * sysdeps/i386/fpu/e_logf_data.c: Likewise.
24567 * sysdeps/i386/fpu/w_logf.c: Likewise.
24568 * sysdeps/i386/i686/fpu/e_logf.S: Likewise.
24569 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_logf.c.
24570 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
24571 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
24572 Add e_logf-sse2.
24573 (CFLAGS-e_logf-sse2.c): New.
24574 * sysdeps/i386/i686/fpu/multiarch/e_logf-sse2.c: New file.
24575 * sysdeps/i386/i686/fpu/multiarch/e_logf.c: Likewise.
24576
24577 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24578
24579 * sysdeps/i386/fpu/e_exp2f.S: Removed.
24580 * sysdeps/i386/fpu/w_exp2f.c: Likewise.
24581 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_exp2f.c.
24582 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
24583 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
24584 Add e_exp2f-sse2.
24585 (CFLAGS-e_exp2f-sse2.c): New.
24586 * sysdeps/i386/i686/fpu/multiarch/e_exp2f-sse2.c: New file.
24587 * sysdeps/i386/i686/fpu/multiarch/e_exp2f.c: Likewise.
24588
24589 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24590
24591 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
24592 Add e_exp2f-fma.
24593 (CFLAGS-e_exp2f-fma.c): New.
24594 * sysdeps/x86_64/fpu/multiarch/e_exp2f-fma.c: New file.
24595 * sysdeps/x86_64/fpu/multiarch/e_exp2f.c: Likewise.
24596
24597 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24598
24599 * sysdeps/i386/fpu/e_exp2f_data.c: Removed.
24600 * sysdeps/i386/fpu/e_expf.S: Likewise.
24601 * sysdeps/i386/fpu/math_errf.c: Likewise.
24602 * sysdeps/i386/fpu/w_expf.c: Likewise.
24603 * sysdeps/i386/i686/fpu/multiarch/e_expf-ia32.S: Likewise.
24604 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
24605 * sysdeps/i386/i686/fpu/multiarch/w_expf.c: Likewise.
24606 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_expf.c.
24607 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
24608 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
24609 Remove e_expf-ia32.
24610 (CFLAGS-e_expf-sse2.c): New.
24611 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.c: New file.
24612 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Rewritten.
24613
24614 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
24615
24616 * sysdeps/x86_64/fpu/e_expf.S: Removed.
24617 * sysdeps/x86_64/fpu/multiarch/e_expf-fma.S: Likewise.
24618 * sysdeps/x86_64/fpu/w_expf.c: Likewise.
24619 * sysdeps/x86_64/fpu/libm-test-ulps: Updated for generic
24620 e_expf.c.
24621 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-e_expf-fma.c):
24622 New.
24623 * sysdeps/x86_64/fpu/multiarch/e_expf-fma.c: New file.
24624 * sysdeps/x86_64/fpu/multiarch/e_expf.c (__redirect_ieee754_expf):
24625 Renamed to ...
24626 (__redirect_expf): This.
24627 (SYMBOL_NAME): Changed to expf.
24628 (__ieee754_expf): Renamed to ...
24629 (__expf): This.
24630 (__GI___expf): This.
24631 (__ieee754_expf): Add strong_alias.
24632 (__expf_finite): Likewise.
24633 (__expf): New.
24634 Include <sysdeps/ieee754/flt-32/e_expf.c>.
24635
24636 2017-10-22 Paul Eggert <eggert@cs.ucla.edu>
24637
24638 [BZ #22332]
24639 * posix/glob.c (__glob): Fix buffer overflow during GLOB_TILDE
24640 unescaping.
24641
24642 2017-10-21 Florian Weimer <fweimer@redhat.com>
24643
24644 * posix/Makefile (tests): Add tst-glob-tilde.
24645 (tests-special): Add tst-glob-tilde-mem.out
24646 (tst-glob-tilde-ENV): Set MALLOC_TRACE.
24647 (tst-glob-tilde-mem.out): Add mtrace check.
24648 * posix/tst-glob-tilde.c: New file.
24649
24650 2017-10-20 Joseph Myers <joseph@codesourcery.com>
24651
24652 * bits/floatn-common.h: New file.
24653 * math/Makefile (headers): Add bits/floatn-common.h.
24654 * bits/floatn.h: Include <bits/floatn-common.h>.
24655 * sysdeps/ia64/bits/floatn.h: Likewise.
24656 * sysdeps/ieee754/ldbl-128/bits/floatn.h: Likewise.
24657 * sysdeps/mips/ieee754/bits/floatn.h: Likewise.
24658 * sysdeps/powerpc/bits/floatn.h: Likewise.
24659 * sysdeps/x86/bits/floatn.h: Likewise.
24660
24661 2017-10-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
24662
24663 * configure.ac (libc_cv_gcc_incompatbile_alias): New define:
24664 indicates whether compiler emits an warning for alias for
24665 functions with incompatible types.
24666
24667 [BZ #22273]
24668 * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Handle the case where
24669 the auxiliary process is terminated by a signal before calling _exit
24670 or execve.
24671
24672 2017-10-20 H.J. Lu <hongjiu.lu@intel.com>
24673
24674 [BZ #21265]
24675 * sysdeps/x86/cpu-features-offsets.sym (XSAVE_STATE_SIZE_OFFSET):
24676 New.
24677 * sysdeps/x86/cpu-features.c: Include <libc-pointer-arith.h>.
24678 (get_common_indeces): Set xsave_state_size, xsave_state_full_size
24679 and bit_arch_XSAVEC_Usable if needed.
24680 (init_cpu_features): Remove bit_arch_Use_dl_runtime_resolve_slow
24681 and bit_arch_Use_dl_runtime_resolve_opt.
24682 * sysdeps/x86/cpu-features.h (bit_arch_Use_dl_runtime_resolve_opt):
24683 Removed.
24684 (bit_arch_Use_dl_runtime_resolve_slow): Likewise.
24685 (bit_arch_Prefer_No_AVX512): Updated.
24686 (bit_arch_MathVec_Prefer_No_AVX512): Likewise.
24687 (bit_arch_XSAVEC_Usable): New.
24688 (STATE_SAVE_OFFSET): Likewise.
24689 (STATE_SAVE_MASK): Likewise.
24690 [__ASSEMBLER__]: Include <cpu-features-offsets.h>.
24691 (cpu_features): Add xsave_state_size and xsave_state_full_size.
24692 (index_arch_Use_dl_runtime_resolve_opt): Removed.
24693 (index_arch_Use_dl_runtime_resolve_slow): Likewise.
24694 (index_arch_XSAVEC_Usable): New.
24695 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
24696 Support XSAVEC_Usable. Remove Use_dl_runtime_resolve_slow.
24697 * sysdeps/x86_64/Makefile (tst-x86_64-1-ENV): New if tunables
24698 is enabled.
24699 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
24700 Replace _dl_runtime_resolve_sse, _dl_runtime_resolve_avx,
24701 _dl_runtime_resolve_avx_slow, _dl_runtime_resolve_avx_opt,
24702 _dl_runtime_resolve_avx512 and _dl_runtime_resolve_avx512_opt
24703 with _dl_runtime_resolve_fxsave, _dl_runtime_resolve_xsave and
24704 _dl_runtime_resolve_xsavec.
24705 * sysdeps/x86_64/dl-trampoline.S (DL_RUNTIME_UNALIGNED_VEC_SIZE):
24706 Removed.
24707 (DL_RUNTIME_RESOLVE_REALIGN_STACK): Check STATE_SAVE_ALIGNMENT
24708 instead of VEC_SIZE.
24709 (REGISTER_SAVE_BND0): Removed.
24710 (REGISTER_SAVE_BND1): Likewise.
24711 (REGISTER_SAVE_BND3): Likewise.
24712 (REGISTER_SAVE_RAX): Always defined to 0.
24713 (VMOV): Removed.
24714 (_dl_runtime_resolve_avx): Likewise.
24715 (_dl_runtime_resolve_avx_slow): Likewise.
24716 (_dl_runtime_resolve_avx_opt): Likewise.
24717 (_dl_runtime_resolve_avx512): Likewise.
24718 (_dl_runtime_resolve_avx512_opt): Likewise.
24719 (_dl_runtime_resolve_sse): Likewise.
24720 (_dl_runtime_resolve_sse_vex): Likewise.
24721 (USE_FXSAVE): New.
24722 (_dl_runtime_resolve_fxsave): Likewise.
24723 (USE_XSAVE): Likewise.
24724 (_dl_runtime_resolve_xsave): Likewise.
24725 (USE_XSAVEC): Likewise.
24726 (_dl_runtime_resolve_xsavec): Likewise.
24727 * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve_avx512):
24728 Removed.
24729 (_dl_runtime_resolve_avx512_opt): Likewise.
24730 (_dl_runtime_resolve_avx): Likewise.
24731 (_dl_runtime_resolve_avx_opt): Likewise.
24732 (_dl_runtime_resolve_sse): Likewise.
24733 (_dl_runtime_resolve_sse_vex): Likewise.
24734 (_dl_runtime_resolve_fxsave): New.
24735 (_dl_runtime_resolve_xsave): Likewise.
24736 (_dl_runtime_resolve_xsavec): Likewise.
24737
24738 2017-10-20 Paul Eggert <eggert@cs.ucla.edu>
24739
24740 [BZ #22320]
24741 CVE-2017-15670
24742 * posix/glob.c (__glob): Fix one-byte overflow.
24743
24744 2017-10-20 Wilco Dijkstra <wdijkstr@arm.com>
24745
24746 * malloc/malloc.c (sysdep-cancel.h): Add include.
24747
24748 2017-10-20 Wilco Dijkstra <wdijkstr@arm.com>
24749
24750 * malloc/malloc.c (_int_free): Add SINGLE_THREAD_P fast paths.
24751
24752 2017-10-20 Will Hawkins <hawkinsw@borlaugic.com>
24753
24754 * resolv/Makefile [$(build-shared)$(have-thread-library) == yesyes]
24755 (tests): Remove $(objpfx)ga_test depdendency.
24756 * resolv/ga_test.c: Remove file.
24757
24758 2017-10-20 Mike FABIAN <mfabian@redhat.com>
24759
24760 [BZ #18812]
24761 * localedata/SUPPORTED: Add kab_DZ/UTF-8.
24762 * localedata/locales/kab_DZ: New file.
24763
24764 2017-10-20 H.J. Lu <hongjiu.lu@intel.com>
24765
24766 * sysdeps/m68k/dl-machine.h (elf_machine_load_address): Use
24767 _dl_relocate_static_pie instead of _dl_start to compute load
24768 address in static PIE.
24769
24770 2017-10-20 H.J. Lu <hongjiu.lu@intel.com>
24771
24772 * sysdeps/m68k/start.S (_start): Check PIC instead of SHARED.
24773
24774 2017-10-20 Mike FABIAN <mfabian@redhat.com>
24775
24776 [BZ #13605]
24777 * localedata/SUPPORTED: Add shn_MM/UTF-8.
24778 * localedata/locales/shn_MM: New file.
24779
24780 2017-10-20 Florian Weimer <fweimer@redhat.com>
24781
24782 [BZ #22321]
24783 sysconf: Fix missing definition of UIO_MAXIOV on Linux.
24784 * sysdeps/posix/sysconf.c: Include <sys/uio.h>.
24785 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-sysconf-iov_max.
24786 (tst-sysconf-iov_max): Link with tst-sysconf-iov_max-uapi.o.
24787 * sysdeps/unix/sysv/linux/tst-sysconf-iov_max.c: New file.
24788 * sysdeps/unix/sysv/linux/tst-sysconf-iov_max-uapi.c: Likewise.
24789
24790 2017-10-19 H.J. Lu <hongjiu.lu@intel.com>
24791
24792 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
24793
24794 2017-10-19 Joseph Myers <joseph@codesourcery.com>
24795
24796 * sysdeps/mips/ieee754/bits/floatn.h: New file.
24797
24798 [BZ #22322]
24799 * sysdeps/mips/bits/long-double.h: Move to ....
24800 * sysdeps/mips/ieee754/bits/long-double.h: ... here.
24801
24802 2017-10-19 Wilco Dijkstra <wdijkstr@arm.com>
24803
24804 * malloc/malloc.c (_int_free): Fix deadlock bug in consistency check.
24805
24806 2017-10-19 Valery Reznic <valery_reznic@yahoo.com>
24807 H.J. Lu <hongjiu.lu@intel.com>
24808
24809 [BZ #22299]
24810 * sysdeps/x86/cpu-features.c (init_cpu_features): Don't set
24811 GLRO(dl_platform) to NULL.
24812 * sysdeps/x86_64/Makefile (tests): Add tst-platform-1.
24813 (modules-names): Add tst-platformmod-1 and
24814 x86_64/tst-platformmod-2.
24815 (CFLAGS-tst-platform-1.c): New.
24816 (CFLAGS-tst-platformmod-1.c): Likewise.
24817 (CFLAGS-tst-platformmod-2.c): Likewise.
24818 (LDFLAGS-tst-platformmod-2.so): Likewise.
24819 ($(objpfx)tst-platform-1): Likewise.
24820 ($(objpfx)tst-platform-1.out): Likewise.
24821 (tst-platform-1-ENV): Likewise.
24822 ($(objpfx)x86_64/tst-platformmod-2.os): Likewise.
24823 * sysdeps/x86_64/tst-platform-1.c: New file.
24824 * sysdeps/x86_64/tst-platformmod-1.c: Likewise.
24825 * sysdeps/x86_64/tst-platformmod-2.c: Likewise.
24826
24827 2017-10-19 Mike FABIAN <mfabian@redhat.com>
24828
24829 [BZ #13994]
24830 * locale/iso-639.def: Add Karbi.
24831 * localedata/SUPPORTED: Add mjw_IN/UTF-8.
24832 * localedata/locales/mjw_IN: New file.
24833
24834 2017-10-18 Joseph Myers <joseph@codesourcery.com>
24835
24836 * sysdeps/ieee754/ldbl-128/Makeconfig: New file.
24837 * sysdeps/ieee754/ldbl-128/bits/floatn.h: Likewise.
24838 * sysdeps/ieee754/ldbl-128/float128-abi.h: Likewise.
24839 * sysdeps/generic/libm-alias-ldouble.h: Include <bits/floatn.h>.
24840 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128]
24841 (libm_alias_ldouble_other_r): Also create _Float128 alias.
24842 * sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h: Include
24843 <bits/floatn.h>.
24844 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128]
24845 (libm_alias_ldouble_other_r): Also create _Float128 alias.
24846 * manual/math.texi (Mathematics): Document additional architecture
24847 support for _Float128.
24848 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Update.
24849 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
24850 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
24851 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
24852 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
24853 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
24854 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
24855 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
24856 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
24857 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
24858 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
24859 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
24860 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
24861 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
24862 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
24863
24864 2017-10-18 Renlin Li <renlin.li@arm.com>
24865
24866 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address): Use
24867 _DYNAMIC symbol to calculate load address.
24868
24869 2017-10-18 Paul A. Clarke <pc@us.ibm.com>
24870
24871 * sysdeps/powerpc/fpu/fenv_private.h (_FPU_MASK_TRAPS_RN):
24872 (_FPU_MASK_FRAC_INEX_RET_CC): Fix masks to more properly handle
24873 summary bits.
24874 (_FPU_MASK_RN): Expand _FPU_MASK_RN to 64bit hex.
24875 (_FPU_MASK_NOT_RN_NI): Treat bit 52 (left-to-right) as reserved.
24876
24877 2017-10-18 Mike FABIAN <mfabian@redhat.com>
24878
24879 [BZ #16777]
24880 * localedata/locales/pl_PL (LC_MONETARY): Use U+202F as mon_thousands_sep
24881 and improve readability by using more ASCII.
24882 * localedata/locales/pl_PL (LC_NUMERIC): Use U+202F as thousands_sep
24883 and improve readability by using more ASCII.
24884
24885 2017-10-18 Wilco Dijkstra <wdijkstr@arm.com>
24886
24887 * malloc/malloc.c (malloc_state): Use int for have_fastchunks since
24888 not all targets support atomics on bool.
24889
24890 2017-10-17 Joseph Myers <joseph@codesourcery.com>
24891
24892 * include/float.h [!__GNUC_PREREQ (7, 0) && __HAVE_FLOAT128 &&
24893 __GLIBC_USE (IEC_60559_TYPES_EXT)] (FLT128_MAX): Define using
24894 __f128.
24895 [!__GNUC_PREREQ (7, 0) && __HAVE_FLOAT128 && __GLIBC_USE
24896 (IEC_60559_TYPES_EXT)] (FLT128_EPSILON): Likewise.
24897 [!__GNUC_PREREQ (7, 0) && __HAVE_FLOAT128 && __GLIBC_USE
24898 (IEC_60559_TYPES_EXT)] (FLT128_MIN): Likewise.
24899 [!__GNUC_PREREQ (7, 0) && __HAVE_FLOAT128 && __GLIBC_USE
24900 (IEC_60559_TYPES_EXT)] (FLT128_TRUE_MIN): Likewise.
24901
24902 2017-10-17 Adhemerval Zanella <adhemerval.zanella@linaro.org>
24903
24904 * bits/uio-ext.h (RWF_HIPRI, RWF_DSYNC, RWF_SYNC, RWF_NOWAIT): New
24905 defines.
24906
24907 2017-10-17 Wilco Dijkstra <wdijkstr@arm.com>
24908
24909 [BZ #22159]
24910 * malloc/arena.c (ptmalloc_init): Call malloc_init_state.
24911 * malloc/malloc.c (do_check_free_chunk): Fix build bug.
24912 (do_check_remalloced_chunk): Fix build bug.
24913 (do_check_malloc_state): Add assert that checks arena->top.
24914 (malloc_consolidate): Remove initialization.
24915 (int_mallinfo): Remove call to malloc_consolidate.
24916 (__libc_mallopt): Clarify why malloc_consolidate is needed.
24917
24918 2017-10-17 Wilco Dijkstra <wdijkstr@arm.com>
24919
24920 * malloc/malloc.c (FASTCHUNKS_BIT): Remove.
24921 (have_fastchunks): Remove.
24922 (clear_fastchunks): Remove.
24923 (set_fastchunks): Remove.
24924 (malloc_state): Add have_fastchunks.
24925 (malloc_init_state): Use have_fastchunks.
24926 (do_check_malloc_state): Remove incorrect invariant checks.
24927 (_int_malloc): Use have_fastchunks.
24928 (_int_free): Likewise.
24929 (malloc_consolidate): Likewise.
24930
24931 2017-10-17 Wilco Dijkstra <wdijkstr@arm.com>
24932
24933 * malloc/malloc.c (tcache_put): Inline.
24934 (tcache_get): Inline.
24935
24936 2017-10-17 Jordi Mallach <jordi@gnu.org>
24937
24938 Aurelien Jarno <aurelien@aurel32.net>
24939 [BZ #2522]
24940 * localedata/locales/ca_ES@valencia: New file.
24941 * localedata/SUPPORTED: Add ca_ES@valencia/UTF-8.
24942
24943 2017-10-17 Romain Naour <romain.naour@gmail.com> (tiny change)
24944
24945 [BZ #22296]
24946 * math/math.h: Let signbit use the builtin in C++ mode with gcc
24947 < 6.x
24948
24949 2017-10-17 Adhemerval Zanella <adhemerval.zanella@linaro.org>
24950
24951 * scripts/build-many-glibcs.py (Context.add_all_configs):
24952 Add arm-linux-gnueabihf multiarch extra_glibcs.
24953
24954 * sysdeps/generic/ifunc-init.h: New file.
24955 * sysdeps/x86/init-arch.h: Use generic ifunc-init.h.
24956
24957 2017-10-17 Mike FABIAN <mfabian@redhat.com>
24958
24959 [BZ #22019]
24960 * localedata/locales/el_GR: Set n_cs_precedes to 0.
24961 * localedata/locales/el_CY: copy "el_GR" because it is identical.
24962 * stdlib/tst-strfmon_l.c: adapt test case.
24963
24964 2017-10-16 Joseph Myers <joseph@codesourcery.com>
24965
24966 * sysdeps/generic/float128-abi.h: New file.
24967 * sysdeps/ieee754/float128/Versions (FLOAT128_VERSION): Move
24968 non-__prefixed symbols to ....
24969 * math/Versions: ... here. Include <float128-abi.h>.
24970 * stdlib/Versions ... and here. Include <float128-abi.h>
24971
24972 2017-10-16 Florian Weimer <fweimer@redhat.com>
24973
24974 * version.h (VERSION): Switch to ".9000" as the development
24975 version suffix.
24976
24977 2017-10-16 Florian Weimer <fweimer@redhat.com>
24978
24979 [BZ #22050]
24980 * malloc/mcheck-init.c (__malloc_initialize_hook): Use
24981 compat_symbol_reference to access non-default version.
24982
24983 2017-10-16 Florian Weimer <fweimer@redhat.com>
24984
24985 * malloc/Makefile (others-extras): Set to mcheck-init.o.
24986
24987 2017-10-16 Carlos O'Donell <carlos@redhat.com>
24988
24989 * include/shlib-compat.h (compat_symbol_reference): Update
24990 comment.
24991
24992 2017-10-16 Joseph Myers <joseph@codesourcery.com>
24993
24994 * math/Makefile (test-types): Add
24995 $(type-float128-$(float128-alias-fcts)).
24996 * math/test-float128.h (TYPE_STR): Define conditional on
24997 [FLT128_MANT_DIG == LDBL_MANT_DIG].
24998 (ULP_IDX): Likewise.
24999 (ULP_I_IDX): Likewise.
25000
25001 * stdlib/strtold.c: Include <bits/floatn.h>
25002 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (strtof128): Define
25003 and later undefine as macro. Define as weak alias if
25004 [!USE_WIDE_CHAR].
25005 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (wcstof128): Define
25006 and later undefine as macro. Define as weak alias if
25007 [USE_WIDE_CHAR].
25008 * sysdeps/ieee754/ldbl-128/strtold_l.c [__HAVE_FLOAT128 &&
25009 !__HAVE_DISTINCT_FLOAT128] (strtof128_l): Define and later
25010 undefine as macro. Define as weak alias if [!USE_WIDE_CHAR].
25011 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (wcstof128_l):
25012 Define and later undefine as macro. Define as weak alias if
25013 [USE_WIDE_CHAR].
25014 * sysdeps/ieee754/ldbl-64-128/strtold_l.c: Include
25015 <bits/floatn.h>.
25016 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (strtof128_l):
25017 Define and later undefine as macro. Define as weak alias if
25018 [!USE_WIDE_CHAR].
25019 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (wcstof128_l):
25020 Define and later undefine as macro. Define as weak alias if
25021 [USE_WIDE_CHAR].
25022
25023 2017-10-15 Carlos O'Donell <carlos@redhat.com>
25024
25025 * localedata/collate-test.c (allocate_arrays): Don't use \n in
25026 record_verbose messages.
25027
25028 2017-10-15 H.J. Lu <hongjiu.lu@intel.com>
25029
25030 [BZ #22052]
25031 * malloc/hooks.c (realloc_check): Use DIAG_IGNORE_NEEDS_COMMENT
25032 to silence -O3 -Wall warning with GCC 7.
25033
25034 2017-10-14 H.J. Lu <hongjiu.lu@intel.com>
25035
25036 * Makeconfig (+link-static-before-libc): Use the first of
25037 $(CRT-$(@F)) and $(csu-objpfx)$(static-start-installed-name).
25038 * gmon/Makefile (tests): Add tst-gmon-static.
25039 (tests-static): Likewise.
25040 (CFLAGS-tst-gmon-static.c): New.
25041 (CRT-tst-gmon-static): Likewise.
25042 (DEFAULT-LDFLAGS-tst-gmon-static): Likewise.
25043 (tst-gmon-static-ENV): Likewise.
25044 (tests-special): Likewise.
25045 ($(objpfx)tst-gmon-static.out): Likewise.
25046 (clean-tst-gmon-static-data): Likewise.
25047 ($(objpfx)tst-gmon-static-gprof.out): Likewise.
25048 * gmon/tst-gmon-static-gprof.sh: New file.
25049 * gmon/tst-gmon-static.c: Likewise.
25050
25051 2017-10-13 Carlos O'Donell <carlos@redhat.com>
25052
25053 [BZ #22295]
25054 * locale/programs/linereader.c (get_string): Don't warn on
25055 non-symbolic character.
25056
25057 [BZ #22294]
25058 * locale/programs/ld-monetary.c (monetary_finish): Allow ""
25059 int_curr_symbol.
25060
25061 [BZ #22292]
25062 * locale/programs/record-status.h: New file
25063 * locale/programs/locale.c: Add comment.
25064 * locale/programs/charmap-dir.c: Don't include error.h.
25065 (charmap_opendir): Use record_error.
25066 * locale/programs/charmap.c: Don't include error.h.
25067 (charmap_read): Use record_error, and record_warning.
25068 (parse_charmap): Likewise.
25069 * locale/programs/ld-address.c: Don't include error.h.
25070 (address_finish): Use record_error, and record_warning.
25071 * locale/programs/ld-collate.c: Don't include error.h.
25072 (collate_finish): Use record_error, and record_error_at_line.
25073 * locale/programs/ld-ctype.c (ctype_finish): Use record_error.
25074 (ctype_class_new): Likewise.
25075 (ctype_map_new): Likewise.
25076 (set_one_default): Likewise.
25077 (set_class_defaults): Likewise.
25078 (translit_flatten): Likewise.
25079 (allocate_arrays): Use record_error, and record_verbose.
25080 * locale/programs/ld-identification.c: Don't include error.h.
25081 (indentation_finish): Use record_error and record_warning.
25082 * locale/programs/ld-measurement.c: Don't include error.h.
25083 (measurement_finish): Use record_error.
25084 * locale/programs/ld-messages.c
25085 (message_finish): Likewise.
25086 * locale/programs/ld-monetary.c
25087 (monetary_finish): Likewise.
25088 * locale/programs/ld-name.c (name_finish): Use record_error
25089 and record_warning.
25090 * locale/programs/ld-numeric.c
25091 (numeric_finish): Use record_error.
25092 * locale/programs/ld-paper.c: Don't include error.h.
25093 (paper_finish): Use record_error.
25094 * locale/programs/ld-telephone.c: Don't include error.h.
25095 (telephone_finish): Use record_error.
25096 * locale/programs/ld-time.c (time_finish): Likewise.
25097 * locale/programs/linereader.h (lr_error): Make inline func.
25098 * locale/programs/localedef.c: Define recorded_warning_count,
25099 and recorded_error_count.
25100 (main): Use record_error. Use recorded_error_count and
25101 recorded_warning_count to issue correct error returns.
25102 (add_to_readlist): Use record_error.
25103 (find_locale): Likewise.
25104 (load_locale): Likewise.
25105 * locale/programs/localedef.h: Remove be_quiet
25106 and WITH_CUR_LOCALE.
25107 * locale/programs/locarchive.c (compare_from_file): Use
25108 record_error.
25109 * locale/programs/locfile.c (write_locale_data): Use
25110 record_error.
25111 * locale/programs/repertoire.c: Dont include error.h.
25112 (repertoire_complain): Use record_error.
25113 * localedata/tst-fmon.sh: Expect failures from localedef.
25114 * localedata/tst-locale.sh: Likewise.
25115 * localedata/gen-locale.sh: Expect failures from SHIFT_JIS.
25116
25117 * localedata/unicode-gen/Makefile (GENERATED): Use i18n_ctype.
25118 (REPORTS): Likewise.
25119 (check): Likewise.
25120 (i18n): Rename to...
25121 (i18n_ctype): ...this.
25122 (i18n-report): Rename to...
25123 (i18n_ctype-report): ...this.
25124 * localedata/locales/i18n_ctype: Regenerate.
25125 * localedata/locales/i18n: copy i18n_ctype.
25126
25127 2017-10-13 Joseph Myers <joseph@codesourcery.com>
25128
25129 * stdlib/strfroml.c: Include <bits/floatn.h>.
25130 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (strfromf128):
25131 Define before include of <stdlib.h> and undefine afterwards, then
25132 define as weak alias.
25133
25134 * sysdeps/ieee754/ldbl-64-128/s_nextafterl.c (weak_alias):
25135 Undefine and restore default definition. Use
25136 libm_alias_ldouble_other.
25137
25138 2017-10-13 Peter Zelezny <peter.zelezny@dektech.com.au>
25139
25140 [BZ #22153]
25141 * nptl/allocatestack.c (__nptl_setxid_error): Preserve error code
25142 in coredumps.
25143
25144 2017-10-13 James Clarke <jrtc27@jrtc27.com>
25145
25146 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
25147 Assign sym_map to be map for local symbols, as TLS relocations
25148 use sym_map to determine whether the symbol is defined and to
25149 extract the TLS information.
25150 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
25151 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
25152
25153 2017-10-13 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
25154
25155 [BZ #22189]
25156 * sysdeps/powerpc/fpu/math_private.h (math_opt_barrier):
25157 (math_force_eval): Add powerpc version.
25158
25159 [BZ #22142]
25160 * stdio-common/tst-printf.c (fp_test): Add tests for DBL_MAX and
25161 -DBL_MAX.
25162 (do_test): Likewise.
25163 * stdio-common/tst-printf.sh: Likewise.
25164 * sysdeps/powerpc/powerpc64/power7/add_n.S: Invert the initial
25165 ifdef clause in order to set the carry bit right. Replace r0 by
25166 0 without changing the behavior.
25167
25168 2017-10-13 Joseph Myers <joseph@codesourcery.com>
25169
25170 * sysdeps/sparc/sparc32/fpu/s_fabsl.c: Include
25171 <libm-alias-ldouble.h>.
25172 (fabsl): Define using libm_alias_ldouble.
25173 * sysdeps/sparc/sparc64/fpu/s_fabsl.c: Include
25174 <libm-alias-ldouble.h>.
25175 (fabsl): Define using libm_alias_ldouble.
25176
25177 * sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c [BUILD_LGAMMA]:
25178 Remove conditional code.
25179
25180 * sysdeps/ieee754/ldbl-opt/s_clog10l.c (__clog10l__internal):
25181 Rename to __clog10_internal_l.
25182 (__clog10_internal_l): Define aliases using
25183 libm_alias_ldouble_other instead of using libm_alias_ldouble_other
25184 with __clog10.
25185
25186 2017-10-13 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
25187
25188 * benchtests/Makefile (bench-math): Add sinf, cosf and sincosf.
25189 * benchtests/sincosf-inputs: New file.
25190 * benchtests/cosf-inputs: New file.
25191 * benchtests/sinf-inputs: New file.
25192
25193 2017-10-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
25194
25195 * posix/tst-spawn.c (do_test): Wait for both children.
25196
25197 2017-10-12 H.J. Lu <hongjiu.lu@intel.com>
25198
25199 [BZ #22284]
25200 * gmon/Makefile [$(have-fpie)$(build-shared) == yesyes] (tests,
25201 tests-pie): Add tst-gmon-pie.
25202 (CFLAGS-tst-gmon-pie.c): New.
25203 (CRT-tst-gmon-pie): Likewise.
25204 (tst-gmon-pie-ENV): Likewise.
25205 [$(have-fpie)$(build-shared) == yesyes] (tests-special): Likewise.
25206 ($(objpfx)tst-gmon-pie.out): Likewise.
25207 (clean-tst-gmon-pie-data): Likewise.
25208 ($(objpfx)tst-gmon-pie-gprof.out): Likewise.
25209 * gmon/gmon.c [PIC]: Include <link.h>.
25210 [PIC] (callback): New function.
25211 (write_hist): Add an argument for load address. Subtract load
25212 address from PCs.
25213 (write_call_graph): Likewise.
25214 (write_gmon): Call __dl_iterate_phdr to get load address, pass
25215 it to write_hist and write_call_graph.
25216 * gmon/tst-gmon-pie.c: New file.
25217
25218 2017-10-11 Joseph Myers <joseph@codesourcery.com>
25219
25220 * math/Makefile (test-types-basic): New variable.
25221 (test-types): Likewise.
25222 (libm-test-support): Use $(test-types) instead of $(types).
25223 (libm-tests-base-normal): Likewise.
25224 (libm-tests-base-finite): Likewise.
25225 (libm-tests-base-inline): Likewise.
25226 (generated): Likewise.
25227 ($(objpfx)libm-test-support-$(t).c): Likewise.
25228 (libm-tests-for-type iterator): Likewise.
25229 (libm-test-support iterator): Likewise.
25230 * math/libm-test-support.c (ulp_i_idx): Use ULP_I_IDX.
25231 (ulp_idx): Use ULP_IDX.
25232 * math/test-ldouble.h: Include <float.h>.
25233 (TYPE_STR): Define conditional on [LDBL_MANT_DIG == DBL_MANT_DIG].
25234 (ULP_IDX): New macro.
25235 (ULP_I_IDX): Likewise.
25236 * math/test-double.h (ULP_IDX): Likewise.
25237 (ULP_I_IDX): Likewise.
25238 * math/test-float.h (ULP_IDX): Likewise.
25239 (ULP_I_IDX): Likewise.
25240 * math/test-float128.h (ULP_IDX): Likewise.
25241 (ULP_I_IDX): Likewise.
25242
25243 2017-10-11 Adhemerval Zanella <adhemerval.zanella@linaro.org>
25244
25245 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Remove file.
25246 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
25247 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
25248 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: Likewise.
25249 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
25250 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: Likewise.
25251 * sysdeps/unix/sysv/linux/powerpc/sysdep-cancel.h: Likewise.
25252 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
25253 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
25254 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
25255 * sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h: Likewise.
25256 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
25257 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
25258 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
25259 (SINGLE_THREAD_BY_GLOBAL): Define.
25260 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
25261 Likewise.
25262 * sysdeps/unix/sysv/linux/alpha/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
25263 Likewise.
25264 * sysdeps/unix/sysv/linux/arm/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
25265 Likewise.
25266 * sysdeps/unix/sysv/linux/hppa/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
25267 Likewise.
25268 * sysdeps/unix/sysv/linux/microblaze/sysdep.h
25269 (SINGLE_THREAD_BY_GLOBAL): Likewise.
25270 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
25271 Likewise.
25272
25273 2017-10-11 Andreas Schwab <schwab@suse.de>
25274
25275 * nis/Makefile (aux): Remove.
25276 * nscd/Makefile (aux): Add nscd_hash.
25277 (nscd-modules): Likewise.
25278 ($(objpfx)nscd): Don't depend on libnsl.
25279 * nscd/nscd_hash.c: New file.
25280 * nscd/nscd_hash.h: Likewise.
25281 * nscd/cache.c: Include "nscd_hash.h" instead of <rpcsvc/nis.h>.
25282 (cache_search, cache_add): Use __nscd_hash instead of __nis_hash.
25283 * nscd/nscd_helper.c: Include <sys/param.h> and "nscd_hash.h"
25284 instead of <nis/rpcsvc/nis.h>.
25285 (__nscd_cache_search): Use __nscd_hash instead of __nis_hash.
25286
25287 2017-10-11 Florian Weimer <fweimer@redhat.com>
25288
25289 [BZ #22078]
25290 Avoid large NSS buffers with many addresses, aliases.
25291 * nss/nss_files/files-hosts.c (gethostbyname3_multi): Rewrite
25292 using dynarrays and struct alloc_buffer.
25293 * nss/Makefile (tests): Add tst-nss-files-hosts-multi.
25294 (tst-nss-files-hosts-multi): Link with -ldl.
25295 * nss/tst-nss-files-hosts-multi.c: New file.
25296
25297 2017-10-11 Florian Weimer <fweimer@redhat.com>
25298
25299 [BZ #18023]
25300 * nss/nss_files/files-hosts.c (gethostbyname3_multi): Use struct
25301 scratch_buffer. Eliminate gotos.
25302
25303 2017-10-11 Joseph Myers <joseph@codesourcery.com>
25304
25305 * sysdeps/ieee754/ldbl-opt/s_clog10l.c: Use
25306 libm_alias_ldouble_other.
25307 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c (weak_alias): Do not
25308 undefine and redefine.
25309 [LIBM_SVID_COMPAT && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_1)]
25310 (exp10l): Do not define here.
25311 * sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c [BUILD_LGAMMA]
25312 (weak_alias): Undefine and redefine.
25313 [BUILD_LGAMMA]: Use libm_alias_ldouble_other.
25314 * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c
25315 [LIBM_SVID_COMPAT] (weak_alias): Undefine and redefine here.
25316 [LIBM_SVID_COMPAT]: Use libm_alias_ldouble_other.
25317
25318 * soft-fp/fmadf4.c: Include <libm-alias-double.h>.
25319 [!__fma] (fma): Define using libm_alias_double.
25320 * soft-fp/fmasf4.c: Include <libm-alias-float.h>.
25321 [!__fmaf] (fmaf): Define using libm_alias_float.
25322 * soft-fp/fmatf4.c: Include <libm-alias-ldouble.h>.
25323 (fmal): Define using libm_alias_ldouble.
25324
25325 2017-10-10 Joseph Myers <joseph@codesourcery.com>
25326
25327 * sysdeps/generic/libm-alias-double.h (libm_alias_double_other_r):
25328 New macro.
25329 (libm_alias_double_other): Likewise.
25330 (libm_alias_double_r): Use libm_alias_double_other_r.
25331 * sysdeps/generic/libm-alias-float.h (libm_alias_float_other_r):
25332 New macro.
25333 (libm_alias_float_other): Likewise.
25334 (libm_alias_float_r): Use libm_alias_float_other_r.
25335 * sysdeps/generic/libm-alias-float128.h
25336 (libm_alias_float128_other_r): New macro.
25337 (libm_alias_float128_other): Likewise.
25338 (libm_alias_float128_r): Use libm_alias_float128_other_r.
25339 * sysdeps/generic/libm-alias-ldouble.h
25340 (libm_alias_ldouble_other_r): New macro.
25341 (libm_alias_ldouble_other): Likewise.
25342 (libm_alias_ldouble_r): Use libm_alias_ldouble_other_r.
25343 * sysdeps/ieee754/ldbl-opt/libm-alias-double.h
25344 (libm_alias_double_other_r): New macro.
25345 (libm_alias_double_other): Likewise.
25346 (libm_alias_double_r): Use libm_alias_double_other_r.
25347 * sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h
25348 (libm_alias_ldouble_other_r): New macro.
25349 (libm_alias_ldouble_other): Likewise.
25350 (libm_alias_ldouble_r): Use libm_alias_ldouble_other_r.
25351 * math/w_lgamma_main.c: Include <libm-alias-double.h>.
25352 [!USE_AS_COMPAT]: Use libm_alias_double_other.
25353 * math/w_lgammaf_main.c: Include <libm-alias-float.h>.
25354 [!USE_AS_COMPAT]: Use libm_alias_float_other.
25355 * math/w_lgammal_main.c: Include <libm-alias-ldouble.h>.
25356 [!USE_AS_COMPAT]: Use libm_alias_ldouble_other.
25357 * math/w_exp2f.c: Use libm_alias_float_other.
25358 * math/w_expf.c: Likewise.
25359 * math/w_log2f.c: Likewise.
25360 * math/w_logf.c: Likewise.
25361 * math/w_powf.c: Likewise.
25362 * sysdeps/ieee754/flt-32/e_exp2f.c: Include <libm-alias-float.h>.
25363 [!__exp2f]: Use libm_alias_float_other.
25364 * sysdeps/ieee754/flt-32/e_expf.c: Include <libm-alias-float.h>.
25365 [!__expf]: Use libm_alias_float_other.
25366 * sysdeps/ieee754/flt-32/e_log2f.c: Include <libm-alias-float.h>.
25367 [!__log2f]: Use libm_alias_float_other.
25368 * sysdeps/ieee754/flt-32/e_logf.c: Include <libm-alias-float.h>.
25369 [!__logf]: Use libm_alias_float_other.
25370 * sysdeps/ieee754/flt-32/e_powf.c: Include <libm-alias-float.h>.
25371 [!__powf]: Use libm_alias_float_other.
25372
25373 2017-10-10 Florian Weimer <fweimer@redhat.com>
25374
25375 * nss/nss_files/files-hosts.c (gethostbyname3_multi): New
25376 function.
25377 (_nss_files_gethostbyname3_r): Call it.
25378
25379 2017-10-09 Joseph Myers <joseph@codesourcery.com>
25380
25381 * sysdeps/generic/math-type-macros.h [!declare_mgen_alias]: Give
25382 error. Remove default definition of declare_mgen_alias.
25383 [!declare_mgen_alias_r]: Likewise.
25384 * sysdeps/generic/math-type-macros-double.h
25385 [!declare_mgen_alias_r] (declare_mgen_alias_r): New macro.
25386 * sysdeps/generic/math-type-macros-float.h [!declare_mgen_alias_r]
25387 (declare_mgen_alias_r): Likewise.
25388 * sysdeps/generic/math-type-macros-float128.h
25389 [!declare_mgen_alias_r] (declare_mgen_alias_r): Likewise.
25390 * sysdeps/generic/math-type-macros-ldouble.h
25391 [!declare_mgen_alias_r] (declare_mgen_alias_r): Likewise.
25392 * math/w_lgamma_r_template.c (declare_mgen_alias_r_x): Remove
25393 macro.
25394 (declare_mgen_alias_r_s): Likewise.
25395 (declare_mgen_alias_r): Likewise.
25396 * math/w_lgamma_r_compat.c: Include <libm-alias-double.h>.
25397 (lgamma_r): Define using libm_alias_double_r.
25398 * math/w_lgammaf_r_compat.c: Include <libm-alias-float.h>.
25399 (lgammaf_r): Define using libm_alias_float_r.
25400 * math/w_lgammal_r_compat.c: Include <libm-alias-ldouble.h>.
25401 (lgammal_r): Define using libm_alias_ldouble_r.
25402 * sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c: Remove file.
25403 * sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c: Likewise.
25404
25405 2017-10-09 Adhemerval Zanella <adhemerval.zanella@linaro.org>
25406
25407 * lib/glob.c (__glob_pattern_type): Remove now-spurious
25408 extern declaration.
25409
25410 2017-10-09 Joseph Myers <joseph@codesourcery.com>
25411
25412 * sysdeps/ieee754/ldbl-opt/w_scalbln.c: Remove file.
25413
25414 2017-10-09 Jonathan Wakely <jwakely@redhat.com>
25415
25416 [BZ #21326]
25417 * include/features.h [__cplusplus >= 201703] (__USE_ISOC11): Define.
25418 [__cplusplus >= 201103] (__USE_ISOC99): Define.
25419 * math/Makefile (test-math-cxx11): New test.
25420 * math/test-math-cxx11.cc: New file.
25421
25422 2017-10-08 Christian Brauner <christian.brauner@ubuntu.com>
25423
25424 * login/openpty.c (openpty): Close slave pty file descriptor on error.
25425
25426 * login/openpty.c (openpty): If defined, use the TIOCGPTPEER ioctl()
25427 call to allocate the slave pty file descriptor.
25428
25429 2017-10-06 Joseph Myers <joseph@codesourcery.com>
25430
25431 * sysdeps/ieee754/ldbl-128/s_fma.c: Include <libm-alias-double.h>.
25432 [!__fma] (fma): Define using libm_alias_double.
25433 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <libm-alias-double.h>.
25434 [!__fma] (fma): Define using libm_alias_double.
25435
25436 * sysdeps/ieee754/float128/float128_private.h: Include
25437 <libm-alias-ldouble.h> and <libm-alias-float128.h>.
25438 (libm_alias_ldouble_r): Undefine and redefine.
25439 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Include
25440 <libm-alias-ldouble.h>.
25441 (asinhl): Define using libm_alias_ldouble.
25442 * sysdeps/ieee754/ldbl-128/s_atanl.c: Include
25443 <libm-alias-ldouble.h>.
25444 (atanl): Define using libm_alias_ldouble.
25445 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Include
25446 <libm-alias-ldouble.h>.
25447 (cbrtl): Define using libm_alias_ldouble.
25448 * sysdeps/ieee754/ldbl-128/s_ceill.c: Include
25449 <libm-alias-ldouble.h>.
25450 (ceill): Define using libm_alias_ldouble.
25451 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Include
25452 <libm-alias-ldouble.h>.
25453 (copysignl): Define using libm_alias_ldouble.
25454 * sysdeps/ieee754/ldbl-128/s_cosl.c: Include
25455 <libm-alias-ldouble.h>.
25456 (cosl): Define using libm_alias_ldouble.
25457 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include
25458 <libm-alias-ldouble.h>.
25459 (erfl): Define using libm_alias_ldouble.
25460 (erfcl): Likewise.
25461 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include
25462 <libm-alias-ldouble.h>.
25463 (expm1l): Define using libm_alias_ldouble.
25464 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Include
25465 <libm-alias-ldouble.h>.
25466 (fabsl): Define using libm_alias_ldouble.
25467 * sysdeps/ieee754/ldbl-128/s_floorl.c: Include
25468 <libm-alias-ldouble.h>.
25469 (floorl): Define using libm_alias_ldouble.
25470 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include
25471 <libm-alias-ldouble.h>.
25472 (fmal): Define using libm_alias_ldouble.
25473 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Include
25474 <libm-alias-ldouble.h>.
25475 (frexpl): Define using libm_alias_ldouble.
25476 * sysdeps/ieee754/ldbl-128/s_fromfpl.c (fromfpl): Define using
25477 libm_alias_ldouble.
25478 * sysdeps/ieee754/ldbl-128/s_fromfpl_main.c: Include
25479 <libm-alias-ldouble.h>.
25480 * sysdeps/ieee754/ldbl-128/s_fromfpxl.c (fromfpxl): Define using
25481 libm_alias_ldouble.
25482 * sysdeps/ieee754/ldbl-128/s_getpayloadl.c: Include
25483 <libm-alias-ldouble.h>.
25484 (getpayloadl): Define using libm_alias_ldouble.
25485 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Include
25486 <libm-alias-ldouble.h>.
25487 (llrintl): Define using libm_alias_ldouble.
25488 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Include
25489 <libm-alias-ldouble.h>.
25490 (llroundl): Define using libm_alias_ldouble.
25491 * sysdeps/ieee754/ldbl-128/s_logbl.c: Include
25492 <libm-alias-ldouble.h>.
25493 (logbl): Define using libm_alias_ldouble.
25494 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Include
25495 <libm-alias-ldouble.h>.
25496 (lrintl): Define using libm_alias_ldouble.
25497 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Include
25498 <libm-alias-ldouble.h>.
25499 (lroundl): Define using libm_alias_ldouble.
25500 * sysdeps/ieee754/ldbl-128/s_modfl.c: Include
25501 <libm-alias-ldouble.h>.
25502 (modfl): Define using libm_alias_ldouble.
25503 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Include
25504 <libm-alias-ldouble.h>.
25505 (nearbyintl): Define using libm_alias_ldouble.
25506 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Include
25507 <libm-alias-ldouble.h>.
25508 (nextafterl): Define using libm_alias_ldouble.
25509 * sysdeps/ieee754/ldbl-128/s_nextupl.c: Include
25510 <libm-alias-ldouble.h>.
25511 (nextupl): Define using libm_alias_ldouble.
25512 * sysdeps/ieee754/ldbl-128/s_remquol.c: Include
25513 <libm-alias-ldouble.h>.
25514 (remquol): Define using libm_alias_ldouble.
25515 * sysdeps/ieee754/ldbl-128/s_rintl.c: Include
25516 <libm-alias-ldouble.h>.
25517 (rintl): Define using libm_alias_ldouble.
25518 * sysdeps/ieee754/ldbl-128/s_roundevenl.c: Include
25519 <libm-alias-ldouble.h>.
25520 (roundevenl): Define using libm_alias_ldouble.
25521 * sysdeps/ieee754/ldbl-128/s_roundl.c: Include
25522 <libm-alias-ldouble.h>.
25523 (roundl): Define using libm_alias_ldouble.
25524 * sysdeps/ieee754/ldbl-128/s_setpayloadl.c (setpayloadl): Define
25525 using libm_alias_ldouble.
25526 * sysdeps/ieee754/ldbl-128/s_setpayloadl_main.c: Include
25527 <libm-alias-ldouble.h>.
25528 * sysdeps/ieee754/ldbl-128/s_setpayloadsigl.c (setpayloadsigl):
25529 Define using libm_alias_ldouble.
25530 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include
25531 <libm-alias-ldouble.h>.
25532 (sincosl): Define using libm_alias_ldouble.
25533 * sysdeps/ieee754/ldbl-128/s_sinl.c: Include
25534 <libm-alias-ldouble.h>.
25535 (sinl): Define using libm_alias_ldouble.
25536 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Include
25537 <libm-alias-ldouble.h>.
25538 (tanhl): Define using libm_alias_ldouble.
25539 * sysdeps/ieee754/ldbl-128/s_tanl.c: Include
25540 <libm-alias-ldouble.h>.
25541 (tanl): Define using libm_alias_ldouble.
25542 * sysdeps/ieee754/ldbl-128/s_totalorderl.c: Include
25543 <libm-alias-ldouble.h>.
25544 (totalorderl): Define using libm_alias_ldouble.
25545 * sysdeps/ieee754/ldbl-128/s_totalordermagl.c: Include
25546 <libm-alias-ldouble.h>.
25547 (totalordermagl): Define using libm_alias_ldouble.
25548 * sysdeps/ieee754/ldbl-128/s_truncl.c: Include
25549 <libm-alias-ldouble.h>.
25550 (truncl): Define using libm_alias_ldouble.
25551 * sysdeps/ieee754/ldbl-128/s_ufromfpl.c (ufromfpl): Define using
25552 libm_alias_ldouble.
25553 * sysdeps/ieee754/ldbl-128/s_ufromfpxl.c (ufromfpxl): Define using
25554 libm_alias_ldouble.
25555 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Include
25556 <libm-alias-ldouble.h>.
25557 (weak_alias): Do not undefine and redefine.
25558 [IS_IN (libc)] (libm_alias_ldouble): Undefine and redefine.
25559 (copysignl): Define with long_double_symbol only if [IS_IN
25560 (libc)].
25561 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Include
25562 <libm-alias-ldouble.h>.
25563 (weak_alias): Do not undefine and redefine.
25564 [IS_IN (libc)] (libm_alias_ldouble): Undefine and redefine.
25565 (frexpl): Define with long_double_symbol only if [IS_IN (libc)].
25566 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Include
25567 <libm-alias-ldouble.h>.
25568 (weak_alias): Do not undefine and redefine.
25569 [IS_IN (libc)] (libm_alias_ldouble): Undefine and redefine.
25570 (modfl): Define with long_double_symbol only if [IS_IN (libc)].
25571 * sysdeps/ieee754/ldbl-64-128/s_asinhl.c: Remove file.
25572 * sysdeps/ieee754/ldbl-64-128/s_atanl.c: Likewise.
25573 * sysdeps/ieee754/ldbl-64-128/s_cbrtl.c: Likewise.
25574 * sysdeps/ieee754/ldbl-64-128/s_ceill.c: Likewise.
25575 * sysdeps/ieee754/ldbl-64-128/s_cosl.c: Likewise.
25576 * sysdeps/ieee754/ldbl-64-128/s_erfl.c: Likewise.
25577 * sysdeps/ieee754/ldbl-64-128/s_expm1l.c: Likewise.
25578 * sysdeps/ieee754/ldbl-64-128/s_fabsl.c: Likewise.
25579 * sysdeps/ieee754/ldbl-64-128/s_floorl.c: Likewise.
25580 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: Likewise.
25581 * sysdeps/ieee754/ldbl-64-128/s_llrintl.c: Likewise.
25582 * sysdeps/ieee754/ldbl-64-128/s_llroundl.c: Likewise.
25583 * sysdeps/ieee754/ldbl-64-128/s_logbl.c: Likewise.
25584 * sysdeps/ieee754/ldbl-64-128/s_lrintl.c: Likewise.
25585 * sysdeps/ieee754/ldbl-64-128/s_lroundl.c: Likewise.
25586 * sysdeps/ieee754/ldbl-64-128/s_nearbyintl.c: Likewise.
25587 * sysdeps/ieee754/ldbl-64-128/s_remquol.c: Likewise.
25588 * sysdeps/ieee754/ldbl-64-128/s_rintl.c: Likewise.
25589 * sysdeps/ieee754/ldbl-64-128/s_roundl.c: Likewise.
25590 * sysdeps/ieee754/ldbl-64-128/s_sincosl.c: Likewise.
25591 * sysdeps/ieee754/ldbl-64-128/s_sinl.c: Likewise.
25592 * sysdeps/ieee754/ldbl-64-128/s_tanhl.c: Likewise.
25593 * sysdeps/ieee754/ldbl-64-128/s_tanl.c: Likewise.
25594 * sysdeps/ieee754/ldbl-64-128/s_truncl.c: Likewise.
25595
25596 2017-10-06 Carlos O'Donell <carlos@redhat.com>
25597
25598 [BZ #22111]
25599 * malloc/malloc.c (tcache_shutting_down): Use bool type.
25600 (tcache_thread_freeres): Set tcache_shutting_down before
25601 freeing the tcache.
25602 * malloc/Makefile (tests): Add tst-malloc-tcache-leak.
25603 * malloc/tst-malloc-tcache-leak.c: New file.
25604
25605 2017-10-06 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
25606
25607 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: Revert
25608 back to powerpc32 file.
25609 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c
25610 (memrchr): Add __memrchr_power8 to ifunc list.
25611 * sysdeps/powerpc/powerpc64/power8/memrchr.S: Mask
25612 extra bytes for unaligned inputs.
25613
25614 2017-10-06 Joseph Myers <joseph@codesourcery.com>
25615
25616 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: Remove file.
25617 * sysdeps/ieee754/ldbl-64-128/s_log1pl.c: Likewise.
25618 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c: Likewise.
25619 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
25620 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
25621
25622 2017-10-05 Joseph Myers <joseph@codesourcery.com>
25623
25624 * sysdeps/arm/libm-test-ulps: Update.
25625
25626 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Include
25627 <libm-alias-ldouble.h>.
25628 (asinhl): Define using libm_alias_ldouble.
25629 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Include
25630 <libm-alias-ldouble.h>.
25631 (cbrtl): Define using libm_alias_ldouble.
25632 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Include
25633 <libm-alias-ldouble.h>.
25634 (copysignl): Define using libm_alias_ldouble.
25635 * sysdeps/ieee754/ldbl-96/s_cosl.c: Include
25636 <libm-alias-ldouble.h>.
25637 (cosl): Define using libm_alias_ldouble.
25638 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include
25639 <libm-alias-ldouble.h>.
25640 (erfl): Define using libm_alias_ldouble.
25641 (erfcl): Likewise.
25642 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include
25643 <libm-alias-ldouble.h>.
25644 (fmal): Define using libm_alias_ldouble.
25645 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Include
25646 <libm-alias-ldouble.h>.
25647 (frexpl): Define using libm_alias_ldouble.
25648 * sysdeps/ieee754/ldbl-96/s_fromfpl.c (fromfpl): Define using
25649 libm_alias_ldouble.
25650 * sysdeps/ieee754/ldbl-96/s_fromfpl_main.c: Include
25651 <libm-alias-ldouble.h>.
25652 * sysdeps/ieee754/ldbl-96/s_fromfpxl.c (fromfpxl): Define using
25653 libm_alias_ldouble.
25654 * sysdeps/ieee754/ldbl-96/s_getpayloadl.c: Include
25655 <libm-alias-ldouble.h>.
25656 (getpayloadl): Define using libm_alias_ldouble.
25657 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Include
25658 <libm-alias-ldouble.h>.
25659 (llrintl): Define using libm_alias_ldouble.
25660 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Include
25661 <libm-alias-ldouble.h>.
25662 (llroundl): Define using libm_alias_ldouble.
25663 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Include
25664 <libm-alias-ldouble.h>.
25665 (lrintl): Define using libm_alias_ldouble.
25666 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Include
25667 <libm-alias-ldouble.h>.
25668 (lroundl): Define using libm_alias_ldouble.
25669 * sysdeps/ieee754/ldbl-96/s_modfl.c: Include
25670 <libm-alias-ldouble.h>.
25671 (modfl): Define using libm_alias_ldouble.
25672 * sysdeps/ieee754/ldbl-96/s_nextupl.c: Include
25673 <libm-alias-ldouble.h>.
25674 (nextupl): Define using libm_alias_ldouble.
25675 * sysdeps/ieee754/ldbl-96/s_remquol.c: Include
25676 <libm-alias-ldouble.h>.
25677 (remquol): Define using libm_alias_ldouble.
25678 * sysdeps/ieee754/ldbl-96/s_roundevenl.c: Include
25679 <libm-alias-ldouble.h>.
25680 (roundevenl): Define using libm_alias_ldouble.
25681 * sysdeps/ieee754/ldbl-96/s_roundl.c: Include
25682 <libm-alias-ldouble.h>.
25683 (roundl): Define using libm_alias_ldouble.
25684 * sysdeps/ieee754/ldbl-96/s_setpayloadl.c (setpayloadl): Define
25685 using libm_alias_ldouble.
25686 * sysdeps/ieee754/ldbl-96/s_setpayloadl_main.c: Include
25687 <libm-alias-ldouble.h>.
25688 * sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c: Include
25689 <libm-alias-ldouble.h>.
25690 (setpayloadsigl): Define using libm_alias_ldouble.
25691 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include
25692 <libm-alias-ldouble.h>.
25693 (sincosl): Define using libm_alias_ldouble.
25694 * sysdeps/ieee754/ldbl-96/s_sinl.c: Include
25695 <libm-alias-ldouble.h>.
25696 (sinl): Define using libm_alias_ldouble.
25697 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Include
25698 <libm-alias-ldouble.h>.
25699 (tanhl): Define using libm_alias_ldouble.
25700 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include
25701 <libm-alias-ldouble.h>.
25702 (tanl): Define using libm_alias_ldouble.
25703 * sysdeps/ieee754/ldbl-96/s_totalorderl.c: Include
25704 <libm-alias-ldouble.h>.
25705 (totalorderl): Define using libm_alias_ldouble.
25706 * sysdeps/ieee754/ldbl-96/s_totalordermagl.c: Include
25707 <libm-alias-ldouble.h>.
25708 (totalordermagl): Define using libm_alias_ldouble.
25709 * sysdeps/ieee754/ldbl-96/s_ufromfpl.c (ufromfpl): Define using
25710 libm_alias_ldouble.
25711 * sysdeps/ieee754/ldbl-96/s_ufromfpxl.c (ufromfpxl): Define using
25712 libm_alias_ldouble.
25713
25714 2017-10-05 Siddhesh Poyarekar <siddhesh@sourceware.org>
25715
25716 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines): Add
25717 memmove_falkor.
25718 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
25719 (__libc_ifunc_impl_list): Likewise.
25720 * sysdeps/aarch64/multiarch/memmove.c: Likewise.
25721 * sysdeps/aarch64/multiarch/memmove_falkor.S: New file.
25722
25723 * benchtests/bench-memmove-walk.c: New file.
25724 * benchtests/Makefile (string-benchset): Add it.
25725
25726 * benchtests/bench-memset-walk.c: New file.
25727 * benchtests/Makefile (string-benchset): Add it.
25728
25729 * benchtests/bench-memcpy-walk.c: New file.
25730 * benchtests/Makefile (string-benchset): Add it.
25731
25732 2017-10-05 Florian Weimer <fweimer@redhat.com>
25733
25734 nscd: Eliminate compilation time dependency in the build output.
25735 * nscd/nscd_stat.c (STATDATA_VERSION)
25736 (STATDATA_VERSION_SELINUX_FLAG, STATDATA_VERSION_FLAGS)
25737 (STATDATA_VERSION_FULL): New macro definitions.
25738 (compilation): Remove.
25739 (struct statdata): Adjust version member.
25740 (send_stats): Set version from STATDATA_VERSION_FULL.
25741 (receive_print_stats): Verify version against STATDATA_VERSION_FULL.
25742
25743 2017-10-05 Joseph Myers <joseph@codesourcery.com>
25744
25745 * configure.ac (--enable-add-ons): Remove option.
25746 (machine): Do not mention add-ons in comment.
25747 (LIBC_PRECONFIGURE): Likewise.
25748 (add_ons): Remove variable and sanity checks and logic to locate
25749 add-ons.
25750 (add_ons_automatic): Remove variable.
25751 (configured_add_ons): Likewise.
25752 (add_ons_sfx): Likewise.
25753 (add_ons_pfx): Likewise.
25754 (add_on_subdirs): Likewise.
25755 (sysnames_add_ons): Likewise. Remove loop over add-ons and
25756 consideration of add-ons in Implies handling.
25757 (sysdeps_add_ons): Likewise.
25758 * configure: Regenerated.
25759 * libidn/configure.ac: Remove.
25760 * libidn/configure: Likewise.
25761 * sysdeps/unix/inet/configure.ac: New file.
25762 * sysdeps/unix/inet/configure: New generated file.
25763 * sysdeps/unix/inet/Subdirs: Add libidn.
25764 * Makeconfig (sysdeps-srcdirs): Remove variable.
25765 (+sysdep_dirs): Do not include $(sysdeps-srcdirs).
25766 ($(common-objpfx)config.status): Do not depend on add-on files.
25767 ($(common-objpfx)shlib-versions.v.i): Do not mention add-ons in
25768 comment.
25769 (all-subdirs): Do not include $(add-on-subdirs).
25770 * Makefile (dist-prepare): Do not use $(sysdeps-add-ons).
25771 * config.make.in (add-ons): Remove variable.
25772 (add-on-subdirs): Likewise.
25773 (sysdeps-add-ons): Likewise.
25774 * manual/Makefile (add-chapters): Remove.
25775 ($(objpfx)texis): Do not depend on $(add-chapters).
25776 (nonexamples): Do not handle $(add-chapters).
25777 (examples): Do not handle $(add-ons).
25778 (chapters.% top-menu.%): Do not pass '$(add-chapters)' to
25779 libc-texinfo.sh.
25780 * manual/install.texi (Installation): Do not mention add-ons.
25781 (--enable-add-ons): Do not document configure option.
25782 * INSTALL: Regenerated.
25783 * manual/libc-texinfo.sh: Do not handle $2 add-ons argument.
25784 * manual/maint.texi (Hierarchy Conventions): Do not mention
25785 add-ons.
25786 * scripts/build-many-glibcs.py (Glibc.build_glibc): Do not use
25787 --enable-add-ons.
25788 * scripts/gen-sorted.awk: Do not handle Subdirs files from
25789 add-ons.
25790 * scripts/test-installation.pl: Do not handle glibc-compat add-on.
25791 * sysdeps/nptl/Makeconfig: Do not mention add-ons in comment.
25792
25793 2017-10-05 Andreas Schwab <schwab@suse.de>
25794
25795 [BZ #15142]
25796 * libio/genops.c (_IO_list_all_stamp): Delete. All uses removed.
25797 (_IO_flush_all_lockp): Always lock list_all_lock.
25798 (_IO_flush_all_linebuffered): Likewise.
25799 (_IO_unbuffer_all): Likewise.
25800
25801 2017-10-05 Florian Weimer <fweimer@redhat.com>
25802
25803 [BZ #15436]
25804 Do not flush stdio streams on abort.
25805 * stdlib/abort.c (fflush): Remove macro definition.
25806 (abort): Remove stages related to stdio flushing.
25807
25808 2017-10-05 Florian Weimer <fweimer@redhat.com>
25809
25810 * gmon/Makefile (CFLAGS-tst-gmon.c): Add -fno-omit-frame-pointer.
25811
25812 2017-10-05 Stefan Liebler <stli@linux.vnet.ibm.com>
25813
25814 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
25815
25816 2017-10-05 Florian Weimer <fweimer@redhat.com>
25817
25818 * support/support_format_hostent.c (support_format_hostent): Add
25819 more error information for NETDB_INTERNAL.
25820
25821 2017-10-04 H.J. Lu <hongjiu.lu@intel.com>
25822
25823 * config.h.in (NO_HIDDEN_EXTERN_FUNC_IN_PIE): New.
25824 * include/libc-symbols.h (__hidden_proto_hiddenattr): Add check
25825 for PIC and NO_HIDDEN_EXTERN_FUNC_IN_PIE.
25826 * sysdeps/i386/configure.ac (NO_HIDDEN_EXTERN_FUNC_IN_PIE): New
25827 AC_DEFINE if multi-arch is enabled.
25828 * sysdeps/i386/configure: Regenerated.
25829
25830 2017-10-04 H.J. Lu <hongjiu.lu@intel.com>
25831
25832 * Makeconfig (+link-static-before-libc): Use
25833 $(DEFAULT-LDFLAGS-$(@F)).
25834 * elf/Makefile (CRT-tst-tls1-static-non-pie): New.
25835 (LDFLAGS-tst-tls1-static-non-pie): Renamed to ...
25836 (DEFAULT-LDFLAGS-tst-tls1-static-non-pie): This.
25837
25838 2017-10-04 H.J. Lu <hongjiu.lu@intel.com>
25839
25840 * elf/Makefile (tests): Add tst-main1.
25841 (modules-names): Add tst-main1mod.
25842 ($(objpfx)tst-main1): New.
25843 (CRT-tst-main1): Likewise.
25844 (LDFLAGS-tst-main1): Likewise.
25845 (LDLIBS-tst-main1): Likewise.
25846 (tst-main1mod.so-no-z-defs): Likewise.
25847 * elf/tst-main1.c: New file.
25848 * elf/tst-main1mod.c: Likewise.
25849
25850 2017-10-04 H.J. Lu <hongjiu.lu@intel.com>
25851
25852 * math/test-math-iscanonical.cc (do_test): Return errors != 0.
25853
25854 2017-10-04 Joseph Myers <joseph@codesourcery.com>
25855
25856 * sysdeps/ieee754/dbl-64/s_fma.c: Include <libm-alias-double.h>.
25857 (fma): Define using libm_alias_double.
25858 * sysdeps/ieee754/ldbl-opt/s_fma.c: Remove file.
25859 * sysdeps/sparc/sparc32/fpu/s_fma.c: Do not include
25860 <math_ldbl_opt.h>.
25861 (fmal): Do not define as compat symbol here.
25862 * sysdeps/alpha/fpu/s_fma.c: New file.
25863
25864 2017-10-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
25865
25866 * sysdeps/aarch64/dl-machine.h (elf_machine_rela): Expand MIN.
25867
25868 2017-10-04 Joseph Myers <joseph@codesourcery.com>
25869
25870 [BZ #22229]
25871 * sysdeps/sparc/sparc32/fpu/s_copysign.S: Include
25872 <math_ldbl_opt.h>
25873 (copysignl): Define as compat symbol at version GLIBC_2_0 for libm
25874 and libc.
25875 * sysdeps/sparc/sparc32/fpu/s_fabs.S: Include <math_ldbl_opt.h>.
25876 (fabsl): Define as compat symbol at version GLIBC_2_0 for libm.
25877 * sysdeps/sparc/sparc32/fpu/s_fma.c: Include <math_ldbl_opt.h>.
25878 (fmal): Define as compat symbol at version GLIBC_2_1 for libm.
25879 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
25880 Include <math_ldbl_opt.h>
25881 (copysignl): Define as compat symbol at version GLIBC_2_0 for libm
25882 and libc.
25883 (compat_symbol): Undefine and redefine.
25884 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Include
25885 <math_ldbl_opt.h>
25886 (fabsl): Define as compat symbol at version GLIBC_2_0 for libm.
25887 (compat_symbol): Undefine and redefine.
25888 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c
25889 [HAVE_AS_VIS3_SUPPORT]: Include <math_ldbl_opt.h>.
25890 [HAVE_AS_VIS3_SUPPORT] (fmal): Define as compat symbol at version
25891 GLIBC_2_1 for libm.
25892 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Add
25893 GLIBC_2.0 copysignl symbol.
25894 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Add
25895 GLIBC_2.0 copysignl and fabsl and GLIBC_2.1 fmal symbols.
25896
25897 * sysdeps/alpha/fpu/s_nearbyint.c: Remove file.
25898
25899 2017-10-04 Florian Weimer <fweimer@redhat.com>
25900
25901 * scripts/check-local-headers.sh: Ignore nspr4 header file
25902 directory in addition to nspr.
25903
25904 2017-10-04 Guido Trentalancia <guido@trentalancia.net>
25905
25906 [BZ #17956]
25907 * configure.ac (--enable-nss-crypt): Use NSPR include directory.
25908 * configure: Regenerate.
25909 * crypt/Makefile (nss-cpp-flags): New variable.
25910 (CPPFLAGS-sha256-crypt.c, CPPFLAGS-sha512-crypt.c)
25911 (CPPFLAGS-md5-crypt.c): Use it.
25912 * scripts/check-local-headers.sh: Ignore nspr header file
25913 directory.
25914
25915 2017-10-04 Andreas Schwab <schwab@suse.de>
25916
25917 * nis/Makefile (services): Remove compat.
25918 (libnss_compat-routines, libnss_compat-inhibit-o): Don't define.
25919 ($(objpfx)libnss_compat.so): Remove rule.
25920 * nis/Versions (libnss_compat): Remove.
25921 * nss/Makefile (services): Add compat.
25922 (libnss_compat-routines, libnss_compat-inhibit-o): Define.
25923 * nss/Versions (libnss_compat): Define.
25924 * nss/nss_compat/compat-grp.c: Moved here from nis/nss_compat.
25925 Don't include <rpc/types.h>. Replace bool_t by bool.
25926 * nss/nss_compat/compat-initgroups.c: Likewise.
25927 * nss/nss_compat/compat-pwd.c: Likewise. Include "nisdomain.h"
25928 instead of <rpcsrv/ypclnt.h>.
25929 (getpwent_next_nss_netgr): Use __nss_get_default_domain instead of
25930 yp_get_default_domain.
25931 * nss/nss_compat/compat-pwd.c: Likewise.
25932 (getspent_next_nss_netgr): Use __nss_get_default_domain instead of
25933 yp_get_default_domain.
25934 * nss/nss_compat/nisdomain.c: New file.
25935 * nss/nss_compat/nisdomain.h: Likewise.
25936
25937 2017-10-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
25938
25939 [BZ #22244]
25940 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Fix x == 0 case.
25941 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
25942
25943 2017-10-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
25944
25945 [BZ #22243]
25946 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10): Use fabs.
25947 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2): Likewise.
25948
25949 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
25950
25951 * sysdeps/i386/start.S: Replace "leal main@GOT(%ebx), %eax" with
25952 "movl main@GOTOFF(%ebx), %eax".
25953
25954 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
25955
25956 * sysdeps/i386/dl-machine.h (elf_machine_load_address): Don't
25957 allow undefined _DYNAMIC in PIE libc.a.
25958 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address):
25959 Likewse.
25960
25961 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
25962
25963 * sysdeps/mips/dl-machine.h (elf_machine_load_address): Don't
25964 check _DYNAMIC.
25965
25966 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
25967
25968 * sysdeps/arm/dl-machine.h (elf_machine_load_address): Don't
25969 check _DYNAMIC.
25970
25971 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
25972
25973 * math/test-math-iscanonical.cc (error): Replace bool with int.
25974
25975 2017-10-03 Joseph Myers <joseph@codesourcery.com>
25976
25977 * sysdeps/ieee754/dbl-64/s_modf.c: Include <libm-alias-double.h>.
25978 (modf): Define using libm_alias_double, only if [!__modf].
25979 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Include
25980 <libm-alias-double.h>.
25981 (modf): Define using libm_alias_double, only if [!__modf].
25982 * sysdeps/ieee754/ldbl-opt/s_modf.c (modfl): Only define libc
25983 compat symbol here.
25984 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c
25985 (weak_alias): Do not undefine and redefine.
25986 (strong_alias): Likewise.
25987 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c
25988 (weak_alias): Likewise.
25989 (strong_alias): Likewise.
25990
25991 * sysdeps/ieee754/dbl-64/s_logb.c: Include <libm-alias-double.h>.
25992 (logb): Define using libm_alias_double, only if [!__logb].
25993 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Include
25994 <libm-alias-double.h>.
25995 (logb): Define using libm_alias_double, only if [!__logb].
25996 * sysdeps/ieee754/ldbl-opt/s_logb.c: Remove file.
25997 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c
25998 (weak_alias): Do not undefine and redefine.
25999 (strong_alias): Likewise.
26000 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c
26001 (weak_alias): Likewise.
26002 (strong_alias): Likewise.
26003
26004 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
26005
26006 * sysdeps/unix/sysv/linux/tile/sysdep.h (SYSCALL_ERROR_NAME):
26007 Check SHARED instead PIC.
26008
26009 2017-10-03 Joseph Myers <joseph@codesourcery.com>
26010
26011 * sysdeps/ieee754/dbl-64/s_fmaf.c: Include <libm-alias-float.h>.
26012 [!__fmaf] (fmaf): Define using libm_alias_float.
26013
26014 * sysdeps/ieee754/dbl-64/s_frexp.c: Include <libm-alias-double.h>.
26015 (frexp): Define using libm_alias_double.
26016 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Include
26017 <libm-alias-double.h>.
26018 (frexp): Define using libm_alias_double.
26019 * sysdeps/ieee754/ldbl-opt/s_frexp.c (frexpl): Only define libc
26020 compat symbol here.
26021
26022 2017-10-03 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
26023
26024 [BZ #22235]
26025 * math/math.h: Trivial fix for unbalanced parentheses in comment.
26026 * math/Makefile [CXX] (tests): Add test-math-iscanonical.cc.
26027 (CFLAGS-test-math-iscanonical.cc): New variable.
26028 * math/test-math-iscanonical.cc: New file.
26029 * sysdeps/ieee754/ldbl-96/bits/iscanonical.h (iscanonical):
26030 Provide a C++ implementation based on function overloading,
26031 rather than using __MATH_TG, which uses C-only builtins.
26032 * sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h (iscanonical):
26033 Likewise.
26034 * sysdeps/powerpc/powerpc64le/Makefile
26035 (CFLAGS-test-math-iscanonical.cc): New variable.
26036
26037 2017-10-03 Joseph Myers <joseph@codesourcery.com>
26038
26039 * sysdeps/ieee754/dbl-64/s_ceil.c: Include <libm-alias-double.h>.
26040 (ceil): Define using libm_alias_double.
26041 * sysdeps/ieee754/dbl-64/s_floor.c: Include <libm-alias-double.h>.
26042 (floor): Define using libm_alias_double.
26043 * sysdeps/ieee754/dbl-64/s_llround.c: Include
26044 <libm-alias-double.h>.
26045 (llround): Define using libm_alias_double.
26046 * sysdeps/ieee754/dbl-64/s_lround.c: Include
26047 <libm-alias-double.h>.
26048 (lround): Define using libm_alias_double.
26049 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Include
26050 <libm-alias-double.h>.
26051 (nearbyint): Define using libm_alias_double.
26052 * sysdeps/ieee754/dbl-64/s_remquo.c: Include
26053 <libm-alias-double.h>.
26054 (remquo): Define using libm_alias_double.
26055 * sysdeps/ieee754/dbl-64/s_rint.c: Include <libm-alias-double.h>.
26056 (rint): Define using libm_alias_double.
26057 * sysdeps/ieee754/dbl-64/s_round.c: Include <libm-alias-double.h>.
26058 (round): Define using libm_alias_double.
26059 * sysdeps/ieee754/dbl-64/s_trunc.c: Include <libm-alias-double.h>.
26060 (trunc): Define using libm_alias_double.
26061 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Include
26062 <libm-alias-double.h>.
26063 (ceil): Define using libm_alias_double.
26064 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Include
26065 <libm-alias-double.h>.
26066 (floor): Define using libm_alias_double.
26067 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: Include
26068 <libm-alias-double.h>.
26069 (llround): Define using libm_alias_double.
26070 [_LP64] (lround): Likewise.
26071 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Include
26072 <libm-alias-double.h>.
26073 [!_LP64] (lround): Define using libm_alias_double.
26074 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Include
26075 <libm-alias-double.h>.
26076 (nearbyint): Define using libm_alias_double.
26077 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Include
26078 <libm-alias-double.h>.
26079 (remquo): Define using libm_alias_double.
26080 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Include
26081 <libm-alias-double.h>.
26082 (rint): Define using libm_alias_double.
26083 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Include
26084 <libm-alias-double.h>.
26085 (round): Define using libm_alias_double.
26086 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Include
26087 <libm-alias-double.h>.
26088 (trunc): Define using libm_alias_double.
26089 * sysdeps/ieee754/ldbl-opt/s_ceil.c: Remove file.
26090 * sysdeps/ieee754/ldbl-opt/s_floor.c: Likewise.
26091 * sysdeps/ieee754/ldbl-opt/s_llround.c: Likewise.
26092 * sysdeps/ieee754/ldbl-opt/s_lround.c: Likewise.
26093 * sysdeps/ieee754/ldbl-opt/s_nearbyint.c: Likewise.
26094 * sysdeps/ieee754/ldbl-opt/s_remquo.c: Likewise.
26095 * sysdeps/ieee754/ldbl-opt/s_rint.c: Likewise.
26096 * sysdeps/ieee754/ldbl-opt/s_round.c: Likewise.
26097 * sysdeps/ieee754/ldbl-opt/s_trunc.c: Likewise.
26098
26099 2017-10-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
26100
26101 * math/w_remainder.c: New file.
26102 * math/w_remainderf.c: New file.
26103 * math/w_remainderl.c: New file.
26104
26105 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
26106
26107 * elf/rtld.c (BOOTSTRAP_MAP): New.
26108 (RESOLVE_MAP): Replace (&bootstrap_map) with BOOTSTRAP_MAP.
26109 * sysdeps/hppa/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
26110 Likewise.
26111 * sysdeps/ia64/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
26112 Likewise.
26113 * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
26114 Likewise.
26115
26116 2017-10-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
26117
26118 * include/libc-symbols.h [NO_RTLD_HIDDEN] (rtld_hidden_proto,
26119 rtld_hidden_tls_proto, rtld_hidden_def, rtld_hidden_weak,
26120 rtld_hidden_rtld_hidden_ver, data_def, rtld_hidden_data_weak,
26121 rtld_hidden_data_ver): Define to empty.
26122 * include/assert.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__assert_fail,
26123 __assert_perror_fail): Likewise.
26124 * include/dirent.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
26125 (__rewinddir): Likewise.
26126 * include/libc-internal.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
26127 (__profile_frequency): Likewise.
26128 * include/setjmp.h (__sigsetjmp): Likewise.
26129 * include/signal.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__sigaction,
26130 __libc_sigaction): Likewise.
26131 * include/stdlib.h [NO_RTLD_HIDDEN] (unsetenv, __strtoul_internal): Do
26132 not set hidden attribute.
26133 * include/string.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__stpcpy, __strdup,
26134 __strerror_t, __strsep_g, memchr, memcmp, memcpy, memmove, memset,
26135 rawmemchr, stpcpy, strchr, strcmp, strlen, strnlen, strsep): Likewise.
26136 * include/sys/stat.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__fxstat,
26137 __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64,
26138 __fxstatat64): Likewise.
26139 * include/sys/utsname.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
26140 (__uname): Likewise.
26141 * include/sysdeps/generic/_itoa.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
26142 (_itoa_upper_digits, _itoa_lower_digits): Likewise.
26143 * sysdeps/mach/hurd/configure.ac (NO_HIDDEN): Do not set.
26144 (NO_RTLD_HIDDEN): Set.
26145 * sysdeps/mach/hurd/configure: Refresh.
26146 * config.h.in: Refresh.
26147
26148 2017-10-02 Joseph Myers <joseph@codesourcery.com>
26149
26150 * sysdeps/ieee754/dbl-64/s_atan.c: Include <libm-alias-double.h>.
26151 (atan): Define using libm_alias_double.
26152 * sysdeps/ieee754/dbl-64/s_tan.c: Include <libm-alias-double.h>.
26153 (tan): Define using libm_alias_double.
26154 * sysdeps/ieee754/ldbl-opt/s_atan.c: Remove file.
26155 * sysdeps/ieee754/ldbl-opt/s_tan.c: Likewise.
26156
26157 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Rename to __atan and
26158 define as weak alias of __atan. Do not define any aliases if
26159 [__atan].
26160 [NO_LONG_DOUBLE] (__atanl): Define as strong alias of __atan.
26161 [NO_LONG_DOUBLE] (atanl): Define as weak alias of __atanl.
26162 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Rename to __tan and define
26163 as weak alias of __tan. Do not define any aliases if [__tan].
26164 [NO_LONG_DOUBLE] (__tanl): Define as strong alias of __tan.
26165 [NO_LONG_DOUBLE] (tanl): Define as weak alias of __tanl.
26166 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c (atan): Rename to
26167 __atan.
26168 * sysdeps/x86_64/fpu/multiarch/s_atan-fma.c (atan): Likewise.
26169 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c (atan): Likewise.
26170 * sysdeps/x86_64/fpu/multiarch/s_atan.c (atan): Rename to __atan
26171 and define as weak alias of __atan.
26172 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c (tan): Rename to
26173 __atan.
26174 * sysdeps/x86_64/fpu/multiarch/s_tan-fma.c (tan): Likewise.
26175 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (tan): Likewise.
26176 * sysdeps/x86_64/fpu/multiarch/s_tan.c (tan): Rename to __tan and
26177 define as weak alias of __tan.
26178
26179 2017-10-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
26180
26181 * math/w_lgamma.c: New file.
26182 * math/w_lgammaf.c: New file.
26183 * math/w_lgammal.c: New file.
26184
26185 2017-10-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
26186
26187 * sysdeps/ieee754/flt-32/e_log2f.c (__log2f): Define without wrapper.
26188 * sysdeps/ieee754/flt-32/e_logf.c (__logf): Likewise
26189 * sysdeps/ieee754/flt-32/e_powf.c (__powf): Likewise
26190 * sysdeps/ieee754/flt-32/w_log2f.c: New file.
26191 * sysdeps/ieee754/flt-32/w_logf.c: New file.
26192 * sysdeps/ieee754/flt-32/w_powf.c: New file.
26193 * sysdeps/i386/fpu/w_log2f.c: New file.
26194 * sysdeps/i386/fpu/w_logf.c: New file.
26195 * sysdeps/i386/fpu/w_powf.c: New file.
26196 * sysdeps/m68k/m680x0/fpu/w_log2f.c: New file.
26197 * sysdeps/m68k/m680x0/fpu/w_logf.c: New file.
26198 * sysdeps/m68k/m680x0/fpu/w_powf.c: New file.
26199
26200 2017-10-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
26201 H.J. Lu <hongjiu.lu@intel.com>
26202
26203 * sysdeps/ieee754/flt-32/e_exp2f.c (__exp2f): Define without wrapper.
26204 * sysdeps/ieee754/flt-32/e_expf.c (__expf): Likewise
26205 * sysdeps/ieee754/flt-32/w_exp2f.c: New file.
26206 * sysdeps/ieee754/flt-32/w_expf.c: New file.
26207 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-ppc64.c: Update for
26208 the new expf code.
26209 * sysdeps/powerpc/powerpc64/fpu/multiarch/w_expf.c: New file.
26210 * sysdeps/powerpc/powerpc64/power8/fpu/w_expf.c: New file.
26211 * sysdeps/m68k/m680x0/fpu/w_exp2f.c: New file.
26212 * sysdeps/m68k/m680x0/fpu/w_expf.c: New file.
26213 * sysdeps/i386/fpu/w_exp2f.c: New file.
26214 * sysdeps/i386/fpu/w_expf.c: New file.
26215 * sysdeps/i386/i686/fpu/multiarch/w_expf.c: New file.
26216 * sysdeps/x86_64/fpu/w_expf.c: New file.
26217
26218 2017-10-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
26219
26220 * math/Versions (logf): New libm symbol at GLIBC_2.27.
26221 (log2f): Likewise.
26222 (powf): Likewise.
26223 * math/w_log2f.c: New file.
26224 * math/w_logf.c: New file.
26225 * math/w_powf.c: New file.
26226 * math/w_log2f_compat.c (__log2f_compat): For compat symbol only.
26227 * math/w_logf_compat.c (__logf_compat): Likewise.
26228 * math/w_powf_compat.c (__powf_compat): Likewise.
26229 * sysdeps/ia64/fpu/e_log2f.S: Add versioned symbols.
26230 * sysdeps/ia64/fpu/e_logf.S: Likewise.
26231 * sysdeps/ia64/fpu/e_powf.S: Likewise.
26232 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
26233 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
26234 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
26235 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
26236 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
26237 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
26238 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
26239 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
26240 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
26241 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
26242 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
26243 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
26244 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
26245 Likewise.
26246 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
26247 Likewise.
26248 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
26249 Likewise.
26250 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
26251 Likewise.
26252 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
26253 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
26254 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
26255 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
26256 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
26257 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
26258 Likewise.
26259 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
26260 Likewise.
26261 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
26262 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
26263 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
26264
26265 2017-10-02 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
26266
26267 * sysdeps/powerpc/powerpc64/multiarch/Makefile
26268 (sysdep_routines): Add memrchr_power8.
26269 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26270 (memrchr): Add __memrchr_power8 to list of memrchr functions.
26271 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power8.S:
26272 New file.
26273 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c
26274 (memrchr): Add __memrchr_power8 to ifunc list.
26275 * sysdeps/powerpc/powerpc64/power8/memrchr.S: New file.
26276
26277 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26278
26279 [BZ #18822]
26280 * sysdeps/unix/sysv/linux/posix_fadvise64.c
26281 (__posix_fadvise64_l64): Add Add libc_hidden_proto and
26282 libc_hidden_def.
26283 * sysdeps/unix/sysv/linux/posix_fallocate64.c
26284 (__posix_fallocate64_l64): Likewise.
26285
26286 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26287
26288 [BZ #18822]
26289 * sysdeps/unix/sysv/linux/sched_setaffinity.c
26290 (__sched_setaffinity_new): Add libc_hidden_proto and
26291 libc_hidden_def.
26292
26293 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26294
26295 [BZ #18822]
26296 * include/glob.h (__glob64): Add libc_hidden_proto.
26297 * sysdeps/unix/sysv/linux/glob64.c (__glob64): Add
26298 libc_hidden_def.
26299
26300 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26301
26302 [BZ #18822]
26303 * sysdeps/unix/sysv/linux/getrlimit64.c (__new_getrlimit): Add
26304 attribute_hidden.
26305
26306 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26307
26308 [BZ #18822]
26309 * stdlib/exit.h (__new_exitfn): Add attribute_hidden.
26310
26311 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26312
26313 [BZ #18822]
26314 * mon/gmon.c (__moncontrol): Add libc_hidden_proto and
26315 libc_hidden_def.
26316
26317 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26318
26319 [BZ #18822]
26320 * csu/version.c (__libc_print_version): Add attribute_hidden.
26321
26322 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26323
26324 [BZ #18822]
26325 * include/libc-internal.h (__init_misc): Add attribute_hidden.
26326
26327 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26328
26329 [BZ #18822]
26330 * include/fpu_control.h (__setfpucw): Add attribute_hidden.
26331
26332 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26333
26334 [BZ #18822]
26335 * nscd/nscd_helper.c (__nis_hash): New prototype.
26336
26337 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26338
26339 [BZ #18822]
26340 * include/termios.h (__tcgetattr): Add libc_hidden_proto.
26341 * sysdeps/unix/bsd/tcgetattr.c (__tcgetattr): Add
26342 libc_hidden_def.
26343 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
26344 * termios/tcgetattr.c (__tcgetattr): Likewise.
26345
26346 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26347
26348 [BZ #18822]
26349 * include/sys/resource.h (__setrlimit): Add libc_hidden_proto.
26350 * resource/setrlimit.c (__setrlimit): Add libc_hidden_def.
26351 * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Likewise.
26352 * sysdeps/unix/sysv/linux/setrlimit.c (__setrlimit): Likewise.
26353 * sysdeps/unix/sysv/linux/setrlimit64.c (__GI___setrlimit): New.
26354
26355 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26356
26357 [BZ #18822]
26358 * include/monetary.h (__vstrfmon_l): Add attribute_hidden.
26359
26360 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26361
26362 [BZ #18822]
26363 * include/sched.h (__sched_setparam): Add libc_hidden_proto.
26364 * posix/sched_setp.c (__sched_setparam): Add libc_hidden_def.
26365
26366 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26367
26368 [BZ #18822]
26369 * intl/hash-string.h (__hash_string): Add attribute_hidden.
26370
26371 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26372
26373 [BZ #18822]
26374 * include/mntent.h (__hasmntopt): Add libc_hidden_proto.
26375 * misc/mntent_r.c (__hasmntopt): Add libc_hidden_def.
26376
26377 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26378
26379 [BZ #18822]
26380 * include/ifreq.h: New file.
26381 * sysdeps/generic/ifreq.h (__if_nextreq): Removed.
26382 (__ifreq): Likewise.
26383 * sysdeps/mach/hurd/ifreq.h (__if_nextreq): Removed.
26384 (__ifreq): Likewise.
26385
26386 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26387
26388 [BZ #18822]
26389 * include/idna.h: New file.
26390 * inet/getnameinfo.c: Include <idna.h> instead of
26391 <libidn/idna.h>.
26392 (__idna_to_unicode_lzlz): Removed.
26393 * sysdeps/posix/getaddrinfo.c: Include <idna.h> instead of
26394 <libidn/idna.h>.
26395 (__idna_to_ascii_lz): Removed.
26396 (__idna_to_unicode_lzlz): Likewise.
26397
26398 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26399
26400 [BZ #18822]
26401 * include/plural-exp.h: New file.
26402 * intl/plural-exp.c: Include <plural-exp.h> instead of
26403 "plural-exp.h".
26404
26405 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26406
26407 [BZ #18822]
26408 * sysdeps/unix/sysv/linux/getsourcefilter.c: Include
26409 "getsourcefilter.h".
26410 * sysdeps/unix/sysv/linux/getsourcefilter.h: New file.
26411 * sysdeps/unix/sysv/linux/setsourcefilter.c: Include
26412 "getsourcefilter.h".
26413 (__get_sol): Removed.
26414
26415 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26416
26417 [BZ #18822]
26418 * elf/dl-iteratephdr.c (hidden_proto (__dl_iterate_phdr)): Moved
26419 to ...
26420 * include/link.h (hidden_proto (__dl_iterate_phdr)): Here.
26421
26422 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26423
26424 [BZ #18822]
26425 * sysdeps/unix/sysv/linux/getpt.c (__bsd_getpt): Add
26426 attribute_hidden.
26427
26428 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26429
26430 [BZ #18822]
26431 * libio/iolibio.h (__fopen_maybe_mmap): Add attribute_hidden.
26432
26433 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26434
26435 [BZ #18822]
26436 * include/search.h (__tdestroy): Add libc_hidden_proto.
26437 * misc/tsearch.c (__tdestroy): Add libc_hidden_def.
26438
26439 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26440
26441 [BZ #18822]
26442 * include/assert.h (__assert_fail_base): Add attribute_hidden.
26443
26444 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26445
26446 [BZ #18822]
26447 * sysdeps/unix/sysv/linux/include/sys/sysinfo.h (__sysinfo): Add
26448 attribute_hidden.
26449
26450 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26451
26452 [BZ #18822]
26453 * include/signal.h (__kill): Add libc_hidden_proto.
26454 (__sigblock): Likewise.
26455 (__sigprocmask): Likewise.
26456 (__sigaltstack): Likewise.
26457 * signal/kill.c (__kill): Add libc_hidden_def.
26458 * signal/sigblock.c (__sigblock): Likewise.
26459 * signal/sigprocmask.c (__sigprocmask): Likewise.
26460 * sysdeps/mach/hurd/kill.c (__kill): Likewise.
26461 * sysdeps/mach/hurd/sigaltstack.c (__sigaltstack): Likewise.
26462 * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Likewise.
26463 * sysdeps/posix/sigblock.c (__sigblock): Likewise.
26464 * sysdeps/unix/sysv/linux/alpha/sigprocmask.c (__sigprocmask):
26465 Likewise.
26466 * sysdeps/unix/sysv/linux/ia64/sigprocmask.c (__sigprocmask):
26467 Likewise.
26468 * sysdeps/unix/sysv/linux/s390/s390-64/sigprocmask.c
26469 (__sigprocmask): Likewise.
26470 * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask):
26471 Likewise.
26472 * /sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c
26473 (__sigprocmask): Likewise.
26474 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c (__sigprocmask):
26475 Likewise.
26476
26477 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26478
26479 [BZ #18822]
26480 * include/string.h (__strsep): Add libc_hidden_proto.
26481 * string/strsep.c (__strsep): Add libc_hidden_def.
26482
26483 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26484
26485 [BZ #18822]
26486 * posix/spawn_int.h (__posix_spawn_file_actions_realloc): Add
26487 attribute_hidden.
26488 (__spawni): Likewise.
26489
26490 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26491
26492 [BZ #18822]
26493 * include/sys/mman.h (__mremap): Add libc_hidden_proto.
26494 * sysdeps/unix/sysv/linux/m68k/mremap.S (__mremap): Add
26495 libc_hidden_def.
26496
26497 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26498
26499 [BZ #18822]
26500 * include/malloc.h (__malloc_check_init): Add attribute_hidden.
26501
26502 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26503
26504 [BZ #18822]
26505 * include/sys/ioctl.h (__ioctl): Add libc_hidden_proto.
26506 * misc/ioctl.c (__ioctl): Add libc_hidden_def.
26507 * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
26508 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Likewise.
26509 * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl):
26510 Likewise.
26511 * sysdeps/unix/sysv/linux/powerpc/ioctl.c (__ioctl): Likewise.
26512 * sysdeps/unix/sysv/linux/tile/tilegx/ioctl.S (__ioctl): Likewise.
26513
26514 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26515
26516 [BZ #18822]
26517 * intl/gettextP.h (__dcngettext): Add attribute_hidden.
26518 (__dcigettext): Likewise.
26519
26520 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26521
26522 [BZ #18822]
26523 * include/sys/sysinfo.h (__get_nprocs_conf): Add
26524 libc_hidden_proto.
26525 (__get_nprocs): Likewise.
26526 (__get_phys_pages): Likewise.
26527 (__get_avphys_pages): Likewise.
26528 (__get_child_max): Add attribute_hidden.
26529 * misc/getsysstats.c (__get_nprocs_conf): Add libc_hidden_def.
26530 (__get_nprocs): Likewise.
26531 (__get_phys_pages): Likewise.
26532 (__get_avphys_pages): Likewise.
26533 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Add
26534 libc_hidden_def.
26535 (__get_nprocs): Likewise.
26536 (__get_phys_pages): Likewise.
26537 (__get_avphys_pages): Likewise.
26538 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Add
26539 libc_hidden_def.
26540 (__get_nprocs_conf): Likewise.
26541 (__get_phys_pages): Likewise.
26542 (__get_avphys_pages): Likewise.
26543
26544 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26545
26546 [BZ #18822]
26547 * sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_open): Add
26548 attribute_hidden.
26549 (__netlink_close): Likewise.
26550 (__netlink_free_handle): Likewise.
26551 (__netlink_request): Likewise.
26552
26553 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26554
26555 [BZ #18822]
26556 * include/rpc/rpc.h (__rpc_thread_variables): Add
26557 attribute_hidden.
26558 (__rpc_thread_svc_cleanup): Likewise.
26559 (__rpc_thread_clnt_cleanup): Likewise.
26560 (__rpc_thread_key_cleanup): Likewise.
26561
26562 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26563
26564 [BZ #18822]
26565 * include/sys/uio.h (__readv): Add libc_hidden_proto.
26566 (__writev): Likewise.
26567 * misc/readv.c (__readv): Add libc_hidden_def.
26568 * misc/writev.c (__writev): Likewise.
26569 * sysdeps/posix/readv.c (__readv): Likewise.
26570 * sysdeps/posix/writev.c (__writev): Likewise.
26571 * sysdeps/unix/sysv/linux/readv.c: Include <sys/uio.h>.
26572 (__readv): Likewise.
26573 * sysdeps/unix/sysv/linux/writev.c: Include <sys/uio.h>.
26574 (__writev): Likewise.
26575
26576 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26577
26578 [BZ #18822]
26579 * include/regex.h (__re_compile_fastmap): Add attribute_hidden.
26580 (__regcomp): Add libc_hidden_proto.
26581 (__regexec): Likewise.
26582 (__regfree): Likewise.
26583 * posix/regcomp.c (__regcomp): Add libc_hidden_def.
26584 (__regfree): Likewise.
26585 * posix/regexec.c (__regexec): Likewise.
26586
26587 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26588
26589 [BZ #18822]
26590 * include/utmp.h (__updwtmp): Add libc_hidden_proto.
26591 (__getutent): Likewise.
26592 (__getutid): Likewise.
26593 (__getutline): Likewise.
26594 (__pututline): Likewise.
26595 (__getutent_r): Likewise.
26596 (__getutid_r): Likewise.
26597 (__getutline_r): Likewise.
26598 (__utmpname): Add attribute_hidden.
26599 (__setutent): Likewise.
26600 (__endutent): Likewise.
26601 * login/getutent.c (__getutent): Add libc_hidden_def.
26602 * login/getutent_r.c (__getutent_r): Likewise.
26603 (__pututline): Likewise.
26604 * login/getutid.c (__getutid): Likewise.
26605 * login/getutid_r.c (__getutid_r): Likewise.
26606 * login/getutline.c (__getutline): Likewise.
26607 * login/getutline_r.c (__getutline_r): Likewise.
26608 * login/updwtmp.c (__updwtmp): Likewise.
26609
26610 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26611
26612 [BZ #18822]
26613 * include/dirent.h (__opendir): Always add attribute_hidden.
26614 (__fdopendir): Likewise.
26615 (__closedir): Likewise.
26616 (__readdir): Likewise.
26617 (__readdir64): Add libc_hidden_proto.
26618 * sysdeps/mach/hurd/readdir64.c (__readdir64): Add libc_hidden_def.
26619 * sysdeps/unix/sysv/linux/i386/readdir64.c (__readdir64): Likewise.
26620 * sysdeps/unix/sysv/linux/readdir64.c (__readdir64): Likewise.
26621 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c (__GI___readdir64):
26622 New alias.
26623
26624 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26625
26626 [BZ #18822]
26627 * include/aliases.h (__getaliasbyname_r): Add attribute_hidden.
26628 * include/netdb.h (__gethostbyaddr_r): Likewise.
26629 (__gethostbyname_r): Likewise.
26630 (__gethostbyname2_r): Likewise.
26631 (__getnetbyaddr_r): Likewise.
26632 (__getnetbyname_r): Likewise.
26633 (__getservbyname_r): Likewise.
26634 (__getservbyport_r): Likewise.
26635 (__getprotobyname_r): Likewise.
26636 (__getprotobynumber_r): Likewise.
26637 (__getnetgrent_r): Likewise.
26638 * include/rpc/netdb.h (__getrpcbyname_r): Likewise.
26639 (__getrpcbynumber_r): Likewise.
26640 * nss/getXXbyYY.c (INTERNAL (REENTRANT_NAME)): Likewise.
26641
26642 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26643
26644 [BZ #18822]
26645 * include/stdio.h (__fcloseall): Add attribute_hidden.
26646 (__getline): Likewise.
26647 (__path_search): Likewise.
26648 (__gen_tempname): Likewise.
26649 (__libc_message): Likewise.
26650 (__flockfile): Likewise.
26651 (__funlockfile): Likewise.
26652 (__fxprintf): Likewise.
26653 (__fxprintf_nocancel): Likewise.
26654
26655 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26656
26657 [BZ #18822]
26658 * include/gshadow.h (__fgetsgent_r): Add attribute_hidden.
26659 (__sgetsgent_r): Likewise.
26660
26661 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26662
26663 [BZ #18822]
26664 * include/sys/statfs.h (__fstatfs): Add attribute_hidden.
26665 (__statfs64): Likewise.
26666 (__fstatfs64): Likewise.
26667 * include/sys/statvfs.h (__statvfs64): Likewise.
26668 (__fstatvfs64): Likewise.
26669 * sysdeps/unix/sysv/linux/pathconf.h (__statfs_link_max): Likewise.
26670 (__statfs_filesize_max): Likewise.
26671 (__statfs_symlinks): Likewise.
26672 (__statfs_chown_restricted): Likewise.
26673
26674 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26675
26676 [BZ #18822]
26677 * include/time.h (__tzstring): Add attribute_hidden.
26678 (__tzfile_read): Likewise.
26679 (__tzfile_compute): Likewise.
26680 (__tzfile_default): Likewise.
26681 (__tzset_parse_tz): Likewise.
26682 (__offtime): Likewise.
26683 (__asctime_r): Likewise.
26684 (__tzset): Likewise.
26685 (__tz_convert): Likewise.
26686 (__getdate_r): Likewise.
26687 (__getclktck): Likewise.
26688
26689 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26690
26691 [BZ #18822]
26692 * nscd/nscd-client.h (__nscd_get_map_ref): Add attribute_hidden.
26693 (__nscd_unmap): Likewise.
26694 (__nscd_cache_search): Likewise.
26695 (__nscd_get_nl_timestamp): Likewise.
26696 (__nscd_getpwnam_r): Likewise.
26697 (__nscd_getpwuid_r): Likewise.
26698 (__nscd_getgrnam_r): Likewise.
26699 (__nscd_getgrgid_r): Likewise.
26700 (__nscd_gethostbyname_r): Likewise.
26701 (__nscd_gethostbyname2_r): Likewise.
26702 (__nscd_gethostbyaddr_r): Likewise.
26703 (__nscd_getai): Likewise.
26704 (__nscd_getgrouplist): Likewise.
26705 (__nscd_getservbyname_r): Likewise.
26706 (__nscd_getservbyport_r): Likewise.
26707 (__nscd_innetgr): Likewise.
26708 (__nscd_setnetgrent): Likewise.
26709
26710 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26711
26712 [BZ #18822]
26713 * include/gmp.h: Declare internal functions only if _ISOMAC is
26714 undefined.
26715 (__mpn_extract_double): Add attribute_hidden.
26716 (__mpn_extract_long_double): Likewise.
26717 (__mpn_extract_float128): Likewise.
26718 (__mpn_construct_float): Likewise.
26719 (__mpn_construct_double): Likewise.
26720 (__mpn_construct_long_double): Likewise.
26721 (__mpn_construct_float128): Likewise.
26722 (mpn_add_1): Likewise.
26723 (mpn_addmul_1): Likewise.
26724 (mpn_add_n): Likewise.
26725 (mpn_cmp): Likewise.
26726 (mpn_divrem): Likewise.
26727 (mpn_lshift): Likewise.
26728 (mpn_mul): Likewise.
26729 (mpn_mul_1): Likewise.
26730 (mpn_rshift): Likewise.
26731 (mpn_sub_1): Likewise.
26732 (mpn_submul_1): Likewise.
26733 (mpn_sub_n): Likewise.
26734
26735 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26736
26737 [BZ #18822]
26738 * include/wchar.h (__wcsnlen): Add attribute_hidden.
26739 (__wcscat): Likewise.
26740 (__btowc): Likewise.
26741 (__wcrtomb): Likewise.
26742 (__mbsrtowcs): Likewise.
26743 (__wcsrtombs): Likewise.
26744 (__mbsnrtowcs): Likewise.
26745 (__wcsnrtombs): Likewise.
26746 (__wcsncpy): Likewise.
26747 (__wcpncpy): Likewise.
26748 (__wmemcpy): Likewise.
26749 (__wmempcpy): Likewise.
26750 (__wmemmove): Likewise.
26751 (__wcschrnul): Likewise.
26752 (__vfwscanf): Likewise.
26753 (__vswprintf): Likewise.
26754 (__fwprintf): Likewise.
26755 (__vfwprintf): Likewise.
26756
26757 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26758
26759 [BZ #18822]
26760 * include/grp.h (__fgetgrent_r): Add attribute_hidden.
26761 (__getgrgid_r): Likewise.
26762 (__getgrnam_r): Likewise.
26763 * include/pwd.h (__getpwuid_r): Likewise.
26764 (__getpwnam_r): Likewise.
26765 (__fgetpwent_r): Likewise.
26766 * include/shadow.h (__getspnam_r): Likewise.
26767 (__sgetspent_r): Likewise.
26768 (__fgetspent_r): Likewise.
26769
26770 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26771
26772 [BZ #18822]
26773 * include/unistd.h (__access): Add attribute_hidden.
26774 (__lseek64): Likewise.
26775 (__libc_pread64): Likewise.
26776 (__pipe2): Likewise.
26777 (__sleep): Likewise.
26778 (__chdir): Likewise.
26779 (__fchdir): Likewise.
26780 (__getcwd): Likewise.
26781 (__rmdir): Likewise.
26782 (__execvpe): Likewise.
26783 (__execve): Likewise.
26784 (__setsid): Likewise.
26785 (__getuid): Likewise.
26786 (__geteuid): Likewise.
26787 (__getgid): Likewise.
26788 (__getegid): Likewise.
26789 (__getgroups): Likewise.
26790 (__group_member): Likewise.
26791 (__ttyname_r): Likewise.
26792 (__isatty): Likewise.
26793 (__readlink): Likewise.
26794 (__unlink): Likewise.
26795 (__gethostname): Likewise.
26796 (__profil): Likewise.
26797 (__getdtablesize): Likewise.
26798 (__brk): Likewise.
26799 (__ftruncate): Likewise.
26800 (__ftruncate64): Likewise.
26801
26802 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26803
26804 [BZ #18822]
26805 * argp/argp-fmtstream.c: Include <argp-fmtstream.h>.
26806 * argp/argp-fs-xinl.c: Likewise.
26807 * argp/argp-help.c: Include <argp.h> and <argp-fmtstream.h>.
26808 * argp/argp-parse.c: Include <argp.h>.
26809 * argp/argp-xinl.c: Likewise.
26810 * include/argp-fmtstream.h: New file.
26811 * include/argp.h (__argp_error): Add attribute_hidden.
26812 (__argp_failure): Likewise.
26813 (__argp_input): Likewise.
26814 (__argp_state_help): Likewise.
26815
26816 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26817
26818 [BZ #18822]
26819 * include/wchar.h (____wcstof_l_internal): New prototype.
26820 (____wcstod_l_internal): Likewise.
26821 (____wcstold_l_internal): Likewise.
26822 (____wcstol_l_internal): Likewise.
26823 (____wcstoul_l_internal): Likewise.
26824 (____wcstoll_l_internal): Likewise.
26825 (____wcstoull_l_internal): Likewise.
26826 (____wcstof128_l_internal): Likewise.
26827 * sysdeps/ieee754/float128/wcstof128.c
26828 (____wcstof128_l_internal): Removed.
26829 * sysdeps/ieee754/float128/wcstof128_l.c
26830 (____wcstof128_l_internal): Likewise.
26831 * wcsmbs/wcstod.c (____wcstod_l_internal): Likewise.
26832 * wcsmbs/wcstod_l.c (____wcstod_l_internal): Likewise.
26833 * wcsmbs/wcstof.c (____wcstof_l_internal): Likewise.
26834 * wcsmbs/wcstof_l.c (____wcstof_l_internal): Likewise.
26835 * wcsmbs/wcstol_l.c (____wcstol_l_internal): Likewise.
26836 * wcsmbs/wcstold.c (____wcstold_l_internal): Likewise.
26837 * wcsmbs/wcstold_l.c (____wcstold_l_internal): Likewise.
26838 * wcsmbs/wcstoll_l.c (____wcstoll_l_internal): Likewise.
26839 * wcsmbs/wcstoul_l.c (____wcstoul_l_internal): Likewise.
26840 * wcsmbs/wcstoull_l.c (____wcstoull_l_internal): Likewise.
26841
26842 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26843
26844 [BZ #18822]
26845 * sysdeps/unix/sysv/linux/fstatvfs.c: Include "internal_statvfs.h"
26846 instead of <sys/statvfs.h>.
26847 (__internal_statvfs): Removed.
26848 * sysdeps/unix/sysv/linux/fstatvfs64.c Include "internal_statvfs.h"
26849 instead of <sys/statvfs.h>.
26850 (__internal_statvfs64): Removed.
26851 * sysdeps/unix/sysv/linux/internal_statvfs.c: Include
26852 "internal_statvfs.h" instead of <sys/statvfs.h>.
26853 * sysdeps/unix/sysv/linux/internal_statvfs.h: New file.
26854 * sysdeps/unix/sysv/linux/statvfs.c Include "internal_statvfs.h"
26855 instead of <sys/statvfs.h>.
26856 (__internal_statvfs): Removed.
26857 * sysdeps/unix/sysv/linux/statvfs64.c Include "internal_statvfs.h"
26858 instead of <sys/statvfs.h>.
26859 (__internal_statvfs64): Removed.
26860
26861 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26862
26863 [BZ #18822]
26864 * iconv/gconv_int.h (__gconv_open): Add attribute_hidden.
26865 (__gconv_close): Likewise.
26866 (__gconv): Likewise.
26867 (__gconv_find_transform): Likewise.
26868 (__gconv_lookup_cache): Likewise.
26869 (__gconv_compare_alias_cache): Likewise.
26870 (__gconv_load_cache): Likewise.
26871 (__gconv_get_path): Likewise.
26872 (__gconv_close_transform): Likewise.
26873 (__gconv_release_cache): Likewise.
26874 (__gconv_find_shlib): Likewise.
26875 (__gconv_release_shlib): Likewise.
26876 (__gconv_get_builtin_trans): Likewise.
26877 (__gconv_compare_alias): Likewise.
26878 * include/dlfcn.h (_dlerror_run): Likewise.
26879 * include/stdio.h (__fortify_fail_abort): Likewise.
26880 * include/time.h (__tz_compute): Likewise.
26881 (__strptime_internal): Likewise.
26882 * intl/gettextP.h (_nl_find_domain): Likewise.
26883 (_nl_load_domain): Likewise.
26884 (_nl_find_msg): Likewise.
26885 * intl/plural-exp.h (FREE_EXPRESSION): Likewise.
26886 (EXTRACT_PLURAL_EXPRESSION): Likewise.
26887 * locale/coll-lookup.h (__collidx_table_lookup): Likewise.
26888 * resolv/gai_misc.h (__gai_enqueue_request): Likewise.
26889 (__gai_find_request): Likewise.
26890 (__gai_remove_request): Likewise.
26891 (__gai_notify): Likewise.
26892 (__gai_notify_only): Likewise.
26893 * sysdeps/generic/aio_misc.h (__aio_sigqueue): Likewise.
26894 * sysdeps/generic/ldsodefs.h (_dl_fini): Likewise.
26895 (_dl_non_dynamic_init): Likewise.
26896 (_dl_aux_init): Likewise.
26897 * sysdeps/i386/machine-gmon.h (mcount_internal): Likewise.
26898 * sysdeps/unix/sysv/linux/i386/olddirent.h (__old_getdents64):
26899 Likewise.
26900 * wcsmbs/wcsmbsload.h (__wcsmbs_load_conv): Likewise.
26901 (__wcsmbs_clone_conv): Likewise.
26902 (__wcsmbs_named_conv): Likewise.
26903
26904 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26905
26906 [BZ #18822]
26907 * include/stdlib.h (__random): Add attribute_hidden.
26908 (__random_r): Likewise.
26909 (__srandom_r): Likewise.
26910 (__initstate_r): Likewise.
26911 (__setstate_r): Likewise.
26912 (__erand48_r): Likewise.
26913 (__nrand48_r): Likewise.
26914 (__jrand48_r): Likewise.
26915 (__srand48_r): Likewise.
26916 (__seed48_r): Likewise.
26917 (__lcong48_r): Likewise.
26918 (__drand48_iterate): Likewise.
26919 (__setenv): Likewise.
26920 (__unsetenv): Likewise.
26921 (__clearenv): Likewise.
26922 (__ptsname_r): Likewise.
26923 (__posix_openpt): Likewise.
26924 (__add_to_environ): Likewise.
26925 (__realpath): Add libc_hidden_proto.
26926 (__ecvt_r): Likewise.
26927 (__fcvt_r): Likewise.
26928 (__qecvt_r): Likewise.
26929 (__qfcvt_r): Likewise.
26930 * misc/efgcvt_r.c (cvt_symbol_1): Add libc_hidden_def (local).
26931 * stdlib/canonicalize.c (__realpath): Add libc_hidden_def.
26932
26933 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26934
26935 [BZ #18822]
26936 * include/stdlib.h (__ptsname_internal): Add attribute_hidden.
26937 * include/time.h (__mktime_internal): Likewise.
26938 * libio/iolibio.h (__fopen_internal): Likewise.
26939
26940 2017-10-01 John David Anglin <danglin@gcc.gnu.org>
26941
26942 * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Save return
26943 pointer in frame.
26944 * sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext): Likewise.
26945 Correct offset used to restore PIC register.
26946
26947 2017-09-30 John David Anglin <danglin@gcc.gnu.org>
26948
26949 [BZ libc/22165]
26950 * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Use PIC
26951 code to load address of __getcontext_ret when generating PIC code.
26952
26953 2017-09-30 H.J. Lu <hongjiu.lu@intel.com>
26954
26955 * elf/Makefile (tests-static-internal): Add
26956 tst-tls1-static-non-pie.
26957 (LDFLAGS-tst-tls1-static-non-pie): New.
26958 * elf/tst-tls1-static-non-pie.c: New file.
26959
26960 2017-09-29 Joseph Myers <joseph@codesourcery.com>
26961
26962 * sysdeps/ieee754/dbl-64/s_asinh.c: Include <libm-alias-double.h>.
26963 (asinh): Define using libm_alias_double.
26964 * sysdeps/ieee754/dbl-64/s_cbrt.c: Include <libm-alias-double.h>.
26965 (cbrt): Define using libm_alias_double.
26966 * sysdeps/ieee754/dbl-64/s_copysign.c: Include
26967 <libm-alias-double.h>.
26968 (copysign): Define using libm_alias_double.
26969 * sysdeps/ieee754/dbl-64/s_erf.c: Include <libm-alias-double.h>.
26970 (erf): Define using libm_alias_double.
26971 (erfc): Likewise.
26972 * sysdeps/ieee754/dbl-64/s_expm1.c: Include <libm-alias-double.h>.
26973 (expm1): Define using libm_alias_double.
26974 * sysdeps/ieee754/dbl-64/s_fabs.c: Include <libm-alias-double.h>.
26975 (fabs): Define using libm_alias_double.
26976 * sysdeps/ieee754/dbl-64/s_fromfp.c (fromfp): Define using
26977 libm_alias_double.
26978 * sysdeps/ieee754/dbl-64/s_fromfp_main.c: Include
26979 <libm-alias-double.h>.
26980 * sysdeps/ieee754/dbl-64/s_fromfpx.c (fromfpx): Define using
26981 libm_alias_double.
26982 * sysdeps/ieee754/dbl-64/s_getpayload.c: Include
26983 <libm-alias-double.h>.
26984 (getpayload): Define using libm_alias_double.
26985 * sysdeps/ieee754/dbl-64/s_llrint.c: Include
26986 <libm-alias-double.h>.
26987 (llrint): Define using libm_alias_double.
26988 * sysdeps/ieee754/dbl-64/s_lrint.c: Include <libm-alias-double.h>.
26989 (lrint): Define using libm_alias_double.
26990 * sysdeps/ieee754/dbl-64/s_nextup.c: Include
26991 <libm-alias-double.h>.
26992 (nextup): Define using libm_alias_double.
26993 * sysdeps/ieee754/dbl-64/s_roundeven.c: Include
26994 <libm-alias-double.h>.
26995 (roundeven): Define using libm_alias_double.
26996 * sysdeps/ieee754/dbl-64/s_setpayload.c (setpayload): Define using
26997 libm_alias_double.
26998 * sysdeps/ieee754/dbl-64/s_setpayload_main.c: Include
26999 <libm-alias-double.h>.
27000 * sysdeps/ieee754/dbl-64/s_setpayloadsig.c (setpayloadsig): Define
27001 using libm_alias_double.
27002 * sysdeps/ieee754/dbl-64/s_sin.c: Include <libm-alias-double.h>.
27003 (cos): Define using libm_alias_double.
27004 (sin): Likewise.
27005 * sysdeps/ieee754/dbl-64/s_sincos.c: Include
27006 <libm-alias-double.h>.
27007 (sincos): Define using libm_alias_double.
27008 * sysdeps/ieee754/dbl-64/s_tanh.c: Include <libm-alias-double.h>.
27009 (tanh): Define using libm_alias_double.
27010 * sysdeps/ieee754/dbl-64/s_totalorder.c: Include
27011 <libm-alias-double.h>.
27012 (totalorder): Define using libm_alias_double.
27013 * sysdeps/ieee754/dbl-64/s_totalordermag.c: Include
27014 <libm-alias-double.h>.
27015 (totalordermag): Define using libm_alias_double.
27016 * sysdeps/ieee754/dbl-64/s_ufromfp.c (ufromfp): Define using
27017 libm_alias_double.
27018 * sysdeps/ieee754/dbl-64/s_ufromfpx.c (ufromfpx): Define using
27019 libm_alias_double.
27020 * sysdeps/ieee754/dbl-64/wordsize-64/s_getpayload.c: Include
27021 <libm-alias-double.h>.
27022 (getpayload): Define using libm_alias_double.
27023 * sysdeps/ieee754/dbl-64/wordsize-64/s_roundeven.c: Include
27024 <libm-alias-double.h>.
27025 (roundeven): Define using libm_alias_double.
27026 * sysdeps/ieee754/dbl-64/wordsize-64/s_setpayload_main.c: Include
27027 <libm-alias-double.h>.
27028 * sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c: Include
27029 <libm-alias-double.h>.
27030 (totalorder): Define using libm_alias_double.
27031 * sysdeps/ieee754/dbl-64/wordsize-64/s_totalordermag.c: Include
27032 <libm-alias-double.h>.
27033 (totalordermag): Define using libm_alias_double.
27034 * sysdeps/ieee754/ldbl-opt/s_copysign.c (copysignl): Only define
27035 libc compat symbol here.
27036 * sysdeps/ieee754/ldbl-opt/s_asinh.c: Remove file.
27037 * sysdeps/ieee754/ldbl-opt/s_cbrt.c: Likewise.
27038 * sysdeps/ieee754/ldbl-opt/s_erf.c: Likewise.
27039 * sysdeps/ieee754/ldbl-opt/s_expm1.c: Likewise.
27040 * sysdeps/ieee754/ldbl-opt/s_fabs.c: Likewise.
27041 * sysdeps/ieee754/ldbl-opt/s_llrint.c: Likewise.
27042 * sysdeps/ieee754/ldbl-opt/s_lrint.c: Likewise.
27043 * sysdeps/ieee754/ldbl-opt/s_sin.c: Likewise.
27044 * sysdeps/ieee754/ldbl-opt/s_sincos.c: Likewise.
27045 * sysdeps/ieee754/ldbl-opt/s_tanh.c: Likewise.
27046
27047 2017-09-29 H.J. Lu <hongjiu.lu@intel.com>
27048
27049 * sysdeps/arm/dl-machine.h (elf_machine_load_address): Use
27050 _dl_relocate_static_pie instead of _dl_start to compute load
27051 address in static PIE. Return 0 if _DYNAMIC is undefined for
27052 static executable.
27053
27054 2017-09-29 H.J. Lu <hongjiu.lu@intel.com>
27055
27056 * sysdeps/mips/dl-machine.h (elf_machine_dynamic): Return 0 if
27057 _DYNAMIC is undefined for static executable.
27058
27059 2017-09-29 H.J. Lu <hongjiu.lu@intel.com>
27060
27061 * sysdeps/arm/start.S (_start): Check PIC instead of SHARED.
27062
27063 2017-09-29 Joseph Myers <joseph@codesourcery.com>
27064
27065 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27066
27067 2017-09-29 Wilco Dijkstra <wdijkstr@arm.com>
27068
27069 * sysdeps/ieee754/dbl-64/e_lgamma_r.c
27070 (__ieee754_lgamma_r): Use fabs rather than __fabs.
27071 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
27072 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
27073 * sysdeps/ieee754/flt-32/e_lgammaf_r.c
27074 (__ieee754_lgammaf_r): Use fabsf rather than __fabsf.
27075 * sysdeps/ieee754/flt-32/e_log10f.c (__ieee754_log10f): Likewise.
27076 * sysdeps/ieee754/flt-32/e_log2f.c (__ieee754_log2f): Likewise.
27077 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c
27078 (__ieee754_lgammal_r): Use fabsl rather than __fabsl.
27079 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
27080 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Likewise.
27081 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c
27082 (__ieee754_lgammal_r): Use fabsl rather than __fabsl.
27083 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
27084 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
27085 * sysdeps/powerpc/nofpu/Makefile: Add -fno-builtin-fabsl for BZ #29253.
27086
27087 2017-09-29 Wilco Dijkstra <wdijkstr@arm.com>
27088
27089 * math/bits/cmathcalls.h (cimag): Remove inline.
27090 (creal): Remove inline.
27091 (conj): Remove inline.
27092
27093 2017-09-29 Szabolcs Nagy <szabolcs.nagy@arm.com>
27094
27095 * math/Makefile (type-float-routines): Add e_powf_log2_data.
27096 * sysdeps/ieee754/flt-32/e_powf.c: New implementation.
27097 * sysdeps/ieee754/flt-32/e_powf_log2_data.c: New file.
27098 * sysdeps/ieee754/flt-32/math_config.h (__powf_log2_data): Define.
27099 (issignalingf_inline): Likewise.
27100 (POWF_LOG2_TABLE_BITS): Likewise.
27101 (POWF_LOG2_POLY_ORDER): Likewise.
27102 (POWF_SCALE_BITS): Likewise.
27103 (POWF_SCALE): Likewise.
27104 * sysdeps/i386/fpu/e_powf_log2_data.c: New file.
27105 * sysdeps/ia64/fpu/e_powf_log2_data.c: New file.
27106 * sysdeps/m68k/m680x0/fpu/e_powf_log2_data.c: New file.
27107
27108 2017-09-29 Szabolcs Nagy <szabolcs.nagy@arm.com>
27109
27110 * math/Makefile (type-float-routines): Add e_log2f_data.
27111 * sysdeps/ieee754/flt-32/e_log2f.c: New implementation.
27112 * sysdeps/ieee754/flt-32/e_log2f_data.c: New file.
27113 * sysdeps/ieee754/flt-32/math_config.h (__log2f_data): Define.
27114 (LOG2F_TABLE_BITS, LOG2F_POLY_ORDER): Define.
27115 * sysdeps/i386/fpu/e_log2f_data.c: New file.
27116 * sysdeps/ia64/fpu/e_log2f_data.c: New file.
27117 * sysdeps/m68k/m680x0/fpu/e_log2f_data.c: New file.
27118
27119 2017-09-29 Szabolcs Nagy <szabolcs.nagy@arm.com>
27120
27121 * math/Makefile (type-float-routines): Add e_logf_data.
27122 * sysdeps/ieee754/flt-32/e_logf.c: New implementation.
27123 * sysdeps/ieee754/flt-32/e_logf_data.c: New file.
27124 * sysdeps/ieee754/flt-32/math_config.h (__logf_data): Define.
27125 (LOGF_TABLE_BITS, LOGF_POLY_ORDER): Define.
27126 * sysdeps/i386/fpu/e_logf_data.c: New file.
27127 * sysdeps/ia64/fpu/e_logf_data.c: New file.
27128 * sysdeps/m68k/m680x0/fpu/e_logf_data.c: New file.
27129
27130 2017-09-28 H.J. Lu <hongjiu.lu@intel.com>
27131
27132 * sysdeps/i386/dl-machine.h (elf_machine_load_address): Allow
27133 undefined _DYNAMIC in PIE libc.a.
27134 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address):
27135 Likewse.
27136
27137 2017-09-28 Wilco Dijkstra <wdijkstr@arm.com>
27138
27139 * sysdeps/alpha/fpu/bits/mathinline.h: Delete file.
27140 * sysdeps/ia64/fpu/bits/mathinline.h: Delete file.
27141 * sysdeps/m68k/coldfire/fpu/bits/mathinline.h: Delete file.
27142 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h: (__signbitf): Remove.
27143 (__signbit): Remove.
27144 (__signbitl): Remove.
27145 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Remove.
27146 (__signbit): Remove.
27147 (__signbitl): Remove.
27148 * sysdeps/s390/fpu/bits/mathinline.h: (__signbitf): Remove.
27149 (__signbit): Remove.
27150 (__signbitl): Remove.
27151 * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf): Remove.
27152 (__signbit): Remove.
27153 (__signbitl): Remove.
27154 * sysdeps/tile/bits/mathinline.h: Delete file.
27155 * sysdeps/x86/fpu/bits/mathinline.h (__signbitf): Remove.
27156 (__signbit): Remove.
27157 (__signbitl): Remove.
27158
27159 2017-09-28 Wilco Dijkstra <wdijkstr@arm.com>
27160
27161 * math/math.h: Improve handling of C99 isgreater macros.
27162 * sysdeps/alpha/fpu/bits/mathinline.h: Remove isgreater macros.
27163 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h: Likewise.
27164 * sysdeps/powerpc/bits/mathinline.h: Likewise.
27165 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
27166 * sysdeps/x86/fpu/bits/mathinline.h: Likewise.
27167
27168 2017-09-28 Szabolcs Nagy <szabolcs.nagy@arm.com>
27169
27170 * sysdeps/aarch64/libm-test-ulps: Update.
27171
27172 2017-09-28 Joseph Myers <joseph@codesourcery.com>
27173
27174 [BZ #22225]
27175 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27176 math_opt_barrier on argument when doing arithmetic on it.
27177 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
27178 Likewise. Use math_force_eval not math_opt_barrier after
27179 arithmetic.
27180 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Use
27181 math_opt_barrier on argument when doing arithmetic on it.
27182 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27183 Likewise.
27184
27185 2017-09-27 H.J. Lu <hongjiu.lu@intel.com>
27186
27187 * sysdeps/unix/sysv/linux/ifaddrs.c (__getifaddrs): Add
27188 libc_hidden_def.
27189 (__freeifaddrs): Likewise.
27190
27191 2017-09-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
27192
27193 * include/dirent.h (__dirfd): New declaration.
27194 * dirent/dirfd.c (dirfd): Rename to __dirfd, and redefine as weak
27195 alias.
27196 * sysdeps/posix/dirfd/dirfd.c (dirfd): Likewise.
27197 * sysdeps/mach/hurd/dirfd.c (dirfd): Likewise.
27198 * io/ftw.c (open_dir_stream, ftw_dir): Use __dirfd instead of dirfd.
27199 * include/unistd.h (__revoke): New declaration.
27200 * misc/revoke.c (revoke): Rename to __revoke, and redefine as weak
27201 alias.
27202 * sysdeps/mach/hurd/revoke.c (revoke): Likewise.
27203 * sysdeps/unix/bsd/unlockpt.c (unlockpt): Use __revoke instead of
27204 revoke.
27205 * include/dirent.h (__seekdir): New declaration.
27206 * sysdeps/mach/hurd/seekdir.c (seekdir): Rename to __seekdir and
27207 redefine as weak alias.
27208 * sysdeps/mach/hurd/rewinddir.c (__rewinddir): Use __seekdir instead
27209 of seekdir.
27210 * include/ifaddrs.h (__getifaddrs, __freeifaddrs): New declarations,
27211 and use libc_hidden_def on them.
27212 * inet/ifaddrs.c (__getifaddrs, __freeifaddrs): Use libc_hidden_def on
27213 them.
27214 * sysdeps/gnu/ifaddrs.c (__getifaddrs, __freeifaddrs): Likewise.
27215 * inet/check_pf.c (__check_pf): Use __getifaddrs and __freeifaddrs
27216 instead of getifaddrs and freeifaddrs.
27217
27218 2017-09-26 H.J. Lu <hongjiu.lu@intel.com>
27219
27220 [BZ #18822]
27221 * dlfcn/modatexit.c (foo): Remove __dso_handle check.
27222 * dlfcn/modcxaatexit.c: Include <dso_handle.h>.
27223 (__dso_handle): Remove declaration.
27224 * dlfcn/tstatexit.c (__dso_handle): Removed.
27225 (main): Don't check __dso_handle.
27226 * dlfcn/tstcxaatexit.c (__dso_handle): Removed.
27227 (main): Don't check __dso_handle.
27228 * include/dso_handle.h: New file.
27229 * malloc/mtrace.c: Include <dso_handle.h>.
27230 (mtrace): Pass __dso_handle directly.
27231 * nptl/pthread_atfork.c: Include <dso_handle.h>.
27232 (__dso_handle): Remove declaration.
27233 (__pthread_atfork): Pass __dso_handle directly.
27234 * nptl/tst-atfork2mod.c: Include <dso_handle.h>.
27235 (__dso_handle): Removed.
27236 * posix/wordexp-test.c: Include <dso_handle.h>.
27237 (__dso_handle): Remove declaration.
27238 (__app_register_atfork): Pass __dso_handle directly.
27239 * stdlib/at_quick_exit.c: Include <dso_handle.h>.
27240 (__dso_handle): Remove declaration.
27241 (at_quick_exit): Pass __dso_handle directly.
27242 * stdlib/atexit.c: Include <dso_handle.h>.
27243 (__dso_handle): Remove declaration.
27244 (atexit): Pass __dso_handle directly.
27245 * stdlib/tst-tls-atexit-lib.c: Include <dso_handle.h>.
27246 (__dso_handle): Removed.
27247
27248 2017-09-26 Joseph Myers <joseph@codesourcery.com>
27249
27250 * sysdeps/unix/make-syscalls.sh: Use __ifunc to define symbols
27251 using VDSO.
27252
27253 2017-09-26 Alexey Makhalov <amakhalov@vmware.com>
27254
27255 * elf/dl-tunables.c (do_tunable_update_val): Range checking fix.
27256 * scripts/gen-tunables.awk: Set unspecified minval and/or maxval
27257 values to correct default value for given type.
27258
27259 2017-09-26 H.J. Lu <hongjiu.lu@intel.com>
27260
27261 [BZ #22101]
27262 * elf/Makefile (tests): Add tst-debug1.
27263 ($(objpfx)tst-debug1): New.
27264 ($(objpfx)tst-debug1.out): Likewise.
27265 ($(objpfx)tst-debug1mod1.so): Likewise.
27266 * elf/dl-load.c (_dl_map_object_from_fd): Skip PT_DYNAMIC segment
27267 with p_filesz == 0.
27268 * elf/tst-debug1.c: New file.
27269
27270 2017-09-26 Joseph Myers <joseph@codesourcery.com>
27271
27272 * sysdeps/sparc/sparc-ifunc.h [!__ASSEMBLER__] (sparc_libm_ifunc):
27273 Define using __ifunc.
27274
27275 2017-09-26 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
27276
27277 * sysdeps/powerpc/fpu/libm-test-ulps: Regenerate expf() and
27278 exp2f() values.
27279
27280 2017-09-26 Joseph Myers <joseph@codesourcery.com>
27281
27282 [BZ #22156]
27283 * sysdeps/ia64/stackinfo.h (DEFAULT_STACK_PERMS): Likewise.
27284
27285 2017-09-26 Florian Weimer <fweimer@redhat.com>
27286
27287 * resolv/Makefile (tests-internal): Fix typo in comment.
27288
27289 2017-09-26 Florian Weimer <fweimer@redhat.com>
27290
27291 * resolv/nss_dns/dns-host.c: Fix typo in comment.
27292
27293 2017-09-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
27294
27295 * lib/malloc/scratch_buffer.h (struct scratch_buffer):
27296 Use an union instead of a max_align_t array for __space,
27297 so that __space is the same size on all platforms.
27298 * malloc/scratch_buffer_grow_preserve.c
27299 (__libc_scratch_buffer_grow_preserve): Likewise.
27300
27301 [BZ #22183]
27302 * include/gnu-versions.h (_GNU_GLOB_INTERFACE_VERSION): Increase
27303 version to 2.
27304 * posix/Makefile (routines): Add glob-lstat-compat and
27305 glob64-lstat-compat.
27306 * posix/Versions (GLIBC_2.27, glob, glob64): Add symbol version.
27307 * posix/glob-lstat-compat.c: New file.
27308 * posix/glob64-lstat-compat.c: Likewise.
27309 * posix/tst-glob_lstat_compat.c: Likewise.
27310 * sysdeps/unix/sysv/linux/glob-lstat-compat.c: Likewise.
27311 * sysdeps/unix/sysv/linux/alpha/glob-lstat-compat.c: Likewise.
27312 * sysdeps/unix/sysv/linux/glob64-lstat-compat.c: Likewise.
27313 * sysdeps/unix/sysv/linux/s390/s390-32/glob64-lstat-compat.c:
27314 Likewise.
27315 * sysdeps/unix/sysv/linux/alpha/glob.c: Remove file.
27316 * sysdeps/unix/sysv/linux/s390/s390-32/glob64.c: Likewise.
27317 * posix/glob.c (glob_lstat): New function.
27318 (glob): Rename to __glob and add versioned symbol to 2.27.
27319 (glob_in_dir): Use glob_lstat.
27320 * posix/glob64.c (glob64): Add GLOB_ATTRIBUTE.
27321 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
27322 * sysdeps/unix/sysv/linux/glob.c (glob): Add versioned symbol for
27323 2.27.
27324 * sysdeps/unix/sysv/linux/glob64.c (glob64): Likewise.
27325 * sysdeps/unix/sysv/linux/oldglob.c (GLOB_NO_LSTAT): Define.
27326 * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_glob): Do not use
27327 gl_lstat on glob call.
27328 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Add GLIBC_2.27 glob
27329 and glob64 symbols.
27330 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
27331 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
27332 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
27333 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
27334 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
27335 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
27336 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
27337 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
27338 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
27339 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
27340 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
27341 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
27342 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
27343 Likewise.
27344 * sysdeps/unix/linux/powerpc/powerpc32/nofpu/libc.abilist: Likewise.
27345 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
27346 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
27347 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
27348 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
27349 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
27350 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
27351 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
27352 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
27353 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
27354 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
27355 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
27356
27357 2017-09-25 H.J. Lu <hongjiu.lu@intel.com>
27358
27359 * configure.ac (AS): Require binutils 2.25 or later.
27360 * configure: Regenerated.
27361
27362 2017-09-25 Paul Pluzhnikov <ppluzhnikov@google.com>
27363
27364 [BZ #22207]
27365 * stdlib/test-atexit-race-common.c (do_test): Minimize required
27366 VM size.
27367
27368 2017-09-25 DJ Delorie <dj@redhat.com>
27369
27370 [BZ #22161]
27371 * nscd/netgroupcache.c (addinnetgrX): Release read lock after
27372 resetting timeout.
27373
27374 2017-09-25 Stefan Liebler <stli@linux.vnet.ibm.com>
27375
27376 * sysdeps/ieee754/dbl-64/sincos32.h
27377 [SINCCOS32_H]: Remove define.
27378 [SINCOS32_H]: Define.
27379
27380 2017-09-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
27381
27382 * math/Versions (expf): New libm symbol at GLIBC_2.27.
27383 (exp2f): Likewise.
27384 * math/w_exp2f.c: New file.
27385 * math/w_expf.c: New file.
27386 * math/w_exp2f_compat.c (__exp2f_compat): For compat symbol only.
27387 * math/w_expf_compat.c (__expf_compat): Likewise.
27388 * sysdeps/ia64/fpu/e_exp2f.S: Add versioned symbols.
27389 * sysdeps/ia64/fpu/e_expf.S: Likewise.
27390 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
27391 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
27392 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
27393 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
27394 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
27395 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
27396 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
27397 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
27398 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
27399 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
27400 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
27401 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
27402 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
27403 Likewise.
27404 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
27405 Likewise.
27406 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
27407 Likewise.
27408 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
27409 Likewise.
27410 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
27411 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
27412 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
27413 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
27414 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
27415 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
27416 Likewise.
27417 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
27418 Likewise.
27419 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
27420 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
27421 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
27422
27423 2017-09-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
27424
27425 * math/Makefile (type-float-routines): Add math_errf and e_exp2f_data.
27426 * sysdeps/aarch64/fpu/math_private.h (TOINT_INTRINSICS): Define.
27427 (roundtoint, converttoint): Likewise.
27428 * sysdeps/ieee754/flt-32/e_expf.c: New implementation.
27429 * sysdeps/ieee754/flt-32/e_exp2f.c: New implementation.
27430 * sysdeps/ieee754/flt-32/e_exp2f_data.c: New file.
27431 * sysdeps/ieee754/flt-32/math_config.h: New file.
27432 * sysdeps/ieee754/flt-32/math_errf.c: New file.
27433 * sysdeps/ieee754/flt-32/t_exp2f.h: Remove.
27434 * sysdeps/i386/fpu/e_exp2f_data.c: New file.
27435 * sysdeps/i386/fpu/math_errf.c: New file.
27436 * sysdeps/ia64/fpu/e_exp2f_data.c: New file.
27437 * sysdeps/ia64/fpu/math_errf.c: New file.
27438 * sysdeps/m68k/m680x0/fpu/e_exp2f_data.c: New file.
27439 * sysdeps/m68k/m680x0/fpu/math_errf.c: New file.
27440
27441 2017-09-24 Samuel Thibault <samuel.thibault@ens-lyon.org>
27442
27443 * sysdeps/mach/hurd/dl-sysdep.c (check_no_hidden): New macro.
27444 (__open, __close, __libc_read, __libc_write, __writev, __libc_lseek64,
27445 __mmap, __fxstat64, __xstat64, __access, __access_noerrno, __getpid,
27446 __getcwd, __sbrk, __strtoul_internal, _exit, abort): Use check_no_hidden
27447 to make sure that these symbols are defined.
27448 * sysdeps/mach/hurd/bits/socket.h: Include <bits/wordsize.h> instead
27449 of <limits.h>
27450 (__need_NULL): Do not define.
27451 (__ss_aligntype): Use __WORDSIZE instead of ULONG_MAX to determine
27452 alignment.
27453 [!__USE_MISC] (pseudo_AF_XTP, pseudo_AF_RTIP, pseudo_AF_PIP,
27454 CMGROUP_MAX, cmsgcred): Do not define.
27455 (CMSG_FIRSTHDR, __cmsg_nxthdr): Use (struct cmsghdr *) 0 instead of
27456 NULL.
27457 * bits/socket.h: Likewise.
27458 * sysdeps/unix/clock_gettime.c (realtime_gettime, __clock_gettime): Use
27459 __gettimeofday instead of gettimeofday.
27460 * sysdeps/unix/clock_settime.c (__clock_settime): Use __settimeofday
27461 instead of settimeofday.
27462
27463 2017-09-22 Joseph Myers <joseph@codesourcery.com>
27464
27465 * sysdeps/ieee754/flt-32/s_asinhf.c: Include <libm-alias-float.h>.
27466 (asinhf): Define using libm_alias_float.
27467 * sysdeps/ieee754/flt-32/s_atanf.c: Include <libm-alias-float.h>.
27468 (atanf): Define using libm_alias_float.
27469 * sysdeps/ieee754/flt-32/s_cbrtf.c: Include <libm-alias-float.h>.
27470 (cbrtf): Define using libm_alias_float.
27471 * sysdeps/ieee754/flt-32/s_ceilf.c: Include <libm-alias-float.h>.
27472 (ceilf): Define using libm_alias_float.
27473 * sysdeps/ieee754/flt-32/s_copysignf.c: Include
27474 <libm-alias-float.h>.
27475 (copysignf): Define using libm_alias_float.
27476 * sysdeps/ieee754/flt-32/s_cosf.c: Include <libm-alias-float.h>.
27477 (cosf): Define using libm_alias_float.
27478 * sysdeps/ieee754/flt-32/s_erff.c: Include <libm-alias-float.h>.
27479 (erff): Define using libm_alias_float.
27480 (erfcf): Likewise.
27481 * sysdeps/ieee754/flt-32/s_expm1f.c: Include <libm-alias-float.h>.
27482 (expm1f): Define using libm_alias_float.
27483 * sysdeps/ieee754/flt-32/s_fabsf.c: Include <libm-alias-float.h>.
27484 (fabsf): Define using libm_alias_float.
27485 * sysdeps/ieee754/flt-32/s_floorf.c: Include <libm-alias-float.h>.
27486 (floorf): Define using libm_alias_float.
27487 * sysdeps/ieee754/flt-32/s_frexpf.c: Include <libm-alias-float.h>.
27488 (frexpf): Define using libm_alias_float.
27489 * sysdeps/ieee754/flt-32/s_fromfpf.c (fromfpf): Define using
27490 libm_alias_float.
27491 * sysdeps/ieee754/flt-32/s_fromfpf_main.c: Include
27492 <libm-alias-float.h>.
27493 * sysdeps/ieee754/flt-32/s_fromfpxf.c (fromfpxf): Define using
27494 libm_alias_float.
27495 * sysdeps/ieee754/flt-32/s_getpayloadf.c: Include
27496 <libm-alias-float.h>.
27497 (getpayloadf): Define using libm_alias_float.
27498 * sysdeps/ieee754/flt-32/s_llrintf.c: Include
27499 <libm-alias-float.h>.
27500 (llrintf): Define using libm_alias_float.
27501 * sysdeps/ieee754/flt-32/s_llroundf.c: Include
27502 <libm-alias-float.h>.
27503 (llroundf): Define using libm_alias_float.
27504 * sysdeps/ieee754/flt-32/s_logbf.c: Include <libm-alias-float.h>.
27505 (logbf): Define using libm_alias_float.
27506 * sysdeps/ieee754/flt-32/s_lrintf.c: Include <libm-alias-float.h>.
27507 (lrintf): Define using libm_alias_float.
27508 * sysdeps/ieee754/flt-32/s_lroundf.c: Include <libm-alias-float.h>.
27509 (lroundf): Define using libm_alias_float.
27510 * sysdeps/ieee754/flt-32/s_modff.c: Include <libm-alias-float.h>.
27511 (modff): Define using libm_alias_float.
27512 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Include
27513 <libm-alias-float.h>.
27514 (nearbyintf): Define using libm_alias_float.
27515 * sysdeps/ieee754/flt-32/s_nextafterf.c: Include
27516 <libm-alias-float.h>.
27517 (nextafterf): Define using libm_alias_float.
27518 * sysdeps/ieee754/flt-32/s_nextupf.c: Include
27519 <libm-alias-float.h>.
27520 (nextupf): Define using libm_alias_float.
27521 * sysdeps/ieee754/flt-32/s_remquof.c: Include
27522 <libm-alias-float.h>.
27523 (remquof): Define using libm_alias_float.
27524 * sysdeps/ieee754/flt-32/s_rintf.c: Include <libm-alias-float.h>.
27525 (rintf): Define using libm_alias_float.
27526 * sysdeps/ieee754/flt-32/s_roundevenf.c: Include
27527 <libm-alias-float.h>.
27528 (roundevenf): Define using libm_alias_float.
27529 * sysdeps/ieee754/flt-32/s_roundf.c: Include <libm-alias-float.h>.
27530 (roundf): Define using libm_alias_float.
27531 * sysdeps/ieee754/flt-32/s_setpayloadf.c (setpayloadf): Define
27532 using libm_alias_float.
27533 * sysdeps/ieee754/flt-32/s_setpayloadf_main.c: Include
27534 <libm-alias-float.h>.
27535 * sysdeps/ieee754/flt-32/s_setpayloadsigf.c (setpayloadsigf):
27536 Define using libm_alias_float.
27537 * sysdeps/ieee754/flt-32/s_sincosf.c: Include
27538 <libm-alias-float.h>.
27539 (sincosf): Define using libm_alias_float.
27540 * sysdeps/ieee754/flt-32/s_sinf.c: Include <libm-alias-float.h>.
27541 (sinf): Define using libm_alias_float.
27542 * sysdeps/ieee754/flt-32/s_tanf.c: Include <libm-alias-float.h>.
27543 (tanf): Define using libm_alias_float.
27544 * sysdeps/ieee754/flt-32/s_tanhf.c: Include <libm-alias-float.h>.
27545 (tanhf): Define using libm_alias_float.
27546 * sysdeps/ieee754/flt-32/s_totalorderf.c: Include
27547 <libm-alias-float.h>.
27548 (totalorderf): Define using libm_alias_float.
27549 * sysdeps/ieee754/flt-32/s_totalordermagf.c: Include
27550 <libm-alias-float.h>.
27551 (totalordermagf): Define using libm_alias_float.
27552 * sysdeps/ieee754/flt-32/s_truncf.c: Include <libm-alias-float.h>.
27553 (truncf): Define using libm_alias_float.
27554 * sysdeps/ieee754/flt-32/s_ufromfpf.c (ufromfpf): Define using
27555 libm_alias_float.
27556 * sysdeps/ieee754/flt-32/s_ufromfpxf.c (ufromfpxf): Define using
27557 libm_alias_float.
27558
27559 2017-09-22 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
27560
27561 [BZ #22146]
27562 math/math.h: Let fpclassify use the builtin in C++ mode, even
27563 when optimazing for size.
27564
27565 2017-09-22 Joseph Myers <joseph@codesourcery.com>
27566
27567 * csu/Makefile (generated): Do not add version-info.h.
27568 (before-compile): Likewise.
27569 (all-Banner-files): Remove variable.
27570 ($(objpfx)version-info.h): Remove rule.
27571 * csu/version.c (banner): Do not include "version-info.h".
27572 * libidn/Banner: Remove.
27573 * manual/contrib.texi (Simon Josefsson): New entry.
27574
27575 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
27576
27577 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
27578 Remove conditionals on LDBL_MANT_DIG.
27579 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c
27580 (__ieee754_lgammal_r): Likewise.
27581
27582 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
27583
27584 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Remove definitions of
27585 _Float128 and L().
27586 * sysdeps/ieee754/ldbl-128ibm/e_j0l.c: Remove definitions of
27587 _Float128 and L(). Replace _Float128 with long double and L(x)
27588 with xL, throughout the file.
27589 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
27590 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c: Likewise.
27591 * sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c: Likewise.
27592 * sysdeps/ieee754/ldbl-128ibm/t_expl.h: Likewise.
27593
27594 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
27595
27596 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Include tables from
27597 sysdeps/ieee754/ldbl-128ibm.
27598 * sysdeps/ieee754/ldbl-128ibm/e_j0l.c: Copy contents from the
27599 equivalent implementation in sysdeps/ieee754/ldbl-128/ instead
27600 of including it. Keep _Float128 and L() intact. These will be
27601 reviewed by a separate patch.
27602 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
27603 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c: Likewise.
27604 * sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c: Likewise.
27605 * sysdeps/ieee754/ldbl-128ibm/t_expl.h: Likewise.
27606
27607 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
27608
27609 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c
27610 (__finitef128): Define to __redirect___finitef128.
27611 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c
27612 (__isinff128): Define to __redirect___isinff128.
27613 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c
27614 (__isnanf128): Define to __redirect___isnanf128.
27615
27616 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
27617
27618 * sysdeps/powerpc/powerpc64le/Makefile
27619 (CFLAGS-tst-strtod-nan-locale.c): New variable.
27620 (CFLAGS-tst-wcstod-nan-locale.c): New variable.
27621
27622 2017-09-21 Paul Pluzhnikov <ppluzhnikov@google.com>
27623 Carlos O'Donell <carlos@redhat.com>
27624
27625 [BZ #22180]
27626 * stdlib/Makefile (tests): Add test-dlclose-exit-race.
27627 * stdlib/test-dlclose-exit-race.c: New file.
27628 * stdlib/test-dlclose-exit-race-helper.c: New file.
27629 * stdlib/exit.c (__run_exit_handlers): Mark slot as free.
27630
27631 2017-09-21 Joseph Myers <joseph@codesourcery.com>
27632
27633 * crypt/Banner: Remove file.
27634 * nptl/Banner: Likewise.
27635 * resolv/Banner: Likewise.
27636 * soft-fp/Banner: Likewise.
27637 * nptl/Makefile ($(objpfx)banner.h): Remove rule.
27638 ($(objpfx)version.d): Remove dependency on banner.h.
27639 ($(objpfx)version.os): Likewise.
27640 * nptl/version.c (banner): Do not include banner.h.
27641 * manual/contrib.texi: Update entries for Richard Henderson, Jakub
27642 Jelinek and BIND code.
27643
27644 2017-09-20 Paul Pluzhnikov <ppluzhnikov@google.com>
27645 Carlos O'Donell <carlos@redhat.com>
27646
27647 * support/xdlfcn.h: New file.
27648 * support/xdlfcn.c: New file.
27649 * support/Makefile (libsupport-routines): Add xdlfcn.
27650 * stdlib/tst-tls-atexit.c: Use xdlopen, xdlsym, xdlclose.
27651
27652 2017-09-20 Joseph Myers <joseph@codesourcery.com>
27653
27654 [BZ #20142]
27655 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
27656 Add s_trunc-c, s_truncf-c, s_trunc-sse4_1 and s_truncf-sse4_1.
27657 * sysdeps/x86_64/fpu/multiarch/s_trunc-c.c: New file.
27658 * sysdeps/x86_64/fpu/multiarch/s_trunc-sse4_1.S: Likewise.
27659 * sysdeps/x86_64/fpu/multiarch/s_trunc.c: Likewise.
27660 * sysdeps/x86_64/fpu/multiarch/s_truncf-c.c: Likewise.
27661 * sysdeps/x86_64/fpu/multiarch/s_truncf-sse4_1.S: Likewise.
27662 * sysdeps/x86_64/fpu/multiarch/s_truncf.c: Likewise.
27663
27664 2017-09-20 Paul Pluzhnikov <ppluzhnikov@google.com>
27665 Ricky Zhou <rickyz@google.com>
27666 Anoop V Chakkalakkal <anoop.vijayan@in.ibm.com>
27667
27668 [BZ #14333]
27669 * stdlib/cxa_atexit.c (__internal_atexit): Use __exit_funcs_lock.
27670 Remove atomics.
27671 (__new_exitfn): Fail registration when we finished at_exit processing.
27672 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
27673 * stdlib/on_exit.c (__on_exit): Likewise.
27674 * stdlib/exit.c (__exit_funcs_done): New variable.
27675 (__run_exit_handlers): Use __exit_funcs_lock.
27676 * stdlib/exit.h (__exit_funcs_lock, __exit_funcs_done): New
27677 declarations.
27678 * stdlib/Makefile (test-atexit-race, test-quick_at_exit-race)
27679 (test-cxa_atexit-race, test-on_exit-race): New tests.
27680 * stdlib/test-atexit-race-common.c: New file.
27681 * stdlib/test-atexit-race.c: New file.
27682 * stdlib/test-at_quick_exit-race.c: New file.
27683 * stdlib/test-cxa_atexit-race.c: New file.
27684 * stdlib/test-on_exit-race.c: New file.
27685
27686 2017-09-20 Szabolcs Nagy <szabolcs.nagy@arm.com>
27687
27688 * benchtests/Makefile: Add exp2f and log2f benchmarks.
27689 * benchtests/exp2f-inputs: Copy of expf-inputs.
27690 * benchtests/log2f-inputs: Copy of logf-inputs.
27691
27692 2017-09-19 Joseph Myers <joseph@codesourcery.com>
27693
27694 * sysdeps/unix/sysv/linux/fexecve.c (fexecve) [__NR_execveat]:
27695 Explicitly take address of first element of array arguments in
27696 call to INLINE_SYSCALL.
27697
27698 2017-09-19 Andreas Schwab <schwab@suse.de>
27699
27700 [BZ #22134]
27701 * sysdeps/unix/sysv/linux/fexecve.c (fexecve) [__NR_execveat]: Try
27702 execveat first.
27703 [!__ASSUME_EXECVEAT]: Fall back to /proc if execveat is
27704 unimplemented.
27705 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_EXECVEAT)
27706 [__LINUX_KERNEL_VERSION >= 0x031300]: Define.
27707 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
27708 (__ASSUME_EXECVEAT) [__LINUX_KERNEL_VERSION < 0x040200]: Undef.
27709 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
27710 (__ASSUME_EXECVEAT) [__LINUX_KERNEL_VERSION < 0x040000]: Undef.
27711 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
27712 (__ASSUME_EXECVEAT) [__LINUX_KERNEL_VERSION < 0x040000]: Undef.
27713 * posix/Makefile (tests): Add tst-fexecve.
27714 * posix/tst-fexecve.c: New file.
27715
27716 2017-09-19 Wilco Dijkstra <wdijkstr@arm.com>
27717
27718 * benchtests/Makefile: Add logf benchmark.
27719 * benchtests/logf-inputs: Add reduced trace from wrf_r.
27720
27721 2017-09-19 Wilco Dijkstra <wdijkstr@arm.com>
27722
27723 * benchtests/Makefile: Add expf benchmark.
27724 * benchtests/expf-inputs: Add reduced trace from wrf_r.
27725
27726 2017-09-19 Wilco Dijkstra <wdijkstr@arm.com>
27727
27728 * csu/Makefile: Add -funwind-tables to libc-start.c.
27729 * debug/Makefile: Add -funwind-tables to backtrace.c.
27730 * sysdeps/aarch64/Makefile: Remove CFLAGS-backtrace.c.
27731 * sysdeps/arm/Makefile: Likewise.
27732 * sysdeps/i386/Makefile: Likewise.
27733 * sysdeps/m68k/Makefile: Likewise.
27734 * sysdeps/mips/Makefile: Likewise.
27735 * sysdeps/nios2/Makefile: Likewise.
27736 * sysdeps/sh/Makefile: Likewise.
27737 * sysdeps/sparc/Makefile: Likewise.
27738
27739 2017-09-19 Joseph Myers <joseph@codesourcery.com>
27740
27741 * benchtests/Makefile (bench-math): Add trunc and truncf.
27742 (CFLAGS-bench-trunc.c): New variable.
27743 (CFLAGS-bench-truncf.c): Likewise.
27744 * benchtests/trunc-inputs: New file.
27745 * benchtests/truncf-inputs: Likewise.
27746
27747 2017-09-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
27748
27749 * sysdeps/powerpc/powerpc64/power8/memset.S: Avoid misaligned stores.
27750
27751 2017-09-18 Joseph Myers <joseph@codesourcery.com>
27752
27753 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c [LIBM_SVID_COMPAT &&
27754 !LONG_DOUBLE_COMPAT (libm, GLIBC_2_1)] (weak_alias): Undefine and
27755 redefine.
27756 [LIBM_SVID_COMPAT && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_1)]
27757 (exp10l): Define as weak alias.
27758 * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c [LIBM_SVID_COMPAT
27759 && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (weak_alias): Undefine
27760 and redefine.
27761 [LIBM_SVID_COMPAT && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)]
27762 (remainderl): Define as weak alias.
27763
27764 * math/s_fmal.c: Include <libm-alias-ldouble.h>.
27765 (fmal): Define using libm_alias_ldouble.
27766 * math/w_acoshl_compat.c: Include <libm-alias-ldouble.h>.
27767 (acoshl): Define using libm_alias_ldouble.
27768 * math/w_acosl_compat.c: Include <libm-alias-ldouble.h>.
27769 (acosl): Define using libm_alias_ldouble.
27770 * math/w_asinl_compat.c: Include <libm-alias-ldouble.h>.
27771 (asinl): Define using libm_alias_ldouble.
27772 * math/w_atan2l_compat.c: Include <libm-alias-ldouble.h>.
27773 (atan2l): Define using libm_alias_ldouble.
27774 * math/w_atanhl_compat.c: Include <libm-alias-ldouble.h>.
27775 (atanhl): Define using libm_alias_ldouble.
27776 * math/w_coshl_compat.c: Include <libm-alias-ldouble.h>.
27777 (coshl): Define using libm_alias_ldouble.
27778 * math/w_exp10l_compat.c: Include <libm-alias-ldouble.h>.
27779 (exp10l): Define using libm_alias_ldouble.
27780 * math/w_exp2l_compat.c: Include <libm-alias-ldouble.h>.
27781 (exp2l): Define using libm_alias_ldouble.
27782 * math/w_expl_compat.c: Include <libm-alias-ldouble.h>.
27783 (expl): Define using libm_alias_ldouble.
27784 * math/w_fmodl_compat.c: Include <libm-alias-ldouble.h>.
27785 (fmodl): Define using libm_alias_ldouble.
27786 * math/w_hypotl_compat.c: Include <libm-alias-ldouble.h>.
27787 (hypotl): Define using libm_alias_ldouble.
27788 * math/w_j0l_compat.c: Include <libm-alias-ldouble.h>.
27789 (j0l): Define using libm_alias_ldouble.
27790 (y0l): Likewise.
27791 * math/w_j1l_compat.c: Include <libm-alias-ldouble.h>.
27792 (j1l): Define using libm_alias_ldouble.
27793 (y1l): Likewise.
27794 * math/w_jnl_compat.c: Include <libm-alias-ldouble.h>.
27795 (jnl): Define using libm_alias_ldouble.
27796 (ynl): Likewise.
27797 * math/w_log10l_compat.c: Include <libm-alias-ldouble.h>.
27798 (log10l): Define using libm_alias_ldouble.
27799 * math/w_log2l_compat.c: Include <libm-alias-ldouble.h>.
27800 (log2l): Define using libm_alias_ldouble.
27801 * math/w_logl_compat.c: Include <libm-alias-ldouble.h>.
27802 (logl): Define using libm_alias_ldouble.
27803 * math/w_powl_compat.c: Include <libm-alias-ldouble.h>.
27804 (powl): Define using libm_alias_ldouble.
27805 * math/w_remainderl_compat.c: Include <libm-alias-ldouble.h>.
27806 (remainderl): Define using libm_alias_ldouble.
27807 * math/w_sinhl_compat.c: Include <libm-alias-ldouble.h>.
27808 (sinhl): Define using libm_alias_ldouble.
27809 * math/w_sqrtl_compat.c: Include <libm-alias-ldouble.h>.
27810 (sqrtl): Define using libm_alias_ldouble.
27811 * math/w_tgammal_compat.c: Include <libm-alias-ldouble.h>.
27812 (tgammal): Define using libm_alias_ldouble.
27813 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c [LIBM_SVID_COMPAT]
27814 (exp10l): Do not use long_double_symbol here.
27815 * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c
27816 [LIBM_SVID_COMPAT] (remainderl): Likewise.
27817 * sysdeps/ieee754/ldbl-opt/s_fmal.c: Remove.
27818 * sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c: Likewise.
27819 * sysdeps/ieee754/ldbl-opt/w_acosl_compat.c: Likewise.
27820 * sysdeps/ieee754/ldbl-opt/w_asinl_compat.c: Likewise.
27821 * sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c: Likewise.
27822 * sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c: Likewise.
27823 * sysdeps/ieee754/ldbl-opt/w_coshl_compat.c: Likewise.
27824 * sysdeps/ieee754/ldbl-opt/w_expl_compat.c: Likewise.
27825 * sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c: Likewise.
27826 * sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c: Likewise.
27827 * sysdeps/ieee754/ldbl-opt/w_j0l_compat.c: Likewise.
27828 * sysdeps/ieee754/ldbl-opt/w_j1l_compat.c: Likewise.
27829 * sysdeps/ieee754/ldbl-opt/w_jnl_compat.c: Likewise.
27830 * sysdeps/ieee754/ldbl-opt/w_log10l_compat.c: Likewise.
27831 * sysdeps/ieee754/ldbl-opt/w_log2l_compat.c: Likewise.
27832 * sysdeps/ieee754/ldbl-opt/w_logl_compat.c: Likewise.
27833 * sysdeps/ieee754/ldbl-opt/w_powl_compat.c: Likewise.
27834 * sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c: Likewise.
27835 * sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c: Likewise.
27836 * sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c: Likewise.
27837
27838 2017-09-18 Wang Boshi <wangboshi@huawei.com> (tiny change)
27839
27840 * sysdeps/aarch64/start.S: Use MOVL instead of literal pools.
27841 * sysdeps/aarch64/sysdep.h (MOVL): Add MOVL macro.
27842
27843 2017-09-17 Samuel Thibault <samuel.thibault@ens-lyon.org>
27844
27845 * io/read.c (read): Add libc_hidden_weak.
27846 * sysdeps/mach/hurd/read.c (read): Likewise.
27847 * io/write.c (write): Likewise.
27848 * sysdeps/mach/hurd/write.c (write): Likewise.
27849 * io/pread64.c (__pread64): Likewise.
27850 * sysdeps/mach/hurd/pread64.c (__pread64): Likewise.
27851 * posix/pread64.c (__pread64): Add libc_hidden_def.
27852
27853 2017-09-16 Siddhesh Poyarekar <siddhesh@sourceware.org>
27854
27855 * benchtests/scripts/compare_strings.py: New option -g.
27856 (draw_graph): Print a message that a graph is being generated.
27857 (process_results): Generate graph only if -g is passed.
27858 (main): Process option -g.
27859
27860 * benchtests/scripts/compare_strings.py (process_results):
27861 Better spacing for output.
27862
27863 * benchtests/scripts/compare_strings.py: Use argparse.
27864 * benchtests/README: Document existence of compare_strings.py.
27865
27866 2017-09-15 Joseph Myers <joseph@codesourcery.com>
27867
27868 * math/s_fma.c: Include <libm-alias-double.h>.
27869 (fma): Define using libm_alias_double.
27870 * math/s_nextafter.c: Include <libm-alias-double.h>.
27871 (nextafter): Define using libm_alias_double.
27872 * math/w_acos_compat.c: Include <libm-alias-double.h>.
27873 (acos): Define using libm_alias_double.
27874 * math/w_acosh_compat.c: Include <libm-alias-double.h>.
27875 (aocsh): Define using libm_alias_double.
27876 * math/w_asin_compat.c: Include <libm-alias-double.h>.
27877 (asin): Define using libm_alias_double.
27878 * math/w_atan2_compat.c: Include <libm-alias-double.h>.
27879 (atan2): Define using libm_alias_double.
27880 * math/w_atanh_compat.c: Include <libm-alias-double.h>.
27881 (atanh): Define using libm_alias_double.
27882 * math/w_cosh_compat.c: Include <libm-alias-double.h>.
27883 (cosh): Define using libm_alias_double.
27884 * math/w_exp10_compat.c: Include <libm-alias-double.h>.
27885 (exp10): Define using libm_alias_double.
27886 * math/w_exp2_compat.c: Include <libm-alias-double.h>.
27887 (exp2): Define using libm_alias_double.
27888 * math/w_exp_compat.c: Include <libm-alias-double.h>.
27889 (exp): Define using libm_alias_double.
27890 * math/w_fmod_compat.c: Include <libm-alias-double.h>.
27891 (fmod): Define using libm_alias_double.
27892 * math/w_hypot_compat.c: Include <libm-alias-double.h>.
27893 (hypot): Define using libm_alias_double.
27894 * math/w_j0_compat.c: Include <libm-alias-double.h>.
27895 (j0): Define using libm_alias_double.
27896 (y0): Likewise.
27897 * math/w_j1_compat.c: Include <libm-alias-double.h>.
27898 (j1): Define using libm_alias_double.
27899 (y1): Likewise.
27900 * math/w_jn_compat.c: Include <libm-alias-double.h>.
27901 (jn): Define using libm_alias_double.
27902 (yn): Likewise.
27903 * math/w_log10_compat.c: Include <libm-alias-double.h>.
27904 (log10): Define using libm_alias_double.
27905 * math/w_log2_compat.c: Include <libm-alias-double.h>.
27906 (log2): Define using libm_alias_double.
27907 * math/w_log_compat.c: Include <libm-alias-double.h>.
27908 (log): Define using libm_alias_double.
27909 * math/w_pow_compat.c: Include <libm-alias-double.h>.
27910 (pow): Define using libm_alias_double.
27911 * math/w_remainder_compat.c: Include <libm-alias-double.h>.
27912 (remainder): Define using libm_alias_double.
27913 * math/w_sinh_compat.c: Include <libm-alias-double.h>.
27914 (sinh): Define using libm_alias_double.
27915 * math/w_sqrt_compat.c: Include <libm-alias-double.h>.
27916 (sqrt): Define using libm_alias_double.
27917 * math/w_tgamma_compat.c: Include <libm-alias-double.h>.
27918 (tgamma): Define using libm_alias_double.
27919 * sysdeps/ieee754/ldbl-opt/s_nextafter.c [LONG_DOUBLE_COMPAT(libm,
27920 GLIBC_2_0)] (nextafterl): Do not define compat symbol here.
27921 * sysdeps/ieee754/ldbl-opt/w_exp10_compat.c
27922 [LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)] (exp10l): Likewise.
27923 * sysdeps/ieee754/ldbl-opt/w_remainder_compat.c
27924 [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (remainderl): Likewise.
27925 * sysdeps/ieee754/ldbl-opt/w_acos_compat.c: Remove.
27926 * sysdeps/ieee754/ldbl-opt/w_acosh_compat.c: Likewise.
27927 * sysdeps/ieee754/ldbl-opt/w_asin_compat.c: Likewise.
27928 * sysdeps/ieee754/ldbl-opt/w_atan2_compat.c: Likewise.
27929 * sysdeps/ieee754/ldbl-opt/w_atanh_compat.c: Likewise.
27930 * sysdeps/ieee754/ldbl-opt/w_cosh_compat.c: Likewise.
27931 * sysdeps/ieee754/ldbl-opt/w_exp_compat.c: Likewise.
27932 * sysdeps/ieee754/ldbl-opt/w_fmod_compat.c: Likewise.
27933 * sysdeps/ieee754/ldbl-opt/w_hypot_compat.c: Likewise.
27934 * sysdeps/ieee754/ldbl-opt/w_j0_compat.c: Likewise.
27935 * sysdeps/ieee754/ldbl-opt/w_j1_compat.c: Likewise.
27936 * sysdeps/ieee754/ldbl-opt/w_jn_compat.c: Likewise.
27937 * sysdeps/ieee754/ldbl-opt/w_log10_compat.c: Likewise.
27938 * sysdeps/ieee754/ldbl-opt/w_log2_compat.c: Likewise.
27939 * sysdeps/ieee754/ldbl-opt/w_log_compat.c: Likewise.
27940 * sysdeps/ieee754/ldbl-opt/w_pow_compat.c: Likewise.
27941 * sysdeps/ieee754/ldbl-opt/w_sinh_compat.c: Likewise.
27942 * sysdeps/ieee754/ldbl-opt/w_sqrt_compat.c: Likewise.
27943 * sysdeps/ieee754/ldbl-opt/w_tgamma_compat.c: Likewise.
27944
27945 * math/e_acoshl.c: Remove.
27946 * math/e_acosl.c: Likewise.
27947 * math/e_asinl.c: Likewise.
27948 * math/e_atan2l.c: Likewise.
27949 * math/e_atanhl.c: Likewise.
27950 * math/e_coshl.c: Likewise.
27951 * math/e_expl.c: Likewise.
27952 * math/e_fmodl.c: Likewise.
27953 * math/e_gammal_r.c: Likewise.
27954 * math/e_hypotl.c: Likewise.
27955 * math/e_j0l.c: Likewise.
27956 * math/e_j1l.c: Likewise.
27957 * math/e_jnl.c: Likewise.
27958 * math/e_lgammal_r.c: Likewise.
27959 * math/e_log10l.c: Likewise.
27960 * math/e_log2l.c: Likewise.
27961 * math/e_logl.c: Likewise.
27962 * math/e_powl.c: Likewise.
27963 * math/e_rem_pio2l.c: Likewise.
27964 * math/e_sinhl.c: Likewise.
27965 * math/e_sqrtf128.c: Likewise.
27966 * math/e_sqrtl.c: Likewise.
27967 * math/k_cosl.c: Likewise.
27968 * math/k_sinl.c: Likewise.
27969 * math/k_tanl.c: Likewise.
27970 * math/s_asinhl.c: Likewise.
27971 * math/s_atanl.c: Likewise.
27972 * math/s_cbrtl.c: Likewise.
27973 * math/s_erfl.c: Likewise.
27974 * math/s_expm1l.c: Likewise.
27975 * math/s_log1pl.c: Likewise.
27976 * math/s_tanhl.c: Likewise.
27977
27978 2017-09-15 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
27979
27980 [BZ #21745]
27981 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile:
27982 [$(subdir) = math] (sysdep_calls): New variable. Has the
27983 previous contents of sysdep_routines, but re-sorted..
27984 [$(subdir) = math] (sysdep_routines): Re-use the contents from
27985 sysdep_calls.
27986 [$(subdir) = math] (libm-sysdep_routines): Remove the functions
27987 defined in sysdep_calls and replace by the respective m_* names.
27988 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S:
27989 (compat_symbol): Undefine to avoid duplicated compat symbols in
27990 libc.
27991
27992 2017-09-15 Joseph Myers <joseph@codesourcery.com>
27993
27994 * math/s_fmaf.c: Include <libm-alias-float.h>.
27995 (fmaf): Define using libm_alias_float.
27996 * math/w_acosf_compat.c: Include <libm-alias-float.h>.
27997 (acosf): Define using libm_alias_float.
27998 * math/w_acoshf_compat.c: Include <libm-alias-float.h>.
27999 (acoshf): Define using libm_alias_float.
28000 * math/w_asinf_compat.c: Include <libm-alias-float.h>.
28001 (asinf): Define using libm_alias_float.
28002 * math/w_atan2f_compat.c: Include <libm-alias-float.h>.
28003 (atan2f): Define using libm_alias_float.
28004 * math/w_atanhf_compat.c: Include <libm-alias-float.h>.
28005 (atanhf): Define using libm_alias_float.
28006 * math/w_coshf_compat.c: Include <libm-alias-float.h>.
28007 (coshf): Define using libm_alias_float.
28008 * math/w_exp10f_compat.c: Include <libm-alias-float.h>.
28009 (exp10f): Define using libm_alias_float.
28010 * math/w_fmodf_compat.c: Include <libm-alias-float.h>.
28011 (fmodf): Define using libm_alias_float.
28012 * math/w_hypotf_compat.c: Include <libm-alias-float.h>.
28013 (hypotf): Define using libm_alias_float.
28014 * math/w_j0f_compat.c: Include <libm-alias-float.h>.
28015 (j0f): Define using libm_alias_float.
28016 (y0f): Likewise.
28017 * math/w_j1f_compat.c: Include <libm-alias-float.h>.
28018 (j1f): Define using libm_alias_float.
28019 (y1f): Likewise.
28020 * math/w_jnf_compat.c: Include <libm-alias-float.h>.
28021 (jnf): Define using libm_alias_float.
28022 (ynf): Likewise.
28023 * math/w_log10f_compat.c: Include <libm-alias-float.h>.
28024 (log10f): Define using libm_alias_float.
28025 * math/w_log2f_compat.c: Include <libm-alias-float.h>.
28026 (log2f): Define using libm_alias_float.
28027 * math/w_logf_compat.c: Include <libm-alias-float.h>.
28028 (logf): Define using libm_alias_float.
28029 * math/w_powf_compat.c: Include <libm-alias-float.h>.
28030 (powf): Define using libm_alias_float.
28031 * math/w_remainderf_compat.c: Include <libm-alias-float.h>.
28032 (remainderf): Define using libm_alias_float.
28033 * math/w_sinhf_compat.c: Include <libm-alias-float.h>.
28034 (sinhf): Define using libm_alias_float.
28035 * math/w_sqrtf_compat.c: Include <libm-alias-float.h>.
28036 (sqrtf): Define using libm_alias_float.
28037 * math/w_tgammaf_compat.c: Include <libm-alias-float.h>.
28038 (tgammaf): Define using libm_alias_float.
28039
28040 2017-09-14 Joseph Myers <joseph@codesourcery.com>
28041
28042 * include/math.h (roundeven): Change hidden_proto call to
28043 __roundeven.
28044 * math/w_j0_compat.c (j0): Rename to __j0 and define as weak
28045 alias.
28046 [NO_LONG_DOUBLE] (__j0l): New strong alias.
28047 (y0): Rename to __y0 and define as weak alias.
28048 [NO_LONG_DOUBLE] (__y0l): New strong alias.
28049 * math/w_j0f_compat.c (j0f): Rename to __j0f and define as weak
28050 alias.
28051 (y0f): Rename to __y0f and define as weak alias.
28052 * math/w_j1_compat.c (j1): Rename to __j1 and define as weak
28053 alias.
28054 [NO_LONG_DOUBLE] (__j1l): New strong alias.
28055 (y1): Rename to __y1 and define as weak alias.
28056 [NO_LONG_DOUBLE] (__y1l): New strong alias.
28057 * math/w_j1f_compat.c (j1f): Rename to __j1f and define as weak
28058 alias.
28059 (y1f): Rename to __y1f and define as weak alias.
28060 * math/w_jn_compat.c (jn): Rename to __jn and define as weak
28061 alias.
28062 [NO_LONG_DOUBLE] (__jnl): New strong alias.
28063 (yn): Rename to __yn and define as weak alias.
28064 [NO_LONG_DOUBLE] (__ynl): New strong alias.
28065 * math/w_jnf_compat.c (jnf): Rename to __jnf and define as weak
28066 alias.
28067 (ynf): Rename to __ynf and define as weak alias.
28068 * sysdeps/ieee754/dbl-64/s_fromfp.c (FUNC): Define to __fromfp.
28069 (fromfp): Define as weak alias.
28070 [NO_LONG_DOUBLE] (__fromfpl): New strong alias.
28071 * sysdeps/ieee754/dbl-64/s_fromfpx.c (FUNC): Define to __fromfpx.
28072 (fromfpx): Define as weak alias.
28073 [NO_LONG_DOUBLE] (__fromfpxl): New strong alias.
28074 * sysdeps/ieee754/dbl-64/s_getpayload.c (getpayload): Rename to
28075 __getpayload and define as weak alias.
28076 [NO_LONG_DOUBLE] (__getpayloadl): New strong alias.
28077 * sysdeps/ieee754/dbl-64/s_roundeven.c (roundeven): Rename to
28078 __roundeven and define as weak alias.
28079 [NO_LONG_DOUBLE] (__roundevenl): New strong alias.
28080 * sysdeps/ieee754/dbl-64/s_setpayload.c (FUNC): Define to
28081 __setpayload.
28082 (setpayload): Define as weak alias.
28083 [NO_LONG_DOUBLE] (__setpayloadl): New strong alias.
28084 * sysdeps/ieee754/dbl-64/s_setpayloadsig.c (FUNC): Define to
28085 __setpayloadsig.
28086 (setpayloadsig): Define as weak alias.
28087 [NO_LONG_DOUBLE] (__setpayloadsigl): New strong alias.
28088 * sysdeps/ieee754/dbl-64/s_totalorder.c (totalorder): Rename to
28089 __totalorder and define as weak alias.
28090 [NO_LONG_DOUBLE] (__totalorderl): New strong alias.
28091 * sysdeps/ieee754/dbl-64/s_totalordermag.c (totalordermag): Rename
28092 to __totalordermag and define as weak alias.
28093 [NO_LONG_DOUBLE] (__totalordermagl): New strong alias.
28094 * sysdeps/ieee754/dbl-64/s_ufromfp.c (FUNC): Define to __ufromfp.
28095 (ufromfp): Define as weak alias.
28096 [NO_LONG_DOUBLE] (__ufromfpl): New strong alias.
28097 * sysdeps/ieee754/dbl-64/s_ufromfpx.c (FUNC): Define to
28098 __ufromfpx.
28099 (ufromfpx): Define as weak alias.
28100 [NO_LONG_DOUBLE] (__ufromfpxl): New strong alias.
28101 * sysdeps/ieee754/dbl-64/wordsize-64/s_getpayload.c (getpayload):
28102 Rename to __getpayload and define as weak alias.
28103 [NO_LONG_DOUBLE] (__getpayloadl): New strong alias.
28104 * sysdeps/ieee754/dbl-64/wordsize-64/s_roundeven.c (roundeven):
28105 Rename to __roundeven and define as weak alias.
28106 [NO_LONG_DOUBLE] (__roundevenl): New strong alias.
28107 * sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c (totalorder):
28108 Rename to __totalorder and define as weak alias.
28109 [NO_LONG_DOUBLE] (__totalorderl): New strong alias.
28110 * sysdeps/ieee754/dbl-64/wordsize-64/s_totalordermag.c
28111 (totalordermag): Rename to __totalordermag and define as weak
28112 alias.
28113 [NO_LONG_DOUBLE] (__totalordermagl): New strong alias.
28114 * sysdeps/ieee754/float128/float128_private.h (__getpayloadl): New
28115 macro.
28116 (__roundevenl): Likewise.
28117 (__totalorderl): Likewise.
28118 (__totalordermagl): Likewise
28119 * sysdeps/ieee754/float128/s_fromfpf128.c (FUNC): Define to
28120 __fromfpf128.
28121 (fromfpf128): Define as weak alias.
28122 * sysdeps/ieee754/float128/s_fromfpxf128.c (FUNC): Define to
28123 __fromfpxf128.
28124 (fromfpxf128): Define as weak alias.
28125 * sysdeps/ieee754/float128/s_setpayloadf128.c (FUNC): Define to
28126 __setpayloadf128.
28127 (setpayloadf128): Define as weak alias.
28128 * sysdeps/ieee754/float128/s_setpayloadsigf128.c (FUNC): Define to
28129 __setpayloadsigf128.
28130 (setpayloadsigf128): Define as weak alias.
28131 * sysdeps/ieee754/float128/s_ufromfpf128.c (FUNC): Define to
28132 __ufromfpf128.
28133 (ufromfpf128): Define as weak alias.
28134 * sysdeps/ieee754/float128/s_ufromfpxf128.c (FUNC): Define to
28135 __ufromfpxf128.
28136 (ufromfpxf128): Define as weak alias.
28137 * sysdeps/ieee754/flt-32/s_fromfpf.c (FUNC): Define to __fromfpf.
28138 (fromfpf): Define as weak alias.
28139 * sysdeps/ieee754/flt-32/s_fromfpxf.c (FUNC): Define to
28140 __fromfpxf.
28141 (fromfpxf): Define as weak alias.
28142 * sysdeps/ieee754/flt-32/s_getpayloadf.c (getpayloadf): Rename to
28143 __getpayloadf and define as weak alias.
28144 * sysdeps/ieee754/flt-32/s_roundevenf.c (roundevenf): Rename to
28145 __roundevenf and define as weak alias.
28146 * sysdeps/ieee754/flt-32/s_setpayloadf.c (FUNC): Define to
28147 __setpayloadf.
28148 (setpayloadf): Define as weak alias.
28149 * sysdeps/ieee754/flt-32/s_setpayloadsigf.c (FUNC): Define to
28150 __setpayloadsigf.
28151 (setpayloadsigf): Define as weak alias.
28152 * sysdeps/ieee754/flt-32/s_totalorderf.c (totalorderf): Rename to
28153 __totalorderf and define as weak alias.
28154 * sysdeps/ieee754/flt-32/s_totalordermagf.c (totalordermagf):
28155 Rename to __totalordermagf and define as weak alias.
28156 * sysdeps/ieee754/flt-32/s_ufromfpf.c (FUNC): Define to
28157 __ufromfpf.
28158 (ufromfpf): Define as weak alias.
28159 * sysdeps/ieee754/flt-32/s_ufromfpxf.c (FUNC): Define to
28160 __ufromfpxf.
28161 (ufromfpxf): Define as weak alias.
28162 * sysdeps/ieee754/ldbl-128/s_fromfpl.c (FUNC): Define to
28163 __fromfpl.
28164 (fromfpl): Define as weak alias.
28165 * sysdeps/ieee754/ldbl-128/s_fromfpxl.c (FUNC): Define to
28166 __fromfpxl.
28167 (fromfpxl): Define as weak alias.
28168 * sysdeps/ieee754/ldbl-128/s_getpayloadl.c (getpayloadl): Rename
28169 to __getpayloadl and define as weak alias.
28170 * sysdeps/ieee754/ldbl-128/s_roundevenl.c (roundevenl): Rename to
28171 __roundevenl and define as weak alias.
28172 * sysdeps/ieee754/ldbl-128/s_setpayloadl.c (FUNC): Define to
28173 __setpayloadl.
28174 (setpayloadl): Define as weak alias.
28175 * sysdeps/ieee754/ldbl-128/s_setpayloadsigl.c (FUNC): Define to
28176 __setpayloadsigl.
28177 (setpayloadsigl): Define as weak alias.
28178 * sysdeps/ieee754/ldbl-128/s_totalorderl.c (totalorderl): Rename
28179 to __totalorderl and define as weak alias.
28180 * sysdeps/ieee754/ldbl-128/s_totalordermagl.c (totalordermagl):
28181 Rename to __totalordermagl and define as weak alias.
28182 * sysdeps/ieee754/ldbl-128/s_ufromfpl.c (FUNC): Define to
28183 __ufromfpl.
28184 (ufromfpl): Define as weak alias.
28185 * sysdeps/ieee754/ldbl-128/s_ufromfpxl.c (FUNC): Define to
28186 __ufromfpxl.
28187 (ufromfpxl): Define as weak alias.
28188 * sysdeps/ieee754/ldbl-128ibm/s_fromfpl.c (FUNC): Define to
28189 __fromfpl.
28190 (fromfpl): Define as weak alias.
28191 * sysdeps/ieee754/ldbl-128ibm/s_fromfpxl.c (FUNC): Define to
28192 __fromfpxl.
28193 (fromfpxl): Define as weak alias.
28194 * sysdeps/ieee754/ldbl-128ibm/s_getpayloadl.c (getpayloadl):
28195 Rename to __getpayloadl and define as weak alias.
28196 * sysdeps/ieee754/ldbl-128ibm/s_roundevenl.c (roundevenl): Rename
28197 to __roundevenl and define as weak alias. Call __roundeven
28198 instead of roundeven.
28199 * sysdeps/ieee754/ldbl-128ibm/s_setpayloadl.c (FUNC): Define to
28200 __setpayloadl.
28201 (setpayloadl): Define as weak alias.
28202 * sysdeps/ieee754/ldbl-128ibm/s_setpayloadsigl.c (FUNC): Define to
28203 __setpayloadsigl.
28204 (setpayloadsigl): Define as weak alias.
28205 * sysdeps/ieee754/ldbl-128ibm/s_totalorderl.c (totalorderl):
28206 Rename to __totalorderl and define as weak alias.
28207 * sysdeps/ieee754/ldbl-128ibm/s_totalordermagl.c (totalordermagl):
28208 Rename to __totalordermagl and define as weak alias.
28209 * sysdeps/ieee754/ldbl-128ibm/s_ufromfpl.c (FUNC): Define to
28210 __ufromfpl.
28211 (ufromfpl): Define as weak alias.
28212 * sysdeps/ieee754/ldbl-128ibm/s_ufromfpxl.c (FUNC): Define to
28213 __ufromfpxl.
28214 (ufromfpxl): Define as weak alias.
28215 * sysdeps/ieee754/ldbl-96/s_fromfpl.c (FUNC): Define to
28216 __fromfpl.
28217 (fromfpl): Define as weak alias.
28218 * sysdeps/ieee754/ldbl-96/s_fromfpxl.c (FUNC): Define to
28219 __fromfpxl.
28220 (fromfpxl): Define as weak alias.
28221 * sysdeps/ieee754/ldbl-96/s_getpayloadl.c (getpayloadl): Rename to
28222 __getpayloadl and define as weak alias.
28223 * sysdeps/ieee754/ldbl-96/s_roundevenl.c (roundevenl): Rename to
28224 __roundevenl and define as weak alias.
28225 * sysdeps/ieee754/ldbl-96/s_setpayloadl.c (FUNC): Define to
28226 __setpayloadl.
28227 (setpayloadl): Define as weak alias.
28228 * sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c (FUNC): Define to
28229 __setpayloadsigl.
28230 (setpayloadsigl): Define as weak alias.
28231 * sysdeps/ieee754/ldbl-96/s_totalorderl.c (totalorderl): Rename to
28232 __totalorderl and define as weak alias.
28233 * sysdeps/ieee754/ldbl-96/s_totalordermagl.c (totalordermagl):
28234 Rename to __totalordermagl and define as weak alias.
28235 * sysdeps/ieee754/ldbl-96/s_ufromfpl.c (FUNC): Define to
28236 __ufromfpl.
28237 (ufromfpl): Define as weak alias.
28238 * sysdeps/ieee754/ldbl-96/s_ufromfpxl.c (FUNC): Define to
28239 __ufromfpxl.
28240 (ufromfpxl): Define as weak alias.
28241
28242 2017-09-14 Siddhesh Poyarekar <siddhesh@sourceware.org>
28243
28244 * benchtests/bench-string.h (realloc_bufs): New function.
28245 (test_init): Call it.
28246 * benchtests/bench-memset-large.c (do_test): Likewise.
28247 * benchtests/bench-memset.c (do_test): Likewise.
28248
28249 * benchtests/bench-memset-large.c: Print output in JSON
28250 format.
28251 * benchtests/bench-memset.c: Likewise.
28252
28253 2017-09-14 Mike FABIAN <mfabian@redhat.com>
28254
28255 [BZ #21084]
28256 * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Add IBM858 and ibm858.c.
28257 * iconvdata/Makefile: Add IBM858.
28258 * iconvdata/gconv-modules: Likewise.
28259 * iconvdata/tst-tables.sh: Likewise.
28260 * iconvdata/ibm858.c: New file.
28261 * localedata/charmaps/IBM858: Likewise.
28262
28263 2017-09-14 Akhilesh Kumar <akhilesh.k@samsung.com>
28264
28265 [BZ #22023]
28266 * locales/niu_NZ (LC_TIME): copy "niu_NU".
28267 * locales/niu_NZ (LC_MESSAGES): copy "niu_NU".
28268
28269 2017-09-14 Mike FABIAN <mfabian@redhat.com>
28270
28271 [BZ #22112]
28272 * localedata/locales/az_AZ(LC_TELEPHONE): Fix int_select
28273 and add tel_int_fmt.
28274
28275 2017-09-14 Joseph Myers <joseph@codesourcery.com>
28276
28277 * sysdeps/generic/libm-alias-float128.h: New file.
28278 * sysdeps/generic/math-type-macros-float128.h: Include
28279 <libm-alias-float128.h>.
28280 [!declare_mgen_alias] (declare_mgen_alias): Define macro.
28281
28282 2017-09-13 Joseph Myers <joseph@codesourcery.com>
28283
28284 * sysdeps/generic/libm-alias-ldouble.h: New file.
28285 * sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h: Likewise.
28286 * sysdeps/ieee754/ldbl-opt/math-type-macros-ldouble.h: Remove.
28287 * sysdeps/generic/math-type-macros-ldouble.h: Include
28288 <libm-alias-ldouble.h>.
28289 [!declare_mgen_alias] (declare_mgen_alias): Define to use
28290 libm_alias_ldouble.
28291
28292 2017-09-13 Szabolcs Nagy <szabolcs.nagy@arm.com>
28293
28294 * sysdeps/ieee754/dbl-64/w_exp_compat.c: Move to...
28295 * math/w_exp_compat.c: ... here.
28296 * sysdeps/ieee754/flt-32/w_expf_compat.c: Move to...
28297 * math/w_expf_compat.c: ... here.
28298 * sysdeps/ieee754/ldbl-128/w_expl_compat.c: Move to...
28299 * math/w_expl_compat.c: ... here.
28300 * sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Remove.
28301 * sysdeps/ieee754/ldbl-96/w_expl_compat.c: Remove.
28302 * sysdeps/ieee754/ldbl-opt/w_exp_compat.c: Use the new path.
28303 * sysdeps/ieee754/ldbl-opt/w_expl_compat.c: Likewise.
28304
28305 2017-09-13 Joseph Myers <joseph@codesourcery.com>
28306
28307 * math/w_scalbln_template.c (strong_alias): Do not undefine and
28308 redefine.
28309 * sysdeps/ieee754/ldbl-opt/s_ldexp.c (declare_mgen_alias): Remove
28310 macro.
28311 (ldexpl): Only define as compat symbol for libc, not libm.
28312 (scalbnl): Define as compat symbol for libc here.
28313 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c (declare_mgen_alias): Only
28314 define for [IS_IN (libc)].
28315 (__ldexpl_2): Remove alias.
28316 (ldexpl): Only define with long_double_symbol if [IS_IN (libc)].
28317 (scalbnl): Likewise. Use __wrap_scalbnl not __ldexpl_2 as base
28318 name in long_double_symbol call.
28319 * sysdeps/ieee754/ldbl-opt/s_log1p.c: Remove file.
28320 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
28321 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
28322 * sysdeps/ieee754/ldbl-opt/w_log1p.c: Likewise.
28323 * sysdeps/ieee754/ldbl-opt/w_scalbln.c (declare_mgen_alias):
28324 Remove macro.
28325 [IS_IN (libc) && LONG_DOUBLE_COMPAT (libc, GLIBC_2_1)] (scalblnl):
28326 Define as compat symbol.
28327
28328 2017-09-13 Adhemerval Zanella <adhemerval.zanella@linaro.org>
28329
28330 * sysdeps/unix/sysv/linux/s390/s390-32/oldglob.c: New file.
28331 * sysdeps/unix/sysv/linux/alpha/Makefile
28332 [$(subdir) = csu] (sysdep_routines): Remove rule.
28333
28334 2017-09-13 Joseph Myers <joseph@codesourcery.com>
28335
28336 * sysdeps/generic/libm-alias-double.h: New file.
28337 * sysdeps/ieee754/ldbl-opt/libm-alias-double.h: Likewise.
28338 * sysdeps/generic/math-type-macros-double.h: Include
28339 <libm-alias-double.h>.
28340 [declare_mgen_alias] (declare_mgen_alias): Define to use
28341 libm_alias_double.
28342 * sysdeps/generic/math-type-macros.h [!M_LIBM_NEED_COMPAT]
28343 (M_LIBM_NEED_COMPAT): Remove macro.
28344 [!M_LIBM_NEED_COMPAT] (declare_mgen_libm_compat): Likewise.
28345 * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h: Remove.
28346 * math/cabs_template.c [M_LIBM_NEED_COMPAT]: Remove conditional
28347 code.
28348 * math/carg_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28349 * math/cimag_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28350 * math/conj_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28351 * math/creal_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28352 * math/s_cacos_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28353 * math/s_cacosh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28354 * math/s_casin_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28355 * math/s_casinh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28356 * math/s_catan_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28357 * math/s_catanh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28358 * math/s_ccos_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28359 * math/s_ccosh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28360 * math/s_cexp_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28361 * math/s_clog10_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28362 * math/s_clog_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28363 * math/s_cpow_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28364 * math/s_cproj_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28365 * math/s_csin_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28366 * math/s_csinh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28367 * math/s_csqrt_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28368 * math/s_ctan_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28369 * math/s_ctanh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28370 * math/s_fdim_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28371 * math/s_fmax_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28372 * math/s_fmin_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28373 * math/s_nan_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28374 * math/w_ilogb_template.c [M_LIBM_NEED_COMPAT]: Likewise.
28375 * sysdeps/ieee754/ldbl-opt/s_clog10.c: New file.
28376 * sysdeps/ieee754/ldbl-opt/s_ldexp.c (M_LIBM_NEED_COMPAT): Remove
28377 macro.
28378 (declare_mgen_alias): New macro.
28379 * sysdeps/ieee754/ldbl-opt/w_log1p.c: New file.
28380 * sysdeps/ieee754/ldbl-opt/w_scalbln.c: Likewise.
28381 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.c
28382 (M_LIBM_NEED_COMPAT): Remove macro.
28383 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c
28384 [HAVE_AS_VIS3_SUPPORT]: Include <math_ldbl_opt.h> and
28385 <first-versions.h>.
28386 [HAVE_AS_VIS3_SUPPORT && LONG_DOUBLE_COMPAT (libm,
28387 FIRST_VERSION_libm_fdiml)]: Define fdiml as compat symbol.
28388
28389 2017-09-12 Joseph Myers <joseph@codesourcery.com>
28390
28391 * sysdeps/generic/math-type-macros.h [!declare_mgen_alias_2]
28392 (declare_mgen_alias_2): Remove.
28393 * sysdeps/generic/math-type-macros-double.h
28394 [NO_LONG_DOUBLE && !declare_mgen_alias_2] (declare_mgen_alias_2):
28395 Likewise.
28396 * math/s_ldexp_template.c (M_SUF (__wrap_scalbn)): Define strong
28397 alias.
28398 (ldexp): Define with declare_mgen_alias.
28399 (scalbn): Likewise.
28400
28401 2017-09-12 Steve Ellcey <sellcey@cavium.com>
28402
28403 * grp/initgroups.c: Include config.h.
28404 (DEFAULT_CONFIG): New macro.
28405 (internal_getgrouplist): Use DEFAULT_CONFIG.
28406 * nscd/initgrcache.c (addinitgroupsX): Likewise.
28407 * nss/nsswitch.c (__nss_disable_nscd): Likewise.
28408 (DEFAULT_DEFCONFIG): New macro.
28409 (__nss_database_lookup): Use DEFAULT_DEFCONFIG.
28410 * nss/grp-lookup.c: Include config.h
28411 (DEFAULT_CONFIG): Set definition based on LINK_OBSOLETE_NSL.
28412 * nss/pwd-lookup.c (DEFAULT_CONFIG): Likewise.
28413 * nss/spwd-lookup.c (DEFAULT_CONFIG): Likewise.
28414 * manual/nss.texi: Update default values section.
28415
28416 2017-09-12 H.J. Lu <hongjiu.lu@intel.com>
28417
28418 [BZ #21967]
28419 * sysdeps/x86/cpu-features.h (bit_arch_MathVec_Prefer_No_AVX512):
28420 New.
28421 (index_arch_MathVec_Prefer_No_AVX512): Likewise.
28422 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
28423 Handle MathVec_Prefer_No_AVX512.
28424 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx512.h
28425 (IFUNC_SELECTOR): Return AVX2 version if MathVec_Prefer_No_AVX512
28426 is set.
28427
28428 2017-09-12 Samuel Thibault <samuel.thibault@ens-lyon.org>
28429
28430 * posix/sched_primax.c (__sched_get_priority_max): Add
28431 libc_hidden_def.
28432 * posix/sched_primin.c (__sched_get_priority_min): Likewise.
28433 * sysdeps/mach/hurd/mmap.c (__mmap): Likewise.
28434 * sysdeps/mach/hurd/mmap64.c (__mmap64): Likewise.
28435 * sysdeps/mach/hurd/mprotect.c (__mprotect): Likewise.
28436 * sysdeps/mach/hurd/munmap.c (__munmap): Likewise.
28437 * sysdeps/mach/hurd/dl-sysdep.c (__GI___getpid,
28438 __GI___strtoul_internal, __GI_____strtoul_internal, __GI___chk_fail,
28439 __GI___fortify_fail, __GI___assert_fail, __GI___assert_perror_fail):
28440 Add aliases.
28441
28442 2017-09-11 Joseph Myers <joseph@codesourcery.com>
28443
28444 * sysdeps/generic/libm-alias-float.h: New file.
28445 * sysdeps/generic/math-type-macros-float.h: Include
28446 <libm-alias-float.h>.
28447 [!declare_mgen_alias] (declare_mgen_alias): Define macro.
28448
28449 2017-09-11 H.J. Lu <hongjiu.lu@intel.com>
28450
28451 [BZ #22093]
28452 * sysdeps/x86/cpu-features.c (init_cpu_features): Initialize
28453 GLRO(dl_hwcap) to HWCAP_X86_64 for x86-64.
28454 * sysdeps/x86/dl-hwcap.h (HWCAP_COUNT): Updated.
28455 (HWCAP_IMPORTANT): Likewise.
28456 (HWCAP_X86_64): New enum.
28457 (HWCAP_X86_AVX512_1): Updated.
28458 * sysdeps/x86/dl-procinfo.c (_dl_x86_hwcap_flags): Add "x86_64".
28459 * sysdeps/x86_64/Makefile (tests): Add tst-x86_64-1.
28460 (modules-names): Add x86_64/tst-x86_64mod-1.
28461 (LDFLAGS-tst-x86_64mod-1.so): New.
28462 ($(objpfx)tst-x86_64-1): Likewise.
28463 ($(objpfx)x86_64/tst-x86_64mod-1.os): Likewise.
28464 (tst-x86_64-1-clean): Likewise.
28465 * sysdeps/x86_64/tst-x86_64-1.c: New file.
28466 * sysdeps/x86_64/tst-x86_64mod-1.c: Likewise.
28467
28468 2017-09-11 Siddhesh Poyarekar <siddhesh@sourceware.org>
28469
28470 * po/sv.po: Update translations.
28471 * po/fr.po: Likewise.
28472
28473 2017-09-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
28474
28475 * sunrpc/tst-udp-timeout.c (test_udp_server): Increase timeout to 2.5
28476 seconds.
28477 * sunrpc/tst-udp-nonblocking.c (do_test): Increase timeout to 0.75
28478 seconds.
28479 * elf/rtld-Rules: Fix $(error) use.
28480
28481 2017-09-09 Mike FABIAN <mfabian@redhat.com>
28482
28483 [BZ #14925]
28484 * libio/tst-widetext.input: Change “Bengali” to “Bangla”.
28485 * locale/iso-639.def: Change “Bengali” to “Bangla”.
28486 * localedata/locales/bn_BD: “Bengali” was still used in some
28487 comments. Change it to “Bangla”.
28488
28489 2017-09-08 Markus Trippelsdorf <markus@trippelsdorf.de>
28490
28491 * sysdeps/x86_64/fpu/libm-test-ulps: Update for AMD Ryzen.
28492
28493 2017-09-08 Steve Ellcey <sellcey@cavium.com>
28494
28495 * manual/tunables.texi (glibc.tune.cpu): Add thunderx2t99 and
28496 thunderx2t99p1 to list of cpu names.
28497 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
28498 Add thunderx2t99 and thunderx2t99p1 entries to cpu_list.
28499
28500 2017-09-08 Steve Ellcey <sellcey@cavium.com>
28501
28502 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (get_midr_from_mcpu):
28503 Use strcmp instead of tunable_is_name.
28504
28505 2017-09-08 Joseph Myers <joseph@codesourcery.com>
28506
28507 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
28508 (F_GET_RW_HINT): New macro.
28509 [__USE_GNU] (F_SET_RW_HINT): Likewise.
28510 [__USE_GNU] (F_GET_FILE_RW_HINT): Likewise.
28511 [__USE_GNU] (F_SET_FILE_RW_HINT): Likewise.
28512 [__USE_GNU] (RWF_WRITE_LIFE_NOT_SET): Likewise.
28513 [__USE_GNU] (RWH_WRITE_LIFE_NONE): Likewise.
28514 [__USE_GNU] (RWH_WRITE_LIFE_SHORT): Likewise.
28515 [__USE_GNU] (RWH_WRITE_LIFE_MEDIUM): Likewise.
28516 [__USE_GNU] (RWH_WRITE_LIFE_LONG): Likewise.
28517 [__USE_GNU] (RWH_WRITE_LIFE_EXTREME): Likewise.
28518
28519 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
28520 (F_ADD_SEALS): New macro.
28521 [__USE_GNU] (F_GET_SEALS): Likewise.
28522 [__USE_GNU] (F_SEAL_SEAL): Likewise.
28523 [__USE_GNU] (F_SEAL_SHRINK): Likewise.
28524 [__USE_GNU] (F_SEAL_GROW): Likewise.
28525 [__USE_GNU] (F_SEAL_WRITE): Likewise.
28526
28527 2017-09-08 Adhemerval Zanella <adhemerval.zanella@linaro.org>
28528
28529 * posix/glob_internal.h (GLOBPAT_NONE, GLOBPAT_SPECIAL)
28530 (GLOBPAT_BACKSLASH, GLOBPAT_BRACKET): New constants.
28531 * posix/glob_internal.h (__glob_pattern_type):
28532 * posix/glob.c (glob):
28533 * posix/glob_pattern_p.c (__glob_pattern_p):
28534 Use them.
28535
28536 * sysdeps/unix/sysv/linux/arm/glob64.c: Remove file.
28537 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
28538 * sysdeps/unix/sysv/linux/m68k/glob64.c: Likewise.
28539 * sysdeps/unix/sysv/linux/mips/mips64/n64/glob64.c: Likewise.
28540 * sysdeps/unix/sysv/linux/mips/mips64/n64/globfree64.c: Likewise.
28541 * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: Likewise.
28542 * sysdeps/unix/sysv/linux/sparc/sparc32/glob64.c: Likewise.
28543 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Likewise.
28544 * sysdeps/unix/sysv/linux/wordsize-64/globfree64.c: Likewise.
28545 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
28546 * sysdeps/unix/sysv/linux/x86_64/x32/globfree.c: Likewise.
28547 * sysdeps/wordsize-64/glob.c: Likewise.
28548 * sysdeps/wordsize-64/glob64.c: Likewise.
28549 * sysdeps/wordsize-64/globfree.c: Likewise.
28550 * sysdeps/wordsize-64/globfree64.c: Likewise.
28551 * sysdeps/unix/sysv/linux/glob.c: New file.
28552 * sysdeps/unix/sysv/linux/glob64.c: Likewise.
28553 * sysdeps/unix/sysv/linux/globfree.c: Likewise.
28554 * sysdeps/unix/sysv/linux/globfree64.c: Likewise.
28555 * sysdeps/unix/sysv/linux/s390/s390-32/glob64.c: Likewise.
28556 * sysdeps/unix/sysv/linux/oldglob.c [SHLIB_COMPAT]: Also
28557 adds !GLOB_NO_OLD_VERSION as an extra condition.
28558 * sysdeps/unix/sysv/linux/i386/alphasort64.c: Include olddirent.h
28559 using relative path instead of absolute one.
28560 * sysdeps/unix/sysv/linux/i386/getdents64.c: Likewise.
28561 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
28562 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
28563 * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
28564 * sysdeps/unix/sysv/linux/i386/olddirent.h: Move to ...
28565 * sysdeps/unix/sysv/linux//olddirent.h: ... here.
28566
28567 [BZ #1062]
28568 * posix/glob.c (GET_LOGIN_NAME_MAX): Remove.
28569 (glob): Use the same scratch buffer for both getlogin_r and
28570 getpwnam_r. Don’t require preallocation of the login name. This
28571 simplifies storage allocation, and corrects the handling of
28572 long login names.
28573
28574 [BZ #1062]
28575 * posix/glob.c (glob): Port recent patches to platforms
28576 lacking getpwnam_r.
28577 (glob): Fix longstanding misuse of errno after getpwnam_r, which
28578 returns an error number rather than setting errno.
28579
28580 * include/scratch_buffer.h (scratch_buffer): Use a C99 align method
28581 instead of GCC extension.
28582 * malloc/scratch_buffer_grow.c [!_LIBC]: Include libc-config.h.
28583 * malloc/scratch_buffer_grow_preserve.c [!_LIBC]: Likewise.
28584 * malloc/scratch_buffer_set_array_size.c [!_LIBC]: Likewise.
28585
28586 [BZ #866]
28587 [BZ #1062]
28588 * posix/Makefile (tests): Remove bug-glob1 and tst-glob_symlinks.
28589 * posix/bug-glob1.c: Remove file.
28590 * posix/tst-glob_symlinks.c: New file.
28591 * posix/glob.c (__lstat64): New macro.
28592 (is_dir): New function.
28593 (glob, glob_in_dir): Match symlinks even if they are dangling.
28594 (link_stat, link_exists_p): Remove. All uses removed.
28595
28596 [BZ #1062]
28597 [BZ #19971]
28598 * posix/glob.c (struct readdir_result): Remove skip_entry member.
28599 (readdir_result_skip_entry, D_INO_TO_RESULT): Remove.
28600 All uses removed.
28601
28602 [BZ #1062]
28603 CVE-2017-15671
28604 * posix/Makefile (routines): Add globfree, globfree64, and
28605 glob_pattern_p.
28606 * posix/flexmember.h: New file.
28607 * posix/glob_internal.h: Likewise.
28608 * posix/glob_pattern_p.c: Likewise.
28609 * posix/globfree.c: Likewise.
28610 * posix/globfree64.c: Likewise.
28611 * sysdeps/gnu/globfree64.c: Likewise.
28612 * sysdeps/unix/sysv/linux/alpha/globfree.c: Likewise.
28613 * sysdeps/unix/sysv/linux/mips/mips64/n64/globfree64.c: Likewise.
28614 * sysdeps/unix/sysv/linux/oldglob.c: Likewise.
28615 * sysdeps/unix/sysv/linux/wordsize-64/globfree64.c: Likewise.
28616 * sysdeps/unix/sysv/linux/x86_64/x32/globfree.c: Likewise.
28617 * sysdeps/wordsize-64/globfree.c: Likewise.
28618 * sysdeps/wordsize-64/globfree64.c: Likewise.
28619 * posix/glob.c (HAVE_CONFIG_H): Use !_LIBC instead.
28620 [NDEBUG): Remove comments.
28621 (GLOB_ONLY_P, _AMIGA, VMS): Remove define.
28622 (dirent_type): New type. Use uint_fast8_t not
28623 uint8_t, as C99 does not require uint8_t.
28624 (DT_UNKNOWN, DT_DIR, DT_LNK): New macros.
28625 (struct readdir_result): Use dirent_type. Do not define skip_entry
28626 unless it is needed; this saves a byte on platforms lacking d_ino.
28627 (readdir_result_type, readdir_result_skip_entry):
28628 New functions, replacing ...
28629 (readdir_result_might_be_symlink, readdir_result_might_be_dir):
28630 these functions, which were removed. This makes the callers
28631 easier to read. All callers changed.
28632 (D_INO_TO_RESULT): Now empty if there is no d_ino.
28633 (size_add_wrapv, glob_use_alloca): New static functions.
28634 (glob, glob_in_dir): Check for size_t overflow in several places,
28635 and fix some size_t checks that were not quite right.
28636 Remove old code using SHELL since Bash no longer
28637 uses this.
28638 (glob, prefix_array): Separate MS code better.
28639 (glob_in_dir): Remove old Amiga and VMS code.
28640 (globfree, __glob_pattern_type, __glob_pattern_p): Move to
28641 separate files.
28642 (glob_in_dir): Do not rely on undefined behavior in accessing
28643 struct members beyond their bounds. Use a flexible array member
28644 instead
28645 (link_stat): Rename from link_exists2_p and return -1/0 instead of
28646 0/1. Caller changed.
28647 (glob): Fix memory leaks.
28648 * posix/glob64 (globfree64): Move to separate file.
28649 * sysdeps/gnu/glob64.c (NO_GLOB_PATTERN_P): Remove define.
28650 (globfree64): Remove hidden alias.
28651 * sysdeps/unix/sysv/linux/Makefile (sysdeps_routines): Add
28652 oldglob.
28653 * sysdeps/unix/sysv/linux/alpha/glob.c (__new_globfree): Move to
28654 separate file.
28655 * sysdeps/unix/sysv/linux/i386/glob64.c (NO_GLOB_PATTERN_P): Remove
28656 define.
28657 Move compat code to separate file.
28658 * sysdeps/wordsize-64/glob.c (globfree): Move definitions to
28659 separate file.
28660
28661 2017-09-07 H.J. Lu <hongjiu.lu@intel.com>
28662
28663 * resolv/tst-resolv-qtypes.c (domain): Changed to
28664 "const char domain[] =".
28665
28666 2017-09-07 Joseph Myers <joseph@codesourcery.com>
28667
28668 * scripts/build-many-glibcs.py (Context.checkout): Default MPFR
28669 version to 3.1.6.
28670
28671 * sysdeps/gnu/netinet/tcp.h (TCP_ULP): New macro.
28672 (TCP_MD5SIG_EXT): Likewise.
28673 (TCP_MD5SIG_FLAG_PREFIX): Likewise.
28674 (struct tcp_md5sig): Replace __tcpm_pad1 by tcpm_flags and
28675 tcpm_prefixlen. Rename __tcpm_pad2 to __tcpm_pad.
28676
28677 * sysdeps/unix/sysv/linux/bits/socket.h (SOL_TLS): New macro.
28678
28679 2017-09-07 Mike FABIAN <mfabian@redhat.com>
28680
28681 * localedata/locales/om_ET (LC_TIME): use ASCII for better readability.
28682
28683 2017-09-07 Akhilesh Kumar <akhilesh.k@samsung.com>
28684
28685 [BZ #22100]
28686 * localedata/locales/om_KE (LC_TIME): copy "om_ET".
28687
28688 2017-09-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
28689
28690 * hurd/get-host.c (_hurd_get_host_config): Also check that more == 0
28691 before assuming that the file is empty. Avoid testing buffer content
28692 when nread == 0.
28693
28694 2017-09-06 Adhemerval Zanella <adhemerval.zanella@linaro.org>
28695
28696 [BZ #18858]
28697 * sysdeps/i386/i686/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy):
28698 Remove define.
28699 * sysdeps/x86_64/multiarch/stpcpy.c (_HAVE_STRING_ARCH_stpcpy):
28700 Likewise.
28701 * sysdeps/x86_64/multiarch/strcspn.c (_HAVE_STRING_ARCH_strcspn):
28702 Likewise.
28703 * sysdeps/x86_64/multiarch/strncat.c (_HAVE_STRING_ARCH_strncat):
28704 Likewise.
28705 * sysdeps/x86_64/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy):
28706 Likewise.
28707 * sysdeps/x86_64/multiarch/strpbrk.c (_HAVE_STRING_ARCH_strpbrk):
28708 Likewise.
28709 * sysdeps/x86_64/multiarch/strspn.c (_HAVE_STRING_ARCH_strspn):
28710 Likewise.
28711
28712 2017-09-06 Florian Weimer <fweimer@redhat.com>
28713
28714 * malloc/dynarray_emplace_enlarge.c
28715 (__libc_dynarray_emplace_enlarge): Add missing else.
28716
28717 2017-09-06 Florian Weimer <fweimer@redhat.com>
28718
28719 [BZ #22096]
28720 * resolv/resolv_conf.c (__resolv_conf_attach): Do not free conf in
28721 case of failure to obtain the global conf object.
28722
28723 2017-09-06 Florian Weimer <fweimer@redhat.com>
28724
28725 [BZ #22095]
28726 * resolv/res_init.c (res_vinit_1): Avoid memory leak in case of
28727 dynarray allocation failure.
28728
28729 2017-09-06 Florian Weimer <fweimer@redhat.com>
28730
28731 Remove dead PTR IPv4-to-IPv6 mapping code from nss_dns.
28732 * resolv/nss_dns/dns-host.c (getanswer_r): Remove dead code.
28733 * resolv/tst-res_use_inet6.c (response_ptr_v4, response_ptr_v6):
28734 New functions.
28735 (response): Call them. Add 'p', '6' flag processing.
28736 (test_reverse): New function.
28737 (test_get2_any): Call it.
28738 (test_no_inet6): Add 'p' test.
28739 (test_inet6): Likewise.
28740
28741 2017-09-06 Florian Weimer <fweimer@redhat.com>
28742
28743 Enhance tst-res_use_inet6 to test IPv4-to-IPv6 address mapping.
28744 * resolv/tst-res_use_inet6.c (response): Process flags embedded in
28745 the QNAME.
28746 (test_gai): Adjust query names. Add additional tests.
28747 (test_get2_any, test_get2_no_inet6, test_get2_inet6): Split from
28748 test_get2. Adjust query names. Add additional tests.
28749 (test_no_inet6): New function, extracted from threadfunc.
28750 (threadfunc): Call test_get2_any, test_get2_inet6, test_no_inet6.
28751 Add additional tests.
28752
28753 2017-09-06 Mike FABIAN <mfabian@redhat.com>
28754
28755 [BZ #22070]
28756 * localedata/unicode-gen/utf8_gen.py: Set the width for
28757 characters with Prepended_Concatenation_Mark property to 1
28758 * localedata/charmaps/UTF-8: Updated using the improved script.
28759
28760 2017-09-06 Mike FABIAN <mfabian@redhat.com>
28761
28762 [BZ #21750]
28763 * localedata/unicode-gen/utf8_gen.py: Improve the script to
28764 use the range notation for all ranges of neighbouring characters
28765 with the same width.
28766
28767 2017-09-05 Joseph Myers <joseph@codesourcery.com>
28768
28769 * sysdeps/generic/math-type-macros-double.h: Include
28770 <math-svid-compat.h>.
28771 (__USE_WRAPPER_TEMPLATE): Define to !LIBM_SVID_COMPAT.
28772 * sysdeps/generic/math-type-macros-float.h: Include
28773 <math-svid-compat.h>.
28774 (__USE_WRAPPER_TEMPLATE): Define to !LIBM_SVID_COMPAT.
28775 * sysdeps/generic/math-type-macros-ldouble.h: Include
28776 <math-svid-compat.h>.
28777 (__USE_WRAPPER_TEMPLATE): Define to !LIBM_SVID_COMPAT.
28778 * math/lgamma-compat.h (BUILD_LGAMMA): Include LIBM_SVID_COMPAT
28779 condition.
28780 * math/w_acos_compat.c: Condition contents on [LIBM_SVID_COMPAT].
28781 * math/w_acosf_compat.c: Likewise.
28782 * math/w_acosh_compat.c: Likewise.
28783 * math/w_acoshf_compat.c: Likewise.
28784 * math/w_acoshl_compat.c: Likewise.
28785 * math/w_acosl_compat.c: Likewise.
28786 * math/w_asin_compat.c: Likewise.
28787 * math/w_asinf_compat.c: Likewise.
28788 * math/w_asinl_compat.c: Likewise.
28789 * math/w_atan2_compat.c: Likewise.
28790 * math/w_atan2f_compat.c: Likewise.
28791 * math/w_atan2l_compat.c: Likewise.
28792 * math/w_atanh_compat.c: Likewise.
28793 * math/w_atanhf_compat.c: Likewise.
28794 * math/w_atanhl_compat.c: Likewise.
28795 * math/w_cosh_compat.c: Likewise.
28796 * math/w_coshf_compat.c: Likewise.
28797 * math/w_coshl_compat.c: Likewise.
28798 * math/w_exp10_compat.c: Likewise.
28799 * math/w_exp10f_compat.c: Likewise.
28800 * math/w_exp10l_compat.c: Likewise.
28801 * math/w_exp2_compat.c: Likewise.
28802 * math/w_exp2f_compat.c: Likewise.
28803 * math/w_exp2l_compat.c: Likewise.
28804 * math/w_fmod_compat.c: Likewise.
28805 * math/w_fmodf_compat.c: Likewise.
28806 * math/w_fmodl_compat.c: Likewise.
28807 * math/w_hypot_compat.c: Likewise.
28808 * math/w_hypotf_compat.c: Likewise.
28809 * math/w_hypotl_compat.c: Likewise.
28810 * math/w_j0_compat.c: Likewise.
28811 * math/w_j0f_compat.c: Likewise.
28812 * math/w_j0l_compat.c: Likewise.
28813 * math/w_j1_compat.c: Likewise.
28814 * math/w_j1f_compat.c: Likewise.
28815 * math/w_j1l_compat.c: Likewise.
28816 * math/w_jn_compat.c: Likewise.
28817 * math/w_jnf_compat.c: Likewise.
28818 * math/w_jnl_compat.c: Likewise.
28819 * math/w_lgamma_r_compat.c: Likewise.
28820 * math/w_lgammaf_r_compat.c: Likewise.
28821 * math/w_lgammal_r_compat.c: Likewise.
28822 * math/w_log10_compat.c: Likewise.
28823 * math/w_log10f_compat.c: Likewise.
28824 * math/w_log10l_compat.c: Likewise.
28825 * math/w_log2_compat.c: Likewise.
28826 * math/w_log2f_compat.c: Likewise.
28827 * math/w_log2l_compat.c: Likewise.
28828 * math/w_log_compat.c: Likewise.
28829 * math/w_logf_compat.c: Likewise.
28830 * math/w_logl_compat.c: Likewise.
28831 * math/w_pow_compat.c: Likewise.
28832 * math/w_powf_compat.c: Likewise.
28833 * math/w_powl_compat.c: Likewise.
28834 * math/w_remainder_compat.c: Likewise.
28835 * math/w_remainderf_compat.c: Likewise.
28836 * math/w_remainderl_compat.c: Likewise.
28837 * math/w_sinh_compat.c: Likewise.
28838 * math/w_sinhf_compat.c: Likewise.
28839 * math/w_sinhl_compat.c: Likewise.
28840 * math/w_sqrt_compat.c: Likewise.
28841 * math/w_sqrtf_compat.c: Likewise.
28842 * math/w_sqrtl_compat.c: Likewise.
28843 * math/w_tgamma_compat.c: Likewise.
28844 * math/w_tgammaf_compat.c: Likewise.
28845 * math/w_tgammal_compat.c: Likewise.
28846 * math/w_scalb_compat.c (sysv_scalb): Condition definition on
28847 [LIBM_SVID_COMPAT].
28848 (__scalb): Condition call to sysv_scalb on [LIBM_SVID_COMPAT].
28849 * math/w_scalbf_compat.c (sysv_scalbf): Condition definition on
28850 [LIBM_SVID_COMPAT].
28851 (__scalbf): Condition call to sysv_scalbf on [LIBM_SVID_COMPAT].
28852 * math/w_scalbl_compat.c (sysv_scalbl): Condition definition on
28853 [LIBM_SVID_COMPAT].
28854 (__scalbl): Condition call to sysv_scalbl on [LIBM_SVID_COMPAT].
28855 * sysdeps/i386/fpu/w_sqrt.c: New file.
28856 * sysdeps/ia64/fpu/w_acos.c: Likewise.
28857 * sysdeps/ia64/fpu/w_acosf.c: Likewise.
28858 * sysdeps/ia64/fpu/w_acosh.c: Likewise.
28859 * sysdeps/ia64/fpu/w_acoshf.c: Likewise.
28860 * sysdeps/ia64/fpu/w_acoshl.c: Likewise.
28861 * sysdeps/ia64/fpu/w_acosl.c: Likewise.
28862 * sysdeps/ia64/fpu/w_asin.c: Likewise.
28863 * sysdeps/ia64/fpu/w_asinf.c: Likewise.
28864 * sysdeps/ia64/fpu/w_asinl.c: Likewise.
28865 * sysdeps/ia64/fpu/w_atan2.c: Likewise.
28866 * sysdeps/ia64/fpu/w_atan2f.c: Likewise.
28867 * sysdeps/ia64/fpu/w_atan2l.c: Likewise.
28868 * sysdeps/ia64/fpu/w_atanh.c: Likewise.
28869 * sysdeps/ia64/fpu/w_atanhf.c: Likewise.
28870 * sysdeps/ia64/fpu/w_atanhl.c: Likewise.
28871 * sysdeps/ia64/fpu/w_cosh.c: Likewise.
28872 * sysdeps/ia64/fpu/w_coshf.c: Likewise.
28873 * sysdeps/ia64/fpu/w_coshl.c: Likewise.
28874 * sysdeps/ia64/fpu/w_exp.c: Likewise.
28875 * sysdeps/ia64/fpu/w_exp10.c: Likewise.
28876 * sysdeps/ia64/fpu/w_exp10f.c: Likewise.
28877 * sysdeps/ia64/fpu/w_exp10l.c: Likewise.
28878 * sysdeps/ia64/fpu/w_exp2.c: Likewise.
28879 * sysdeps/ia64/fpu/w_exp2f.c: Likewise.
28880 * sysdeps/ia64/fpu/w_exp2l.c: Likewise.
28881 * sysdeps/ia64/fpu/w_expf.c: Likewise.
28882 * sysdeps/ia64/fpu/w_expl.c: Likewise.
28883 * sysdeps/ia64/fpu/w_fmod.c: Likewise.
28884 * sysdeps/ia64/fpu/w_fmodf.c: Likewise.
28885 * sysdeps/ia64/fpu/w_fmodl.c: Likewise.
28886 * sysdeps/ia64/fpu/w_hypot.c: Likewise.
28887 * sysdeps/ia64/fpu/w_hypotf.c: Likewise.
28888 * sysdeps/ia64/fpu/w_hypotl.c: Likewise.
28889 * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
28890 * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
28891 * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
28892 * sysdeps/ia64/fpu/w_log.c: Likewise.
28893 * sysdeps/ia64/fpu/w_log10.c: Likewise.
28894 * sysdeps/ia64/fpu/w_log10f.c: Likewise.
28895 * sysdeps/ia64/fpu/w_log10l.c: Likewise.
28896 * sysdeps/ia64/fpu/w_log2.c: Likewise.
28897 * sysdeps/ia64/fpu/w_log2f.c: Likewise.
28898 * sysdeps/ia64/fpu/w_log2l.c: Likewise.
28899 * sysdeps/ia64/fpu/w_logf.c: Likewise.
28900 * sysdeps/ia64/fpu/w_logl.c: Likewise.
28901 * sysdeps/ia64/fpu/w_pow.c: Likewise.
28902 * sysdeps/ia64/fpu/w_powf.c: Likewise.
28903 * sysdeps/ia64/fpu/w_powl.c: Likewise.
28904 * sysdeps/ia64/fpu/w_remainder.c: Likewise.
28905 * sysdeps/ia64/fpu/w_remainderf.c: Likewise.
28906 * sysdeps/ia64/fpu/w_remainderl.c: Likewise.
28907 * sysdeps/ia64/fpu/w_sinh.c: Likewise.
28908 * sysdeps/ia64/fpu/w_sinhf.c: Likewise.
28909 * sysdeps/ia64/fpu/w_sinhl.c: Likewise.
28910 * sysdeps/ia64/fpu/w_sqrt.c: Likewise.
28911 * sysdeps/ia64/fpu/w_sqrtf.c: Likewise.
28912 * sysdeps/ia64/fpu/w_sqrtl.c: Likewise.
28913 * sysdeps/ia64/fpu/w_tgamma.c: Likewise.
28914 * sysdeps/ia64/fpu/w_tgammaf.c: Likewise.
28915 * sysdeps/ia64/fpu/w_tgammal.c: Likewise.
28916 * sysdeps/ieee754/dbl-64/w_exp_compat.c: Condition contents on
28917 [LIBM_SVID_COMPAT].
28918 * sysdeps/ieee754/flt-32/w_expf_compat.c: Likewise.
28919 * sysdeps/ieee754/k_standard.c: Likewise.
28920 * sysdeps/ieee754/k_standardf.c: Likewise.
28921 * sysdeps/ieee754/k_standardl.c: Likewise.
28922 * sysdeps/ieee754/ldbl-128/w_expl_compat.c: Likewise.
28923 * sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Likewise.
28924 * sysdeps/ieee754/ldbl-96/w_expl_compat.c: Likewise.
28925 * sysdeps/ieee754/ldbl-64-128/w_expl_compat.c: Condition
28926 long_double_symbol call on [LIBM_SVID_COMPAT].
28927 * sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c: Likewise.
28928 * sysdeps/ieee754/ldbl-opt/w_acosl_compat.c: Likewise.
28929 * sysdeps/ieee754/ldbl-opt/w_asinl_compat.c: Likewise.
28930 * sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c: Likewise.
28931 * sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c: Likewise.
28932 * sysdeps/ieee754/ldbl-opt/w_coshl_compat.c: Likewise.
28933 * sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c: Likewise.
28934 * sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c: Likewise.
28935 * sysdeps/ieee754/ldbl-opt/w_j0l_compat.c: Likewise.
28936 * sysdeps/ieee754/ldbl-opt/w_j1l_compat.c: Likewise.
28937 * sysdeps/ieee754/ldbl-opt/w_jnl_compat.c: Likewise.
28938 * sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c: Likewise.
28939 * sysdeps/ieee754/ldbl-opt/w_log10l_compat.c: Likewise.
28940 * sysdeps/ieee754/ldbl-opt/w_log2l_compat.c: Likewise.
28941 * sysdeps/ieee754/ldbl-opt/w_logl_compat.c: Likewise.
28942 * sysdeps/ieee754/ldbl-opt/w_powl_compat.c: Likewise.
28943 * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c: Likewise.
28944 * sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c: Likewise.
28945 * sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c: Likewise.
28946 * sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c: Likewise.
28947 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c: Condition
28948 long_double_symbol and compat_symbol calls on [LIBM_SVID_COMPAT].
28949
28950 2017-09-05 Steve Ellcey <sellcey@cavium.com>
28951
28952 * include/shlib-compat.h (TEST_COMPAT): New Macro.
28953 * malloc/tst-mallocstate.c: Convert from test-skeleton
28954 to test-driver. Ifdef code using TEST_COMPAT macro.
28955 * math/test-matherr-2.c: Ifdef test using TEST_COMPAT macro.
28956 * math/test-matherr.c: Likewise.
28957
28958 2017-09-05 Joseph Myers <joseph@codesourcery.com>
28959
28960 [BZ #22086]
28961 * debug/pcprofiledump.c (main): Use byte-swapped mask when
28962 comparing word with byte-swapped constant.
28963
28964 2017-09-05 Chris Leonard <cjlhomeaddress@gmail.com>
28965
28966 [BZ #20498]
28967 * locale/iso-639.def: add Miskito.
28968 * localedata/SUPPORTED: Add miq_NI/UTF-8.
28969 * localedata/locales/miq_NI: New file.
28970
28971 2017-09-04 H.J. Lu <hongjiu.lu@intel.com>
28972
28973 [BZ #18822]
28974 * include/sys/stat.h (__chmod): Add libc_hidden_proto.
28975 (__mkdir): Likewise.
28976 * io/chmod.c (__chmod): Add libc_hidden_def.
28977 * io/mkdir.c (__mkdir): Likewise.
28978 * sysdeps/mach/hurd/chmod.c (__chmod): Likewise.
28979 * sysdeps/mach/hurd/mkdir.c (__mkdir): Likewise.
28980 * sysdeps/unix/sysv/linux/generic/chmod.c (__chmod): Likewise.
28981 * sysdeps/unix/sysv/linux/generic/mkdir.c (__mkdir): Likewise.
28982
28983 2017-09-04 Joseph Myers <joseph@codesourcery.com>
28984
28985 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
28986 version to 4.13.
28987
28988 [BZ #22082]
28989 * math/bits/math-finite.h (exp10): Redirect if [__GLIBC_USE
28990 (IEC_60559_FUNCS_EXT)], not [__USE_GNU].
28991
28992 2017-09-04 Florian Weimer <fweimer@redhat.com>
28993
28994 * math/math.h: Issue warning if log is defined.
28995
28996 2017-09-04 Joseph Myers <joseph@codesourcery.com>
28997
28998 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
28999 kernel version to 4.13.
29000
29001 2017-09-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
29002
29003 * sysdeps/generic/sigsetops.h: Remove spurious #endif.
29004 (__sigismember, __sigaddset, __sigdelset): Fix referencing set
29005 parameter.
29006 * sysdeps/mach/hurd/bits/socket.h: Include <sys/types.h> instead of
29007 just <bits/types.h>.
29008 * sysdeps/posix/preadv2.c: Use off_t instead of OFF_T.
29009 * sysdeps/posix/preadv64v2.c: Use off64_t instead of OFF_T.
29010 * sysdeps/posix/pwritev2.c: Use off_t instead of OFF_T.
29011 * sysdeps/posix/pwritev64v2.c: Use off64_t instead of OFF_T.
29012 * misc/preadv2.c: Include <errno.h>.
29013 * misc/preadv64v2.c: Include <errno.h>.
29014 * misc/pwritev2.c: Include <errno.h>.
29015 * misc/pwritev64v2.c: Include <errno.h>.
29016 * sysdeps/posix/preadv2.c: Include <errno.h>.
29017 * sysdeps/posix/preadv64v2.c: Include <errno.h>.
29018 Fix <unistd.h> inclusion.
29019 * sysdeps/posix/pwritev2.c: Include <errno.h>.
29020 * sysdeps/posix/pwritev64v2.c: Include <errno.h>.
29021 * sysdeps/mach/hurd/dl-sysdep.c (__access_noerrno, __sbrk,
29022 __strtoul_internal): New functions.
29023 * sysdeps/posix/pause.c: Include <sigsetops.h>.
29024 * sysdeps/posix/system.c: Include <sigsetops.h>.
29025 * sysdeps/mach/hurd/i386/Makefile
29026 [$(subdir) = csu] (sysdep_routines): New rule: divdi3 object.
29027 [$(subdir) = csu] (sysdep-only-routines): Likewise.
29028 [$(subdir) = csu] (CFLAGS-divdi3.c): Likewise.
29029 * sysdeps/x86/fpu/include/bits/fenv.h [NO_HIDDEN]: Redirect
29030 __feraiseexcept_renamed to feraiseexcept instead of
29031 __GI_feraiseexcept.
29032 * sysdeps/mach/hurd/i386/Implies: Add mach/hurd/x86.
29033 * sysdeps/mach/hurd/x86/dl-sysdep.c: New file.
29034 * misc/tst-preadvwritev2-common.c (RWF_HIPRI, RWF_DSYNC, RWF_SYNC,
29035 RWF_NOWAIT): Define to 0 if undefined already.
29036 (do_test_with_invalid_flags): Set invalid_flag to 2 if RWF_SUPPORTED
29037 boils down to 0.
29038 * resolv/tst-resolv-res_init-skeleton.c (run_res_init)
29039 [!CLONE_NEWUTS]: Fail as unsupported if hostname is not NULL.
29040
29041 2017-09-01 Joseph Myers <joseph@codesourcery.com>
29042
29043 * manual/math.texi (pow10): Do not document.
29044 (pow10f): Likewise.
29045 (pow10l): Likewise.
29046 * math/bits/mathcalls.h [__USE_GNU] (pow10): Do not declare.
29047 * math/bits/math-finite.h [__USE_GNU] (pow10): Likewise.
29048 * math/libm-test-exp10.inc (pow10_test): Remove.
29049 (do_test): Do not call pow10.
29050 * math/w_exp10_compat.c (pow10): Make into compat symbol.
29051 [NO_LONG_DOUBLE] (pow10l): Likewise.
29052 * math/w_exp10f_compat.c (pow10f): Likewise.
29053 * math/w_exp10l_compat.c (pow10l): Likewise.
29054 * sysdeps/ia64/fpu/e_exp10.S: Include <shlib-compat.h>.
29055 (pow10): Make into compat symbol.
29056 * sysdeps/ia64/fpu/e_exp10f.S: Include <shlib-compat.h>.
29057 (pow10f): Make into compat symbol.
29058 * sysdeps/ia64/fpu/e_exp10l.S: Include <shlib-compat.h>.
29059 (pow10l): Make into compat symbol.
29060 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Remove
29061 pow10.
29062 (CFLAGS-nldbl-pow10.c): Remove variable..
29063 * sysdeps/ieee754/ldbl-opt/nldbl-pow10.c: Remove file.
29064 * sysdeps/ieee754/ldbl-opt/w_exp10_compat.c (pow10l): Condition on
29065 [SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_27)].
29066 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c (compat_symbol):
29067 Undefine and redefine.
29068 (pow10l): Make into compat symbol.
29069 * sysdeps/aarch64/libm-test-ulps: Remove pow10 ulps.
29070 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
29071 * sysdeps/arm/libm-test-ulps: Likewise.
29072 * sysdeps/hppa/fpu/libm-test-ulps: Likewise.
29073 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
29074 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
29075 * sysdeps/microblaze/libm-test-ulps: Likewise.
29076 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
29077 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
29078 * sysdeps/nios2/libm-test-ulps: Likewise.
29079 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
29080 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
29081 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
29082 * sysdeps/sh/libm-test-ulps: Likewise.
29083 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
29084 * sysdeps/tile/libm-test-ulps: Likewise.
29085 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29086
29087 2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>
29088
29089 * stdlib/tst-atexit-common.c (crumbs): Ensure correct size.
29090
29091 2017-09-01 H.J. Lu <hongjiu.lu@intel.com>
29092
29093 * posix/tst-regex.c (do_test): Replace "../ChangeLog.8" with
29094 "../ChangeLog.old/ChangeLog.8".
29095 * posix/tst-regex2.c (do_test): Replace "../ChangeLog.14" with
29096 "../ChangeLog.old/ChangeLog.14".
29097
29098 2017-09-01 H.J. Lu <hongjiu.lu@intel.com>
29099
29100 * manual/contrib.texi: Credit Ulrich Drepper for the POSIX
29101 Threads Library.
29102
29103 2017-09-01 Joseph Myers <joseph@codesourcery.com>
29104
29105 * sysdeps/unix/sysv/linux/gentempfd.c: Include <string.h>.
29106
29107 2017-09-01 H.J. Lu <hongjiu.lu@intel.com>
29108
29109 * csu/version.c (banner): Remove "by Roland McGrath et al.".
29110 * nptl/Banner: Remove "by Ulrich Drepper et al.".
29111
29112 2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>
29113
29114 * stdlib/tst-atexit-common.c (do_test): Test support for at least
29115 32 atexit handlers.
29116
29117 2017-09-01 Zack Weinberg <zackw@panix.com>
29118
29119 * math/math.h (HUGE_VAL): Improve commentary.
29120
29121 2017-09-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
29122 Andreas Schwab <schwab@suse.de>
29123
29124 [BZ #21530]
29125 * include/stdio.h (__gen_tempfd): New function.
29126 * stdio-common/Makefile (routines): Add gentempfd.
29127 * stdio-common/gentempfd.c: New file.
29128 * sysdeps/unix/sysv/linux/gentempfd.c: Likewise.
29129 * stdio-common/tmpfile.c (tmpfile): First try to use a system specific
29130 unnamed file first.
29131
29132 2017-09-01 Florian Weimer <fweimer@redhat.com>
29133
29134 [BZ #21915]
29135 [BZ #21922]
29136 * sysdeps/posix/getaddrinfo.c (gethosts): Look at NSS function
29137 result to determine success or failure, not the errno value.
29138 * nss/Makefile (tests): Add tst-nss-files-hosts-erange.
29139 (tst-nss-files-hosts-erange): Link with -ldl.
29140 * nss/tst-nss-files-hosts-erange.c: New file.
29141 * nss/tst-resolv-basic.c (response): Handle nodata.example.
29142 (do_test): Add NO_DATA tests.
29143 * resolv/tst-resolv-basic.c (test_nodata_nxdomain): New function.
29144 (do_test): Call it.
29145
29146 2017-09-01 Florian Weimer <fweimer@redhat.com>
29147
29148 [BZ #21922]
29149 * sysdeps/posix/getaddrinfo.c (gaih_inet): Report EAI_NODATA error
29150 coming from gethostbyname2_r.
29151
29152 2017-09-01 Florian Weimer <fweimer@redhat.com>
29153
29154 * support/namespace.h (struct support_chroot_configuration): Add
29155 hosts, host_conf.
29156 (struct support_chroot): Add path_hosts, path_host_conf.
29157 * support/support_chroot.c (write_file): New function.
29158 (support_chroot_create): Call it to process /etc/resolv.conf,
29159 /etc/hosts, /etc/host.conf.
29160 (support_chroot_free): Update.
29161
29162 2017-09-01 Florian Weimer <fweimer@redhat.com>
29163
29164 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use h_errno if
29165 status indicates it is set.
29166
29167 2017-09-01 Florian Weimer <fweimer@redhat.com>
29168
29169 [BZ #20532]
29170 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make reporting of NSS
29171 function lookup failures more reliable.
29172
29173 2017-09-01 Florian Weimer <fweimer@redhat.com>
29174
29175 * sysdeps/posix/getaddrinfo.c (gethosts): Use h_errno directly.
29176 (getcanonname): Likewise.
29177 (gaih_inet): Likewise.
29178
29179 2017-09-01 Florian Weimer <fweimer@redhat.com>
29180
29181 * sysdeps/posix/getaddrinfo.c (gethosts): Use errno directly.
29182 (getcanonname): Likewise.
29183 (gaih_inet): Likewise.
29184
29185 2017-08-31 Steve Ellcey <sellcey@cavium.com>
29186 Richard Henderson <rth@twiddle.net>
29187
29188 * sysdeps/aarch64/fpu/s_llrint.c (OREG_SIZE): New macro.
29189 * sysdeps/aarch64/fpu/s_llround.c (OREG_SIZE): Likewise.
29190 * sysdeps/aarch64/fpu/s_llrintf.c (OREGS, IREGS): Remove.
29191 (IREG_SIZE, OREG_SIZE): New macros.
29192 * sysdeps/aarch64/fpu/s_llroundf.c: (OREGS, IREGS): Remove.
29193 (IREG_SIZE, OREG_SIZE): New macros.
29194 * sysdeps/aarch64/fpu/s_lrintf.c (IREGS): Remove.
29195 (IREG_SIZE): New macro.
29196 * sysdeps/aarch64/fpu/s_lroundf.c (IREGS): Remove.
29197 (IREG_SIZE): New macro.
29198 * sysdeps/aarch64/fpu/s_lrint.c (get-rounding-mode.h, stdint.h):
29199 New includes.
29200 (IREG_SIZE, OREG_SIZE): Initialize if not already set.
29201 (OREGS, IREGS): Set based on IREG_SIZE and OREG_SIZE.
29202 (__CONCATX): Handle exceptions correctly on large values that may
29203 set FE_INVALID.
29204 * sysdeps/aarch64/fpu/s_lround.c (IREG_SIZE, OREG_SIZE):
29205 Initialize if not already set.
29206 (OREGS, IREGS): Set based on IREG_SIZE and OREG_SIZE.
29207
29208 2017-08-31 Adhemerval Zanella <adhemerval.zanella@linaro.org>
29209
29210 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): Remove macro.
29211 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h (NO_CANCELLATION):
29212 Likewise.
29213 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (NO_CANCELLATION):
29214 Likewise.
29215 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (NO_CANCELLATION):
29216 Likewise.
29217 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h (NO_CANCELLATION):
29218 Likewise.
29219 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (NO_CANCELLATION):
29220 Likewise.
29221 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (NO_CANCELLATION):
29222 Likewise.
29223 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h (NO_CANCELLATION):
29224 Likewise.
29225 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h
29226 (NO_CANCELLATION): Likewise.
29227 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h (NO_CANCELLATION):
29228 Likewise.
29229 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h (NO_CANCELLATION):
29230 Likewise.
29231 * sysdeps/unix/sysv/linux/powerpc/sysdep-cancel.h (NO_CANCELLATION):
29232 Likewise.
29233 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
29234 (NO_CANCELLATION): Likewise.
29235 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h
29236 (NO_CANCELLATION): Likewise.
29237 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (NO_CANCELLATION):
29238 Likewise
29239 * sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h (NO_CANCELLATION):
29240 Likewise.
29241 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h (NO_CANCELLATION):
29242 Likewise.
29243 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h (NO_CANCELLATION):
29244 Likewise.
29245 * sysdeps/unix/sysv/linux/not-cancel.h (__fcntl_nocancel): Add
29246 hidden prototype.
29247 * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Define only
29248 for !IS_IN (rtld) and remove NO_CANCELLATION usage.
29249
29250 2017-08-31 Steve Ellcey <sellcey@cavium.com>
29251
29252 * sysdeps/aarch64/dl-irel.h: (elf_ifunc_invoke): Change argument type
29253 in resolver call.
29254
29255 2017-08-31 Florian Weimer <fweimer@redhat.com>
29256
29257 * include/libc-symbols.h (internal_function): Remove.
29258
29259 2017-08-31 Florian Weimer <fweimer@redhat.com>
29260
29261 * stdlib/fmtmsg.c (internal_addseverity): Remove
29262 internal_function.
29263
29264 2017-08-31 Florian Weimer <fweimer@redhat.com>
29265
29266 * stdio-common/printf_fp.c (group_number): Remove
29267 internal_function.
29268 * stdio-common/vfprintf.c (buffered_vfprintf): Likewise.
29269
29270 2017-08-31 Florian Weimer <fweimer@redhat.com>
29271
29272 * posix/fnmatch.c (internal_function): Remove definition.
29273 * posix/fnmatch_loop.c (FCT, EXT, END): Remove internal_function.
29274 * posix/regcomp.c (peek_token, init_word_char)
29275 (duplicate_node_closure, fetch_token, peek_token)
29276 (peek_token_bracket, build_range_exp, build_collating_symbol):
29277 Likewise.
29278 * posix/regex_internal.c (re_string_construct_common)
29279 (create_ci_newstate, create_cd_newstate, re_string_allocate)
29280 (re_string_construct, re_string_realloc_buffers, build_wcs_buffer)
29281 (build_wcs_upper_buffer, re_string_skip_chars, build_upper_buffer)
29282 (re_string_translate_buffer, re_string_reconstruct)
29283 (re_string_peek_byte_case, re_string_fetch_byte_case)
29284 (re_string_destruct, re_string_context_at, re_node_set_alloc)
29285 (re_node_set_init_1, re_node_set_init_2, re_node_set_init_copy)
29286 (re_node_set_add_intersect, re_node_set_init_union)
29287 (re_node_set_merge, re_node_set_insert, re_node_set_insert_last)
29288 (re_node_set_compare, re_node_set_contains, re_node_set_remove_at)
29289 (re_dfa_add_node, calc_state_hash, re_acquire_state)
29290 (re_acquire_state_context): Likewise.
29291 * posix/regex_internal.h (internal_function): Remove definition.
29292 (re_string_realloc_buffers, build_wcs_buffer)
29293 (build_wcs_upper_buffer, build_upper_buffer)
29294 (re_string_translate_buffer, re_string_context_at)
29295 (re_string_char_size_at, re_string_wchar_at)
29296 (re_string_elem_size_at): Likewise.
29297 * posix/regexec.c (match_ctx_init, match_ctx_clean)
29298 (match_ctx_free, match_ctx_add_entry, search_cur_bkref_entry)
29299 (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init)
29300 (re_search_internal, re_search_2_stub, re_search_stub)
29301 (re_copy_regs, prune_impossible_nodes, check_matching)
29302 (check_halt_state_context, update_regs, push_fail_stack, set_regs)
29303 (free_fail_stack_return, sift_states_iter_mb)
29304 (sift_states_backward, build_sifted_states)
29305 (update_cur_sifted_state, add_epsilon_src_nodes, check_dst_limits)
29306 (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos)
29307 (check_subexp_limits, sift_states_bkref, merge_state_array)
29308 (find_recover_state, transit_state, merge_state_with_log)
29309 (check_subexp_matching_top, transit_state_sb, transit_state_sb)
29310 (transit_state_mb, transit_state_bkref, get_subexp)
29311 (get_subexp_sub, find_subexp_node, check_arrival)
29312 (check_arrival_add_next_nodes, check_arrival_expand_ecl)
29313 (check_arrival_expand_ecl_sub, expand_bkref_cache, build_trtable)
29314 (check_node_accept_bytes, find_collation_sequence_value)
29315 (group_nodes_into_DFAstates, check_node_accept, extend_buffers)
29316 (acquire_init_state_context, check_halt_node_context)
29317 (proceed_next_node, pop_fail_stack, clean_state_log_if_needed)
29318 (sub_epsilon_src_nodes): Likewise.
29319 * posix/spawn_int.h (__spawn_valid_fd): Likewise.
29320 * posix/spawn_valid_fd (__spawn_valid_fd): Likewise.
29321 * posix/wordexp.c (parse_dollars, parse_backtick, parse_dquote)
29322 (eval_expr, w_addmem, w_addstr, w_addword, parse_backslash)
29323 (parse_qtd_backslash, parse_tilde, do_parse_glob, parse_glob)
29324 (parse_squote, eval_expr_val, eval_expr_multdiv, parse_arith)
29325 (exec_comm_child, exec_comm, parse_comm, parse_param): Likewise.
29326 * sysdeps/posix/ttyname.c (getttyname): Likewise.
29327 * sysdeps/posix/ttyname_r.c (getttyname_r): Likewise.
29328 * sysdeps/unix/sysv/linux/preadv.c (__atomic_preadv_replacement)
29329 (PREADV): Likewise.
29330 * sysdeps/unix/sysv/linux/preadv64.c (__atomic_preadv64_replacement)
29331 (PREADV): Likewise.
29332 * sysdeps/unix/sysv/linux/pwritev.c (__atomic_pwritev_replacement)
29333 (PWRITEV): Likewise.
29334 * sysdeps/unix/sysv/linux/pwritev64.c (__atomic_pwritev64_replacement)
29335 (PWRITEV): Likewise.
29336 * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Likewise.
29337 * sysdeps/unix/sysv/linux/ttyname_r.c (getttyname_r): Likewise.
29338
29339 2017-08-31 Florian Weimer <fweimer@redhat.com>
29340
29341 * nptl/allocatestack.c (change_stack_perm, __deallocate_stack)
29342 (setxid_mark_thread, setxid_unmark_thread, setxid_signal_thread):
29343 Remove internal_function.
29344 * nptl/cancellation.c (__pthread_disable_asynccancel): Likewise.
29345 * nptl/libc_pthread_init.c (__libc_pthread_init): Likewise.
29346 * nptl/pthreadP.h (__find_in_stack_list, __free_tcb)
29347 (__deallocate_stack, __libc_pthread_init)
29348 (__pthread_mutex_cond_lock, __pthread_mutex_cond_lock_adjust)
29349 (__pthread_mutex_unlock_usercnt, __pthread_disable_asynccancel)
29350 (__libc_disable_asynccancel, __librt_disable_asynccancel):
29351 Likewise.
29352 * nptl/pthread_create.c (__find_in_stack_list, __free_tcb): Likewise.
29353 * nptl/pthread_mutex_cond_lock.c (__pthread_mutex_lock): Likewise.
29354 * nptl/pthread_mutex_lock.c (__pthread_mutex_cond_lock_adjust):
29355 Likewise.
29356 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full)
29357 (__pthread_mutex_unlock_usercnt): Likewise.
29358
29359 2017-08-31 Florian Weimer <fweimer@redhat.com>
29360
29361 * io/fts.c (fts_alloc, fts_build, fts_lfree, fts_load)
29362 (fts_maxarglen, fts_padjust, fts_palloc, fts_sort, fts_stat)
29363 (fts_safe_changedir): Remove internal_function.
29364 * io/ftw.c (internal_function): Remove definition.
29365 (ftw_dir, process_entry, ftw_startup): Remove internal_function.
29366
29367 2017-08-31 Florian Weimer <fweimer@redhat.com>
29368
29369 * inet/deadline.c (__deadline_current_time)
29370 (__deadline_from_timeval, __deadline_to_ms): Remove
29371 internal_function.
29372 * inet/getnameinfo.c (nrl_domainname): Likewise.
29373 * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
29374 * inet/inet6_option.c (add_pad): Likewise.
29375 * inet/net-internal.h (__deadline_current_time)
29376 (__deadline_from_timeval, __deadline_to_ms): Likewise.
29377 * inet/rcmd.c (__checkhost_sa, __icheckuser): Likewise.
29378 * sysdeps/mach/hurd/if_index.c (__protocol_available): Likewise.
29379 * sysdeps/unix/sysv/linux/ifaddrs.c (map_newlink): Likewise.
29380
29381 2017-08-31 Joseph Myers <joseph@codesourcery.com>
29382
29383 * math/math.h [__USE_ISOC99] (NAN): Define directly here. Do not
29384 include <bits/nan.h>.
29385 * math/Makefile (headers): Remove bits/nan.h.
29386 * bits/nan.h: Remove.
29387 * sysdeps/ieee754/bits/nan.h: Likewise.
29388 * sysdeps/mips/bits/nan.h: Likewise.
29389
29390 * math/math.h [__USE_ISOC99] (INFINITY): Define directly here. Do
29391 not include <bits/inf.h>.
29392 * math/Makefile (headers): Remove bits/inf.h.
29393 * bits/inf.h: Remove.
29394 * sysdeps/ieee754/bits/inf.h: Likewise.
29395
29396 * math/math.h: Do not include bits/huge_val.h, bits/huge_valf.h,
29397 bits/huge_vall.h or bits/huge_val_flt128.h.
29398 (HUGE_VAL): Define directly here.
29399 [__USE_ISOC99] (HUGE_VALF): Likewise.
29400 [__USE_ISOC99] (HUGE_VALL): Likewise.
29401 [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
29402 (HUGE_VAL_F128): Likewise.
29403 * math/Makefile (headers): Remove bits/huge_val.h,
29404 bits/huge_valf.h, bits/huge_vall.h and bits/huge_val_flt128.h.
29405 * bits/huge_val.h: Remove.
29406 * bits/huge_val_flt128.h: Likewise.
29407 * bits/huge_valf.h: Likewise.
29408 * bits/huge_vall.h: Likewise.
29409 * sysdeps/ia64/bits/huge_vall.h: Likewise.
29410 * sysdeps/ieee754/bits/huge_val.h: Likewise.
29411 * sysdeps/ieee754/bits/huge_valf.h: Likewise.
29412 * sysdeps/m68k/m680x0/bits/huge_vall.h: Likewise.
29413 * sysdeps/sh/bits/huge_val.h: Likewise.
29414 * sysdeps/sparc/bits/huge_vall.h: Likewise.
29415 * sysdeps/x86/bits/huge_vall.h: Likewise.
29416
29417 2017-08-31 Florian Weimer <fweimer@redhat.com>
29418
29419 * elf/dl-addr-obj.c (_dl_addr_inside_object): Remove
29420 internal_function.
29421 * elf/dl-cache.c (_dl_cache_libcmp, _dl_load_cache_lookup):
29422 Likewise.
29423 * elf/dl-debug.c (_dl_debug_initialize): Likewise.
29424 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
29425 * elf/dl-environ.c (_dl_next_ld_env_entry): Likewise.
29426 * elf/dl-execstack.c (_dl_make_stack_executable): Likewise.
29427 * elf/dl-fini.c (_dl_sort_fini): Likewise.
29428 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
29429 * elf/dl-libc.c (dlerror_run): Likewise.
29430 * elf/dl-load.c (add_name_to_object, decompose_rpath)
29431 (_dl_init_paths, _dl_map_object, _dl_rtld_di_serinfo): Likewise.
29432 * elf/dl-lookup.c (add_dependency, _dl_debug_bindings)
29433 (_dl_lookup_symbol_x, _dl_setup_hash, _dl_debug_bindings):
29434 Likewise.
29435 * elf/dl-misc.c (_dl_sysdep_read_whole_file, _dl_name_match_p)
29436 (_dl_higher_prime_number, _dl_strtoul): Likewise.
29437 * elf/dl-object.c (_dl_add_to_namespace_list, _dl_new_object): Likewise.
29438 * elf/dl-profile.c (_dl_start_profile): Likewise.
29439 * elf/dl-reloc.c (_dl_try_allocate_static_tls)
29440 (_dl_allocate_static_tls, _dl_protect_relro, _dl_reloc_bad_type):
29441 Likewise.
29442 * elf/dl-support.c (_dl_aux_init, _dl_non_dynamic_init): Likewise.
29443 * elf/dl-sym.c (_dl_tls_symaddr, do_sym): Likewise.
29444 * elf/dl-sysdep.c (_dl_sysdep_start_cleanup, _dl_show_auxv): Likewise.
29445 * elf/dl-tls.c (_dl_next_tls_modid, _dl_count_modids)
29446 (_dl_determine_tlsoffset, allocate_dtv, _dl_get_tls_static_info)
29447 (_dl_allocate_tls_storage): Likewise.
29448 * elf/dl-version.c (match_symbol, _dl_check_map_versions)
29449 (_dl_check_all_versions): Likewise.
29450 * elf/dynamic-link.h (_dl_try_allocate_static_tls): Likewise.
29451 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Likewise.
29452 * elf/tst-_dl_addr_inside_object.c (_dl_addr_inside_object): Likewise.
29453 * sysdeps/aarch64/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic): Likewise.
29454 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Likewise.
29455 * sysdeps/arm/dl-lookupcfg.h (_dl_unmap): Likewise.
29456 * sysdeps/arm/dl-machine.h (elf_machine_load_address): Remove
29457 internal_function from __dl_start.
29458 * sysdeps/arm/dl-tlsdesc.h (_dl_unmap): Remove internal_function.
29459 * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Likewise.
29460 * sysdeps/generic/ldsodefs.h (_dl_name_match_p)
29461 (_dl_higher_prime_number, _dl_strtoul, _dl_map_object)
29462 (_dl_map_object_deps, _dl_setup_hash, _dl_rtld_di_serinfo)
29463 (_dl_lookup_symbol_x, _dl_add_to_namespace_list, _dl_new_object)
29464 (_dl_protect_relro, _dl_reloc_bad_type, _dl_check_all_versions)
29465 (_dl_check_map_versions, _dl_sort_fini, _dl_debug_initialize)
29466 (_dl_init_paths, _dl_start_profile, _dl_show_auxv)
29467 (_dl_next_ld_env_entry, _dl_important_hwcaps)
29468 (_dl_load_cache_lookup, _dl_sysdep_read_whole_file)
29469 (_dl_sysdep_start_cleanup, _dl_next_tls_modid, _dl_count_modids)
29470 (_dl_determine_tlsoffset, _dl_get_tls_static_info)
29471 (_dl_allocate_static_tls, _dl_allocate_tls_storage)
29472 (_dl_addr_inside_object, _dl_non_dynamic_init, _dl_aux_init):
29473 Likewise.
29474 (struct rtld_global_ro): Remove internal_function from the
29475 _dl_lookup_symbol_x member.
29476 (_dl_symbol_value): Remove. No longer defined anywhere.
29477 * sysdeps/i386/dl-lookupcfg.h (_dl_unmap): Remove
29478 internal_function.
29479 * sysdeps/i386/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic): Likewise.
29480 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
29481 * sysdeps/mach/hurd/dl-sysdep.c (_dl_show_auxv): Likewise.
29482 * sysdeps/nios2/dl-init.c (_dl_nios2_get_gp_value): Likewise.
29483 * sysdeps/tile/dl-lookupcfg.h (_dl_unmap): Likewise.
29484 * sysdeps/tile/dl-machine.h (_dl_after_load): Likewise.
29485 * sysdeps/tile/dl-runtime.c (_dl_after_load, _dl_unmap): Likewise.
29486 * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Likewise.
29487 * sysdeps/unix/sysv/linux/dl-vdso.h (_dl_vdso_vsym): Likewise.
29488 * sysdeps/x86_64/dl-lookupcfg.h (_dl_unmap): Likewise.
29489 * sysdeps/x86_64/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic): Likewise.
29490 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
29491
29492 2017-08-31 Florian Weimer <fweimer@redhat.com>
29493
29494 * gmon/gmon.c (write_hist, write_call_graph, write_bb_counts):
29495 Remove internal_function.
29496 * sysdeps/arm/machine-gmon.h (mcount_internal, _MCOUNT_DECL):
29497 Likewise.
29498 * sysdeps/sparc/machine-gmon.h (mcount_internal, _MCOUNT_DECL):
29499 Likewise.
29500
29501 2017-08-31 Florian Weimer <fweimer@redhat.com>
29502
29503 * dlfcn/dlerror.c (_dlerror_run): Remove internal_function.
29504 * elf/dl-sym.c (_dl_vsym, _dl_sym): Likewise.
29505 * include/dlfcn.h (_dl_sym, _dl_vsym, _dlerror_run): Likewise.
29506
29507 2017-08-31 Florian Weimer <fweimer@redhat.com>
29508
29509 * resolv/gai_misc.c (__gai_find_request, __gai_remove_request)
29510 (__gai_enqueue_request): Remove internal_function.
29511 * resolv/gai_misc.h (__gai_enqueue_request, __gai_find_request)
29512 (__gai_remove_request, __gai_notify, __gai_notify_only)
29513 (__gai_sigqueue): Likewise.
29514 * resolv/gai_notify.c (__gai_notify_only, __gai_notify): Likewise.
29515 * resolv/gai_sigqueue.c (__gai_sigqueue): Likewise.
29516 * resolv/inet_ntop.c (inet_ntop4, inet_ntop6): Likewise.
29517 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29518 Likewise.
29519
29520 2017-08-31 Florian Weimer <fweimer@redhat.com>
29521
29522 * dirent/scandir-tail.c (SCANDIR_TAIL): Remove internal_function.
29523 * include/dirent.h (__opendirat, __getdents, __getdents64)
29524 (__alloc_dir, __scandir_tail, __scandir64_tail): Likewise.
29525 * sysdeps/posix/opendir.c (__opendirat, __alloc_dir): Likewise.
29526 * sysdeps/mach/hurd/opendir.c (__opendirat): Likewise.
29527 * sysdeps/unix/sysv/linux/i386/olddirent.h (__old_getdents64):
29528 Likewise.
29529 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Likewise.
29530
29531 2017-08-31 Florian Weimer <fweimer@redhat.com>
29532
29533 * sysdeps/unix/sysv/linux/getcwd.c (generic_getcwd): Remove
29534 internal_function.
29535 (GETCWD_RETURN_TYPE): Likewise.
29536
29537 2017-08-31 Florian Weimer <fweimer@redhat.com>
29538
29539 * include/time.h (__tz_compute, __strptime_internal): Remove
29540 internal_function.
29541 * time/strptime_l.c (__strptime_internal): Likewise.
29542 * time/tzset.c (compute_change, update_vars, __tz_compute): Likewise.
29543
29544 2017-08-31 Florian Weimer <fweimer@redhat.com>
29545
29546 * iconv/gconv.c (__gconv): Remove internal_function.
29547 * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Likewise.
29548 * iconv/gconv_cache.c (__gconv_load_cache, find_module_idx)
29549 (find_module, __gconv_compare_alias_cache, __gconv_lookup_cache)
29550 (__gconv_release_cache): Likewise.
29551 * iconv/gconv_close.c (__gconv_close): Likewise.
29552 * iconv/gconv_conf.c (detect_conflict, insert_module, add_module)
29553 (read_conf_file, __gconv_get_path): Likewise.
29554 * iconv/gconv_db.c (derivation_lookup, add_derivation)
29555 (__gconv_release_step, gen_steps, increment_counter)
29556 (find_derivation, __gconv_compare_alias, __gconv_find_transform)
29557 (__gconv_close_transform, free_modules_db): Likewise.
29558 * iconv/gconv_dl.c (__gconv_find_shlib, __gconv_release_shlib):
29559 Likewise.
29560 * iconv/gconv_int.h (__gconv_open, __gconv_close, __gconv)
29561 (__gconv_find_transform, __gconv_lookup_cache)
29562 (__gconv_release_step, __gconv_load_cache, __gconv_get_path)
29563 (__gconv_close_transform, __gconv_release_cache)
29564 (__gconv_loaded_object, __gconv_release_shlib)
29565 (__gconv_compare_alias): Likewise.
29566 * iconv/gconv_open.c (__gconv_open): Likewise.
29567 * iconv/iconv_prog.c (print_known_names, add_known_names): Likewise.
29568 * iconv/iconvconfig.c (add_module): Likewise.
29569 * intl/dcigettext.c (plural_lookup, guess_category_value)
29570 (category_to_name, get_output_charset, _nl_find_msg): Likewise.
29571 * intl/eval-plural.h (plural_eval): Likewise.
29572 * intl/finddomain.c (_nl_find_domain): Likewise.
29573 * intl/gettextP.h (_nl_unload_domain, _nl_find_domain)
29574 (_nl_load_domain, _nl_find_msg): Likewise.
29575 (internal_function): Remove definition.
29576 * intl/loadinfo.h (internal_function): Likewise.
29577 * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Remove
29578 internal_function.
29579 * intl/localealias.c (internal_function): Remove definition.
29580 (read_alias_file): Remove internal_function.
29581 * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Likewise.
29582 * intl/plural-exp.h (internal_function): Remove definition.
29583 (FREE_EXPRESSION, EXTRACT_PLURAL_EXPRESSION): Remove
29584 internal_function.
29585 * intl/plural.c: Regenerate.
29586 * intl/plural.y (FREE_EXPRESSION): Remove internal_function.
29587 * locale/coll-lookup.c (__collidx_table_lookup)
29588 (__collseq_table_lookup): Likewise.
29589 * locale/coll-lookup.h (__collidx_table_lookup)
29590 (__collseq_table_lookup): Likewise.
29591 * locale/findlocale.c (_nl_find_locale, _nl_remove_locale): Likewise.
29592 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
29593 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale)
29594 (_nl_unload_locale): Likewise.
29595 * locale/localeinfo.h (struct __locale_data): Remove
29596 internal_function from cleanup member.
29597 (_nl_find_locale, _nl_load_locale, _nl_unload_locale)
29598 (_nl_remove_locale, _nl_load_locale_from_archive)
29599 (_nl_intern_locale_data, _nl_get_era_entry, _nl_select_era_entry)
29600 (_nl_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit)
29601 (_nl_cleanup_time): Remove internal_function.
29602 * time/alt_digit.c (_nl_get_alt_digit, _nl_get_walt_digit)
29603 (_nl_parse_alt_digit): Likewise.
29604 * time/era.c (_nl_init_era_entries, _nl_get_era_entry)
29605 (_nl_select_era_entry): Likewise.
29606 * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
29607 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv, __wcsmbs_clone_conv)
29608 (__wcsmbs_named_conv, _nl_cleanup_ctype): Likewise.
29609 * wcsmbs/wcsmbsload.h (__wcsmbs_load_conv, __wcsmbs_clone_conv)
29610 (__wcsmbs_named_conv, _nl_cleanup_ctype): Likewise.
29611
29612 2017-08-31 Florian Weimer <fweimer@redhat.com>
29613
29614 * rt/aio_sigqueue.c (__aio_sigqueue): Remove internal_function.
29615 * sysdeps/generic/aio_misc.h (__aio_sigqueue): Likewise.
29616 * sysdeps/pthread/aio_misc.c (__aio_free_request, __aio_find_req)
29617 (__aio_find_req_fd, __aio_remove_request, __aio_enqueue_request):
29618 Likewise.
29619 * sysdeps/pthread/aio_misc.h (__aio_enqueue_request)
29620 (__aio_find_req, __aio_find_req_fd, __aio_free_request)
29621 (__aio_notify, __aio_notify_only, __aio_sigqueue): Likewise.
29622 * sysdeps/pthread/aio_notify.c (__aio_notify_only, __aio_notify):
29623 Likewise.
29624 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Likewise.
29625
29626 2017-08-31 Florian Weimer <fweimer@redhat.com>
29627
29628 * misc/getttyent.c (skip, value): Remove internal_function.
29629 * misc/syslog.c (openlog_internal): Likewise.
29630 * misc/tsearch.c (trecurse, tdestroy_recurse): Likewise.
29631
29632 2017-08-31 Florian Weimer <fweimer@redhat.com>
29633
29634 * include/nss.h (__nss_valid_field, __nss_valid_list_field)
29635 (__nss_rewrite_field): Remove internal_function.
29636 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
29637 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
29638 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
29639 * nss/nsswitch.c (nss_parse_file, nss_getline)
29640 (nss_parse_service_list, nss_new_service): Likewise.
29641 * nss/rewrite_field.c (__nss_rewrite_field): Likewise.
29642 * nss/valid_field.c (__nss_valid_field): Likewise.
29643 * nss/valid_list_field.c (__nss_valid_list_field): Likewise.
29644
29645 2017-08-31 Florian Weimer <fweimer@redhat.com>
29646
29647 * malloc/arena.c (__malloc_fork_lock_parent)
29648 (__malloc_fork_unlock_parent, __malloc_fork_unlock_child)
29649 (next_env_entry, new_heap, heap_trim, arena_get2): Remove
29650 internal_function from defintions.
29651 * malloc/hooks.c (mem2mem_check, mem2chunk_check): Likewise.
29652 * malloc/malloc-internal.h (__malloc_fork_lock_parent)
29653 (__malloc_fork_unlock_parent, __malloc_fork_unlock_child): Remove
29654 internal_function from declarations.
29655 * malloc/malloc.c (internal_function): Do not define.
29656 (mem2mem_check): Remove internal_function from declaration.
29657 (munmap_chunk, mremap_chunk): Remove internal_function.
29658 * malloc/mtrace.c (tr_where): Likewise.
29659
29660 2017-08-31 Florian Weimer <fweimer@redhat.com>
29661
29662 * include/rpc/pmap_clnt.h (__get_socket): Remove
29663 internal_function.
29664 * sunrpc/auth_des.c (synchronize): Likewise.
29665 * sunrpc/auth_unix.c (marshal_new_auth): Likewise.
29666 * sunrpc/clnt_perr.c (auth_errmsg): Likewise.
29667 * sunrpc/des_impl.c (des_encrypt, des_set_key): Likewise.
29668 * sunrpc/key_call.c (key_call_keyenvoy, key_call_socket)
29669 (key_call): Likewise.
29670 * sunrpc/pm_getport.c (__get_socket): Likewise.
29671 * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise.
29672 * sunrpc/svc_unix.c (makefd_xprt): Likewise.
29673 * sunrpc/svc_tcp.c (makefd_xprt): Likewise.
29674 * sunrpc/svcauth_des.c (cache_init, cache_spot, cache_ref)
29675 (invalidate): Likewise.
29676 * sunrpc/xcrypt.c (hexval, hex2bin, bin2hex): Likewise.
29677 * sunrpc/xdr_rec.c (fix_buf_size, skip_input_bytes, flush_out)
29678 (set_input_fragment, get_input_bytes): Likewise.
29679
29680 2017-08-31 Florian Weimer <fweimer@redhat.com>
29681
29682 * malloc/malloc.c (_int_free): Remove locked variable and related
29683 asserts.
29684
29685 2017-08-31 H.J. Lu <hongjiu.lu@intel.com>
29686
29687 [BZ #22051]
29688 * Makerules (build-module-helper-objlist): Filter out
29689 $(elf-objpfx)sofini.os.
29690 (build-shlib-objlist): Append $(elf-objpfx)sofini.os if it is
29691 needed.
29692
29693 2017-08-31 Florian Weimer <fweimer@redhat.com>
29694
29695 * libio/fcloseall.c: Assume weak_alias is defined.
29696 * libio/feof.c: Likewise.
29697 * libio/fileno.c: Likewise.
29698 * libio/fileops.c: Assume _LIBC, errno, __set_errno are defined.
29699 (_POSIX_SOURCE, open, lseek, read, write): Remove macro
29700 definitions.
29701 (_IO_file_open): Call __open directly.
29702 (_IO_new_file_sync): Assume ESPIPE is defined.
29703 (_IO_file_seekoff_maybe_mmap): Call __read directly.
29704 (_IO_new_file_write): Call __write directly.
29705 * libio/ftello.c (__ftello): Assume EIO, EOVERFLOW are defined.
29706 * libio/ftello64.c (__ftello64): Assume EIO is defined.
29707 * libio/genops.c: Assume _LIBC is defined.
29708 (save_for_backup): Remove internal_function.
29709 * libio/getc.c: Assume weak_alias is defined.
29710 * libio/getwc.c: Likewise.
29711 * libio/iofclose.c: Assume _LIBC is defined.
29712 * libio/iofdopen.c: Likewise.
29713 (_IO_fcntl): Remove macro definition.
29714 (_IO_new_fdopen): Assume F_GETFL, F_SETFL, O_ACCMODE are defined.
29715 Call __fcntl directly.
29716 * libio/iofflush.c: Assume weak_alias is defined.
29717 * libio/iofgetpos.c (_IO_new_fgetpos): Assume EIO, EOVERFLOW are
29718 defined.
29719 * libio/iofgetpos64.c (_IO_new_fgetpos64): Assume EIO is defined.
29720 * libio/iofgets.c: Likewise.
29721 * libio/iofopen.c: Assume _LIBC is defined.
29722 * libio/iofopen64.c: Assume _LIBC, weak_alias are defined.
29723 * libio/iofputs.c: Assume weak_alias is defined.
29724 * libio/iofread.c: Likewise.
29725 * libio/iofsetpos.c (_IO_new_fsetpos): Assume EIO is defined.
29726 * libio/iofsetpos64.c (_IO_new_fsetpos64): Likewise.
29727 * libio/ioftell.c: Assume weak_alias is defined.
29728 (_IO_ftell): Assume EIO, EOVERFLOW are defined.
29729 * libio/iofwide.c: Assume _LIBC is defined.
29730 (_IO_fwide): Drop SHARED conditional because it is implied by
29731 SHLIB_COMPAT.
29732 * libio/iofwrite.c: Assume weak_alias is defined.
29733 * libio/iogetdelim.c: Likewise.
29734 * libio/iogets.c: Assume _LIBC, weak_alias are defined.
29735 * libio/iogetwline.c (wmemcpy): Remove macro definition.
29736 (_IO_getwline): Call __wmemcpy directly.
29737 * libio/iopopen.c: Assume _LIBC is defined.
29738 (_POSIX_SOURCE, _IO_fork, _IO_dup2, _IO_waitpid, _IO_execl)
29739 (_IO_close): Remove macro definitions.
29740 (_IO_new_proc_open): Call __fork, __dup2, __close_nocancel, execl,
29741 _exit directly.
29742 (_IO_new_proc_close): Call __close_nocancel, __waitpid_nocancel
29743 directly.
29744 * libio/ioputs.c: Assume weak_alias is defined.
29745 * libio/ioseekoff.c: Assume errno, __set_errno are defined.
29746 * libio/iosetbuffer.c: Assume weak_alias is defined.
29747 * libio/iosetvbuf.c: Likewise.
29748 * libio/ioungetc.c: Likewise.
29749 * libio/libioP.h: Assume _LIBC, __GLIBC__, libc_hidden_proto,
29750 libc_hidden_def, libc_hidden_weak, NULL are defined.
29751 (mmap, munmap, ftruncate, OS_FSTAT): Remove macro definitions.
29752 * libio/oldfilepos.c: Assume _LIBC, errno, __set_errno are
29753 defined.
29754 (_POSIX_SOURCE, open, lseek, read, write): Remove macro
29755 definitions.
29756 (_IO_old_file_init_internal): Drop SHARED conditional because it
29757 is implied by SHLIB_COMPAT.
29758 (_IO_old_file_fopen): Call __open directly.
29759 (_IO_old_file_sync): Assume ESPIPE is defined.
29760 (_IO_old_file_write): Call __write directly.
29761 * libio/oldfdopen.c (_IO_fcntl): Remove macro definition.
29762 (_IO_old_fdopen): Assume F_GETFL, O_ACCMODE, F_SETFL are defined.
29763 Call __fcntl directly.
29764 * libio/oldiofgetpos.c: Assume weak_alias is defined.
29765 (_IO_old_fgetpos): Assume EIO is defined.
29766 * libio/oldiofgetpos64.c: Assume weak_alias is defined.
29767 (_IO_old_fgetpos64): Assume EIO is defined.
29768 * libio/oldiofsetpos.c: Assume weak_alias is defined.
29769 (_IO_old_fsetpos): Assume EIO is defined.
29770 * libio/oldiofsetpos64.c: Assume weak_alias is defined.
29771 (_IO_old_fsetpos64): Assume EIO is defined.
29772 * libio/oldiopopen.c: Assume _LIBC is defined.
29773 (_POSIX_SOURCE, _IO_fork, _IO_dup2, _IO_waitpid, _IO_execl)
29774 (_IO_close): Remove macro definitions.
29775 (_IO_old_proc_open): Call __pipe, __close, __dup2, execl, _exit
29776 directly.
29777 (_IO_old_proc_close): Call __close, __waitpid directly.
29778 * libio/put.c: Assume weak_alias is defined.
29779 * libio/stdfiles.c: Assume _LIBC is defined.
29780 * libio/stdio.c: Likewise.
29781 * libio/wfileops.c: Likewise.
29782 (_IO_wfile_sync): Assume ESPIPE is defined.
29783 * libio/wgenops.c: Assume _LIBC is defined.
29784 (save_for_wbackup): Remove internal_function.
29785
29786 2017-08-31 Florian Weimer <fweimer@redhat.com>
29787
29788 * malloc/malloc.c (top_check): Change return type to void. Remove
29789 internal_function.
29790 * malloc/hooks.c (top_check): Likewise.
29791 (malloc_check, realloc_check, memalign_check): Adjust.
29792
29793 2017-08-30 Joseph Myers <joseph@codesourcery.com>
29794
29795 [BZ #21457]
29796 * sysdeps/arm/sys/ucontext.h: Do not include <bits/sigcontext.h>.
29797 * sysdeps/generic/sys/ucontext.h: Add comment about use of struct
29798 sigcontext and namespace requirements.
29799 * sysdeps/i386/sys/ucontext.h: Do not include <bits/sigcontext.h>.
29800 * sysdeps/m68k/sys/ucontext.h: Likewise.
29801 * sysdeps/mips/sys/ucontext.h: Likewise. Include <bits/types.h>.
29802 * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h: Do not include
29803 <bits/sigcontext.h>.
29804 (__ctx): Define earlier.
29805 (mcontext_t): Define structure contents rather than using struct
29806 sigcontext.
29807 * sysdeps/unix/sysv/linux/aarch64/ucontext_i.sym (oEXTENSION): Use
29808 __glibc_reserved1 instead of __reserved.
29809 * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: Do not include
29810 <bits/sigcontext.h>.
29811 (__ctx): Define earlier.
29812 (mcontext_t): Define structure contents rather than using struct
29813 sigcontext.
29814 * sysdeps/unix/sysv/linux/alpha/ucontext-offsets.sym: Use
29815 mcontext_t instead of struct sigcontext.
29816 * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: Do not include
29817 <bits/sigcontext.h>.
29818 (__ctx): Define earlier.
29819 (mcontext_t): Define structure contents rather than using struct
29820 sigcontext.
29821 * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Do not include
29822 <bits/sigcontext.h>.
29823 (__ctx): Define earlier.
29824 (mcontext_t): Define structure contents rather than using struct
29825 sigcontext.
29826 * sysdeps/unix/sysv/linux/ia64/makecontext.c (__makecontext): Use
29827 mcontext_t instead of struct sigcontext.
29828 * sysdeps/unix/sysv/linux/ia64/sigcontext-offsets.sym: Use
29829 mcontext_t instead of struct sigcontext.
29830 * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Do not include
29831 <bits/sigcontext.h>.
29832 (__ctx): New macro.
29833 (struct __ia64_fpreg_mcontext): New type.
29834 (mcontext_t): Define structure contents rather than using struct
29835 sigcontext.
29836 (_SC_GR0_OFFSET): Use mcontext_t instead of struct sigcontext.
29837 (uc_sigmask): Define using __ctx.
29838 (uc_stack): Likewise.
29839 * sysdeps/unix/sysv/linux/ia64/sys/procfs.h: Include
29840 <bits/sigcontext.h>.
29841 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
29842 * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h: Do not include
29843 <bits/sigcontext.h>.
29844 * sysdeps/unix/sysv/linux/microblaze/sys/ucontext.h: New file.
29845 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Do not include
29846 <bits/sigcontext.h>.
29847 * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: Do not include
29848 <bits/sigcontext.h>.
29849 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Do not include
29850 <bits/sigcontext.h>.
29851 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Do not include
29852 <bits/sigcontext.h>.
29853 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Do not include
29854 <bits/sigcontext.h>.
29855 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h: Do not include
29856 <bits/sigcontext.h>.
29857 * sysdeps/unix/sysv/linux/tile/sys/ucontext.h: Do not include
29858 <bits/sigcontext.h>.
29859 (__ctx): Define earlier.
29860 (mcontext_t): Define structure contents rather than using struct
29861 sigcontext.
29862 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: Do not include
29863 <bits/sigcontext.h>. Include <bits/types.h>.
29864 * conform/Makefile (test-xfail-XPG42/signal.h/conform): Remove.
29865 (test-xfail-XPG42/sys/wait.h/conform): Likewise.
29866 (test-xfail-XPG42/ucontext.h/conform): Likewise.
29867 (test-xfail-UNIX98/signal.h/conform): Likewise.
29868 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
29869 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
29870 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
29871 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
29872 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
29873 (test-xfail-POSIX2008/signal.h/conform): Likewise.
29874 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
29875 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
29876 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
29877
29878 2017-08-30 Florian Weimer <fweimer@redhat.com>
29879
29880 * malloc/dynarray_emplace_enlarge.c
29881 (__libc_dynarray_emplace_enlarge): Set errno on overflow.
29882 * malloc/dynarray_resize.c (__libc_dynarray_resize): Likewise.
29883 * malloc/tst-dynarray.c (test_long_overflow): New function.
29884 (do_test): Call it.
29885
29886 2017-08-30 Florian Weimer <fweimer@redhat.com>
29887
29888 * malloc/malloc.c (ARENA_CORRUPTION_BIT, arena_is_corrupt)
29889 (set_arena_corrupt): Remove definitions.
29890 (mtrim): Do not check for corrupt arena.
29891 * malloc/arena.c (arena_lock, reused_arena, arena_get_retry):
29892 Likewise.
29893
29894 2017-08-30 Florian Weimer <fweimer@redhat.com>
29895
29896 [BZ #21754]
29897 * malloc/arena.c (TUNABLE_CALLBACK set_mallopt_check): Do not set
29898 check_action.
29899 (ptmalloc_init): Do not set or use check_action.
29900 * malloc/hooks.c (malloc_check_get_size, realloc_check): Adjust
29901 call to malloc_printerr. Remove return statement.
29902 (free_check): Likewise. Remove arena unlock.
29903 (top_check): Update comment. Adjust call to malloc_printerr.
29904 Remove heap repair code.
29905 * malloc/malloc.c (unlink): Adjust calls to malloc_printerr.
29906 (DEFAULT_CHECK_ACTION, check_action): Remove definitions.
29907 (sysmalloc): Adjust call to malloc_printerr.
29908 (munmap_chunk, __libc_realloc): Likewise. Remove return
29909 statement.
29910 (_int_malloc, int_realloc): Likewise. Remove errstr variable.
29911 Remove errout label and corresponding gotos.
29912 (_int_free): Likewise. Remove arena unlock.
29913 (do_set_mallopt_check): Do not set check_action.
29914 (malloc_printerr): Adjust parameter list. Do not mark arena as
29915 corrupt.
29916 * manual/memory.texi (Malloc Tunable Parameters): Remove TODO
29917 comment.
29918 * manual/probes.texi (Memory Allocation Probes): Remove
29919 memory_mallopt_check_action.
29920
29921 2017-08-30 Steve Ellcey <sellcey@cavium.com>
29922
29923 * sysdeps/unix/sysv/linux/aarch64/makecontext.c (__makecontext):
29924 Use pointer to uint64_t instead of long int for sp.
29925
29926 2017-08-30 Florian Weimer <fweimer@redhat.com>
29927
29928 [BZ #21754]
29929 * malloc/malloc.c (malloc_printerr): Always terminate the process,
29930 without printing a backtrace. Do not leak any information in the
29931 error message.
29932 * manual/memory.texi (Heap Consistency Checking): Update.
29933 * manual/tunables.texi (Memory Allocation Tunables): Likewise.
29934
29935 2017-08-30 Florian Weimer <fweimer@redhat.com>
29936
29937 Do not scale NPTL tests with available number of CPUs.
29938 * nptl/tst-cond16.c (count): Set to constant value of 8.
29939 * nptl/tst-cond18.c (count): Likewise.
29940
29941 2017-08-29 Joseph Myers <joseph@codesourcery.com>
29942
29943 [BZ #22035]
29944 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h (__inline_functions):
29945 Define to take a second argument that is a macro that
29946 concatentates a suffix, not the suffix itself.
29947 (__CONCAT_d): New macro.
29948 (__CONCAT_f): Likewise.
29949 (__CONCAT_l): Likewise.
29950
29951 2017-08-29 Paul Pluzhnikov <ppluzhnikov@google.com>
29952
29953 * stdlib/tst-atexit-common.c (do_test): Test handler inheritance
29954 by child.
29955
29956 2017-08-29 Adhemerval Zanella <adhemerval.zanella@linaro.org>
29957 Aurelien Jarno <aurelien@aurel32.net>
29958 Maciej W. Rozycki <macro@imgtec.com>
29959
29960 [BZ #21956]
29961 * sysdeps/unix/sysv/linux/mips/mips32/mips16/Makefile
29962 [subdir = misc] (sysdep_routines): Remove `mips16-syscall5',
29963 `mips16-syscall6' and `mips16-syscall7'.
29964 (CFLAGS-mips16-syscall5.c, CFLAGS-mips16-syscall6.c)
29965 (CFLAGS-mips16-syscall7.c): Remove.
29966 * sysdeps/unix/sysv/linux/mips/mips32/mips16/Versions (libc):
29967 Remove `__mips16_syscall5', `__mips16_syscall6' and
29968 `__mips16_syscall7'.
29969 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c
29970 (__mips16_syscall0): Rename `__mips16_syscall_return' to
29971 `__mips_syscall_return'.
29972 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c
29973 (__mips16_syscall1): Likewise.
29974 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall2.c
29975 (__mips16_syscall2): Likewise.
29976 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall3.c
29977 (__mips16_syscall3): Likewise.
29978 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall4.c
29979 (__mips16_syscall4): Likewise.
29980 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall5.c:
29981 Remove.
29982 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall6.c:
29983 Remove.
29984 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall7.c:
29985 Remove.
29986 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall.h
29987 (__mips16_syscall5): Expand to `__mips_syscall5' rather than
29988 `__mips16_syscall5'. Remove prototype.
29989 (__mips16_syscall6): Expand to `__mips_syscall6' rather than
29990 `__mips16_syscall6'. Remove prototype.
29991 (__mips16_syscall7): Expand to `__mips_syscall7' rather than
29992 `__mips16_syscall7'. Remove prototype.
29993 (__nomips16, __mips16_syscall_return): Move to...
29994 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
29995 (__nomips16, __mips_syscall_return): ... here.
29996 [__mips16] (INTERNAL_SYSCALL_NCS): Rename
29997 `__mips16_syscall_return' to `__mips_syscall_return'.
29998 [__mips16] (INTERNAL_SYSCALL_MIPS16): Pass `number' to
29999 `internal_syscall##nr'.
30000 [!__mips16] (INTERNAL_SYSCALL): Pass `SYS_ify (name)' to
30001 `internal_syscall##nr'.
30002 (FORCE_FRAME_POINTER): Remove.
30003 (__mips_syscall5): New prototype.
30004 (internal_syscall5): Rewrite to call `__mips_syscall5'.
30005 (__mips_syscall6): New prototype.
30006 (internal_syscall6): Rewrite to call `__mips_syscall6'.
30007 (__mips_syscall7): New prototype.
30008 (internal_syscall7): Rewrite to call `__mips_syscall7'.
30009 * sysdeps/unix/sysv/linux/mips/mips32/mips-syscall5.S: New file.
30010 * sysdeps/unix/sysv/linux/mips/mips32/mips-syscall6.S: New file.
30011 * sysdeps/unix/sysv/linux/mips/mips32/mips-syscall7.S: New file.
30012 * sysdeps/unix/sysv/linux/mips/mips32/Makefile [subdir = misc]
30013 (sysdep_routines): Add libc-do-syscall.
30014 * sysdeps/unix/sysv/linux/mips/mips32/Versions (libc): Add
30015 `__mips_syscall5', `__mips_syscall6' and `__mips_syscall7'.
30016
30017 2017-08-29 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30018
30019 [BZ #21672]
30020 * nptl/allocatestack.c [_STACK_GROWS_DOWN] (setup_stack_prot):
30021 Set to use !NEED_SEPARATE_REGISTER_STACK as well.
30022 (advise_stack_range): New function.
30023 * nptl/pthread_create.c (START_THREAD_DEFN): Move logic to mark
30024 stack non required to advise_stack_range at allocatestack.c
30025
30026 2017-08-29 Szabolcs Nagy <szabolcs.nagy@arm.com>
30027
30028 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Use __uint64_t.
30029
30030 2017-08-29 Florian Weimer <fweimer@redhat.com>
30031
30032 [BZ #22026]
30033 * iconv/gconv_db.c (gen_steps): Decrement step_cnt after resetting
30034 __end_fct. Mangle __end_fct after setting it to NULL.
30035 * iconv/Makefile (tests): Add tst-gconv-init-failure.
30036 (modules-names, modules-names-tests): Add
30037 tst-gconv-init-failure-mod.
30038 (gconv-modules): New target.
30039 (tst-gconv-init-failure-mod.so): Link against libsupport.
30040 (tst-gconv-init-failure): Depend on gconv-modules,
30041 tst-gconv-init-failure-mod.so.
30042 * iconv/tst-gconv-init-failure-mod.c: New file.
30043 * iconv/tst-gconv-init-failure.c: Likewise.
30044 * iconv/test-gconv-modules: Likewise.
30045
30046 2017-08-29 Florian Weimer <fweimer@redhat.com>
30047
30048 [BZ #22025]
30049 * iconv/gconv_db.c (free_derivation): Remove redundant
30050 parentheses.
30051 (gen_steps): Unconditionally mangle __btowc_fct after
30052 initialization.
30053 (increment_counter): Likewise. Do not call init_fct for internal
30054 modules.
30055
30056 2017-08-29 Joseph Myers <joseph@codesourcery.com>
30057
30058 [BZ #22028]
30059 * math/math.h [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0]
30060 (_MSUF_): Remove macro.
30061 [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0] (_MSUFTO_):
30062 Likewise.
30063 [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0]
30064 (__REDIRFROM_X): New macro.
30065 [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0] (__REDIRTO_X):
30066 Likewise.
30067 * math/bits/math-finite.h (__REDIRFROM_X): Remove macro.
30068 (__REDIRTO_X): Likewise.
30069 (__MATH_REDIRCALL): Do not pass _MSUF_ or _MSUFTO_ macro
30070 arguments.
30071 (__MATH_REDIRCALL_2): Likewise.
30072 (__MATH_REDIRCALL_INTERNAL): Likewise.
30073 (__REDIRFROM (lgamma, , _MSUF_)): Likewise.
30074 (__REDIRFROM (gamma, , _MSUF_)): Likweise.
30075 (__REDIRFROM (__gamma, _r_finite, _MSUF_)): Likewise.
30076 (__REDIRFROM (tgamma, , _MSUF_)): Likewise.
30077 * math/test-finite-macros.c: New file.
30078 * math/Makefile (tests): Add test-finite-macros.
30079 (CFLAGS-test-finite-macros.c): New variable.
30080
30081 2017-08-29 Patsy Franklin <pfrankli@redhat.com>
30082 Jeff Law <law@redhat.com>
30083
30084 [BZ #22025]
30085 Mangle NULL pointers in iconv/gconv.
30086 * iconv/gconv_cache.c (find_module): Demangle init_fct before
30087 checking for NULL. Mangle __btowc_fct if init_fct is non-NULL.
30088 * iconv/gconv_db.c (free_derivation): Check that __shlib_handle
30089 is non-NULL before demangling the end_fct. Check for NULL
30090 end_fct after demangling.
30091 (__gconv_release_step): Demangle the end_fct before checking
30092 it for NULL. Remove assert on __shlibc_handle != NULL.
30093 (gen_steps): Don't check btowc_fct for NULL before mangling.
30094 Demangle init_fct before checking for NULL.
30095 (increment_counter): Likewise.
30096 * gconv_dl.c (__gconv_find_shlib): Don't check init_fct or
30097 end_fct for NULL before mangling.
30098 * wcsmbs/btowc.c (__btowc): Demangle btowc_fct before checking
30099 for NULL.
30100
30101 2017-08-29 Akhilesh Kumar <akhilesh.k@samsung.com>
30102
30103 [BZ #21971]
30104 * locale/iso-639.def: add Morisyen.
30105
30106 2017-08-28 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30107
30108 [BZ #21930]
30109 * math/math.h [defined __cplusplus && defined __SUPPORT_SNAN__]
30110 (iszero): New C++ implementation that does not use
30111 fpclassify/__MATH_TG/__builtin_types_compatible_p, when
30112 signaling nans are enabled, since __builtin_types_compatible_p
30113 is a C-only feature.
30114 * math/test-math-iszero.cc: When __HAVE_DISTINCT_FLOAT128 is
30115 defined, include ieee754_float128.h for access to the union and
30116 member ieee854_float128.ieee.
30117 [__HAVE_DISTINCT_FLOAT128] (do_test): Call check_float128.
30118 [__HAVE_DISTINCT_FLOAT128] (check_float128): New function.
30119 * sysdeps/powerpc/powerpc64le/Makefile [subdir == math]
30120 (CXXFLAGS-test-math-iszero.cc): Add -mfloat128 to the build
30121 options of test-math-zero on powerpc64le.
30122
30123 2017-08-28 H.J. Lu <hongjiu.lu@intel.com>
30124
30125 * sysdeps/x86_64/fpu/multiarch/e_expf.c (__redirect_ieee754_expf):
30126 Change double to float.
30127
30128 2017-08-28 Joseph Myers <joseph@codesourcery.com>
30129
30130 * math/math-svid-compat.h [!__ASSEMBLER__]: Make code
30131 unconditional.
30132 * sysdeps/ieee754/s_lib_version.c [!defined SHARED]: Remove
30133 conditional code; define contents only for [LIBM_SVID_COMPAT].
30134
30135 2017-08-28 Florian Weimer <fweimer@redhat.com>
30136
30137 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-options)
30138 (abi-lp64_be-options): Remove.
30139 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-options)
30140 (abi-hard-options): Likewise.
30141 * sysdeps/unix/sysv/linux/mips/Makefile(abi-o32_soft-options)
30142 (abi-o32_hard-options, abi-o32_soft_2008-options)
30143 (abi-o32_hard_2008-options, abi-n32_soft-options)
30144 (abi-n32_hard-options, abi-n32_soft_2008-options)
30145 (abi-n32_hard_2008-options, abi-n64_soft-options)
30146 (abi-n64_hard-options, abi-n64_soft_2008-options)
30147 (abi-n64_hard_2008-options): Likewise.
30148 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-32-options)
30149 (abi-64-v1-options, abi-64-v2-options): Likewise.
30150 * sysdeps/unix/sysv/linux/s390/Makefile (abi-32-options)
30151 (abi-64-options): Likewise.
30152 * sysdeps/unix/sysv/linux/sparc/Makefile (abi-32-options)
30153 (abi-64-options): Likewise.
30154 * sysdeps/unix/sysv/linux/tile/tilegx/Makefile (abi-32-options)
30155 (abi-64-options): Likewise.
30156 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-options)
30157 (abi-64-options, abi-x32-options): Likewise.
30158
30159 2017-08-28 Florian Weimer <fweimer@redhat.com>
30160
30161 Store supported list of SYS_* system calls in the source tree.
30162 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
30163 (bits/syscall.h): Generate from list file.
30164 [$(subdir) = misc] (before-compile): Add bits/syscall.h.
30165 [$(subdir) = misc] (tests): Add tst-syscall-list.
30166 [$(subdir) = misc] (tests-special): Add tst-syscall-list.out
30167 [$(subdir) = misc] (tst-syscall-list-macros.list)
30168 [$(subdir) = misc] (tst-syscall-list-nr.list)
30169 (tst-syscall-list-sys.list): Helper targets for new
30170 tst-syscall-list test.
30171 [$(subdir) = misc] (tst-syscall-list.out): Run test script
30172 tst-syscall-list.sh.
30173 [$(subdir) = misc] (bits/syscall%h, bits/syscall%d): Remove
30174 target. Do not include bits/syscall.d.
30175 [$(subdir) = misc] (generated): Do not update.
30176 * sysdeps/unix/sysv/linux/syscall-names.list: New file.
30177 * sysdeps/unix/sysv/linux/gen-syscall-h.awk: Likewise.
30178 * sysdeps/unix/sysv/linux/filter-nr-syscalls.awk: Likewise.
30179 * sysdeps/unix/sysv/linux/tst-syscall-list.sh: Likewise.
30180
30181 2017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com>
30182
30183 * stdlib/Makefile (tst-atexit, tst-at_quick_exit): New tests.
30184 (tst-cxa_atexit, tst-on_exit): Likewise.
30185 * stdlib/Makefile (tests): Add tst-atexit, tst-at_quick_exit,
30186 tst-cxa_atexit, and tst-on_exit.
30187 * stdlib/tst-atexit-common.c: New file.
30188 * stdlib/tst-atexit.c: New file.
30189 * stdlib/tst-at_quick_exit.c: New file.
30190 * stdlib/tst-cxa_atexit.c: New file.
30191 * stdlib/tst-on_exit.c: New file.
30192
30193 2017-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
30194
30195 * sysdeps/mach/hurd/bits/sysmacros.h: New file.
30196 * mach/stack_chk_fail_local.c: New file.
30197 * hurd/stack_chk_fail_local.c: New file.
30198 * mach/Machrules ($(interface-library)-routines): Add
30199 stack_chk_fail_local.
30200 * mach/Makefile (CFLAGS-mach_init.o, CFLAGS-RPC_vm_statistics.o,
30201 CFLAGS-RPC_vm_map.o, CFLAGS-RPC_vm_protect.o,
30202 CFLAGS-RPC_i386_set_gdt.o, CFLAGS-RPC_i386_set_ldt.o,
30203 CFLAGS-RPC_task_get_special_port.o): Add $(no-stack-protector).
30204 * hurd/Makefile (CFLAGS-hurdstartup.o,
30205 CFLAGS-RPC_exec_startup_get_info.o): Add $(no-stack-protector).
30206
30207 2017-08-25 H.J. Lu <hongjiu.lu@intel.com>
30208
30209 * sysdeps/x86/cpu-features.h [__ASSEMBLER__]
30210 (index_cpu_*, index_arch_*): Removed.
30211
30212 2017-08-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
30213
30214 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h (elf_greg_t):
30215 Use uint64_t instead of unsigned long.
30216
30217 2017-08-25 Joseph Myers <joseph@codesourcery.com>
30218
30219 * math/tgmath.h [__HAVE_FLOAT128]: Change conditional to
30220 [__HAVE_DISTINCT_FLOAT128].
30221
30222 * math/math.h (_MSUFTO_): Define and undefine for each inclusion
30223 of <bits/math-finite.h>.
30224 (__MATH_DECLARING_LDOUBLE): Do not define and undefine for each
30225 inclusion of <bits/math-finite.h>.
30226 * math/bits/math-finite.h (__REDIRTO_X): Do not define
30227 conditionally on [__MATH_DECLARING_LDOUBLE && defined
30228 __NO_LONG_DOUBLE_MATH].
30229 (__MATH_REDIRCALL): Use _MSUFTO_ in __REDIRTO call.
30230 (__MATH_REDIRCALL_2): Likewise.
30231 (__MATH_REDIRCALL_INTERNAL): Likewise.
30232 (__REDIRFROM (lgamma, , _MSUF_)): Likewise.
30233 (__REDIRFROM (gamma, , _MSUF_)): Likewise.
30234 (__REDIRFROM (tgamma, , _MSUF_)): Likewise.
30235
30236 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-power5.S:
30237 Remove file.
30238 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-ppc32.S:
30239 Likewise.
30240 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat.c:
30241 Likewise.
30242 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-power5.S:
30243 Likewise.
30244 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-ppc32.S:
30245 Likewise.
30246 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat.c:
30247 Likewise.
30248 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt_compat.S: Likewise.
30249 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf_compat.S: Likewise.
30250 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt_compat.S: Likewise.
30251 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf_compat.S: Likewise.
30252 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile
30253 (libm-sysdep-routines): Remove w_sqrt_compat-power5,
30254 w_sqrt_compat-ppc32, w_sqrtf_compat-power5 and
30255 w_sqrtf_compat-ppc32.
30256
30257 2017-08-24 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30258
30259 * math/math.h [defined __cplusplus] (issignaling): In the long
30260 double case, call __issignalingl only if __NO_LONG_DOUBLE_MATH
30261 is not defined. Call __issignaling, otherwise.
30262
30263 2017-08-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30264
30265 * sysdeps/unix/make-syscalls.sh: Remove cancellable tagging for
30266 syscall definitions and replace __builtin_expect with __glibc_likely.
30267 * sysdeps/unix/syscall-template.S: Update comment about cancellable
30268 syscall.
30269 (SYSCALL_CANCELLABLE): Removedefinition
30270 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h (PSEUDO): Remove
30271 definition.
30272 (PSEUDO_END): Likewise.
30273 [IS_IN (libpthread)] (CENABLE): Likewise.
30274 [IS_IN (libpthread)] (CDISABLE): Likewise.
30275 [IS_IN (libc)] (CENABLE): Likewise.
30276 [IS_IN (libc)] (CENABLE): Likewise.
30277 [IS_IN (librt)] (CDISABLE): Likewise.
30278 [IS_IN (librt)] (CDISABLE): Likewise.
30279 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30280 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (PSEUDO): Remove
30281 definition.
30282 (PSEUDO_END): Likewise.
30283 [IS_IN (libpthread)] (__local_enable_asynccancel): Likewise.
30284 [IS_IN (libpthread)] (__local_disable_asynccancel): Likewise.
30285 [IS_IN (libc)] (__local_enable_asynccancel): Likewise.
30286 [IS_IN (libc)] (__local_enable_asynccancel): Likewise.
30287 [IS_IN (librt)] (__local_disable_asynccancel): Likewise.
30288 [IS_IN (librt)] (__local_disable_asynccancel): Likewise.
30289 (CENABLE): Likewise.
30290 (CDISABLE): Likewise.
30291 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30292 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (PSEUDO): Remove
30293 defintion.
30294 (PSEUDO_END): Likewise.
30295 [IS_IN (libpthread)] (CENABLE): Likewise.
30296 [IS_IN (libpthread)] (CDISABLE): Likewise.
30297 [IS_IN (libc)] (CENABLE): Likewise.
30298 [IS_IN (libc)] (CENABLE): Likewise.
30299 [IS_IN (librt)] (CDISABLE): Likewise.
30300 [IS_IN (librt)] (CDISABLE): Likewise.
30301 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30302 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h (PSEUDO): Remove
30303 definition.
30304 (PSEUDO_END): Likewise.
30305 [IS_IN (libpthread)] (CENABLE): Likewise.
30306 [IS_IN (libpthread)] (CDISABLE): Likewise.
30307 [IS_IN (libc)] (CENABLE): Likewise.
30308 [IS_IN (libc)] (CENABLE): Likewise.
30309 [IS_IN (librt)] (CDISABLE): Likewise.
30310 [IS_IN (librt)] (CDISABLE): Likewise.
30311 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30312 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (PSEUDO): Remove
30313 definition.
30314 (PSEUDO_END): Likewise.
30315 [IS_IN (libpthread)] (CENABLE): Likewise.
30316 [IS_IN (libpthread)] (CDISABLE): Likewise.
30317 [IS_IN (libc)] (CENABLE): Likewise.
30318 [IS_IN (libc)] (CENABLE): Likewise.
30319 [IS_IN (librt)] (CDISABLE): Likewise.
30320 [IS_IN (librt)] (CDISABLE): Likewise.
30321 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30322 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Remove
30323 definition.
30324 (PSEUDO_END): Likewise.
30325 [IS_IN (libpthread)] (CENABLE): Likewise.
30326 [IS_IN (libpthread)] (CDISABLE): Likewise.
30327 [IS_IN (libc)] (CENABLE): Likewise.
30328 [IS_IN (libc)] (CENABLE): Likewise.
30329 [IS_IN (librt)] (CDISABLE): Likewise.
30330 [IS_IN (librt)] (CDISABLE): Likewise.
30331 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30332 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h (PSEUDO): Remove
30333 definition.
30334 (PSEUDO_END): Likewise.
30335 [IS_IN (libpthread)] (CENABLE): Likewise.
30336 [IS_IN (libpthread)] (CDISABLE): Likewise.
30337 [IS_IN (libc)] (CENABLE): Likewise.
30338 [IS_IN (libc)] (CENABLE): Likewise.
30339 [IS_IN (librt)] (CDISABLE): Likewise.
30340 [IS_IN (librt)] (CDISABLE): Likewise.
30341 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30342 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h (PSEUDO): Remove
30343 definition.
30344 (PSEUDO_END): Likewise.
30345 [IS_IN (libpthread)] (CENABLE): Likewise.
30346 [IS_IN (libpthread)] (CDISABLE): Likewise.
30347 [IS_IN (libc)] (CENABLE): Likewise.
30348 [IS_IN (libc)] (CENABLE): Likewise.
30349 [IS_IN (librt)] (CDISABLE): Likewise.
30350 [IS_IN (librt)] (CDISABLE): Likewise.
30351 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30352 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h (PSEUDO):
30353 Remove definition.
30354 (PSEUDO_END): Likewise.
30355 [IS_IN (libpthread)] (CENABLE): Likewise.
30356 [IS_IN (libpthread)] (CDISABLE): Likewise.
30357 [IS_IN (libc)] (CENABLE): Likewise.
30358 [IS_IN (libc)] (CENABLE): Likewise.
30359 [IS_IN (librt)] (CDISABLE): Likewise.
30360 [IS_IN (librt)] (CDISABLE): Likewise.
30361 (SINGLE_THREAD_P): Likewise.
30362 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h (PSEUDO): Remove
30363 definition.
30364 (PSEUDO_END): Likewise.
30365 [IS_IN (libpthread)] (CENABLE): Likewise.
30366 [IS_IN (libpthread)] (CDISABLE): Likewise.
30367 [IS_IN (libc)] (CENABLE): Likewise.
30368 [IS_IN (libc)] (CENABLE): Likewise.
30369 [IS_IN (librt)] (CDISABLE): Likewise.
30370 [IS_IN (librt)] (CDISABLE): Likewise.
30371 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30372 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h (PSEUDO): Remove
30373 definition.
30374 (PSEUDO_END): Likewise.
30375 [IS_IN (libpthread)] (CENABLE): Likewise.
30376 [IS_IN (libpthread)] (CDISABLE): Likewise.
30377 [IS_IN (libc)] (CENABLE): Likewise.
30378 [IS_IN (libc)] (CENABLE): Likewise.
30379 [IS_IN (librt)] (CDISABLE): Likewise.
30380 [IS_IN (librt)] (CDISABLE): Likewise.
30381 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30382 * sysdeps/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Remove file.
30383 * sysdeps/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
30384 * sysdeps/unix/sysv/linux/powerpc/sysdep-cancel.h: New file.
30385 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h (PSEUDO): Remove
30386 definition.
30387 (PSEUDO_END): Likewise.
30388 [IS_IN (libpthread)] (CENABLE): Likewise.
30389 [IS_IN (libpthread)] (CDISABLE): Likewise.
30390 [IS_IN (libc)] (CENABLE): Likewise.
30391 [IS_IN (libc)] (CENABLE): Likewise.
30392 [IS_IN (librt)] (CDISABLE): Likewise.
30393 [IS_IN (librt)] (CDISABLE): Likewise.
30394 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30395 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h (PSEUDO): Remove
30396 definition.
30397 (PSEUDO_END): Likewise.
30398 [IS_IN (libpthread)] (CENABLE): Likewise.
30399 [IS_IN (libpthread)] (CDISABLE): Likewise.
30400 [IS_IN (libc)] (CENABLE): Likewise.
30401 [IS_IN (libc)] (CENABLE): Likewise.
30402 [IS_IN (librt)] (CDISABLE): Likewise.
30403 [IS_IN (librt)] (CDISABLE): Likewise.
30404 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30405 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (PSEUDO): Remove
30406 definition.
30407 (PSEUDO_END): Likewise.
30408 [IS_IN (libpthread)] (CENABLE): Likewise.
30409 [IS_IN (libpthread)] (CDISABLE): Likewise.
30410 [IS_IN (libc)] (CENABLE): Likewise.
30411 [IS_IN (libc)] (CENABLE): Likewise.
30412 [IS_IN (librt)] (CDISABLE): Likewise.
30413 [IS_IN (librt)] (CDISABLE): Likewise.
30414 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30415 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Remove file.
30416 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
30417 * sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h: New file.
30418 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h (PSEUDO): Remove
30419 definition.
30420 (PSEUDO_END): Likewise.
30421 [IS_IN (libpthread)] (CENABLE): Likewise.
30422 [IS_IN (libpthread)] (CDISABLE): Likewise.
30423 [IS_IN (libc)] (CENABLE): Likewise.
30424 [IS_IN (libc)] (CENABLE): Likewise.
30425 [IS_IN (librt)] (CDISABLE): Likewise.
30426 [IS_IN (librt)] (CDISABLE): Likewise.
30427 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30428 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h (PSEUDO): Remove
30429 definition.
30430 (PSEUDO_END): Likewise.
30431 [IS_IN (libpthread)] (CENABLE): Likewise.
30432 [IS_IN (libpthread)] (CDISABLE): Likewise.
30433 [IS_IN (libc)] (CENABLE): Likewise.
30434 [IS_IN (libc)] (CENABLE): Likewise.
30435 [IS_IN (librt)] (CDISABLE): Likewise.
30436 [IS_IN (librt)] (CDISABLE): Likewise.
30437 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
30438
30439 2017-08-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
30440
30441 * sysdeps/ieee754/dbl-64/Makefile: Don't override CFLAGS.
30442
30443 2017-08-23 H.J. Lu <hongjiu.lu@intel.com>
30444
30445 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
30446
30447 2017-08-23 H.J. Lu <hongjiu.lu@intel.com>
30448
30449 [BZ #21982]
30450 * string/stratcliff.c (do_test): Declare size, nchars, inner,
30451 middle and outer with size_t instead of int. Repleace %d and
30452 %Zd with %zu in printf. Update "MAX (0, nchars - 128)" and
30453 "MAX (outer, nchars - 64)" to support unsigned outer and
30454 nchars. Also exit loop when outer == 0.
30455
30456 2017-08-23 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30457
30458 * include/fcntl.h (__fcntl_nocancel): Remove definition.
30459 * include/signal.h (__sigsuspend_nocancel): Likewise.
30460 * include/time.h (__nanosleep_nocancel): Likewise.
30461 * sysdeps/generic/not-cancel.h (__fcntl_nocancel): New macro.
30462 * login/utmp_file.c: Include non cancellable syscall header.
30463 * sysdeps/unix/sysv/linux/not-cancel.h (__fcntl_nocancel): New
30464 prototype.
30465
30466 2017-08-23 H.J. Lu <hongjiu.lu@intel.com>
30467
30468 * sysdeps/x86_64/fpu/svml_d_sincos8_core.S: Replace AVX512F
30469 .byte sequences with AVX512F instructions.
30470 * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Likewise.
30471 * sysdeps/x86_64/fpu/svml_s_sincosf16_core.S: Likewise.
30472 * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Likewise.
30473 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S:
30474 Likewise.
30475 * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S:
30476 Likewise.
30477
30478 2017-08-22 Szabolcs Nagy <szabolcs.nagy@arm.com>
30479 Steve Ellcey <sellcey@cavium.com>
30480
30481 * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_dynamic):
30482 Use PTR_REG macro in cmp instruction.
30483
30484 2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30485
30486 * include/libc-symbols.h: [!defined HAVE_GCC_IFUNC] (__ifunc):
30487 Change the return type of the ifunc resolver to match the return
30488 type of the target function.
30489
30490 2017-08-22 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30491
30492 * sysdeps/unix/sysv/linux/x86_64/syscalls.list (pread64): Remove.
30493 (preadv64): Likewise.
30494 (pwrite64(: Likewise.
30495 (pwritev64): Likewise.
30496
30497 * sysdeps/unix/sysv/linux/x86_64/sysdep.h
30498 (INTERNAL_SYSCALL_NCS_TYPES): Remove define.
30499 (LOAD_ARGS_0): Likewise.
30500 (LOAD_ARGS_1): Likewise.
30501 (LOAD_ARGS_2): Likewise.
30502 (LOAD_ARGS_3): Likewise.
30503 (LOAD_ARGS_4): Likewise.
30504 (LOAD_ARGS_5): Likewise.
30505 (LOAD_ARGS_6): Likewise.
30506 (LOAD_REGS_0): Likewise.
30507 (LOAD_REGS_1): Likewise.
30508 (LOAD_REGS_2): Likewise.
30509 (LOAD_REGS_3): Likewise.
30510 (LOAD_REGS_4): Likewise.
30511 (LOAD_REGS_5): Likewise.
30512 (LOAD_REGS_6): Likewise.
30513 (ASM_ARGS_0): Likewise.
30514 (ASM_ARGS_1): Likewise.
30515 (ASM_ARGS_2): Likewise.
30516 (ASM_ARGS_3): Likewise.
30517 (ASM_ARGS_4): Likewise.
30518 (ASM_ARGS_5): Likewise.
30519 (ASM_ARGS_6): Likewise.
30520 (LOAD_ARGS_TYPES_1): Likewise.
30521 (LOAD_ARGS_TYPES_2): Likewise.
30522 (LOAD_ARGS_TYPES_3): Likewise.
30523 (LOAD_ARGS_TYPES_4): Likewise.
30524 (LOAD_ARGS_TYPES_5): Likewise.
30525 (LOAD_ARGS_TYPES_6): Likewise.
30526 (LOAD_REGS_TYPES_1): Likewise.
30527 (LOAD_REGS_TYPES_2): Likewise.
30528 (LOAD_REGS_TYPES_3): Likewise.
30529 (LOAD_REGS_TYPES_4): Likewise.
30530 (LOAD_REGS_TYPES_5): Likewise.
30531 (LOAD_REGS_TYPES_6): Likewise.
30532 (TYPEFY): New define.
30533 (ARGIFY): Likewise.
30534 (internal_syscall0): Likewise.
30535 (internal_syscall1): Likewise.
30536 (internal_syscall2): Likewise.
30537 (internal_syscall3): Likewise.
30538 (internal_syscall4): Likewise.
30539 (internal_syscall5): Likewise.
30540 (internal_syscall6): Likewise.
30541 * sysdeps/unix/sysv/linux/x86_64/x32/times.c
30542 (INTERNAL_SYSCALL_NCS): Remove define.
30543 (internal_syscall1): Add define.
30544
30545 2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30546
30547 * math/w_remainder_compat.c: Remove duplicate inclusion of
30548 math-svid-compat.h.
30549 * math/w_remainderf_compat.c: Likewise.
30550 * math/w_remainderl_compat.c: Likewise.
30551
30552 2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30553
30554 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30555
30556 2017-08-22 Joseph Myers <joseph@codesourcery.com>
30557
30558 [BZ #21684]
30559 * math/tgmath.h (__floating_type): Simplify definitions.
30560 (__real_integer_type): New macro.
30561 (__complex_integer_type): Likewise.
30562 (__expr_is_real): Likewise.
30563 (__tgmath_real_type_sub): Update comment to describe handling of
30564 complex types.
30565 (__tgmath_complex_type_sub): New macro.
30566 (__tgmath_complex_type): Likewise.
30567 [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
30568 (__TGMATH_CF128): Use __expr_is_real.
30569 (__TGMATH_UNARY_REAL_IMAG): Use __tgmath_complex_type and
30570 __expr_is_real.
30571 (__TGMATH_BINARY_REAL_IMAG): Likewise.
30572 (__TGMATH_UNARY_REAL_IMAG_RET_REAL): Use __expr_is_real.
30573 * math/gen-tgmath-tests.py (Type.create_type): Create complex
30574 integer types.
30575
30576 2017-08-22 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30577
30578 * sysdeps/generic/not-cancel.h (sigsuspend_not_cancel): Remove
30579 macro.
30580 * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Remove
30581 alias.
30582 * sysdeps/unix/sysv/linux/not-cancel.h (sigsuspend_not_cancel):
30583 Likewise.
30584
30585 * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Replace
30586 nanosleep_not_cancel with __nanosleep_nocancel.
30587 * sysdeps/generic/not-cancel.h (nanosleep_not_cancel): Remove macro.
30588 (__nanosleep_nocancel): New macro.
30589 * sysdeps/unix/sysv/linux/nanosleep.c (__nanosleep_nocancel): New
30590 function.
30591 * sysdeps/unix/sysv/linux/not-cancel.h (nanosleep_not_cancel): Remove
30592 macro.
30593 (__nanosleep_nocancel): New prototype.
30594
30595 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full): Replace
30596 pause_not_cancel with __pause_nocancel.
30597 * sysdeps/generic/not-cancel.h (pause_not_cancel): Remove macro.
30598 (__pause_nocancel): New macro.
30599 * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): Remove
30600 macro.
30601 (__pause_nocancel): New prototype.
30602 * sysdeps/unix/sysv/linux/pause.c (__pause_nocancel): New function.
30603
30604 2017-08-22 Martin Sebor <msebor@redhat.com>
30605
30606 * include/libc-symbols.h (__ifunc_resolver): Declare resolver
30607 to return a pointer to the same type as the target function.
30608
30609 2017-08-22 H.J. Lu <hongjiu.lu@intel.com>
30610
30611 [BZ #18822]
30612 [BZ #21986]
30613 * include/printf.h (__printf_fphex): Add attribute_hidden.
30614 (__guess_grouping): New prototype.
30615 * stdio-common/printf_fp.c (__guess_grouping): Removed.
30616 * stdio-common/reg-printf.c (__register_printf_specifier): Add
30617 libc_hidden_proto and libc_hidden_def.
30618 * stdlib/strfmon_l.c (__guess_grouping): Removed.
30619 (__vstrfmon_l): Remove the third argument passed to
30620 __guess_grouping.
30621
30622 2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30623
30624 * math/math.h [defined __cplusplus] (issignaling): Provide a C++
30625 definition for issignaling that does not rely on __MATH_TG,
30626 since __MATH_TG uses __builtin_types_compatible_p, which is only
30627 available in C mode.
30628 (CFLAGS-test-math-issignaling.cc): New variable.
30629 * math/Makefile [CXX] (tests): Add test-math-issignaling.
30630 * math/test-math-issignaling.cc: New test for C++ implementation
30631 of type-generic issignaling.
30632 * sysdeps/powerpc/powerpc64le/Makefile [subdir == math]
30633 (CXXFLAGS-test-math-issignaling.cc): Add -mfloat128 to the build
30634 options of test-math-issignaling on powerpc64le.
30635
30636 2017-08-22 H.J. Lu <hongjiu.lu@intel.com>
30637
30638 * include/libc-symbols.h (__hidden_proto_hiddenattr): New for
30639 building libc.a.
30640 (hidden_proto): Likewise.
30641 (hidden_tls_proto): Likewise.
30642 (__hidden_proto): Likewise.
30643
30644 2017-08-22 Florian Weimer <fweimer@redhat.com>
30645
30646 math: Statically link tests of internal functionality.
30647 * math/Makefile (tests): Remove atest-exp, atest-sincos,
30648 atest-exp2.
30649 (tests-static): Add atest-exp, atest-sincos, atest-exp2.
30650 (gmp-objs): Remove assignment.
30651 (atest-exp, atest-sincos, atest-exp2): Remove targets.
30652
30653 2017-08-22 Joseph Myers <joseph@codesourcery.com>
30654
30655 [BZ #21987]
30656 * sysdeps/unix/sysv/linux/sparc/bits/long-double.h: Remove file
30657 and copy to ...
30658 * sysdeps/unix/sysv/linux/sparc/sparc32/bits/long-double.h:
30659 ... here.
30660 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/long-double.h:
30661 ... and here.
30662
30663 * assert/Makefile [$(have-cxx-thread_local)]: Move conditional
30664 variable definitions above inclusion of ../Rules.
30665
30666 2017-08-21 Joseph Myers <joseph@codesourcery.com>
30667
30668 * sysdeps/ieee754/k_standard.c (__kernel_standard): Add default
30669 case calling __builtin_unreachable.
30670
30671 2017-08-21 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30672
30673 * libio/ioopen.c (_IO_waitpid): Replace waitpid_not_cancel with
30674 __waitpid_nocancel.
30675 * sysdeps/generic/not-cancel.h (waitpid_not_cancel): Remove macro.
30676 (__waitpid_nocancel): New macro.
30677 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel): Remove
30678 macro.
30679 (__waitpid_nocancel): Replace macro with a function.
30680 * sysdeps/unix/sysv/linux/waitpid.c (__waitpid_nocancel): New
30681 function.
30682
30683 * login/utmp_file.c (timeout_handler): Replace fcntl_not_cancel with
30684 __fcntl_nocancel.
30685 * sysdeps/generic/not-cancel.h (fcntl_not_cancel): Remove macro.
30686 * sysdeps/unix/sysv/linux/not-cancel.h (fcntl_not_cancel): Likewise.
30687
30688 * gmon/gmon.c (write_hist): Replace writev_not_cancel_no_status with
30689 __writev_nocancel_nostatus.
30690 (write_call_graph): Likewise.
30691 (write_bb_counts): Likewise.
30692 * resolv/herror.c (herror): Likewise.
30693 * sysdeps/generic/not-cancel.h (writev_not_cancel_no_status): Remove
30694 macro.
30695 (__writev_nocancel_nostatus): New macro.
30696 * sysdeps/unix/sysv/linux/not-cancel.h (writev_not_cancel_no_status):
30697 Remove macro.
30698 (__writev_nocancel_nostatus): New function.
30699
30700 2017-08-21 Joseph Myers <joseph@codesourcery.com>
30701
30702 Revert:
30703 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30704
30705 * include/libc-symbols.h (__hidden_proto_hiddenattr): New for
30706 building libc.a.
30707 (hidden_proto): Likewise.
30708 (hidden_tls_proto): Likewise.
30709 (__hidden_proto): Likewise.
30710
30711 [BZ #21973]
30712 * sysdeps/sparc/sparc32/fpu/w_sqrt_compat.S: Remove file.
30713 * sysdeps/sparc/sparc32/fpu/w_sqrtf_compat.S: Likewise.
30714 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat-vis3.S:
30715 Likewise.
30716 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat.S:
30717 Likewise.
30718 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat-vis3.S:
30719 Likewise.
30720 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat.S:
30721 Likewise.
30722 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt_compat.S : Likewise.
30723 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf_compat.S: Likewise.
30724 * sysdeps/sparc/sparc64/fpu/w_sqrt_compat.S: Likewise.
30725 * sysdeps/sparc/sparc64/fpu/w_sqrtf_compat.S: Likewise.
30726 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Add
30727 GLIBC_2.0 sqrtl symbol.
30728
30729 * math/math.h [__USE_MISC] (_LIB_VERSION_TYPE): Remove.
30730 [__USE_MISC] (_LIB_VERSION): Likewise.
30731 [__USE_MISC] (struct exception): Likewise.
30732 [__USE_MISC] (matherr): Likewise.
30733 [__USE_MISC] (DOMAIN): Likewise.
30734 [__USE_MISC] (SING): Likewise.
30735 [__USE_MISC] (OVERFLOW): Likewise.
30736 [__USE_MISC] (UNDERFLOW): Likewise.
30737 [__USE_MISC] (TLOSS): Likewise.
30738 [__USE_MISC] (PLOSS): Likewise.
30739 [__USE_MISC] (HUGE): Likewise.
30740 [__USE_XOPEN] (MAXFLOAT): Define even if [__USE_MISC].
30741 * math/math-svid-compat.h: New file.
30742 * conform/linknamespace.pl (@whitelist): Remove matherr, matherrf
30743 and matherrl.
30744 * include/math.h [!_ISOMAC] (__matherr): Remove.
30745 * manual/arith.texi (FP Exceptions): Do not document matherr.
30746 * math/Makefile (tests): Change test-matherr to test-matherr-3.
30747 (tests-internal): New variable.
30748 (install-lib): Do not add libieee.a.
30749 (non-lib.a): Likewise.
30750 (extra-objs): Do not add libieee.a and ieee-math.o.
30751 (CPPFLAGS-s_lib_version.c): Remove variable.
30752 ($(objpfx)libieee.a): Remove rule.
30753 ($(addprefix $(objpfx), $(tests-internal)): Depend on $(libm).
30754 * math/ieee-math.c: Remove.
30755 * math/libm-test-support.c (matherr): Remove.
30756 * math/test-matherr.c: Use <support/test-driver.c>. Add copyright
30757 and license notices. Include <math-svid-compat.h> and
30758 <shlib-compat.h>.
30759 (matherr): Undefine as macro. Use compat_symbol_reference.
30760 (_LIB_VERSION): Likewise.
30761 * math/test-matherr-2.c: New file.
30762 * math/test-matherr-3.c: Likewise.
30763 * sysdeps/generic/math_private.h (__kernel_standard): Remove
30764 declaration.
30765 (__kernel_standard_f): Likewise.
30766 (__kernel_standard_l): Likewise.
30767 * sysdeps/ieee754/s_lib_version.c: Do not include <math.h> or
30768 <math_private.h>. Include <math-svid-compat.h>.
30769 (_LIB_VERSION): Undefine as macro.
30770 (_LIB_VERSION_INTERNAL): Always initialize to _POSIX_. Define
30771 only if [LIBM_SVID_COMPAT || !defined SHARED]. If
30772 [LIBM_SVID_COMPAT], use compat_symbol.
30773 * sysdeps/ieee754/s_matherr.c: Do not include <math.h> or
30774 <math_private.h>. Include <math-svid-compat.h>.
30775 (matherr): Undefine as macro.
30776 (__matherr): Define only if [LIBM_SVID_COMPAT]. Use
30777 compat_symbol.
30778 * sysdeps/ia64/fpu/libm_error.c: Include <math-svid-compat.h>.
30779 [_LIBC && LIBM_SVID_COMPAT] (matherrf): Use
30780 compat_symbol_reference.
30781 [_LIBC && LIBM_SVID_COMPAT] (matherrl): Likewise.
30782 [_LIBC && !LIBM_SVID_COMPAT] (matherrf): Define as macro.
30783 [_LIBC && !LIBM_SVID_COMPAT] (matherrl): Likewise.
30784 * sysdeps/ia64/fpu/libm_support.h: Include <math-svid-compat.h>.
30785 (MATHERR_D): Remove declaration.
30786 [!_LIBC] (_LIB_VERSION_TYPE): Likewise
30787 [!LIBM_BUILD] (_LIB_VERSIONIMF): Likewise.
30788 [LIBM_BUILD] (pmatherrf): Likewise.
30789 [LIBM_BUILD] (pmatherr): Likewise.
30790 [LIBM_BUILD] (pmatherrl): Likewise.
30791 (DOMAIN): Likewise.
30792 (SING): Likewise.
30793 (OVERFLOW): Likewise.
30794 (UNDERFLOW): Likewise.
30795 (TLOSS): Likewise.
30796 (PLOSS): Likewise.
30797 * sysdeps/ia64/fpu/s_matherrf.c: Include <math-svid-compat.h>.
30798 (__matherrf): Define only if [LIBM_SVID_COMPAT]. Use
30799 compat_symbol.
30800 * sysdeps/ia64/fpu/s_matherrl.c: Include <math-svid-compat.h>.
30801 (__matherrl): Define only if [LIBM_SVID_COMPAT]. Use
30802 compat_symbol.
30803 * math/lgamma-compat.h: Include <math-svid-compat.h>.
30804 * math/w_acos_compat.c: Likewise.
30805 * math/w_acosf_compat.c: Likewise.
30806 * math/w_acosh_compat.c: Likewise.
30807 * math/w_acoshf_compat.c: Likewise.
30808 * math/w_acoshl_compat.c: Likewise.
30809 * math/w_acosl_compat.c: Likewise.
30810 * math/w_asin_compat.c: Likewise.
30811 * math/w_asinf_compat.c: Likewise.
30812 * math/w_asinl_compat.c: Likewise.
30813 * math/w_atan2_compat.c: Likewise.
30814 * math/w_atan2f_compat.c: Likewise.
30815 * math/w_atan2l_compat.c: Likewise.
30816 * math/w_atanh_compat.c: Likewise.
30817 * math/w_atanhf_compat.c: Likewise.
30818 * math/w_atanhl_compat.c: Likewise.
30819 * math/w_cosh_compat.c: Likewise.
30820 * math/w_coshf_compat.c: Likewise.
30821 * math/w_coshl_compat.c: Likewise.
30822 * math/w_exp10_compat.c: Likewise.
30823 * math/w_exp10f_compat.c: Likewise.
30824 * math/w_exp10l_compat.c: Likewise.
30825 * math/w_exp2_compat.c: Likewise.
30826 * math/w_exp2f_compat.c: Likewise.
30827 * math/w_exp2l_compat.c: Likewise.
30828 * math/w_fmod_compat.c: Likewise.
30829 * math/w_fmodf_compat.c: Likewise.
30830 * math/w_fmodl_compat.c: Likewise.
30831 * math/w_hypot_compat.c: Likewise.
30832 * math/w_hypotf_compat.c: Likewise.
30833 * math/w_hypotl_compat.c: Likewise.
30834 * math/w_j0_compat.c: Likewise.
30835 * math/w_j0f_compat.c: Likewise.
30836 * math/w_j0l_compat.c: Likewise.
30837 * math/w_j1_compat.c: Likewise.
30838 * math/w_j1f_compat.c: Likewise.
30839 * math/w_j1l_compat.c: Likewise.
30840 * math/w_jn_compat.c: Likewise.
30841 * math/w_jnf_compat.c: Likewise.
30842 * math/w_jnl_compat.c: Likewise.
30843 * math/w_lgamma_main.c: Likewise.
30844 * math/w_lgamma_r_compat.c: Likewise.
30845 * math/w_lgammaf_main.c: Likewise.
30846 * math/w_lgammaf_r_compat.c: Likewise.
30847 * math/w_lgammal_main.c: Likewise.
30848 * math/w_lgammal_r_compat.c: Likewise.
30849 * math/w_log10_compat.c: Likewise.
30850 * math/w_log10f_compat.c: Likewise.
30851 * math/w_log10l_compat.c: Likewise.
30852 * math/w_log2_compat.c: Likewise.
30853 * math/w_log2f_compat.c: Likewise.
30854 * math/w_log2l_compat.c: Likewise.
30855 * math/w_log_compat.c: Likewise.
30856 * math/w_logf_compat.c: Likewise.
30857 * math/w_logl_compat.c: Likewise.
30858 * math/w_pow_compat.c: Likewise.
30859 * math/w_powf_compat.c: Likewise.
30860 * math/w_powl_compat.c: Likewise.
30861 * math/w_remainder_compat.c: Likewise.
30862 * math/w_remainderf_compat.c: Likewise.
30863 * math/w_remainderl_compat.c: Likewise.
30864 * math/w_scalb_compat.c: Likewise.
30865 * math/w_scalbf_compat.c: Likewise.
30866 * math/w_scalbl_compat.c: Likewise.
30867 * math/w_sinh_compat.c: Likewise.
30868 * math/w_sinhf_compat.c: Likewise.
30869 * math/w_sinhl_compat.c: Likewise.
30870 * math/w_sqrt_compat.c: Likewise.
30871 * math/w_sqrtf_compat.c: Likewise.
30872 * math/w_sqrtl_compat.c: Likewise.
30873 * math/w_tgamma_compat.c: Likewise.
30874 * math/w_tgammaf_compat.c: Likewise.
30875 * math/w_tgammal_compat.c: Likewise.
30876 * sysdeps/ieee754/dbl-64/w_exp_compat.c: Likewise.
30877 * sysdeps/ieee754/flt-32/w_expf_compat.c: Likewise.
30878 * sysdeps/ieee754/k_standard.c: Likewise.
30879 * sysdeps/ieee754/k_standardf.c: Likewise.
30880 * sysdeps/ieee754/k_standardl.c: Likewise.
30881 * sysdeps/ieee754/ldbl-128/w_expl_compat.c: Likewise.
30882 * sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Likewise.
30883 * sysdeps/ieee754/ldbl-96/w_expl_compat.c: Likewise.
30884 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt_compat.S: Likewise.
30885 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf_compat.S: Likewise.
30886 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt_compat.S: Likewise.
30887 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf_compat.S: Likewise.
30888 * sysdeps/sparc/sparc32/fpu/w_sqrt_compat.S: Likewise.
30889 * sysdeps/sparc/sparc32/fpu/w_sqrtf_compat.S: Likewise.
30890 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat-vis3.S:
30891 Likewise.
30892 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat-vis3.S:
30893 Likewise.
30894 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt_compat.S: Likewise.
30895 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf_compat.S: Likewise.
30896 * sysdeps/sparc/sparc64/fpu/w_sqrt_compat.S: Likewise.
30897 * sysdeps/sparc/sparc64/fpu/w_sqrtf_compat.S: Likewise.
30898
30899 2017-08-21 Florian Weimer <fweimer@redhat.com>
30900
30901 [BZ #21864]
30902 Do not compile benchmark helper objects with -DMODULE_NAME=libc.
30903 * benchtests/Makefile (others-extras): Set to $(bench-extra-objs).
30904 Move before inclusion of ../Rules.
30905
30906 2017-08-21 Florian Weimer <fweimer@redhat.com>
30907
30908 [BZ #21972]
30909 * assert/assert.h (assert): Use static_cast (bool) for C++.
30910 Use the ternary operator in the warning branch for GNU C.
30911 * assert/Makefile (tests): Add tst-assert-c++, tst-assert-g++.
30912 (CFLAGS-tst-assert-c++.o): Compile in C++11 mode.
30913 (CFLAGS-tst-assert-g++.o): Compile in GnU C++11 mode.
30914 (LDLIBS-tst-assert-c++, LDLIBS-tst-assert-g++): Link with libstdc++.
30915 * assert/tst-assert-c++.cc, assert/tst-assert-g++.cc: New files.
30916
30917 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30918
30919 [BZ #18822]
30920 * sysdeps/unix/sysv/linux/x86_64/init-first.c
30921 (__syscall_clock_gettime): Add attribute_hidden.
30922 * sysdeps/unix/sysv/linux/x86_64/makecontext.c
30923 (__start_context): Likewise.
30924
30925 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30926
30927 * include/libc-symbols.h (__hidden_proto_hiddenattr): New for
30928 building libc.a.
30929 (hidden_proto): Likewise.
30930 (hidden_tls_proto): Likewise.
30931 (__hidden_proto): Likewise.
30932
30933 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30934
30935 * include/libc-symbols.h (attribute_hidden): Enable hidden
30936 visibility in libc.a compiled with PIE.
30937
30938 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30939
30940 [BZ #18822]
30941 * sysdeps/unix/sysv/linux/x86/libc-vdso.h (VDSO_SYMBOL(getcpu)):
30942 Add attribute_hidden.
30943
30944 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30945
30946 [BZ #21864]
30947 * Makerules (all-nonlib): Add $(others-extras).
30948 * catgets/Makefile (others-extras): New.
30949 * elf/Makefile (others-extras): Likewise.
30950 * nss/Makefile (others-extras): Likewise.
30951
30952 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30953
30954 [BZ #18822]
30955 * csu/libc-start.c (__libc_multiple_libcs): Removed.
30956 * elf/dl-open.c: Include <libc-internal.h>.
30957 (__libc_multiple_libcs): Removed.
30958 * elf/dl-sysdep.c: Include <libc-internal.h> instead of
30959 <hp-timing.h>.
30960 * include/libc-internal.h (__libc_multiple_libcs): New.
30961 * misc/sbrk.c: Include <libc-internal.h>.
30962 (__libc_multiple_libcs): Removed.
30963
30964 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30965
30966 [BZ #18822]
30967 * grp/initgroups.c (__nss_group_database): Removed.
30968 (__nss_initgroups_database): Likewise.
30969 * nscd/gai.c (__nss_hosts_database): Likewise.
30970 * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Likewise.
30971 * posix/tst-rfc3484-2.c (__nss_hosts_database): Likewise.
30972 * posix/tst-rfc3484-3.c (__nss_hosts_database): Likewise.
30973 * posix/tst-rfc3484.c (__nss_hosts_database): Likewise.
30974 * sysdeps/posix/getaddrinfo.c (__nss_hosts_database): Likewise.
30975 * nss/getXXent.c (INTERNAL (REENTRANT_GETNAME)): Add
30976 attribute_hidden.
30977 * nss/nsswitch.c (__nss_database_custom): Define only if
30978 USE_NSCD is defined.
30979 (__nss_configure_lookup): Use __nss_database_custom only if
30980 USE_NSCD is defined.
30981 * nss/nsswitch.h (__nss_database_custom): Declare only if
30982 USE_NSCD is defined. Add attribute_hidden.
30983 (__nss_setent): Add attribute_hidden.
30984 (__nss_endent): Likewise.
30985 (__nss_getent_r): Likewise.
30986 (__nss_getent): Likewise.
30987 (DEFINE_DATABASE): Declare __nss_##arg##_database.
30988
30989 2017-08-20 H.J. Lu <hongjiu.lu@intel.com>
30990
30991 [BZ #18822]
30992 * sysdeps/unix/sysv/linux/i386/glob64.c (__old_glob64): Add
30993 libc_hidden_proto and libc_hidden_def.
30994
30995 2017-08-20 H.J. Lu <hongjiu.lu@intel.com>
30996
30997 [BZ #18822]
30998 * sysdeps/unix/sysv/linux/i386/olddirent.h (__old_readdir64):
30999 Add libc_hidden_proto.
31000 * sysdeps/unix/sysv/linux/i386/readdir64.c (__old_readdir64):
31001 Add libc_hidden_def.
31002
31003 2017-08-20 H.J. Lu <hongjiu.lu@intel.com>
31004
31005 [BZ #21974]
31006 * gmon/Makefile (routines): Remove bb_init_func and
31007 bb_exit_func.
31008 (elide-routines.os): Removed.
31009 * gmon/bb_exit_func.c: Likewise.
31010 * gmon/bb_init_func.c: Likewise.
31011 * include/sys/gmon.h (__bb): Likewise.
31012 (__bb_init_func): Likewise.
31013 (__bb_exit_func): Likewise.
31014 * sysdeps/alpha/bb_init_func.S: Likewise.
31015
31016 2017-08-20 H.J. Lu <hongjiu.lu@intel.com>
31017
31018 * debug/longjmp_chk.c (____longjmp_chk): Moved to ...
31019 * include/setjmp.h (____longjmp_chk): Here. Add
31020 attribute_hidden.
31021
31022 2017-08-19 H.J. Lu <hongjiu.lu@intel.com>
31023
31024 [BZ #18822]
31025 * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE2): Add
31026 attribute_hidden.
31027 (__strspn_sse2): Likewise.
31028
31029 2017-08-18 Adhemerval Zanella <adhemerval.zanella@linaro.org>
31030
31031 * sysdeps/generic/not-cancel.h (close_not_cancel): Remove macro.
31032 (close_not_cancel_no_status): Likewise.
31033 (__close_nocancel): New macro.
31034 (__close_nocancel_nostatus): Likewise.
31035 * sysdeps/unix/sysv/linux/not-cancel.h (__close_nocancel): Remove
31036 macro.
31037 (close_not_cancel): Likewise.
31038 (close_not_cancel_no_status): Likewise.
31039 (__close_nocancel): New prototype.
31040 (__close_nocancel_nostatus): New function.
31041 * sysdeps/unix/sysv/linux/close.c (__close_nocancel): New function.
31042 * catgets/open_catalog.c (__open_catalog): Replace
31043 close_not_cancel{_no_status) with __close_nocancel{_nostatus}.
31044 * gmon/gmon.c (write_gmon): Likewise.
31045 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
31046 * intl/loadmsgcat.c (close): Likewise.
31047 * io/ftw.c (open_dir_stream): Likewise.
31048 (ftw_startup): Likewise.
31049 * libio/fileops.c (_IO_file_open): Likewise.
31050 (_IO_file_close_mmap): Likewise.
31051 (_IO_file_close): Likewise.
31052 * libio/iopopen.c (_IO_dup2): Likewise.
31053 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
31054 * locale/loadlocale.c (_nl_load_locale): Likewise.
31055 * login/utmp_file.c (pututline_file): Likewise.
31056 (endutent_file): Likewise.
31057 * misc/daemon.c (daemon): Likewise.
31058 * nscd/nscd_getai.c (__nscd_getai): Likewise.
31059 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
31060 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
31061 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
31062 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
31063 * nscd/nscd_helper.c (open_socket): Likewise.
31064 (__nscd_open_socket): Likewise.
31065 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
31066 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Likewise.
31067 (__nscd_innetgr): Likewise.
31068 * nss/nss_db/db-open.c (internal_setent): Likewise.
31069 * resolv/res-close.c (__res_iclose): Likewise.
31070 * sunrpc/pm_getmaps.c (pmap_getmaps): Likewise.
31071 * sysdeps/posix/closedir.c (__closedir): Likewise.
31072 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Likewise.
31073 * sysdeps/posix/getcwd.c (__getcwd): Likewise.
31074 * sysdeps/posix/opendir.c (tryopen_o_directory): Likewise.
31075 (opendir_tail): Likewise.
31076 * sysdeps/posix/spawni.c (__spawni_child): Likewise.
31077 * sysdeps/unix/sysv/linux/check_native.c (__check_native): Likewise.
31078 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
31079 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
31080 * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Likewise.
31081 (gethostid): Likewise.
31082 * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Likewise.
31083 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
31084 Likewise.
31085 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
31086 * sysdeps/unix/sysv/linux/grantpt.c (close_all_fds): Likewise.
31087 * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system): Likewise.
31088 * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c (has_cpuclock):
31089 Likewise.
31090 * sysdeps/unix/sysv/linux/if_index.c (__if_nametoindex): Likewise.
31091 * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps): Likewise.
31092 * sysdeps/unix/sysv/linux/malloc-sysdep.h (check_may_shrink_heap):
31093 Likewise.
31094 * sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink): Likewise.
31095 * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
31096 Likewise.
31097 * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
31098 Likewise.
31099 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
31100 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Likewise.
31101 * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
31102 __close_nocancel.
31103
31104 * sysdeps/generic/not-cancel.h (openat_not_cancel): Remove macro.
31105 (openat_not_cancel_3): Likewise.
31106 (openat64_not_cancel_3): Likewise).
31107 (openat_not_cancel_3): Likewise).
31108 * sysdeps/unix/sysv/linux/not-cancel.h (openat_not_cancel): Remove
31109 macro.
31110 (openat_not_cancel_3): Likewise.
31111 (openat64_not_cancel): Likewise.
31112 (openat64_not_cancel_3): Likewise.
31113 * sysdeps/unix/sysv/linux/openat.c (__openat_nocancel): New function.
31114 * sysdeps/unix/sysv/linux/openat64.c (__openat64_nocancel): Likewise.
31115 * io/ftw.c (open_dir_stream): Replace openat{64}_not_cancel{_3} with
31116 __open{64}_nocancel.
31117 * sysdeps/mach/hurd/opendir.c (__opendirat): Likewise.
31118 * sysdeps/posix/getcwd.c (__getcwd): Likewise.
31119 * sysdeps/posix/opendir.c (__opendirat): Likewise.
31120
31121 2017-08-18 H.J. Lu <hongjiu.lu@intel.com>
31122
31123 [BZ #18822]
31124 * include/argz.h (__argz_create_sep): New function prototype.
31125 (__argz_append): Likewise.
31126 (__argz_add): Likewise.
31127 (__argz_add_sep): Likewise.
31128 (__argz_delete): Likewise.
31129 (__argz_insert): Likewise.
31130 (__argz_replace): Likewise.
31131 * string/argz.h (__argz_create_sep): Removed.
31132 (__argz_append): Likewise.
31133 (__argz_add): Likewise.
31134 (__argz_add_sep): Likewise.
31135 (__argz_delete): Likewise.
31136 (__argz_insert): Likewise.
31137 (__argz_replace): Likewise.
31138
31139 2017-08-18 H.J. Lu <hongjiu.lu@intel.com>
31140
31141 * elf/elf.h (NT_GNU_PROPERTY_TYPE_0): New.
31142 (NOTE_GNU_PROPERTY_SECTION_NAME): Likewise.
31143 (GNU_PROPERTY_STACK_SIZE): Likewie.
31144 (GNU_PROPERTY_NO_COPY_ON_PROTECTED): Likewie.
31145 (GNU_PROPERTY_LOPROC): Likewise.
31146 (GNU_PROPERTY_HIPROC): Likewise.
31147 (GNU_PROPERTY_LOUSER): Likewise.
31148 (GNU_PROPERTY_HIUSER): Likewise.
31149 (GNU_PROPERTY_X86_ISA_1_USED): Likwise.
31150 (GNU_PROPERTY_X86_ISA_1_NEEDED): Likwise.
31151 (GNU_PROPERTY_X86_FEATURE_1_AND): Likwise.
31152 (GNU_PROPERTY_X86_ISA_1_486): Likwise.
31153 (GNU_PROPERTY_X86_ISA_1_586): Likwise.
31154 (GNU_PROPERTY_X86_ISA_1_686): Likwise.
31155 (GNU_PROPERTY_X86_ISA_1_SSE): Likwise.
31156 (GNU_PROPERTY_X86_ISA_1_SSE2): Likwise.
31157 (GNU_PROPERTY_X86_ISA_1_SSE3): Likwise.
31158 (GNU_PROPERTY_X86_ISA_1_SSSE3): Likwise.
31159 (GNU_PROPERTY_X86_ISA_1_SSE4_1): Likwise.
31160 (GNU_PROPERTY_X86_ISA_1_SSE4_2): Likwise.
31161 (GNU_PROPERTY_X86_ISA_1_AVX): Likwise.
31162 (GNU_PROPERTY_X86_ISA_1_AVX2): Likwise.
31163 (GNU_PROPERTY_X86_ISA_1_AVX512F): Likwise.
31164 (GNU_PROPERTY_X86_ISA_1_AVX512CD): Likwise.
31165 (GNU_PROPERTY_X86_ISA_1_AVX512ER): Likwise.
31166 (GNU_PROPERTY_X86_ISA_1_AVX512PF): Likwise.
31167 (GNU_PROPERTY_X86_ISA_1_AVX512VL): Likwise.
31168 (GNU_PROPERTY_X86_ISA_1_AVX512DQ): Likwise.
31169 (GNU_PROPERTY_X86_ISA_1_AVX512BW): Likwise.
31170 (GNU_PROPERTY_X86_FEATURE_1_IBT): Likwise.
31171 (GNU_PROPERTY_X86_FEATURE_1_SHSTK): Likwise.
31172
31173 2017-08-18 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
31174
31175 * misc/sys/cdefs.h (__HAVE_GENERIC_SELECTION): Define to 0, if
31176 in C++ mode.
31177
31178 2017-08-18 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
31179
31180 [BZ #21930]
31181 * math/math.h (isinf): Check if in C or C++ mode before using
31182 __builtin_types_compatible_p, since this is a C mode feature.
31183
31184 2017-08-18 Adhemerval Zanella <adhemerval.zanella@linaro.org>
31185
31186 * sysdeps/generic/not-cancel.h (write_not_cancel): Remove macro.
31187 (__write_nocancel): New macro.
31188 * sysdeps/unix/sysv/linux/not-cancel.h (__write_nocancel):
31189 Rewrite as a function prototype.
31190 (write_not_cancel): Remove macro.
31191 * sysdeps/unix/sysv/linux/write.c (__write_nocancel): New function.
31192 * gmon/gmon.c (ERR): Replace write_not_cancel with __write_nocancel.
31193 (write_gmon): Likewise.
31194 * libio/fileops.c (_IO_new_file_write): Likewise.
31195 * login/utmp_file.c (pututline_file): Likewise.
31196 (updwtmp_file): Likewise.
31197 * stdio-common/psiginfo.c (psiginfo): Likewise.
31198 * sysdeps/posix/spawni.c (__spawni_child): Likewise.
31199 * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Likewise.
31200 * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps):
31201 Likewise.
31202 * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
31203 Likewise.
31204
31205 * sysdeps/generic/not-cancel.h (read_not_cancel): Remove macro.
31206 (__read_nocancel): New macro.
31207 * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
31208 __read_nocancel.
31209 * sysdeps/unix/sysv/linux/not-cancel.h (__read_nocancel): Remove
31210 macro.
31211 (__read_nocancel): New prototype.
31212 * sysdeps/unix/sysv/linux/read.c (__read_nocancel): New function.
31213 * catgets/open_catalog.c (__open_catalog): Replace read_not_cancel
31214 with __read_nocancel.
31215 * intl/loadmsgcat.c (read): Likewise.
31216 * libio/fileops.c (_IO_file_read): Likewise.
31217 * locale/loadlocale.c (_nl_load_locale): Likewise.
31218 * login/utmp_file.c (getutent_r_file): Likewise.
31219 (internal_getut_r): Likewise.
31220 (getutline_r_file): Likewise.
31221 * sysdeps/unix/sysv/linux/fips-private.h (fips_enable_p): Likewise.
31222 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
31223 * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Likewise.
31224 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
31225 Likewise.
31226 * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Likewise.
31227 * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system): Likewise.
31228 * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c (has_cpuclock):
31229 Likewise.
31230 * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps):
31231 Likewise.
31232 * sysdeps/unix/sysv/linux/malloc-sysdep.h (check_may_shrink_heap):
31233 Likewise.
31234 * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
31235 Likewise.
31236 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Likewise.
31237
31238 2017-08-18 H.J. Lu <hongjiu.lu@intel.com>
31239
31240 [BZ #21966]
31241 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx2.h
31242 (IFUNC_SELECTOR): Don't use the AVX2 version if FMA isn't
31243 usable.
31244
31245 2017-08-17 DJ Delorie <dj@redhat.com>
31246
31247 * bug17079.c: Update to new test harness.
31248 * test-digits-dots.c: Likewise.
31249 * test-netdb.c: Likewise.
31250 * tst-field.c: Likewise.
31251 * tst-nss-getpwent.c: Likewise.
31252 * tst-nss-static.c: Likewise.
31253 * tst-nss-test1.c: Likewise.
31254 * tst-nss-test2.c: Likewise.
31255 * tst-nss-test3.c: Likewise.
31256 * tst-nss-test4.c: Likewise.
31257 * tst-nss-test5.c: Likewise.
31258
31259 2017-08-17 Adhemerval Zanella <adhemerval.zanella@linaro.org>
31260
31261 * sysdeps/generic/not-cancel.h (open_not_cancel): Remove macro.
31262 (open_not_cancel_2): Likewise.
31263 (open_nocancel): New macro.
31264 (open64_nocancel): Likewise.
31265 * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Remove macro.
31266 (open_not_cancel_2): Likewise.
31267 (__open_nocancel): New prototype.
31268 (__open64_nocancel): Likewise.
31269 * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
31270 __open_nocancel.
31271 * sysdeps/unix/sysv/linux/open.c (__open_nocancel): New function.
31272 * sysdeps/unix/sysv/linux/open64.c (__open64_nocancel): Likewise.
31273 * catgets/open_catalog.c (__open_catalog): Replace open_not_cancel{_2}
31274 with __open_nocancel.
31275 * csu/check_fds.c (check_one_fd): Likewise.
31276 * gmon/gmon.c (write_gmon): Likewise.
31277 * iconv/gconv_cache.c (__gconv_load_cached): Likewise.
31278 * intl/loadmsgcat.c (open): Likewise.
31279 * libio/fileops.c (_IO_file_open): Likewise.
31280 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
31281 * locale/loadlocale.c (_nl_load_locale): Likewise.
31282 * login/utmp_file.c (setutent_file): Likewise.
31283 * misc/daemon.c (daemon): Likewise.
31284 * nss/nss_db/db-open.c (internal_setent): Likewise.
31285 * sysdeps/mach/hurd/opendir.c (__opendirat): Likewise.
31286 * sysdeps/posix/libc_fatal.c (__libc_message): Likewise.
31287 * sysdeps/posix/opendir.c (tryopen_o_directory): Likewise.
31288 (__opendir): Likewise.
31289 * sysdeps/posix/spawni.c (__spawni_child): Likewise.
31290 * sysdeps/unix/sysv/linux/fips-private.h (fips_enable_p): Likewise.
31291 * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Likewise.
31292 (gethostid): Likewise.
31293 * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Likewise.
31294 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
31295 Likewise.
31296 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
31297 * sysdeps/unix/sysv/linux/grantpt.c (__close_all_fds): Likewise.
31298 * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system): Likewise.
31299 * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c (has_cpuclock):
31300 Likewise.
31301 * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps):
31302 Likewise.
31303 * sysdeps/unix/sysv/linux/malloc-sysdep.h (check_may_shrink_heap):
31304 Likewise.
31305 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
31306 Likewise.
31307 * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
31308 Likewise.
31309 * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
31310 Likewise.
31311 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
31312 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Likewise.
31313
31314 2017-08-17 Wilco Dijkstra <wdijkstr@arm.com>
31315
31316 * benchtests/bench-skeleton.c (main): Add support for
31317 latency benchmarking.
31318 * benchtests/scripts/bench.py: Add support for latency benchmarking.
31319
31320 2017-08-17 H.J. Lu <hongjiu.lu@intel.com>
31321
31322 * Makeconfig (+link-pie-before-libc): Add CRT-* hook to override
31323 the startup object.
31324
31325 2017-08-17 Florian Weimer <fweimer@redhat.com>
31326
31327 * include/sys/socket.h (__opensock): Remove internal_function.
31328 * socket/opensock.c (__opensock): Likewise.
31329 * sysdeps/unix/sysv/linux/opensock.c (__opensock): Likewise.
31330
31331 2017-08-16 Joseph Myers <joseph@codesourcery.com>
31332
31333 [BZ #21944]
31334 * signal/bits/types/__sigval_t.h: New file.
31335 * signal/Makefile (headers): Add bits/types/__sigval_t.h.
31336 * signal/bits/types/sigval_t.h: Include <bits/types/__sigval_t.h>
31337 and define sigval_t using __sigval_t.
31338 * include/bits/types/__sigval_t.h: New file.
31339 * bits/types/sigevent_t.h: Include <bits/types/__sigval_t.h>
31340 instead of <bits/types/__sigval_t.h>.
31341 (struct sigevent): Use __sigval_t instead of sigval_t.
31342 * bits/types/siginfo_t.h: Include <bits/types/__sigval_t.h>
31343 instead of <bits/types/__sigval_t.h>.
31344 (siginfo_t): Use __sigval_t instead of sigval_t.
31345 * sysdeps/unix/sysv/linux/bits/types/sigevent_t.h: Include
31346 <bits/types/__sigval_t.h> instead of <bits/types/__sigval_t.h>.
31347 (struct sigevent): Use __sigval_t instead of sigval_t.
31348 * sysdeps/unix/sysv/linux/bits/types/siginfo_t.h: Include
31349 <bits/types/__sigval_t.h> instead of <bits/types/__sigval_t.h>.
31350 (siginfo_t): Use __sigval_t instead of sigval_t.
31351 * signal/signal.h [__USE_MISC]: Include <bits/types/sigval_t.h>.
31352
31353 2017-08-16 H.J. Lu <hongjiu.lu@intel.com>
31354
31355 * NEWS: Remove "[Add new features here]" for 2.27.
31356
31357 2017-08-16 Joseph Myers <joseph@codesourcery.com>
31358
31359 * sysdeps/unix/sysv/linux/sh/localplt.data: Allow abort in
31360 libc.so.
31361
31362 2017-08-16 H.J. Lu <hongjiu.lu@intel.com>
31363
31364 * NEWS: Mention x86-64 FMA optimization.
31365
31366 2017-08-16 H.J. Lu <hongjiu.lu@intel.com>
31367
31368 [BZ #21912]
31369 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
31370 Add e_expf-fma.
31371 * sysdeps/x86_64/fpu/multiarch/e_expf-fma.S: New file.
31372 * sysdeps/x86_64/fpu/multiarch/e_expf.c: Likewise.
31373 * sysdeps/x86_64/fpu/multiarch/ifunc-fma.h: Likewise.
31374
31375 2017-08-16 Andreas Schwab <schwab@suse.de>
31376
31377 [BZ #16750]
31378 CVE-2009-5064
31379 * elf/ldd.bash.in: Never run file directly.
31380
31381 2017-08-15 H.J. Lu <hongjiu.lu@intel.com>
31382
31383 [BZ #21955]
31384 * sysdeps/x86_64/fpu/e_expf.S (L(SP_RANGE)): Aligned to 8 bytes.
31385 (L(SP_INF_0)): Likewise.
31386
31387 2017-08-15 Florian Weimer <fweimer@redhat.com>
31388
31389 * gmon/Makefile (tests-special): Add tst-gmon-prof only if
31390 run-built-tests.
31391
31392 2017-08-15 Florian Weimer <fweimer@redhat.com>
31393
31394 Remove BROKEN_THREAD_SIGNALS support for LinuxThreads.
31395 * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): Remove
31396 BROKEN_THREAD_SIGNALS code.
31397 * sysdeps/ppthread/aio_misc.h (struct waitlist, struct
31398 request_list): Remove caller_pid member used for
31399 BROKEN_THREAD_SIGNALS.
31400 [BROKEN_THREAD_SIGNALS] (__aio_notify_only): Remove declaration.
31401 * sysdeps/pthread/aio_notify.c (__aio_notify_only, __aio_notify):
31402 Remove BROKEN_THREAD_SIGNALS support.
31403 * sysdeps/pthread/aio_suspend.c (aio_suspend): Likewise.
31404 * sysdeps/pthread/lio_listio.c (lio_listio_internal): Likewise.
31405
31406 2017-08-15 Florian Weimer <fweimer@redhat.com>
31407
31408 * gmon/Makefile (tests): Add tst-gmon.
31409 (CFLAGS-tst-gmon.c, LDFLAGS-tst-gmon, CRT-tst-gmon, tst-gmon-ENV):
31410 Set.
31411 (tests-special): Add tst-gmon-prof.out.
31412 (tst-gmon.out): Depend on clean-tst-gmon-data.
31413 (clean-tst-gmon-data, tst-gmon-gprof.out): New targets.
31414 * gmon/tst-gmon.c, gmon/tst-gmon-gprof.sh: New files.
31415 * Makeconfig (+link-before-libc): Add CRT-* hook to override the
31416 startup object.
31417 * aclocal.m4 (GPROF): Set and substitute.
31418 * config.amke.in (GPROF): Set.
31419 * configure: Regenerate.
31420
31421 2017-08-15 Gustavo Romero <gromero@linux.vnet.ibm.com>
31422
31423 * elf/elf.h A (NT_PPC_TAR): New macro.
31424 (NT_PPC_PPR): Likewise.
31425 (NT_PPC_DSCR): Likewise.
31426 (NT_PPC_EBB): Likewise.
31427 (NT_PPC_PMU): Likewise.
31428 (NT_PPC_TM_CGPR): Likewise.
31429 (NT_PPC_TM_CFPR): Likewise.
31430 (NT_PPC_TM_CVMX): Likewise.
31431 (NT_PPC_TM_CVSX): Likewise.
31432 (NT_PPC_TM_SPR): Likewise.
31433 (NT_PPC_TM_CTAR): Likewise.
31434 (NT_PPC_TM_CPPR): Likewise.
31435 (NT_PPC_TM_CDSCR): Likewise.
31436
31437 2017-08-15 Florian Weimer <fweimer@redhat.com>
31438
31439 * sysdeps/i386/machine-gmon.h (mcount_internal): Declare with
31440 regparm (2) instead of internal_function.
31441 (_MCOUNT_DECL): Adjust.
31442
31443 2017-08-15 Stefan Liebler <stli@linux.vnet.ibm.com>
31444
31445 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add z14.
31446 * sysdeps/s390/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increased.
31447
31448 2017-08-14 Joseph Myers <joseph@codesourcery.com>
31449
31450 * conform/data/sys/wait.h-data (si_value): Do not expect for
31451 XPG42.
31452
31453 2017-08-14 Florian Weimer <fweimer@redhat.com>
31454
31455 [BZ #21962]
31456 NSS: Create stubs for accidentally exported lookup functions.
31457 * grp/initgroups.c (__nss_group_lookup, __nss_lookup_function):
31458 Remove declaration.
31459 * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
31460 (ether_hostton): Call __nss_ethers_lookup2 instead.
31461 * inet/ether_ntoh.c (__nss_ethers_lookup): Remove declaration.
31462 (ether_ntohost): Call __nss_ethers_lookup2 instead.
31463 * inet/getnetgrent_r.c (__nss_netgroup_lookup): Remove declaration.
31464 (setup): Call __nss_netgroup_lookup2 instead.
31465 * nss/Makefile (routines): Add compat-lookup.
31466 * nss/Versions (GLIBC_2.27): Add symbol version.
31467 * nss/XXX-lookup (DB_LOOKUP_FCT): Remove declaration. Now provided by <nsswitch.h>.
31468 (DB_COMPAT_FCT): Remove.
31469 * nss/compat-lookup.c: New file.
31470 * nss/nsswitch.h: Generate __nss_*_lookup2 function prototypes
31471 from databases.def.
31472 * nss/service-lookup.c (NO_COMPAT): Remove definition.
31473 * sunrpc/netname.c (__nss_publickey_lookup): Remove declaration.
31474 (netname2user): Call __nss_publickey_lookup2 instead.
31475 * sunrpc/publickey.c (__nss_publickey_lookup): Remove declaration.
31476 (getpublickey, getsecretkey): Call __nss_publickey_lookup2
31477 instead.
31478
31479 2017-08-14 Adhemerval Zanella <adhemerval.zanella@linaro.org>
31480 Sergei Trofimovich <slyfox@inbox.ru>
31481
31482 [BZ #21908]
31483 * sysdeps/unix/sysv/linux/m68k/mmap_internal.h (MMAP2_PAGE_SHIFT):
31484 Rename to MMAP2_PAGE_UNIT.
31485 * sysdeps/unix/sysv/linux/mmap.c: Include mmap_internal iff
31486 __OFF_T_MATCHES_OFF64_T is not defined.
31487 * sysdeps/unix/sysv/linux/mmap_internal.h (page_unit): Declare as
31488 uint64_t.
31489 (MMAP2_PAGE_UNIT) [MMAP2_PAGE_UNIT == -1]: Redefine to page_unit.
31490 (page_unit) [MMAP2_PAGE_UNIT != -1]: Remove definition.
31491
31492 2017-08-14 Florian Weimer <fweimer@redhat.com>
31493
31494 i386: Do not set internal_function.
31495 * config.h.in (USE_REGPARMS, internal_function): Remove.
31496 * sysdeps/i386/configure.ac (USE_REGPARMS): Likewise.
31497 * sysdeps/i386/configure (USE_REGPARMS): Likewise.
31498
31499 2017-08-14 Florian Weimer <fweimer@redhat.com>
31500
31501 * elf/dl-init.c (_dl_init): Remove internal_function.
31502 * sysdeps/generic/ldsodefs.h (_dl_init): Likewise.
31503 * sysdeps/i386/dl-machine.h (RTLD_START): Adjust call to _dl_init.
31504
31505 2017-08-14 Florian Weimer <fweimer@redhat.com>
31506
31507 * elf/rtld.c (_dl_start): Remove internal_function.
31508 * sysdeps/i386/dl-machine.h (RTLD_START): Adjust call to
31509 _dl_start.
31510
31511 2017-08-14 Florian Weimer <fweimer@redhat.com>
31512
31513 * elf/dl-fini.c (_dl_fini): Remove internal_function
31514 * sysdeps/generic/ldsodefs.h (_dl_fini): Likewise.
31515
31516 2017-08-14 H.J. Lu <hongjiu.lu@intel.com>
31517
31518 * sysdeps/x86/cpu-features.h (bit_cpu_IBT): New.
31519 (bit_cpu_SHSTK): Likewise.
31520 (index_cpu_IBT): Likewise.
31521 (index_cpu_SHSTK): Likewise.
31522 (reg_IBT): Likewise.
31523 (reg_SHSTK): Likewise.
31524 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
31525 Handle index_cpu_IBT and index_cpu_SHSTK.
31526
31527 2017-08-14 Mike FABIAN <mfabian@redhat.com>
31528
31529 [BZ #19982]
31530 * po/fr.po: Fix spelling mistake.
31531
31532 2017-08-13 Florian Weimer <fweimer@redhat.com>
31533
31534 * elf/dl-addr.c (_dl_addr): Remove internal_function.
31535 * elf/dl-error-skeleton.c (_dl_signal_error, _dl_signal_cerror)
31536 (_dl_catch_error, _dl_receive_error): Likewise.
31537 * elf/dl-open.c (_dl_find_dso_for_object): Likewise.
31538 * elf/dl-tls.c (_dl_allocate_tls_init, _dl_allocate_tls)
31539 (_dl_deallocate_tls): Likewise.
31540 * include/dlfcn.h (_dl_addr): Likewise.
31541 * sysdeps/generic/ldsodefs.h (_dl_signal_error, _dl_signal_cerror)
31542 (_dl_catch_error, _dl_receive_error, _dl_find_dso_for_object)
31543 (_dl_allocate_tls_init, _dl_allocate_tls, _dl_deallocate_tls):
31544 Likewise.
31545
31546 2017-08-13 Florian Weimer <fweimer@redhat.com>
31547
31548 * include/stdlib.h: (__strtof_nan, __strtod_nan, __strtold_nan)
31549 (__wcstof_nan, __wcstod_nan, __wcstold_nan): Remove
31550 internal_function.
31551 * stdlib/sttod_nan_main.c (STRTOD_NAN): Likewise.
31552
31553 2017-08-13 Florian Weimer <fweimer@redhat.com>
31554
31555 * elf/dl-support.c (_dl_make_stack_executable_hook): Remove
31556 internal_function.
31557 * nptl/allocatestack.c (__make_stacks_executable): Likewise.
31558 * nptl/pthreadP.h (__make_stacks_executable): Likewise.
31559 * sysdeps/generic/ldsodefs.h (_rtld_global): Remove
31560 internal_function from _dl_make_stack_executable_hook member.
31561 (_dl_make_stack_executable): Remove internal_function.
31562 * sysdeps/mach/hurd/dl-execstack.c (_dl_make_stack_executable):
31563 Likewise.
31564 * sysdeps/unix/sysv/linux/dl-execstack.c
31565 (_dl_make_stack_executable): Likewise.
31566
31567 2017-08-13 Florian Weimer <fweimer@redhat.com>
31568
31569 * sysdeps/unix/sysv/linux/netlinkaccess.h
31570 (__netlink_assert_response): Remove internal_function.
31571 * sysdeps/unix/sysv/linux/netlink_assert_response.c
31572 (__netlink_assert_response): Likewise.
31573
31574 2017-08-13 Florian Weimer <fweimer@redhat.com>
31575
31576 * include/rpc/pmap_clnt.h (__libc_rpc_getport): Remove
31577 internal_function.
31578 * sunrpoc/pm_getport.c (__libc_rpc_getport): Likewise.
31579
31580 2017-08-13 Florian Weimer <fweimer@redhat.com>
31581
31582 * grp/grp-merge.h (__copy_grp, __merge_grp): Remove
31583 internal_function.
31584 * grp/grp-merge.c (__copy_grp, __merge_grp): Likewise.
31585 * inet/netgroup.h (__internal_setnetgrent)
31586 (__internal_endnetgrent,__internal_getnetgrent_r): Likewise.
31587 * inet/getnetgrent_r.c (__internal_setnetgrent)
31588 (__internal_endnetgrent,__internal_getnetgrent_r): Likewise.
31589 * nss/XXX-lookup.c (DB_LOOKUP_FCT, DB_COMPAT_FCT): Likewise.
31590 * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Likewise.
31591 * nss/getXXent_r.c (DB_LOOKUP_FCT): Likewise.
31592 * nss/nsswitch.h (db_lookup_function): Likewise.
31593
31594 2017-08-13 Florian Weimer <fweimer@redhat.com>
31595
31596 * debug/fortify_fail.c (__fortify_fail, __fortify_fail_abort):
31597 Remove internal_function.
31598 * include/stdio.h (__fortify_fail, __fortify_fail_abort): Likewise.
31599 * sysdeps/mach/hurd/i386/____longjmp_chk.S (CALL_FAIL): Pass
31600 message argument on the stack.
31601 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S (CALL_FAIL):
31602 Likeweise.
31603
31604 2017-08-12 Mike FABIAN <mfabian@redhat.com>
31605
31606 Adapt test case data to the changes in the thousands
31607 separators.
31608
31609 [BZ #20756]
31610 * localedata/tst-langinfo.sh: Adapt test case data.
31611 * stdlib/tst-strfmon_l.c: Likewise.
31612 * stdlib/tst-strtod4.c: Likewise.
31613 * stdlib/tst-strtod5i.c: Likewise.
31614
31615 2017-08-11 Florian Weimer <fweimer@redhat.com>
31616
31617 [BZ #21242]
31618 * assert/assert.h [__GNUC__ && !__STRICT_ANSI__] (assert):
31619 Suppress pedantic warning resulting from statement expression.
31620 (__ASSERT_FUNCTION): Add missing __extension__.
31621
31622 2017-08-11 Siddhesh Poyarekar <siddhesh@sourceware.org>
31623
31624 * benchtests/bench-memmove-large.c: Print output in JSON
31625 format.
31626 * benchtests/bench-memmove.c: Likewise.
31627
31628 * benchtests/bench-memccpy.c (do_one_test): Remove checks.
31629 * benchtests/bench-memchr.c (do_one_test): Likewise.
31630 * benchtests/bench-memcpy-large.c (do_one_test): Likewise.
31631 * benchtests/bench-memcpy.c (do_one_test): Likewise.
31632 * benchtests/bench-memmove-large.c (do_one_test): Likewise.
31633 * benchtests/bench-memmove.c (do_one_test): Likewise.
31634 * benchtests/bench-memset-large.c (do_one_test): Likewise.
31635 * benchtests/bench-memset.c (do_one_test): Likewise.
31636 * benchtests/bench-string.h (test_init): Remove memsets.
31637
31638 2017-08-10 Rical Jasan <ricaljasan@pacific.net>
31639
31640 * manual/lang.texi
31641 (Computing the Width of an Integer Data Type): Rename section to
31642 "Width of an Integer Type". Remove inaccurate statement regarding
31643 lack of C language facilities for determining width of integer
31644 types, and reorder content to improve flow and context of
31645 discussion.
31646
31647 2017-08-10 Rical Jasan <ricaljasan@pacific.net>
31648
31649 * lang.texi (va_copy): Change standard from ISO to C99.
31650 (__va_copy): Add standard and header annotation.
31651 Update description for clarity of origins and current use.
31652
31653 2017-08-10 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
31654
31655 [BZ #21941]
31656 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrtf128): Since
31657 xssqrtqp requires operands to be in Vector Registers
31658 (Altivec/VMX), replace the register constraint 'wq' with 'v'.
31659 * sysdeps/powerpc/powerpc64le/power9/fpu/e_sqrtf128.c
31660 (__ieee754_sqrtf128): Likewise.
31661
31662 2017-08-10 Wilco Dijkstra <wdijkstr@arm.com>
31663
31664 * sysdeps/aarch64/memcmp.S (memcmp):
31665 Rewrite of optimized memcmp.
31666
31667 2017-08-10 Florian Weimer <fweimer@redhat.com>
31668
31669 Introduce ld.so exceptions.
31670 * sysdeps/generic/ldsodefs.h (struct dl_exception): Define.
31671 (_dl_exception_create, _dl_exception_create_format)
31672 (_dl_exception_free, _dl_signal_exception, _dl_signal_cexception)
31673 (_dl_catch_exception): Declare.
31674 (_dl_catch_error): Update comment.
31675 * elf/dl-error-skeleton.c (struct catch): Replace objname,
31676 errstring, malloced members with exception member.
31677 (_dl_out_of_memory): Remove.
31678 (fatal_error): New function, extracted from _dl_signal_error.
31679 (_dl_signal_exception, _dl_signal_cexception): New functions.
31680 (_dl_signal_error): Call _dl_exception_create to allocate an
31681 exception object.
31682 (_dl_catch_exception): New function, based on _dl_catch_error.
31683 (_dl_catch_error): Implement using _dl_catch_exception.
31684 * elf/dl-exception.c: New file.
31685 * elf/Makefile (dl-routines): Add dl-exception.
31686 (elide-routines.os): Likewise.
31687 * elf/Version (ld/GLIBC_PRIVATE): Add _dl_exception_create,
31688 _dl_exception_create_format, _dl_exception_free.
31689 * elf/dl-deps.c (_dl_map_object_deps): Use _dl_catch_exception and
31690 _dl_signal_exception.
31691 * elf/dl-lookup.c (make_string): Remove.
31692 (_dl_lookup_symbol_x): Use _dl_exception_create_format,
31693 _dl_signal_cexception, _dl_exception_free.
31694 * elf/dl-open.c (_dl_open): Use _dl_catch_exception and
31695 _dl_signal_exception.
31696 * elf/dl-sym.c (do_sym): Likewise.
31697 * elf/dl-version.c (make_string): Remove.
31698 (match_symbol): Use _dl_exception_create_format,
31699 _dl_signal_cexception, _dl_exception_free.
31700 (_dl_check_map_versions): Likewise.
31701 * sysdeps/generic/localplt.data (ld.so): Add _dl_signal_exception,
31702 _dl_catch_exception.
31703 * sysdeps/unix/sysv/linux/aarch64/localplt.data (ld.so): Likewise.
31704 * sysdeps/unix/sysv/linux/alpha/localplt.data (ld.so): Likewise.
31705 * sysdeps/unix/sysv/linux/arm/localplt.data (ld.so): Likewise.
31706 * sysdeps/unix/sysv/linux/hppa/localplt.data (ld.so): Likewise.
31707 * sysdeps/unix/sysv/linux/i386/localplt.data (ld.so): Likewise.
31708 * sysdeps/unix/sysv/linux/ia64/localplt.data (ld.so): Likewise.
31709 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Likewise.
31710 * sysdeps/unix/sysv/linux/microblaze/localplt.data (ld.so):
31711 Likewise.
31712 * sysdeps/unix/sysv/linux/nios2/localplt.data (ld.so): Likewise.
31713 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data
31714 (ld.so): Likewise.
31715 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data
31716 (ld.so): Likewise.
31717 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data (ld.so):
31718 Likewise.
31719 * sysdeps/unix/sysv/linux/s390/localplt.data (ld.so): Likewise.
31720 * sysdeps/unix/sysv/linux/sh/localplt.data (ld.so): Likewise.
31721 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data (ld.so):
31722 Likewise.
31723 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data (ld.so):
31724 Likewise.
31725 * sysdeps/x86_64/localplt.data (ld.so): Likewise.
31726
31727 2017-08-10 Florian Weimer <fweimer@redhat.com>
31728
31729 * inet/net-internal.h (__inet6_scopeid_pton): Remove
31730 attribute_hidden, internal_function.
31731 * inet/inet6_scopeid_pton.c (__inet6_scopeid_pton): Remove
31732 internal_function.
31733
31734 2017-08-10 Florian Weimer <fweimer@redhat.com>
31735
31736 * malloc/malloc.c (get_max_fast): Reimplement as an inline
31737 function which calls __builtin_unreachable.
31738
31739 2017-08-10 Mike FABIAN <mfabian@redhat.com>
31740
31741 * stdlib/tst-strfmon_l.c: Fix test cases to agree with the changes in
31742 Indian monetary formatting
31743 * stdlib/Makefile: Adapt list of locales needed for the tst-strfmon_l.c
31744 test cases.
31745
31746 2017-08-09 Dmitry V. Levin <ldv@altlinux.org>
31747
31748 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h (enum __ptrace_request):
31749 Fix typo in comment.
31750
31751 [BZ #21928]
31752 * sysdeps/unix/sysv/linux/sys/ptrace.h (enum __ptrace_flags,
31753 PTRACE_SEIZE_DEVEL): Remove.
31754 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h: Likewise.
31755 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
31756 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
31757 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
31758 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
31759
31760 2017-08-09 Joseph Myers <joseph@codesourcery.com>
31761
31762 * posix/bits/types.h (__qaddr_t): Remove.
31763
31764 [BZ #21457]
31765 * sysdeps/arm/sys/ucontext.h (__ctx): Move undefine further down.
31766 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
31767 __glibc_reserved1.
31768 * sysdeps/generic/sys/ucontext.h (__ctx): New macro.
31769 (ucontext_t): Use __ctx with uc_flags.
31770 * sysdeps/i386/sys/ucontext.h (__ctx): Move undefine further down.
31771 (__ctxt): Likewise.
31772 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
31773 __glibc_reserved1.
31774 * sysdeps/m68k/sys/ucontext.h (__ctx): Move undefine further down.
31775 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
31776 __glibc_reserved1.
31777 * sysdeps/mips/sys/ucontext.h (__ctx): Move undefine further down.
31778 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
31779 __glibc_reserved1.
31780 * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h (__ctx): New
31781 macro.
31782 (ucontext_t): Use __ctx with uc_flags.
31783 * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (__ctx): New macro.
31784 (ucontext_t): Use __ctx with uc_flags.
31785 * sysdeps/unix/sysv/linux/arm/sys/ucontext.h (__ctx): New macro.
31786 (ucontext_t): Use __ctx with uc_flags and uc_regspace.
31787 * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h (__ctx): New macro.
31788 (ucontext_t): Use __ctx with uc_flags.
31789 * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h (__ctx): Move
31790 undefine further down.
31791 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
31792 __glibc_reserved1.
31793 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (__ctx): Move
31794 undefine further down.
31795 (ucontext_t): Use __ctx with uc_flags.
31796 * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h (__ctx): Move
31797 undefine further down.
31798 (ucontext_t): Use __ctx with uc_flags.
31799 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext_t): Use
31800 __ctx with uc_flags, uc_regs_ptr, uc_regs and uc_reg_space.
31801 Rename uc_pad to __glibc_reserved1.
31802 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__ctx): Move
31803 undefine further down.
31804 (ucontext_t): Use __ctx with uc_flags.
31805 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h (__ctx): Move undefine
31806 further down.
31807 (ucontext_t): Use __ctx with uc_flags.
31808 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (ucontext_t): Use
31809 __ctx with uc_flags.
31810 * sysdeps/unix/sysv/linux/tile/sys/ucontext.h (__ctx): New macro.
31811 (ucontext_t): Use __ctx with uc_flags.
31812 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h (ucontext_t): Use
31813 __ctx with uc_flags.
31814
31815 2017-08-09 Florian Weimer <fweimer@redhat.com>
31816
31817 [BZ #21932]
31818 * nss/getXXbyYY_r.c (REENTRANT_NAME): Call __resolv_context_put
31819 before early return.
31820
31821 2017-08-09 Andreas Schwab <schwab@suse.de>
31822
31823 [BZ #21041]
31824 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Update reference to
31825 renamed alias.
31826
31827 [BZ #21041]
31828 * nptl/Makefile (tests) [$(build-shared) = yes]: Add
31829 tst-compat-forwarder.
31830 (modules-names): Add tst-compat-forwarder-mod.
31831 ($(objpfx)tst-compat-forwarder): Depend on
31832 $(objpfx)tst-compat-forwarder-mod.so.
31833 * nptl/tst-compat-forwarder.c: New file.
31834 * nptl/tst-compat-forwarder-mod.c: New file.
31835
31836 2017-08-09 Siddhesh Poyarekar <siddhesh@sourceware.org>
31837
31838 * sysdeps/aarch64/multiarch/memcpy_falkor.S: Fix code style in
31839 comments.
31840
31841 * manual/tunables.texi (Tunable glibc.tune.cpu): Add falkor.
31842 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines): Add
31843 memcpy_falkor.
31844 * sysdeps/aarch64/multiarch/ifunc-impl-list.c (MAX_IFUNC):
31845 Bump.
31846 (__libc_ifunc_impl_list): Add __memcpy_falkor.
31847 * sysdeps/aarch64/multiarch/memcpy.c: Likewise.
31848 * sysdeps/aarch64/multiarch/memcpy_falkor.S: New file.
31849 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
31850 Add falkor.
31851 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_FALKOR):
31852 New macro.
31853
31854 2017-08-08 Adhemerval Zanella <adhemerval.zanella@linaro.org>
31855
31856 [BZ #759]
31857 * manual/setjmp.texi (getcontex): Document uc_stack value
31858 compatibility differences.
31859
31860 2017-08-08 Joseph Myers <joseph@codesourcery.com>
31861
31862 * malloc/mcheck.c (old_free_hook): Use void * instead of __ptr_t.
31863 (old_malloc_hook): Likewise.
31864 (old_memalign_hook): Likewise.
31865 (old_realloc_hook): Likewise.
31866 (struct hdr): Likewise.
31867 (flood): Likewise.
31868 (freehook): Likewise.
31869 (mallochook): Likewise.
31870 (memalignhook): Likewise.
31871 (reallochook): Likewise.
31872 (mprobe): Likewise.
31873 * malloc/mtrace.c (mallwatch): Likewise.
31874 (tr_old_free_hook): Likewise.
31875 (tr_old_malloc_hook): Likewise.
31876 (tr_old_realloc_hook): Likewise.
31877 (tr_old_memalign_hook): Likewise.
31878 (tr_where): Likewise.
31879 (lock_and_info): Likewise.
31880 (tr_freehook): Likewise.
31881 (tr_mallochook): Likewise.
31882 (tr_reallochook): Likewise.
31883 (tr_memalignhook): Likewise.
31884 * misc/err.h [!__GNUC_VA_LIST] (__gnuc_va_list): Likewise.
31885 * misc/mmap.c (__mmap): Likewise.
31886 * misc/mmap64.c (__mmap64): Likewise.
31887 * misc/mprotect.c (__mprotect): Likewise.
31888 * misc/msync.c (msync): Likewise.
31889 * misc/munmap.c (__munmap): Likewise.
31890 * posix/posix_madvise.c (posix_madvise): Likewise.
31891 * socket/send.c (__send): Likewise.
31892 * socket/sendto.c (__sendto): Likewise.
31893 * socket/setsockopt.c (__setsockopt): Likewise.
31894 * string/memcmp.c (__ptr_t): Remove macro.
31895 (MEMCMP): Use void * instead of ptr_t.
31896 * string/memrchr.c (__ptr_t): Remove macro.
31897 (__memrchr): Use void * instead of ptr_t.
31898 * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Likewise.
31899 * sysdeps/mach/hurd/mmap.c (__mmap): Likewise.
31900 * sysdeps/mach/hurd/mmap64.c (__mmap64): Likewise.
31901 * sysdeps/mach/mprotect.c (__mprotect): Likewise.
31902 * sysdeps/mach/msync.c (msync): Likewise.
31903 * sysdeps/mach/munmap.c (__munmap): Likewise.
31904 * sysdeps/mips/bits/setjmp.h (struct __jmp_buf_internal_tag):
31905 Likewise.
31906 * sysdeps/posix/getcwd.c (__getcwd): Likewise.
31907 * sysdeps/powerpc/powerpc32/memset.S (memset): Likewise.
31908 * sysdeps/powerpc/powerpc32/power4/memcpy.S (memcpy): Likewise.
31909 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Likewise.
31910 * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Likewise.
31911 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
31912 * sysdeps/powerpc/powerpc32/power7/memcpy.S (memcpy): Likewise.
31913 * sysdeps/powerpc/powerpc32/power7/mempcpy.S (__mempcpy):
31914 Likewise.
31915 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
31916 * sysdeps/powerpc/powerpc64/memcpy.S (memcpy): Likewise.
31917 * sysdeps/powerpc/powerpc64/memset.S (memset): Likewise.
31918 * sysdeps/powerpc/powerpc64/power4/memcpy.S (memcpy): Likewise.
31919 * sysdeps/powerpc/powerpc64/power4/memset.S (memset): Likewise.
31920 * sysdeps/powerpc/powerpc64/power6/memcpy.S (memcpy): Likewise.
31921 * sysdeps/powerpc/powerpc64/power6/memset.S (memset): Likewise.
31922 * sysdeps/powerpc/powerpc64/power7/memcpy.S (memcpy): Likewise.
31923 * sysdeps/powerpc/powerpc64/power7/mempcpy.S (__mempcpy):
31924 Likewise.
31925 * sysdeps/powerpc/powerpc64/power7/memset.S (memset): Likewise.
31926 * sysdeps/powerpc/powerpc64/power8/memset.S (memset): Likewise.
31927 * sysdeps/tile/memcmp.c (__ptr_t): Remove macro.
31928 (MEMCMP): Use void * instead of ptr_t.
31929 * sysdeps/unix/sysv/linux/alpha/oldglob.c (old_glob_t): Likewise.
31930 * sysdeps/unix/sysv/linux/mmap.c (__mmap): Likewise.
31931
31932 2017-08-08 Florian Weimer <fweimer@redhat.com>
31933
31934 * sysdeps/posix/getaddrinfo.c (gaih_inet): Remove unreachable
31935 return statement.
31936
31937 2017-08-08 H.J. Lu <hongjiu.lu@intel.com>
31938
31939 [BZ #21913]
31940 * csu/libc-tls.c: Include <startup.h> first.
31941 (__libc_setup_tls): Call _startup_fatal instead of __libc_fatal.
31942 * elf/dl-tunables.c: Include <startup.h> first.
31943 * include/libc-symbols.h (BUILD_PIE_DEFAULT): New.
31944 * sysdeps/generic/startup.h: New file.
31945 * sysdeps/unix/sysv/linux/i386/startup.h: Likewise.
31946 * sysdeps/unix/sysv/linux/i386/brk.c [BUILD_PIE_DEFAULT != 0]
31947 (I386_USE_SYSENTER): New. Defined to 0.
31948
31949 2017-08-08 Andreas Schwab <schwab@suse.de>
31950
31951 [BZ #21041]
31952 * nptl/pt-longjmp.c (longjmp, siglongjmp): Don't use IFUNC resolver.
31953 * nptl/pt-system.c (system): Likewise.
31954
31955 2017-08-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
31956
31957 [BZ #21780]
31958 * sysdeps/posix/preadv2.c (preadv2): Use ENOTSUP instead of
31959 EOPNOTSUPP.
31960 * sysdeps/posix/preadv64v2.c (preadv64v2): Likewise.
31961 * sysdeps/posix/pwritev2.c (pwritev2): Likewise.
31962 * sysdeps/posix/pwritev64v2.c (pwritev64v2): Likewise.
31963 * sysdeps/unix/sysv/linux/preadv2.c (preadv2): Likewise.
31964 * sysdeps/unix/sysv/linux/preadv64v2.c (preadv64v2): Likewise.
31965 * sysdeps/unix/sysv/linux/pwritev2.c (pwritev2): Likewise.
31966 * sysdeps/unix/sysv/linux/pwritev64v2.c (pwritev64v2): Likewise.
31967
31968 2017-08-07 Joseph Myers <joseph@codesourcery.com>
31969
31970 [BZ #21899]
31971 * bits/sigaction.h (struct sigaction): Define sa_handler and
31972 sa_sigaction using union also for [__USE_XOPEN_EXTENDED].
31973 (SA_ONSTACK): Change [__USE_UNIX98] condition to
31974 [__USE_XOPEN_EXTENDED].
31975 (SA_RESTART): Likewise.
31976 (SA_NODEFER): Likewise.
31977 (SA_RESETHAND): Likewise.
31978 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h
31979 (struct sigaction): Define sa_handler and sa_sigaction using union
31980 also for [__USE_XOPEN_EXTENDED].
31981 (SA_ONSTACK): Change [__USE_UNIX98] condition to
31982 [__USE_XOPEN_EXTENDED].
31983 (SA_RESTART): Likewise.
31984 (SA_NODEFER): Likewise.
31985 (SA_RESETHAND): Likewise.
31986 * sysdeps/unix/sysv/linux/bits/sigaction.h
31987 (struct sigaction): Define sa_handler and sa_sigaction using union
31988 also for [__USE_XOPEN_EXTENDED].
31989 (SA_ONSTACK): Change [__USE_UNIX98] condition to
31990 [__USE_XOPEN_EXTENDED].
31991 (SA_RESTART): Likewise.
31992 (SA_NODEFER): Likewise.
31993 (SA_RESETHAND): Likewise.
31994 * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h
31995 (struct sigaction): Define sa_handler and sa_sigaction using union
31996 also for [__USE_XOPEN_EXTENDED].
31997 (SA_ONSTACK): Change [__USE_UNIX98] condition to
31998 [__USE_XOPEN_EXTENDED].
31999 (SA_RESTART): Likewise.
32000 (SA_NODEFER): Likewise.
32001 (SA_RESETHAND): Likewise.
32002 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h
32003 (struct sigaction): Define sa_handler and sa_sigaction using union
32004 also for [__USE_XOPEN_EXTENDED].
32005 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32006 [__USE_XOPEN_EXTENDED].
32007 (SA_RESTART): Likewise.
32008 (SA_NODEFER): Likewise.
32009 (SA_RESETHAND): Likewise.
32010 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
32011 (struct sigaction): Define sa_handler and sa_sigaction using union
32012 also for [__USE_XOPEN_EXTENDED].
32013 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32014 [__USE_XOPEN_EXTENDED].
32015 (SA_RESTART): Likewise.
32016 (SA_NODEFER): Likewise.
32017 (SA_RESETHAND): Likewise.
32018 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
32019 (struct sigaction): Define sa_handler and sa_sigaction using union
32020 also for [__USE_XOPEN_EXTENDED].
32021 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32022 [__USE_XOPEN_EXTENDED].
32023 (SA_RESTART): Likewise.
32024 (SA_NODEFER): Likewise.
32025 (SA_RESETHAND): Likewise.
32026 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
32027 (struct sigaction): Define sa_handler and sa_sigaction using union
32028 also for [__USE_XOPEN_EXTENDED].
32029 (SA_ONSTACK): Change [__USE_UNIX98] condition to
32030 [__USE_XOPEN_EXTENDED].
32031 (SA_RESTART): Likewise.
32032 (SA_NODEFER): Likewise. Define directly rather than as alias.
32033 (SA_RESETHAND): Likewise.
32034 (SA_INTERRUPT): Define only for [__USE_MISC].
32035 (SA_NOMASK): Define as alias of SA_NODEFER, only for [__USE_MISC].
32036 (SA_ONESHOT): Define as alias of SA_RESETHAND, only for
32037 [__USE_MISC].
32038 (SA_STACK): Define only for [__USE_MISC].
32039 * sysdeps/unix/sysv/linux/tile/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 (SA_NOPTRACE): Define only for [__USE_MISC].
32048
32049 * catgets/catgets.c (catgets): Use uintN_t instead of u_intN_t.
32050 * catgets/catgetsinfo.h (struct catalog_obj): Likewise.
32051 (struct catalog_info): Likewise.
32052 * inet/htontest.c (lo): Likewise.
32053 (foo): Likewise.
32054 * inet/inet_lnaof.c (inet_lnaof): Likewise.
32055 * inet/inet_net.c (inet_network): Likewise.
32056 * inet/inet_netof.c (inet_netof): Likewise.
32057 * inet/rcmd.c (__ivaliduser): Likewise.
32058 (iruserok): Likewise.
32059 * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
32060 * locale/programs/locale-spec.c (locale_special): Likewise.
32061 * nis/nis_findserv.c (struct findserv_req): Likewise.
32062 (__nis_findfastest_with_timeout): Likewise.
32063 * nss/test-netdb.c (test_network): Likewise.
32064 * resolv/inet_neta.c (inet_neta): Likewise.
32065 * resolv/ns_date.c (ns_datetosecs): Likewise.
32066 (SECS_PER_DAY): Likewise.
32067 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r):
32068 Likewise.
32069 * resolv/res_comp.c (__putlong): Likewise.
32070 (__putshort): Likewise.
32071 (_getlong): Likewise.
32072 (_getshort): Likewise.
32073 * resolv/res_debug.c (p_time): Likewise.
32074 (precsize_ntoa): Likewise.
32075 (precsize_aton): Likewise.
32076 (latlon2ul): Likewise.
32077 (loc_aton): Likewise.
32078 (loc_ntoa): Likewise.
32079 * resolv/res_hconf.c (struct netaddr): Likewise.
32080 (_res_hconf_reorder_addrs): Likewise.
32081 * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
32082 (clnttcp_control): Likewise.
32083 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
32084 (clntudp_control): Likewise.
32085 * sunrpc/clnt_unix.c (clntunix_call): Likewise.
32086 (clntunix_control): Likewise.
32087 * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
32088 * sunrpc/rpc/auth.h (union des_block): Likewise.
32089 * sunrpc/tst-udp-nonblocking.c (do_test): Likewise.
32090 * sunrpc/xdr_rec.c (struct rec_strm): Likewise.
32091 (xdrrec_create): Likewise.
32092 (xdrrec_endofrecord): Likewise.
32093 (flush_out): Likewise.
32094 * sunrpc/xdr_stdio.c (xdrstdio_getlong): Likewise.
32095 (xdrstdio_putlong): Likewise.
32096 * sysdeps/unix/sysv/linux/errqueue.h (struct sock_extended_err):
32097 Likewise.
32098
32099 * misc/sys/cdefs.h (__long_double_t): Remove.
32100 * stdio-common/printf_fp.c (__printf_fp_l): Use long double
32101 instead of __long_double_t,
32102 * stdlib/strfmon_l.c (__vstrfmon_l): Likewise.
32103
32104 2017-08-07 Siddhesh Poyarekar <siddhesh@sourceware.org>
32105
32106 * benchtests/scripts/compare_strings.py: Avoid display error when
32107 running on a text terminal.
32108
32109 * benchtests/scripts/compare_strings.py (main): Add an
32110 optional -base option.
32111 (process_results): New argument base_func.
32112
32113 * benchtests/bench-memcpy.c (test_main): Use TEST_NAME instead of
32114 hardcoding memcpy.
32115 * benchtests/bench-memcpy-large.c (test_name): Likewise.
32116 * benchtests/bench-memcpy-random.c (test_name): Likewise.
32117
32118 2017-08-07 Andreas Schwab <schwab@suse.de>
32119
32120 * elf/Makefile ($(objpfx)tst-pathopt.out): Redirect output to target.
32121 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
32122 * intl/Makefile ($(objpfx)tst-gettext.out)
32123 ($(objpfx)tst-translit.out, $(objpfx)tst-gettext2.out)
32124 ($(objpfx)tst-gettext4.out, $(objpfx)tst-gettext6.out): Likewise.
32125 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
32126 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
32127 * nptl/Makefile ($(objpfx)tst-tls6.out): Likewise.
32128 * posix/Makefile ($(objpfx)globtest.out)
32129 ($(objpfx)wordexp-tst.out, $(objpfx)tst-getconf.out): Likewise.
32130 * stdio-common/Makefile ($(objpfx)tst-unbputc.out)
32131 ($(objpfx)tst-printf.out): Likewise.
32132 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out)
32133 ($(objpfx)tst-setcontext3.out): Likewise.
32134
32135 2017-08-07 H.J. Lu <hongjiu.lu@intel.com>
32136
32137 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
32138 Add e_exp-fma, e_log-fma, e_pow-fma, s_atan-fma, e_asin-fma,
32139 e_atan2-fma, s_sin-fma, s_tan-fma, mplog-fma, mpa-fma,
32140 slowexp-fma, slowpow-fma, sincos32-fma, doasin-fma, dosincos-fma,
32141 halfulp-fma, mpexp-fma, mpatan2-fma, mpatan-fma, mpsqrt-fma,
32142 and mptan-fma.
32143 (CFLAGS-doasin-fma.c): New.
32144 (CFLAGS-dosincos-fma.c): Likewise.
32145 (CFLAGS-e_asin-fma.c): Likewise.
32146 (CFLAGS-e_atan2-fma.c): Likewise.
32147 (CFLAGS-e_exp-fma.c): Likewise.
32148 (CFLAGS-e_log-fma.c): Likewise.
32149 (CFLAGS-e_pow-fma.c): Likewise.
32150 (CFLAGS-halfulp-fma.c): Likewise.
32151 (CFLAGS-mpa-fma.c): Likewise.
32152 (CFLAGS-mpatan-fma.c): Likewise.
32153 (CFLAGS-mpatan2-fma.c): Likewise.
32154 (CFLAGS-mpexp-fma.c): Likewise.
32155 (CFLAGS-mplog-fma.c): Likewise.
32156 (CFLAGS-mpsqrt-fma.c): Likewise.
32157 (CFLAGS-mptan-fma.c): Likewise.
32158 (CFLAGS-s_atan-fma.c): Likewise.
32159 (CFLAGS-sincos32-fma.c): Likewise.
32160 (CFLAGS-slowexp-fma.c): Likewise.
32161 (CFLAGS-slowpow-fma.c): Likewise.
32162 (CFLAGS-s_sin-fma.c): Likewise.
32163 (CFLAGS-s_tan-fma.c): Likewise.
32164 * sysdeps/x86_64/fpu/multiarch/doasin-fma.c: New file.
32165 * sysdeps/x86_64/fpu/multiarch/dosincos-fma.c: Likewise.
32166 * sysdeps/x86_64/fpu/multiarch/e_asin-fma.c: Likewise.
32167 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma.c: Likewise.
32168 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c: Likewise.
32169 * sysdeps/x86_64/fpu/multiarch/e_log-fma.c: Likewise.
32170 * sysdeps/x86_64/fpu/multiarch/e_pow-fma.c: Likewise.
32171 * sysdeps/x86_64/fpu/multiarch/halfulp-fma.c: Likewise.
32172 * sysdeps/x86_64/fpu/multiarch/ifunc-avx-fma4.h: Likewise.
32173 * sysdeps/x86_64/fpu/multiarch/ifunc-fma4.h: Likewise.
32174 * sysdeps/x86_64/fpu/multiarch/mpa-fma.c: Likewise.
32175 * sysdeps/x86_64/fpu/multiarch/mpatan-fma.c: Likewise.
32176 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma.c: Likewise.
32177 * sysdeps/x86_64/fpu/multiarch/mpexp-fma.c: Likewise.
32178 * sysdeps/x86_64/fpu/multiarch/mplog-fma.c: Likewise.
32179 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma.c: Likewise.
32180 * sysdeps/x86_64/fpu/multiarch/mptan-fma.c: Likewise.
32181 * sysdeps/x86_64/fpu/multiarch/s_atan-fma.c: Likewise.
32182 * sysdeps/x86_64/fpu/multiarch/s_sin-fma.c: Likewise.
32183 * sysdeps/x86_64/fpu/multiarch/s_tan-fma.c: Likewise.
32184 * sysdeps/x86_64/fpu/multiarch/sincos32-fma.c: Likewise.
32185 * sysdeps/x86_64/fpu/multiarch/slowexp-fma.c: Likewise.
32186 * sysdeps/x86_64/fpu/multiarch/slowpow-fma.c: Likewise.
32187 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Rewrite.
32188 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
32189 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
32190 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
32191 * sysdeps/x86_64/fpu/multiarch/e_pow.c: Likewise.
32192 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
32193 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
32194 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
32195
32196 2017-08-04 Joseph Myers <joseph@codesourcery.com>
32197
32198 * sysdeps/generic/math_private.h (__EXPR_FLT128): Remove macro.
32199 (min_of_type_f): New macro.
32200 (min_of_type_): Likewise.
32201 (min_of_type_l): Likewise.
32202 (min_of_type_f128): Likewise.
32203 (min_of_type): Define using __MATH_TG and taking an expression
32204 argument.
32205 (math_check_force_underflow): Pass expression instead of type to
32206 min_of_type.
32207 (math_check_force_underflow_nonneg): Likewise.
32208
32209 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32210
32211 * sysdeps/x86/cpu-features.h [__ASSEMBLER__]
32212 (LOAD_RTLD_GLOBAL_RO_RDX, HAS_FEATURE, LOAD_FUNC_GOT_EAX,
32213 HAS_CPU_FEATURE, HAS_ARCH_FEATURE): Removed.
32214
32215 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32216
32217 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
32218 bcopy-ia32, bzero-ia32, rawmemchr-ia32 memchr-ia32,
32219 memcmp-ia32, memcpy-ia32, memmove-ia32, mempcpy-ia32,
32220 memset-ia32, strcat-ia32, strchr-ia32, strrchr-ia32,
32221 strcpy-ia32, strcmp-ia32, strcspn-ia32, strpbrk-ia32,
32222 strspn-ia32, strlen-ia32, stpcpy-ia32, stpncpy-ia32,
32223 memcpy_chk-nonshared, mempcpy_chk-nonshared,
32224 memmove_chk-nonshared and memset_chk-nonshared
32225 * sysdeps/i386/i686/multiarch/bcopy-ia32.S: New file.
32226 * sysdeps/i386/i686/multiarch/bcopy.c: Likewise.
32227 * sysdeps/i386/i686/multiarch/bzero-ia32.S: Likewise.
32228 * sysdeps/i386/i686/multiarch/bzero.c: Likewise.
32229 * sysdeps/i386/i686/multiarch/ifunc-memmove.h: Likewise.
32230 * sysdeps/i386/i686/multiarch/ifunc-memset.h: Likewise.
32231 * sysdeps/i386/i686/multiarch/ifunc-sse2-bsf.h: Likewise.
32232 * sysdeps/i386/i686/multiarch/ifunc-sse2-ssse3.h: Likewise.
32233 * sysdeps/i386/i686/multiarch/ifunc-sse2.h: Likewise.
32234 * sysdeps/i386/i686/multiarch/ifunc-sse4_2.h: Likewise.
32235 * sysdeps/i386/i686/multiarch/ifunc-ssse3-sse4_2.h: Likewise.
32236 * sysdeps/i386/i686/multiarch/memchr-ia32.S: Likewise.
32237 * sysdeps/i386/i686/multiarch/memchr.c: Likewise.
32238 * sysdeps/i386/i686/multiarch/memcmp-ia32.S: Likewise.
32239 * sysdeps/i386/i686/multiarch/memcmp.c: Likewise.
32240 * sysdeps/i386/i686/multiarch/memcpy-ia32.S: Likewise.
32241 * sysdeps/i386/i686/multiarch/memcpy.c: Likewise.
32242 * sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S: Likewise.
32243 * sysdeps/i386/i686/multiarch/memcpy_chk.c: Likewise.
32244 * sysdeps/i386/i686/multiarch/memmove-ia32.S: Likewise.
32245 * sysdeps/i386/i686/multiarch/memmove.c: Likewise.
32246 * sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S: Likewise.
32247 * sysdeps/i386/i686/multiarch/memmove_chk.c: Likewise.
32248 * sysdeps/i386/i686/multiarch/mempcpy-ia32.S: Likewise.
32249 * sysdeps/i386/i686/multiarch/mempcpy.c: Likewise.
32250 * sysdeps/i386/i686/multiarch/mempcpy_chk-nonshared.S: Likewise.
32251 * sysdeps/i386/i686/multiarch/mempcpy_chk.c: Likewise.
32252 * sysdeps/i386/i686/multiarch/memrchr.c: Likewise.
32253 * sysdeps/i386/i686/multiarch/memset-ia32.S: Likewise.
32254 * sysdeps/i386/i686/multiarch/memset.c: Likewise.
32255 * sysdeps/i386/i686/multiarch/memset_chk-nonshared.S: Likewise.
32256 * sysdeps/i386/i686/multiarch/rawmemchr-ia32.S: Likewise.
32257 * sysdeps/i386/i686/multiarch/rawmemchr.c: Likewise.
32258 * sysdeps/i386/i686/multiarch/stpcpy-ia32.S: Likewise.
32259 * sysdeps/i386/i686/multiarch/stpcpy-ia32.S: Likewise.
32260 * sysdeps/i386/i686/multiarch/stpcpy.c: Likewise.
32261 * sysdeps/i386/i686/multiarch/stpncpy-ia32.S: Likewise.
32262 * sysdeps/i386/i686/multiarch/stpncpy.c: Likewise.
32263 * sysdeps/i386/i686/multiarch/strcasecmp.c: Likewise.
32264 * sysdeps/i386/i686/multiarch/strcasecmp_l.c: Likewise.
32265 * sysdeps/i386/i686/multiarch/strcat-ia32.S: Likewise.
32266 * sysdeps/i386/i686/multiarch/strcat.c: Likewise.
32267 * sysdeps/i386/i686/multiarch/strchr-ia32.S: Likewise.
32268 * sysdeps/i386/i686/multiarch/strchr.c: Likewise.
32269 * sysdeps/i386/i686/multiarch/strcmp-ia32.S: Likewise.
32270 * sysdeps/i386/i686/multiarch/strcmp.c: Likewise.
32271 * sysdeps/i386/i686/multiarch/strcpy-ia32.S: Likewise.
32272 * sysdeps/i386/i686/multiarch/strcpy.c: Likewise.
32273 * sysdeps/i386/i686/multiarch/strcspn-ia32.S: Likewise.
32274 * sysdeps/i386/i686/multiarch/strcspn.c: Likewise.
32275 * sysdeps/i386/i686/multiarch/strlen-ia32.S: Likewise.
32276 * sysdeps/i386/i686/multiarch/strlen.c: Likewise.
32277 * sysdeps/i386/i686/multiarch/strncase.c: Likewise.
32278 * sysdeps/i386/i686/multiarch/strncase_l.c: Likewise.
32279 * sysdeps/i386/i686/multiarch/strncat.c: Likewise.
32280 * sysdeps/i386/i686/multiarch/strncmp.c: Likewise.
32281 * sysdeps/i386/i686/multiarch/strncpy.c: Likewise.
32282 * sysdeps/i386/i686/multiarch/strnlen.c: Likewise.
32283 * sysdeps/i386/i686/multiarch/strpbrk-ia32.S: Likewise.
32284 * sysdeps/i386/i686/multiarch/strpbrk.c: Likewise.
32285 * sysdeps/i386/i686/multiarch/strrchr-ia32.S: Likewise.
32286 * sysdeps/i386/i686/multiarch/strrchr.c: Likewise.
32287 * sysdeps/i386/i686/multiarch/strspn-ia32.S: Likewise.
32288 * sysdeps/i386/i686/multiarch/strspn.c: Likewise.
32289 * sysdeps/i386/i686/multiarch/wcschr.c: Likewise.
32290 * sysdeps/i386/i686/multiarch/wcscmp.c: Likewise.
32291 * sysdeps/i386/i686/multiarch/wcscpy.c: Likewise.
32292 * sysdeps/i386/i686/multiarch/wcslen.c: Likewise.
32293 * sysdeps/i386/i686/multiarch/wcsrchr.c: Likewise.
32294 * sysdeps/i386/i686/multiarch/wmemcmp.c: Likewise.
32295 * sysdeps/i386/i686/multiarch/bcopy.S: Removed.
32296 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
32297 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
32298 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
32299 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
32300 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
32301 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
32302 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
32303 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
32304 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
32305 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
32306 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
32307 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
32308 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
32309 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
32310 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
32311 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
32312 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
32313 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
32314 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
32315 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
32316 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
32317 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
32318 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
32319 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
32320 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
32321 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
32322 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
32323 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
32324 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
32325 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
32326 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
32327 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
32328 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
32329 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
32330 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
32331 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
32332 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
32333
32334 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32335
32336 * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines)
32337 Add svml_d_cos2_core-sse2, svml_d_cos4_core-sse,
32338 svml_d_cos8_core-avx2, svml_d_exp2_core-sse2,
32339 svml_d_exp4_core-sse, svml_d_exp8_core-avx2,
32340 svml_d_log2_core-sse2, svml_d_log4_core-sse,
32341 svml_d_log8_core-avx2, svml_d_pow2_core-sse2,
32342 svml_d_pow4_core-sse, svml_d_pow8_core-avx2
32343 svml_d_sin2_core-sse2, svml_d_sin4_core-sse,
32344 svml_d_sin8_core-avx2, svml_d_sincos2_core-sse2,
32345 svml_d_sincos4_core-sse, svml_d_sincos8_core-avx2,
32346 svml_s_cosf16_core-avx2, svml_s_cosf4_core-sse2,
32347 svml_s_cosf8_core-sse, svml_s_expf16_core-avx2,
32348 svml_s_expf4_core-sse2, svml_s_expf8_core-sse,
32349 svml_s_logf16_core-avx2, svml_s_logf4_core-sse2,
32350 svml_s_logf8_core-sse, svml_s_powf16_core-avx2,
32351 svml_s_powf4_core-sse2, svml_s_powf8_core-sse,
32352 svml_s_sincosf16_core-avx2, svml_s_sincosf4_core-sse2,
32353 svml_s_sincosf8_core-sse, svml_s_sinf16_core-avx2,
32354 svml_s_sinf4_core-sse2 and svml_s_sinf8_core-sse.
32355 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx2.h: New file.
32356 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx512.h: Likewise.
32357 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-sse4_1.h: Likewise.
32358 * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.c: Likewise.
32359 * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.c: Likewise.
32360 * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.c: Likewise.
32361 * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.c: Likewise.
32362 * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.c: Likewise.
32363 * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.c: Likewise.
32364 * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.c: Likewise.
32365 * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.c: Likewise.
32366 * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.c: Likewise.
32367 * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.c: Likewise.
32368 * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.c: Likewise.
32369 * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.c: Likewise.
32370 * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.c: Likewise.
32371 * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.c: Likewise.
32372 * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.c: Likewise.
32373 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.c: Likewise.
32374 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.c: Likewise.
32375 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.c: Likewise.
32376 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf16_core.c: Likewise.
32377 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf4_core.c: Likewise.
32378 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf8_core.c: Likewise.
32379 * sysdeps/x86_64/fpu/multiarch/svml_d_expf16_core.c: Likewise.
32380 * sysdeps/x86_64/fpu/multiarch/svml_d_expf4_core.c: Likewise.
32381 * sysdeps/x86_64/fpu/multiarch/svml_d_expf8_core.c: Likewise.
32382 * sysdeps/x86_64/fpu/multiarch/svml_d_logf16_core.c: Likewise.
32383 * sysdeps/x86_64/fpu/multiarch/svml_d_logf4_core.c: Likewise.
32384 * sysdeps/x86_64/fpu/multiarch/svml_d_logf8_core.c: Likewise.
32385 * sysdeps/x86_64/fpu/multiarch/svml_d_powf16_core.c: Likewise.
32386 * sysdeps/x86_64/fpu/multiarch/svml_d_powf4_core.c: Likewise.
32387 * sysdeps/x86_64/fpu/multiarch/svml_d_powf8_core.c: Likewise.
32388 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf16_core.c: Likewise.
32389 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf4_core.c: Likewise.
32390 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf8_core.c: Likewise.
32391 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf16_core.c: Likewise.
32392 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf4_core.c: Likewise.
32393 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf8_core.c: Likewise.
32394 * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: Renamed to
32395 ...
32396 * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core-sse2.S: This.
32397 Don't include <sysdep.h> nor <init-arch.h>.
32398 (_ZGVbN2v_cos): Removed.
32399 * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: Renamed to
32400 ...
32401 * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core-sse.S: This.
32402 Don't include <sysdep.h> nor <init-arch.h>.
32403 (_ZGVdN4v_cos): Removed.
32404 * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Renamed to
32405 ...
32406 * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core-avx2.S: This.
32407 Don't include <sysdep.h> nor <init-arch.h>.
32408 (_ZGVeN8v_cos): Removed.
32409 * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: Renamed to
32410 ...
32411 * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core-sse2.S: This.
32412 Don't include <sysdep.h> nor <init-arch.h>.
32413 (_ZGVbN2v_exp): Removed.
32414 * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: Renamed to
32415 ...
32416 * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core-sse.S: This.
32417 Don't include <sysdep.h> nor <init-arch.h>.
32418 (_ZGVdN4v_exp): Removed.
32419 * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Renamed to
32420 ...
32421 * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core-avx2.S: This.
32422 Don't include <sysdep.h> nor <init-arch.h>.
32423 (_ZGVeN8v_exp): Removed.
32424 * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: Renamed to
32425 ...
32426 * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core-sse2.S: This.
32427 Don't include <sysdep.h> nor <init-arch.h>.
32428 (_ZGVbN2v_log): Removed.
32429 * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: Renamed to
32430 ...
32431 * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core-sse.S: This.
32432 Don't include <sysdep.h> nor <init-arch.h>.
32433 (_ZGVdN4v_log): Removed.
32434 * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Renamed to
32435 ...
32436 * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core-avx2.S: This.
32437 Don't include <sysdep.h> nor <init-arch.h>.
32438 (_ZGVeN8v_log): Removed.
32439 * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: Renamed to
32440 ...
32441 * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core-sse2.S: This.
32442 Don't include <sysdep.h> nor <init-arch.h>.
32443 (_ZGVbN2vv_pow): Removed.
32444 * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: Renamed to
32445 ...
32446 * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core-sse.S: This.
32447 Don't include <sysdep.h> nor <init-arch.h>.
32448 (_ZGVdN4vv_pow): Removed.
32449 * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Renamed to
32450 ...
32451 * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core-avx2.S: This.
32452 Don't include <sysdep.h> nor <init-arch.h>.
32453 (_ZGVeN8vv_pow): Removed.
32454 * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: Renamed to
32455 ...
32456 * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core-sse2.S: This.
32457 Don't include <sysdep.h> nor <init-arch.h>.
32458 (_ZGVbN2v_sin): Removed.
32459 * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: Renamed to
32460 ...
32461 * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core-sse.S: This.
32462 Don't include <sysdep.h> nor <init-arch.h>.
32463 (_ZGVbN4v_sin): Removed.
32464 * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Renamed to
32465 ...
32466 * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core-avx2.S: This.
32467 Don't include <sysdep.h> nor <init-arch.h>.
32468 (_ZGVbN8v_sin): Removed.
32469 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: Renamed to
32470 ...
32471 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core-sse2.S: This.
32472 Don't include <sysdep.h> nor <init-arch.h>.
32473 (_ZGVbN2vvv_sincos): Removed.
32474 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: Renamed to
32475 ...
32476 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core-sse.S: This.
32477 Don't include <sysdep.h> nor <init-arch.h>.
32478 (_ZGVdN4vvv_sincos): Removed.
32479 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Renamed to
32480 ...
32481 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core-avx2.S: This.
32482 Don't include <sysdep.h> nor <init-arch.h>.
32483 (_ZGVeN8vvv_sincos): Removed.
32484 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf16_core.S: Renamed to
32485 ...
32486 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf16_core-avx2.S: This.
32487 Don't include <sysdep.h> nor <init-arch.h>.
32488 (_ZGVeN16v_cosf): Removed.
32489 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf4_core.S: Renamed to
32490 ...
32491 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf4_core-sse2.S: This.
32492 Don't include <sysdep.h> nor <init-arch.h>.
32493 (_ZGVbN4v_cosf): Removed.
32494 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf8_core.S: Renamed to
32495 ...
32496 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf8_core-sse.S: This.
32497 Don't include <sysdep.h> nor <init-arch.h>.
32498 (_ZGVdN8v_cosf): Removed.
32499 * sysdeps/x86_64/fpu/multiarch/svml_d_expf16_core.S: Renamed to
32500 ...
32501 * sysdeps/x86_64/fpu/multiarch/svml_d_expf16_core-avx2.S: This.
32502 Don't include <sysdep.h> nor <init-arch.h>.
32503 (_ZGVeN16v_expf): Removed.
32504 * sysdeps/x86_64/fpu/multiarch/svml_d_expf4_core.S: Renamed to
32505 ...
32506 * sysdeps/x86_64/fpu/multiarch/svml_d_expf4_core-sse2.S: This.
32507 Don't include <sysdep.h> nor <init-arch.h>.
32508 (_ZGVbN4v_expf): Removed.
32509 * sysdeps/x86_64/fpu/multiarch/svml_d_expf8_core.S: Renamed to
32510 ...
32511 * sysdeps/x86_64/fpu/multiarch/svml_d_expf8_core-sse.S: This.
32512 Don't include <sysdep.h> nor <init-arch.h>.
32513 (_ZGVdN8v_expf): Removed.
32514 * sysdeps/x86_64/fpu/multiarch/svml_d_logf16_core.S: Renamed to
32515 ...
32516 * sysdeps/x86_64/fpu/multiarch/svml_d_logf16_core-avx2.S: This.
32517 Don't include <sysdep.h> nor <init-arch.h>.
32518 (_ZGVeN16v_logf): Removed.
32519 * sysdeps/x86_64/fpu/multiarch/svml_d_logf4_core.S: Renamed to
32520 ...
32521 * sysdeps/x86_64/fpu/multiarch/svml_d_logf4_core-sse2.S: This.
32522 Don't include <sysdep.h> nor <init-arch.h>.
32523 (_ZGVbN4v_logf): Removed.
32524 * sysdeps/x86_64/fpu/multiarch/svml_d_logf8_core.S: Renamed to
32525 ...
32526 * sysdeps/x86_64/fpu/multiarch/svml_d_logf8_core-sse.S: This.
32527 Don't include <sysdep.h> nor <init-arch.h>.
32528 (_ZGVdN8v_logf): Removed.
32529 * sysdeps/x86_64/fpu/multiarch/svml_d_powf16_core.S: Renamed to
32530 ...
32531 * sysdeps/x86_64/fpu/multiarch/svml_d_powf16_core-avx2.S: This.
32532 Don't include <sysdep.h> nor <init-arch.h>.
32533 (_ZGVeN16vv_powf): Removed.
32534 * sysdeps/x86_64/fpu/multiarch/svml_d_powf4_core.S: Renamed to
32535 ...
32536 * sysdeps/x86_64/fpu/multiarch/svml_d_powf4_core-sse2.S: This.
32537 Don't include <sysdep.h> nor <init-arch.h>.
32538 (_ZGVbN4vv_powf): Removed.
32539 * sysdeps/x86_64/fpu/multiarch/svml_d_powf8_core.S: Renamed to
32540 ...
32541 * sysdeps/x86_64/fpu/multiarch/svml_d_powf8_core-sse.S: This.
32542 Don't include <sysdep.h> nor <init-arch.h>.
32543 (_ZGVdN8vv_powf): Removed.
32544 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf16_core.S: Renamed to
32545 ...
32546 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf16_core-avx2.S: This.
32547 Don't include <sysdep.h> nor <init-arch.h>.
32548 (_ZGVeN16vvv_sincosf): Removed.
32549 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf4_core.S: Renamed to
32550 ...
32551 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf4_core-sse2.S: This.
32552 Don't include <sysdep.h> nor <init-arch.h>.
32553 (_ZGVbN4vvv_sincosf): Removed.
32554 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf8_core.S: Renamed to
32555 ...
32556 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf8_core-sse.S: This.
32557 Don't include <sysdep.h> nor <init-arch.h>.
32558 (_ZGVdN8vvv_sincosf): Removed.
32559 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf16_core.S: Renamed to
32560 ...
32561 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf16_core-avx2.S: This.
32562 Don't include <sysdep.h> nor <init-arch.h>.
32563 (_ZGVeN16v_sinf): Removed.
32564 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf4_core.S: Renamed to
32565 ...
32566 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf4_core-sse2.S: This.
32567 Don't include <sysdep.h> nor <init-arch.h>.
32568 (_ZGVbN4v_sinf): Removed.
32569 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf8_core.S: Renamed to
32570 ...
32571 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf8_core-sse.S: This.
32572 Don't include <sysdep.h> nor <init-arch.h>.
32573 (_ZGVdN8v_sinf): Removed.
32574
32575 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32576
32577 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
32578 Add s_ceil-sse4_1, s_ceilf-sse4_1, s_floor-sse4_1,
32579 s_floorf-sse4_1, s_nearbyint-sse4_1, s_nearbyintf-sse4_1,
32580 s_rint-sse4_1 and s_rintf-sse4_1.
32581 * sysdeps/x86_64/fpu/multiarch/ifunc-sse4_1.h: New file.
32582 * sysdeps/x86_64/fpu/multiarch/s_ceil.c: Likewise.
32583 * sysdeps/x86_64/fpu/multiarch/s_ceilf.c: Likewise.
32584 * sysdeps/x86_64/fpu/multiarch/s_floor.c: Likewise.
32585 * sysdeps/x86_64/fpu/multiarch/s_floorf.c: Likewise.
32586 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.c: Likewise.
32587 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.c: Likewise.
32588 * sysdeps/x86_64/fpu/multiarch/s_rint.c: Likewise.
32589 * sysdeps/x86_64/fpu/multiarch/s_rintf.c: Likewise.
32590 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: Renamed to ...
32591 * sysdeps/x86_64/fpu/multiarch/s_ceil-sse4_1.S: This. Don't
32592 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32593 (__ceil): Removed.
32594 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: Renamed to ...
32595 * sysdeps/x86_64/fpu/multiarch/s_ceilf-sse4_1.S: This. Don't
32596 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32597 (__ceilf): Removed.
32598 * sysdeps/x86_64/fpu/multiarch/s_floor.S: Renamed to ...
32599 * sysdeps/x86_64/fpu/multiarch/s_floor-sse4_1.S: This. Don't
32600 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32601 (__floor): Removed.
32602 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: Renamed to ...
32603 * sysdeps/x86_64/fpu/multiarch/s_floorf-sse4_1.S: This. Don't
32604 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32605 (__floorf): Removed.
32606 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: Renamed to ...
32607 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-sse4_1.S: This. Don't
32608 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32609 (__nearbyint): Removed.
32610 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: Renamed to ...
32611 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-sse4_1.S: This. Don't
32612 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32613 (__nearbyintf): Removed.
32614 * sysdeps/x86_64/fpu/multiarch/s_rint.S: Renamed to ...
32615 * sysdeps/x86_64/fpu/multiarch/s_rint-sse4_1.S: This. Don't
32616 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32617 (__rint): Removed.
32618 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: Renamed to ...
32619 * sysdeps/x86_64/fpu/multiarch/s_rintf-sse4_1.S: This. Don't
32620 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
32621 (__rintf): Removed.
32622
32623 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32624
32625 * sysdeps/i386/start.S (_start): Check Check PIC instead of
32626 SHARED. Avoid dynamic relocation against main in static PIE.
32627
32628 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32629
32630 [BZ #21815]
32631 * elf/Makefile (CFLAGS-tst-prelink.c): New.
32632 (LDFLAGS-tst-prelink): Likewise.
32633
32634 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32635
32636 * sysdeps/unix/sysv/linux/i386/sysdep.h (I386_USE_SYSENTER):
32637 Define to I386_USE_SYSENTER to 0 or 1 if not defined.
32638 (ENTER_KERNEL): Check if I386_USE_SYSENTER is 1 and check PIC.
32639 (INTERNAL_SYSCALL_MAIN_INLINE): Likewise.
32640 (INTERNAL_SYSCALL_NCS): Likewise.
32641 (LOADARGS_1): Likewise.
32642 (LOADARGS_5): Likewise.
32643 (RESTOREARGS_1): Likewise.
32644 (RESTOREARGS_5): Likewise.
32645
32646 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32647
32648 * sysdeps/x86_64/memmove.S (MEMCPY_SYMBOL): Don't check SHARED.
32649 (MEMPCPY_SYMBOL): Likewise.
32650 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
32651 (__libc_ifunc_impl_list): Test memcpy and mempcpy in libc.a.
32652 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Also include
32653 in libc.a.
32654 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32655 * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S:
32656 Likewise.
32657 * sysdeps/x86_64/multiarch/memcpy.c: Also include in libc.a.
32658 (__hidden_ver1): Don't use in libc.a.
32659 * sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S
32660 (__mempcpy): Don't create a weak alias in libc.a.
32661 * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: Support
32662 libc.a.
32663 * sysdeps/x86_64/multiarch/mempcpy.c: Also include in libc.a.
32664 (__hidden_ver1): Don't use in libc.a.
32665
32666 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32667
32668 * config.make.in (have-insert): New.
32669 * configure.ac (libc_cv_insert): New. Set to yes if linker
32670 supports INSERT in linker script.
32671 (AC_SUBST(libc_cv_insert): New.
32672 * configure: Regenerated.
32673 * sysdeps/x86_64/Makefile (tests): Add tst-split-dynreloc only
32674 if $(have-insert) == yes.
32675
32676 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32677
32678 * elf/Makefile (tests): Add vismain only if
32679 $(have-protected-data) == yes.
32680 (tests-pie): Likewise.
32681
32682 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32683
32684 [BZ #21871]
32685 * sysdeps/x86/cpu-features.c (init_cpu_features): Set
32686 bit_arch_Use_dl_runtime_resolve_opt only with AVX512F.
32687
32688 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
32689
32690 [BZ #21790]
32691 * sysdeps/i386/i586/memset.S
32692 (__memset_zero_constant_len_parameter): Removed.
32693 * sysdeps/i386/i686/memset.S
32694 (__memset_zero_constant_len_parameter): Likewise.
32695 * sysdeps/i386/i686/multiarch/memset_chk.S
32696 (__memset_zero_constant_len_parameter): Likewise.
32697 * sysdeps/x86_64/memset.S (__memset_zero_constant_len_parameter):
32698 Likewise.
32699
32700 2017-08-03 Aurelien Jarno <aurelien@aurel32.net>
32701
32702 * stdlib/getentropy.c (getentropy): Change return type to int.
32703
32704 2017-08-03 Aurelien Jarno <aurelien@aurel32.net>
32705
32706 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Regenerated.
32707
32708 2017-08-03 Joseph Myers <joseph@codesourcery.com>
32709
32710 * math/s_nextafter.c (__nextafter): Use uintN_t instead of
32711 u_intN_t.
32712 * math/s_nexttowardf.c (__nexttowardf): Likewise.
32713 * sysdeps/generic/math_private.h (ieee_double_shape_type):
32714 Likewise.
32715 (ieee_float_shape_type): Likewise.
32716 * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Likewise.
32717 * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
32718 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
32719 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
32720 * sysdeps/i386/fpu/s_nexttowardf.c (__nexttowardf): Likewise.
32721 * sysdeps/ieee754/dbl-64/e_acosh.c (__ieee754_acosh): Likewise.
32722 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Likewise.
32723 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
32724 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
32725 Likewise.
32726 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
32727 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
32728 (__ieee754_yn): Likewise.
32729 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
32730 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
32731 * sysdeps/ieee754/dbl-64/e_rem_pio2.c (__ieee754_rem_pio2):
32732 Likewise.
32733 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
32734 * sysdeps/ieee754/dbl-64/s_ceil.c (__ceil): Likewise.
32735 * sysdeps/ieee754/dbl-64/s_copysign.c (__copysign): Likewise.
32736 * sysdeps/ieee754/dbl-64/s_erf.c (__erf): Likewise.
32737 (__erfc): Likewise.
32738 * sysdeps/ieee754/dbl-64/s_expm1.c (__expm1): Likewise.
32739 * sysdeps/ieee754/dbl-64/s_finite.c (FINITE): Likewise.
32740 * sysdeps/ieee754/dbl-64/s_floor.c (__floor): Likewise.
32741 * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Likewise.
32742 * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Likewise.
32743 * sysdeps/ieee754/dbl-64/s_issignaling.c (__issignaling):
32744 Likewise.
32745 * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Likewise.
32746 * sysdeps/ieee754/dbl-64/s_llround.c (__llround): Likewise.
32747 * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
32748 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Likewise.
32749 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
32750 * sysdeps/ieee754/dbl-64/s_nextup.c (__nextup): Likewise.
32751 * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Likewise.
32752 * sysdeps/ieee754/dbl-64/s_round.c (__round): Likewise.
32753 * sysdeps/ieee754/dbl-64/s_trunc.c (__trunc): Likewise.
32754 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c
32755 (__issignaling): Likewise.
32756 * sysdeps/ieee754/flt-32/e_atan2f.c (__ieee754_atan2f): Likewise.
32757 * sysdeps/ieee754/flt-32/e_fmodf.c (__ieee754_fmodf): Likewise.
32758 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
32759 Likewise.
32760 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
32761 * sysdeps/ieee754/flt-32/e_log10f.c (__ieee754_log10f): Likewise.
32762 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Likewise.
32763 * sysdeps/ieee754/flt-32/e_rem_pio2f.c (__ieee754_rem_pio2f):
32764 Likewise.
32765 * sysdeps/ieee754/flt-32/e_remainderf.c (__ieee754_remainderf):
32766 Likewise.
32767 * sysdeps/ieee754/flt-32/e_sqrtf.c (__ieee754_sqrtf): Likewise.
32768 * sysdeps/ieee754/flt-32/s_ceilf.c (__ceilf): Likewise.
32769 * sysdeps/ieee754/flt-32/s_copysignf.c (__copysignf): Likewise.
32770 * sysdeps/ieee754/flt-32/s_erff.c (__erff): Likewise.
32771 (__erfcf): Likewise.
32772 * sysdeps/ieee754/flt-32/s_expm1f.c (__expm1f): Likewise.
32773 * sysdeps/ieee754/flt-32/s_finitef.c (FINITEF): Likewise.
32774 * sysdeps/ieee754/flt-32/s_floorf.c (__floorf): Likewise.
32775 * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf):
32776 Likewise.
32777 * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
32778 * sysdeps/ieee754/flt-32/s_issignalingf.c (__issignalingf):
32779 Likewise.
32780 * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
32781 * sysdeps/ieee754/flt-32/s_llroundf.c (__llroundf): Likewise.
32782 * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
32783 * sysdeps/ieee754/flt-32/s_lroundf.c (__lroundf): Likewise.
32784 * sysdeps/ieee754/flt-32/s_modff.c (__modff): Likewise.
32785 * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
32786 * sysdeps/ieee754/flt-32/s_roundf.c (__roundf): Likewise.
32787 * sysdeps/ieee754/ldbl-128/e_acoshl.c (__ieee754_acoshl):
32788 Likewise.
32789 * sysdeps/ieee754/ldbl-128/e_atan2l.c (__ieee754_atan2l):
32790 Likewise.
32791 * sysdeps/ieee754/ldbl-128/e_atanhl.c (__ieee754_atanhl):
32792 Likewise.
32793 * sysdeps/ieee754/ldbl-128/e_fmodl.c (__ieee754_fmodl): Likewise.
32794 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
32795 Likewise.
32796 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
32797 Likewise.
32798 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
32799 (__ieee754_ynl): Likewise.
32800 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
32801 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (__ieee754_rem_pio2l):
32802 Likewise.
32803 * sysdeps/ieee754/ldbl-128/e_remainderl.c (__ieee754_remainderl):
32804 Likewise.
32805 * sysdeps/ieee754/ldbl-128/e_sinhl.c (__ieee754_sinhl): Likewise.
32806 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Likewise.
32807 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
32808 Likewise.
32809 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Likewise.
32810 * sysdeps/ieee754/ldbl-128/s_ceill.c (__ceill): Likewise.
32811 * sysdeps/ieee754/ldbl-128/s_copysignl.c (__copysignl): Likewise.
32812 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Likewise.
32813 * sysdeps/ieee754/ldbl-128/s_fabsl.c (__fabsl): Likewise.
32814 * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Likewise.
32815 * sysdeps/ieee754/ldbl-128/s_floorl.c (__floorl): Likewise.
32816 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl):
32817 Likewise.
32818 * sysdeps/ieee754/ldbl-128/s_frexpl.c (__frexpl): Likewise.
32819 * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
32820 * sysdeps/ieee754/ldbl-128/s_issignalingl.c (__issignalingl):
32821 Likewise.
32822 * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
32823 * sysdeps/ieee754/ldbl-128/s_llroundl.c (__llroundl): Likewise.
32824 * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
32825 * sysdeps/ieee754/ldbl-128/s_lroundl.c (__lroundl): Likewise.
32826 * sysdeps/ieee754/ldbl-128/s_modfl.c (__modfl): Likewise.
32827 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
32828 Likewise.
32829 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
32830 Likewise.
32831 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
32832 Likewise.
32833 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
32834 Likewise.
32835 * sysdeps/ieee754/ldbl-128/s_nextupl.c (__nextupl): Likewise.
32836 * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
32837 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
32838 * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Likewise.
32839 * sysdeps/ieee754/ldbl-128/s_tanhl.c (__tanhl): Likewise.
32840 * sysdeps/ieee754/ldbl-128/s_truncl.c (__truncl): Likewise.
32841 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl):
32842 Likewise.
32843 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
32844 Likewise.
32845 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
32846 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
32847 Likewise.
32848 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c
32849 (__ieee754_remainderl): Likewise.
32850 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
32851 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
32852 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
32853 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
32854 Likewise.
32855 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
32856 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
32857 Likewise.
32858 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
32859 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Likewise.
32860 * sysdeps/ieee754/ldbl-96/e_asinl.c (__ieee754_asinl): Likewise.
32861 * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Likewise.
32862 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
32863 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
32864 Likewise.
32865 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Likewise.
32866 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Likewise.
32867 (__ieee754_y0l): Likewise.
32868 (pzero): Likewise.
32869 (qzero): Likewise.
32870 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
32871 (__ieee754_y1l): Likewise.
32872 (pone): Likewise.
32873 (qone): Likewise.
32874 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
32875 (__ieee754_ynl): Likewise.
32876 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Likewise.
32877 (__ieee754_lgammal_r): Likewise.
32878 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c (__ieee754_rem_pio2l):
32879 Likewise.
32880 * sysdeps/ieee754/ldbl-96/e_sinhl.c (__ieee754_sinhl): Likewise.
32881 * sysdeps/ieee754/ldbl-96/s_copysignl.c (__copysignl): Likewise.
32882 * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfl): Likewise.
32883 (__erfcl): Likewise.
32884 * sysdeps/ieee754/ldbl-96/s_frexpl.c (__frexpl): Likewise.
32885 * sysdeps/ieee754/ldbl-96/s_issignalingl.c (__issignalingl):
32886 Likewise.
32887 * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
32888 * sysdeps/ieee754/ldbl-96/s_llroundl.c (__llroundl): Likewise.
32889 * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
32890 * sysdeps/ieee754/ldbl-96/s_lroundl.c (__lroundl): Likewise.
32891 * sysdeps/ieee754/ldbl-96/s_modfl.c (__modfl): Likewise.
32892 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
32893 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
32894 Likewise.
32895 * sysdeps/ieee754/ldbl-96/s_nextupl.c (__nextupl): Likewise.
32896 * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
32897 * sysdeps/ieee754/ldbl-96/s_roundl.c (__roundl): Likewise.
32898 * sysdeps/ieee754/ldbl-96/s_tanhl.c (__tanhl): Likewise.
32899 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
32900 Likewise.
32901 * sysdeps/m68k/m680x0/fpu/e_pow.c (s(__ieee754_pow)): Likewise.
32902 * sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c (__fpclassifyl):
32903 Likewise.
32904 * sysdeps/m68k/m680x0/fpu/s_llrint.c (__llrint): Likewise.
32905 * sysdeps/m68k/m680x0/fpu/s_llrintf.c (__llrintf): Likewise.
32906 * sysdeps/m68k/m680x0/fpu/s_llrintl.c (__llrintl): Likewise.
32907 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
32908 * sysdeps/x86/fpu/powl_helper.c (__powl_helper): Likewise.
32909
32910 2017-08-03 Florian Weimer <fweimer@redhat.com>
32911
32912 [BZ #21885]
32913 * sysdeps/posix/getaddrinfo.c (gethosts): Release resolver context
32914 on memory allocation failure.
32915
32916 2017-08-03 Alan Modra <amodra@gmail.com>
32917
32918 * sysdeps/powerpc/mod-tlsopt-powerpc.c: Extract from
32919 tst-tlsopt-powerpc.c with function name change and no test harness.
32920 * sysdeps/powerpc/tst-tlsopt-powerpc.c: Remove body of test.
32921 Call tls_get_addr_opt_test.
32922 * sysdeps/powerpc/Makefile (LDFLAGS-tst-tlsopt-powerpc): Don't define.
32923 (modules-names): Add mod-tlsopt-powerpc.
32924 (mod-tlsopt-powerpc.so-no-z-defs): Define.
32925 (tst-tlsopt-powerpc): Depend on .so.
32926 * sysdeps/powerpc/powerpc64/tls-macros.h (__TLS_GET_ADDR): Don't
32927 define. Expand use in TLS_GD and TLS_LD.
32928
32929 2017-08-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
32930
32931 * sysdeps/mach/hurd/enbl-secure.c (__libc_init_secure): Define
32932 function.
32933 * sysdeps/posix/shm_open.c: Include <pthread.h>.
32934
32935 2017-08-02 Joseph Myers <joseph@codesourcery.com>
32936
32937 [BZ #21686]
32938 * math/tgmath.h (__TGMATH_BINARY_REAL_ONLY): Add arguments before
32939 comparing size with that of double.
32940 (__TGMATH_BINARY_REAL_STD_ONLY): Likewise.
32941 (__TGMATH_BINARY_REAL_RET_ONLY): Likewise.
32942 (__TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY): Likewise.
32943 (__TGMATH_TERNARY_REAL_ONLY): Likewise.
32944 (__TGMATH_BINARY_REAL_IMAG): Likewise.
32945 * math/gen-tgmath-tests.py (Type.init_types): Create __int128 and
32946 unsigned __int128 types.
32947
32948 2017-08-02 Steve Ellcey <sellcey@cavium.com>
32949
32950 * localedata/Makefile (CFLAGS-tst_iswalnum.c, CFLAGS-tst_iswalpha.c
32951 CFLAGS-tst_iswcntrl.c, CFLAGS-tst_iswdigit.c, CFLAGS-tst_iswgraph.c,
32952 CFLAGS-tst_iswlower.c, CFLAGS-tst_iswprint.c, CFLAGS-tst_iswpunct.c,
32953 CFLAGS-tst_iswspace.c, CFLAGS-tst_iswupper.c, CFLAGS-tst_iswxdigit.c,
32954 CFLAGS-tst_towlower.c, CFLAGS-tst_towupper.c): Remove.
32955
32956 2017-08-02 H.J. Lu <hongjiu.lu@intel.com>
32957
32958 * sysdeps/x86_64/start.S (_start): Check PIC instead of SHARED.
32959
32960 2017-08-02 H.J. Lu <hongjiu.lu@intel.com>
32961
32962 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Check PIC instead
32963 of SHARED.
32964 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
32965 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
32966 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
32967 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
32968 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
32969 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
32970 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
32971
32972 2017-08-02 Joseph Myers <joseph@codesourcery.com>
32973
32974 [BZ #21685]
32975 * math/tgmath.h (__tgmath_real_type): Use unary + on potentially
32976 bit-field expressions passed to sizeof or typeof.
32977 [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
32978 (__TGMATH_F128): Likewise.
32979 [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
32980 (__TGMATH_CF128): Likewise.
32981 (__TGMATH_UNARY_REAL_ONLY): Likewise.
32982 (__TGMATH_UNARY_REAL_RET_ONLY): Likewise.
32983 (__TGMATH_BINARY_FIRST_REAL_ONLY): Likewise.
32984 (__TGMATH_BINARY_FIRST_REAL_STD_ONLY): Likewise.
32985 (__TGMATH_BINARY_REAL_ONLY): Likewise.
32986 (__TGMATH_BINARY_REAL_STD_ONLY): Likewise.
32987 (__TGMATH_BINARY_REAL_RET_ONLY): Likewise.
32988 (__TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY): Likewise.
32989 (__TGMATH_TERNARY_REAL_ONLY): Likewise.
32990 (__TGMATH_TERNARY_FIRST_REAL_RET_ONLY): Likewise.
32991 (__TGMATH_UNARY_REAL_IMAG): Likewise.
32992 (__TGMATH_UNARY_IMAG): Likewise.
32993 (__TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
32994 (__TGMATH_BINARY_REAL_IMAG): Likewise.
32995 * math/gen-tgmath-tests.py (Type.init_types): Create bit_field
32996 type.
32997 (define_vars_for_type): Handle bit_field type specially.
32998 (Tests.__init__): Declare structure with bit-field element.
32999
33000 2017-08-02 H.J. Lu <hongjiu.lu@intel.com>
33001
33002 [BZ #21791]
33003 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S
33004 (MEMCPY_CHK): Define only if SHARED is defined.
33005 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S (MEMCPY_CHK):
33006 Likewise.
33007 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S (MEMCPY_CHK):
33008 Likewise.
33009
33010 See ChangeLog.18 for earlier changes.